You can't do this on production devices. It might be more productive if you describe more about what you are trying to accomplish, rather than how you are getting there.
On Thu, Sep 24, 2009 at 12:38 AM, HandsomeboyIT <[email protected]>wrote: > > So, There is only one remain method that using ADB deamon on devices/ > emulator to keep track of other applications's informations. Now I can > start ADBD service using "adb shell service" , "port forward" and > "telnet" command to connect to adbd and get informations. But there is > another problem in this situation is that we must set "ro.secure" > property to 0. This property is 0 on emulator but 1 on real devices; > and I can not change to 0 on real devices. Is anybody know anything > about this ??? > > On Sep 23, 5:32 pm, "Mark Murphy" <[email protected]> wrote: > > > Perhap it no way to continue my work... I just write 1 application > > > that keep track of others. > > > > Generally, that sort of application is difficult on Android. You can use > > the PackageManager and related APIs to find out what else is on the > > device, and you can use public APIs made available by the other > > applications. Other than that, each application is protected from the > > others. > > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com > > Android App Developer Books:http://commonsware.com/books.html > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

