Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
where is that recovery source? we can compare it i have a feeling that the problem is on screen rotation
gr_active_fb = (gr_active_fb + 1) & 1;
on boot
setprop ARGH ARGH
setprop ro.radio.use-ppp no
setprop ro.build.product generic
setprop ro.product.device generic
setprop status.battery.state Slow
setprop status.battery.level 5
setprop status.battery.level_raw 50
setprop status.battery.level_scale 9
setprop ro.setupwizard.mode EMULATOR
insmod /lib/modules/msm_sdcc.ko
dump_image misc /sdcard2/misc.orig.img
cat /dev/zero > /dev/mtd/mtd4
flash_image misc /sdcard2/misc.orig.img
With the above recovery image, you can retain a fully working device and perform nandroids. But the caveat is that you either need to stick to a 'fastboot boot' of the recovery image, or you need to have a ready backup of your misc partition to restore.
...
can you post your nandroid backup and the misc.img that you have to flash along with it to make it boot? i can try and build an update.zip with it where it flashes it all and see what happens?
EDIT: Nevermind, my thought is useless because regardless u have to get into fastboot to use the recovery... which would make no sense to make the recovery flash a zip that has a modified misc.img, thought it would flash the .img, rebooting to recovery you would still lose it, it's not flashing it when you would need to... and maybe i'm just confused and need to over read it ten more times.