Friday 18 April 2014

Pull (.apk) files from any device and also from Google glass.




Many developers got Google glass for beta testing and most of them are unable to pull apk files from it. so we have created a brief guide on How to Pull apk files from your Google Glass .


Note : This method also works for other devices .

Things you will need :

1. Google Glass.
2. PC.
3. Android SDK installed ( if not then go here )

                              OR                      

4. Download ADB.zip from below and unzip it .

Required Downloads :

1. ADB

Steps to pull .apk files :

1. If you have Android SDK installed then go to the folder name Platform-tools inside it.
2. Open command window there using  Shift + Right mouse click and select Open command window here option.
3. Extract package file first using command given below :

adb[space]pull[space]/data/system/packages.xml
[space]{Location on pc where you want to copy file}

Example:  adb pull /data/system/packages.xml C://SuperDevs Team

4. Get File registry name starts from com. or in. which you want to pull.

5. Extraction of  apk :

adb[space]pull[space]/data/app/{app domain from above step/from Playstore link }[space]{Location where you want to copy the file}

Example :  adb pull /data/app/com.google.glass.companion.apk C://SuperDevs Team


Note : If you are using ADB folder which you have downloaded from download section then follow all above steps after going to the extracted ADB folder. 


Tags: ,

0 Responses to “Pull (.apk) files from any device and also from Google glass.”

Subscribe

Subscribe us via Email

© 2013 SuperDevs Team. All rights reserved.
Designed by Vinay Jain