Questions tagged [installed-applications]

Use this tag for questions related to Installed Applications, in an iPhone for example.

102 questions
1
vote
0 answers

App installed or not? Detect programatically in iphone

I want to detect apps installed on my Iphone Programatically. How can I do this ? There are many Questions at stackoverflow but none of them techniques are working . One of them is here Detecting programmatically whether an app is installed on…
zohaibkhan
  • 227
  • 1
  • 2
  • 12
1
vote
1 answer

showing installed apps list in gridview which is in dialog - not working

I am trying to show installed apps list in dialog , onclick of a button. The apps list should be in gridview. My code is as follows mapapp.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { …
Sandeep R
  • 2,284
  • 3
  • 25
  • 51
1
vote
1 answer

Oauth for Phonegapfo installed app

As I am new to Oauth 2.0,I want to implement oauth concept for our app,how can I implement that for phone gap Installed application, I am going on trying but i am unable to proceed forward tell me how to implement that/provide me some useful links…
1
vote
1 answer

how to identify a Foreground activity is an System Activity or an INSTALLED App in Android?

I am working on system application handling in my app. I have generated the complete list of all the installed apps in Android device in my app. Now my task is to identify the SYSTEM Apps from that list of application. Or Identify the CURRENT…
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
1
vote
1 answer

How to access Google Analytics from BlackBerry?

I'm trying to access Google Analytics API from my BlackBerry's Mobile App (written in JavaScript) using Google's OAuth 2.0 procedure described here: https://developers.google.com/accounts/docs/OAuth2InstalledApp . I have no problem with it's first…
1
vote
0 answers

How can I check if Rhapsody 7.6.1 is installed on Windows XP with C++?

I'm trying to write a program that checks if IBM Rational Rhapsody 7.6.1 (or any other version) is installed, on a Windows XP 32-bit machine. I'm using C++ in Visual Studio.
1
vote
2 answers

How to know if my facebook friends have my app?

i have a huge problem that i think you might solve in a second. I've tried thousands of different codes, but i haven't succeeded in none of them, some were using an old Facebook SDK for instance. My issue is simple, i want the user to know how many…
user2339627
1
vote
2 answers

How to launch applications from another application?

I want to launch all installed applications from my application.Here i get all installed applications List applicationInfoList = packageManager.getInstalledApplications(PackageManager.GET_ACTIVITIES |…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
1
vote
1 answer

Using native Facebook App to post

I'm new in WP7 developing but in my looking for a way to post something on Facebook I found only external framework based on Browser object for authentication or or ShareLink \ Shared Status tasks. Is it possible to use\post directly the Original…
0
votes
1 answer

VB.NET / C# after finding installed Software names and application path how to find exe name

This code gets all software that has an Uninstall Entry and it app path. However, given I have the app path, I do not know the name of the main .exe of the software. What ways are there to find the main .exe of a found application? 'Declare the…
user670186
  • 2,588
  • 6
  • 37
  • 55
0
votes
1 answer

Get list of installed DBMS

is there any way (or API) to use to get a list of all installed DBMS in a computer using C# ? I heared WMI can get informations about the system , but can it be used to get installed DBMS ? any advice ? EDIT : problem solved , there isn't any API or…
RedhopIT
  • 609
  • 2
  • 7
  • 20
0
votes
0 answers

Navigator operation requested with a context that does not include a Navigator while calling onTap

I'm trying to build a ListView as a Card with Flutter to list all of the installed Apps on a Smartphone. Creating the Card works well but onTap()gives me the following error: The following assertion was thrown while handling a gesture: Navigator…
Jan
  • 93
  • 9
0
votes
0 answers

How to get installed and uninstalled count using countly Flutter

I'm implemented Countly event for My Flutter mobile application . I want to get my app installed and uninstalled using dashboard . Please mention the steps that I need to follow. Thank you
Cordelia
  • 313
  • 3
  • 11
0
votes
1 answer

Finding installed software/Disregarding common OS softwares

I am attempting to update a script we currently have at my position. My want is to be able to pull up a list of installed software on a PC however, I would like to exclude things such as "Windows Redistributables" & other OS-standard programs. I am…
SammyD007
  • 5
  • 4
0
votes
0 answers

MissingPluginException(No implementation found for method getInstalledApps on channel installed_apps)

MissingPluginException(No implementation found for method getInstalledApps on channel installed_apps) E/flutter ( 4648): These errors are occured when i try to get the list of installed apps from installed_apps package…