Installing google playstore on emulator
So, This blogs marks my entry to the world of blogging.However late(as always :-) ) but ill try to make it worth everything.
Google Playstore, it's the best thing to use on an android device,however that's missing on emulators.
Here are few steps nice and easy to install it on emulator.
Pre-requisites
- emulator :p
- android sdk tools.
Its tested on android version 16
now time to write commands on the shell,write and execute them serially
Gain access to the system drive
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
Make it an exectuable
adb shell chmod 777 /system/app
Install the apks
You can also pull these apks from an actual device with api level 16 and push it back on the emulator as mentioned below,but here's a treat(apks are attached below).
links to the apks
GoogleServicesFramework.apk
Phonesky.apk
GoogleLoginService.apk
adb push GoogleLoginService.apk /system/app
/adb push GoogleServicesFramework.apk /system/app/
adb push Phonesky.apk /system/app/
adb shell rm /system/SdkSetup*
You must be able to see the playstore now on the emulator.
hmm...so started blogging...:)
ReplyDeleteWhat more could have come out of such a research :)
ReplyDelete