[MOD] Disable ALL lockscreens for HTC Sense ROMs - EVO 4G Themes and Apps

Do you find the screen on/off button at the top of your EVO adequate for locking/unlocking your phone and don't want to be bothered with the additional steps for unlocking the screen after pressing the on/off button? If you answered yes, this mod is for you.
Disclaimer: Attention all "Billy Buzzkills", yes, I know there are third party apps that can do this. I don't want to install them to do so. I wanted to accomplish this at the framework level. Yes, I know you can toggle this on/off via the CM ROM widget. I don't currently use that ROM, and further more, this mod is "persistent", i.e. it survives a reboot, and can be turned on/off manually via a mechanism I've built-in to the mod, which is explained below, all w/o installing any third party app or widget.
This mod is accomplished via edits to the 'services.jar' framework file, so if you are already running various mods that you've manually applied to your services.jar file, this will undo them, and you will have to re-do them after applying this mod in the same manner previously.
When you flash the mod zip provided below, it will remove your HtcLockScreen.apk, if currently present, replace your current services.jar file, and, most importantly, place a "dummy" file named 'nolock.txt' in your '/system/customize' folder.
Upon bootup, when/if the '/system/customize/nolock.txt' file is present, your Vanilla Lockscreen will be disabled, meaning as soon you press the power button on your EVO, you will be taken directly to your homescreen.
This mod is based on the most current 'services.jar' file as distributed via the Sprint OTA update 3.30.651.2, and also has the 'translucency' mod built-in for the notifications window (thanks to xeudoxus & fxn).
Disable All Lockscreens for HTC Sense ROMs <--- Flash via recovery
As with replacing any framework file on your phone, your dalvik cache will get rebuilt on the initial boot, causing an extended reboot time. Don't panic, your phone will come up, eventually. While waiting, grab a coffee, get re-acquainted with your wife, say hello to your neighbor, solve world hunger, etc, etc.
Want your Vanilla Lockscreen back, or want to toggle this feature on/off in a persistent manner? Via ADB, simply shell in to your phone and rename the 'nolock.txt' file:
Code:
adb remount
adb shell
cd /system/customize
mv nolock.txt nolock.txt.bak
reboot
When your phone comes back up, your Vanilla Lockscreen will return. You can accomplish the same steps above via 'root explorer' by simply navigating to the referenced folder and renaming the file.
Want to disable again?
Code:
adb remount
adb shell
cd /system/customize
mv nolock.txt.bak nolock.txt
reboot
If you deleted the file, rather than renaming it, just re-create the dummy file using:
Code:
adb remount
adb shell
cd /system/customize/
touch nolock.txt
reboot
And when the phone comes back up, the lockscreen will be disabled once again.
Not comfortable with the manual approach? I've included 2 flashable zip files below that, after applying this mod, you can simply boot into recovery and flash to enable/disable the Vanilla Lockscreen as desired.
Flash to turn off lockscreen <--- Flash via recovery
Flash to turn on lockscreen <--- Flash via recovery
Note: Unfortunately, this does NOT work in conjunction with the keypattern unlock. When / if you are using the keypattern, it forces the lockscreen first, followed by the keypattern entry, so if you want keypattern ONLY, w/o the lockscreen, this will not accomplish this goal, though I will look into it. I just wanted to get this out there as version 1.0.

After flashing this, can you then just use the pattern lock screen and bypass the htc slide down and vanilla lock screens or will the pattern lock be disabled too?
Sent from my PC36100 using XDA App

dianneeraser said:
After flashing this, can you then just use the pattern lock screen and bypass the htc slide down and vanilla lock screens or will the pattern lock be disabled too?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
It's a good question, and I'll forgive you for missing the very last paragraph in the OP :
JsChiSurf said:
Note: Unfortunately, this does NOT work in conjunction with the keypattern unlock. When / if you are using the keypattern, it forces the lockscreen first, followed by the keypattern entry, so if you want keypattern ONLY, w/o the lockscreen, this will not accomplish this goal, though I will look into it. I just wanted to get this out there as version 1.0.
Click to expand...
Click to collapse
The way the keypattern works, it forces the Vanilla screen back on. This wasn't my primary goal when doing the mod, so, no currently, it won't work that way, but as mentioned, it's something I'll look into to see if there is a way...

Just an update. Had a chance to look closer at the keypattern files, and I have a few ideas that "may" enable keypattern ONLY. Stay tuned...

what about roms with white taskbar?, the clock is white...can you make a version of services.jar with black font for the clock in the taskbar?...pattern would be sweet too

snandlal said:
what about roms with white taskbar?, the clock is white...can you make a version of services.jar with black font for the clock in the taskbar?
Click to expand...
Click to collapse
My main goal is the put this base mod out there. People can certainly take it, as mentioned, and modify to tweak for their other configurations as desired, given that those types of things are small edits in comparison.
Having said that, I see this as a common request, and as such, below is a link to the same mod with the clock font modded to black from white, for those running a white taskbar.
Disable All Lockscreens for HTC Sense ROMs - Black Clock <--- Flash via Recovery

Thanks so much..now we dont need a stupid app running a process all the time. Sweet mod

good stuff u giving us... and u never stop.
thank you.
two quick question/requests... that i think was asked before... but im not sure if u had a chance to check it out.
i know that u made the rotary vanilla lock screen work on 2.1 roms before... maybe a mode for the new 2.2 would be nice.
and the biggest one... losing the htc slide-to-answer and getting the vanilla lockscreen would be freaking sweet also.
sorry for throwing requests at u man... but it seems like u have the best understanding of how to do things with the smali code.

Works great! I love not having to unlock two or three things to switch the pandoria song wile im driving
Sent from my PC36100 using XDA App

JsChiSurf said:
Just an update. Had a chance to look closer at the keypattern files, and I have a few ideas that "may" enable keypattern ONLY. Stay tuned...
Click to expand...
Click to collapse
thanks for the quick response earlier...sorry I missed the last part of your op, I was reading it off the xda app and it was a late night early morning! If you could work out the keypattern only lock you would be my hero!

It should also be mentioned that this will also prevent your phone from going to sleep.
Sent from my PC36100 using Tapatalk

antiphon said:
It should also be mentioned that this will also prevent your phone from going to sleep.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
It would be mentioned if that were the case, but since it's not, it wasn't. My phone sleeps just fine. This mod uses standard android libraries for simply disabling the keyguard.
Here's a screen capture a few hours after a reboot, where I answered a few emails, then turned the screen off while using this mod. 12 mins of wake time after 1 hour, 16 mins of uptime w/o being plugged in:
{
"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"
}

JsChiSurf said:
Just an update. Had a chance to look closer at the keypattern files, and I have a few ideas that "may" enable keypattern ONLY. Stay tuned...
Click to expand...
Click to collapse
Thank you for your work so far.
I am VERY interested in keypattern only unlock, so ill be checking here often in the hopes that you figure it out. Just want to let you know that some of use are definitely interested in it.

I am definitly interested in this option as well to only have key pattern only unlock as well

Great work!!!
Once (if you plan to) you make to where I don't have to slide and all I do is enter my password, ill flash. But this is exactly what my buddy has wanted.
Sent From My HTC Evo 4G Using Tapa Talk Pro!

Rydah805 said:
Great work!!!
Once (if you plan to) you make to where I don't have to slide and all I do is enter my password, ill flash. But this is exactly what my buddy has wanted.
Sent From My HTC Evo 4G Using Tapa Talk Pro!
Click to expand...
Click to collapse
Unfortunately, this is one in the same as pulling off the pattern unlock only, which is kicking my butt right now. These are on my "to look at" list, but, in all honesty, a little lower than some higher priority stuff (notifications power widget / rotary lock / phone slide to answer, etc).

Good work with this.
Sent from my PC36100 using Tapatalk

hey john,
can you share what changes need to be made to services.jar? im trying to do Windows 7 look and need to remove both lockscreens to use widgetlocket instead.
but as you know i've modified things quite a bit and can't flash over everything else. i'll make the necessary .smali edits if you tell me what file to edit

Max_Pain said:
hey john,
can you share what changes need to be made to services.jar? im trying to do Windows 7 look and need to remove both lockscreens to use widgetlocket instead.
but as you know i've modified things quite a bit and can't flash over everything else. i'll make the necessary .smali edits if you tell me what file to edit
Click to expand...
Click to collapse
This mod is a little (actually a lot) more intensive that commenting out a few lines of code, etc, and it's not practical, IMHO, to try and post up (nor do I have the time), instructions on something like this.
It'd be easier, quite frankly, if you want, to just PM be your jar file and I'll take the time to work through / integrate for you (note, Max makes an effort and thus why I'm willing to do so for him).

well i currently have removed HtcLockScreen.apk and have WidgetPro set to disable the lockscreen. this works well in combination with WidgetLocker...
is it going to be much better with this modification? i dont want to trouble you with extra work. i'd rather have you developing new things

Related

[MOD] Remove Text From Home Screen(s) (Rosie)

Some alternative home launchers (ADW) enable you to remove the text underneath the icons on your home screen(s). The mod does the same while keeping the stock Rosie.
Attached is a MetaMorph that you can use to apply to your existing Rosie.apk, that will remove the text from the icons on the homescreen(s), while retaining any previous edits done to your Rosie launcher. It does not currently recoup the space that the text previously occupied, however, it does allow for a "cleaner" look.
Reference:
{
"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"
}
XML MetaMorph Control File <--- Apply using the latest MetaMorph Application
Note: When modifying Rosie.apk with MetaMorph any of your existing widgets on all of your screens will likely get reset and need to be re-added.
Also, for some reason on the EVO, Rosie does not appear to like to be edited via MetaMorph, and as such, after applying the MetaMorph, you phone may freeze, requiring a battery pull or issuing a reboot via adb. All will apply fine after reboot.
As an alternative, you can pull the 'resources.arsc' file out of the linked MetaMorph, and manually insert it into your existing Rosie.apk file, and adb push back to your phone. It is recommended to issue the push during a reboot, or generate an update.zip file to flash via recovery. Pushing via reboot or applying via an update.zip file in recovery will prevent you from having to re-apply any of your widgets. As mentioned above, applying changes to Rosie while the phone is fully booted causes you to have to re-apply any widgets.
haha!!! been wanting this since I got my Evo!!!! Thanks a lot!!!!
thanks man im not sure if im going to use this but im definetly considering it
looneylu said:
haha!!! been wanting this since I got my Evo!!!! Thanks a lot!!!!
Click to expand...
Click to collapse
Glad it's of use to you. Thanks for the d-nation .
YEAYUH!
BEAUTIFUL! I've been looking to remove the text from my screens for a while too! No chance there's a flashable version, or a set of instructions for the N00Bish, is there?
IP IHI II IL said:
BEAUTIFUL! I've been looking to remove the text from my screens for a while too! No chance there's a flashable version, or a set of instructions for the N00Bish, is there?
Click to expand...
Click to collapse
Problem is, if you have any other changes to Rosie making it non-stock, a flashable zip will undo those other changes. It's such an easy change, if you want, post up your Rosie.apk file, and I'll modify it and create a flashable zip.
Will this myn-WarmTwoPointTwo-09-27-2010-RLS-1 ROM work with this .zip file on recovery clockwork mod flash?
Worked great with Myn
Btw.. thank you OP.
sent from EVO with XDA app.
The linked zip file is a MetaMorph. It is not a flashable zip that can be applied via any recovery.
Sent from my HTC Hero
Anyone else notice that this doesn't work with the HTC Sense settings widgets? This removed all the text from my home screen (flashed with Metamorph only lost my widgets not my icons) but the Wifi, GPS, Mobile data, and Ringer Profile all still have text. I assume this is because they are widgets not app icons?
Also oddly enough it un-centered the Phone icon on my Rosie launcher using Virus theme, it is now slightly to the left, doesn't matter at all to me just found it odd.
Again sir, another great MOD. Glad you have an EVO now, I always seem to like your MODs.
dcwiker05 said:
Anyone else notice that this doesn't work with the HTC Sense settings widgets? This removed all the text from my home screen (flashed with Metamorph only lost my widgets not my icons) but the Wifi, GPS, Mobile data, and Ringer Profile all still have text. I assume this is because they are widgets not app icons?
Click to expand...
Click to collapse
That is correct. Any widgets that have text under them are essentially not program shortcuts and would have to be modified directly, as opposed to globally via Rose
dcwiker05 said:
Also oddly enough it un-centered the Phone icon on my Rosie launcher using Virus theme, it is now slightly to the left, doesn't matter at all to me just found it odd./QUOTE]It is certainly feasible that the ROM you are running has edits to the same file the MetaMorph changes, thus causing the behavior you see.
Click to expand...
Click to collapse
dcwiker05 said:
Anyone else notice that this doesn't work with the HTC Sense settings widgets? This removed all the text from my home screen (flashed with Metamorph only lost my widgets not my icons) but the Wifi, GPS, Mobile data, and Ringer Profile all still have text. I assume this is because they are widgets not app icons?
Click to expand...
Click to collapse
That is correct. Any widgets that have text under them are essentially not program shortcuts and would have to be modified directly, as opposed to globally via Rose
dcwiker05 said:
Also oddly enough it un-centered the Phone icon on my Rosie launcher using Virus theme, it is now slightly to the left, doesn't matter at all to me just found it odd.
Click to expand...
Click to collapse
It is certainly feasible that the ROM you are running has edits to the same file the MetaMorph changes, thus causing the behavior you see.
SteelH said:
Again sir, another great MOD. Glad you have an EVO now, I always seem to like your MODs.
Click to expand...
Click to collapse
Thanks.
Can u make a ota for this.
How do you remove the "Phone" label from Rosie?
liljoe83 said:
Can u make a ota for this.
Click to expand...
Click to collapse
Not sure what you mean by 'make an ota', but this is a MetaMoprh, should it should be able to be applied to just about anything...
AlexAuran said:
How do you remove the "Phone" label from Rosie?
Click to expand...
Click to collapse
Off topic, but see here for a quick post I made on that topic a little while back.
JsChiSurf said:
That is correct. Any widgets that have text under them are essentially not program shortcuts and would have to be modified directly, as opposed to globally via Rose
It is certainly feasible that the ROM you are running has edits to the same file the MetaMorph changes, thus causing the behavior you see.
Thanks.
Click to expand...
Click to collapse
That is what I thought for the widgets just wanted to be sure. As for the phone icon mo that was actually me not being observant lol. Turns out it just removed the word "Phone" that was next to the phone icon, I just never noticed the icon was off center till the word was no longer there. This is an awesome mod to bad soon after flashing this I found a really awesome font, one awesome enough for me to want my icon text back lol. I had to flash my Nandroid back up to get the text back. Do you know if there is a way to make a metamorph to bring the text back instead of having to go this route?
dcwiker05 said:
That is what I thought for the widgets just wanted to be sure. As for the phone icon mo that was actually me not being observant lol. Turns out it just removed the word "Phone" that was next to the phone icon, I just never noticed the icon was off center till the word was no longer there. This is an awesome mod to bad soon after flashing this I found a really awesome font, one awesome enough for me to want my icon text back lol. I had to flash my Nandroid back up to get the text back. Do you know if there is a way to make a metamorph to bring the text back instead of having to go this route?
Click to expand...
Click to collapse
Oops, that should not have happened, i.e. remove of the 'Phone' text. That is an accident on my part, as I have it removed, and it is in the same file. I thought I was working off a stock Rosie for this mod, but clearly I was not. Sorry about that. I will modify accordingly.
You can always grab the stock Rosie.apk out of the ROM zip file you originally downloaded and just push it back to your phone to undo this change.
So with this mod taking away the texts, is it possible to manipulate the size of the icons as well??

[App] Inverted (white text/black background) Htc Messaging Application - Mms.apk

Okay guys, at the suggestion/request of Konikub, who was told this couldn't be done, I, "Team LoneWolf" , decided to crack open the stock HTC Messaging application (Mms.apk), in order to investigate the possibility of inverting / applying a "dark theme" to the application.
It seems this has not been done before, and upon initial investigation, I can see why. Many of the HTC Sense applications share common resources (themes, styles, icons, etc), stored in com.htc.resources.apk. So, if you attempt to modify something used by Mms.apk, but stored in com.htc.resources.apk, you are going to unwittingly modify the appearance of other applications, and if other corresponding elements are not adjusted in those applications as well, you are going to have problems.
So, things that are "challenging" are the things I like to try and tackle, and inverting this application was a tough cookie, requiring extensive edits, in some cases to "undo" references to items stored / defined in com.htc.resources.apk, and rather, make them stand alone directly within Mms.apk. This required major edits to XML, Styles, Colors, local .pngs, and Smali/Java code. You wouldn't think simply themeing an app would require all of this, but Mms.apk did.
Essentially, what this mod has done, for the most part, is flip most text that was black, and made it white, and most backgrounds that were white, and made them black (inverted), giving you a bit more visual interest, as opposed to the stock "white" look.
For those running a dark theme on their phone, who prefer to use the stock messaging app (I use Handcent, lol), this should fit the bill nicely. Again, thanks to Koni-man for the "nudge" / "coaxing" to take a look at this.
Screen Shots:
{
"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"
}
Flash the attached (HtcMms.zip) via recovery. Also, let me know if I missed anything. It is certainly possible, as there are so many menu options / tasks that can be done, that I may have overlooked.
EDIT: MetaMorphs attachments added (morph_*.zip), to modify the default 'tap to compose' area from gray (shown in screen caps above), to black (screen capture), and another to return the application icon in the app drawer to stock color. DO NOT ATTEMPT to flash these. They must be applied using MetaMorph, AFTER you FIRST flash from recovery the original mod (HtcMms.zip). After applying using MetaMorph, you will need to, at a minimum, issue a Hot Restart, for the application to re-appear in the app drawer. It will disappear after applying the MetaMorph, and re-appear after a restart.
JsChiSurf said:
Screen Shots:
Click to expand...
Click to collapse
You never cease to amazing us . Do you know if we can get conversation bubbles inside each conversation?? That was something I was about to PM you about.
You are indeed the MAN! Looks awesome, I may have to dump go sms now! Lol
Sent from my Bad Seed Custom Themed EVO!
Js...you are the best in everyway possible, lol! Thanks for "Team Lone Wolf" for having my back
I have to throw a thank you to Koni for the little nudge as well.
Sent from my Bad Seed Custom Themed EVO!
jeffsanace said:
I have to throw a thank you to Koni for the little nudge as well.
Click to expand...
Click to collapse
Indeed, he's a good guy. Honestly, if someone else came to me for help on this one, especially since I use Handcent (currently, I may switch now too!), I probably would have ignored the request. But, I always like to help Koni out when possible .
Very sweet I am downloading now
Might you be able to customie other apps like this? Like making the stock HTC music app and People app all black. That would make Sense even more epic.
TMartin03 said:
You never cease to amazing us . Do you know if we can get conversation bubbles inside each conversation?? That was something I was about to PM you about.
Click to expand...
Click to collapse
Thanks. Hmmm, bubbles, that would be cool to pull off in the stock Mms as well. Maybe I'll see what it may entail. Probably pretty tough to pull off though...
pzvv said:
Very sweet I am downloading now
Might you be able to customie other apps like this? Like making the stock HTC music app and People app all black. That would make Sense even more epic.
Click to expand...
Click to collapse
Probably. It's just a matter of investing/finding the time to do so. Things like this can take many hours/days to pull off...
JsChiSurf said:
Thanks. Hmmm, bubbles, that would be cool to pull off in the stock Mms as well. Maybe I'll see what it may entail. Probably pretty tough to pull off though...
Click to expand...
Click to collapse
Pretty tough but you seem to master the impossible and normally very quickly lol.
Posted from my HTC Evo 4G on Tapatalk Pro!
Just flashed I like but needs a few details.
1. It changes the message icon at the top notification bar default.
2. Make the "Tap to Compose" section black with white like the rest.
3. Make the main message icon default color not blacked out.
Other than that very good work!!
chillenandy321 said:
Just flashed I like but needs a few details.
1. It changes the message icon at the top notification bar default.
2. Make the "Tap to Compose" section black with white like the rest.
3. Make the main message icon default color not blacked out.
Other than that very good work!!
Click to expand...
Click to collapse
Lol, I made it they way you described, since that's how I like it. If you have other preferences, have at it ;-) Those are simple personal preference tweaks.
Sent from my PC36100 using XDA App
Great Work OP!
Now gmail, mail, dialer, and gvoice??!!?! huh....huh?!?!?!
Wow, JS. Nice. I want to use this, but question. Does this include any of the mods that were put into it from Calkulin. More specifically, the compression fix and 5MB limit fix. It's fine if it doesn't. They're just good to have.
raiden89 said:
Wow, JS. Nice. I want to use this, but question. Does this include any of the mods that were put into it from Calkulin. More specifically, the compression fix and 5MB limit fix. It's fine if it doesn't. They're just good to have.
Click to expand...
Click to collapse
I modded this from a stock Mms.apk. I'm not familiar with the details of the mods Calkulin did, but I assumed they were to the framework, as opposed directly to the .apk. I'll have to look, as, honestly, until now, I've never really used the HTC Messaging app.
BTW, I'll probably knock out a few MetaMorphs shortly, with some "other" preferences, such as the mentioned black "tap to compose" area. I did it that way initially, but didn't like it. It looked like too much black to me and made it hard to differentiate the compose versus non-compose areas. I'll probably also do a MM to restore the stock application icon. I wanted to darken it to denote it is a changed / darkened version of the app.
Thanks been wanting this for a while. I knew you was going to give us something cool you was too quiet.
You are the man.
TEAM LONEWOLF one hack at a time
Sent from my PC36100 using XDA App
Okay, FYI, I've attached 2 MetaMorphs to the end of the OP based on preference.
The first MetaMorph will change the "tap to compose" area from the modded gray in the OP, to black for those who prefer it, as shown below:
The second MetaMorph simply returns the application icon in the app drawer to stock white.
Note, after applying using MetaMorph, you will need to, at a minimum, issue a Hot Restart, for the application to re-appear in the app drawer. It will disappear after applying the MetaMorph, and re-appear after a restart.
Nice job Js really nice looking man, you have done some really good mods for the Evo communuty and I use them thanks again
Sent from my PC36100 using Tapatalk
Really cool. Thank you.
via EVO.
After just getting around to installing your rotary unlock mod, I am loving this!
Only problem is I can't install it. I go into the recovery menu, choose install from zip and then confirm, I get an error.
Installing update...
Amend scripting (update-script) is no longer supported.
Amend scripting was deprecated by Google in Android 1.5.
It was necessary to remove it when upgrading to the ClockworkMod 3.0 Gingerbread based recovery.
Please switch to Edify scripting (updater-script and updater-binary) to create working update .zip packages.
Any ideas why I get this error? I haven't changed anything since I installed the rotary lockscreen. Maybe switching to Amon recovery?

[MOD] Hacked Gingerbread Camera.apk - updated 5/14/12

This is the Droid Charge Gingerbread Camera.apk with the following modifications:
* Sharpness set to +2 by default--use Camera-5-14-12.apk or Camera-with-2-sharpness.zip. dwitherell had a better idea for how to do this so that doesn't leave the sharpness stuck at +2, so I've updated the attachment to use his instead (thanks!) (added 5/14/12)
* Does not show in call warning--use Camera.apk or Camera-with-normal-sharpness.apk (added 12/20/11)
* Does not show battery warning on <= 15% battery (added 11/6/11)
* Shutter can be activated with either the power button or the search button (although you need to press pause or stop manually in the camcorder) (added 11/6/11)
Requirements:
* You must be running a deodexed Gingerbread Droid Charge ROM. If you have a /system/app/Camera.odex file, you are not running a deodexed ROM, and will need to flash a different one or deodex your ROM before using this mod.
Installation instructions:
1. Back up your Camera.apk by moving it to /system/app/Camera.apk.bak
2. Push one of the attached Camera files to /system/app/Camera.apk with adb or download and copy it there with RootExplorer or ROM Toolbox
Alternatively, flash one of the attached CWM ZIP files from recovery. Thanks to dwitherell for the empty flashable ZIP file, since I could never get them to work correctly when I created them myself.
To use a different version of this mod or revert to the original, download the desired file, rename it to Camera.apk, and then follow the installation instructions above
Known to work on:
Pretty much every Gingerbread (Android 2.3.6) ROM. It is included in Tweaked/TweakStock and InfinityROM.
Feel free to click the "Thanks" button if you like my work
Yeah power button for shutter would be sweet
Sent from my SCH-I510 using XDA App
THANK. YOU. I was trying to get the old one for froyo build's working today & I couldn't, this is exactly what I was looking for.
If you could also add Search Button for shutter, that would be perfect, since it's easier to press & more conveniently located than the power button.
One other request, sort of weird, but when I'm in the camera app, & I press the power button, make it so it actually puts the phone to sleep, not just locks it so you can't do anything but it's still running down your battery.
Haloman800 said:
THANK. YOU. I was trying to get the old one for froyo build's working today & I couldn't, this is exactly what I was looking for.
If you could also add Search Button for shutter, that would be perfect, since it's easier to press & more conveniently located than the power button.
One other request, sort of weird, but when I'm in the camera app, & I press the power button, make it so it actually puts the phone to sleep, not just locks it so you can't do anything but it's still running down your battery.
Click to expand...
Click to collapse
I counter that, I would like to use the power button for shutter. It's easier to use when you take a picture of others and of yourself
Sent from my SCH-I510 using xda premium
Thanks for the feedback! Once I figure out how to change the behavior of keys in the app I could maybe create a couple different versions--one with search for shutter and another for power. I haven't figured out how that code works yet (I'm reading smali code for the most part) but I'll keep you posted.
I can confirm it definitely works on Humble. I used it tonight to take a picture at the Rangers game with about 10% battery left.
Thank you! This is very useful. I was taking off from Puerto Rico to fly back to Florida and I wanted to record the take off. But guess what? My battery was to low!
Doesn't work-humble 4.5. A working version would be sweet... Thanks for the effort.
Sent from my HUMBLE 4.5 using XDA App
andrewjt19 said:
Doesn't work-humble 4.5. A working version would be sweet... Thanks for the effort.
Sent from my HUMBLE 4.5 using XDA App
Click to expand...
Click to collapse
When you replace the Camera.apk in /system/app/, what happens? Does it not show in the app drawer or are you not able to run it? If you PM me the Humble APK I will make the same modification to it as I did to the other one, which should make it work for you.
substanceD said:
When you replace the Camera.apk in /system/app/, what happens? Does it not show in the app drawer or are you not able to run it? If you PM me the Humble APK I will make the same modification to it as I did to the other one, which should make it work for you.
Click to expand...
Click to collapse
I'm running Humble 4.5 as well, it works perfectly for me. He probably tried to install it like a normal app.
p.s. , here's the thread for the guy that hacked the froyo camera, if you want to ask him how he changed the button mappings: http://forum.xda-developers.com/showthread.php?t=1144885
Thanks again, this has already saved me once!
It works for me running stock 2.3.5. If it doesn't work try rebooting.
Sent from my SCH-I510 using XDA App
Works for me. I'm running Humble 4.5. App disappeared when I copied it over to system/app using Root Explorer. Rebooted and now everything is just fine. Thanks!
haza12d said:
Works for me. I'm running Humble 4.5. App disappeared when I copied it over to system/app using Root Explorer. Rebooted and now everything is just fine. Thanks!
Click to expand...
Click to collapse
In general, if you replace a system app it will disappear from your home screen, but will reappear in the app drawer and soon as you put it back in /system/app/. That has been my experience, anyway.
Thanks Substance!!! Been waiting on this for a while! Would love to see a write-up on how you did it. What Smali code you edited etc. I spent some time learning how to turn stuff into smali, but was never able to make the necessary changes. Would love to see your thought process.
Thanks again!!!
tezjet said:
Thanks Substance!!! Been waiting on this for a while! Would love to see a write-up on how you did it. What Smali code you edited etc. I spent some time learning how to turn stuff into smali, but was never able to make the necessary changes. Would love to see your thought process.
Thanks again!!!
Click to expand...
Click to collapse
I'm glad you found this useful
Smali is kind of like a cross between x86 assembly and Java, although it definitely beats the former in terms of being able to understand and code in it easily. I actually just found this thread where someone did essentially the same thing for a different phone, and the author explains the process he used (which looks about the same as mine).
What I did is I pulled out the classes.dex file from Camera.apk and used a tool called dex2jar to generate a .jar file with the "classes" embodied by the .dex file (I say "classes" because most of the generated classes are not actually valid code). I then used jd-gui to examine the classes, which provides a better high-level overview of what is happening than .smali files do. After identifying which methods contained the logic I wanted to modify, I used baksmali to decompile the .dex file into .smali files. Editing the smali files was generally straightforward, since I knew which methods I wanted to edit and I was mostly just removing code or adding a couple lines here and there. The low battery check is in AbstractCameraActivity.smali:handleLowBattery() and the key press logic is in Camera/Camcorder.smali: onKeyDown() and Camera/Camcorder.smali: onKeyUp(). After making the changes I packaged up the .smali files into classes.dex with smali and replaced the classes.dex in Camera.apk.
I'm far from an expert, but if you have any specific questions about smali, send me a PM and I'll try to help.
The remapped buttons don't seem to work on stock 2.3.5 :-(
Sent from my SCH-I510 using XDA App
Chitala383 said:
The remapped buttons don't seem to work on stock 2.3.5 :-(
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
Hmm neither power nor search does anything in the camera or camcorder? Pressing the power button doesn't "lock" the camera like it usually does, right?
Yeah, pressing power locks the camera and pressing search does nothing. I've tried downloading and pushing it over 3 times, rebooting, and the remapped buttons won't work.
Sent from my SCH-I510 using XDA App
Chitala383 said:
Yeah, pressing power locks the camera and pressing search does nothing. I've tried downloading and pushing it over 3 times, rebooting, and the remapped buttons won't work.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
Since you're still seeing that the power button "locks" the camera, you're definitely on the first version that I posted. With the edits that I made, there isn't any logic in the app that can cause it to lock, so somehow the versions are mixed up for you. I just downloaded the APK attached in the first post and it behaves correctly for me. Can you please try this?
1. Rename Camera.apk in /system/app/ to Camera.bak2 or something
2. Confirm that the camera app is now missing from your home screen and app drawer
3. Copy the Camera.apk from the original post to /system/app/
4. Confirm that the size of Camera.apk is 2.07MB (the initial version shows as 2.06MB for me)
5. Confirm that the modification time on Camera.apk is sometime in the last xx minutes
Let me know how that works for you, thanks!
Yup, this is now the fourth time I've done all of that with still the same results. weird.
{
"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"
}
Sent from my SCH-I510 using XDA App

[THEME]**FROST*BITE**V1.1 Honeycomb AOSP bark...look great!!! :D

{
"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"
}
I present to you my AOSP Honeycomb theme (**FROST**BITE**V1.0) for p6200 and p6200L (let me know if it work on any other)
I have had the day off college so i decided it was time to get to grips with my tab as we don't always see eye to eye. haha. iv modded what ever i could find in framework & system Ul. although it looks cool now just give me some time to work on this baby
what is themed?
well....
.system ul
.notification box with transparent backing
.power control themed gray
.lock screen
.clock
.settings icon (will theme setting ASAP in black)
.messaging icon (will theme message .apk ASAP)
.notification bar is now stock black with stock 3.0 soft keys in gray/white
.battery is themed but needs work sizing etc (I may add a circle mod hmmm..)
.signal bar ripped from XOOM stock 3.1 honeycomb ROM
.launcher is themed with stock honeycomb app key but still TW (i will add the option of a stock AOSP launcher.zip but you can not add widgets
to be continued.......
what is stock?......
well....
.camera is stock AOSP with stock icon.
.browsed is stock AOSP
.gallery is stock AOSP
.music is the latest AOSP version (sooo cool)
.clock widget is stock AOSP.
extras...
you will also get in the .zip....
asus weather widget
XOOM clock widget
movie studio XOOM
Toshiba media player
and a selection of stock honeycomb wallpapers
installation.
0.nandroid then check if you have a nandroid back up then check agen haha...
1. clear data on the following before install....Browser/ clock/ launcher (it just helps prevent issues and damn force closes)
2. make sure you are deodexed and rooted
3.place **FROST**BITE**V1.1.zip on to your external SD card navigate to choose zip for SD and flash....BANG!!!....your in **FROST**BITE**V1.0
thanks me or buy me a beer
Download here: http://dl.dropbox.com/u/8623715/FROST_BITE_V1.1 beta.zip
the setting will come in a update.zip also with the soft keys you see now
updates:
v1.1 beta:....uploading now
whats changed?...A) soft keys are more stock with matching screen capture and a very nice purple battery mod. you will also get AOSP stock setting with TW feel.
AOSP wallpapers are attached at the bottom to install but a faulty install in the .zip may mean you need to go to root explorer and uninstall the other one if it does not work let me know.
Disclaimer: i am not responsible if you brick your device under Google's open sauce licence. i will help you if you do something wrong but its not my fault.
if you do decide to blame me i will simply giggle at your expense haha then suggest ways for you to use your tab...drinks tray, diner mat, roofing slate...haha
Went a head and flashed your ROM on the T869 device (running deodexed rom). Screen cap below. It was charging at time of screen cap. I changed wallpaper immediately because the one the theme was very odd and very "zoomed in" looking.
I know this was not meant for this device...but its fun to try right?
Few things that don't look right.
-Lock screen orbit is a small square...that's it. You can still unlock though.
-Battery icon when device is not charging is off. It turns it into a gray spiral type icon.
-Get 3g icon instead of 4g (obvious reason why)
Again, not a problem report...just letting those know who want to play with the t869 device. I'm finding these themes are almost do-able on the T869.
aaronuser said:
Went a head and flashed your ROM on the T869 device (running deodexed rom). Screen cap below. It was charging at time of screen cap. I changed wallpaper immediately because the one the theme was very odd and very "zoomed in" looking.
I know this was not meant for this device...but its fun to try right?
Few things that don't look right.
-Lock screen orbit is a small square...that's it. You can still unlock though.
-Battery icon when device is not charging is off. It turns it into a gray spiral type icon.
-Get 3g icon instead of 4g (obvious reason why)
Again, not a problem report...just letting those know who want to play with the t869 device. I'm finding these themes are almost do-able on the T869.
Click to expand...
Click to collapse
thanks mate for you reply as you sed this is not for your device you were lucky not to soft brick it it only looks funny on your device as the framework files are quite different from the ones on your device so you have most probably entered a different file when it flashed hence the freaky wallpaper p.s. my new update it being uploaded in second so feel free to give it a go my friend its so much better that the older version and the battery looks cool to made it myself
i am planning on making some battery mod.zips with a big selection and next week after making this theme black i will defo start a new
Which model does this theme works for? Does it work on my P6200? Anyway great theme!
leviathian said:
Which model does this theme works for? Does it work on my P6200? Anyway great theme!
Click to expand...
Click to collapse
yes it will work just fine on your device my friend and thanks haha
p.s. thanks so much for the donations guys very much appreciated glad you all like my work
i will be working on a new theme this week but i need ideas from you all
In regards to me flashing this on T869 Device (which it was not made for)
I knew it wouldn't soft brick...been playing with the current themes offered and have flashed before. Most of the framework and system are similar enough it will boot every time...just may not look right on some things. Ive owned and flashed many android devices...so very comfortable with it.
Im in no way a dev...very wet behind the ears when it comes to theming. But the T869 device needs some love so im trying my best to learn how I can do just that...give it some love.
I greatly appreciate your work.
aaronuser said:
In regards to me flashing this on T869 Device (which it was not made for)
I knew it wouldn't soft brick...been playing with the current themes offered and have flashed before. Most of the framework and system are similar enough it will boot every time...just may not look right on some things. Ive owned and flashed many android devices...so very comfortable with it.
Im in no way a dev...very wet behind the ears when it comes to theming. But the T869 device needs some love so im trying my best to learn how I can do just that...give it some love.
I greatly appreciate your work.
Click to expand...
Click to collapse
thank you very much im pleased with that.
what tools are you using to theme at this moment?
Just picked up a 6 core system last night to run Linux on. Probably try setting up the kitchen once I finish building the system.
Any tips you could help me with would be appreciated.
Sent from my SGH-T989 using xda premium
aaronuser said:
Just picked up a 6 core system last night to run Linux on. Probably try setting up the kitchen once I finish building the system.
Any tips you could help me with would be appreciated.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
ohhh...cool man what possessor u using?
the best software to theme is something as simple as 7-zip for opening apks and PAINT.NET for coloring and re-sizing or Photoshop for high quality themeing
AMD Phenom II X6 3.3 GHz, 10g mem
I'm very fluent in Photoshop, so I will be using that for "theming". Very familiar with 7zip.
aaronuser said:
AMD Phenom II X6 3.3 GHz, 10g mem
I'm very fluent in Photoshop, so I will be using that for "theming". Very familiar with 7zip.
Click to expand...
Click to collapse
very nice...
well when you get the hang of all the framework etc im sure we will have an amazing themer on our hands ill be of some support for you
jmar8124 said:
very nice...
well when you get the hang of all the framework etc im sure we will have an amazing themer on our hands ill be of some support for you
Click to expand...
Click to collapse
Appreciate the encouragement. I just need to do some reading and figure out all the details of doing theming.
My only thing im very unsure of yet is creating update.zips. Still have plenty of reading to do...
aaronuser said:
Appreciate the encouragement. I just need to do some reading and figure out all the details of doing theming.
My only thing im very unsure of yet is creating update.zips. Still have plenty of reading to do...
Click to expand...
Click to collapse
its very easy all you have to do is set up the kitchen you require and select the option fill in the information you want to show in the recovery log add change log and fill with apks etc... haha but you do have to write the paths out e.g. if you want something going in to system, app make a system folder and put app folder in to that one then place your required file in to it and it will pop it in their when flashed. A very easy cheats way is to copy someones META-INF file and place it in to a .zip then fill in your paths described above easy!....when you get going
think this will work on mywifi only device? I think its p6210
Macros617 said:
think this will work on mywifi only device? I think its p6210
Click to expand...
Click to collapse
no sorry mate but you can send me your system app folder and framework apk i will be more than happy to make it for you lot with the wifi only device
aaronuser said:
AMD Phenom II X6 3.3 GHz, 10g mem
I'm very fluent in Photoshop, so I will be using that for "theming". Very familiar with 7zip.
Click to expand...
Click to collapse
nice set up, Im drooling. perfect for making ICS builds.
jmar8124 said:
no sorry mate but you can send me your system app folder and framework apk i will be more than happy to make it for you lot with the wifi only device
Click to expand...
Click to collapse
errr how would I do that?
Macros617 said:
errr how would I do that?
Click to expand...
Click to collapse
well providing you are rooted and have root explorer installed you also u will need to be deobexed to install it to ...easy to do open root explorer navigate to system open it then in system folder it will have the folders app (copy it to sdcard) and copy the framework folder and save to sdcard after that put them on to a pc and upload them to bropbox if you you have it and up the download link in this thread for me and then il get to work on it haha
jmar8124 said:
well providing you are rooted and have root explorer installed you also u will need to be deobexed to install it to ...easy to do open root explorer navigate to system open it then in system folder it will have the folders app (copy it to sdcard) and copy the framework folder and save to sdcard after that put them on to a pc and upload them to bropbox if you you have it and up the download link in this thread for me and then il get to work on it haha
Click to expand...
Click to collapse
App
http://dl.dropbox.com/u/6826048/app.zip
Framework
http://dl.dropbox.com/u/6826048/framework.zip
Hopefully you'll be able to port it thanks!

[MOD] [SYSTEMUI] Enable Wifi Toggle / Reconfigure and theme toggles [ICS Blue!]

This update zip will replace the SystemUI.apk with one that has the wifi toggle switch enabled in the notification panel. Flash with recovery. A thanks to Cheater912 for requesting this mod.
Note: The toggle switches have been slightly rearranged per my preferences. If you would prefer do have a different order, post reply below.
Please note that there are different versions for stock and for beans rom. Beans are marked accordingly. However,the launcher you are using does not matter.
{
"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"
}
Description (ordered)
WifiToggle: BT/Wifi/GPS/Orientation/Sound/PowerSave/Airplane/DrivingMode/MobileData
ReturnToStock: Stock SystemUI for touchwiz devices (not beans)
WifiToggleBeansRom: Same as WifiToggle but made for Beans Rom (edit: confirmed working)
AntiToggle: Completely removes toggles
Personalized (ordered)
WifiToggleTokedUp: WiFi/MobileData/AirplaneMode/GPS/Bluetooth
WifiToggleSchaweet: Wifi/BT/GPS/Sound/Airplane/Orientation/PowerSave/DrivingMode/MobileData/Sync
WifiToggleSkiddingus: BT/Wifi/GPS/Orientation/Sound
WifiToggleDataBuddyRevell: BT/Wifi/GPS/Orientation/MobileData/Sound/PowerSave/Airplane/DrivingMode
WifiToggleNightxFall-Beans: BT/Wifi/GPS/Orientation/MobileData/Sound/PowerSave/Airplane/DrivingMode (for beans only)
WifiToggleSchaweet-Beans: Wifi/BT/GPS/Sound/Airplane/Orientation/PowerSave/DrivingMode/MobileData/Sync (for beans only)
WifiToggleSkiddingus-Beans: BT/Wifi/GPS/Orientation/Sound (for beans only)
WifiToggleRevolt1: MobileData/GPS/WiFi/Airplane/Sound
Personalized versions can be found here.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ICS Blue Mod EDIT: Ghosting should be fixed now
I will not be accepting custom requests for the ICS Blue series due to the number of files involved. I apologize for the inconvenience. I wasn't expecting such a huge amount of traffic and requests coming in. Thanks for being a great and active community. I will work to develop a solution with which to allow customized versions of it in the near future. I might create an ICS blue version for the second most popular toggle configuration based on dl count. Most likely one with MobileData in the first section.
The current configuration is as follows:
-Toggle Order: BT/Wifi/GPS/Orientation/Sound/PowerSave/Airplane/DrivingMode/MobileData/Sync
-All Toggles are themed blue
-Battery Icon is themed blue
EDIT: GREEN BEANS IS FIXED!! (no really, it is this time. tested + confirmed)
Both stock and beans versions are available. See attached
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To-Do List (bean support where noted) REQUESTS ARE NOW CLOSED (SEE EXPLANATION BELOW)
-kill gps crosshairs (multiple requests) See here for progress
-stock with wifi instead of screen rotation (stam2000) [In Progress]
-wifi/sound/mobiledata/screenrotate/airplane/powersave (cvballa3g0) [In Progress]
-remove "battery is full" notification (revolt1) See here for progress
-color date ICS blue (Schaweet)
-AntiToggle w/ ICS Blue battery (aatrek)
-Wifi/BT/GPS/Airplane/Orientation/Sound/DrivingMode/MobileData/Sync (Zoandroid)
-No Animation (MAD Industries)
if you are on this list and you are using the bean rom and the entry is not marked for bean, please send me a PM so I can correct it
CLOSED: Because I need to develop a system to more quickly and dynamically generate these files. This will allow a greater level of support as well as personalization. The tradeoff is time. I will have to devote a certain amount of time to this project instead of the requests once I am through with the current list. Rest assured if you are on the list right now, you have priority. Thank you for all the positive feedback this thread has gained. It's had much more impact than I could have imagined.
--
MAD Industries said:
This update zip will replace the SystemUI.apk with one that has the wifi toggle switch enabled in the notification panel. Flash with recovery.
Note: The toggle switches have been slightly rearranged per my preferences. If you would prefer do have a different order, post reply below.
EDIT: This is for stock roms with touchwizUI. However,the launcher you are using does not matter.
Click to expand...
Click to collapse
Could you possibly explain which xml files and which parts of those files to edit in order to get rid of certain toggles? I only want 5 total toggles on there and am just now learning how to edit this stuff.
WOW thanks a lot this is great! Can you post a Screen shot?
Any chance you can make one with just GPS, WiFi, Mobile Data, Airplane Mode, Bluetooth? in that order? Im on VZW btw
thekendog said:
Could you possibly explain which xml files and which parts of those files to edit in order to get rid of certain toggles? I only want 5 total toggles on there and am just now learning how to edit this stuff.
Click to expand...
Click to collapse
Sure. You will want to decompile /system/app/SystemUI.apk using apktool. (dont forget to apktool if framework-res.apk so you dont get decompile errors, also make a backup of SystemUI.apk) Then go to /SystemUI/res/values/arrays.xml and you will find a quicksettings array. That will list both the order and type of toggles. You just add/remove/move the lines around.
EDIT: Also, you cant just recompile and push to phone. You must recompile and pull the resources.arsc out of the new apk and then slip that into the original apk file that you pulled.
If you need more specific help, join me on freenode. #verizons3
TokedUp said:
WOW thanks a lot this is great! Can you post a Screen shot?
Any chance you can make one with just WiFi, Mobile Data, Airplane Mode, GPS, Bluetooth? in that order?
Click to expand...
Click to collapse
Yes, and yes.
Sheer awesomeness ....
Edit: Flashed this twice and nothing changed ...
Works now !!!
PJ
Phoenix AZ
*Edit*
I tried this and it did add the wifi toggle.
*Edit*
Tried the new version and it worked. I love it when developers help us put the phone in a condition that the manufacturer intended and not the way Verizon wants it. Thank you.
manchild83 said:
I tried this and it did not add the wifi toggle.
Click to expand...
Click to collapse
edited now that it is fixed, working fine on stock GSIII rom using ADW EX Launcher, no deodex necessary
Pretty sure one must be deodex to use this.
[redacted]
also, it's fixed now.
Yeah it did nothing for me.
Sent from my SCH-I535 using xda premium
Can you add a brightness toggle?
Pinesal said:
Can you add a brightness toggle?
Click to expand...
Click to collapse
Please. With the option of changing percentages too would be awesome.. like 30, 50, 70, full.... but not necessary. Thanks for this man. The wifi was really the only thing i was missing.
Sent from my SCH-I535 using Tapatalk 2
Amazingbman said:
Yeah it did nothing for me.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
pdinphx said:
Sheer awesomeness ....
Edit: Flashed this twice and nothing changed ...
PJ
Phoenix AZ
Click to expand...
Click to collapse
manchild83 said:
I tried this and it did not add the wifi toggle.
Click to expand...
Click to collapse
neyenlives said:
same here, using ADW EX Launcher with Dark Edge Theme loaded
Click to expand...
Click to collapse
Should be good to go now
TokedUp said:
WOW thanks a lot this is great! Can you post a Screen shot?
Any chance you can make one with just GPS, WiFi, Mobile Data, Airplane Mode, Bluetooth? in that order? Im on VZW btw
Click to expand...
Click to collapse
Here you are. Enjoy!
Pinesal said:
Can you add a brightness toggle?
Click to expand...
Click to collapse
faehsemc said:
Please. With the option of changing percentages too would be awesome.. like 30, 50, 70, full.... but not necessary. Thanks for this man. The wifi was really the only thing i was missing.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
That is a significantly more amount of work. This is just a quick hack. That doesn't mean it wont be done though. I'll look into it. That's usually the sort of thing to include with a rom.
MAD Industries said:
Here you are. Enjoy!
Click to expand...
Click to collapse
Donation forth coming!
Just in case, is there a way to go back to stock?
TokedUp said:
Donation forth coming!
Just in case, is there a way to go back to stock?
Click to expand...
Click to collapse
Thanks!
Yes, I updated the OP with an option for stock. Also, can you confirm this is now working? (just making sure)
Dumb noob question
What does "flash with recovery" mean?
If I already have a rooted phone, can I just rename the existing SystemUI.apk and copy this one into its directory with Root Explorer?
MAD Industries said:
Yes, I updated the OP with an option for stock. Also, can you confirm this is now working? (just making sure)
Click to expand...
Click to collapse
The wifi addition works perfectly! Thank you!
Sent from my SCH-I535 using Tapatalk 2
MAD Industries said:
dont forget to apktool if framework-res.apk so you dont get decompile errors
Click to expand...
Click to collapse
Thanks for this. Can you please explain what this means. I have used apktools to decompile before, just confused here.
Sent from my Galaxy Nexus using Tapatalk 2

Categories

Resources