[android-developers] Re: code to uninstall applications

2009-07-06 Thread aljo
?? How do I redirect to that activity?? On Jul 6, 11:01 am, aljo aljochim...@gmail.com wrote: Hmmm... that's why I can't see the deletePackage method when I type getPackageManager(). What do you mean I need to launch the uninstaller activity? Is that the uninstaller app when you go to Settings

[android-developers] Re: code to uninstall applications

2009-07-05 Thread aljo
capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 2, 7:54 pm, aljo aljochim...@gmail.com wrote: I wan't to uninstall applications using my application... I can retrieve the list of packages installed but I don't know how to remove them... I used the PackageManager

[android-developers] Re: code to uninstall applications

2009-07-05 Thread aljo
are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 2, 7:54 pm, aljo aljochim...@gmail.com wrote: I wan't to uninstall applications using my application... I can retrieve the list of packages installed but I

[android-developers] retrieving freeMemory(), totalMemory() MaxMemory from other applications

2009-07-05 Thread aljo
Is there a way to retrieve the free memory, total memory and maximum memory of other applications/processes using my application? I use Runtime.getRuntime().freeMemory() but it can only retrieve your current application... If there's somehow a method where I can just input their PIDs or Package

[android-developers] Retrieve list of applications

2009-07-02 Thread aljo
Hey guys I have a problem... I wan't to retrieve the list of applications installed in the device.. I was able to retrieve it using PackageManager class and using the getInstalledApplications(int flags) method.. But I can only retrieve the application's process names and package names.. I

[android-developers] Retrieve list of applications

2009-07-02 Thread aljo
Hey guys I have a problem... I wan't to retrieve the list of applications installed in the device.. I was able to retrieve it using PackageManager class and using the getInstalledApplications(int flags) method.. But I can only retrieve the application's process names and package names.. I

[android-developers] code to uninstall applications

2009-07-02 Thread aljo
I wan't to uninstall applications using my application... I can retrieve the list of packages installed but I don't know how to remove them... I used the PackageManager class, getInstalledApplications() method... I can't find any method like removeApplication() or uninstallApplication(). the

[android-developers] Re: Retrieve list of applications

2009-07-02 Thread aljo
I found it... getApplicationLabel (ApplicationInfo info) I guess it was just there all along --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Help using autocomplete in my database.....

2009-03-17 Thread aljo
a AutoCompleteTextView to showing names which are saved in a database. Here is the link of project:http://0467525716.free.fr/Android/AutocompleteTest.zip I hope it helps. On 10 mar, 04:26, aljo aljochim...@gmail.com wrote: i already saw that thread but i still can't understand some

[android-developers] Re: Help using autocomplete in my database.....

2009-03-09 Thread aljo
5, 6:42 pm, roland roland...@gmail.com wrote: Check this out,http://groups.google.com/group/android-developers/browse_thread/threa... On 4 mar, 07:22, aljo aljochim...@gmail.com wrote: i'm kinda new to this android application and still a newbei to programming so hope someone could help

[android-developers] Help using autocomplete in my database.....

2009-03-04 Thread aljo
i'm kinda new to this android application and still a newbei to programming so hope someone could help me i've created an SQLite database program.. but i don't know how to use the autocomplete function to access my database... here's my code: