[RECOVERY][TOOL][ZIP] Recovery Switcher! [7.19.13] - Sprint Samsung Galaxy S III

Code:
[B]
#include <android/noob.h>
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
[/B]
I switch between recoveries often, and that's a problem. CWM has nice options, but I like some TWRP features at the same time.
Hence:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This zip is AROMA Installer enabled, so it gives you the option to install 3 recoveries, TWRP, CWM, or CWM Touch.
No more need to store a bunch of flashable zips to switch recoveries (no offense to @Naddict, because his flashable zips are awesome!)
All with the help of a nice UI called AROMA Installer so that you have the option to choose recovery at runtime.
Features
Choice of 3 recoveries to install at runtime
Option to "reboot recovery" after the new recovery is flashed
Customized recovery choices available upon request!
Thanks/Credits to:
Dees_Troy - TWRP
koush - CWM
koush - CWM Touch
amarullz - AROMA Installer
NOTE: Flashable zips with customized recovery choices are available on request if there's a specific version you prefer

Downloads, Changelog, and Instructions
Changelog:
7.19.13
Updated TWRP to 2.6.0.0
Updated AROMA installer to 2.7.0B6
5.12.13
Code improvements
5.11.13
Initial release - v1.0
Included TWRP 2.5.0.0
Included CWM Touch 6.0.3.1
Included CWM (regular version) 6.0.3.1
Downloads:
All versions can be found in this folder.
Version 1.0 HERE
Version 1.1 HERE
Version 1.3 HERE
Instructions:
Download the zip and place it somewhere you will be able to find it
Boot into recovery (Power off and Home+VolUp+Power, or choose "Recovery" from your custom reboot dialog after choosing "reboot" from power off menu)
Go to the install menu and select the zip you downloaded
Wait for AROMA Installer to open up and then choose one of the three recoveries to flash
Select whether you want the mod to reboot into your newly flashed recovery. Box checked = reboot into new recovery after flash, unchecked = do not reboot into new recovery after flash

Just in case.

This looks sweet!
-Don't drop me!

This is fantastic. Thanks man.
D

No problemo guys :thumbup:
Like I said in the OP, if you want me to add/remove recovery choices and make a custom one for you, just let me know

Sweet. Excellent post!!

timmetal6669 said:
Sweet. Excellent post!!
Click to expand...
Click to collapse
Thank you kind sir

I freaking love it. I think this is the best thing I've ever used and will continue using. You the man
Sent from my SPH-L710 using xda premium

what the hell.....SWEET....this is to koool!
Serious thanks. You did real good. I agree, this is best post in months.

Lol. I didn't think there would be such a wave of appreciation for this.
But you're all VERY welcome

:good: Nice work man.

Absolutely a great way to think outside the box OP. Awesome work my man :thumbup::thumbup::thumbup:
Sent from my SPH-L710 using Tapatalk 2

agentphantom said:
Absolutely a great way to think outside the box OP. Awesome work my man :thumbup::thumbup::thumbup:
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Thank you :thumbup:

What a fantastic app good sir:thumbup::thumbup::thumbup::thumbup::thumbup::thumbup:
Sent from my SPH-L710 using xda app-developers app

This will make troubleshooting others problems so much easier! How are you installing the recoveries? Are they done using naddict's flashable zips? How difficult would it be too add preview versions of twrp and cwm?
Sent from my SPH-L710 using xda app-developers app

Siiiiiiiiiiiiick......

topherk said:
This will make troubleshooting others problems so much easier! How are you installing the recoveries? Are they done using naddict's flashable zips? How difficult would it be too add preview versions of twrp and cwm?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
I'm doing it the same way boot.img's are flashed, by extracting the .img file to /dev/block/platform/msm_sdcc.1/by-name/recovery which is the symlinked to /dev/block/mmcblk0p18, AKA the recovery partition. If that's how he does it, then yes, but I haven't bothered to look honestly
And as long as thr .imgs are provided, no it would not be hard at all, PM me if you want a custom one
EDIT: To get more detailed, its actually a very simple setup.
If you look inside the zip, you'll see a "recovery" folder
The aroma installer saves your recovery selection to /tmp/aroma-data/recovery.prop like this:
Code:
rloc=<recoveryName>.img
The updater script reads in the value of rloc, and does this:
Code:
package_extract_file("recovery"+file_getprop("rloc", "/tmp/aroma-data/recovery.prop"), "/dev/block/xxxxxxx")
So thr updater script doesnt actually know what its flashing...it just extracts that path in the package to the recovery partition

Updated to v1.1
5.12.13 - v1.1
Code improvements

Nice work. Especially since different recoveries seem better suited for different roms and this makes switching on the fly even easier.
Sent from my Nexus 7 using Tapatalk 2

Related

TWRP 2.1.2 for the Hercules!

TeamWIN has released TWRP recovery for the Samsung Hercules!
For those who do not know, TWRP is a touchscreen, GUI based recovery, akin to CWM touch.
Credits to the people who put the CWM flashable zip together:
IMPORTANT NOTE: Backups/nandroids made with CWM do NOT work with TWRP. I would suggest installing the recovery while on a stable rom (Gingerbread), making a backup, then installing the ICS roms.
TWRP is also themeable - search around for TWRP 2.X themes and you will find plenty.
To use themes, rename the zip file to ui.zip (if it doesn't already have that name) and place it in /sdcard/TWRP/theme [create the directory if necessary].
If you're looking for a great ics theme, check out my theme at the bottom of the post [based on this.
[Studies show that this does NOT cause bricks. Any bricks that were caused were found to be due to user error/that leaky ICS skyrocket rom. However, as always, exercise caution when flashing roms/kernels/modems/etc...]
[Further, this recovery seems to work as well or better than CWM Touch or standard CWM for flashing AOSP roms (CM9/AOKP). If you plan to flash one of those, you would be better off using this recovery.]
[With this recovery, it does not seem to be necessary to use Darkside Super Wipe/Fix Permissions script. The built-in wipe/fix works just as well.]
Project Page: http://teamw.in/project/twrp2/101
Screenshots of the default theme:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
______________________________________________________________
DOWNLOADS
ICS Theme
v1: Download ICS theme v1
Latest Version
TWRP 2.1.8: Download TWRP 2.1.8
Older Versions
TWRP 2.1.2: Download TWRP 2.1.2
What is this :-/
Sent from my Galaxy SII T-mobile using xda premium
SWEETness. i like this recovery a lot more than clockwork mod.. at least the versions i used on the HTC sensation 4g
my favorite recovery was 4EXT or something like that, but team win makes a good one
BTW,
this works on our device, just change the first line of the update-script file to this:
assert(getprop("ro.product.device") == "SGH-T989" || getprop("ro.build.product") == "SGH-T989" || getprop("ro.product.board") == "MSM8660_SURF");
(or just erase the whole first line)
thanks for sharing!
frescoraja
EDIT:
it's pretty awesome, a touch screen GUI recovery with a lot of options CWM doesn't have.. just make the edits to the update-script like i said above, rezip it, flash it ! sorry i can't post screenshots, no camera besides my phone!
Cool not to familiar with updating scripts so I guess I will wait.
GS2 flying with NexusMod
frescoraja said:
SWEETness. i like this recovery a lot more than clockwork mod.. at least the versions i used on the HTC sensation 4g
my favorite recovery was 4EXT or something like that, but team win makes a good one
BTW,
this works on our device, just change the first line of the update-script file to this:
assert(getprop("ro.product.device") == "SGH-T989" || getprop("ro.build.product") == "SGH-T989" || getprop("ro.product.board") == "MSM8660_SURF");
(or just erase the whole first line)
thanks for sharing!
frescoraja
EDIT:
it's pretty awesome, a touch screen GUI recovery with a lot of options CWM doesn't have.. just make the edits to the update-script like i said above, rezip it, flash it ! sorry i can't post screenshots, no camera besides my phone!
Click to expand...
Click to collapse
Anyway u can upload it for us with those scripts updated
GS2 flying with NexusMod
It is just a text file you can edit it in NotePad called update-script.. I am not sure what the rules are regarding me posting a link to it, but i can PM you a link to the flashable zip i made.
Sent from my SGH-T989 using XDA
frescoraja said:
It is just a text file you can edit it in NotePad called update-script.. I am not sure what the rules are regarding me posting a link to it, but i can PM you a link to the flashable zip i made.
Sent from my SGH-T989 using XDA
Click to expand...
Click to collapse
Can u send me the link also please
Sent from my SGH-T989 using Tapatalk
hey so all I have to do is find the update script and unzip it and open in notepad on my pc? Then I can copy and past that line you put up in your post? Then just rezip it?
Download edited zip file below. Just remove the 2 from the filename so it is
...signed.zip
.. cool , just download kracker's zip
TWRP for T989
BTW its pretty effing amazing.
Be careful with this guys, it's bricked a couple skyrockets already!!!
xcrazydx said:
Be careful with this guys, it's bricked a couple skyrockets already!!!
Click to expand...
Click to collapse
You sure it wasn't user error that bricked skyrockets?
starskyrob said:
You sure it wasn't user error that bricked skyrockets?
Click to expand...
Click to collapse
No, I'm not sure, but from the description of what they did it seems like there could be a problem with the recovery. Check out the skyrocket thread. If it is found to be user error I will remove the false alarm
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
TWRP Pulled the files from the market and their downloads.. This recovery can and will cause bricks..
Here's a picture of what happens... After using reboot to recovery in twrp recovery, phone reboots & walla, phone is bricked and shows up as QHUSB_DLOAD.
To bad cause this thing is awesome.
Sent from my SAMSUNG-SGH-T989 using XDA
use Rom Manager to flush latest non touch CWM
romgorz said:
use Rom Manager to flush latest non touch CWM
Click to expand...
Click to collapse
wtf are you talking about?
He's saying if you flash TWRP, to use Rom Manager to flash back to CWM.
TerrorCandii™ Gaming uses
Juggernaut5.0/Streamline kernel
Cwr all the way. Why try somethig else when i have somethig works fine
Sent from my SGH-T989 using xda premium

[TOOL]Team Sonic - Modem Flasher For All v1.5.0 |09-20-12| [TOOL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Sonic Presents...​
Modem Flasher Tool v1.5.0
Alrighty. Took a bit of time but i finally got it. With all the commotion about some modems working better than others and many users like to change their modem a lot, i decided to create a easy to use, noob friendly, Modem Flasher.
Features:
Code:
[LIST]
[*]Flash Any Modem For The Sprint Galaxy S3
[*]Modems Supported are LEN, LF9, LG2, LG8, LI3
[*]Uses Unique Aroma Installer
[*]Touch Based Installer :)
[*]Works on ANY ROM Stock, Custom, ect.
[*]Open for everyone :D
[/LIST]
With all that out of the way here are the download links:
DOWNLOADS​
Code:
[CENTER]Modem Flasher v1.5.0 09/20/12
[URL="http://sashimi.synmonger.com/Clark44/ModemFlasher/Sprint/ModemFlasher-FreeGS3v1.5.0.zip"]Direct Download[/URL]
Modem Flasher v1.0.0 8/05/12
[URL="http://goo.gl/jVxdt"]Direct Download[/URL]
[URL="http://goo.im/devs/Clark44/ROMS/FreeGS3/ModemFlasher/ModemFlasher-FreeGS3v1.0.0.zip"]Goo Download[/URL][/CENTER]
**You may not use or distribute my tool on another ROM without my permission. I am very open about sharing. Just ask **
This tool was originally built for FreeGS3 but i decided to make it official and public since it works on any and every ROM for the Sprint Galaxy S3 ONLY.
*****How to video by QbKing:*****
qbking77 said:
You the man!
For those that need it, here is how to use this tool:
http://www.youtube.com/watch?v=fCXaQ2Xl6sY
Click to expand...
Click to collapse
FreeGS3 USERS! No need to download from here, simply open the UpdateMe application and choose "Modem Flasher Tool", download the latest version and flash away ​
U the man Clark
Sent from my SPH-L710 using xda premium
Worked perfectly. Thank you for this.
Sent from my phone.
I know you said any and evey ROM but just for clarification does that include AOSP ROMs or just stock ROMs?
Lolanerd said:
I know you said any and evey ROM but just for clarification does that include AOSP ROMs or just stock ROMs?
Click to expand...
Click to collapse
includes AOSP roms
amazing nice work!!!!! but aroma doesnt play that nicely with CWM just a heads up for everyone
jamcar said:
amazing nice work!!!!! but aroma doesnt play that nicely with CWM just a heads up for everyone
Click to expand...
Click to collapse
This will work perfectly with CWM. Latest version of course.
clark44 said:
This will work perfectly with CWM. Latest version of course.
Click to expand...
Click to collapse
(at least with ROMs) the aroma script can get stuck where anytime the aroma installer is called it can use the stuck script. so when the updated script comes out then the old one might still get called
EDIT: what is the latest on our phone? do we have CWM 6 yet?
You, sir, are a great man!
jamcar said:
(at least with ROMs) the aroma script can get stuck where anytime the aroma installer is called it can use the stuck script. so when the updated script comes out then the old one might still get called
Click to expand...
Click to collapse
My ROM FreeGS3 uses Aroma installer and runs perfectly without getting "stuck". Never heard of that happening before.
clark44 said:
My ROM FreeGS3 uses Aroma installer and runs perfectly without getting "stuck". Never heard of that happening before.
Click to expand...
Click to collapse
THIS ROM DOES NOT AND WILL NOT SUPPORT CWM. IF YOU ARE ON CWM RECOVERY PLEASE INSTALL TWRP RECOVERY.
got that from your ROM page
i dont believe it happens with TWRP, it hasn't been reported on TWRP but it has with CWM. it wasn't on this device so it could be device specific
EDIT: it might be best to warn user that it has been reported before and if something uses the aroma installer that they should greatly consider using TWRP instead
EDIT(again): im not trying to start a fight or anything. i am just trying to report to you things that has happened before
jamcar said:
THIS ROM DOES NOT AND WILL NOT SUPPORT CWM. IF YOU ARE ON CWM RECOVERY PLEASE INSTALL TWRP RECOVERY.
got that from your ROM page
i dont believe it happens with TWRP, it hasn't been reported on TWRP but it has with CWM. it wasn't on this device so it could be device specific
EDIT: im not trying to start or anything. i am just trying to report to you things that has happened before
Click to expand...
Click to collapse
I'm pretty sure that statement was in regards to the OpenRecoveryScript for UpdateMe...which is in his rom.
Sent from my SPH-L710
jamcar said:
THIS ROM DOES NOT AND WILL NOT SUPPORT CWM. IF YOU ARE ON CWM RECOVERY PLEASE INSTALL TWRP RECOVERY.
got that from your ROM page
i dont believe it happens with TWRP, it hasn't been reported on TWRP but it has with CWM. it wasn't on this device so it could be device specific
EDIT: it might be best to warn user that it has been reported before and if something uses the aroma installer that they should greatly consider using TWRP instead
EDIT(again): im not trying to start a fight or anything. i am just trying to report to you things that has happened before
Click to expand...
Click to collapse
eao1991 said:
I'm pretty sure that statement was in regards to the OpenRecoveryScript for UpdateMe...which is in his rom.
Sent from my SPH-L710
Click to expand...
Click to collapse
Took the words right out of my mouth ^^
Thanks for this Clark44 :thumbup: works flawlessly with the latest TWRP, on AOKP 7.28, and fast too!
Sent from my SPH-L710 using Tapatalk 2
Which modem should we be using? Im on lg8.
mrg02d said:
Which modem should we be using? Im on lg8.
Click to expand...
Click to collapse
There really isn't a specific answer to that. Choose whichever modem works best for you and the area you're in. I tried LG8 but it wasn't as reliable for me as LG2. The best thing would be to test each one out for at least a day or two.
Sent from my SPH-L710
Great mod!
Thank you for putting this out here!!
Please give Clark a donation
All, not that I am a beggar by any means, but please donate to Clark, he needs it..trust me when I say this...Behind the scenes, he is buying equipment to continue his development. The donation go towards this. Thanks (and I too have donated)...:highfive::highfive::highfive:
Click Here > http://forum.xda-developers.com/donatetome.php?u=3885544
thanks!!
Just want to say thanks Clark for the hard work that you have done im using your sonic Rom and its a bad ass Rom now im about to download this modem flasher and hopefully see better reception and data speeds thanks again and keep up the hard work!
#49ers yeeee <Bay Area>
Awesome!! Will get a video going tomorrow

[ROM][4.3][JLS36G]Unofficial AOKP vs IceColdJelly[Build1.5][06/10][Halo2.0][IR]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here we have my version of AOKP....
For any of you guys that have had a HTC device you will have more than likely heard of
IceColdJelly by LorD ClockaN
Well this is IceColdJelly but compiled for the Galaxy S4... LorD ClockaN has very kindly let me use his github... its got nothing else added yet, but I will be looking at adding more features as and when I can.... ​
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Code:
ICJ Build 1.5
AOKP updates
Added Notification Behavior
Updated Keyboard so it looks better in Dark AOKP
ICJ Build 1
Initial release.....
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Whats Not Working?
You tell me...
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PLEASE NOTE THAT YOU NEED CWM 6.0.3.3 OR LATER TO BE ABLE TO FLASH THIS ROM... OTHER RECOVERIES MAY WORK, BUT I AM ONLY RECOMMENDING CWM!
If you post in the thread saying you've tried to flash with the wrong recovery and it doesn't work correctly you will be publicly ridiculed for not reading the OP and for basically being a Muppet....You have been warned
1. Download rom ... Duh! and then Gapps
2. Put rom on SD card
3. Make sure you have latest Gapps on there too
4. Make sure you have recovery installed (The latest Official CWM is recommended... at least 6.0.3.3... look here for latest http://www.clockworkmod.com/rommanager)
5. Factory Wipe/Data Reset, Wipe Cache and Wipe Dalvik Cache, then go to mounts and storage and format system
6. Flash Rom...
7. Some have suggested you have less issues if you let rom boot up before you flash Gapps... I'll leave that up to you
8. Flash Gapps
9. Some like to wipe caches again... If you normally do that, then do it
10. Reboot
11. Enjoy the Rom...
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Download the Rom Here
I've linked to the Slim Gapps as they seem to work best with the Dark AOKP feature...
Download the Gapps Here
Github Here and Here
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is the thanks bit now... firstly, my main inspirations...
Benjamin.j.Goodwin - for being an absolute star and probably one of the nicest devs out there, giving me pointers and always helping when I need it
Shingers5 - for his tireless testing, ideas and generally keeping me on my toes... and of course being a legend
Thanks also goes out to
Massive thanks to @LorD ClockaN for his help when compiling this and letting me use his github of course
AOKP Team
CM Team
DutchDanny - for getting me started and being patient with me while I was asking silly questions
BinDroid Team for loads of help when I first started
XDA for just about everything else
Finally my girlfriend for putting up with me being sat on here for hours on end lol
If you think you need to be thanked, just let me know
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Future Updates - READ THIS!
By providing this ROM I am not guaranteeing that future updates will follow. Due to limits on my time and the fact I have multiple devices I need to keep updated it isn't possible for me to continue providing ROM updates indefinitely. Please do not be under the assumption that future releases will be available (I don't want you to be disappointed!).

			
				
Try Our Banners
Nice thread
For those of you that are going to ask about battery life...... and thats with nearly 2 hours screen time
[vertigo] said:
For those of you that are going to ask about battery life...... and thats with nearly 2 hours screen time
Click to expand...
Click to collapse
Wow...
Nice going to try this now thanks Vertigo
waiting for this!..tryed some betas days ago and is amazing!
thanks Vertigo and Lord
So far so good! Nice and smooth!
Would it be possible at some stage to add disable hw button lights? Right now I have to use a script and then another program to run it at startup because cm kernel don't support init.d
Awesome rom! Would be cool of you could include the gesture unlock that is in your latest Pac Build.
Sent from my GT-I9505 using XDA Premium 4 mobile app
exxpired said:
So far so good! Nice and smooth!
Would it be possible at some stage to add disable hw button lights? Right now I have to use a script and then another program to run it at startup because cm kernel don't support init.d
Click to expand...
Click to collapse
No support init.d? Find that hard to believe.
When i download it says download complete instantly. Something wrong here haha
Never mind It's ok with stock browser on slim bean. Was just while using boat browser i got The issue
Sent from my GT-I9505 using Tapatalk 4
does this have notification behavior settings?
I can turn off the light as the capacitive buttons?
boterkaaseneieren said:
No support init.d? Find that hard to believe.
Click to expand...
Click to collapse
not what this says
exxpired said:
not what this says
Click to expand...
Click to collapse
If you put this file on /system/etc/init.d/ with perms you'll get an initsupport.txt file under /data and see that init.d works.
https://app.box.com/s/5ct52rshou552m9m0i9v
I'm not sure about the app you mentioned,it push an init.d file named testinitd with only 6 0 0 as perms (?) that attempt to write an initsupport.txt file under /storage/emulated/0/.
I can't really say about perms and the way is named the file,maybe it's ok with only rw- --- --- and no numbers as prefix but from my little tests with my own init scripts I can't get anything written to sdcard either.
Dunno I'm pretty new on this device maybe it's the way sdcard is mounted (its path but probably not as the same script works with script manager) on cm based rom or init.d process is too early for sdcard to be mounted but init.d works.
Going to try this
DuckMcQUack said:
Going to try this
Click to expand...
Click to collapse
Cool... Let me know what you think...
Sent from my GT-I9505 using XDA Premium 4 mobile app
Looks nice . Will give it a try
Echoe by an i9505
Roms been running great since yesterday morning. Great job Vertigo!!!
Sent from my SGH-I337 using XDA Premium 4 mobile app

[ROM] [4.4.x] CyanFox Rom [OFFICIAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credit to @vedantgp (me!)
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
CyanFox features:
- Dark UI mode
- Paranoid Halo notifications
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/cm-1110/kernel
Email us at: [email protected]
Download at http://www.cyanfox-rom.com/downloads/
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Help us out!
http://forum.xda-developers.com/donatetome.php?u=5302565
Our current build server:
- 96 GB RAM
- 24 Cores
- 960 TB HDD
Credits to:
Mantas Zilius [MNT]
http://www.cyanfox-rom.com/
https://plus.google.com/u/0/communities/103538505102439103284
Wanna Help?
We need help from designers to help us make our logo and other elements. If you are interested, please follow the link below, made by my friend SystemErrorOne
http://forum.xda-developers.com/showthread.php?t=2484228
​
Instructions for Installation
[May vary on firmware, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file and GAPPS from http://cyanfox-rom.com/downloads/
2. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Down while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
If upgrading from a previous version or switching from CM11
6a. Dirty flash
6b. Flash Gapps
7. Wipe Cache
8. Reboot and enjoy
Screenshots​
Images are courtesy of @varben
Version numbers subject to change due to OS version
FAQ
"Omigod I'm stuck in a bootloop!"
Code:
Don't panic. Just factory reset and try again...
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
"I accidentally wiped everything including the internal SD and i don't have an SD card!"
Code:
adb sideload
"Where can i report bugs?"
Code:
Device specific bugs go to the CyanogenMOD maintainer. Overall bugs come to us
Feel free to post though to see if there is a quick fix, or a workaround
"What does the fox say?"
Code:
ring-a-ding-ding-ding-ding-a-ding
"Why isnt there more FAQ?"
Code:
Not alot of people have encountered issues beyond this... They have been fixed btw...
wow the first one. downloading now and hopefully this one will work report back later
It doesnt have paranoid android right ??
Zaamnwhodat said:
It doesnt have paranoid android right ??
Click to expand...
Click to collapse
the hybrid setting have been merged, and it shall be included in the v1 release (SOON). it took some time to add it correctly, since it just wasn't perfect (code issues), it would've worked, but decided not to add it until perfection had been achieved.
we did, and its coming soon...
bbrita said:
wow the first one. downloading now and hopefully this one will work report back later
Click to expand...
Click to collapse
nice, i love feedback! and if you could include screenshots, it would be nice.
vedantgp said:
the hybrid setting have been merged, and it shall be included in the v1 release (SOON). it took some time to add it correctly, since it just wasn't perfect (code issues), it would've worked, but decided not to add it until perfection had been achieved.
we did, and its coming soon...
Click to expand...
Click to collapse
Alright well then im about to give it a try :good:
I'll give it shot once v1 becomes available thanks!
Sent from my SPH-L710 using xda app-developers app
MarkEv0 said:
I'll give it shot once v1 becomes available thanks!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
nice, no eta, but im guessing around two weeks
No feedback yet?, I will flash now & report back
×Rebel Nation×
Always looking for something new to flash thanks i cant wait to try it out
So far so good for me, no FC, smooth, simple, data right out the box, MMS works, overall deff a daily driver , great work to all the devs who contributed to bring this ROM to us
Sent from my SPH-L710 using Tapatalk 4
Looks very, very nice..
------------------------
Sprint Galaxy S3
Stock - Whiplashh Rom - MIUI - Wicked Sensations
Hit that "Thanks" Button if I helped you!
Here goes nothing..... flashing away. Will report any issues.
Update dirty flash put this in boot loop (I know better just do it to test).
Clear data clean install and this runs great going to give it a test drive around the city today. I'll update later however so far this is great!
Wow! Definitely wanted a upgrade to 4.3 from 4.1 was using as DD but have to say very impressed. My DD has more customization however this is awesome straight out of the box.
Can't wait to see how it is off WiFi and around the city that even sprint techs say our coverage sucks.
Thanks!
This looks promising indeed.
Sent from my SPH-L710 using xda app-developers app
it has been tested thorougly and has been confirmed stable enough to be a daily driver.
Parkourkid93 said:
So far so good for me, no FC, smooth, simple, data right out the box, MMS works, overall deff a daily driver , great work to all the devs who contributed to bring this ROM to us
Sent from my SPH-L710 using Tapatalk 4
Click to expand...
Click to collapse
yeah, credits go to: http://www.cyanfox-rom.com/about/
http://www.cyanfox-rom.com/2013/10/06/big-changes-comming/
:highfive: Congratz & Thanks :highfive:
I'm assuming 1.0 will be 4.3.1? Going to flash this in a few see how it rolls.
Sent from my SPH-L710 using Tapatalk now Free

[ROM][AROMA][4.4] KitKat KangBang v1.0.3 [Nov, 13 2013]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
AROMA Installer (currently compatible with T-Mobile GS4 and i9505)
Includes option to install Chronic Kernel or Ktoonsez Kernel
Based on Android KitKat 4.4 (CM Source compiled by albinoman887)
A touch of Axura™
Uses Samsungs media profiles for betters pictures
AdBlock Hosts File by BSDgeek_Jake
Stock AOSP experience
Android RunTime (ART)
Screen Record
More to come! Speed improvements & more mods This is the FIRST release.
IR Blaster Doesn't Work
Roation sometimes gets stuck (Exit app, and re-launch for now)
Enable ART
Enable ART by going to Settings > About Phone > Repeatedly tap on Build Number until it says "You are not a developer!"
Then go to Settings > Developer Options > Select Runtime > ART > Reboot
The next boot will take up to 10 minutes! Maybe more! Wait!
Google
CyanogenMod
BSDgeek_Jake
albinoman887
Jamison904
ktoonsez
Select Dirty Flash in Aroma!​​
FAQ​
Reboot Recovery
Turn Off Device
Hold Volume Up + Home Button + Power Key until you see blue text at the top left of the screen.
Reboot Download Mode
Turn Off Device
Hold Voume Down + Home Button + Power Key
How To Flash
Place the rom .zip
Reboot into recovery
Wipe Data/Factory Reset
Select "Install zip"
Select the rom .zip
Nvm..... Lol
Sent from my SGH-M919 using Tapatalk
I am downloading now
M919 running Virgin GP ed. ROM
Where is the download link?
Sent from my SGH-M919 using XDA Premium 4 mobile app
Kitkat Gangbang?
Totally downloading this.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Can you elaborate on the Samsung media profile for better pictures? How do you change it exactly?
Sent from my AOSP on Grouper using Tapatalk HD
Amazing ROM, fast, stable, no fcs. Wow.
Only issue is that root is broken. I flashed this on my phone and my girlfriends phone, neither one has root access. Apart from that everything is perfect
Super user root access?
I'm having problems with the super user not sure how to fix it I tried root checker as well wasnt working any suggestions?
Maybe install SuperSU
Sent from inside the time vortex
johnadelic said:
Maybe install SuperSU
Sent from inside the time vortex
Click to expand...
Click to collapse
man I tweaked hard I figured it out thx just one more question does anybody know why it keeps saying when I try to install from the sd card there was a problem parsing the package?
gamepr said:
Where is the download link?
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Not sure if you figured out out. You need to view the forum on the web and click the download image. Btw, you can't have adaway running when you try and download it from media fire.
Sent from inside the time vortex
If root is broke how would we reroot I would live to try this but nervous if broken root..
Sent from my SGH-M919 using xda app-developers app
tonyespo99 said:
If root is broke how would we reroot I would live to try this but nervous if broken root..
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
Like its been said before try installing su again
Sent from my SGH-M919 using XDA Premium 4 mobile app
is the base of this the new albino build? 11/13?
Tak23 said:
I'm having problems with the super user not sure how to fix it I tried root checker as well wasnt working any suggestions?
Click to expand...
Click to collapse
Flash the latest supersu. Then open the app and uncheck "Respect CM root settings".
During the installer
"wiping procedure.... The full wipe method
Format() expects 5 args, got 4"
Then stops and i click next and it then finish. it reboots back into my old rom.
Tak23 said:
man I tweaked hard I figured it out thx just one more question does anybody know why it keeps saying when I try to install from the sd card there was a problem parsing the package?
Click to expand...
Click to collapse
This installation error happens in the other KitKat ROM out right now too. Solution for now was to move the apk you want to install to the internal memory (sdcard0) and then it should install without the parse error.
Uses Samsungs media profiles for betters pictures
Does this actually make a difference ??
I wish there would be a way to port samsung camera app into this would make it just perfect But I'm sure that will take lots and lots of work maybe one day
Question:
What does the boot animation look like? Is it the cyanogenmod one or is it the google dots. I did a dirty flash and im not sure what has stuck. Ive been sitting at the google dots for about 5 mins now. (had google edition 4.3.1 installed prior)

Categories

Resources