AOSP 4.1.1 R4 (JRO03L) for Wingray - Xoom Android Development

I've started a project building an AOSP ROM for wingray for my own amusement, and I thought I'd share, just in case someone wanted a nearly pure AOSP ROM with some carefully chosen tweaks.
As far as I am aware this is a fully functional ROM, but I am unable to test exhaustively so treat it as a pre-release beta, use at your own risk, blah, blah, blah.
I don't make any promises to continue development or fix bugs.
Features:
Built from pure AOSP 4.1.1 R4 (JRO03L) source with the following tweaks:
Fixed Guava compilation errors (thanks to CM10)
Added Busybox binary (thanks to ChainsDD)
Added Superuser package (thanks to ChainsDD)
Removed cellular and tethering references from wingray build (thanks to Peter Alfonso)
Disabled inclusion of AOSP recovery in the build (thanks to Peter Alfonso)
Fixed init.d support (thanks to CM10)
Working Camera
Bigger thumbnail size in recent apps menu
To do:
Horizontal recent apps menu
Reboot menu
T-Mobile Theme Chooser
More ...
Known Issues:
May encounter an issue with Superuser forgetting app permissions. Workaround: install SuperSU.

To install this ROM, I recommend wiping System, and Dalvik Cache, and performing a Factory Reset, but feel free to try it your way.
Make a Nandroid backup first!
Use standard Jellybean gapps.
http://goo.im/devs/zigackly/roms/wingray/AOSP_JRO03L
All feedback/bug reports welcome!

Well this is pretty neat, Thanks!

Glad you like it. I'm finding it quite snappy to use, even though it's not overclocked. I'll try to build in some more features as I get the time, if I can do it without losing the butteriness.

Hey thanx for your work.:good:
I wonder how this would run with a Tiamat/Eos Kernel ? Anyone tried?

Only one way to find out
Development is going a bit slowly in the last two days as I have been having trouble with corruption in my git repository.

i was just wondering if someone might ever do an aosp build for my xoom. thank you so much for your efforts, and for sharing the fruits with us!

cool deal man, i'll give this a spin and report back. so good to see others dev'ing for the Xoom! thank you thank you thank you

when looking in TB there is a system app listed with Chinese characters followed by 4.1.1-eng.zigackly.20120914.083408. What is this and can it be removed?
just like to add that first impressions go a long way and i dont normally look at the boot animation, but i did this time and it was way smoother than any other ive seen on my tablet, dont know what the diff is, but i like it
so far so good

Getting build.prop error 7 on install. Looking for Wingray in the build.prop line.
Might be a bad download? I am trying to update from CM10 and the stock update Stachre provides.

dodgefan67 said:
when looking in TB there is a system app listed with Chinese characters followed by 4.1.1-eng.zigackly.20120914.083408. What is this and can it be removed?
Click to expand...
Click to collapse
That will be the AOSP Chinese keyboard. There's a Japanese one too. Look in Settings->Language and input and you will see them as options. I believe you can safely remove them.
tincbtrar said:
Getting build.prop error 7 on install. Looking for Wingray in the build.prop line.
Might be a bad download? I am trying to update from CM10 and the stock update Stachre provides.
Click to expand...
Click to collapse
Could you try the download again? Build.prop should be replaced in system when you install, so it doesn't sound like a problem with where you are coming from.
MD5 checksum is 8cfdb670d42b5486f07f816f0e9a4791. You can check with MD5 checker from the play store.
If it's not a download problem, try a factory reset and wipe system before installing. Make sure you back up first.
In other news, I have fixed my git repositories although I had to redo all my work, but I am now working on a new build with improvements to the recents menu to take advantage of the Xoom's screen size. Hoping to implement bigger app thumbnails tonight and possibly a horizontal menu tomorrow.
The addition of a reboot menu is challenging. I made some changes based on the way Peter Alfonso does it and that didn't work, so I looked at the way CM10 do it and that didn't work either! I don't give up easily though. I'll take another stab at it this week. I'm learning this as I go along. Best way to learn, I think.
I'm also hoping to look at adding Theme Chooser this week.

Thank you for the md5, it matches, but still doesnt install.

z1gackly said:
That will be the AOSP Chinese keyboard. There's a Japanese one too. Look in Settings->Language and input and you will see them as options. I believe you can safely remove them.
Click to expand...
Click to collapse
thanks and looking forward to the updates!
may i suggest one or two? i like the options for things like setting quiet hours or profiles, being able to change toggles, etc. not sure how easy those would be to add in. i'm more than willing to help out and test things.
tincbtrar said:
Thank you for the md5, it matches, but still doesnt install.
Click to expand...
Click to collapse
what recovery are you using and are you sure you have done a complete wipe? (factory reset/wipe data, format cache, format system, wipe dalvik)?

Im using Rogue Recovery...did full wipe, dalvik, cache and system.
Perhaps its the recovery - but that doesnt make sense as every other rom ive installed worked well.
I modified the build.prop with some more operators to see if it will accept the model name or similar instead and I get a error 6 instead.
Maybe its just my Xoom? Nonetheless, ill wait for now, and stick with CM10 - its been pretty stable for me with no reboots.

tincbtrar said:
Im using Rogue Recovery...did full wipe, dalvik, cache and system.
Perhaps its the recovery - but that doesnt make sense as every other rom ive installed worked well.
I modified the build.prop with some more operators to see if it will accept the model name or similar instead and I get a error 6 instead.
Maybe its just my Xoom? Nonetheless, ill wait for now, and stick with CM10 - its been pretty stable for me with no reboots.
Click to expand...
Click to collapse
understandable. maybe try TWRP recovery just to make sure? if you have the time or are up to it?

I guess I could try TWRP, but I dont like how I always have issues with mounting sd with it...its why I stick to Rogue.
Ill give it a shot later on with TWRP to try and pinpoint the cause.
Edit: Tried TWRP and it flashed. Interesting! Thanks a bunch!

Build 7 added with larger app thumbnails in the recent apps menu. Available for download in post 2.
I'll look at what it might take to add those features, dodgefan67. I'm looking to implement the ones in my wish list in the OP first though.
I also need to get my head around merging in some improvements from the AOSP code base from after 4.1.1 r4.

The build.prop error is caused by an assert in the updater-script which checks you're installing the ROM on the correct device.
You could extract the updater-script and remove the assert, then replace the updater-script in the ROM.
It's in /META-INF/com/google/android in the zip.
I'm trying to get hold of a build.prop from a wingray which exhibits this problem, so I can correct for it in the script, but I expect yours will be fine now.
Worst case I can just remove the assert, then if someone flashes it on the wrong device it's their lookout, but I'd rather add the variant which is causing the problem to the assert.

I'm going to have to halt development on this for a time whilst I work on some stuff for my Nexus 7. I've updated build 7 so it will work with Rogue recovery. Back in a little while.

thanks for the update!

Related

[APP] Tuxility - I9000 utility app

Tuxility in the market http://www.appbrain.com/app/tuxility/com.grimmvarg.android.tuxility
News: I have discovered that editing the settings.db is not very usefull and might make your system unstable. I have therefor decided to choose a less generic way of letting users access edit system settings, like wifi sleep time etc.. Should be done in a day or two
The userbase has grown a lot these last days, which means a lot more feedback. No big bugs as of yet, but please post any issues you find, so I can fix them And off course feature requests!
Tuxility
Hey guys!
Im creating an app for the Samsung galaxy s, Ive only been working on it for a few days, but a few features have found there way into it:
- Flashing a kernel without pc, while phone is on. ( ref: http://forum.xda-developers.com/showthread.php?t=765724)
- Back up your current kernel
- Phone codes (view battery stats and various tests of hardware)
- Backing up and restoring /efs
- Reboot to Recovery, Download and standard mode
- Cleaning battery stats
Features to come:
- Toggle Mediascanner on/off
- Editing system settings
- Full System information
- Change system Font
- Sensor dump (for fun)
- Improved GUI, with colors and an icon
- Place backups on external_sd if it exists (thanks _renaud_)
- Add tools for calibration of screen/battery etc..
Requirements:
- Root
- A Samsung Galaxy S (all variants) running Android 2.1 and up.
Why am I releasing this?
Well for one to share the kernel-flashing feature (thanks to supercurio for this). Also to get feedback on what works and not. But more importantly to get feedback on what to add or change about feature and code (which is located here, yes I know my github tree is suboptimal ). I'm used to Java but pretty new to android. So any feedback on the code is appreciated
NOTES ABOUT THE KERNEL FLASHING
I hacked together a filechooser to pick the zImage you want to flash. And you can flash only zImages or Tars including zImage.
The filechooser sets /sdcard/download/ as starting DIR so i suggest you unpack your zImage there. Bakups are stored in /sdcard/.tuxility/backup
And the notice of no responsibility
I take no responsibility if my app breaks your phone, (not that it should, but now i said it) and you try this software at your own risk. On a related note, the code and the app is released under GPLv3. I will however, do all i can to help
Logging is on, so have a look in logcat if something is not working and let me know
I hope someone will find this usefull, and find the time to give me som feedback
Known issues:
The settings file seems to be located elsewhere on the galaxy tab. So if anyone with a tab wants to help me out finding this, that would be great
If flashing kernel fails, and log show "not enough space on device" remove any folder in /cache named "2010-*" that contains a zImage. This is fixed irelease 1.2, I thought that /cache was cleaned at boot, but this was not the case.
The way that all this work
The backup features are pretty straight forward, using a system shell I give a cp/cat/tar command wherever it is suitable. For instance /efs needs to be tared to keep uid and permissions.
For reboot i issue the "reboot <mode>" as root
The kernel install uses the procedure from this thread http://forum.xda-developers.com/showthread.php?t=765724 and copies a binary file to /apps and uses it to install the new kernel image.
All backups are stored in /sdcard/.tuxility/backup
A SMALL WARNING
Just like anyone will tell you, remove all lagfixes when flashing a new kernel if you are not _sure_ that the new kernel you are flashing support your old lagfix, ktnx
CHANGELOG
V1.2
- Huge code cleanup
- Now using flash_image to flash kernel, thanks to koush!
- no more screen distortion after flash
- No forced reboot after flash
- Better execution controll
- Added phone codes
- Removed edit settings.db (this is to risky, no replacement on the sketch board)
- Starting on feature to fetch latest kernel
V1.1
- Install kernel from tar archive
- Finally have an icon
- A bit more restructuring of code
Android Market will not allow me to use sub 1 versions.. :/
V0.21:
- Restructured the menu, for later additions
- Added remove batterystats
- Backup Kernel now sets date in filename
- Improved filechooser, will not install files with a file extension
- Big cleanup of code
GrimmVarg I will follow your work very closely !
Wow, this is good. CWM doesn't backup the kernel, and with this app, one can easily do it. Would be absolutely wonderful if it can be included in the CWM recovery menu.
Thanks and will try it soon.
Is it somewhat like this?
http://forum.xda-developers.com/showthread.php?t=775154
Regards
miro666 said:
Is it somewhat like this?
http://forum.xda-developers.com/showthread.php?t=775154
Regards
Click to expand...
Click to collapse
Yes and no, Its the same concept but different features, except the Secret codes list which I havent implement and the wiping of batterystats. I used SGStools my self before I started on Tuxility, its a very usefull app.
I am making tuxility mostly to get all the features that i need in one app, as I feel that most of these utility apps both overlap on features and miss a few essential features, like flashing a new kernel for instance. So my goal is for Tuxility to be a feature full alternative that cover all common needs, and in addition has specialized features for a give rom/kernel.
Thus feature requests are most welcome
Can you publish this to Android Market?. Further updates are easier that way. Thanks for making this.
hacksome said:
Can you publish this to Android Market?. Further updates are easier that way. Thanks for making this.
Click to expand...
Click to collapse
Yeah. As soon as I get an icon and rewrite the code for executing shell commands i'll push to market
please flash,
pda
modem
csc
withtout pc, send .apk
thanks
Yeah Mr....
great idea ... bring sgstools, spareparts and some features missing in cwm together ... absolutely welcome!!!
gwaan doin this great job!
My20 said:
please flash,
pda
modem
csc
withtout pc, send .apk
thanks
Click to expand...
Click to collapse
c0llal0 said:
Yeah Mr....
great idea ... bring sgstools, spareparts and some features missing in cwm together ... absolutely welcome!!!
gwaan doin this great job!
Click to expand...
Click to collapse
Yeah, If its possible it would be nice. Ill look into it later. Right now Ive been getting help by mikebeecham to make an icon for the app as i plan to release it to market tonight. But I want to implement the possibility to maipulate the settings.db first. So.. yeah. Hoping to get it done while my girlfriend is at the theater
Install and backup kernel works fine.
Really nice
Just wanted to let you know i used this to flash Supercurio's VooDoo lagfix kernel. Easy and painless!
Thank you for this tool.
Sent from my GT-I9000 using XDA App
Thanks for the super cool all in one app..
looks fantastic - definitely going to give it a whirl!
Just wanted to throw this out there.
This app works on the Galaxy tab as well. trying to view settings causes a FC however backing up the kernal worked
looks great.
backup also csc and eventually modem would be very nice.
socksfelloff said:
Just wanted to throw this out there.
This app works on the Galaxy tab as well. trying to view settings causes a FC however backing up the kernal worked
Click to expand...
Click to collapse
Glad to hear it! Could you tell me if if backing up settings.db work? Might be that this file is located elsewhere on the tab. And if so I need to do some digging to find as I dont own a tab my self
zoubidou said:
looks great.
backup also csc and eventually modem would be very nice.
Click to expand...
Click to collapse
Yeah, after i get settings maipulation to work and get a little bit better look an the app, ill be looking to try and both backup and install full firmware
i just tried a kernel update.
i used speedmod version 11 cwm.
i stated wrong file format. sorry for that.

[KITCHEN/MIUI] MIUIKitchen.org -- v2.3.2

Features:
* Pick your owns apps.
* Pick your own mods.
* Pick your own theme.
* Pick your own pick!
Any suggestions, tips, complaints and even your mother in law are welcome and will be considered. When your build is ready/done instantly it means someone before you has made the exact same choices and you're getting a pre-cooked meal, how nice! Current versions in the kitchen;
Base:
* miuiandroids.com's MIUI v2.3.2
Kernels:
* Glitch kernel V13.1
* NEO kernel V18-update and NEO XX v1 both BNL/VC
* Fugu kernel r1898
* Current MIUI and CM7 (from latest nightly) kernels
Mods:
* 4 way (3 way in our case) reboot mod v1
* Extended settings mod v1
* Volume press skip mod v1 (this also includes 4 way reboot)
* Thunderbolt mod v2.6.1
If you see something out dated or know a newer version please post a link to it in the thread.
(more to follow later...)
Always read the last few pages of the thread for the most up to date stuff. Enter the beta kitchen here
Thanks goes out to all those who share their hard work with us which allows me to add it to the kitchen. Please donate to individual developers. The kitchen will never get advertisements or paid for beta testing, or accept any form of donations, except for organs (Hammond ones are fine too).
Install, update & FAQ.
How do I install this properly and clean from another MIUI or CM based rom?
THIS WILL WIPE ALL YOUR DATA!
1: make full backup using miui backup (skip if you're on CM)
2: reboot into recovery and make a nandroid backup
3: do a factory reset and format /system
4: flash the .zip and reboot, if you came from CM you can skip the next steps
5: restore your miui backup
6: reboot
How do I update an existing MIUI/CM based rom and keeping my apps/data?
1: make full backup using miui backup (skip if you're on CM)
2: reboot into recovery and make a nandroid backup
3: goto mounts/storage and format /cache /system and wipe the dalvik cache
4: flash the .zip and reboot, if you came from CM you can skip the next steps
5: restore your miui backup, some system settings may have change between releases, so this will not always for all settings
6: reboot
FAQ:
Q: The phone is lagging like mad after first boot/flash.
A: This is normal, let the phone settle for a few minutes.
Q: Why can't I run things as root anymore?
A: Since MIUI 1.9.9 you have to enable root permissions. Open up the "Superuser" app, press the menu soft key, click settings and enable root permissions.
Q: How do I add more input languages to the GB keyboard?
A: Download them from the market or directly from here.
Extended settings issues:
Q: How do I remove the Google logo from the notification bar?
A: Open up "MIUI Control" app and go to "Carrier options" and then disable "Display carrier logo".
Q: The wall paper scrolling doesn't work.
A: To fix; open the menu on the mainscreen and goto Launcher. Disable and enable wallpaper scrolling and it should work. This only has to be done once.
Q: I've set an alarm but there is no icon to show it is enabled.
A: To fix; open MIUI Control app, go to Clock options and disable and enable the alarm icon. This only has to be done once.
(more to come)
First of all thank you!
Are there other langugages included than english/chinese?
it looks pretty god damn cool
This looks perfect for me as I wanted to try MIUI but thought some other ROM was to bloated.
edit: Damn, my phone is at 2%.. Gonna have to charge it up before trying it. :/
At the moment it is just English, but I'm sure you can apply the 1.8.26 language packs to this as it is pretty much stock, with some crud removed.
The miuiandroid.com guys did add some tweaks for GPS, which is mostly for Europe. For other users, replace /system/etc/gps.conf and /system/etc/telocation.db with these files. Just open up the ROM zip in 7zip/winrar/winzip and over write the ones in there, then flash as normal.
the FM is not included, am i right?
thanks.
ladygagaLITE said:
the FM is not included, am i right?
thanks.
Click to expand...
Click to collapse
As far as i Know the FM stuff isn't ported from CM yet, I'm going to give it a go later. If it works I will make an update.zip to add it.
Nevermind the above, it seems to be able to break your internal speaker for good: http://www.galnetmiui.co.uk/content/forum/index.php?topic=1258.0
I'll wait for a proper fix and kernel and/or app.
Battery life...
looks good. "congratulations"!. I wanted to do something the same but you beat me to it. Anyway, how is the battery life with Neo 17? Can you some report without all the bloats in it for battery life? So far, 1.8.26 MIUI.US is 1 1/2 a day on moderate use with data and wifi on. And it sleeps like a baby.
Thanks in advance.
Firstly it looks very gud!
Secondly how is the battery life ? I don't go out much so i don't want amazing battery life just average!
What are AOSP roms? ( I am not a noob but i have installed only jetpack rom till now which is very easy to install but i just want to know more before I flash this)
Then ,what is hashtab?and what do we have to check? Can't understand!
I couldn't understand the cache and all that clearing points can u explain them in easy step to step way?
Pls reply!
Sent from my GT-I9000 using XDA Premium App
@bhuvan
AOSP refers to the Android Open Source Project. Google's phones are based on the AOSP. Any other phone manufacture has their own version of Android on their phones such as HTC (Sense), Samsung (Touchwiz), LG (variant of Touchwiz) etc...These are based on the AOSP but skinned to the manufacturer's needs..
If you wish to install MIUI, please ensure you have read and every installation step carefully. You need to 1st make sure that u hv gingerbread bootloaders. Since you are running Jetpack ROM, you should be on gb bootloaders...Once this is confirmed, simply put the MIUI ROM that you desire, go to recovery and flash the ROM....wait till it boots completely and voila...ur phone will never be the same again...
Once you are on MIUI, you'll never want to go back to samsung roms...as for the battery life...I get 48 hrs of medium usage - wifi (95% of the time and rest on 3.5g network), browsing, facebook, emailing (a lot), photos...
I'm sure you will have fun with MIUI...and there will be no turning back...If you wish to go back to Samsung based ROMs, just download any Speedmod kernel flashed via Odin and that's it...u r all set...
Hv fun..
I am on galaxian kernel right now so do I need to move to speedmod kernel? Also on more quick question main post says to replace some files but i don't have a computer right now so i can't but also I don't use GPS so can I install without changing that files ?
Sent from my GT-I9000 using XDA Premium App
Also can I just do a factory reset then format /system and directly install this rom! Can , not doing those optional steps Coz any problems?
Sent from my GT-I9000 using XDA Premium App
BHuvan goyal said:
Also can I just do a factory reset then format /system and directly install this rom! Can , not doing those optional steps Coz any problems?
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
That should work. refer to case 1 in my insanity installation in my signature. Replace insanity with this rom
Sent from my GT-I9000 using xda premium
This is great. everything seems smooth. I'm on FuguMod kernel, though.
Sent from my Galaxy
I installed it and believe me those who don't have this are missing out on Its pure awesomeness ! Too snappy to be true! Also the amount of customization you can do are unlimited! And i am loving these themes ! but i saw one thing that in battery use it says android os 89% and when I re-saw battery use it stated android os 19% so i think its showing wrong data!
Sent from my GT-I9000 using XDA Premium App
So far so good, I installed this ROM last night and until now haven't encountered any problem yet. This ROM is just what I want, Galnet MIUI seems a bit bloated and unstable at the moment.
Thanks for the feedback! My battery life greatly depends on what I do. If i casually browse, make calls and maybe watch some you it lasts 1-2 days. Be sure to calibrate your battery though, its easy but time consuming but worth it.
I've been using this little mashup for ages based on the miuiandroid.com releases.
A little secret, a kitchen may be up soon. So you can brew your own MIUI, choose a kernel, gps tweaks EU/US/etc, pick a default theme, with MIUIthe possibilities are end;less. It is just sad the MIUI community seems fragmented now.
miuiandroid.com vs miui.us vs galnet vs. miui.com
Why can't we all get along and make an epic ROM we can all customize!
I want that, and I shall do my best to make it happen. We may have to follow the -stable branch and only add weekly updates/fixes when it concerns our phones.
Personally I like to run the latest stuff, but not at the price that I can't rely on this ROM to serve me when I simply need a phone
spasms said:
Thanks for the feedback! My battery life greatly depends on what I do. If i casually browse, make calls and maybe watch some you it lasts 1-2 days. Be sure to calibrate your battery though, its easy but time consuming but worth it.
I've been using this little mashup for ages based on the miuiandroid.com releases.
A little secret, a kitchen may be up soon. So you can brew your own MIUI, choose a kernel, gps tweaks EU/US/etc, pick a default theme, with MIUIthe possibilities are end;less. It is just sad the MIUI community seems fragmented now.
miuiandroid.com vs miui.us vs galnet vs. miui.com
Why can't we all get along and make an epic ROM we can all customize!
I want that, and I shall do my best to make it happen. We may have to follow the -stable branch and only add weekly updates/fixes when it concerns our phones.
Personally I like to run the latest stuff, but not at the price that I can't rely on this ROM to serve me when I simply need a phone
Click to expand...
Click to collapse
So, with that said, you will be updating this rom with weekly updates like miui without it getting bloated. This sounds good, as you have a fully working phone to use. Have you tried incorporating Neo 17 r8. Alot have reported it wurmth good battery life.
Sent from my GT-I9000 using Tapatalk
How to change font of miui!
Sent from my GT-I9000 using XDA Premium App

[ROM] 4.0.2 CamDroid w/more to come

This is the ROM that I've been working on for the past week or so. My first attempt so I'd like to get some feedback (and hopefully a name ).
Details:
-built from stock 4.0.2 img
-rooted
-deodexed
-busybox installed
Changelog:
1.0: 12/28/11 Initial build. Base created.
1.1: 12/29/11 Fix Facebook font issue.
1.2: 1/2/12 Add advanced power menu.
1.3: 1/4/12 build.prop edits. Remove USB Debugging icon. Set system framerate to 240 fps.
I haven't tried this on anything but stock (bootloader, radios, kernel, etc.). If you are willing to test with the leaked stuff and let me know that we be great.
To install:
Make a backup
Download http://www.megaupload.com/?d=OVJA07DX
Check MD5 (provided below)
Reboot into Clockwork Mod Recovery
Factory Reset (if coming from other ROM, 4.0.3, or anything like that) (not needed from stock 4.0.2)
Wipe Cache
Install zip from SD Card
Reboot system (this may take a few minutes)
md5sum:
6df0181c7a9603c7f4aa3e05a2a8520d
Big thanks to @bigxie for answering my questions!
Screenshots: (even though its stock)
Your screenshots aren't coming through. Do you have a link to an imagehost?
Is this pure stock other than deodexed and busybox?
Must be pretty stable (which I like!)
Good luck with the new ROM!
Good work. I hope you make this ROM into something that sets it apart from the others! Good luck.
I like the remove usb debugging icon. i dont know if the other roms have it. (probably do) but good work I hate the stupid icon.
Sorry about the screenshots. Dropbox link kept failing. Attached them through the actual file so they work now. Not very nice questioning my dev abilities on behalf on dropbox link fails
rabaker07 said:
Your screenshots aren't coming through. Do you have a link to an imagehost?
Is this pure stock other than deodexed and busybox?
Must be pretty stable (which I like!)
Good luck with the new ROM!
Click to expand...
Click to collapse
This is built from the stock 4.0.2 .img with all additions being the ones in the OP. Got a few ideas of things to add down the road that Ill be working on/hopefully adding soon. Don't be afraid to try it out and let me know what you think!
zehkaiser said:
Don't be a jerk or anything...
But really, good work. I hope you make this ROM into something that sets it apart from the others! Good luck.
Click to expand...
Click to collapse
Thanks for the kind words and support! I'm still learning but hey, I gotta start somewhere. This is my start. Feel free to add input! It's always appreciated.
bpherbst said:
I like the remove usb debugging icon. i dont know if the other roms have it. (probably do) but good work I hate the stupid icon.
Click to expand...
Click to collapse
It's just a simple build.prop addition. I'm with you as well on hating the icon being there though which is why I removed it. Thanks for the feedback!

[ROM]|6-28-2012|Simple CM9|3.0 Kernel|

My new rom Glazed ICS is out so go and grab it and ENJOY. This rom will no longer be recieving features in fact i will be taking away useless stuf to make this a bareboned rom.
GLAZED ROM
Updated 6-7-2012 Scroll Down For Changelog. Scroll down for installing not included gapps (Like talk).
Hello Forum i would like to introduce a new rom called Simple CM9. As you can tell by the name this rom is special since it does not have all the useless items that most roms have. This rom is Sweet and To The Point. This is my first rom ever so give me a break if its bad. (Hope its not). I made this rom because i really enjoyed Takenover83 original cm7 bareboned rom, so i decided to make a ICS one, also because some people were requesting it in the original thread. Anyways enjoy your SPEEDY KINDLE.
Disclaimer - I am not responsible for any damage that is caused by flashing this rom or by modding this rom and flashing etc. I take no responsibility if your kindle breaks, bricks, sets on fire.
|Some of the features this rom offer are|
Super Fast Bootup (Should be working properly since last update)
Preloaded Gapps
Volume Slider in Notification
Extremely Good Battery Life
Great smooth performance
Modified build prop for more Play Store apps.
Custom Boot Animation
ABOUT 85MB <<<<<WOW
|Things that were removed.....| (Gonna upload a package later with all the items)
Some useless apps such as Voice apps
Removed a google search (Dont worry one is still there)
Removed all Live Wallpapers
Removed CM Wallpapers
Removed Androidian Theme
Removed alot of ringtones
Removed Alarm Tones
Removed Spare Parts
Removed lots of languages
Removed Facelock
Removed Default Android Videos
Removed Video Editor
Removed Google Talk
Removed Voice Search
Removed Nagging Setup Wizard (You can login to google account by going into the play store)
Removed News and Weather
Removed Bug Reporting and Feedback
Removed File Manager (Download a new one VIA Play Store)
Removed Download manager (Dont tap a file while downloading will crash browser)
Removed Developer Tools
Removed Terminal
Removed Superuser
Removed Trebuchet
Removed Google Search
Removed Gmail
Removed Email
|Bugs| (Of course every rom has to have bugs )
All of 3.0 Kernel Bugs
Any other bugs please report to me
To Flash this rom do the same as all other TWRP roms.
Wipe cache, dalvik cache, Factory reset, System
Then just flash this rom.
Well thats it for this rom.
WHAT..??? You say you want screenshots?
Video And Screenshots of updated rom will be posted in a day or two.
Thanks to all the people |Takenover83| For his original CM7 Bareboned Rom, Also to |Trojan38| For his vanilla rom as a source. A Big thanks to |Hashcode| without him this wouldnt exist. Whooh finally its over, now to the good stuff
|Downloads|
June 28th 2012 - Download
June 10th 2012 - Download
June 7th 2012 - Download
June 4th 2012 - Download
June 3rd 2012 - Download
|Changes|
June 28th
Removed A bunch More Stuff Look Up
Replaced Trebuchet with Apex, Much Lighter
Created a Custom Boot Animation For It
Lightened up the system now even faster
June 10th 2012
Updated to latest Kernel
Updated to latest CM9 Updates
Removed many of the options that were applied in the June 7th release.
Removed beats audio
Removed CRT tv lock
June 7th 2012
Updated To Latest 3.0 Kernel Thanks Hash
Added MANY options on customizing the system from settings
Updated Trebuchet
Added The SGT7 notifications options, etc.
Fixed the black boot up option (Should Boot Extremely Fast )
Updated CM9 since the last June 7th update.
Removed File manager, Downloads, Developer tools, TweakZV6 (Mainly because TweakZV6 Was just a Placebo)
Added old tv Lock Animation
Added Edge Swipe Navigation
June 4th 2012
Optimized the Speed Quite a Bit
Fixed Build.prop for gameloft games.
Fixed the Usb Storage Problem (Now Properly Mounts)
Added Beats Audio (Its a plus for anybody)
Added TweakZV6 For Optimal Performance
Removed The Remaining Live wallpapers
Removed a couple of Useless Apks such as Google Feedback, ETC
Took off the default adb settings due to inproper mounting
Renamed The Zip File
Sacrificed boot speed for System Speed <<< Sorry
June 3rd 2012
Initial Release
Gapps
If for some reason you need more of the gapps not included such as google talk and others download them from HERE. Note, Flashing these apps will slow down your system quite a bit.
Reserved For Future Use
Thank you for the new ROM, I hope you will keep up to date, many abandoned.
Repositories СM9 updated every day, but no one wants to collect the ROM (
do gameloft's games install in this rom? like gt racing, asphalt...
Cool
excited to try, nice way to start off Sunday morning. Will post any issues i find, or praises
Can you post screen shots of boot animation, the rom, etc
Sent from my Kindle Fire using xda premium
Put the following line in your build.prop
persist.sys.usb.config=mass_storage,adb
And the USB will work without having to go to Settings
nice work will try.Thanks for sharing.
joshuabg said:
Can you post screen shots of boot animation, the rom, etc
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
Will do as soon as i get home later.
Tony84 said:
do gameloft's games install in this rom? like gt racing, asphalt...
Click to expand...
Click to collapse
Whats weird is the graphics intense games like modern combat and ashpalt 6 work but other free gameloft games don't work. Ill see what i can do.
gedemis said:
Put the following line in your build.prop
persist.sys.usb.config=mass_storage,adb
And the USB will work without having to go to Settings
Click to expand...
Click to collapse
Thanks will update the rom later on.
gedemis said:
Put the following line in your build.prop
persist.sys.usb.config=mass_storage,adb
And the USB will work without having to go to Settings
Click to expand...
Click to collapse
It should be noted that this was recently added to the default prop in the kfire android (Hashcode's)
https://github.com/KFire-Android/device-amazon-otter/commit/3c69448cf98749305051be89fd3ea3562e19d95b
Should be the default behavior for most soon.
OP; always nice to see a stripped version, grats on the first release.
joshuabg said:
Can you post screen shots of boot animation, the rom, etc
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
the boot ani looks to be the one from the GNex smartphone
hey Hyperrunner,
Since nobody has reported any issues I assume it's a non-issue (at least with TWRP).
However, naming your ROM zip "Simple CM9.zip" with a space in the filename seems a little dangerous to me. You never know if all recoveries can handle spaces in filenames.
Huge fan of barebone type ROMs (esp. of the CM variety), so I loaded this one.
My System partition went from 244MB to 171MB. Bootup time for my KF went from 58 secs down to 35 secs.
Everything appears to be running smoothly ... not even a single hiccup to this point. Not much of a gamer, so I cannot comment on that aspect.
Was running the Vanilla CM9 ROM before this, so time and size comparisons are between that and this ROM. I also found the Vanilla CM9 to be very smooth in operation.
So far, it seems like the dev did an excellent job on this. Thanks, Hyperrunner.
twa_priv said:
hey Hyperrunner,
Since nobody has reported any issues I assume it's a non-issue (at least with TWRP).
However, naming your ROM zip "Simple CM9.zip" with a space in the filename seems a little dangerous to me. You never know if all recoveries can handle spaces in filenames.
Click to expand...
Click to collapse
Thanks for the notice will update that later on.
Also there are no problems for CWM since I tested it.
Sblood86 said:
It should be noted that this was recently added to the default prop in the kfire android (Hashcode's)
https://github.com/KFire-Android/device-amazon-otter/commit/3c69448cf98749305051be89fd3ea3562e19d95b
Should be the default behavior for most soon.
OP; always nice to see a stripped version, grats on the first release.
Click to expand...
Click to collapse
Sblood86,
Does this even work?
I might be missing something but I remember trying this with persist.adb.notify and putting it in default.prop and didn't work. I needed to have this property in build.prop to get it to work (so i ultimately put it in system.prop).
So to test I just did a full wipe and installed the latest vanilla rom.
However, in order to see the kindle as an usb drive I needed to go to Settings -> Storage and enable mass storage.
It seems it needs to be in build.prop...
twa_priv said:
Sblood86,
Does this even work?
I might be missing something but I remember trying this with persist.adb.notify and putting it in default.prop and didn't work. I needed to have this property in build.prop to get it to work (so i ultimately put it in system.prop).
So to test I just did a full wipe and installed the latest vanilla rom.
However, in order to see the kindle as an usb drive I needed to go to Settings -> Storage and enable mass storage.
It seems it needs to be in build.prop...
Click to expand...
Click to collapse
Yes. It works tested it but still need to fix a few things before a new upload. Probably tommorow.
Hyperrunner said:
Yes. It works tested it but still need to fix a few things before a new upload. Probably tommorow.
Click to expand...
Click to collapse
It works if persist.sys.usb.config is set in build.prop. But it does not work if it is just set in default.prop when building from source.
twa_priv said:
It works if persist.sys.usb.config is set in build.prop. But it does not work if it is just set in default.prop when building from source.
Click to expand...
Click to collapse
Seems like the code that gemedis posted earlier had adb enabled and kept the device from properly mounting. Got it all resolved though "persist.sys.usb.config=mass_storage" goes into the build prop.
Just wanted to say thanks to the dev....great, stable ROM, no issues so far, been browsing, played a game or two, nothing but smoooooooth riding. =D. make a RoM for the Motorola photon!!!!
sent via Tapatalk - buy it, tis amazing
processorsaurus said:
Just wanted to say thanks to the dev....great, stable ROM, no issues so far, been browsing, played a game or two, nothing but smoooooooth riding. =D. make a RoM for the Motorola photon!!!!
sent via Tapatalk - buy it, tis amazing
Click to expand...
Click to collapse
Thanks. I would make one if i had a one.

[ROM] *UNOFFICIAL* ShinyROM [AOSP 4.4.2] KOT49H (No mods, completely stock!)

ORIGINAL CREDIT TO BALDWINGUY77 OVER ON ROOTZWIKI. CHECK OUT THE ORIGINALi: http://rootzwiki.com/topic/36706-ro...a-like-stock-android-442-kot49h/#entry1031982
I'm only port to maguro.
Is a port from original rom no have base maguro only changes for use GSM networks
This ROM is Android Kitkat 4.4.2, build KOT49H. The ROM is built directly from source, that is, the Android source code published by Google available for download to all of us developers. The reason I say the ROM is "OTA-like" is because I make VERY few modifications to it, aside from the things that it takes to get the ROM working. I'll go into detail about those things below, but basically I just want the ROM to make your phone feel stable and shiny and new as if it has just received a new OTA update. That being said, it's clear that the landscape of Nexus devices is changing as new ones are released. Therefore, the other primary goal of this ROM is to keep our Galaxy Nexus as close to the modern Nexus design as possible. This means that I will also add in features that will still be stock, but will also make our phones as close to a current Nexus as possible.
As for how I handle the forum side of things, I'm always open to comments, questions, suggestions, requests, etc. I know that most of those things will often be in the form of criticism, but it's okay, I think I can handle it That being said, I do also have a life and am a college student, so I may not get to come on here ALL the time. I will check back as frequently as possible, and I'm hoping that you guys will help each other out as much as possible! Keep it friendly! So now for the details...
Features
Stock Android 4.4.2, build KOT49H
Source (AOSP) built kernel (boot.img)
(De)Odexed
Easily rootable (see information below)
G-Apps (GMail, Play Store, etc.) included in build along with Nexus apps
Stock browser replaced with Google Chrome
Shiny restart options - access them by holding down the power button and then long pressing on "Power Off"
All the crazy Google proprietary app stuff has been taken care off
Updated frequently
Everything works!
So what do I mean when I say "Everything works!"?
I'm sure by now you all know that when someone says that, it usually ends up not being true. This ROM is not an exception to that rule, but I can say that I've tested most of the things that would be expected to work in stock Android, such as...
WiFi Tethering (no subscription check)
Bluetooth streaming
Google account sign-in and auto-restore of apps and settings
Google Wallet
Location Services (pretty fast GPS lock in my area also)
Believe it or not, December is still a month!
Photosphere
Android beam
Photo editing with the new filters
Email
Exchange support
Like I said, the normal stuff (data, voice, hardware acceleration, etc.)
More things that aren't important enough to mention here - check out the changelog for a more comprehensive list
Installation Instructions (VERY IMPORTANT - Note: I use recovery-clockwork-touch-6.0.4.3-maguro)
ROM
pbls said:
By the way TWRP works with this rom.
Click to expand...
Click to collapse
1. Download the latest version of the ROM from the download post. (Also download any other files you will need to install, such as Chainfire's Superuser Root ZIP, the radios installation ZIP, the bootloader installation ZIP, etc.)
2. Put the file(s) you downloaded in step 1 on your phone's internal storage (sdcard).
3. Turn off your phone.
4. Boot into the bootloader of the phone by holding down both volume buttons and the power button simultaneously until you feel a vibration and see a large arrow that says "Start".
5. Use the volume keys to change the arrow until it says "Recovery," then press the power button to boot into recovery.
6. Because of differences in recovery types, I will make the following steps rather generic.
7. Wipe cache.
8. Wipe dalvik cache.
9. If you want to be 100% sure there are no problems, wipe data. If you are coming from another ROM or Android version, wipe data. If you do not wipe data and something goes wrong, repeat this process but wipe data - this step is not necessary if you are simply upgrading.
10. Flash the ROM
OPTIONALS:
11. Root: If you are rooting, flash Chainfire's SuperSU ZIP file - this step is not necessary if you were rooted on the previous build and are simply upgrading.
12. Mod's: If you like any mod you can install zip now
13. Change kernel: U can change aosp stock kernel. Tiny Kernel, Fancy Kernel, Dirty V, Franco Kernel, Mpokang kernel.
14. Reboot your phone, and enjoy!
Toro XDA Thread: http://forum.xda-developers.com/showthread.php?t=2508073
CHANGELOG:
1/12/2014
First Release port on base aospa beta3
1/20/2014
Port 1:1 toro build
Fix panorama preview
2/04/2014
Fix root troubles
DOWNLOADS:
LAST VERSIÓN:
ROM 02/04/14
Mega
Link 1 Google Drive
Link 2 Google Drive
OLD VERSIONS :
ROM 1/20/14
Mega
ROM 1/12/14
Google Drive
Mega
MODS:
Universal Mod's:
AOSP BROWSER: Change Chrome for STOCK browser.
AOSP Mms.apk: Install on system aosp mesaje apk
DPS Manager: Add Cyanongen DPS Manager.
MOD's to 012014:
Return to Stock:
BACK TO STOCK Returns you to the stock version of the ROM by removing SystemUI and framework-res mods.
Return to ShinyROM Kernel: Returns to Original Shiny Kernel
Tweaks & Look:
36 DPI Nav Bar: Reduces Nav Bar to 36 dpi
Battery Percent Grey
More mod in this url: http://shinyrom.goofball.org/?dir=012014/toro/Mods/inmanster
No GApps "Add-on" Zip
Some people don't like the way ShinyROM includes its own GApps. Flash this zip directly after the ROM and it will strip out most of the included GApps so that you may use the preferred GApps of your choosing. This will leave the core GApps (Store, Services, etc.) as well any others required for basic functionality (Keyboard, Camera, Launcher, Dialer, etc.) since there are none of the AOSP counterparts included.
[ Attachment removed - new version up in Official thread ! ]
This is something what I wanted. Love stock(ish) ROMs.
Sent from my Galaxy Nexus using Tapatalk
Drive disabled here, please upload to Dropbox (direct link support) or any other mirror Thanks.
Could someone upload to XDA or Mega?
That's what we have been waiting for! Although Google left us, I wanted our device to be up to date with "stock" ROM. Thanks!
Sent from my Galaxy Nexus using Tapatalk
can someone re-upload somewhere? too many users downloaded from google drive and we're out
If you like, I will upload to my server. Gimme a short feedback.
Best regards, PlusOne.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
can i install the rom by twrp or cwm is obligatory?
I can't download becouse there are too many users trying to get it... please upload on other server
Sorry, you can not view or download this file at this time.
There are too many users who visualized or downloaded this file recently. Try again later access. If the file you are trying to access is particularly large or is being shared by many people, you may tarry up to 24 hours to view or download. If after 24 hours you still can not access the file, please contact your domain administrator.
So did anyone actually manage to download and flash this yet? I'm without Wi-Fi for a couple of days.
osm0sis said:
So did anyone actually manage to download and flash this yet? I'm without Wi-Fi for a couple of days.
Click to expand...
Click to collapse
Not so far... Tried a few minutes ago. Still nothing.
I guess those who ended download tickes flew away :laugh:
It would be great if someone could upload it to Mega.. Thanks!!
(Tried to add it to my Drive too but it keeps giving me problems...)
New link to mega in second post :good:
I liked the ROM, simple and quick. Thank you.
Fantastic job....
Inviato dal mio Nexus 5
Shiny rom,blazzing fast,going to test battery for a few days and post feedback.Thank you sir.By the way TWRP works with this rom.
Finally ROM based on stock without modifications. Will try this
Anyone tried this ROM with mpokang kernel?
@Sesme
osm0sis said:
Amazing! Been hoping someone would do this for awhile! Really looking forward to trying it out!
It mentions SystemUI and framework-res mods over stock; what are they, like completing the white KitKat look? (I hope so!)
Click to expand...
Click to collapse

Categories

Resources