Push New Framework Resource framework-res.apk to Android Emulator

adb shell
su
mount -o remount,rw /dev/mtdblock4 /system
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk

When you do these commands, you're replacing a file in use, and android doesn't like that so it'll auto-reboot, but its the way I've always used. Also the if=/sdcard/framework-res.apk just refers to wherever your framework is (this assumes it's on the root of the sdcard).

Posted via email from feinan’s posterous

Previous Upload Files to SD Card in Android Emulator Next Share Point:How to make another framework-res.apk for OEM to share resource.

Leave a Reply

You must be logged in to post a comment.