Push New Framework Resource framework-res.apk to Android Emulator
05 Apr 2010 No Comments
in Technology
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).
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).
RSS
Facebook
Twitter
Flickr
LinkedIn