Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Hashcode
Old
(Last edited by Hashcode; 15th May 2013 at 02:26 AM.)
#1  
Hashcode's Avatar
Recognized Developer - OP
Thanks Meter 10645
Posts: 1,844
Join Date: Sep 2011

 
DONATE TO ME
Default [ROM-AOSP] Unofficial CM10.1 (JB 4.2.2) [05/14 MIC SEMI-WORK]

Unofficial CyanogenMod 10.1 for the Kindle Fire HD 8.9

*** USE AT YOUR OWN RISK! WHILE I TRY MY BEST TO PROVIDE WORKING KERNELS/ROMS, I AM NOT RESPONSIBLE IF THIS SOFTWARE OR ANYTHING I'VE WORKED ON SUDDENLY FRIES YOUR DEVICE. ***


BEFORE YOU BEGIN MAKE SURE YOU HAVE A 2ND-BOOTLOADER INSTALLED CORRECTLY AND CAN SEE THE BLUE LOGO DURING BOOTUP:
http://forum.xda-developers.com/show....php?t=2128175


Download Information:
[05/14] ALPHA CM10.1 + 3.0.50+ KERNEL
http://goo.im/devs/Hashcode/jem/cm10...FICIAL-jem.zip
md5sum: 31755d42639c3274f2cbc01f9466596c

[05/11] ALPHA CM10.1 + 3.0.50+ KERNEL
http://goo.im/devs/Hashcode/jem/cm10...FICIAL-jem.zip
md5sum: c6f608b2d8d3e6225b95c2751bf2edf5

[05/08] ALPHA CM10.1 + 3.0.50+ KERNEL
http://goo.im/devs/Hashcode/jem/cm10...FICIAL-jem.zip
md5sum: 1be15111e982496fbca438df59993493

[04/20] ALPHA CM10.1 + 3.0.50+ KERNEL
http://goo.im/devs/Hashcode/jem/cm10...FICIAL-jem.zip
md5sum: 01cf23f932331158d6f3d95ee628618d

Older builds can be found in the same folder on goo.im:
http://goo.im/devs/Hashcode/jem/cm10.1/

Download Google Apps:
Http://goo.im/gapps
(For Android 4.2.1/CM 10.1 use the top row gapps)

PLEASE BE SURE TO WIPE SYSTEM & DATA/CACHE (FACTORY RESET) WHEN COMING FROM AMAZON STOCK SOFTWARE.
(It's the "Wipe" button and then "System" and then "Factory Reset" button in TWRP -- this does NOT clear your sdcard space)

Be aware that the "sdcard" space has changed slightly from ICS to JB4.2. You will find your stock amazon OS files in /data/media/ or "sdcard" on the Stock OS. But CM10.1 will create a sub directory "/data/media/0" and call that "sdcard". And in TWRP it will also use "data/media/0" as "sdcard". This has to do with multi-user settings. So when placing files on the "sdcard" be sure to check both locations before wondering why that file is missing.

CHANGES:
  • [05/14] New android OS audio driver. MIC works but may need to be stopped / re-started once (WIP)
  • [05/11] Camera should be working again
  • [05/08] Fixed orientation for HDMI output (requires a /data wipe) -- sound is W.I.P.
  • [05/08] Fixed default landscape orientation (was backwards)
  • [05/08] Fixed power HAL to retain current max CPU freq (original code by twa_priv, patched by Hashcode)
  • [05/07] Raised headphone volume by 10%
  • [04/20] [Thanks to Javabugs] Bluetooth firmware is now renamed correctly so that it loads and should work
  • [04/05] Basic audio function is now working. This means volume adjustable speaker output and headset output. NO input works yet -- still WIP.
  • [04/01] Basic camera function now working, tho after video recording is stopped, camera will FC during thumbnail creation. Video is recorded successfully tho. Panorama crashed out entirely still WIP.
  • [02/25] Updates to CM10.1 (4.2.2_r1)
  • [02/01] First release

CURRENT KNOWN ISSUES:
  • [B]3D Performance: Not very good. Needs some troubleshooting and perhaps kernel cleanup. Work-In-Progress.
  • [B]Sensors: Testing various sensors, gyro seems 90 degrees off, etc.
  • AUDIO: INPUTS / HDMI / BT don't work -- needs more work in the audio HAL for routing.
  • [FIXED 04/20] Bluetooth function turns on, but is largely untested. [credit: Javabugs with firmware filename/location fix, Hashcode with bluetooth board setup]
  • I don't have an LTE version so this is untested. Tho much of the RIL files are in place as well as APNs.

FEATURES:
  • 3.0.50 kernel (up from a stock 3.0.21 kernel). This includes updates from Texas Instruments, Google and Kernel.org.
  • PowerVR Graphics Drivers: DDK 1.9@2166536 for Android (Jellybean compatible)
  • Updated bltsville libs to 2.2.2.0 (this is partial screen update code which enables smoother / faster screen draws)
  • Audio (for output only atm)
  • Camera
  • Wifi
  • Bluetooth
  • Sensors
  • HWAcceleration
  • HD Codecs for YouTubeHD and Netflix


DEVS
BUILDING THIS ROM:

First, read through Google's Android website about "how to setup a build environment":
http://source.android.com/source/initializing.html

Then you can setup the Kindle Fire Android projects by doing the following:
(This manifest allows for building Kindle Fire 1st and 2nd gen as well)
Code:
mkdir android
cd android
# Use main repo for CyanogenMod 10.1
repo init -u https://github.com/CyanogenMod/android -b cm-10.1
# Then add the local_manifest.xml for the Kindle Fire
curl -L -o .repo/local_manifest.xml -O -L https://raw.github.com/KFire-Android/android_local_manifest/cm-10.1/local_manifest.xml
repo sync
vendor/cm/get-prebuilts
. build/envsetup.sh && brunch jem
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2013-02-01-02-32-54.jpg
Views:	5417
Size:	13.8 KB
ID:	1694406   Click image for larger version

Name:	Screenshot_2013-02-01-02-32-44.jpg
Views:	5600
Size:	19.1 KB
ID:	1694407   Click image for larger version

Name:	Screenshot_2013-02-01-02-36-01.jpg
Views:	5251
Size:	25.0 KB
ID:	1694408  
The Following 69 Users Say Thank You to Hashcode For This Useful Post: [ Click to Expand ]
 
Hashcode
Old
#2  
Hashcode's Avatar
Recognized Developer - OP
Thanks Meter 10645
Posts: 1,844
Join Date: Sep 2011

 
DONATE TO ME
RESERVED
The Following 10 Users Say Thank You to Hashcode For This Useful Post: [ Click to Expand ]
 
dexxa05
Old
(Last edited by dexxa05; 1st February 2013 at 12:00 PM.)
#3  
Senior Member
Thanks Meter 6
Posts: 160
Join Date: May 2007
Location: Metz
Hey,

HashCode this is very great job!

Thx

 
slacka-vt
Old
(Last edited by slacka-vt; 1st February 2013 at 10:19 PM.)
#4  
slacka-vt's Avatar
Senior Member
Thanks Meter 98
Posts: 308
Join Date: Nov 2009
Location: Southern Vermont
Awesome work, Hash and Verygreen (and whomever else is involved). Much appreciated
Current Devices
HTC Incredible 4G LTE - CM10.1
Amazon Kindle Fire HD 8.5 - CM10.1
Motorola Xoom - MyXoom CM10.1

-----------------------------------------------------------------------------------------------
Previous Devices
HTC Incredible 2 - R.I.P.
Motorola Droid X2 - Utter ****e, traded for Dinc2
HTC Incredible - Retired
Motorola Droid X - R.I.P.
HTC Eris - Retired
HTC Imagio - Retired
Samsung Omnia - Retired
 
dexxa05
Old
#5  
Senior Member
Thanks Meter 6
Posts: 160
Join Date: May 2007
Location: Metz
Quote:
Originally Posted by slacka-vt View Post
Awesome work, Hash and Verygreen (and whomever else is involved). Much appreciated



There's CM10 Development for the KFHD 7" here:

From past experiences, the Dev's do not like having requests for a different device in their threads (or any requests for that matter ). Just sayin' . . .
Yes i know, and i allready know that HashCode have not time to do something for the 7" and i have updated my post so you can also do it
 
persano
Old
#6  
persano's Avatar
Senior Member
Thanks Meter 138
Posts: 990
Join Date: Nov 2012
Default Re: [ROM-AOSP] Unofficial CM10.1 (JB 4.2.1) [02/01 ALPHA]

Quote:
Originally Posted by Hashcode View Post
Unofficial CyanogenMod 10.1 for the Kindle Fire HD 8.9

*** USE AT YOUR OWN RISK! WHILE I TRY MY BEST TO PROVIDE WORKING KERNELS/ROMS, I AM NOT RESPONSIBLE IF THIS SOFTWARE OR ANYTHING I'VE WORKED ON SUDDENLY FRIES YOUR DEVICE. ***


BEFORE YOU BEGIN MAKE SURE YOU HAVE A 2ND-BOOTLOADER INSTALLED CORRECTLY AND CAN SEE THE BLUE LOGO DURING BOOTUP:
http://forum.xda-developers.com/show....php?t=2128175


Download Information:
[02/01] ALPHA CM10.1 + 3.0.50+ KERNEL
Download the ROM
md5sum: 36a6ec8df79b6dedbe56692ee2f07391

Download Google Apps:
Http://goo.im/gapps
(For Android 4.2.1/CM 10.1 use the top row gapps)

Older builds are found here (under my "Jem" folder on goo.im):
http://goo.im/devs/Hashcode/jem/cm10.1/

PLEASE BE SURE TO WIPE DATA/CACHE WHEN COMING FROM AMAZON STOCK SOFTWARE.
(It's the "Wipe" button and then "Factory Reset" button in TWRP -- this does NOT clear your sdcard space)

CHANGES:
  • [02/01] First release

CURRENT KNOWN ISSUES:
  • AUDIO DOES NOT WORK. I'm still troubleshooting and working on a custom audio HAL (if needed)
  • I need to tweak the build.prop settings so that more apps are compatible.
  • Camera crashes at the moment
  • Bluetooth function turns on, but is largely untested.
  • Haven't touched HDMI yet
  • I don't have an LTE version so this is untested. Tho much of the RIL files are in place as well as APNs.

FEATURES:
  • [02/01] 3.0.50 kernel (up from a stock 3.0.21 kernel). This includes updates from Texas Instruments, Google and Kernel.org.
  • [02/01] PowerVR Graphics Drivers: DDK 1.9@2166536 for Android (Jellybean compatible)
  • [02/01] Updated bltsville libs to 2.2.2.0 (this is partial screen update code which enables smoother / faster screen draws)
  • [02/01] Wifi
  • [02/01] Bluetooth pairing (no audio)
  • [02/01] Sensors
  • [02/01] HWAcceleration
  • [02/01] HD Codecs for YouTubeHD and Netflix


DEVS
BUILDING THIS ROM:

First, read through Google's Android website about "how to setup a build environment":
http://source.android.com/source/initializing.html

Then you can setup the Kindle Fire Android projects by doing the following:
(This manifest allows for building Kindle Fire 1st and 2nd gen as well)
Code:
mkdir android
cd android
# Use main repo for CyanogenMod 10.1
repo init -u https://github.com/CyanogenMod/android -b cm-10.1
# Then add the local_manifest.xml for the Kindle Fire
curl -L -o .repo/local_manifest.xml -O -L https://raw.github.com/KFire-Android/android_local_manifest/cm-10.1/local_manifest.xml
repo sync
vendor/cm/get-prebuilts
. build/envsetup.sh && brunch jem
How we can port this rom to the kindle fire hd 7". I love your work, you are a great developer

Sent From My Super Modded KFHD
The Following User Says Thank You to persano For This Useful Post: [ Click to Expand ]
 
ChrisFa5
Old
#7  
ChrisFa5's Avatar
Senior Member
Thanks Meter 29
Posts: 131
Join Date: Jun 2010
Location: Capital Region, New York
Default Re: [ROM-AOSP] Unofficial CM10.1 (JB 4.2.1) [02/01 ALPHA]

Thanks for the hard work, downloading now!
OG Droid --> HTC Vigor
Kindle Fire HD 8.9
 
Hashcode
Old
#8  
Hashcode's Avatar
Recognized Developer - OP
Thanks Meter 10645
Posts: 1,844
Join Date: Sep 2011

 
DONATE TO ME
Default Re: [ROM-AOSP] Unofficial CM10.1 (JB 4.2.1) [02/01 ALPHA]

Quote:
Originally Posted by ChrisFa5 View Post
Thanks for the hard work, downloading now!
Great, let me now how both the bootloader (from the other thread) and ROM installation goes.

Sent from my DROID RAZR HD using Tapatalk 2
The Following 3 Users Say Thank You to Hashcode For This Useful Post: [ Click to Expand ]
 
kls2k
Old
#9  
Member
Thanks Meter 17
Posts: 40
Join Date: Nov 2011
Thank you!
Now to get a fastboot cable.
If anyone installed it please give us your impressions.
 
Hashcode
Old
#10  
Hashcode's Avatar
Recognized Developer - OP
Thanks Meter 10645
Posts: 1,844
Join Date: Sep 2011

 
DONATE TO ME
Quote:
Originally Posted by kls2k View Post
Thank you!
Now to get a fastboot cable.
If anyone installed it please give us your impressions.
You can definitely do the install w/o a fastboot cable, but you do need to have a working fastboot driver on your machine. The KFHD's stock bootloader will check for fastboot commands for a short period of time during the boot.

There are other methods as well to get the partitions setup for this, however, in the case of disaster having a working fastboot setup will be required to restore.

The Following 2 Users Say Thank You to Hashcode For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...