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" <mmur...@commonsware.com> 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
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to