- extract flash_image and recovery.img from CWM.zip
- put flash_image and recovery.img into device, e.g.
adb push flash_image /dev/
adb push recovery.img /dev/ - enter root shell
- flash recovery.img into recovery partition with flash_image, e.g.
chmod 755 /dev/flash_image
/dev/flash_image recovery /dev/recovery.img - you may need to disable install-recovery.sh which restores stock recovery on every boot
chmod 644 /system/etc/install-recovery.sh

Also, another weird thing is. Proscan say's is a RK2926 cpu, even states it in build.prop but a few different identifiers have all told me it is a RK2928, so I wonder what one it truly is..? I also got the Google Play store to work, but not all apps are compatible, that's okay..I'm working on the build.prop fix! My main concerns right now are recovery and the SD card, and I would like to have VPN support as well.

Thanks for the help!
Comment