Android x86 System Image with Google APIs

52 views
Skip to first unread message

bootstrap online

unread,
Mar 10, 2014, 5:11:54 PM3/10/14
to appium-...@googlegroups.com

James Farrier

unread,
Mar 10, 2014, 5:57:34 PM3/10/14
to appium-...@googlegroups.com
Unfortunately this is only for 4.4.2.

I did the following to create a 4.3 image:

1. Start the emulator using command emulator -avd <avdname> -partition-size 512
2. adb remount
3. adb shell rm /system/app/SdkSetup*
4. adb shell
5. adb cd /data/dalvik-cache
6. rm *
7. adb shell rm /data/dalvik-cache
8. exit
9. adb push %GappsDir%/system /system/
10. adb push mkfs.yaffs2.x86 /system/app
11. adb shell chmod 777 /system/app/mkfs.yaffs2.x86
12. adb shell /system/app/mkfs.yaffs2.x86 /system /sdcard/system.img
13. adb pull /sdcard/system.img c:/<anylocation>/system.img  
14. copy this img file into your %androidSDK%/avd/AVDName/ 
15. Close the emulator
16. Open up AVD and open that AVD


On Tuesday, 11 March 2014 10:11:54 UTC+13, bootstraponline wrote:
http://software.intel.com/en-us/blogs/2014/03/06/now-available-android-sdk-x86-system-image-with-google-apis
Reply all
Reply to author
Forward
0 new messages