[ROM] ChickenStock - Ouya Android Development

THIS ROM IS A WORK IN PROGRESS. JUST ENLISTING TESTERS AT THE MOMENT.
I wanted to get a solid CWM flashable base ROM together. We shouldn't be entirely dependent on the Ouya updates and Ouya stock recovery.
As the name implies, the goal of this ROM is to provide a solid base that others may build/cook on top of. This ROM isn't supposed to have all the bells and whistles of a Cyanogenmod.
I simply used the stock Ouya ROM from the latest OTA (264) and changed a few things.
Changes:
-added superuser
-added busbox
-added terminal emulator
-changed install_recovery.sh to prevent stock recovery overwrite on boot
-removed recovery-from-boot.p
-changed ro.update_url in build.prop to attempt to disable OTA updates
Bugs so far:
-OTA updates have not been all the way disabled
-superuser and busybox need to be re-implemented properly into the updater-script
Instructions:
-You need CWM Recovery installed to flash this
-Do a backup in CWM before flashing (seriously, you'll have something to go back to if things go awry)
-Wipe cache
-Wipe dalvik cache
-Data wipe is optional (this is alpha, doing the wipe causes an annoying update loop)
Again, this ROM is in testing. It should be considered alpha state. Don't flash it if you are afraid to break something. I'm looking to make it better/more stable through testing.
http://invisiblek.org/ouya/ChickenStock264.zip
(Thanks to invisiblek for the hosting)

Awesome dude
mybook4 said:
THIS ROM IS A WORK IN PROGRESS. JUST ENLISTING TESTERS AT THE MOMENT.
I wanted to get a solid CWM flashable base ROM together. We shouldn't be entirely dependent on the Ouya updates and Ouya stock recovery.
As the name implies, the goal of this ROM is to provide a solid base that others may build/cook on top of. This ROM isn't supposed to have all the bells and whistles of a Cyanogenmod.
I simply used the stock Ouya ROM from the latest OTA (264) and changed a few things.
Changes:
-added superuser
-added busbox
-added terminal emulator
-changed install_recovery.sh to prevent stock recovery overwrite on boot
-removed recovery-from-boot.p
-changed ro.update_url in build.prop to attempt to disable OTA updates
Bugs so far:
-OTA updates have not been all the way disabled
-superuser and busybox need to be re-implemented properly into the updater-script
Instructions:
-You need CWM Recovery installed to flash this
-Do a backup in CWM before flashing
-Wipe cache
-Wipe dalvik cache
-DON'T wipe data (I'm not sure what we'll lose yet by wiping data and all we have are OTA updates to work from)
Again, this ROM is in testing. It should be considered alpha state. Don't flash it if you are afraid to break something. I'm looking to make it better/more stable through testing.
https://dl.dropboxusercontent.com/u/56104625/ChickenStock264.zip
Click to expand...
Click to collapse
Good job dude i give try and report

And the time has come! Thank you sir

So I just did an install wiping data, cache, and dalvik. There are definitely bugs to be worked out. The Ouya launcher constantly tries to get an update (verified in data usage in settings). Reboots take me to CWM recovery (where I choose not to run the update). When I boot back into Android the same thing happens. Anyone have an idea about how to disable updates but keep the Ouya launcher? I tried editing the build.prop (see OP), but that didn't seem to work.

They are using a modified version of CMupdater from cyanogenmod source, but I haven't figured out how to disable it yet...

I might need to decompile the Ouyalauncher apk and see if I can find something to disable the updates.
Sent from my SCH-I535 using xda premium

Actually went outside this weekend
Hey reporting had thee most disturbing pleasure of watching After Earth this weekend god help you if you get so unlucky to watch that
But on to better things I installed the rom all was well then started to get random reboots and freeze ups lucky had done a back up but other then that slim quick

Updating to properly install busybox and Superuser.apk.
I'm having some trouble hunting down how to disable the Ouya automatic updates. I deodexed and decompiled the OuyaLauncher.apk and found some references to auto updates, however, I'm unsure what to mess with to prevent updates from occurring.
-Can we prevent the AutoUpdateActivity or AutoUpdateService from being run by the launcher (or replace their behavior with something trivial that does nothing)?
-If we snooped on the ouya's ethernet connection (with tcpdump or wireshark), I wonder if we could see the dns query for the update site. If so, we might be able to simply block by modifying /system/etc/hosts. This wouldn't work if the domain of the updates was the same as the domain of the Ouya store. While an update was downloading, I used netstat to see current connections. I saw two established connections. Did a reverse DNS lookup on the IP addresses and found out they correspond to amazonaws.com. Added "127.0.0.1 amazonaws.com" to the /system/etc/hosts file. The update still started downloading the next time I rebooted. I tried manually going to amazonaws.com in the browser and couldn't connect (as expected). Oh well, it was worth a try.
-Any app developers / smali wizards out there who want to help?
I've included the decompiled OUYALauncher for reference.

Xeore said:
The only question is: What is on that ROM new? It just has the Root-Tools which you know from phone flashing. I don't see any reason for that work.
Click to expand...
Click to collapse
The idea is it's supposed to be a base for other roms to use. Others only have to concentrate on their additional apps and tweaks, not annoying things like preventing updates from annoying the user.
I don't think the OUYA store will work on anything other than a ROM based on stock, so a custom ROM with tweaks and the OUYA store will need to figure this out. I'm personally hoping we get CM 10.1 running, but I also see the value of stock based Roms for the OUYA focused apps from the store.
Sent from my SCH-I535 using xda premium

mybook4 said:
The idea is it's supposed to be a base for other roms to use. Others only have to concentrate on their additional apps and tweaks, not annoying things like preventing updates from annoying the user.
I don't think the OUYA store will work on anything other than a ROM based on stock, so a custom ROM with tweaks and the OUYA store will need to figure this out. I'm personally hoping we get CM 10.1 running, but I also see the value of stock based Roms for the OUYA focused apps from the store.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
And I've had phenomenally bad experiences trying to get apps NOT ported to the Ouya working. Real Racer 3 looks gorgeous... But you can't navigate the menus without a touch screen, for example. There's no controller support. If I could figure out which controller button corresponded to a mouse click...

Xeore said:
Since android 4.0.4 , gamez apps should have gamepad support. GTA 3 runs really smooth at OUYA.. I am the only one who got a heavy input lag from controller?
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
I can't get GTA 3 to download the additional files as of yet, myself.

Edited myself for being Off Topic

dibblebill said:
I can't get GTA 3 to download the additional files as of yet, myself.
Click to expand...
Click to collapse
what version of gta 3 did you install? i tried the latest version 1.4 and got the can't download error when i open it. So i tried version 1.3 and it downloaded fine. Runs great on the ouya!

toyosup88 said:
what version of gta 3 did you install? i tried the latest version 1.4 and got the can't download error when i open it. So i tried version 1.3 and it downloaded fine. Runs great on the ouya!
Click to expand...
Click to collapse
I'll try to track down a copy of 1.3 if I cannot convince 1.4 to function.
Sent from my Nexus 10 using XDA Premium HD app

Related

[ROM] Official CM7 Inc Nightlies

CM7.1 Nightlies​
A friendly reminder from slayher:
"Everyone needs to remember that the CM team has made no releases yet. It's labeled RC0, and new code is going in everyday. Sometimes things are going to break, sometimes features are going to be removed, then added, then removed, then added back. Sometimes regular apps may just not work (adfree) because this a new version of android using new and updated API's. Keep that in mind. To the CM team, you are flashing ALPHA software. Not beta, not a Release Candidate.
Just to restate some stuff to the people who didn't read the entire Crackflashers' Thread.
This kernel has been patched with a backport of the .35 kernel in order for USB tethering and mounting to work. Flash a different kernel, and those features break. Period.
Second, the kernel that is provided is what we have found to be the most capable, but most stable kernel for the most people. We are not using highly customized kernels with every acronym you can think of because we are going for maximum compatibility.
Third, make sure you have updated HBOOT (.92), radio images (2.15 series). The newer seem to be working much better.
Fourth, if you hate this and think it's slow, great, don't use it. If you love it, and think it's the best thing to happen to your phone, great, use it. The point here is choice, run what ROM has the features and speed you want. If you want these features, but something isn't working for you, ask for help from others running the ROM. And don't forget it's still ALPHA."
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The DInc Build Bot​
(It's currently hiding)​
Merged/Changelog​
Per Nightly Changelog​
Nightly ROM​
Nightly Mirror​
Gapps​
Gapps Mirror​
CyanogenMod 7 for the HTC Incredible :: V7.1.0 (9 Oct 2011)​ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Kernel​
A refresher from slayher:
"This (included/stock) kernel has been patched with a backport of the .35 kernel in order for USB tethering and mounting to work. Flash a different kernel, and those features break. Period.
Second, the kernel that is provided is what we have found to be the most capable, but most stable kernel for the most people. We are not using highly customized kernels with every acronym you can think of because we are going for maximum compatibility."
Currently, there are a few alternatives that don't break things.
Incredible list of 2.6.37.xx kernels by galaara98
Universal kernel mirror by galaara98
[KERNEL] Incredikernel by chad0989
[KERNEL] Tiamat by Cayniarb
[KERNEL] Invisiblek's
[MOD]viperMOD for AOSP Kernels by -viperboy-
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Themes/Mods:​
Careful with these. They may work with one version, but not the next. As always, nandroid first.
[THEME]DARKGINGER "formally DarkFroyo" by djdarkknight96
[THEME]GB: The way it should have been | [MODs] Battery mods by AdhvanIt
Beautiful Icon Theme by Adhvanit
[THEME]Minimalist by david1171
[THEME]Honeycomb by haxzamatic
[THEME]Rover's Mix by rover.prince
[THEME]RedBread by slayher (whoever that guy is) is available on the Market for free, and a donate version. *hint, hint, nudge, nudge*
[SPLASH]CM7 Splash Screen by lioryte
[MOD]CM7 Lockscreen Rings by synisterwolf and IAmTheOneTheyCallNeo
[MOD]Battery mods by mattyg151
[MOD] Mattyg, UserJF, Battery Mods, AudioBoost, Camera Shutters, Data Throttle, More! by userjf
This one will force close your Mobile Network Settings:
[MOD]Data Throttle Remover by driphter
More info at: [MOD] Uncapped Data For Your ROMS (Skyraider, Virtuous, OMGB, ETC)
[THREAD] T-Mobile Theme Chooser For CM7 / Percentage icons by aalopez10
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Known Issues/Bugs
Per slayher: "Sometimes things are going to break, sometimes features are going to be removed, then added, then removed, then added back."
Just because it works in one build, doesn't mean it's going to work in the next.
TV-Out doesn't work on CM7 or any AOSP ROM
720P video recording
Blue tooth acting wonky (there's a fix listed below in the FAQ)
Sometimes downloads appear unsuccessful
Theme Chooser causing WL widgets to disappear
FAQ
Q: What's the ETA on....about how long till...when can I expect....?
A: The only rule of CyanogenMod: You don't ask for ETAs.
Q: Now that the Ice Cream Sandwich SDK has dropped, we're getting a port, right?!
A: Take a look at this PSA by Keyan Mobil
Q: What's this CM7.1, Android 2.3.7 business?
A: The nightlies are built on CM7.1, which is Android 2.3.7, while the RC's (so far) are built on Android 2.3.3. Do NOT downgrade without a full wipe.
Q: How do I install CM7, coming from non-CM7?
A: From ciwrl, Head Moderator at http://forum.cyanogenmod.com/ "As we start the RC phase of CM7, many of you are now taking the leap from CM6 stable to the new RC's. Some of you may be able to get away with doing this without a wipe; however, most of you will not be that lucky. Differences in the rom, files system, and even Google Addons will likely throw most of you into boot loops. Therefore, here is my recommended upgrade path:
1) Nandroid backup your current rom
2) Update your recovery to the latest available (CWR is my choice)
3) Format system via recovery
4) Wipe/Factory reset
5) Flash CM7 then Google addon
If any of you have data that you must absolutely save, then and only then should you use Titanium backup (or other backup apps) to restore your data. Please be sure not to restore any data to /system using these apps, as this will mostly likely corrupt your ROM and/or Market."
Granted the above method says from CM6 to CM7, but it pretty much applies to any non-CM7 to CM7.
Q: How do I update from RC to nightly, stable to nightly, nightly to nightly, (basically, forwards) etc?
A: The safest (definitely not the only, but my preferred) way is
Download ROM with Rom Manager Premium.
Do not install with Rom Manager
Reboot into recovery.
Make a backup/nandroid (to be safe)
Wipe Cache
Wipe Dalvik
Install Zip from SDCard
Nightly at /sdcard/clockworkmod/download/mirror.teamdouche.net/get/inc/
/Gapps at sdcard/clockworkmod/download/goo-inside.me/google-apps/
Reboot
Enjoy
Q: How about that 720P? I hear it's handy.
A: Per slayher, "720P recording will not be coming to CM7 at this time. We *MAY* see it later if we get an HTC GB leak, using an MSM device (aka not omap). But for now, if you HAVE to have 720P recording, stick with CM6. The issue is that GB uses stagefright, and the hack it took to get 720p in CM6 wont work with stagefright. (it was done in opencore.) This is why we cant get it. The current driver implementation we have to work with is just not capable. So there you go, you can stop wondering/asking/hoping."
Q: How about CWM3/5? I'm having a problem where....
A: Try deleting the current recovery first.
Q: How do I fix the space error that pops up when I try to install some apps?
A: Per slayher, "If you get a Space error trying to install apps, just try installing again. I have encountered this error also and it is not related to actual free space, (unless you have a cubic crap ton (crapton * crapton * crapton) of apps installed)."
Q: How do I disable the shutter sound?
A: Per mattyg151, "I used root explorer to rename /system/media/audio/ui/camera_click.ogg to camera_click!.ogg ... no more camera shutter sound."
There is also an option at Menu > Settings > CyanogenMod setting > Sound > Mute camera shutter
Q: How do I increase the WiFi scan time to save battery life?
A: Per karnovaran, "One way to reduce battery drain is to increase the WiFi scan interval. It's set to 45 seconds, meaning it will scan every 45 seconds. If you change it to something like 90, obviously it will scan less often and use less battery. To do this, you have to edit the build.prop file in /system. The easiest way is with Root Explorer. Go to /system, mount r/w, open the build.prop in text editor and locate "wifi.supplicant_scan_interval=45" Change that value to 90 or whatever you want. Save the file, mount back to r/o, and reboot."
Q: Those automatic brightness settings are confusing. Anyone know of a good setting/rough guide?
A: This thread looks useful. So does this post
Q: How does that brightness slider thingey-majib work?
A: Per byrong "For those of you trying to figure out the new brightness-adjust-via-statusbar feature, do the following:
1. Settings > CM Settings > Interface > Status Bar Tweaks > StatusBar brightness (I'm guessing you guys already figured this part out)
2. Here's the trick: place your finger on the status bar, but don't drag it down. It will still 'peek' out some, but now you'll want to slowly drag your finger to the left or right while keeping it on the status bar itself. If you drag left, the screen will get darker; right for bright."
Q: I can't send no fancy mms picture messages!
A: Change you APN settings manually, (a popular way is to use GoSMS). MMSC: http://mms.vtext.com/servlets/mms MMS proxy: leave empty MMS port: 80 Any more I should add? Let me know.
Q: My bluetooth isn't working right.
And what does Mr. CUViper have to say about it?
For a fix, CUViper made a patch, and I added it to the stock cm kernel, and here's the 10/08 incredikernel: 2.6.38.8-incredikernel-gb-11042011.zip
If you need it on a different kernel, let me know.------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Credits/Thanks​
All credit goes to the CM team, and especially our DInc maintainers, as listed by the CyanogenMod site: jistone (aka CUViper), slayher, and of course, Koush.
Also, a huge thanks goes to sykopompos (formerly gridlock32404) for hosting the unofficial nightly/hourly "Crackflasher Builds" and keeping the crackflashers happy with 4+ builds a day. Good times, good times.
Anyone I miss?
Sheesh these are slow downloads
I assume they are getting hit pretty hard. Anyways, hooray! Can't wait to use these CM7 has been one of the greatest ROMs for me so far
Isn't the only major issue the 720p on the camcorder and the lack of hardware acceleration?
I haven't been using the earlier builds, but I'm downloading the nightly right now.
Thanks for getting the discussion started, PonsAsinorem. I think this thread sounds like a good idea, especially if you'll be dedicated to update information (ROM status, fixes, scripts, known issues, etc). Based on your involvement in the crackflasher thread, I'd bet you'll do a good job ;-)
My vote is to keep this thread going
Sent from my ADR6300 using XDA App
camcorder appears to be broken again.
i believe slayher said hardware acceleration works fine.
some 3d games and apps are simply not compatible with gingerbread.
--edit-- well you can see we have some conflicting information.
slayher said:
Its an issue with Quadrant.
If you dont feel you have hardware acceleration, try downloading neocore, and nena mark from the market, I think you will change your mind.
I am not sure where the idea that we have no HW 3d came from, but we have it.
You can also try Speed Forge 3d demo too.
Click to expand...
Click to collapse
gridlock32404 said:
As far as I know of there is no hardware acceleration on any gingerbread phone except nexus s
sent from my cm7src icey beast
Click to expand...
Click to collapse
lafester said:
i believe slayher said hardware acceleration works fine.
Click to expand...
Click to collapse
I remember seeing that we wouldn't have stable hardware acceleration until the official Gingerbread update for the Nexus One comes out, so that we have the correct drivers. I could have missed something, though.
Anybody else getting "Status 7" when attempting to flash CM7??
Solved!
Update HBoot from .79 to .92
(For the love of God make sure your formated to FAT32)
Thx so much for starting the thread my vote is to surely keep it going.
Sent from my ADR6300 using XDA App
PonsAsinorem said:
Now that the official build bot is up, and gridlock said he would quit building, I figured I'd start a new thread based on the "new" nightlies. In the OP, I will attempt to keep track of mods, themes, kernels and bugs for CM7.
For now, here is where the builds are found (and in ROM Manager Premium) http://mirror.teamdouche.net/?device=inc
And the overall progress of the build bot
http://buildbot.teamdouche.net/
Now I'm off to flash the newest nightly (yes, I'm using my phone's 3G), after which I will clean up this post, based on if I get favorable remarks. Or we could continue to use the original crackflasher thread. Up to ya'll.
Click to expand...
Click to collapse
you can put my mod link in the OP, I'll keep working on them mattyg.me/cm7
thanks mattyg
Downloaded fast, using phone, flashed with rom manager. Havent tried camcorder yet, but no issues so far.
Sent from my ADR6300 using XDA App
I did a complete wipe before flashing build 0 and can confirm no working camcorder and my wifi problem of not switching APs appears to be persistent as well.
mattyg151 said:
you can put my mod link in the OP, I'll keep working on them mattyg.me/cm7
Click to expand...
Click to collapse
That's great news. Thanks Mattyg!
Lexworth said:
I did a complete wipe before flashing build 0 and can confirm no working camcorder and my wifi problem of not switching APs appears to be persistent as well.
Click to expand...
Click to collapse
Bummer on the camcorder. Oh well. Same results here. Overall running smooth though.
Any notable differences between this build and gridlocks?
Sent from my ADR6300 using XDA App
Ahh crap. Im going to miss the gridlock days
So now i have to download this using RM? I have never done that before, where does it store them on the sdcard?
rsarno said:
Ahh crap. Im going to miss the gridlock days
So now i have to download this using RM? I have never done that before, where does it store them on the sdcard?
Click to expand...
Click to collapse
there is a link in the op if you don't want to use rom manager.
i have never had any luck with that app. (currently it thinks i have an evo).
rsarno said:
Ahh crap. Im going to miss the gridlock days
So now i have to download this using RM? I have never done that before, where does it store them on the sdcard?
Click to expand...
Click to collapse
You can still download them manually from the link in the OP. The nightlies require rom manager premium too.
Sent from my ADR6300 using XDA App
rsarno said:
Ahh crap. Im going to miss the gridlock days
So now i have to download this using RM? I have never done that before, where does it store them on the sdcard?
Click to expand...
Click to collapse
You can download them off the site I posted in the OP. In ROM Manager (for nightlies, a premium license is required) it stores them at /sdcard/clockwork/...
I don't remember off the top of my head, and Root Explorer hasn't downloaded yet.
Wifi working fine here
Sent from my ADR6300 using XDA App

[7.March.2012][ROM][P75xx] ♫♫ Overcome 10.1 Series v2.3.1 ♫♫

DISCLAIMER: You know the drill, I am not responsible if loading this rom makes your Tab melt, explode, disintegrate, or cause harm to anyone near it. (I am fairly certain none of that will happen though )​
Change log in second post.
Welcome to The Overcome Experience - 10.1 Edition . For those of you that don’t know me, let me introduce myself. I am AlterBridge86, the creator of The Overcome Experience. I started developing a ROM on the OG Galaxy Tab (P1000) about 9 months ago and have moved on to having my own brand of ROM’s, Kernels, and Recoverys. The Galaxy Tab 10.1 (P75xx) is the second device now to get a “Overcome Series” ROM, however it will most definitely not be the last.
My mission is simple. I aim to vastly improve the stock user experience on Samsung devices. I think that Samsung makes fantastic hardware, however fails to bring the same level of software quality to their devices. This is where I step in. I take the base rom, as provided by Samsung, and perform further optimization and modification to it. My mods aim not to completely customize the user interface, but rather add some very useful key functionality while retaining the “stock android” look.
ROM FEATURES
Please read the announcement post on the TOE website for a full rundown of the release! http://www.teamovercome.net/p7500
Based on P7500CELB1 / P7510UEKMP (Android 3.2)
Fully Deodexed
Fully Zipaligned
Rooted/Busybox installed
Stock kernel with modified initramfs
Themed with stock-ish Honeycomb look
Ads blocked
Updated Play Store to 3.4.6
Updated Maps to 6.3.0
Updated SamsungApps to 3.10.115
Updated Flash Player to 11.1.111.7
Updated Play Books to 2.3.5
Updated Play Music to 4.1.513
Updated Play Movies to 1.4.9
Launcher from P7310UELA3 (fast and full featured)
Modded Browser (UAString chooser in Advanced Options)
Bootanimation.zip support (cool boot animation included thanks to gammaRascal in the Iconia forums)
Extended Power Menu (Reboot, Recovery, Download)
Install Instructions
If you have some form of CWM on your device already, simply download the ROM, and install zip through CWM. Be sure to wipe data to ensure a clean install. **WIPE DATA IS RECOMMENDED FOR 2.2.0 INSTALL!**
However, if you wish to attempt a non-wipe install (ONLY for users already on Overcome), follow these instructions: Prior to rebooting into recovery for install, go into Manage Apps and clear data on launcher. Immediately reboot into recovery using the power menu - DO NOT go back ot the home screen first. Install zip without data wipe. After install completes, wipe cache. Reboot.
If you do NOT have CWM on your device already or you want to start completely fresh, I STRONGLY urge you to read the excellent guide that we have put together to get Overcome installed
SCREENSHOTS
INSTALL GUIDE
http://www.teamovercome.net/p7500/?page_id=5
DOWNLOADS
http://www.teamovercome.net/p7500/?page_id=8
MIRRORS
None at this time...
SOURCES
https://github.com/alterbridge86
REMOVED APPS DOWNLOAD - To install, simply place the apks in /system/app. These will NOT install like a normal APK.
P7500 - Removed until i modify them to not include non-samsung apps
P7510 - Removed until i modify them to not include non-samsung apps
HideBar - http://ppareit.github.com/HideBar/
The best is yet to come!
KNOWN ISSUES
None!
Overcome 10.1 Series v2.3.1
eBook application returns!
Updated Books to Play Books 2.3.5
Updated Music to Play Music 4.1.513
Updated Videos to Play Movies 1.4.9
Updated Market to Play Store 3.4.6
Updated Flash Player to 11.1.111.7
Updated YouTube to 3.5.5
Removed HideBar (did not work reliably when preinstalled – please get from HideBar website if you wish to use this app)
Reverted to a modded stock browser (will fix most back button bugs as well as some user agent issues)
Overcome 10.1 Series v2.3.0
Rebased on P7500CELB1/P7510UEKMP
Updated Maps to 6.3.0
Updated Flash Player to 11.1.111.6
Updated Samsung Apps to 3.10.115
Launcher from P7310UELA3 used (equally as fast, if not faster than xoom launcher, while retaining tw functionality)
HideBar v0.12 included (installed in /data so can be removed by user if they so choose)
SwitchMe v1.2.2 included (installed in /data so can be removed by user if they so choose)
CWM Recovery 5.5.0.4 Included
At long last, Android 3.2 has come to the Galaxy Tab 10.1. Version 2.0 of the Overcome 10.1 Series ROM marks the first release of the rom based on Android 3.2.
For the P7500, the base was graciously provided to us by brucewein and advocator, as well as the country of Israel. That said, this version unfortunately lacks a lot of locales. In it you will find English, Russian, Hebrew, Arabic, and Korean – no more, no less. Hopefully sometime in the near future we get a release from Europe/Asia that will feature many more locales.
For the P7510, we have the now infamous UEKMM build, the “official” US release that was yanked. Despite the reports of it breaking wifi, I have had no issues of the sort and the rom works spectacularly.I suspect that Samsung’s issue is not related to the ROM itself, but the delivery mechanism and/or installation.
On to features in this release – well, the most obvious is Android 3.2 But there are a lot more niceties to be found. I am proud to tell you all that this rom now features the stock Launcher, Browser, Gmail, and Email apps found in Android 3.2.2 (from Xoom). ALL the 3.2.2 apps are phenomenal performers and make the experience on this device the smoothest I have ever seen it.
Along with those apps, I have brought an oft requested feature over from the stock HC experience – it’s animations. The screen animations are now 100% identical to stock Honeycomb and honestly provide a much cleaner, crisper experience. Most all other features have been carried over from previous ROM’s, with the exception of two (that I can think of).
First, for the P7500 folks, there is unfortunately NO extended power menu at this time. The smali code is COMPLETELY different than what it was in 3.1, and even the US version of 3.2 for that matter. I spent many hours trying to make it work with no success. I will of course continue to try to get it working for you all, but to be perfectly honest I think a Euro/Asian release may beat me to it. Secondly, also related to the power menu mod, for the P7510 folks the status bar hide functionality is not yet implemented. I didn’t get to spend a whole lot of time on it, so i’m sure it can be done, I just need to sit down and really dig into it. For the time being however, you WILL have extended power menu (reboot,recovery,download) but will just missing the status bar hide button.
With that said, I’m not going to hold you up any longer and I suggest you all head over to the downloads and enjoy!
EDIT: One more note - it seems the website and its downloads are sucking pretty hard...I apologize for that. Please use the multiupload links in the first post for downloading if you are unable to get through on the website downloads (or they're crawling)
Installing now!
Sent from my GT-P7510 using xda premium
isnt there already overscroll though?
Jay Rock said:
isnt there already overscroll though?
Click to expand...
Click to collapse
There is, but Samsung being Samsung, can't leave well enough alone and had to put their own spin on it. It's extremely exaggerated in Samsung's version, as opposed to stock HC where it is significantly more subtle.
Wow - sounds fantastic. Thanks for all your hard work. Can't wait to get home and try flashing this one!
One quick question: was there any reason you replaced the stock email/browser/gmail apps but not the calendar/contact apps? My pet hate with the 10.1 is the ugliness that is samsung's touchwiz calendar.
alterbridge86 said:
There is, but Samsung being Samsung, can't leave well enough alone and had to put their own spin on it. It's extremely exaggerated in Samsung's version, as opposed to stock HC where it is significantly more subtle.
Click to expand...
Click to collapse
lol true especially on the browser. i'll give this a run.
zombiepig said:
Wow - sounds fantastic. Thanks for all your hard work. Can't wait to get home and try flashing this one!
One quick question: was there any reason you replaced the stock email/browser/gmail apps but not the calendar/contact apps? My pet hate with the 10.1 is the ugliness that is samsung's touchwiz calendar.
Click to expand...
Click to collapse
I replaced the Calendar and it worked, but I didn't know which people would prefer as there is a stark difference lol...i figured i'd leave that one alone. The other apps pretty much look the same, but perform better
Contacts on the other hand wasn't having it at all, but admittedly I didn't spend too much time trying to finagel it in. Maybe in a future release if there is enough requests we'll switch to stock Calendar/Contacts
Jay Rock said:
lol true especially on the browser. i'll give this a run.
Click to expand...
Click to collapse
The Browser one is still exaggerated for some reason, i suspect they are being controlled by different sources (again...samsung ugh) but around the settings and stuff it is not as bad as it was
alterbridge86 said:
I replaced the Calendar and it worked, but I didn't know which people would prefer as there is a stark difference lol...i figured i'd leave that one alone. The other apps pretty much look the same, but perform better
Click to expand...
Click to collapse
Ok, thanks for the explanation. My preference is definitely toward the stock app , since the week view layout is much more practical (including zooming in/out ability). You can see the difference here:
http://www1.pcmag.com/media/images/...-android-3-0-honeycomb-honeycomb-calendar.jpg
compared to:
http://static.skattertech.com/files/2011/08/galaxy-tab-touchwiz-calendar.jpg
Same deal with the month view:
http://zadroid.com/wp-content/uploads/2011/06/hc18-800x500.png
compared to:
http://cdn.androidcentral.com/sites/androidcentral.com/files/postimages/3150/touchwiz_calendar.png
The stock app is just so much more usable!
thanks for all your hard work: lots of enthusiasm for 3.2 and the Overcome version.
Downloaded and installing as of now...
Just rooted after having this thing for a month, I cant believe i waited that long. Anyway going to give this one a shot and see how it goes.
Well, just flashed 2.0 over the previous version and I'm getting launcher and exchange services fc's. Thought it might be a bad flash so I wiped the dalvik and flashed again to no avail. Fixing permissions in recovery also has no effect. Yes I flashed the version appropriate to my device (7510). Any suggestions besides starting over from stock?
stnguyen09 said:
Well, just flashed 2.0 over the previous version and I'm getting launcher and exchange services fc's. Thought it might be a bad flash so I wiped the dalvik and flashed again to no avail. Fixing permissions in recovery also has no effect. Yes I flashed the version appropriate to my device (7510). Any suggestions besides starting over from stock?
Click to expand...
Click to collapse
1 rule i learnt from flashing since g-d knows when. A clean wipe is the best way to get a rom working right. if you are having FC clean install is your best option. I would recommend an app called appextractor it works great on restoring apps from your nandroid backups.
stnguyen09 said:
Well, just flashed 2.0 over the previous version and I'm getting launcher and exchange services fc's. Thought it might be a bad flash so I wiped the dalvik and flashed again to no avail. Fixing permissions in recovery also has no effect. Yes I flashed the version appropriate to my device (7510). Any suggestions besides starting over from stock?
Click to expand...
Click to collapse
Yeah you should do a full wipe. Wipe data, cache, and dalvik.
stnguyen09 said:
Well, just flashed 2.0 over the previous version and I'm getting launcher and exchange services fc's. Thought it might be a bad flash so I wiped the dalvik and flashed again to no avail. Fixing permissions in recovery also has no effect. Yes I flashed the version appropriate to my device (7510). Any suggestions besides starting over from stock?
Click to expand...
Click to collapse
Like others suggested you will unfortunately need to do a full wipe...I should have mentioned that in the first post..I'll edit it now.
Missed the old non-TW HC . . Glad I decided to come back to it
Very well done Thanks!!
Install Instructions
If you have some form of CWM on your device already, simply download the ROM, and install zip through CWM. Be sure to wipe data to ensure a clean install. DATA WIPE IS NECESSARY FOR V2.0.0!!
If you do NOT have CWM on your device already or you want to start completely fresh, I STRONGLY urge you to read the excellent guide that we have put together to get Overcome installed
Do you mean wipe data/factory reset or wipe cache partition?
okizen said:
Install Instructions
If you have some form of CWM on your device already, simply download the ROM, and install zip through CWM. Be sure to wipe data to ensure a clean install. DATA WIPE IS NECESSARY FOR V2.0.0!!
If you do NOT have CWM on your device already or you want to start completely fresh, I STRONGLY urge you to read the excellent guide that we have put together to get Overcome installed
Do you mean wipe data/factory reset or wipe cache partition?
Click to expand...
Click to collapse
Do both if you don't want to run into problems.

[ROM] Update (7/23/12) Tweaked Stock BETA 5.0 (3G Only) | Stock ICS | AROMA

(7/23/12) Tweaked Stock for GT-P6800 Version 5.0
This is the BETA release of my tweaked stock ROM, based off of the new XXLQ1 Firmware. It uses AROMA to install the ROM and gives the user quite a bit of choice as to what apps to install. There are also some choices for mods and fonts, but these are limited ATM. I HAVE NOT tested all of the AROMA options in terms of apps and fonts, but there is nothing that will break anything....
This is a BETA release, so please don't flash unless you are willing to accept the risk of some bugs....no screenshots test, as it is stock...
Features
- Based on Official Firmware XXLQ1 (ATO);
- Deodexed,
- Zipaligned,
- AROMA 2.0 Installer;
- Stock kernel,
- Init.d support;
-Removed CPU rendering, full GPU rendering;
- init.d scripts include: RAM management and VM tweaks, zipalign, flash memory performance and more,
- build.prop tweaks for improved screen responsiveness, keeping home app in memory, etc.,
- Most widgets and icons removed from homescreen to make it cleaner and easier to customize (see screenshot),
- Optimized pngs and smali/xml launcher/framework tweaks for a smoother TW experience,
- See change log, in post #2...
Coming Very Soon
- Advanced/extended power menu (debugging now...)
Known Issues
-Homescreen is a bit messy when you first boot, depending on what you install via AROMA.... In the final, I will have all widgets, removed and app shortcuts aligned, so you have a clean slate.
- You tell me....
INSTALLATION
1. Make a Nandroid backup of your current ROM,
2. Download the flashable .zip file you want below,
3. Reboot into clockwork mod recovery,
4. You must flash the XXLQ1 ICS firmware via ODIN/Heimdall before flashing this ROM! Also, a data wipe is strongly recommended before flashing Thanks.
5. Flash the ROM zip in recovery, following the prompts in the AROMA installer (NOTE: on the custom install menu you need to use the volume keys to scroll up and down, working on this...),
6. Let it boot up and then go through the setup wizard,
7. Let the widgets load up and things settle, sync., etc.,
8. Enjoy, and please post bugs in the thread, if any ( "XDA App keeps force closing" is NOT a bug....).
9. If you like the ROM, please hit the thanks button....!
DOWNLOAD
ROM
(Mirror 1, more to come, if needed): http://d-h.st/pNd
Samsung Apps
http://d-h.st/mSz
PLEASE NOTE:
This ROM will flash the modem.bin from the ATO firmware. This should not be an issue for users, but I just want you to know...I have it in there for beta testing purposes, and will remove in future releases...
If you use tegrak or some other over-clocking app, or if you restore data with Titanium Backup, please do not post bugs you may have when using those programs. The same goes for restoring system data via Titanium Backup. I cannot debug issues arising from their use.
Thanks/Credits
lowtraxx for helping me with the broken fonts issue...
More to come...
WARNING/DISCLAIMER
As with all custom ROMs, you flash the ROM and any other items linked to in this post or the remainder of this thread at your own risk. I cannot and will not be held responsible for anything that may happen to your phone, others or you as a result of flashing this ROM.
Change Log
Version 3.0--->Version 5.0
[*Initial Release of ICS Version
Version 2.0--->Version 3.0
Went back to XXLA4 base, completely rebuilt, with all apks optimized;
Removed CPU rendering, full GPU rendering;
Added some init.d tweaks to increase ext4 I/O speed,
revamped RAM, priorities, handler and vm tweaks;
incrased sdcard readahead to 2048,
added modded stock launcher from 10.1 that has also been optimized (still not as smooth as TW launcher, IMHO), with smali code altered to work with sqlite version in the firmware;
added back memo and a couple of other apps (Kies, etc.) to lite base;
Other dorky stuff I am sure I forgot...
Final v 1-->version 2.0
Completely rebuilt from newest official firmware DXBL3;
Only one version available (should work over all firmware, but see "Please Note" in OP). This is a "Lite Version";
Made Samsung App flashable zip available for those who want full ROM;
Working HideBar App;
Increased free memory in supercharger script;
Removed TCP tweaks from build.prop;
Redid allanimations in framework and launcher to increase speed/smoothness and reduce lag;
Probably a lot more I forgot...
RC3-->Final
De-symlinked system/app and data/app_s;
Added noatime flash memory tweaks;
added drop caches script to (hopefully) reduce lag in homescreen;
Messed with the animations a bit to speed them up;
More optimizations of Samsung TW apks to at least make them work better (wish I could get rid of them...);
Minor speed and battery tweaks;
More I am sure I forgot...
RC2-->RC3
Changed kernel flash method to improve (hopefully solve) problems with flashing onto some stock firmware;
Fixed app drawer background;
removed some init.d scripts I felt were extraneous;
Speed tweaks (let me know)...
RC1-->RC2
Fixed issue in kernel flash that (I hope) was preventing some users phone to force close/bootloop on startup;
Fixed issues with some apps and games crashing (again,..);
Symlinked /system/app/ to /data/app/ to offload some data on the system partition;
Moved some apps to /data/app so they can be uninstalled;
Adjusted the RAM script settings to be less aggressive, but hopefully just as effective;
tweaked VM settings;
removed some init.d scripts I felt were not adding all that much (make things simpler);
further tinkering with framework to smooth out TW interface. I find that the only noticeable lag now is after closing out a program, there is a fraction of a secon of lag when switching home screens. I hope to remove this by the final release...
Removed Apps & Extras
List of Removed Apps
Again, these can be re-added with the "SamsungApps.zip" in the OP,a will be an option in AROMA next version...
Kies
MobilePrint
Samsung Apps
This will be great
Thanks button for you even I had not yet flash it
Thanks Steve . Been waiting for this
Downloading ...
I will be testing this but I need a copy of a DXLA2 modem to make my own testing consistent vs a purely stock ROM, I dont want the modem file to cause excessive battery drains or what not, I have the single DXLA2 tar file for my P6800 inside it has a file labelled modem.bin can i safely flash that using Odin after I flash to this custom rom ?
Flashed. Smooth and bug-free so far - definitely a step up from the stock. A big thumbs up for the OP
Am eagerly waiting for theme tweaks in particular to the taskbar.
Link is down.
Hi,
Just wondering if you are you planning to do a wifi only (6180) version. There seems to be a lack of love for the non GSM Radio 7.7's out there with not a single rom in the forum.
Thanks a lot.
elsral said:
Hi,
Just wondering if you are you planning to do a wifi only (6180) version. There seems to be a lack of love for the non GSM Radio 7.7's out there with not a single rom in the forum.
Thanks a lot.
Click to expand...
Click to collapse
I think someone is working on one (well, I know he is, but not sure what his plans are for release). I will ask him what's up and then port this ROM if he is not planning on releasing it. It would be better, clearly if someone with the device were to release a ROM for it...
Steve
New DL Link
BTW, I am uploading the ROM to a new site now, PLEASE do not post mirror links of the ROM, as I like to keep track of its traffic...thanks! It will be back up shortly...
Steve
very nice rom, 10x better then stock (hk version) thank you!! Even TW looks lagless.
I got the 6810 first had it a week. Sent it back for 80 dollars more. I decided to get 3g version. Just to have 3g and phone option. I also remember development on orginal tab was most for the 3g version. My advice spend the extra doe.
Sent from my GT-P6800 using XDA Premium HD app
finally got around to releasing it bro. lol. nice. good job!
task650 said:
finally got around to releasing it bro. lol. nice. good job!
Click to expand...
Click to collapse
Thanks, couldn't have done it without you!
Steve
Thank you for the effort. I tried this ROM with a factory reset. I get an FC on android.phone as soon as it boots, and that causes a reboot. I tried to reflash but it did not work. I am using the 3g international version from Dubai.
I flashed it last night on a 3G 16Gb and performance is noticably better. However one bug - when playing Reckless Racing 2 the game continually pauses itself. It's not dirt on the screen causing it and a reboot didnt help. It doesnt seem to impact any other apps.
Can someone else running this rom please test on Reckless Racing 2? It happens a few times per race.
alishankiti said:
Thank you for the effort. I tried this ROM with a factory reset. I get an FC on android.phone as soon as it boots, and that causes a reboot. I tried to reflash but it did not work. I am using the 3g international version from Dubai.
Click to expand...
Click to collapse
Hmmm...try wiping everything, data/factory reset, cache partition, dalvik cache, battery stats, etc. The script should do this for you, but maybe something went awry...
If that doesn't work, try redownloading the zip. Finally, PM me, and we can see if we can sort it out...
Steve
mcbooth said:
I flashed it last night on a 3G 16Gb and performance is noticably better. However one bug - when playing Reckless Racing 2 the game continually pauses itself. It's not dirt on the screen causing it and a reboot didnt help. It doesnt seem to impact any other apps.
Can someone else running this rom please test on Reckless Racing 2? It happens a few times per race.
Click to expand...
Click to collapse
So the game is actually pausing itself or freezing up. Sorry, just want to be clear. I can run a logcat on this one...as long as the game looks fun.....

[DISCONTINUED] Lum's debloated, deblurred stock JB ROM with inverted GApps [V1.2.1]

Discontinued. Just use Mentor's ROM instead!
The aim of this ROM is to remove as much annoyance (e.g. blur and bloat) as possible from the stock ROM while making as few changes as possible. By default it is aimed at GSM users, my attempts at adding CDMA back in by a patch did not end well (no data) so I'm just concentrating on GSM now. The CDMA patch is here if anyone wants to have a go at fixing it.
Current Version: V1.2.1
Download links:
>>> MAIN ROM V1.2 <<<
>>> Patch to V1.2.1 <<<
Make sure you flash the patch immediately after the main ROM, before booting!​
Changes from stock are:
Removed about 200MB of useless apps
Removed all Verizon apps, including those needed for CDMA to work.
Added the following inverted GApps, replacing the blur equivalents where applicable:
- Email
- Messaging
- Google Talk
- YouTube
- Exchange
- GMail
- Camera
- Gallery
Disabled QE spyware (much faster boot)
Disabled MotoCast CDROM automount when connecting USB cable
Added international APNs
The following blur apps are still present:
Calendar
Contacts
Launcher
The blur versions of the calendar and contact apps aren't really that bad, and are proving problematic to replace. The launcher is easily replaced with any launcher from the Play Store. I left the stock one in place as it works well with webtop.
What's working?
Hopefully everything!
What's not working?
Setup Wizard crashes at the start, but frankly who cares, I will remove it completely in 1.3
CDMA
Sending MMS (doesn't work in stock for me either - use Handcent if you actually use MMS)
This is not a kexec ROM, it will only work if your stock ROM is the new JB OTA. If you are still on ICS or Gingerbread it will not work. Kfazz is working on a flashable update to convert stock-based ROMs into kexec, I will add that update when it is ready.
I have gone with inverted GApps because this phone has a pentile screen, black apps use less battery than white ones. I also personally prefer them.
This is very much something I'm working on for my own use which I have decided to share. I am sure that MyFishBear or Olegfusion will eventually come along with a much better done ROM at some point in the future, if they do then I'd encourage you to use it, but for now this works for me, maybe it will work for you too!
Help needed:
If I install the stock calendar app, instead of the Moto one, it refuses to sync and force closes if you choose select calendars to sync.
Someone in the USA to make a CDMA patch that actually works!
These are not bugs in the current ROM, they are enhancements I'd like to make but don't yet know how. The calendar does work fine in this ROM and it is intended primarily for GSM users.
Install instructions.
All users: Ensure that your stock rom is the JB OTA, then flash from within Safestrap in the usual way, immediately followed by the patch
Note that there is no superuser.apk in this ROM. You can install either SuperUser or SuperSU from the Play Store.
Disclaimer: If this ROM causes your phone to explode I am not responsible.
Changelog:
V1.0: Initial release.
V1.1: Disabled QE, disabled MotoCast CD, Fixed broken phone.apk.
V1.2: Added international APNs, Repackaged as a flashable .zip file.
V1.2.1: Patch to fix broken phone and contacts apps on a fresh install.
Thanks:
MyFishBear - This ROM is based on his deodexed stock ROM.
Olegfusion - For the info on how to remove QE and MotoCast
Hashcode - For Safestrap, of course
Reserved
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
Lum_UK said:
Much credit to MyFishBear for the deodexed stock ROM that forms the base of this ROM.
This is my effort to remove a lot of the crap from the stock ROM, the changes are:
Removed about 200MB of useless apps
Removed all Verizon apps, including those needed for CDMA to work
Replaced the following blur apps with inverted GApps:
- Email
- Messaging
- Google Talk
- YouTube
- Contacts
- Exchange
- GMail
- Camera
- Gallery
Disabled QE
Disabled MotoCast CDROM automount
I have not been able to replace the following blur apps:
Phone - However it works fine and looks deblurred due to having a stock Contacts.apk.
Calendar - Stock one crashes trying to sync with Google.
Launcher - Stock is still the best option if you use webtop, and it's really easy to switch to another launcher anyway.
This is not a kexec ROM, it will only work if your stock ROM is the new JB OTA. If you are still on ICS or Gingerbread it will not work.
I have gone with inverted GApps because this phone has a pentile screen, black apps use less battery than white ones. I also personally prefer them.
This is very much something I'm working on for my own use which I have decided to share. I am sure that MyFishBear or Olegfusion will eventually come along with a much better done ROM at some point in the future, if they do then I'd encourage you to use it, but for now this works for me, maybe it will work for you too!
Help needed:
If I install the stock calendar app, instead of the Moto one, it refuses to sync and force closes if you choose select calendars to sync.
CDMA users: If someone tells me which apks are required to make CDMA work, I'll bundle them into a separate file as I kept backups of all the stuff I removed.
These are not bugs in the current ROM, they are enhancements I'd like to make but don't yet know how. The calendar does work fine in this ROM and it is intended for GSM users only. Do not attempt to use this ROM if you are on Verizon!
Download link: http://d-h.st/s12
Install instructions.
This ROM is distributed as a safestrap/TWRP backup file rather than a flashable ZIP. To install, extract the ZIP into the TWRP directory on either your internal or external SD card, then from within safestrap create (or delete and re-create) a new ROM slot, then restore this backup into it.
Patches needed after install: I noticed after uploading that I'd screwed up and included the wrong Phone.apk, but do not want to re-upload the whole thing as it takes literally an hour to upload. I also figured out how to get rid of motocast and QE when the upload was nearly done.
Please download and unzip this file to the root of your external SD card and after restoring the back up, but still within Safestrap do the following:
Go to Mount and tick Mount System
Go to Advanced, File Manager and copy the following:
- Phone.apk into /system/app
- init_mapphone_cdma.rc into /system/etc/rootfs
- init_mapphone_umts.rc into /system/etc/rootfs
Exit the file manager
Go to Advanced -> Fix Permissions and run that.
Go to Wipe and wipe cache and dalvik
Sorry about that! I'll upload a new version either tonight or tomorrow.
If you are uncomfortable copying the files from within Safestrap you can also copy them from a terminal inside the ROM itself. Things will start crashing once you replace Phone.apk but a reboot, fix perms and wipe cache/dalvik will sort it.
Standard disclaimer: If this ROM causes your phone to explode I am not responsible.
Click to expand...
Click to collapse
Keep us posted on the working Verizon version?
Sent from my DROID4 using xda app-developers app
rruleford said:
Keep us posted on the working Verizon version?
Click to expand...
Click to collapse
I'm going to need input from others on that. I have literally no way to test on Verizon.
I'm going to see if I can dig out olegfusion's back to CDMA patch and study it tomorrow. It's hard for me to tell which of the huge amounts of VZW crap I deleted are actually needed for the phone to work.
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
Lum_UK said:
I'm going to need input from others on that. I have literally no way to test on Verizon.
I'm going to see if I can dig out olegfusion's back to CDMA patch and study it tomorrow. It's hard for me to tell with of the huge amounts of VZW crap I deleted are actually needed for the phone to work.
Click to expand...
Click to collapse
Understood. No rush. I'll be happy to test for you. Looks like I'll be going back to cm10 til then. I really really hate blur on this phone. Idk y I thought it would change in jb but I guess not. Thanks for all your time and effort!
Sent from my DROID4 using xda app-developers app
Ok this should work. Copy the contents of this zip to /system/app and /system/framework, then in safestrap do fix permissions
http://www.lum.co.uk/CDMA_Patch_V1.1.zip
If it works, let me know and I'll update the OP
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
That for Verizon? I'll test it after I get access to my work computer to root... thanx again
Sent from my DROID4 using xda app-developers app
rruleford said:
That for Verizon? I'll test it after I get access to my work computer to root
Click to expand...
Click to collapse
Yes that should work for Verizon, I hope!
Also for GSM people I've updated the patch file in the OP
http://www.lum.co.uk/Lum_JB_debloat_V1.1_patches.zip
The only change is I have added a working apns-conf.xml that you need to copy into /system/etc
I'll re-upload the ROM later today unless I find any more faults.
waiting to see if verizon works
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
SiL3nTKiLL said:
waiting to see if verizon works
Click to expand...
Click to collapse
Will be testing in a couple hours. Will keep you posted
Sent from my DROID4 using xda app-developers app
SiL3nTKiLL said:
waiting to see if verizon works
Click to expand...
Click to collapse
You could always test it for me, if you have a spare ROM slot
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
Lum_UK said:
You could always test it for me, if you have a spare ROM slot
Click to expand...
Click to collapse
Were u able to replaced the blur stock launcher?
Sent from my DROID4 using xda app-developers app
It's still using the stock launcher, but it's easy enough to install Nova or Apex and set it as default. Just install your preferred launcher from the marketplace.
The reason for keeping the stock launcher is because people who use webtop are best off sticking with the stock one as it's the only one to properly handle the resolution chances.
Lum_UK said:
It's still using the stock launcher, but it's easy enough to install Nova or Apex and set it as default. Just install your preferred launcher from the marketplace.
The reason for keeping the stock launcher is because people who use webtop are best off sticking with the stock one as it's the only one to properly handle the resolution chances.
Click to expand...
Click to collapse
just to offer some insight, Go Launcher EX works fine in webtop. I use that as my daily launcher and it switches over perfectly.
azrael293 said:
just to offer some insight, Go Launcher EX works fine in webtop. I use that as my daily launcher and it switches over perfectly.
Click to expand...
Click to collapse
I'll have a play with it, but I figure that putting in any given launcher, somebody is always going to want a different one so figured I may as well leave it stock since they're so easy for the user to replace anyway.
I'm currently uploading V1.2, now as a flashable ZIP, so those of you who haven't downloaded V1.0 may want to hold off. It'll take me an hour to upload this.
Also testing a flashable ZIP version of the CDMA patch. Will update the OP soon.
Lum_UK said:
I'll have a play with it, but I figure that putting in any given launcher, somebody is always going to want a different one so figured I may as well leave it stock since they're so easy for the user to replace anyway.
Click to expand...
Click to collapse
no worries, was just sharing that webtop worked with Go Launcher. It is to each their own on launchers, as you said, everyone has their own favorite. great work on the ROM. I am definitely going to download once I upgrade and CDMA is all set
Re: [ROM][GSM] Lum's debloated, deblurred stock JB ROM with inverted GApps
Lum_UK said:
I'm currently uploading V1.2, now as a flashable ZIP, so those of you who haven't downloaded V1.0 may want to hold off. It'll take me an hour to upload this.
Also testing a flashable ZIP version of the CDMA patch. Will update the OP soon.
Click to expand...
Click to collapse
Sorry I haven't been able to test yet. Super busy day at work will try to by tonight.
Sent from my DROID4 using xda app-developers app
OP updated to V1.2 now with a proper flashable zip!
Re: [ROM] Lum's debloated, deblurred stock JB ROM with inverted GApps [V1.2]
Will the zip flash to stock rom?
Sent from my DROID 4 using xda app-developers app

[ROM-AOSP] Unofficial CM10.2 (JB 4.3.1) [11/15 CM REFRESH]

Unofficial CyanogenMod 10.2 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/showthread.php?t=2128175
In this build I do not have the HBOGO or Voice Plus patches yet.
Don't use the user swapping feature yet. It's very buggy. If you do happen to create a new user and swap, to fix the crazyness that happens, just delete the new user and reboot.
Download Information:
[LATEST][11/15 BETA CM10.2 + 3.0.50+ KERNEL
Mirror 1: Download (Goo.im)
Mirror 2: Download (Crackflasher)
md5sum: 47c385ac0852997c0f1c84bda24b16cf
[08/12] BETA CM10.2 + 3.0.50+ KERNEL
Mirror 1: http://goo.im/devs/Hashcode/jem/cm10.2/cm-10.2-20130812-UNOFFICIAL-jem.zip
md5sum: 76d7b3943dc6a160a27df625d689a279
[07/31] BETA CM10.2 + 3.0.50+ KERNEL
Mirror 1: http://goo.im/devs/Hashcode/jem/cm10.2/cm-10.2-20130731-UNOFFICIAL-jem.zip
md5sum: 04ebae58e0eb2b74732adc3844e6ee84
Older builds can be found in the same folder on goo.im:
http://goo.im/devs/Hashcode/jem/cm10.2/
Download Google Apps:
http://goo.im/devs/Hashcode/gapps
(For Android 4.3)
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:
[11/15] SElinux now included in the kernel and set to permissive. I don't recommend turning it to enforcing as I'm still debugging the "deny" messages.
[08/12] Includes a Trebuchet patch to fix the screen flip-flop when trying to drag an icon in landscape (by XDA user Wickets^)
[08/12] All new "from source" sensor driver
[08/12] Temp. disable light sensor (due to recode of sensor driver)
[07/31] First CM10.2 build
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 [email protected] 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
Camera
Wifi
Bluetooth
Sensors
HWAcceleration
HD Codecs for YouTubeHD and Netflix
HDMI video out is now correct and work across several resolutions. YMMV
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
[ COMING SOON ]
SCREEN SHOTS:
CURRENT KNOWN ISSUES:
When long pressing icons in landscape mode to move them, etc the screen will flip upside down for a moment and right itself. This causes the action to be aborted.
Rotation selection in games is hit and miss. Some work perfectly and some like to flip the device upside down. Still debugging what is causing this.
AUDIO: Any decoder which uses Dolby surround current has a lower volume than the rest of the system (Netflix, Google Movies, etc). It's a WIP.
Sensors: Testing various sensors, gyro seems 90 degrees off, etc.
I don't have an LTE version so this is not enabled in current builds.
Are you going to keep on developing both this and the 4.2.2 ROM? Or should we switch to this ROM for the newest updates in the future?
By the way, thanks very much for all the effort you are putting in developing for and improving our devices. We all really appreciate it.
narse said:
Are you going to keep on developing both this and the 4.2.2 ROM? Or should we switch to this ROM for the newest updates in the future?
By the way, thanks very much for all the effort you are putting in developing for and improving our devices. We all really appreciate it.
Click to expand...
Click to collapse
I will probably continue with the 4.2.2 builds until I feel like this has fully caught up with them.
Some apps for instance are not compatible w/ 4.3 yet (one of the movie players).
Omg. That is all. =)
Sent from my One X using Tapatalk 4 Beta
Hashcode said:
I will probably continue with the 4.2.2 builds until I feel like this has fully caught up with them.
Some apps for instance are not compatible w/ 4.3 yet (one of the movie players).
Click to expand...
Click to collapse
Yes that is MX player not working in 4.3.
timnan said:
Yes that is MX player not working in 4.3.
Click to expand...
Click to collapse
MX player was updated yesterday.
Still not working?
Thanks Hashcode! You're than man.
BTW, if you need someone to test functionality on an LTE device, let me know. :good:
stevenmirabito said:
Thanks Hashcode! You're than man.
BTW, if you need someone to test functionality on an LTE device, let me know. :good:
Click to expand...
Click to collapse
Same here.
I am thinking about building the rom with LTE (hash says the code is all there) from the source. But I haven't used Linux from 2010 and have to setup the gear for doing this...em...
I also would like to get 4g LTE working. If you could dust off linux and put your skills to work, I am sure many will appreciate your efforts!
I am working on an experimental built for LTE users.
As soon as I get a ROM built, I'll post it up. There is a 100% chance that it's going to take quite a few tries to get it working. So not for the easily irritated.
Sent from my XT926 using Tapatalk 2
Hashcode said:
I am working on an experimental built for LTE users.
As soon as I get a ROM built, I'll post it up. There is a 100% chance that it's going to take quite a few tries to get it working. So not for the easily irritated.
Sent from my XT926 using Tapatalk 2
Click to expand...
Click to collapse
Irritated? With you? With a ROM that didn't even have the feature previously? You underestimate us.
Hashcode said:
I am working on an experimental built for LTE users.
As soon as I get a ROM built, I'll post it up. There is a 100% chance that it's going to take quite a few tries to get it working. So not for the easily irritated.
Sent from my XT926 using Tapatalk 2
Click to expand...
Click to collapse
Thanks a lot, Hashcode! I'll be patient...
Just tried this Rom. Wiped system, dalvik and cache before. The aosp keyboard crashes as soon as the laucher is opened. Because oft this i cant type. Is this a known bug? Shall i test sth. For you @Hashcode?
Sent from my Incredible S S710e using xda app-developers app
Thanks for this ROM. It is faster than previous version with 4.2.2.
Still some issues (audio in players), but very usable for daily usage.
Thanks!
badbutz said:
Just tried this Rom. Wiped system, dalvik and cache before. The aosp keyboard crashes as soon as the laucher is opened. Because oft this i cant type. Is this a known bug? Shall i test sth. For you @Hashcode?
Sent from my Incredible S S710e using xda app-developers app
Click to expand...
Click to collapse
Double check you're flashing the right GApps.
There seems to be an issue with the 'sdcard' link under Root - It is currently pointing at /data/media/legacy instead of /data/media/0 - This is causing some issues with apps that default to 'sdcard' including TitaniumBackup. Also, there is a 'Storage' under Root that points somewhere, which is causing issues with apps that default to '/storage' for their backup.
Status of this rom on my Kindle:
- as mentioned in changelog games are slower then on 10.1
- on 10.1 and 10.2 there are ocassions the screen rotation bug is still occuring. It happens within some games and after rotating in mx player.
Thanks and keep up your excellent work.
hi,
i'm new with Kindle Fire HD. tried this rom too and i think its very good :fingers-crossed:
gapps failure
Interesting issue going on here. i upgraded to this build (10.2-20130731-UNOFFICIAL-jem, and the latest Gapps to go with it. Note that i did not do a complete wipe, as i wanted the installed apps to remain. Upon reboot, i have a notification from pretty much every app i have installed on the device that "update for "(application name) could not be downloaded due to an error. (error retrieving information from server.[RPC:S-5:AEC-0]) i ge the same error if i try to download anything from the play store also. any thoughts?
Edit: restored back to previous backup, allowed all updates to take place first, then redownloaded the rom and gapps. A quick reflash using goo manager and everything seems to be working now. @Hashcode - another fantastic rom. only issue i still have the the screen rotation when long pressing icons in landscape mode. a very small price to pay for all the awesomeness.

Categories

Resources