[ROM][RECOVERY][Source][March 02]CM7 (updated manifest)

sblood86

Well-known member
Apr 12, 2011
426
103
0
Visit site
Rather than trying to maintain multiple threads allow me to refer you to the official support thread over at XDA forums (I love the AC community but XDA has a more active Kindle section and therefore I find myself using their board more).

At this time we have complete source for Gingerbread CM7 and CWM Based Touch Recovery.

I will bump this thread on occasion with the changelog to keep people up to date.

See the source and changelogs as follows, all binaries and discussions are found on the XDA thread.
Code:
[LIST]
[*]March 02:
[LIST]
[*]Change to device_amazon_blaze: include requirements for building recovery in primary (gingerbread) branch and updated readme information.
[*]Change to platform_manifest: include local bootable_recovery repo forked originally forked from DoomLoRD and updated fetch delivery methods.
[*]Change to bootable_recovery: updated extended commands with the correct reboot options, properly reboots back into recovery from the advanced menu now.
[*]Synced frameworks_base with CM tree: see [URL="https://github.com/IngCr3at1on/android_frameworks_base/commit/c947b9e28498dbb1fbf7d93505382f154f5ce9a4"]commit list[/URL].
[*]Synced build with CM tree: see [URL="https://github.com/IngCr3at1on/android_build/commit/bc2099156b1e92f5c38c5dd50196155e96a1156e"]commit list[/URL].
[/LIST]
[*]Feb 26:
[LIST]
[*]Change to vendor_cyanogen: build all packages with date; not just nightlies. Cleaned up products.
[*]Synced vendor_cyanogen with CM tree: see [URL="https://github.com/IngCr3at1on/android_vendor_cyanogen/commit/3291df6a9ef0665c8b7fb7da9bcf949a5f08c75c"]commit list[/URL].
[*]Change to frameworks_base: enable 180 degree rotation by default.
[*]Synced frameworks_base with CM tree: see [URL="https://github.com/IngCr3at1on/android_frameworks_base/compare/e1f85bb411...fca50b9a30"]commit list[/URL].
[/LIST]
[*]Feb 21 (backlog):
[LIST]
[*]Uses local vendor_cyanogen repo: includes blaze mk file and 'non_so_common' build configuration and overlays for non-cm supported devices (removes RomManager, CM Update Notifier and CM Stats)
[*]Uses local frameworks_base repo: defines defaults for notification power widgets (removing bluetooth, would like to change this to use different defaults depending on target, overlays didn't work but an ifeq should, I think lol. Need to play with that still)
[*]Uses local build repo: new build config (removes protips, camera and voice dialer) (would like to redo this to remove these apps by build target instead of having to have the extra config. Would also like to remove more unused apps [bluetooth for one, thought I did already lol] but need to be careful about making sure this doesn't create FCs in other apps).
[*]Updated locale settings to fix keyboard (this is old but a change from Whistlestops source so I'm listing it)
[*]Branched device repo to allow for separate cwm and twrp builds ( "                       " )
[*]Added permissions to hopefully fix market ( "             " ) (not fully tested; if you come across an app that doesn't work (and the issue is not IMEI related) post the name and I'll get on it [if it's a paid app PM me so we can work on figuring what permissions might be needed])
[/LIST][/LIST]

Please report all bugs via the github issues tracker found here; please include all relevant information in the bug report as well as a logcat when possible. Whenever possible do a search before reporting a bug, confirm it's specific to this build and not CM or the Kindle itself.
 
Last edited:

tohio

Well-known member
Mar 23, 2011
752
16
0
Visit site
Re: [ROM][Source][Feb 21+]CM7 (updated manifest)

Thanks for all the hard work, seriously. I just wish I could understand a little bit of what you said :)