CM10 compatibility boot image for Polaroid PMID702c, PMID703c, & PMID7Xc (might work on other A13 tablets - UNKNOWN) that will allow you to run Christian Troy's Allwinner A10 CM10 http://forum.xda-developers.com/show....php?t=1821398
this is only a modified factory boot.img that allows you to run CM10 / JellyBean, this is still using the factory kernel at this time.
PMID702c Compatibility Needed Files
download all the files in the above link and save to your devices external sdcard "/mnt/extsd"
download CM10 from link above for Christian Troy's Allwinner A10 CM10
extract "pmid702c-recovery.zip" to the root of the internal sdcard "/sdcard"
from terminal emulator run:
#cd /sdcard
#sh install-recovery.sh
after completed run to reboot into recovery (recovery can be accessed by holding the menu key down and holding power button down release when polaroid logo shows up)
#sh reboot-recovery.sh
recovery navigation is:
vol-up highlight up, vol-down highlight down, power button selects,
or through touch
swipe up and down to highlight
swipe to the right over highlighted to select or press select button at bottom of screen.
swipe left to go back
CM10 / JellyBean INSTALLATION
(FULL SYSTEM WIPE IS REQUIRED)
BACK-UP YOUR DEVICE TO EXTERNAL SDCARD BEFORE YOU BEGIN
follow this order for flashing ROM to device,
(1st Factory Reset)
select Go Back until you get to 1st Recovery Screen
select wipe data/factory reset
select Yes - delete all user data
(2nd wipe device so our install is clean)
select install zip from sdcard
select choose zip from external sdcard
select ROM_WIPER.zip
select Yes - Install ROM_WIPER.zip
(3rd install CM10 / JellyBean base)
select choose zip from external sdcard
select "highlight your downloaded CM10 ROM"
select Yes - Install
(4th install CM10_Polaroid-PMID702c_20120830.zip)
select choose zip from external sdcard
select CM10_Polaroid-PMID702c.zip
select Yes - Install
(5th install gapps)
select choose zip from external sdcard
select gapps-jb-20120829-signed.zip
select Yes - Install
(6th install FORMAT_INTERNAL_SDCARD.zip)
select choose zip from external sdcard
select FORMAT_INTERNAL_SDCARD.zip
select Yes - Install
(7th Factory Reset)
select Go Back until you get to 1st Recovery Screen
select wipe data/factory reset
select Yes - delete all user data
(8th Reboot)
select reboot system now
(9th Wait)
1st boot takes a while be patient let it sit and do its thing i personally recommend at this point you take a 15 minute break grab a cold one and relax and let the device build its cache and settle down.
Known Bugs
Camera - is not fully working yet can't take pictures crashes camera and gallery not sure if this affects video chat apps or not. (there is an alternative compatibility patch you can use up: it has the camera libs from CT preview4, though it is not a total fix some times you have to open and close the camera a few times to get the camera to connect. still looking into the issue but it seems to be a known issue for several allwinner tablets.)
Added MountAllwinner.apk use this app to mount SDCARD for PC connection or:
* If you have issues with Tablet -> PC connection use an app to transfer files via WiFi, like "Airdroid". Or use the script "mass-storage" as workaround. To use it open terminal emulator and type these commands:
Code:
su
mass-storage enable
[ do your stuff ]
mass-storage disable
Comment