View Single Post
Old 08-15-2011, 12:03 AM   #8
ptsenter
Addict
ptsenter has learned how to buy an e-book online
 
Posts: 285
Karma: 88
Join Date: May 2011
Device: Kobo eReader Wireless
command to extract is

adb pull /data/app/Mantango124.apk

if it can't find the package do the following commands

adb shell
cd /data/app
ls


it will give you list of installed apps

type

exit

and see which package is yours
ptsenter is offline   Reply With Quote