Search This thread

Axel2033

Senior Member
Nov 21, 2011
114
603
Penza
4pda.ru
Only for developers!
IT CAN KILL YOUR PHONE!​


cm9.png


CyanogenMod 9.0 COOPER KANG ALPHA Android 4.0.3 ICS by TeamHackAce

TEAM:
axel2033 (I am)
Grif07
lagloose
EmoBoiix3
slaid480
djsky2011
wayland_ace


FIRST ALPHA VERSION!!!
configs on github


post-1640125-1323622813.png


ALPHA 10
download


Changelog:

Alpha 1-first release

Alpha 2-use kernel by Wayland_ACE, only software acceleration, use js engine

Alpha 3-many files pached and kernel too, don't work adreno 200

Alpha 4-Touchscreen fixed!

Alpha 5-touch working, audio working

Alpha 6-Screen is not flickering, but very slow. Touch works, bad very badly

Alpha 7-Device can wake up from sleep

Alpha 8-Fix touch

Alpha 9-fix wi-fi

Alpha 10-android 4.0.3, fix gallery, audio and network stats



Gapps for ICS


multiupload


Please DONATE ME:)


PayPal : KY32FMN633JNE

WebMoney :
WMZ : Z133095981000
WME : E310660703253

 
Last edited:

dragonnn

Senior Member
Oct 16, 2011
1,136
861
Does it boot normally? It's possible to get any screenshots (I know this is a nob question, but I will see how it looks). What about the performance?
 

NJosh

Senior Member
Aug 31, 2011
177
54
Houston
Omg.. ICS finally on our Ace.. Will wait until it's released for end users like me.. +1 for the effort.. Go CM9.. :D
 

Wayland_ACE

Inactive Recognized Developer
Nov 4, 2011
692
5,854
Riga
Update the update-script :))

Assert failed on device getprop

---------- Post added at 08:08 PM ---------- Previous post was at 08:06 PM ----------

Change this:

assert(getprop("ro.product.device") == "cooper" || getprop("ro.build.product") == "cooper" ||
getprop("ro.product.device") == "GT-S5830" || getprop("ro.build.product") == "GT-S5830");

to this:

assert(getprop("ro.product.device") == "cooper" || getprop("ro.build.product") == "cooper" || getprop("ro.product.board") == "cooper" || getprop("ro.product.model") == "cooper" ||
getprop("ro.product.device") == "GT-S5830L" || getprop("ro.build.product") == "GT-S5830L" || getprop("ro.product.board") == "GT-S5830L" || getprop("ro.product.model") == "GT-S5830L" ||
getprop("ro.product.device") == "GT-S5830" || getprop("ro.build.product") == "GT-S5830" || getprop("ro.product.board") == "GT-S5830" || getprop("ro.product.model") == "GT-S5830");
 

djsky2011

Senior Member
May 12, 2011
1,106
1,225
London
shouldnt the update script read format("ext4", "EMMC", "/dev/block/stl12");

instead of

format("ext4", "EMMC", "/dev/block/stl12", "0");

EDIT: nevermind it basically does the same thing
 
Last edited:

Top Liked Posts