[rom] Unofficial CyanogenMod 10 for many AllWinner A10 tablets - Miscellaneous Android Development

Supported tablets
* Mediacom 907c, Momo11 Bird, JXD S9000, Eken A90 (first revision) and clones need 907c_compatibility_1.2.x.zip.
* Visture V3 and clones need visturev3_compatibility_1.2.x.zip compatibility zip.
* Mediacom 910i, Teclast A10t and clones need 910i_compatibility_1.2.x.zip compatibility zip.
* ICOO D90W and clones need d90w_compatibility_1.2.x.zip compatibility zip.
* CEMA10N7 "unknown" device needs cema10n7_compatibility_1.2.x.zip compatibility zip.
* Bmorn V99 needs v99_compatibility_1.2.x.zip compatibility zip
* Mediacom 711i, Momo9 and clones need 711i_compatibility_1.2.x.zip compatibility zip
* Protab2XXL needs protab2xxl_compatibility_1.2.x.zip compatibility zip
* Sanei N83 needs n83_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Hyundai A7HD needs a7hd_compatibility_1.2.x.zip compatibility zip
* MOMO9 needs momo9_compatibility_1.2.x.zip compatibility zip
* Onda Vi40 V3 needs vi40_compatibility_1.2.x.zip compatibility zip
* LY-F1 and clones need lyf1_compatibility_1.2.x.zip compatibility zip
* Protab2XXLv2 needs protab2xxlv2_compatibility_1.2.x.zip compatibility zip
* TNT Singularity and clones need singularity_compatibility_1.2.x.zip compatibility zip
* Eken T01 needs t01_compatibility_1.2.x.zip compatibility zip
* Eken T02 needs t02_compatibility_1.2.x.zip compatibility zip
* Eken T05a V1 needs t05a-v1_compatibility_1.2.x.zip compatibility zip
* Eken T05a V2 needs t05a-v2_compatibility_1.2.x.zip compatibility zip
* Eken T05a V3 needs t05a-v3_compatibility_1.2.x.zip compatibility zip
* Eken T05a (unknown version) needs t05a-unk_compatibility_1.2.x.zip compatibility zip
* Eken T10 needs t10_compatibility_1.2.x.zip compatibility zip
* Eken T10 with mxc622x g-sensor needs t10-2axis_compatibility_1.2.x.zip compatibility zip
* Sanei N10 needs n10_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Onda Vi30 Deluxe V3 needs vi30-deluxe-v3_compatibility_1.2.x.zip
* Onda Vi40 Ultimate needs vi40-ultimate_compatibility_1.2.x.zip
* Onda Vi10 Elite needs vi10-elite_compatibility_1.2.x.zip
* Ainol Novo7 Elf needs elf_compatibility_1.2.x.zip
* Sanei N83 Deluxe needs n83-deluxe_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Ainol Novo7 Aurora v3 needs aurora_compatibility_1.2.x.zip compatibility zip (you find it in 3rd_party section)
Tablets supported with legacy support (see FAQS section for more infos)
* Mediacom 917i and 927i need 917i-927i_legacy-compatibility_vX.zip comp zip
* Gemei G2 needs g2_legacy-compatibility-jb_vX.zip comp zip
* Gemei G9 (those not working fine with "regular" 907c comp zip) needs g9_legacy-compatibility-jb_vX.zip comp zip
* Sanei N90 needs n90_legacy-compatibility-jb_vX.zip comp zip
* Ainol Novo7 Aurora v1 and v2 need aurora-v1-v2_legacy-compatibility-jb_vX.zip
* MK802 PC-on-a-stick needs mk802_legacy-compatibility-jb_vX.zip
You can check "testing" section of my AndroidFileHost space to find out few more tablets that require some testing to be approved
You can get them on this website
Known Bugs
Features
* Bluetooth USB dongle support (btusb and ath3k)
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* NTFS and ExFat support
* Veno congestion control algorithm
Instructions
* !!! IMPORTANT !!! You need a /system partition of at least 300 MB or you have to avoid flashing gapps !!! IMPORTANT !!!
* Upload zips to MicroSD or internal memory.
* Boot into CWM keeping pressed VOL- (MENU) and POWER for 3 secs, than release POWER and after another sec release VOL- (or use Novo7 tools if it doesn't work for your device)
* Select "wipe data/factory reset"
* Select "install zip from sdcard" -> "choose zip from sdcard" (or "choose zip from internal sdcard" if your files are into internal memory) and flash, in this order, rom / gapps / compatibility zip
* Now go back, and select "Reboot system now"
* Enjoy cm10
Note: when you update to a newer build you don't need to do a full wipe, you just have to wipe cache and dalvik cache
Changelog
build 2012-09-13
*** This will be the latest release. Rom development is now discontinued since I moved to other SoCs ***
* Spoofed as Nexus 7 (if you have any trouble with Play Store clear both "Google services framework" and "Google play store" data)
* Fixed FC on license check of some games (specially gameloft one)
* Fixed camera picture capture
* Bluetooth dongle now supports hotplug
* Different options under "Settings" if you're using tablet or phablet UI (for example to customize status bar toggles)
* Experimental: older surfaceflinger library, let's see if it really improves performance with some games or it is only placebo
* Re-added move 2 internal SD feature
* Updated upstream sources
Gapps
* 2012-07-26
FAQs
* HW accelerated playback of local contents is limited to few files format but there's a nice workaround: since network playback works flawlessly we'll install an UPNP server that will automatically open our files from the loopback network interface. In this case stagefright player will kick in and will play every file without any trouble.
Install both MX Player and BubbleUPNP from Play store. Open BubbleUPNP and from "Library" section select the file to play. Choose MX Player as default player and enjoy the HW accelerated video playback
* If you wanna use the "phablet" ui change the entry "ro.disable_phablet_ui=1" to "ro.disable_phablet_ui=0" in file /system/build.prop (note that USB connection will work only in "phablet" mode)
Sources
* Github repository
Code:
repo init -u git://github.com/CyanogenMod/android.git -b jellybean
paste these lines inside file ".repo/manifests/local_manifest.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="git://github.com/" />
<remove-project name="hardware/libhardware"/>
<remove-project name="frameworks/av"/>
<remove-project name="frameworks/native"/>
<remove-project name="frameworks/base"/>
<remove-project name="system/core"/>
<remove-project name="system/vold"/>
<remove-project name="system/bluetooth"/>
<project remote="github" revision="jellybean-cm" name="christiantroy/android_device_907" path="device/softwinner/907" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_hardware_realtek" path="hardware/realtek" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_hardware_libhardware" path="hardware/libhardware" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_frameworks_av" path="frameworks/av" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_frameworks_native" path="frameworks/native" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_frameworks_base" path="frameworks/base" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_system_core" path="system/core" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_system_vold" path="system/vold" />
<project remote="github" revision="jellybean-cm" name="christiantroy/android_system_bluetooth" path="system/bluetooth" />
</manifest>
now type this command
Code:
repo sync -j8
finally you're ready to build it
Code:
lunch cm_907-userdebug && mka
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Previous Changelogs
build 2012-09-09
* Updated cm10 sources
* Fixed HDMI audio routing
* Fixed PC connection in Tablet UI
build 2012-09-02
* Updated cm10 sources
* Fixed ACodec buffer overflow (try Netflix, it should work properly again)
* Added a wifi wakelock (now when you choose to keep with ON with display OFF it will stay ON, but the device will not deep sleep). Probably this will be more "deep sleep" friendly because Android now will know when the wifi is turned off and will avoid to keep polling the wifi while the display is off (disable sync with display off shouldnt be necessary anymore)
* Added "ro.disable_phablet_ui" system property: if you wanna disable the "phablet" ui just change the value from 0 to 1 (you find it in /system/build.prop file)
build 2012-08-22
* !!! A FULL WIPE IS REQUIRED !!!
* Updated cm10 sources
* Updated Cedar libraries and now HW accelerated video playback will work for most videos.
* Added "mass-storage" and "hdmi-audio" bash scripts to workaround the two known bugs.
* Added "Update me" for OTA updates and extra stuff.
* Other minor changes (you can refer to my github page)
Preview 4
* Updated cm10 sources
* Replaced rild binary with ICS' one as the JB version has been reported as not working. Now compatible 3G dongles should work again
Preview 3
* Updated cm10 sources
* Added camera support
* NOTE: cema10n7 and d90w require compatibility zip 1.2.1; legacy-jb require "v4" compatibility zip.
Preview 2
* Updated cm10 sources
* Added NTFS / ExFat support
* Added HDMI support
* Added wakelock when connected to PC (adb won't die anymore when you turn off the screen)
* Included Allwinner's ICS source code

Hi C. Troy,
Great news,
I think it is a jellyBean Rom..
Can we flash it no wipe over your previous CM9 ?
We use the same compatibility.zip v1.2. yes?
* If you have issues with Tablet -> PC connection use an app to transfer files via WiFi, like "Airdroid"
Do you mean that External Sd or internal Sd card can (may) not be mounted to PC ?

Yes there may be that problem. You have to wipe because it's a completely different Rom

Christian Troy said:
Yes there may be that problem. You have to wipe because it's a completely different Rom
Click to expand...
Click to collapse
Any chance of supporting AMLogic AML8726-MX tablets? I have upgraded to Onda vi30 Dual Core.. Thanks

nops, sorry

Christian Troy said:
nops, sorry
Click to expand...
Click to collapse
What about Bmorn V11, Goclever A73?

First of all, thank you for the great rom. I have a MOMO9 clone which i use your CM9 with momo9 comp.zip just fine but can't even get past the boot with CM10. If it's any help here is the img file;
https://hotfile.com/dl/150230121/1725902/97F1-D2-H2-H01-W402.20120210.img.html?lang=en
Or should i just wait for the actual release? Thanks again..

Cm10 requires a bigger.partition for system data. It won't boot because of this

Christian Troy said:
Cm10 requires a bigger.partition for system data. It won't boot because of this
Click to expand...
Click to collapse
So, does this mean that there is no way to get Jelly Bean or is there a way to repartition or something else?

you have to find a livesuit .img with a different partitioning

Christian Troy said:
you have to find a livesuit .img with a different partitioning
Click to expand...
Click to collapse
Tried another rom, it worked, thanks again.. http://www.virtual-productions.nl/default.asp?page=21 4.0.3 - Nook (20120417) is, the rom i tried.

* If you have issues with Tablet -> PC connection use an app to transfer files via WiFi, like "Airdroid". You can flash this zip as workaround. To mount memories on PC open terminal emulator and type "mount-storage". When you have finished you can type "umount-storage". If you wanna you can create a shortcut with GScript app.
Click to expand...
Click to collapse
temporary workaround for mass storage

****EDIT****
I've finally managed to work out how to correctly use Terminal, so CWM is installed and I am currently testing out this ROM!

Can confirm that preview V2 along with GAPPS and "mk802_legacy-compatibility-jb_v3.zip" is working.
Support for Ethernet USB adapter and surfsticks will be integrated later ?

Arnova AN 7 G3
Hoping that maybe the porting to the Arnova 7G3 Any chance of porting to the Arnova 7G3 (hyundia A7 clone with 1gig ram )
Unable to even get original firmware from Arnova. This device does run 4.0.3 and rooted stock.
Thanks

@scorpio
i'll give it a look in the next days... if importing ics' code doesnt give any trouble i think it can be done
btw, mk802 users do you have hdmi audio? jb changed things and i've not figured out a way to let hdmi audio play... this commit enabled hdmi audio but anything from speakers was played so if you wanna you can try to change it on mk802 since you don't have any speaker

No, audio isn't working.
What do you mean with we can change it ? Is this change simply done by modifying a conf file ?
Or does it need to recompile something ?

Guys will cm10 work on MOMO 9 ?? Can some one give me download link for download Jellybean (CM) for MOMO9 ??

it's just that edit to /system/etc/audio_policy.conf (refer to that commit for the change)

Related

[rom] Unofficial CyanogenMod 9 for many AllWinner A10 tablets

Supported tablets
* Mediacom 907c, Momo11 Bird, JXD S9000, Eken A90 (first revision) and clones need 907c_compatibility_1.2.x.zip.
* Visture V3 and clones need visturev3_compatibility_1.2.x.zip compatibility zip.
* Mediacom 910i, Teclast A10t and clones need 910i_compatibility_1.2.x.zip compatibility zip.
* ICOO D90W and clones need d90w_compatibility_1.2.x.zip compatibility zip.
* CEMA10N7 "unknown" device needs cema10n7_compatibility_1.2.x.zip compatibility zip.
* Bmorn V99 needs v99_compatibility_1.2.x.zip compatibility zip
* Mediacom 711i, Momo9 and clones need 711i_compatibility_1.2.x.zip compatibility zip
* Protab2XXL needs protab2xxl_compatibility_1.2.x.zip compatibility zip
* Sanei N83 needs n83_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Hyundai A7HD needs a7hd_compatibility_1.2.x.zip compatibility zip
* MOMO9 needs momo9_compatibility_1.2.x.zip compatibility zip
* Onda Vi40 V3 needs vi40_compatibility_1.2.x.zip compatibility zip
* LY-F1 and clones need lyf1_compatibility_1.2.x.zip compatibility zip
* Protab2XXLv2 needs protab2xxlv2_compatibility_1.2.x.zip compatibility zip
* TNT Singularity and clones need singularity_compatibility_1.2.x.zip compatibility zip
* Eken T01 needs t01_compatibility_1.2.x.zip compatibility zip
* Eken T02 needs t02_compatibility_1.2.x.zip compatibility zip
* Eken T05a V1 needs t05a-v1_compatibility_1.2.x.zip compatibility zip
* Eken T05a V2 needs t05a-v2_compatibility_1.2.x.zip compatibility zip
* Eken T05a V3 needs t05a-v3_compatibility_1.2.x.zip compatibility zip
* Eken T05a (unknown version) needs t05a-unk_compatibility_1.2.x.zip compatibility zip
* Eken T10 needs t10_compatibility_1.2.x.zip compatibility zip
* Eken T10 with mxc622x g-sensor needs t10-2axis_compatibility_1.2.x.zip compatibility zip
* Sanei N10 needs n10_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Onda Vi30 Deluxe V3 needs vi30-deluxe-v3_compatibility_1.2.x.zip
* Onda Vi40 Ultimate needs vi40-ultimate_compatibility_1.2.x.zip
* Onda Vi10 Elite needs vi10-elite_compatibility_1.2.x.zip
* Ainol Novo7 Elf needs elf_compatibility_1.2.x.zip
* Sanei N83 Deluxe needs n83-deluxe_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
Tablets supported with legacy support (see FAQS section for more infos)
* Mediacom 917i and 927i need 917i-927i_legacy-compatibility_vX.zip comp zip
* Gemei G2 needs g2_legacy-compatibility_vX.zip comp zip
* Gemei G9 (those not working fine with "regular" 907c comp zip) needs g9_legacy-compatibility_vX.zip comp zip
* Sanei N90 needs n90_legacy-compatibility_vX.zip comp zip
* Ainol Novo7 Aurora v1 and v2 need aurora-v1-v2_legacy-compatibility_vX.zip
* Ainol Novo7 Aurora v3 needs aurora-v3_legacy-compatibility_vX.zip
* MK802 PC-on-a-stick needs mk802_legacy-compatibility_vX.zip
You can check "testing" section of my AndroidFileHost space to find out few more tablets that require some testing to be approved
You can get them on this website
Features
* Bluetooth USB dongle support (btusb and ath3k)
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* NTFS and ExFat support
* Veno congestion control algorithm
* USB audio support
Instructions
* Upload zips to MicroSD or internal memory.
* Boot into CWM keeping pressed VOL- (MENU) and POWER for 3 secs, than release POWER and after another sec release VOL- (or use Novo7 tools if it doesn't work for your device)
* Select "wipe data/factory reset"
* Select "install zip from sdcard" -> "choose zip from sdcard" (or "choose zip from internal sdcard" if your files are into internal memory) and flash, in this order, rom / gapps / compatibility zip
* Now go back, and select "Reboot system now"
* Enjoy cm9
Note: when you update to a newer build you don't need to do a full wipe, you just have to wipe cache and dalvik cache
Changelog
Code:
[url=http://allwinner-cm9.googlecode.com/files/cm9_nightly_20120913.zip]2012-09-13[/url]
*** This will be the latest release. Rom development is now discontinued since I moved to other SoCs ***
* Full spoof as SGS2 (GT-I9100) for better GameLoft / EA compatibility
* Fixed FC on license check of some games (specially gameloft one)
* Bluetooth dongle now supports hotplug
* Cyanogenmod's option to hide status bar now will permanently hide it (not only if the app requests the FULLSCREEN flag). You can enable/disable this option using the included ToggleBar app or checking/unchecking the option from "combined bar"'s settings.
* Added WiFi wakelock (change WiFi sleep policy to "Never" or the tablet won't sleep)
* Updated upstream sources
2012-07-21
* updated: cm9 sources
2012-07-11
* !!! WARNING !!! Compatibility zip 1.2 is required !!! WARNING !!!
* bump kernel version to 3.0.36
* updated: cm9 sources
2012-06-24
* added: devlistener, a small daemon to set write permissions for supported usb bluetooth dongles
* removed: u3gmonitor (tell me if your 3g dongle was working with previous version and now it doesn't)
* changed: build fingerprint to match SGS2
* changed: minor change to HDMI kernel code according to a patch submitted by Quarx2k that behaviour was consuming 5-8% of cpu for nothing
* updated: cm9 sources
2012-06-15
* Do NOT flash "fix_mxc622x.zip"! It's already included
* added "gsensor special coordinate settings" menu entry that solves problems for some gsensor in some games (note that on mxc622x many games won't work because it has only 2 axis)
* added preliminary support for usb audio playback (thanks tsynik for the hint)
* updated kernel
* updated: cm9 sources
2012-06-10
* !!! WARNING !!! You need to download a new compatibility zip, 907c/MOMO11/S9000 users now requires one too !!! WARNING !!!
* now rom is based on the community developed 3.0.31 kernel (every tablet but A7HD that now has a "legacy" support)
* changed some "cosmetic" things like a wrong buttons layout when sysbar volume control was disabled; prevent camera app from going to fullscreen when combined bar auto-hide is enabled; add menu options to enable (default) or disable gsensor orientation when HDMI cable is plugged in; fixed (thanks turl) screen off animation
* in "Misc" section of Update Me now you'll find an "Ad-Hoc enabler" zip. Flash it if you wanna connect to adhoc network but note that you'll lose WiFi Direct capabilities, WiFi AP should work anyway
* updated: cm9 sources
2012-06-07
* fixed: ip-up sets up NAT, now wireless tether (from tablet) works
* added: smartassV2 new default governor (not on A7HD because it uses a different kernel, read my request on slatedroid if you wanna use it
* added: volume control from system bar (it can be controlled from display settings; press "recent app" button to apply changes after toggling the checkbox)
* updated: cm9 sources
2012-06-04
* fixed: upside down problem of hw accelerated video playback on some devices
* added: forced landscape when connected to hdmi
* changed: wifi module with powersave options enabled (you can download the one without ps capabilities from Update Me)
* updated: cm9 sources
2012-05-31
* fixed: (hopefully) hw accelerated flash videos random issues
* updated: cm9 sources
2012-05-29
* added: some HID kernel module to enable PS3 usb gamepads and some generic/chinese gamepads
* added: minfree to tweak ram usage according to supercharger v6 recommended value for 1 gig devices
* updated: cm9 sources
2012-05-26
* WARNING: 910i/a10t needs compatibility zip v1.0.5; V3 needs v1.0.4
* added: usb ethernet support (I need feedbacks because I don't have any usb nic)
* added: display settings now has an "HDMI resolution" menu entry
* fixed: missing apns, now supported 3g dongles should connect out of the box
* updated: cm9 sources
* note: while connected to HDMI you have to enable 'combined bar auto hide' from 'settings - system - combined bar' to be able to watch them in fullscreen
2012-05-24
* added: tcp veno congestion control
* added: WiFi direct
* added: WiFi AP
* added: workaround for Ad-Hoc networks (have a look at Misc section of Update Me)
* fixed: WiFi driver now loads faster
* updated: cm9 sources
2012-05-23
* !!!!!! you have to re-download compatibility zip (hopefully for the last time) !!!!!!
* fixed: hdmi audio playback
* changed: some things in compatibility zip, a10t/v3 users report if you have gsensor issues (you shouldnt)
* changed: init.rc to make it more cm9 compatible
[URL="http://www.mediafire.com/?cdp3dwofstcykx5"]2012-05-22[/URL]
* !!!!!! you have to re-download compatibility zip !!!!!!
* changed: some wifi related stuff (report if it works better)
* fixed: camera recording
* fixed:/dev/ppp is now writable and pppd shouldnt bother anymore
* removed: some useless kernel module to free some space and avoid errors on devices with only 256mb of space in system partition
* updated: cm9 sources
[URL="http://www.mediafire.com/?ecf72r3qkri72wv"]2012-05-21[/URL]
* added: [URL="https://play.google.com/store/apps/details?id=com.acquariusoft.UpdateMe"]Update Me[/URL]
* added: stagefright video hardware acceleration (flash, etc.)
* fixed: cyanogenmod's camera app
* updated: cm9 sources
[url="http://www.mediafire.com/?ngxt7uvvr5xt46w"]2012-05-19[/url]
* fixed: UMS now handles both internal and external memories
* fixed: "reboot -> recovery" from cyanogen's power menu
* changed: kernel/modules from MOMO11 Bird 20120515 rom ([u]you have to re-download compatibility zip[/u] to match this new kernel, link's been updated)
* removed: oc_daemon from startup, if you wanna use it you have to change permissions of file /system/etc/init.d/89virtuous_oc to 755 (remember that only performance and fantasy governors are working fine, the other can cause reboots; i suggest you fantasy, it's something like interactive/smartass)
[url="http://www.mediafire.com/?4wdzork5fu74soq"]2012-05-18[/url]
* Works pretty much everything, it's an almost perfect daily use build.
Known bugs:
* I had to replace Cyanogen's camera app with Allwinner's because preview frame was incredibly huge and buttons couldn't be pressed.
* When you take a picture using camera the thumbnails that appears in Gallery are corrupted, but you can use an alternative (and better) app like [url="https://play.google.com/store/apps/details?id=com.alensw.PicFolder"]QuickPic[/url] as workaround. You can even disable Gallery app and use [url="https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad"]MX Player[/url] as video player which works pretty fine in HW mode (you don't need any codec)
* Reboot to recovery doesn't work, it just reboots the tablet.
You can see upstream changelog here
Download link
* Androidfilehost.com
Gapps
* 2012-04-29
If you have a /system partition of 300+ MB you can flash "official" gapps from goo.im/gapps, you'll have a working Face UnLock as a bonus.
FAQ
* To manage volume from the sysbar you can install this app
* Legacy compatibility zips include stock kernel with extra modules (like bluetooth, gamepads, ecc.). It's enabled for ad-hoc and wifi direct won't work. USB Audio and DVB-T kernel modules won't work either.
* Sanei N10 users (and other with "internal sdcard" on /dev/block/nandj device) can use this version of cwm.
Sources
* Github repository
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Videos
http://www.youtube.com/watch?v=hMbbYuciA8A
Thank you Christian,
I really appreciate your work. After flashing this rom to my tablet (yarvik gotab exxa 9.7 - 907c clone) everything works great. Its noticably smoother and more responsive. I must say i was surprised that my 3g modem, bluetooth dongle and wireless mouse finnally started working. Althought there is one small issue. When I use internet browser (opera, chrome doplhin - doesnt matter) system periodically freezes for few seconds and after a moment everything is smooth again. Its very annoying and it will be great if you could check it and let know what is going on.
try to change governor, maybe your device doesnt play fine with smartassV2 (try using fantasy, you can do it from performance settings without extra apps)
LY-F1 clone regression in 1.2
Hi Christian,
I have a "Tomtop C1315" that appears to be an LY-F1 clone (I have pics online but can't post links yet). It's an A721 revision of the motherboard, with 4 DRAM chips rather than the A710's two (it still has 512MB like the A710). I just installed 2012-06-24 with 1.2 compatibility. Issues:
No touchscreen response at all.
I cannot get back into recovery using the volume-power sequence. It goes straight into normal mode.
I reinstalled with 1.1 compatibility, and saw this improvement:
None of the three capacitive buttons works.
Same issue with entering recovery mode via volume-power sequence. (I use adb reboot recovery or the power-off soft menu.)
Otherwise, camera/wifi/auto-rotation/sound are all perfect. I diffed the 1.2 and 1.1 compatibility zips, and among the ones that are changed, only ft5x_ts.ko is loaded on my device:
Code:
[email protected]:/ $ lsmod | sort
8192cu 633465 0 - Live 0xbf116000
asix 12949 0 - Live 0xbf0fd000
[B]ft5x_ts 46997 0 - Live 0xbf096000[/B]
gc0308 15063 1 - Live 0xbf0d6000
gt2005 16071 0 - Live 0xbf0de000
hid_gaff 2539 0 - Live 0xbf007000
hid_pl 2357 0 - Live 0xbf00b000
hid_sony 2377 0 - Live 0xbf00f000
mali 149934 6 - Live 0xbf064000
mcs7830 6458 0 - Live 0xbf10a000
mma7660 6853 0 - Live 0xbf0c3000
qf9700 5927 0 - Live 0xbf105000
rtl8150 10281 0 - Live 0xbf10f000
snd_hwdep 5503 1 snd_usb_audio, Live 0xbf013000
snd_rawmidi 18637 1 snd_usbmidi_lib, Live 0xbf018000
snd_usb_audio 105702 0 - Live 0xbf02c000
snd_usbmidi_lib 25207 1 snd_usb_audio, Live 0xbf021000
sun4i_csi0 29299 0 - Live 0xbf0e6000
ump 47368 11 mali, Live 0xbf052000
usbnet 16905 3 mcs7830,qf9700,asix, Live 0xbf0f3000
videobuf_core 18987 2 sun4i_csi0,videobuf_dma_contig, Live 0xbf0c9000
videobuf_dma_contig 3717 1 sun4i_csi0, Live 0xbf0d2000
xpad 9362 0 - Live 0xbf000000
I'm going to go out on a limb and guess that _ts stands for "touchscreen," so I suspect the change in that driver is responsible for the touchscreen regression in 1.2.
I have full hardware compatibility with a build called ICS-Seby_0.6.5_12.06.2012, but that one's available only in LiveSuit format, which is annoying if I want to keep my data. I'll re-flash that one and grab its touchscreen driver and see whether mixing/matching gives me better results. Anyway, hope this is helpful. I'd like to move over to your ROM because you stay pretty close to vanilla, use .zip update format, and put out new builds frequently. Thanks!
because if you take a look at the OP you'll see that it says compatibility zip 1.1.x; they're for different kernel versions, of course touchscreen won't load
to use capacitive buttons you have to use the comp zip another user posted on slatedroid, i've tried to use that module but touchscreen didnt work at all, btw it's minor since ICS has all the relevant stuff in the sysbar
Christian Troy said:
because if you take a look at the OP you'll see that it says compatibility zip 1.1.x; they're for different kernel versions
Click to expand...
Click to collapse
I see. I misinterpreted the 1.2 series as a newer version of the 1.1 series. Thanks for the explanation!
---------- Post added at 11:10 AM ---------- Previous post was at 10:28 AM ----------
Christian Troy said:
to use capacitive buttons you have to use the comp zip another user posted on slatedroid, i've tried to use that module but touchscreen didnt work at all, btw it's minor since ICS has all the relevant stuff in the sysbar
Click to expand...
Click to collapse
Thanks for the hint. I found the long thread on SlateDroid where user neilgfoster posted a link to his lyf1_compatibility_1.1.0_NF.zip. I reinstalled your ROM, substituting that update for your 1.1, and I have everything working perfectly! I haven't tried entering recovery from the hard buttons, but even if that doesn't work, there are plenty of other ways to get into recovery, so I don't care. Thanks again!
UPDATE: For 7 July 2012 builds and later, you want compatibility 1.2, not 1.1. Fortunately neilgfoster has created a 1.2 version of his comp zip, too, so look for that one instead!
big trouble no touchscreen
Hi I think I'm in big trouble
I have Onda elite vi40 v3
I wiped the cache and dalvin and I installed first the compatibility file and the the rom.
The system boots up but the screen is unresponsive.
How can I get into recovery now?
SC
Connect a mouse, keep power button pressed until the power menu pops up and then select reboot->recovery
Once in recovery flash the comp zip (and remember to flash it always after the rom)
After i update my device to latest version (for 1.2 compatibility), i cant find sound controls on taskbar =(. Why do you remove it?
volume sysbar will disappear from next cm9 build, it is incompatible with this commit: http://review.cyanogenmod.com/#/c/13306/ (systemui FC like happens on AOKP) :nea:
edit: you can try this app btw
Click to expand...
Click to collapse
that's why
Does it work on micromax funbook...
Sent from my Xoom using xda app-developers app
saif123a said:
Does it work on micromax funbook...
Sent from my Xoom using xda app-developers app
Click to expand...
Click to collapse
Sure the mono9 works
Sent from my HTC Desire S using xda app-developers app
Great Work Bro,Both AOKP N CM9 Made By U Rocks!!!
---------- Post added at 01:00 PM ---------- Previous post was at 12:58 PM ----------
Awesome Work Done By Troy!!!
Thanks For The CM9 Rom For My Ly-F1!!!
SANEI N83 Deluxe
Tried to flashed several times the latest (11.07. ) CM9 did not work on my Sanei N83 Deluxe over the latest stocked Rom 4.0.3 rooted..
The both Gapps and compatibility failed the signature verification and aborted. When booted remained without touch support.
Anyway for the time being returned to stock Rom again. Not any bricking etc..
EDITED;
Re-downloaded all three zip files and flashed again and installed gapps this time successfully. But again compatibility.zip v1.2 did NOT install and when booted no touch support..
MD5 verified no problem..
What to do now ? compatibility is wrong ?
Ths in advance..
If (- new kernel_ and an old bug : DON'T set brightness too low, your display will go black) Happens!!!
Then What Should We Do To Just Make The Setting Proper Again And Dont Prefer To Go To CWM N Factory Reset,Please Show Any Other Way To Recover The Phone To Normal!!!
default.xml?
Christian, I'm thinking about a port of CM to the A10-based MK802 thumb PC, and I bet that your codebase would be a good place to start. But I wasn't able to find the root Android repository (the one containing default.xml) in your GitHub account. Do you have such a repository locally? If so, would you mind mirroring it to GitHub so that I can fork it? Otherwise I'll start with Quarx2k's repo, but I'd prefer yours because I like it more.
there isnt, btw i had created a testing compatibility zip for mk802 but no one tested it... (i do "mount --o bind" the forked repos)
@love4chat connect it to a tv with an hdmi cable and reset brightness, it happens only on your model btw
Christian Troy said:
there isnt, btw i had created a testing compatibility zip for mk802 but no one tested it... (i do "mount --o bind" the forked repos)
Click to expand...
Click to collapse
That's too bad about the android repo. Time for me to learn how to make one myself!
As for the mk802 compatibility zip not being tested by anyone, I wonder whether the problem was that so few people had received theirs until recently. The manufacturer wasn't expecting the high demand. I just got mine last week. Anyway, I looked at your androidfilehost.com file section and didn't see the zip anywhere; if you still have it, I'd be happy to test it.
http://www.mediafire.com/?lbdmgbvia1s1vo4
tell me if it works
I have an unbranded 7" Allwinner A10 Tablet, seen at aliexpress. com/ snapshot/ 108105295 .html (sorry, I couldn't post the link, but thought it would be very useful). I actually opened the thing up to get some info on it, and I was hoping someone could recommend a Compatibility pack to flash and save me some trial and error (which I am currently doing one by one).
I know it uses the Goodix_TS, Realtec Wifi, mxc622x 2 axis sensor, 512MB DDR3 and 4G NAND. Does anyone have any suggestions for me?
Much appreciated if you do! If not, I'll post my results anyway. Thanks!
If a compatibility pack doesn't exist, I'll most likely figure out how to make one and then post it somewhere so others with my similar device can use it.
P.S.
Christian, you are the man!

[rom] Unofficial AOKP for many AllWinner A10 tablets

Supported tablets
* Mediacom 907c, Momo11 Bird, JXD S9000, Eken A90 (first revision) and clones need 907c_compatibility_1.2.x.zip.
* Visture V3 and clones need visturev3_compatibility_1.2.x.zip compatibility zip.
* Mediacom 910i, Teclast A10t and clones need 910i_compatibility_1.2.x.zip compatibility zip.
* ICOO D90W and clones need d90w_compatibility_1.2.x.zip compatibility zip.
* CEMA10N7 "unknown" device needs cema10n7_compatibility_1.2.x.zip compatibility zip.
* Bmorn V99 needs v99_compatibility_1.2.x.zip compatibility zip
* Mediacom 711i, Momo9 and clones need 711i_compatibility_1.2.x.zip compatibility zip
* Protab2XXL needs protab2xxl_compatibility_1.2.x.zip compatibility zip
* Sanei N83 needs n83_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Hyundai A7HD needs a7hd_compatibility_1.2.x.zip compatibility zip
* MOMO9 needs momo9_compatibility_1.2.x.zip compatibility zip
* Onda Vi40 V3 needs vi40_compatibility_1.2.x.zip compatibility zip
* LY-F1 and clones need lyf1_compatibility_1.2.x.zip compatibility zip
* Protab2XXLv2 needs protab2xxlv2_compatibility_1.2.x.zip compatibility zip
* TNT Singularity and clones need singularity_compatibility_1.2.x.zip compatibility zip
* Eken T01 needs t01_compatibility_1.2.x.zip compatibility zip
* Eken T02 needs t02_compatibility_1.2.x.zip compatibility zip
* Eken T05a V1 needs t05a-v1_compatibility_1.2.x.zip compatibility zip
* Eken T05a V2 needs t05a-v2_compatibility_1.2.x.zip compatibility zip
* Eken T05a V3 needs t05a-v3_compatibility_1.2.x.zip compatibility zip
* Eken T05a (unknown version) needs t05a-unk_compatibility_1.2.x.zip compatibility zip
* Eken T10 needs t10_compatibility_1.2.x.zip compatibility zip
* Eken T10 with mxc622x g-sensor needs t10-2axis_compatibility_1.2.x.zip compatibility zip
* Sanei N10 needs n10_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Onda Vi30 Deluxe V3 needs vi30-deluxe-v3_compatibility_1.2.x.zip
* Onda Vi40 Ultimate needs vi40-ultimate_compatibility_1.2.x.zip
* Onda Vi10 Elite needs vi10-elite_compatibility_1.2.x.zip
* Ainol Novo7 Elf needs elf_compatibility_1.2.x.zip
* Sanei N83 Deluxe needs n83-deluxe_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
Tablets supported with legacy support (see FAQS section for more infos)
* Mediacom 917i and 927i need 917i-927i_legacy-compatibility_vX.zip comp zip
* Gemei G2 needs g2_legacy-compatibility_vX.zip comp zip
* Gemei G9 (those not working fine with "regular" 907c comp zip) needs g9_legacy-compatibility_vX.zip comp zip
* Sanei N90 needs n90_legacy-compatibility_vX.zip comp zip
* Ainol Novo7 Aurora v1 and v2 need aurora-v1-v2_legacy-compatibility_vX.zip
* Ainol Novo7 Aurora v3 needs aurora-v3_legacy-compatibility_vX.zip
* MK802 PC-on-a-stick needs mk802_legacy-compatibility_vX.zip
You can check "testing" section of my AndroidFileHost space to find out few more tablets that require some testing to be approved
You can get them on this website
Features
* Bluetooth USB dongle support (btusb and ath3k)
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* NTFS and ExFat support
* Veno congestion control algorithm
* USB audio support
* DVB-T support (DiB0700, AF9015, IT913x, AF9035 and RT28XXU) available through "Update Me"
* Ad-hoc available through "Update Me"
Instructions
* Upload zips to MicroSD or internal memory.
* Boot into CWM keeping pressed VOL- (MENU) and POWER for 3 secs, than release POWER and after another sec release VOL- (or use Novo7 tools if it doesn't work for your device)
* Select "wipe data/factory reset"
* Select "install zip from sdcard" -> "choose zip from sdcard" (or "choose zip from internal sdcard" if your files are into internal memory) and flash, in this order, rom / gapps / compatibility zip
* Now go back, and select "Reboot system now"
* Enjoy AOKP
Note: when you update to a newer build you don't need to do a full wipe, you just have to wipe cache and dalvik cache
Changelog
Code:
2012-07-08
* !!! WARNING !!! Compatibility zip 1.2 is required !!! WARNING !!!
* bump kernel version to 3.0.36
* updated AOKP sources to release "Milestone 6"
2012-06-23
* added: "special coordinate system" needed for some gsensors
* added: ethernet settings (because of SystemUI force close I had to remove the ethernet icon from the system bar but it should work anyway, feedbacks are welcome)
* added: lock rotation to landscape when HDMI cable is plugged in (can be disabled from settings)
* added: HDMI resolution selector
* added: devlistener, a small daemon to set write permissions for supported usb bluetooth dongles
* removed: u3gmonitor (tell me if your 3g dongle was working with previous version and now it doesn't)
* changed: build fingerprint to match SGS2
2012-06-22
* initial release: works everything is working in CM9, it's only missing "HDMI resolution", "Ethernet settings" and "Volume button in system bar" options that will be added in next builds
You can see upstream changelog here
Download link
* Androidfilehost.com
Gapps
* 2012-04-29
If you have a /system partition of 300+ MB you can flash "official" gapps from goo.im/gapps, you'll have a working Face UnLock as a bonus.
FAQ
* To manage volume from the sysbar you can install this app
* Legacy compatibility zips include stock kernel with extra modules (like bluetooth, gamepads, ecc.). It's enabled for ad-hoc and wifi direct won't work. USB Audio and DVB-T kernel modules won't work either.
* Sanei N10 users (and other with "internal sdcard" on /dev/block/nandj device) can use this version of cwm.
Sources
* Github repository
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great job christian.
Ive used your rom since initial aokp, and its fast and smooth.
Try add 3g drivers, cant connect my 3g dongle.
Ive problems with momo9 1.2.0 compatible drivers...
Great job!
I know that you dont like miui rom, because its iphonish, but can create miui rom?
Sent from my LG-P500 using Tapatalk 2
right now i'm out of time, as you see there are many tablets supported (and I have even more requests) and it's hard mantaining / compiling two different roms, adding a third is, right now, out of my plans
for 3g you have to remove the mass storage / cd-rom mode from your dongle, you do this with a command from hyperterminal or putty, they differ for every dongle so you have to search for yours on google
1.2 has to be used with yesterday's release, otherwise it won't work because is for kernel 3.0.36 (1.1 was for 3.0.31)
Nice to see you have opened threads here Christian, much wider audience here than slatedroid imho.
Very good working!Thank you!
For Micromax Funbook I need to use the MOMO9 Player compatibility zip,no?
i guess so
Thanks Christian Troy for your great work!
I'm trying this rom on my MOMO9 for two days and very satisfied.
But there is one problem.
When in sleep mode, stock Gmail app's notification doesn't work
As soon as (and as long as) screen is on, Gmail notification works.
Is this normal?
Clean installed, full wiped twice, "Keep Wi-Fi on during sleep" is "Always", "Sync" is on.
Alarm app DOES work even during sleep.
I can't figure out what the cause is.
DEVICE: Ployer MOMO9 7-inch AllWinner A10
ROM: STOCK 4.0.3 (20120407) -> Pro3-Custom-0805 -> Unofficial AOKP for many AllWinner A10 tablets
it's normal.
when the tablet suspends the wifi is turned off because it cant supply power to the usb device when it is suspended.
it's their (proprietary because is a kernel prebuilt binary) implementation of suspend code and nothing can be done.
you could use an app that puts a wakelock, in this way the tablet would never sleep but the consumption would be higher
maybe you can do something with tasker (like letting it wake the device every X minutes)
Thanks Christian and other developers for this great rom.
I have a cherry mobile M-728, which is the same machine as the hyundia A7HD.
This rom works great, i like it better than CM9, which i had before. AOKP feels snappier and is more fun to tweak and personalize.
I have one question; My slate only has soft knobs for volume up/down. In CM9 there were volume soft knobs in ther nav bar, but in AOKP they are missing. Am I missing something in the settings to apply these soft knobs or are they not implemented in AOKP?
If they are not yet available, is there any change they will be added in an update or new build? Because they are available in CM9, it seems to me it can't be very difficult to add them in AOKP, but off course i might be wrong.
Anyway, as this roms feels so good i hope the volume knobs are added in the near future, so i can stick with AOKP!!
Christian Troy said:
it's normal.
when the tablet suspends the wifi is turned off because it cant supply power to the usb device when it is suspended.
it's their (proprietary because is a kernel prebuilt binary) implementation of suspend code and nothing can be done.
you could use an app that puts a wakelock, in this way the tablet would never sleep but the consumption would be higher
maybe you can do something with tasker (like letting it wake the device every X minutes)
Click to expand...
Click to collapse
Thank you for your quick reply.
Your explanation is very easy to understand:laugh:
We are not able to get push notification because of something that roms or kernels cannot touch.
And if we want pull notification, we have to sacrifice battery life for wakelock app.
Right?
Oh, and that is why my tablet doesn't wake during sleep by using Bluetooth USB dongle device!
Soooo helpful advice you gave me.
Thank you very much.
Howdy
Just an FYI, using aokp_20120708.zip and lyf1_compatibility_1.2.0.zip, the soft buttons on my LY-F1 do not work.
AOKP is quite nice apart from that - the ability to change all sysbar settings is refreshing
you should try this app: https://play.google.com/store/apps/details?id=com.TwinBlade.StatusVolumePlus for volume control in sysbar
@sanamako
yes you're righy
Hi.
Does this rom work with teclast P76Ti?
Running fine on a cherry m-1007 (seems to be like a protabb) great work!
On the Hyundai A7, does this rom fix the tilt issue (when playing temple run, the tilt effect doesnt work)
also, how do you boot into CWM with this device? It doesnt have volume keys
timrock said:
On the Hyundai A7, does this rom fix the tilt issue (when playing temple run, the tilt effect doesnt work)
also, how do you boot into CWM with this device? It doesnt have volume keys
Click to expand...
Click to collapse
an hardware defection cant be fixed: it's a 2 axis gsensor, it will work for basic things but some (many) games require a 3 axis that is the standard
from stock you can use novo 7 tools to flash recovery.img (containing cwm), you just have to push it to /sdcard/; you can reboot to recovery from that app aswell.
once you flash cm9/aokp you can reboot to recovery from power menu
Christian Troy said:
an hardware defection cant be fixed: it's a 2 axis gsensor, it will work for basic things but some (many) games require a 3 axis that is the standard
from stock you can use novo 7 tools to flash recovery.img (containing cwm), you just have to push it to /sdcard/; you can reboot to recovery from that app aswell.
once you flash cm9/aokp you can reboot to recovery from power menu
Click to expand...
Click to collapse
Thanks. I flashed this rom previously
http://forum.xda-developers.com/showthread.php?t=1539075&highlight=hyundai
Seeing as the one in this thread is a zip, how would i go about this now? Sorry, kind of new to the whole flashing thing.
you should first flash a cwm, like this, unzip it and push recovery.img to /sdcard/
after that install novo7 tools and use it to flash recovery and reboot to recovery
Christian Troy said:
you should first flash a cwm, like this, unzip it and push recovery.img to /sdcard/
after that install novo7 tools and use it to flash recovery and reboot to recovery
Click to expand...
Click to collapse
i installed novo tools, the img file from the link you posted is on the sdcard. So when i open novo, and click on select either flash boot, flash recovery or flash update, nothing happens but a seconds later, the device will reset and when it reboots, i get an android logo laying on his back. nothing happens. a few minutes later, it boots back to normal. what am i doing wrong?

[rom] AOKP 4.2 for Allwinner A31 devices (SDK 3.2) - 2013-07-03 update

If you appreciate my work and would like to support me with a small donation you can click on
button.
If every happy user of this rom would just donate something I could invest more time in all these Android projects.
What doesn't work
* After the setup wizard the launcher won't fit correctly the screen but after a reboot it will automagically fix by itself. If you don' like transparent status / system bar go into Settings -> ROM control and edit the transparency.
* USB bluetooth: before you start asking... 4.2 has introduced a new bluetooth stack that is incompatible with non serial over USB bluetooth (so it will work only with internal/UART)
* Accelerated video playback is supported by MX Player in HW+/HW mode and pretty much every file will play, try both playback method because it depends on the video codec; I noticed that HD videos plays better in HW+ mode while SD (XviD for example) play better in HW mode. For a better audio support (included DTS playback) have a look here.
* HDMI shows a picture but it doesn't fill the TV screen entirely.
* This is not a broken functionality but a lack of this ROM that can only export one partition through USB Mass Storage, if you wanna access to both memories you should use MTP instead of UMS, only CyanogenMod can export multiple LUNs.
* Probably other things...
Features
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* Veno congestion control algorithm
* USB audio
Instructions
* You need TWRP to be able to flash this rom. Read the linked thread for instructions.
* Put rom (aokp_spark_unofficial_2_$DATE.zip) and gapps (gapps-jb-$DATE-signed.zip) files inside internal or external sdcard.
* Turn on the tablet in recovery mode as explained in TWRP thread.
* If this is your first install select "Factory reset" from "Wipe" menu.
* Flash rom (aokp_spark_unofficial_2_$DATE.zip), gapps (gapps-jb-$DATE-signed.zip) and, if you're installing this rom on a device that is not the Spark, the required compatibility zip.
* Now select "Reboot".
* Enjoy AOKP 4.2!
Changelog & download links
2013-07-03
* WARNING: before flashing this build you HAVE to flash stock SDK 3.2 using Phoenix Suit and answering "yes" to the format prompt, after that install the new TWRP for SDK 3.2 and proceed. You can do a nandroid backup before flashing with phoenix suit and copy the whole "TWRP" folder from the internal memory to your microsd (or to your PC) if you don't wanna reinstall everything again. In this case restore the backup and after that flash the new zip. If you get any weird trouble do a full wipe.
* Updated proprietary blobs to SDK 3.2
* Updated upstream sources
ROM (md5sum)
Gapps
Compatibility zips
Only devices with a stock SDK 3.2 firmware can be supported.
* Onda V972 (v1) (v3.2 based) 3.2_rc1
* Onda V972 (v2) (v3.2 based) 3.2_rc1
* Onda V973 (v1) (v3.2 based) 3.2_rc0
* Onda V973 (v2) (v3.2 based) 3.2_rc0
* Onda V811 (v3.2 based) 3.2_rc0
* Onda V812 (v1-v4) (v3.2 based) 3.2_rc0
* Onda V812 (v5) (v3.2 based) 3.2_rc0
* Onda V813 (v3.2 based) 3.2_rc0
* Onda V818 mini (v3.2 based) 3.2_rc0
FAQs
* If your devices doesn't have a volume rocker you can install one of these apps to control volume from the notifications: Volume in notification, TrayVolume
* WiFi now can stay enabled with display turned off. Note that if WiFi is enabled the tablet won't enter deep sleep so if you're more interestead in battery life instead of an always on WiFi change policy (on "Advanced" WiFi settings) from "Always" to "Never" and select your preferred WiFi timeout.
* Internal memory is mounted at /storage/sdcard0, external sdcard is mounted at /storage/sdcard1. If you wanna swap them (and make primary your real microsd) just edit "persist.sys.vold.switchexternal=0" to "persist.sys.vold.switchexternal=1" in "/system/build.prop" file
Screenshots
Sources
https://github.com/christiantroy/allwinner_a31
Old stuff
2013-06-29
* Fixed vibrator
* Updated upstream sources
ROM (md5sum)
2013-06-22
* Fixed typo that prevented "init.d" execution (Spark only)
* Improved video playback compatibility: now MX Player in HW+ mode will play every movie that don't have DTS audio tracks.
* Enabled WebGL
* Some minor changes under the hood
* Updated upstream sources
ROM (md5sum)
2013-06-16
* Fixed Spark's touchscreen issues (thanks MadNBG)
* Potential improvement in stock browser's smoothness
* Updated upstream sources
ROM (md5sum)
2013-06-11
* First build but ready for being a daily driver.
ROM 2013-06-11 (md5sum)
Not a single reply? Would like to know how smoothly this runs. I have tried sooooo many Kasty roms and stock roms and a few custom roms, and while some do run better than others, an ALL ran videos and games fine, the Android menus and launchers and some simple apps (like Chrome) ran really choppy. Would it be possible to get a video of this running on a 972? Hoping to flash it tonight either way i guess

[rom] ParanoidAndroid 3+ for Allwinner A31 (SDK 3.2) devices - 2013-07-03 update

If you appreciate my work and would like to support me with a small donation you can click on
button.
If every happy user of this rom would just donate something I could invest more time in all these Android projects.
What doesn't work
* This ROM may be a bit more unstable since it's built with more aggressive CFLAGS and a different compiler
* USB bluetooth: before you start asking... 4.2 has introduced a new bluetooth stack that is incompatible with non serial over USB bluetooth (so it will work only with internal/UART)
* Accelerated video playback is supported by MX Player in HW+/HW mode and pretty much every file will play, try both playback method because it depends on the video codec; I noticed that HD videos plays better in HW+ mode while SD (XviD for example) play better in HW mode. For a better audio support (included DTS playback) have a look here.
* HDMI shows a picture but it doesn't fill the TV screen entirely.
* This is not a broken functionality but a lack of this ROM that can only export one partition through USB Mass Storage, if you wanna access to both memories you should use MTP instead of UMS, only CyanogenMod can export multiple LUNs.
* Probably other things...
Features
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* Veno congestion control algorithm
* USB audio
Instructions
* You need TWRP to be able to flash this rom. Read the linked thread for instructions.
* Put rom (pa_spark-$VERSION-$DATE.zip) and gapps (gapps-jb-$DATE-signed.zip) files inside internal or external sdcard.
* Turn on the tablet in recovery mode as explained in TWRP thread.
* If this is your first install select "Factory reset" from "Wipe" menu.
* Flash rom (pa_spark-$VERSION-$DATE.zip), gapps (gapps-jb-$DATE-signed.zip) and, if you're installing this rom on a device that is not the Spark, the required compatibility zip.
* Now select "Reboot".
* Enjoy CyanogenMod 10.1!
Changelog & download links
2013-07-03
* WARNING: before flashing this build you HAVE to flash stock SDK 3.2 using Phoenix Suit and answering "yes" to the format prompt, after that install the new TWRP for SDK 3.2 and proceed. You can do a nandroid backup before flashing with phoenix suit and copy the whole "TWRP" folder from the internal memory to your microsd (or to your PC) if you don't wanna reinstall everything again. In this case restore the backup and after that flash the new zip. If you get any weird trouble do a full wipe.
* Updated proprietary blobs to SDK 3.2
* Updated upstream sources
ROM (md5sum)
Gapps
Compatibility zips
Only devices with a stock SDK 3.2 firmware can be supported.
* Onda V972 (v1) (v3.2 based) 3.2_rc1
* Onda V972 (v2) (v3.2 based) 3.2_rc1
* Onda V973 (v1) (v3.2 based) 3.2_rc0
* Onda V973 (v2) (v3.2 based) 3.2_rc0
* Onda V811 (v3.2 based) 3.2_rc0
* Onda V812 (v1-v4) (v3.2 based) 3.2_rc0
* Onda V812 (v5) (v3.2 based) 3.2_rc0
* Onda V813 (v3.2 based) 3.2_rc0
* Onda V818 mini (v3.2 based) 3.2_rc0
"MDPI" devices (those not having a "retina" display) have to flash this zip as well. Since "MDPI" devices are not officially supported from PA team some things might not work properly.
FAQs
* If your devices doesn't have a volume rocker you can install one of these apps to control volume from the notifications: Volume in notification, TrayVolume
* WiFi now can stay enabled with display turned off. Note that if WiFi is enabled the tablet won't enter deep sleep so if you're more interestead in battery life instead of an always on WiFi change policy (on "Advanced" WiFi settings) from "Always" to "Never" and select your preferred WiFi timeout.
* Internal memory is mounted at /storage/sdcard0, external sdcard is mounted at /storage/sdcard1. If you wanna swap them (and make primary your real microsd) just edit "persist.sys.vold.switchexternal=0" to "persist.sys.vold.switchexternal=1" in "/system/build.prop" file
Screenshots
Sources
https://github.com/christiantroy/allwinner_a31
Old stuff
2013-06-29
* Fixed vibrator
* Updated upstream sources
ROM (md5sum)
2013-06-21
* Fixed typo that prevented "init.d" execution (Spark only)
* Added reboot to recovery
* Fixed lockscreen clock font
* Improved video playback compatibility: now MX Player in HW+ mode will play every movie that don't have DTS audio tracks.
* Enabled WebGL
* Some minor changes under the hood
* Updated upstream sources
ROM (md5sum)
2013-06-16
* Fixed Spark's touchscreen issues (thanks MadNBG)
* Potential improvement in stock browser's smoothness
* Updated upstream sources
ROM (md5sum)
2013-06-12
* First build but ready for being a daily driver.
ROM 2013-06-12 (md5sum)

[ROM][ef63][7.1.x][UNOFFICIAL] Lineage Android Distribution for VEGA IRON 2

LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
KNOWN ISSUES
- Report with logs
!!! BUG REPORTS WITHOUT LOGS WILL BE IGNORED !!!
Android: adb logcat
Radio: adb logcat -b radio
Kernel: adb shell dmesg
Full Bugreport: Developer Menu -> Bugreport
HOW TO INSTALL LINEAGEOS
- Make sure your phone is running Marshmallow bootloader
- Download the LineageOS zip(s). (see Downloads)
- Copy the LineageOS zip to internal sdcard.
- Install TWRP recovery
- Boot into TWRP.
- Perform a backup of your current ROM. (Optional)
- IMPORTANT: Do a Factory Reset. (Wipe data & cache)
- Flash LineageOS.
- Optional: Install the Google Apps addon package. (see Downloads)
- Reboot
DOWNLOADS
Download from AFH:
https://www.androidfilehost.com/?w=files&flid=169302
OR
Download from Github :
https://github.com/chautruongthinh/android_device_pantech_ef63/releases
Google Apps:
OpenGApps (recommended: arm, 7.1.1, nano)
SOURCECODE
Device tree: https://github.com/chautruongthinh/android_device_pantech_ef63
Msm8974_common: https://github.com/chautruongthinh/android_device_pantech_msm8974-common
Vendor for ef63: https://github.com/chautruongthinh/android_vendor_pantech
Kernel: https://github.com/chautruongthinh/android_kernel_pantech_msm8x74
HOW TO BUILD
- repo init -u git://github.com/LineageOS/android.git -b cm-14.1
- add local manifest to .repo/local_manifests/
- repo sync -j4
- . build/envsetup.sh
- brunch ef63
Local manifest:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="chautruongthinh/android_kernel_pantech_msm8x74" path="kernel/pantech/msm8x74" remote="github" revision="cm-14.1" />
<project name="chautruongthinh/android_device_pantech_msm8974-common" path="device/pantech/msm8974-common" revision="cm-14.1" />
<project name="chautruongthinh/android_device_pantech_ef63" path="device/pantech/ef63" remote="github" revision="cm-14.1" />
<project name="chautruongthinh/android_vendor_pantech" path="vendor/pantech" remote="github" revision="cm-14.1" />
</manifest>
Credits:
CyanogenMod and its contributors
CAF (aka Qualcomm)
Open GApps
The people who first brought CM14.1 to the VEGA IRON 2:
@chautruongthinh
@hoalamha
*Credits & thanks some people to help me such as:
- @futranbg (TekCafe Team)
- @HeavenAngel (TekCafe Team)
- @diszell2008 (TekCafe Team)
- @bangprovn
@LinhPhi
Sunghun
@mifl (M. Ignacio Fernández López)
And all those individual/teams who I might have missed.
SUPPORT ME
Do you like my work? Consider donating me some beer!
​
Contributors
chautruongthinh
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Created 2017-03-25
Last Updated 2017-04-13
Sceenshot:
For me 2
Touch screen issue with this rom
I flashed this rom to my IM-910S and I had no major issues.
There is one flaw in this rom, glove touch mode is always enabled, and I couldn't disable it. Touch screen recognizes my finger even when I didn't touch the screen, which makes me frustrated. Please give us option to disable glove touch mode.
Can you fix 10px touch error?
I knew there was an touch error with it. (lineage-14.1-20180418-UNOFFICIAL-ChauTruongThinh-ef63.zip)
Here are fixed kernel on stock rom
https://drive.google.com/folderview?id=15z64YJoAhA1T5tSi1iGn-_mT25edOdNR[/url]
Can you fix it with this?
sorry about my poor english
Vega Iron 2 Call speaker problem.
Hi, I got LineageOS 16.0 (9.0 Pie ) to Vega Iron 2 IM-910S OpenGapps-ARM-9.0-Pico < Recovery - Flashify >
This phone CPU is rly good so I'm still use this phone
but 3 days ago, i got 1 important problem...
I need help with this issue (other guys too maybe.)
well this issue too have in 7.1.X upgrade device
If got call, ur call(Top) speaker sound will so much stiff sounds
but, good issue its not problem too under speaker , mike
I want fix this speaker but we can't go fix station anymore with this vega iron 2
I tried return normal rom to Vega iron 2
but still sound stiffing... so just got return again to Lineage 16.
I think any .xml is problem or idk where to problem and fix.... and I heard this phone speaker problem have some patch but I can't find that patch is where
any 1 know how to solve this? I need help rly TT_TT
and sorry to post here... I registered this site today ;6; but i need rly help with thisss

Categories

Resources