[ROM][ICS][WIP]AOKP for the Kindle Fire [BETA2][DISCONTINUED]

Search This thread

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
Hey guys, I'm working on building AOKP for the Otter/Kindle Fire

She Boots! I'm posting here to get some input from my
Make a backup in TWRP/CWM and wipe everything and flash.

SEE POST 2 FOR CHANGE LOG AND GAPPS


DEMO

Please press thanks ;)
DL HERE: aokp_otter_beta2.zip

Razorback Build 1: [NOT SURE IF THIS BOOTS]
DL HERE: aokp_otter_razorback-b1.zip


If you're feeling generous..buy me a beer ;) Click the 'Donate' button under my name ;)
 
Last edited:

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
MD5 Sums

6fb42387b83012a808d04d77748c2aa9 aokp_otter_alpha1.zip

76398973c90790ecefe1b3c692b61918 aokp_otter_alpha2.zip

257b229ebfcdf2fcc9318973c9268b43 aokp_otter_alpha3.zip

d74b7cf7a931cbe15add0ea04817f99d aokp_otter_beta1.zip

c50c8d496ab04743008461526ecbf44c aokp_otter_razorback-b1.zip

3b3fbba31b14a13e8cb94396bd85f66a aokp_otter_beta2.zip


Change Log:

Alpha 1:
+ Initial Release
Doesn't Work:
+ Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
+ Touch Screen seems to lack some Sensitivity? -Help with this too
+ Wifi!? -Turns on but seems to hang on 'Obtaining IP Address' -Help here too..
+ HWA
..You know the usual Kindle Fire ICS stuff.

Alpha 2
+ Touchscreen is working normally.
+ Wifi is fixed (Thanks to a tip from Hashcode)
Doesn't Work
+ Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
+ HWA
..You know the usual Kindle Fire ICS stuff.

Alpha 3
+ Based upon AOKP Build 30
+ Gtalk should now be working. Get your gApps HERE
+ Minor tweaks to the quick toggles.
Doesn't Work
+ Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
+ HWA
..You know the usual Kindle Fire ICS stuff.

Beta 1
+ Based upon AOKP Build 32
+ Gtalk should be working. Get your gApps HERE
+ Minor tweaks/enhancements
Doesn't Work
+ Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
+ HWA
..You know the usual Kindle Fire ICS stuff.

Razorback Build 1
+ Based upon AOKP Build 32
+ Gtalk should be working. Get your gApps HERE
+ Hashcode's #3 3.0 kernel plus a minor tweak here and there.
Doesn't Work
SEE THIS POST: http://xdaforums.com/showpost.php?p=24665564&postcount=2
..You know the usual Kindle Fire ICS stuff.

Beta 2
+ Based upon AOKP Build 34
+ Gtalk should be working. Get your gApps HERE
+ Minor adjustments
Doesn't Work
+ Standard Wallpapers (Live Wallpapers Work)...-
+ HWA
..You know the usual Kindle Fire ICS stuff.
 
Last edited:

loki154

Senior Member
Jun 19, 2010
434
16
How did you get it to build? I tried porting it about a week ago, but kept getting xlint errors everywhere. I gave up after whitehawkx said he'd quit with it.
 

NRGZ28

Retired Senior Mod & Senior RD
Apr 6, 2007
10,512
9,977
XDA-Developers
Hey guys, I'm working on building AOKP for the Otter/Kindle Fire

Right now, it does not boot. It will flash in recovery okay, but it just wont boot, Doesn't look to be kernel related... I'm posting here to get some input from my FELLOW DEVELOPERS ONLY. NOT FOR MASS CONSUMPTION!

ONLY COMMENT/CHIME IN IF YOU HAVE SOMETHING USEFUL....

Please...none of the 'it wont boot wtf!?' posts or ....'is hwa working'....or...'OMGZ CANT WAIT!!!!!!111!!!1!' type of posts...please.


Anyway, if you decide to help, make a backup in twrp and wipe everything and flash.

I have a couple logcats here:

http://pastebin.com/EdWB8qDP

http://pastebin.com/QJYYdgdv

DL HERE: aokp_otter-ota-eng.zip

Looks to me like surfaceflinger is not initializing because it doesnt get the correct wake_fb signals from the kernel. So yeah... a new kernel is needed. Or try dropping in a CM9 surfaceflinger...
 
  • Like
Reactions: death2all110

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
Looks to me like surfaceflinger is not initializing because it doesnt get the correct wake_fb signals from the kernel. So yeah... a new kernel is needed. Or try dropping in a CM9 surfaceflinger...
Thanks for the tip! I'm looking into surfaceflinger now. At first I didnt catch that till you pointed it out. Glad to have another set of eyes looking at this.
 

Krunk_Kracker

Senior Member
Sep 13, 2009
1,956
906
Somewhere in Florida
Thanks for the tip! I'm looking into surfaceflinger now. At first I didnt catch that till you pointed it out. Glad to have another set of eyes looking at this.

Please let us know what you find as the solution. I'm working on another Kindle port as well and having an issue with surfaceflinger too.

Sent from my DROIDX using Tapatalk
 
Last edited:

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
Please let us know what you find as the solution. I'm working on another Kindle port as well and having an issue with surfaceflinger too.

Sent from my DROIDX using Tapatalk

Looks to me like surfaceflinger is not initializing because it doesnt get the correct wake_fb signals from the kernel. So yeah... a new kernel is needed. Or try dropping in a CM9 surfaceflinger...


Tried dropping in CM9 surfaceflinger from the KF cm9 source... no go....
Code:
...
I/SurfaceFlinger( 1305): SurfaceFlinger is starting

I/SurfaceFlinger( 1305): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...

E/SurfaceFlinger( 1305): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
...
Full logcat here: http://pastebin.com/CHnTMZDS
 

JackpotClavin

Inactive Recognized Developer
Feb 27, 2011
1,024
3,814
New York
Well it'll boot. Hashcode has a working hwcomposer for the fire on one of our cm9 repositories. It boots fine without the hwcomposer.omap4 library and isn't noticeable with or without it

Sent from my Galaxy Nexus using XDA
 

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
Any way to keep it from being built?

Edit:
Code:
rename Android.mk in the '<source>hardware/ti/omap4xxx/hwc' directory.
 
Last edited:

JackpotClavin

Inactive Recognized Developer
Feb 27, 2011
1,024
3,814
New York
Rename the file under hardware/ti/omap4xxx/hwc/android.mk to android.disable and it won't be built

Sent from my Galaxy Nexus using XDA
 

death2all110

Senior Member
Sep 21, 2010
515
296
Illinois
Yes. But I'm leaving it go. I'm spending time with my girlfriend, and family so I'm barely keeping an eye on it, im running it on -j2 just so its not taking all my server's resources...

Edit:
laptop went into standby....closed the ssh connection had to restart compiling. using screen now. so i can safely detach
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 40
    Hey guys, I'm working on building AOKP for the Otter/Kindle Fire

    She Boots! I'm posting here to get some input from my
    Make a backup in TWRP/CWM and wipe everything and flash.

    SEE POST 2 FOR CHANGE LOG AND GAPPS


    DEMO

    Please press thanks ;)
    DL HERE: aokp_otter_beta2.zip

    Razorback Build 1: [NOT SURE IF THIS BOOTS]
    DL HERE: aokp_otter_razorback-b1.zip


    If you're feeling generous..buy me a beer ;) Click the 'Donate' button under my name ;)
    9
    Hardware Acceleration?

    You know.. a week ago.. a kitten would have died with this question.

    Today, the kittens are alive and healthy..
    8
    MD5 Sums

    6fb42387b83012a808d04d77748c2aa9 aokp_otter_alpha1.zip

    76398973c90790ecefe1b3c692b61918 aokp_otter_alpha2.zip

    257b229ebfcdf2fcc9318973c9268b43 aokp_otter_alpha3.zip

    d74b7cf7a931cbe15add0ea04817f99d aokp_otter_beta1.zip

    c50c8d496ab04743008461526ecbf44c aokp_otter_razorback-b1.zip

    3b3fbba31b14a13e8cb94396bd85f66a aokp_otter_beta2.zip


    Change Log:

    Alpha 1:
    + Initial Release
    Doesn't Work:
    + Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
    + Touch Screen seems to lack some Sensitivity? -Help with this too
    + Wifi!? -Turns on but seems to hang on 'Obtaining IP Address' -Help here too..
    + HWA
    ..You know the usual Kindle Fire ICS stuff.

    Alpha 2
    + Touchscreen is working normally.
    + Wifi is fixed (Thanks to a tip from Hashcode)
    Doesn't Work
    + Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
    + HWA
    ..You know the usual Kindle Fire ICS stuff.

    Alpha 3
    + Based upon AOKP Build 30
    + Gtalk should now be working. Get your gApps HERE
    + Minor tweaks to the quick toggles.
    Doesn't Work
    + Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
    + HWA
    ..You know the usual Kindle Fire ICS stuff.

    Beta 1
    + Based upon AOKP Build 32
    + Gtalk should be working. Get your gApps HERE
    + Minor tweaks/enhancements
    Doesn't Work
    + Standard Wallpapers (Live Wallpapers Work)...-Looking for help with this...
    + HWA
    ..You know the usual Kindle Fire ICS stuff.

    Razorback Build 1
    + Based upon AOKP Build 32
    + Gtalk should be working. Get your gApps HERE
    + Hashcode's #3 3.0 kernel plus a minor tweak here and there.
    Doesn't Work
    SEE THIS POST: http://xdaforums.com/showpost.php?p=24665564&postcount=2
    ..You know the usual Kindle Fire ICS stuff.

    Beta 2
    + Based upon AOKP Build 34
    + Gtalk should be working. Get your gApps HERE
    + Minor adjustments
    Doesn't Work
    + Standard Wallpapers (Live Wallpapers Work)...-
    + HWA
    ..You know the usual Kindle Fire ICS stuff.
    5
    Just updated the links in post 1. It was a server related issue. Its a bit more popular than I thought. xD

    Edit: Also updated GAPPS links
    5
    If you're having a "kernel" issue on the RAZORBACK build, then you might try the following update as of today:

    04-19(.2): KERNEL.ZIP #5.2 CAN BE FOUND HERE (FLASH IN RECOVERY): http://bit.ly/HW3dZy
    md5sum: 55cd8c2c0a9ee68bc83f529c4173d3c0 (It's 11.5MB .zip file)
    - Backlight Fixed! (Thanks to icemank121 in IRC for recommending to check the Archos Gen 9 tablet's backlight driver)
    - Updated the kernel from OMAPZOOM w/ code as of yesterday.
    - BUGFIX for PVR modules
    - All new modules recreated from kernel source including WIFI