[android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread rocky84 rocky84
Hello all,

recently i installed one application named iperf from android market
(package is com.magicanddroidapps.iperf/bin/iperf)
my doubt is how can i find this package path stored in phone. i tried in
/data/data/ but could not find...

also if anyone knows ??

if i issue  a  command on  command prompt adb shell am start -a
android.settings.APN_SETTINGS
a window of APN set up prompts up just after a sec

may i know how can open the newly installed appication via this way rather
that clicking the menu in phone ?

could anybody suggest?

regds
/rocky

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread prajakta choudhari
Hi all:


I want to record the start and end times of all the applications that were
launched and killed. Is there any event i can listen for.


Any help would be appreciated.

Thank you,
Prajakta

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread Mark Murphy
 I want to record the start and end times of all the applications that were
 launched and killed. Is there any event i can listen for.

No.

-- 
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 Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.