This is a Mod I did for CM10
It will enable the on screen navigation soft keys. it will also disable the capacitive buttons AND the home button.
I used the Framework-res.apk from the CM 10 Preview 6 build.
This will NOT disable the capacitive lights, just the keys themselves. To disable the lights go to settings -> Advanced -> Screen and uncheck "Backlight"
Why did I do this mod?
Well, I really liked the on screen nav buttons on the GNEX. At the time I had the Galaxy S II and enabled them with AOKP but as much as I liked them I hated losing the screen real estate on the 4.3 inch screen. When I got the GS3 I felt the screen was big enough to give up a little screen RE for the nav buttons. I also did it because when I play games or hold my phone in landscape I would accidently hit the capacitive buttons so this mod also eliminated that for me
EDIT: Member NemesisRE Has posted a way to universally do this on CM 10 and other roms! Taking this mod a step further and making it easy on me so I wouldnt have to do the mod every time the CM 10 FW changed:
From NemesisRE's post(http://forum.xda-developers.com/showpost.php?p=29677762&postcount=98)
Based upon the work of graffixnyc and labbe- I made a Script that searches for the entries and changes them. All other entries (if there are others) are not affected!
Script doesn´t need BusyBox binary so its a very small Package. No Framework-res.apk is added so it should be universal.
Please make a Backup before you try this! And report if working!
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
NAV_Only: none of the hardware keys are enabled (except Volume and Power)
NAV_HomeWake: Home button wakes device but has no other function
NAV_HomeCamera: Home button opens Camera and takes Pictures but has no other function
NAV_StockKeys: Functions as normal but with on Screen Navbar
NAV_Remove: Removes the mod
Install Instructions:
- Boot into recovery
- flash with CWM
- reboot
This should work on any device with the same keybindings:
Code:
Code:
key 172 HOME
key 158 BACK
key 139 MENU
In the this files:
Code:
Code:
/system/usr/keylayout/sec_touchkey.kl
/system/usr/keylayout/gpio-keys.kl
Code:
Code:
#include <std_disclaimer.h>
/*
* 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 Mod
* 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. Hard. A lot.
*/
Cheers
Steven
DISCLAIMER: I am NOT responsible for your device. Use at own risk. If your device gets bricked its not my fault or responsibility
NEW: Universal DL links are here: http://forum.xda-developers.com/showpost.php?p=29677762&postcount=98
instructions:
Boot into recovery, flash, reboot
wow, finally! i tried to do this in cm9 but got huge errors on recompiling the framework-res on files i didnt even touch. this forced me to use slim ics which was a bummer because it lags so much behind on cm nightlies.. i just HATE the home key :banghead:
also this allows me to remap the home key to camera so it is meta in connectbot which sppeds up using irssi quite a bit ^^
Sent from my GT-I9300 using Tapatalk 2
Thanks heaps for making this. The first file flashes fine however the second file keeps returning an error. I would really like to use the home button to wake from sleep.
Sent from my GT-I9300 using xda premium
Pootie_ said:
Thanks heaps for making this. The first file flashes fine however the second file keeps returning an error. I would really like to use the home button to wake from sleep.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I'll take a look at the 2nd. It flashed fine for me. It could be a bad Upload or DL.
What was the error you got? here I reuploaded it. Try this one http://goo.im/devs/graffixnyc/CM10_NAV_HomeWake.zip
Sorry. I cannot recall the error message. Something about a missing file. I tried the new link/file and it works perfectly. Thanks for your super quick help.
Sent from my GT-I9300 using xda premium
@OP, is there any way to see from the cm10 changelog if the framework-res has been edited in any way? i know i could look it up from source but i am unsure how..
just asking because im about to flash todays build and wondering if applying this will break anything.. think ill make a nandroid just in case
Bootloop
Hi he latest CM10 preview is boot looping when installing the zip. Thanks love your work for the ROM is incomplete without it.
labbe- said:
@OP, is there any way to see from the cm10 changelog if the framework-res has been edited in any way? i know i could look it up from source but i am unsure how..
just asking because im about to flash todays build and wondering if applying this will break anything.. think ill make a nandroid just in case
Click to expand...
Click to collapse
arcadia2112 said:
Hi he latest CM10 preview is boot looping when installing the zip. Thanks love your work for the ROM is incomplete without it.
Click to expand...
Click to collapse
I will update it in a few with the new preview 7 frame work. I'm currently working on doing a couple different variations.
I have the one where all buttons are disabled and where the home button wakes (the other home button functions are still working so I'm trying to figure that out)
another variation I'm working on this second is to remap menu to the home button so the home button acts as the menu key instead. the issue I'm trying to figure out now is when I do this, The long press on the capactive menu button is enabled even when a short press is disabled. Once I figure out these too issues (getting the home button to ONLY wake the device and getting it so a long press of the menu cap button doesnt do anything) I will just update the FW for preview 7 which should only take me a few minutes
Updated DL links for P7
Fixed the Home wake variation.
It now will ONLY wake the device. Link updated in post 2
Installing this caused my APNs to disappear and unable to create new ones.
Sent from my GT-I9300 using xda app-developers app
mormegil said:
Installing this caused my APNs to disappear and unable to create new ones.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
There is NO WAY this mod could delete your APN's as it doesnt touch anything with the APN's. All it does is set one flag from true to false in the framework-res.apk file which only sets to show the nav to true. The other files it mods are the keylayout files which again have nothing to do with APN's So I would look for another culprit to point the finger at
mormegil said:
Installing this caused my APNs to disappear and unable to create new ones.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Well I sneezed today and I noticed a dent in my car - but I hardly think the two are related. Maybe you should provide more information as to what you did and what you're running - because this has absolutely NOTHING to do with your issue.
Well, I didn't believe it at first myself so I reproduced it with fresh install of CM10.
1. Installed mod via recovery
2. APNs gone
However...
3. Wiped cache and delvik-cache
4. APNs are back up
All is good now
Sent from my GT-I9300 using xda app-developers app
mormegil said:
Well, I didn't believe it at first myself so I reproduced it with fresh install of CM10.
1. Installed mod via recovery
2. APNs gone
However...
3. Wiped cache and delvik-cache
4. APNs are back up
All is good now
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
I know a few days ago (not sure if it was preview 3 or 4) I had issues with APN's it didnt delete them, but I couldnt add any or edit them. It could be a glitch with CM 10 as it seems like there are a number of issues it has that a cache wipe solves
Thanks for this. It's working great! Now that I've tried it, I don't think I can live without soft keys anymore.
Sent from my GT-I9300 using xda app-developers app
att gs3
I have the ATT variant of the galaxy s 3 and the zip wouldn't flash. from what I can tell it seems like there was a check for gt-i9300 in the build prop and my phone obviously failed (being an sgh-i747). Thank you for you efforts to improve our phones.
I had the same issue except with the Verizon sch-i535 galaxy s3. I tried editing the script and changing it to the correct model identifiers but that didn't work. Either I did it wrong or there is more to fixing the problem then just that. Thanks for the hard work!
Sent from my SCH-I535 using Tapatalk 2
i did the same thing as well but on the tmobile variant same issue happened.
Related
Nytefire MIUI Gingerbread 1.4.29
-------------------------------------------------------
Hello all, this is my first attempt at a ROM. I usually downloaded option's work and flashed it, but I didn't feel like waiting this time. :] If anyone wants to give it a shot, I've flashed it now on three separate myTouch 4Gs without any problems. Of course, if you run into any problems, brick your device, or otherwise cause some type of calamity in your mobile world - this is no fault of mine.
For a list of changes from the previous build, check the MIUI website.
This ROM contains the latest Desire Z port of MIUI as well as the Langage Pack.
I've also included Faux123's GB kernel 2.5.2-137 LV kernel. If anyone has trouble with the LV kernel, feel free to flash over the SV version immediately after ROM flash. I'm afraid I can't do much bug fixing if there is any to be done - as this is all taken care of by the MIUI team. I've simply ported over their latest build for everyone to enjoy. If there's anything I need to change for the Glacier, let me know. :]
Edit:
I suggest doing wipes as you had been doing previously with Option's MIUI builds.
Thanks,
Nytefire
[] [] [] Download Link [] [] [] []
http://www.megaupload.com/?d=2D8JWQVO [Fixed from previous version, I somehow had botched su.]
Been waiting for this to drop, thanks
wheeeeee more ROM chefs
Variety is the spice of life! Also my "666" thank you mark
Hm.
Uh oh, due to not testing I've botched (and just now noticed) SU in this ROM. I'll post a fix shortly, as soon as I get home to do the edits. Sorry about this everyone, I'll have it fixed as soon as possible for you all.
Thanks for that catch, just getting it installed. I'll wait for that.
Could you also, in the next update, change the phone model to MT4G?
Home now, made the necessary changes and in the process of uploading.
Wireless tether not working anymore
Sent from my T-Mobile myTouch 4G using XDA Premium App
Not sure if this is a miui problem or a port problem, the buttons at the bottom of the device, e.g. home menu back, do not light up. Also, long pressing the genius button does nothing.
kyuza said:
Not sure if this is a miui problem or a port problem, the buttons at the bottom of the device, e.g. home menu back, do not light up. Also, long pressing the genius button does nothing.
Click to expand...
Click to collapse
does your home button work, and does normal pressing your search button work?
i had this problem before on one of options builds. Just wipe and reflash and you should be set. May take a few tries and retries of wiping and flashing (took me two times) but it fixed the issue
WIFI does not start for me, and third party access for phone calls is not working, even though it is enabled in the Call settings, and Google Voice is set to Always Ask how i want to make a call. Instead of asking if i want to make a call with my Google Voice number, it uses the real cell phone number.
I've tried wipeing and reflashing 4 times. Each time, the translation pack never installed. The buttons still didn't light up, and the genius button did nothing. I flashed on top of a fresh install, and the translation worked. However, the buttons still don't light up, and the genius button doesn't do anything. Also, can't change the brightness in the drop down menu or in settings. The slider/auto brightness does nothing.
To answer VibrantOwnr, the home button does work as it should, just doesn't light up.
kyuza said:
I've tried wipeing and reflashing 4 times. Each time, the translation pack never installed. The buttons still didn't light up, and the genius button did nothing. I flashed on top of a fresh install, and the translation worked. However, the buttons still don't light up, and the genius button doesn't do anything. Also, can't change the brightness in the drop down menu or in settings. The slider/auto brightness does nothing.
To answer VibrantOwnr, the home button does work as it should, just doesn't light up.
Click to expand...
Click to collapse
Um the genius button remap to search is pretty easy you need to go to the system/ usr/ key layout edit the glacier
keys
key 102 HOME
key 139 MENU
key 158 BACK
key 231 CALL
key 211 FOCUS
key 212 CAMERA
key 217 SEARCH
key 183 SEARCH
key 107 ENDCALL WAKE_DROPPED
key 116 POWER WAKE_DROPPED
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
I'm on cm7 but it should be roughly the same
Sent from my HTC Glacier using XDA Premium App
DarkNytefire said:
I've flashed it now on three separate myTouch 4Gs without any problems. Of course, if you run into any problems, brick your device, or otherwise cause some type of calamity in your mobile world - this is no fault of mine.
Click to expand...
Click to collapse
Not for nothing, i'm not sure what kind of testing you did, but this port is incomplete. I understand that this is your frist attempt @ porting a rom, but maybe you should do a little more research before hand.. I'm not trying to be a d*ck here, but this shouldnt of been released to general public. anyone who flashes this rom is essentially flashing a rom for the vision with a modified build.prop.. I would say use this @ your own risk, but dont be surprised when things r broken...
The key lay out is vision you need to add the files from the glacier. I haven't flashed this rom yet but use options rom as a base for your Rom. Since it for the glacier. A lot of the system files are visions.
Sent from my HTC Glacier using XDA Premium App
Killbynature said:
The key lay out is vision you need to add the files from the glacier. I haven't flashed this rom yet but use options rom as a base for your Rom. Since it for the glacier. A lot of the system files are visions.
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
he is missing the correct files from and not limited to:
/system/usr/keychars
/system/usr/keylayout
/system/lib/hw
/system/etc/firmware
not to mention a total unorthodox way to create/flash a rom???
Hey, don't blame him, he's trying. I'm even thinking of creating a crazily modified version of Cyanogenmod 7. He may not be great, but a least he's making an effort.
But as said before... Warning: ROM may have minimal to serious problems.
This is a message to the op next time you decide to make a rom share with friends people that will appreciate your effort not xda this community is very self centered most of time its either there way or no way the devs are great just the public always has something to say
No one is blaming him for anything he made an incomplete port it not that big of a deal but since true s off. We can literally flash any rom. He didn't change any files in this Rom except for a few. All the files are a vision files almost. We don't mean for him to take it. As bad advice. If he would of had a vision radio we would have bricks going back and forth. Then every one would be blaming him.
Sent from my HTC Glacier using XDA Premium App
GazaIan said:
Hey, don't blame him, he's trying. I'm even thinking of creating a crazily modified version of Cyanogenmod 7. He may not be great, but a least he's making an effort.
But as said before... Warning: ROM may have minimal to serious problems.
Click to expand...
Click to collapse
Don't blame him? I don't even understand what that means? There is no blame only telling how it is.. The port is incomplete and i do believe that anyone that is thinking of flashing this ROM would like to know that information, i know i would... I even went a step further and specified folder locations for of the files he need to replace with the correct ones.. So I was helping him out by giving him a little advice since he didnt want to do the research first...
daprince047 said:
This is a message to the op next time you decide to make a rom share with friends people that will appreciate your effort not xda this community is very self centered most of time its either there way or no way the devs are great just the public always has something to say
Click to expand...
Click to collapse
first off punctuation is always nice :] Quite a leap by calling the entire XDA community "self-centered" and i do not believe it was my way or no way, I really think thats an over reaction. Hey i do have to agree with you, the public does always have something to say...
Killbynature said:
No one is blaming him for anything he made an incomplete port it not that big of a deal but since true s off. We can literally flash any rom. He didn't change any files in this Rom except for a few. All the files are a vision files almost. We don't mean for him to take it. As bad advice. If he would of had a vision radio we would have bricks going back and forth. Then every one would be blaming him.
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Thank you! I am glad that someone gets it the main reason the rom boots is thanks to our great friend Faux123
Freedom of speech needs to be revoked, same talk just happened at teampokerface just now, maybe I'm wrong everyone should argue and trash talk and then go out and kill each other this way we can have more English teacher's :-D
Sent from my HTC Glacier using XDA App
SGT7 is the custom ROM by the guys who brought ICS/CM9 to the OG Galaxy Tab
Initially it supported only the first tab, but now we've decided to support other tablets as well, so here it is!
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
It's based on CyanogenMod 9, and will continue being to be so.
In short, it's a heavily modded CyanogenMod for tablets, fully opensource
The Team :
Click to expand...
Click to collapse
cdesai
humberos
sbradymobile
Downloads :
Click to expand...
Click to collapse
http://sgt7.tk
Mirror : http://goo.im/devs/cdesai/jenkins
wingray = Wifi-only tab, stingray = LTE tab
Also available via Goo Manager
Installation and bugs are also same as CyanogenMod 9
So, download the zip, transfer it to the sd, reboot into Recovery and do a backup (always preferred, but optional), then install the zip.
Install GApps afterwards if you aren't coming from a CM9 / CM9 based ROM
Also read the CM9 thread : http://forum.xda-developers.com/showthread.php?t=1645651 (has some useful info)
Since neither of us has the device personally, the builds are untested, and we rely on you, the users, to help us.
Report anything wrong with the ROM, and what you'ld like to see in it.
Report issues here : http://code.google.com/p/sgt7/issues/list
(Do not report device-specific issues, i.e. stuff not working on CM9, report only stuff that you saw as a setting and didn't work as expected)
Lastly, thanks to the CyanogenMod team, for all their work, and thanks to the guys who ported ics to this tab.
It's just meant to be an addition of tablet specific tweaks to CM, and we might look forward to merging this functionality into CM later on, but for now, have fun with this.
Screenshots :
Click to expand...
Click to collapse
https://plus.google.com/photos/116129314276967903080/albums/5746721274320679521
(taken on my Galaxy Tab, if some user flashes this ROM and uploads some screenshots, i'ld be more than happy to link em in the first post)
Source Code:
Click to expand...
Click to collapse
http://github.com/sgt7
I plan on doing weekly builds on my personal pc, or when a big feature is released / something big is fixed (device specific), i'll try to release a new build
Looking forward to trying this..
cdesai, I will try as soon as its ready and report back.
Stuck at first boot - MD5 checked ok - flashed latest gapps (same as CM9) will report back if i get it working.
Sorry should mention i have Wingray - US version MZ604
DJorgio said:
cdesai, I will try as soon as its ready and report back.
Click to expand...
Click to collapse
Just finished uploading
Thanks for your work!
DJorgio said:
cdesai, I will try as soon as its ready and report back.
Stuck at first boot - MD5 checked ok - flashed latest gapps (same as CM9) will report back if i get it working.
Sorry should mention i have Wingray - US version MZ604
Click to expand...
Click to collapse
Was not able to get passed the boot screen - also just realised i dont have the recovery option via the M logo - had to restore via fastboot moto honeycomb official ROM.
Anyone else get it going ?
Nope. Stuck @ RedM.
Used EOS R6 touch recovery.
EOS 2.0 @ MZ604 [XDA-HD]
Stock @ SGH-I717R [XDA-Premium]
DJorgio said:
Was not able to get passed the boot screen - also just realised i dont have the recovery option via the M logo - had to restore via fastboot moto honeycomb official ROM.
Anyone else get it going ?
Click to expand...
Click to collapse
Eun-Hjzjined said:
Nope. Stuck @ RedM.
Used EOS R6 touch recovery.
EOS 2.0 @ MZ604 [XDA-HD]
Stock @ SGH-I717R [XDA-Premium]
Click to expand...
Click to collapse
Pretty sure it's the same error as a few other tablets, get me a logcat if you can, just to be sure, but i'll try fixing it anyways, and release a new clean build later today (morning here)
EDIT: rebuilt and reuploaded, and hopefully the issue should be solved
Is there going to be a verzion for everest 3g euro?
alex_72gr said:
Is there going to be a verzion for everest 3g euro?
Click to expand...
Click to collapse
Link me to a CyanogenMod 9 build for it and i'll see what i can do.
cdesai said:
Pretty sure it's the same error as a few other tablets, get me a logcat if you can, just to be sure, but i'll try fixing it anyways, and release a new clean build later today (morning here)
EDIT: rebuilt and reuploaded, and hopefully the issue should be solved
Click to expand...
Click to collapse
Thanks cdesai, flashed the newer version and its installed ok - feels quite solid, will play and let you know if i find any problems - hopefully CM9 will work with speaker dock audio soon.
05/28 installed great.
Was poking around the power widget and can't use the flashlite.... bit of a problem for me, but not one telsa LED can't fix.
Just more of an inconvenience than anything else.
EOS 2.0 @ MZ604 [XDA-HD]
Stock @ SGH-I717R [XDA-Premium]
Hi, just flashed this rom, no problem, very responsiv, very smooth, thank' s a lot Any upcomming updates?
Sent from my Xoom using xda premium
Fauert said:
Hi, just flashed this rom, no problem, very responsiv, very smooth, thank' s a lot Any upcomming updates?
Sent from my Xoom using xda premium
Click to expand...
Click to collapse
New build up, at http://sgt7.tk
I've used the official CM9 builds for the xoom before, but even after a week of trying to get used to it on my xoom, I ended up going back to the EOS Nightlies. So I wasn't sure if this rom was much different than the official cm9. Nonetheless I wanted to try the rom, and boy I had nothing to doubt! This rom is amazing! The additions for tablets make the rom much more usable than the official CM9 rom on my xoom, and the original CM9 rom was no slouch in its own right. The swipe gestures are a neat thing too.
If there is only one thing that I would add to make this rom as tablet-awesome as it can be, it would be to add a volume slider in the "expanded settings". That is something included in the EOS rom that makes a huge difference once you get used to it. For example, the xoom's volume keys are not the best in the business; they work, but they are a bit hard to use and can be frustrating at times. In the EOS rom, that is remedied by adding a volume slider to the "standard settings" (as it is called in the rom itself), a slider that works just like the one when that comes up when a physical volume button is pressed, but can be easily accessed w/o. pressing any physical button. I realize that the volume buttons on the xoom are of course not the same as the volume buttons on the samsung galaxy tab. But this is just a humble feature request that could really finish off a good tablet experience.
Anyways, this is an amazing rom. Thank you so much for it. If your goal was to really make this a better, tablet-optimized version of CM9, then Mission Accomplished! I hope you merge the tweaks you guys put into this rom into the official CM9 rom.
yosterwp said:
I've used the official CM9 builds for the xoom before, but even after a week of trying to get used to it on my xoom, I ended up going back to the EOS Nightlies. So I wasn't sure if this rom was much different than the official cm9. Nonetheless I wanted to try the rom, and boy I had nothing to doubt! This rom is amazing! The additions for tablets make the rom much more usable than the official CM9 rom on my xoom, and the original CM9 rom was no slouch in its own right. The swipe gestures are a neat thing too.
If there is only one thing that I would add to make this rom as tablet-awesome as it can be, it would be to add a volume slider in the "expanded settings". That is something included in the EOS rom that makes a huge difference once you get used to it. For example, the xoom's volume keys are not the best in the business; they work, but they are a bit hard to use and can be frustrating at times. In the EOS rom, that is remedied by adding a volume slider to the "standard settings" (as it is called in the rom itself), a slider that works just like the one when that comes up when a physical volume button is pressed, but can be easily accessed w/o. pressing any physical button. I realize that the volume buttons on the xoom are of course not the same as the volume buttons on the samsung galaxy tab. But this is just a humble feature request that could really finish off a good tablet experience.
Anyways, this is an amazing rom. Thank you so much for it. If your goal was to really make this a better, tablet-optimized version of CM9, then Mission Accomplished! I hope you merge the tweaks you guys put into this rom into the official CM9 rom.
Click to expand...
Click to collapse
If i got you correctly about the volume key thing, you can just press the volume button once, then slide the volume slider with your hand, without pressing the volume buttons.
Or just launch Settings, then tap sound and then volumes, and you get sliders which can be touched, w/o pressing any physical buttons.
And yea, we do plan to merge most if not all of this into CyanogenMod 9 someday.
cdesai said:
If i got you correctly about the volume key thing, you can just press the volume button once, then slide the volume slider with your hand, without pressing the volume buttons.
Or just launch Settings, then tap sound and then volumes, and you get sliders which can be touched, w/o pressing any physical buttons.
And yea, we do plan to merge most if not all of this into CyanogenMod 9 someday.
Click to expand...
Click to collapse
Oh, I meant instead of trying hard to press those volume keys to begin with (takes some effort with a case on...) while say, watching a youtube video, one could just swipe up on the notifications, and quickly adjust the volume that way. So there is neither a need to press any physical button, nor is there a need to dig through menus that distract...
Let me attach a screenshot.
And it is great to hear that there is plans to merge your awesome tweaks into Cyanogenmod 9 someday. I look forward to it
yosterwp said:
Oh, I meant instead of trying hard to press those volume keys to begin with (takes some effort with a case on...) while say, watching a youtube video, one could just swipe up on the notifications, and quickly adjust the volume that way. So there is neither a need to press any physical button, nor is there a need to dig through menus that distract...
Let me attach a screenshot.
And it is great to hear that there is plans to merge your awesome tweaks into Cyanogenmod 9 someday. I look forward to it
Click to expand...
Click to collapse
Exactly, seen it being done before. Would solve the physical buttons issue
Hi cdesai, are you planning to make one version of your Rom compatible with mz601 (umts everest)
Thanks a lot in advance!
Enviado desde mi GT-I9100 usando Tapatalk 2
yosterwp said:
Oh, I meant instead of trying hard to press those volume keys to begin with (takes some effort with a case on...) while say, watching a youtube video, one could just swipe up on the notifications, and quickly adjust the volume that way. So there is neither a need to press any physical button, nor is there a need to dig through menus that distract...
Let me attach a screenshot.
And it is great to hear that there is plans to merge your awesome tweaks into Cyanogenmod 9 someday. I look forward to it
Click to expand...
Click to collapse
I may be confused, but what you have in your screen shot is available here. just 2 taps to get to the expanded combined bar which can be configured to have the volume sliders.
uzi2 said:
I may be confused, but what you have in your screen shot is available here. just 2 taps to get to the expanded combined bar which can be configured to have the volume sliders.
Click to expand...
Click to collapse
Oh... I must have missed that... Oops.. I know there's a button that switches between volume modes, but I didn't see any option for volume sliders. How did you enable volume sliders?
CyanogenMod is a free, community built distribution of Android 4 (Ice Cream Sandwich) which greatly extends the capabilities of your phone.
Code:
#include <std_disclaimer.h>
/*
* 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.
*/
This is the official nightly build of CM9 for the Galaxy S3 on AT&T. It's not a final release yet, but it's perfectly fine as a daily driver.
Known issues being worked on:
* LED is a little derpy
* Camera occasionally freezes
Install instructions:
1. Install ClockworkMod Recovery for "d2att". Sorry, CM cannot provide support for other recoveries, although they may work fine.
2. Get.CM for "d2att"
3. Reboot into recovery and install
(or just use ROM Manager)
Google Apps are not included in this ROM. You'll need to find those yourself if you want them.
This build is nearly complete and should make it into the 9.0 final release on time. We are also actively working on CM10 for this device, builds available soon! Enjoy!
First!
- From my iPad!
Already running this as daily and loving it... Once USB and camera are fixed this thing will be a beast..
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
neverends said:
Already running this as daily and loving it... Once USB and camera are fixed this thing will be a beast..
Click to expand...
Click to collapse
USB is fixed now. I'm going to try to get camera done this week.
nice work will try .
runs very nicely...
cyanogen said:
USB is fixed now. I'm going to try to get camera done this week.
Click to expand...
Click to collapse
Thank you for all you and the rest of the CM Team do for all of us!!
Sent from my HTC One X using Tapatalk 2
Tiffany84 said:
Thank you for all you and the rest of the CM Team do for all of us!!
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
+1 This thing is smooth!
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Anyone else getting drain while plugged in? As in start using the device while it's fully charged and as it is on, the device gets hot and starts draining power. It might be an errant program but when plugged in, you can't tell that. I'll do a wipe to doublecheck though when I get to the office.
cyanogen,
are you concentraing more on CM9 or CM10 for the SGS3 right now?
and just out of curiousity, how is the one x going? just curious to see, who is ahead in the CM world. lol (I don't own one, just wanted to know)
FYI there is a bit of a glitch involving GPS and FB, apparently it has existed on CM9 for the Atrix as well.
Pretty much what happens is FB will cause GPS to hang, not sure if it's active or not, but turning GPS off does not resolve the issue where the icon remains in the status bar. Opening up Maps and closing it, will resolve it which leads me to believe it's a notification issue (the icon also before you open maps does not change, it's either the filled in circle or open circle) I've attached a logcat of such just in case.
EDIT: Anyone else having problems sending texts over 160 characters? The built in MMS app keeps splitting them and I can't see a setting as to why.
Anyone noticing huge battery drain with the rom?
Sent from my SAMSUNG-SGH-I747 using xda premium
Can anyone play there videos they have taken with the camera from the gallery? Mine just say loading and nothing happens.
Armani G said:
Can anyone play there videos they have taken with the camera from the gallery? Mine just say loading and nothing happens.
Click to expand...
Click to collapse
Mine seems to play fine. I also tapped the screen a few times while it was recording and it took pictures. I wasn't aware of this though until I went to my gallery.
ainen said:
Mine seems to play fine. I also tapped the screen a few times while it was recording and it took pictures. I wasn't aware of this though until I went to my gallery.
Click to expand...
Click to collapse
Hummm it seems to be only the videos that I toke when I had the phone with Touch Wizz but when I record a video with CM9 it plays fine...
Ah well they work on the computer so no worries!
Armani G said:
Hummm it seems to be only the videos that I toke when I had the phone with Touch Wizz but when I record a video with CM9 it plays fine...
Ah well they work on the computer so no worries!
Click to expand...
Click to collapse
I had a video that was taken using TouchWiz. While it didn't load a thumbnail for in in the Gallery app, the video itself played just fine!
Edit: It seems to load forever while trying to get a thumbnail, but sliding to the right or left and then sliding back to the video produces the "No Thumbnail Available" text, and at that point, you can tap the screen to play the video.
Stuck at a constant boot animation
I tried installing but i got a constant boot animation, i had my phone sit for 5 minutes and nothing it just ran through the boot animation endlessly with no response to the soft key either.
It took out my sd can to see if any change and none. Reflash multiple times as well nothing as well. I didn't do a wipe, cause theirs no mention in the op
my setup:
- recovery-clockwork-touch 5.8.4.7
- cm-9-20120717-NIGHTLY-d2att.zip (i checked the md5 for correct download)
I follow the instructions in the op
Install instructions:
1. Install ClockworkMod Recovery for "d2att". Sorry, CM cannot provide support for other recoveries, although they may work fine.
2. Get.CM for "d2att"
3. Reboot into recovery and install-
Click to expand...
Click to collapse
Edit: probably should say wipe/factory reset in the op instructions
You need to wipe data/factory reset....
Sent from my Bell I747M Galaxy S III
Bonsatsu said:
I had a video that was taken using TouchWiz. While it didn't load a thumbnail for in in the Gallery app, the video itself played just fine!
Edit: It seems to load forever while trying to get a thumbnail, but sliding to the right or left and then sliding back to the video produces the "No Thumbnail Available" text, and at that point, you can tap the screen to play the video.
Click to expand...
Click to collapse
Ah yes this seems to make it work!
Add that to the list of bugs
Camera and torch are not working for me. 0717 build. I think I saw something about a camera fix/hack. Looking.
This is my first time I am ever posting and I am extremely anxious and shy about doing this or if I even make myself understandable and as helpful as I can..... Please if there is something that doesn't make sense please let me know so I can try to be a little more clear....
Now........To Begin
:victory:
I had a previous Sprint Samsung Galaxy S2 SPH-D710 that did not have this problem at all but I traded it for a black one because I did not like having a white phone and that's where my problems began....I had known the phone had a pressing button problem but I did not know what it was at the time or what it was called. But I was sure there was a way to fix it somehow. As soon as I had the phobe in my hands I saw how horrible it was.....It did not let me do anything not even for 30 seconds without the menu, back buttons, and I was upset because since I had to reinstall a new ROM on this phone (which I don't mind that's the fun part) but the keys kept going off every couple of seconds so I decided to look into finding a way to fix it and I did kinda. And I will post the link to the first one too because it can be useful and work for someone else and if it wasn't fir that post I wouldn't have thought of my fix.
Anyway here is the link to the first one : http://forum.xda-developers.com/showthread.php?t=
I followed these steps and basically what it is, is a method where you disable your hardkey that is causing you problems and switching it to the search button since most of us really don't use the search key anyway. But I won't go much into detail the post above goes more in depth. In the beginning it actually worked but then I noticed that the back key started pressing itself and then the menu still presses itself and even now and the search button which was converted to the new menu so I got upset and exasparated because to even do this method took me literally 2 hours because the damn keys wouldn't stop pressing themselves. And then I thought of another method which to me proved easier than that and does work. I simply used the same method but when I got to the General.kl instead of disabling one key I disabled all 4 and bang problem solved! But BEFORE that you need to make sure you have already installed an app where you can get your hardkeys on your screen and set it up to where you kniw your keys all work * OH AND YOU NEED TO BE ROOTED FOR THE SETTINGS FOR MENU AND BACK WORK! *. And I found a really good and free app in the market that is easy to use and wont get in the way of your screen while typing and customizable. It is called "Floating Toucher" and once installed and set up and disabled keys in General.kl and rebooted phone everything was working fine!!!! AND IT WORKED JUST FINE YOU JUST HAVE TO GET USED TO NOT TOUCHING KEYS ANYMORE AS THEY DON'T WORK BUT ITS TRUSTHWORTHY!....
Anyway I when all this happened I had GB27 4.1.2 and I wanted an upgrade so I flashed to Revolt JB ROM 4.3.1 (will post link to this ROM if you are interested in this method) and after that because the phone reset itself the hardkeys were enabled again. So because I it was a new ROM for me I looked in depth at their settings and there is where I found my solution!
1. Go to your settings and you go to Revolt Control.
2. When you are there you will see they have extra settings for the phone.
3. Scroll down to: Pie Controls
4. Click on the first setting that says: Pie Controls/ Allows navagation and status report and enable it.
5. Customize the settings how you want then to be to your liking!
6. Go back to previous menu.
7. Scroll down to: Soft Keys Options
8. Click on: Enable Soft Keys Options
9. You will notice all four of your hard keys are there including the setting when you long press them. Simply click on each one and press blank on all of them.
10. Then you go to previous screen and reboot and there! Easier than having to install over apps or disable keys! Its in the settings already and I am extemely happy now! No more Phantom Ghost Key!!!
The link for Revolt if anyone wants to change to ROM is : http://forum.xda-developers.com/showthread.php?t=2238252
And I hope this helps someone!
Man, you have a lot of patience posting a guide in a wrong device forum... You link to a ReVolt ROM for HTC Rezound, and here we have Samsung Epic 4G, which doesn't have ReVolt at all (all we have is a buggy CM10.2).
Sent from Samsung Captivate Glide @ CM10.2
Yes I have a Sprint Samsung Galaxy S2 SPH-D710 which is commonly known also as Epic 4G. But I see what you mean I accidently put the wrong link! I will update the proper link ASAP!!!!!
I'm not surprised I made a mistake my first post..... Thanks for letting me know!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app
Updated Proper Link to Rom!
I have updated the proper link on my post but just in case I will post it here again!!! Thanks for pointing that out!!! How embarrassing
Revolt Rom : http://forum.xda-developers.com/showthread.php?t=2238252
:angel:
Innocent_Psycho said:
Yes I have a Sprint Samsung Galaxy S2 SPH-D710 which is commonly known also as Epic 4G. But I see what you mean I accidently put the wrong link! I will update the proper link ASAP!!!!!
I'm not surprised I made a mistake my first post..... Thanks for letting me know!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Still the wrong device forum... You have an Epic 4G Touch (SPH-D710). This forum is for Epic 4G (SPH-D700), a totally different device with a slide-out keyboard. There's a separate forum for your device.
Sorry if all these sound rude, I simply wanna guide you to the right place
Sent from Google Nexus 4 @ CM11
OHHHHHHH I SEE I'VE ALWAYS GOTTEN CONFUSED ABOUT THE DIFFEEENT S2 MODELS AND WHAT NOW!!! Honestly it was much harder when I first trying to even learn about root and try..... Before this phone was a BOOST Samsung Galaxy S2 SPH-D710BST and proper files to flash was extremely hard to find. But I flashed it to Sprint and it was slightly easier then. But yea I do continue to get confused with these names especially cuz those 2 sound so similar. ...darnit !
Well I looked for their forum and its under maintenance so I have to wait....
Sorry for the mistake!
And no you're not being rude in the least thank you sooooo much !!!!
Sent from my SPH-D710 using XDA Premium 4 mobile app
I take no credit for the modification as I have only gathered the information for the mod from the write ups on the Galaxy S4 here and another from a blog post on the Sprint Galaxy Note 3 here. I am posting this for all members using Sprint phones, specifically the Sprint Samsung Galaxy Note 2 ( SPH-L900 ).
Warning/Disclaimer:
This modification was done using my Sprint Galaxy Note 2 currently on the "modified" Stock MK4 Update with no Knox/Bootloader & Rooted.
As always PLEASE make a Nandroid backup of your phone before attempting to modify any system settings. Although this worked for me, others may have different outcomes. It appears that other carrier phone models running on JB 4.3 have had the same success using similar methods as these but it is not guaranteed for it to work for you.
We all know the drill.......
=============================================================================================================================================
ADVISORY/WARNING FROM THIS POINT FORWARD........
MODIFYING OR HAVING ATTEMPTED TO MODIFY ANYTHING ON YOUR DEVICE IS DONE "AT YOUR OWN RISK". I WILL NOT BE HELD LIABLE FOR YOU BRICKING, DAMAGING AND/OR MAKING YOUR DEVICE FAIL OR FUNCTION PROPERLY. YOU COMPREHEND AND AGREE (EVEN THOUGH MANY HAVE SUCCESSFULLY MODIFIED THEIR DEVICES) THAT "YOU" AS THE PERSON IF USING ANY SOFTWARE, CUSTOM OR STOCK BEING FOR YOUR COMPUTER OR DEVICE, TO MODIFY YOUR DEVICE WILL IN NO WAY BLAME ANYONE BUT YOURSELF AND TAKE FULL RESPONSIBILITY FOR YOUR OWN ACTIONS.
IF YOU ARE NOT COMFORTABLE ATTEMPTING ANY MODIFICATIONS AND TAKING THE RISKS INVOLVED THEN PLEASE DON'T DO THEM.
=============================================================================================================================================
Now A Flashable Zip!
Although some of the newer MK4 roms are coming out with the extra toggles built in, this flashable zip will do it for you thanks to @CNexus
CNexus said:
I adapted the zip I made for enabling extra toggles on the Sprint S3 for the toggles listed above.
Click to expand...
Click to collapse
CNexus said:
Flash in recovery after booting into the rom at least once!
Enjoy!
Click to expand...
Click to collapse
Download:
Enable hidden toggles
==============================================================
Flash Light Toggle Mod
Credits go to:
@CNexus for the How to
@smaw51 for the Flashable zip
Newer Version:
By CNexus: Flashable ZIP that will read your current toggles list and add ";Flashlight" to the end of it.
Will work on all devices since it uses busybox to mount the partitions.
Download:
Flashable ZIP
Later Version:
Add the Flash Light Toggle by flashing in recovery. Once flashed just follow the steps below to add " Flashlight; " at the end of the value for "notification_panel_active_app_list" and your set.
Incase one wanted to know, the flashable zip flashes the modified System apk's into one's System/app folder ( including the Torch.apk ) for the toggle to work.
Download:
Flash Light Toggle zip
=============================================================================================================================================
Manual Version
Now to the modding.......
I have successfully added 13 Additional Toggles to my Quick Settings (of which have all activated and deactivated) on my phone when pressed.
As of 01/19/14 one is able to add one more that was manually added in by member CNexus as mentioned above.
They are:
1. Mobile Data 2. Airplane Mode
3. Smart Pause
4. Brightness
5. Wi-Fi Hotspot
6. Smart Scroll
7. Smart Stay
8. S Beam
9. NFC
10. Air Gesture
11. Blocking Mode
12. Air View
13. Smart Network
14. Personal Page
15. Reading Mode
16. Network Restriction
17. Flashlight ( Manually Added )
=============================================================================================================================================
Credit:
The "How Too" will be very similar to the two link at the top. Again I take no credit and thank Gam3r 4 Life, the blog post author Korey Wong, Black Moon, levi727 and mrlamo for their information gathered for this How To. I know there are others out there I may be missing and please forgive but the trail will go one forever and I will say thank you all for the findings to get this done.
=============================================================================================================================================
These are the steps I took to add all 13 toggles:
Things Needed:
Root Access
Your File Manager of choice with root access. ( ex. ES File Explorer, Root Explorer, etc.)
SQLite Editor <------- Got it from Here
TB Restore Fixer <---------- Got it from the Play Store You May Not Need This.
How Too:
Open your File Manager of choice ( w/ root access ) and from your HOME directory navigate to data /data /com.android.providers.settings /databases.
Once there, backup all three files; settings.db, settings.db-shm & settings.db-wal for safe keeping before any modification are done. ( settings.db is the file in question to be modified ).
After backing up your files, and after having downloaded and installed SQLite Editor on your Note 2, open SQLite Editor and allow it root permissions when prompted if necessary. It will begin to search for databases and generate a list.
If for some reason you get the Error Code 14 message when trying to run SQLite Editor, you will need to download and install TB Restore Fixer from the Play Store. Once downloaded, run the app, allow root and apply the fix. Worked for me after I did this.
Once it's done searching and having generated the list, scroll down and tap the "Settings Storage" file.
Tap the "settings.db" file.
Tap the "system" file.
Once in the system file, scroll down until you find "notification_panel_active_app_list", tap to highlight it. (It was #432 for me). You may notice that you may have to tap the one right above it to get it to highlight. Also make sure it's the notification_panel_active_app_list, and NOT the notification_panel_default_active_app_list. If you pick the wrong one, it will not work.
Once you have highlighted it, tap your phones menu button and tap on "Edit Record".
You'll see three boxed sections with information. The one to be modified will be the one labeled "values". You'll notice a list of all the toggles that are currently enabled which show up in the notification area.
At the end of the list you will add a semicolon " ; " directly followed by the Quick Settings Tab name alternating both and so forth. Leave no spaces between them or the toggles will not show up. example: ;AirplaneMode;MobileData;Once you are done adding the names, Save what you have modified.
Now reboot your device. Once booted up you should have and be able to see all the extra toggles you added.
Here is a list of the values one must enter to get all the extra toggles: Got them from here
Code:
;MobileData;AirplaneMode;SmartPause;Brightness;WiFiHotspot;SmartScroll;SmartStay;SBeam;Nfc;AirGesture;DormantMode;AirView;SmartNetwork;ReadingMode;PersonalMode;ToddlerMode;
Flashlight; if you have done the mod.
=============================================================================================================================================
Toggles Not Working When Pressed:
Personal Page - Not Working
Tested Roms So Far:
MK4 Knox Free Full Rom Odex/Deodex Updated -- SPH-L900
[ROM MK4]Smoothest Note 2/3 Rom (imho) -- SPH-L900
[ROM MK4][ROM][MK4] SynergyROM | WiFi Tether | 11-28-13 r2 -- SPH-L900
=============================================================================================================================================
If there are any Toggles I may be missing or you have found to be working for the Sprint Galaxy Note 2 ( SPH-L900 ), please post them up. If I have missed someone on giving credit, I am sorry and please PM me so that I may give credit where credit is due. Hope this helps some on toggles.
=============================================================================================================================================
Awesome worked like a charm, thanks for finding this and posting.
Sent from my SPH-L900 using xda app-developers app
Worked great on smoothest note 2/3 imho. I did have to do the TB restore fixer to make it work.
Sent from my SPH-L900 using XDA Premium 4 mobile app
Thanks
Sent from my SPH-L900 using XDA Premium 4 mobile app
No problem. Glad to post the info.
jlmancuso said:
Thanks
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
what was the name/link of this theme again? and have you noticed anything broken on it while running 'Smoothest rom 2/3'?
Also, I didn't want to confuse anyone on the how to and omitted from adding this information but as far as the settings in the rom, it limits how many toggles are visible at the top to slide around. At this time I have not found the file to change the settings or if it is possible on this stock rom to change the count number of visible toggles as seen here .
Also comparing my toggles on the pulldown to the toggles in my Display/Notification in my phone settings, there is a difference of one. We are limited to 22 visible toggles in the settings panel and/or what we have available in our phones by our provider as well.
I will keep digging to see what I can locate.
Some other toggles to try:
ToddlerMode;
Ebook;
PersonalMode;
Update:
Now have 16 Toggles...
I guess limited to what we have.
Also there must be a Torchlight/ Flashlight somewhere toggle as I found these. If not lets see what we can do. That was the start of all this actually, wanting the Torchlight feature back in my Toggles instead of having to install an app. Although I had the toggle in a custom rom before, these settings are showing on this rom.
Sorry for all these random updates...... one link leads to another..... then another.
It seems the Torchlight/Flashlight feature may interferes with other settings in the phone as to why it was not implemented. I hope I am wrong on this but this is what I have read.
There is a hidden setting to enable the Torchlight/Flashlight feature just as the Galaxy Note 3's and other phone variants do as well by holding the Volume Up while the screen is off. I followed the how too here. I do at times not get the light to come on but I keep trying and it does. You can set the torchlight time-out as well. ( This feature is also available in the Xposed Framework App: Wanam Xposed ). Leads to the same Settings Tab.
Thank you very much works great
Worked great, didn't even need TB Restore Fixer. Thanks! :good:
DarkAngel said:
Code:
;MobileData;AirplaneMode;SmartPause;Brightness;WiFiHotspot;SmartScroll;SmartStay;SBeam;Nfc;AirGesture;DormantMode;AirView;SmartNetwork;ReadingMode;PersoalMode;ToddlerMode;
Toggles Not Working When Pressed:
Personal Page - Not Working
Tested Roms So Far:
-- MK4 Knox Free Full Rom Odex/Deodex Updated -- SPH-L900
======================================================================
If there are any Toggles I may be missing or you have found to be working for the Sprint Galaxy Note 2 ( SPH-L900 ), please post them up. If I have missed someone on giving credit, I am sorry and please PM me so that I may give credit where credit is due. Hope this helps some on toggles.
.
.
.
Click to expand...
Click to collapse
Do you think personal page toggle doesn't work because you have a typo in the code above? You have" persoal" instead of personal. I haven't tried it yet, just thought I'd throw that out there.
sent via tapatalk - sph-l900
cuezaireekaa said:
Do you think personal page toggle doesn't work because you have a typo in the code above? You have" persoal" instead of personal. I haven't tried it yet, just thought I'd throw that out there.
sent via tapatalk - sph-l900
Click to expand...
Click to collapse
Thank you for catching the mistake. Although I do have it correct on my phone it wont work at all when I toggle it. If it works for you please let us know.
DarkAngel said:
Thank you for catching the mistake. Although I do have it correct on my phone it wont work at all when I toggle it. If it works for you please let us know.
Click to expand...
Click to collapse
strange thing happening to me... I added all of those entries from the code without any spaces and they're still not showing up after a reboot..I only have the ones in my screenshot. Not a big deal, just wondering why they're not showing up..
Sent from my SPH-L900 using Tapatalk 4
Well I am pretty sure it's different for everyone depending on their carrier. I assume not all are going to be the same. You have 12 extra toggles that showed up compared to my 16. I would make sure they work when you press them though. For me, Personal Page ( PersonalMode ) showed up but did nothing for me.
Mongo23ny said:
Worked great, didn't even need TB Restore Fixer. Thanks! :good:
Click to expand...
Click to collapse
That's awesome.
Another thing I found that was not there ( well for me ) as in the S4 or Note3 was the Active Number of Apps ( #2077 for me ). Out of the blue, it appeared for me. It was not there before as I was looking for it up and down, over and over. Just to show that it can be modified, I changed it to 15 and the second picture shows the change. The third picture is the original.
DarkAngel said:
Well I am pretty sure it's different for everyone depending on their carrier. I assume not all are going to be the same. You have 12 extra toggles that showed up compared to my 16. I would make sure they work when you press them though. For me, Personal Page ( PersonalMode ) showed up but did nothing for me.
Click to expand...
Click to collapse
Gotcha. For me the last couple row are only there for aesthetic reasons for the most part. Haha
I only use the top 2 row.
Now if some of the cm toggles were there that'd be cool ie music, camera, immersive mode, flashlight, contact, etc.
Thanks anyway for postung and sharing.
sent via tapatalk - sph-l900
cuezaireekaa said:
Gotcha. For me the last couple row are only there for aesthetic reasons for the most part. Haha
I only use the top 2 row.
Now if some of the cm toggles were there that'd be cool ie music, camera, immersive mode, flashlight, contact, etc.
Thanks anyway for postung and sharing.
sent via tapatalk - sph-l900
Click to expand...
Click to collapse
No problem, look above as i posted something else I noticed popped up for me. It was already stated as well but I was surprised it appeared to be modified on my phone.
I adapted the zip I made for enabling extra toggles on the Sprint S3 for the toggles listed above.
Flash in recovery after booting into the rom at least once!
Enjoy
Enable hidden toggles
@DarkAngel feel free to add this to the OP :thumbup:
CNexus said:
I adapted the zip I made for enabling extra toggles on the Sprint S3 for the toggles listed above.
Flash in recovery after booting into the rom at least once!
Enjoy
Enable hidden toggles
@DarkAngel feel free to add this to the OP :thumbup:
Click to expand...
Click to collapse
All I did was edit the csc in my rom so all toggles are there at boot
Sent from my SPH-L900 using XDA Premium 4 mobile app
lorjay589 said:
All I did was edit the csc in my rom so all toggles are there at boot
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Wait where? I've been looking for a way to do that but no luck so far
Mind sharing? Thanks! :thumbup::thumbup: