Saturday 9 July 2011

copy .apk from mobile device to pc android

You can retrieve installed apk by doing the following steps :
1- Plug your phone to pc
2- Activate the Usb debbuging on the phone (menu> settings > applications > development > USB Debugging)
3- To copy the apk files from the phone to a directory named myapk :
adb pull /system/app myapk/
After this command, you can see all of *.apk file on the directory myapk

If this article was helpful for you, please click on one advertisement link on the blog page ;) 
 

1 comment:

  1. In addition to the previous post :

    See my article about : getting apk of downloaded apps market to pc

    ReplyDelete