[MOD] Enable MMS @ 1200K/GroupMessaging/VVM for ViperOneM8 - Verizon HTC One (M8)

Information
when flashing viperone, the htc messaging app did not support group messaging or visual voice mail
there have been people (even I) who have replaced the stock messaging app with ours and ended up with MMS size issues. these sizes where 100K, 200K and 300K
this is the stock htc messaging app
after following the instructions, you will have group messaging, visual voicemail, and the normal MMS sizes of 200K, 500K and 1200K
Instructions
download the .zip
reboot into recovery
flash via recovery
reboot
plug phone into pc and use the following adb command (NOTE: this will reset most settings within HTC Sense. etc.. turns ringer to silent, turns gps location off, and a reset the messaging settings)
Code:
adb shell am start -n com.htc.android.htcsetupwizard/.activity.CustomizationActivity
if you are not near a pc, download and install terminal emulator and type the following
Code:
su
am start -n com.htc.android.htcsetupwizard/.activity.CustomizationActivity
if your screen is on, this will flash up the white HTC screen.
----------------------------------------------------------------------------------------------------------------------
to chnage your MMS size limits to whatever, check here http://forum.xda-developers.com/showpost.php?p=51991250&postcount=16
Downloads
download: http://www.androidfilehost.com/?fid=23329332407587101 (this will add VVM, but will not work if you have enabled extreme powersaver mode. the message icon will not launch when in extreme power saver mode)
md5: 45dac35377a8fc9ef46556435b5accd4
download: http://d-h.st/Ej7 (thanks to andybones, this works with extreme powersaver mode, but you LOSE VVM tab and you will be reset to low mms size limits. just run the above intructions again, starting at step 5)
download: http://d-h.st/RdC (thanks to andybones for the link, Hawknest for the mod, same as download above, it just adds message notifications)
Bugs
depending on the download you choose, download #1 which has vvm included
this breaks messaging on extreme powersave mode
after extreme power saver comes on then goes off; google play store does not have data. - to fix this issue, go to settings > apps > clear data for google play
Screenies
{
"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"
}

When I try to type it in terminal emulator it keeps saying error device not found

the sandman89 said:
When I try to type it in terminal emulator it keeps saying error device not found
Click to expand...
Click to collapse
Leave out the adb shell ...my bad
-HTC One m8-

Sweet! Worked perfect for me.
I had to uninstall my "other" Visual Voicemail app workaround, just to be sure there was no conflict.
Would it be OK if I linked to this thread in my VVM workaround thread?

WorldOfJohnboy said:
Sweet! Worked perfect for me.
I had to uninstall my "other" Visual Voicemail app workaround, just to be sure there was no conflict.
Would it be OK if I linked to this thread in my VVM workaround thread?
Click to expand...
Click to collapse
that's fine with me
-HTC One m8-

Thanks a lot worked perfectly!! Was waiting for someone to post this

Using viper Rom with this, are all the extreme power options working with this and stock messaging app? Sending mms, etc?
---------- Post added at 01:48 PM ---------- Previous post was at 01:48 PM ----------
Before there where issues between stock messaging app and extreme power saver mode. Those issues still here or fixed in this download?

deeznuts said:
Using viper Rom with this, are all the extreme power options working with this and stock messaging app? Sending mms, etc?
---------- Post added at 01:48 PM ---------- Previous post was at 01:48 PM ----------
Before there where issues between stock messaging app and extreme power saver mode. Those issues still here or fixed in this download?
Click to expand...
Click to collapse
I didn't know of this issue, but I just turned it on and I get 'app not installed'
I don't use it but I'll add it to the OP
-HTC One m8-

Worked like a charm.
Thanks again :good::good:

JWhetstone02 said:
I didn't know of this issue, but I just turned it on and I get 'app not installed'
I don't use it but I'll add it to the OP
-HTC One m8-
Click to expand...
Click to collapse
So flashing this will give us no sms in extreme power save mode?

deeznuts said:
So flashing this will give us no sms in extreme power save mode?
Click to expand...
Click to collapse
yep

deeznuts said:
So flashing this will give us no sms in extreme power save mode?
Click to expand...
Click to collapse
You are correct. I just tried & it's no go on messaging...but I can live with that.

Anyone know the max mms file size attachement to send pictures over verizon? Also, if verizon is say a 1200kb limit and I send it to someone on AT&T, will they still get the picture text message?

deeznuts said:
Anyone know the max mms file size attachement to send pictures over verizon? Also, if verizon is say a 1200kb limit and I send it to someone on AT&T, will they still get the picture text message?
Click to expand...
Click to collapse
they will receive it, but depending on their carrier it may get compressed or it may come in they full size

Oh ok as long as they receive it still thatss fine. What's verizon send limit then? I flashed your zip and works great so far with VVM. Just need to do the adb thing to get the higher limits.
I see 1200kb is the highest you guYs state on here. Is that the highest verizon will send and other customers will receive? Thanks
---------- Post added at 04:49 PM ---------- Previous post was at 04:29 PM ----------
Everything seems good, just need to stay away from Extreme Power Saver mode. Thank you!

deeznuts said:
Oh ok as long as they receive it still thatss fine. What's verizon send limit then? I flashed your zip and works great so far with VVM. Just need to do the adb thing to get the higher limits.
I see 1200kb is the highest you guYs state on here. Is that the highest verizon will send and other customers will receive? Thanks
Click to expand...
Click to collapse
the stock size limits were 200K 500K and 1200K
I'm assuming you can change them yourself. if you want to experiment, it is located here:
Code:
adb pull /system/customize/MNS/default.xml
open default.xml with notepad++ and locate somewhere around line 1955
Code:
<item name="MMS_Msg_Size1">200K</item>
<item name="MMS_Msg_Size2">500K</item>
<item name="MMS_Msg_Size3">1200K</item>
<item name="MMS_Msg_Size_Choose">1200K</item>
change those values. I think the vaules 600K, 1000K and 3500K will work
save the file then push it back to the phone
Code:
adb push default.xml /system/customize/MNS/default.xml
or edit that file with root explorer with the above
then run the command to refresh htc sense
Code:
adb shell am start -n com.htc.android.htcsetupwizard/.activity.CustomizationActivity
EDIT: that did work heres a screenie

Hey I am hoping that you might be able to do me a huge favor. I would really like to use venoms dark theme with the app, but if I flash the theme with this app installed the app disappears as the theme install a different resources.arsc. So was hoping that you might be able to decompile both and theme it manually or possibly give me some pointers on why my machine won't decompile properly. I am attempting to use spktool 1.5.2 by ibotpeaches.
Sent from my HTC6525LVW using Tapatalk

pimpmaneaton said:
Hey I am hoping that you might be able to do me a huge favor. I would really like to use venoms dark theme with the app, but if I flash the theme with this app installed the app disappears as the theme install a different resources.arsc. So was hoping that you might be able to decompile both and theme it manually or possibly give me some pointers on why my machine won't decompile properly. I am attempting to use spktool 1.5.2 by ibotpeaches.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
I don't know too much about theming, but if youre decompiling an HTC app, you need to make sure you install the frameworks.
I think it's something like- if d com.HTC.resources.apk
I read the venom theme thread, they will have a Verizon beta tester, as someone already posted about it
-HTC One m8-

JWhetstone02 said:
I don't know too much about theming, but if youre decompiling an HTC app, you need to make sure you install the frameworks.
I think it's something like- if d com.HTC.resources.apk
I read the venom theme thread, they will have a Verizon beta tester, as someone already posted about it
-HTC One m8-
Click to expand...
Click to collapse
Awesome thank you thats what I was missing. I was trying to use framework-res-htc.apk and the second resource. Have it working now. Will also see if I can mod it to work with extreme power mode.

I'm having problems not receiving notifications. I have to go into the messaging app to see if I got any new messages. Any ideas?
The one!

Related

[MOD] Disable ALL lockscreens for HTC Sense ROMs

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

[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

[MOD] [TMO] Remove Brightness and Volume Sliders

I deodexed the SystemUI from the T-Mobile G2 and removed the volume and brightness sliders. Download the APK from the link below and follow the directions below. Root is required
{
"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"
}
Download: https://dl.dropboxusercontent.com/u/11865/LGSystemUI.apk
1. Use 'adb pull' to grab a copy of your current LGSystemUI.apk and LGSystemUI.odex files for backup!!!
2. Push the new LGSystemUI.apk to the sdcard
Code:
adb push LGSystemUI.apk /sdcard/LGSystemUI.apk
3. Open a root adb shell.
4. Remount system to read/write with the following:
Code:
mount -o remount,rw -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
5. Delete the existing files
Code:
rm /system/app/LGSystemUI.apk
Code:
rm /system/app/LGSystemUI.odex
6. Copy the new file to /system/app
Code:
cp /sdcard/LGSystemUI.apk /system/app/LGSystemUI.apk
7. Set correct permissions
Code:
chmod 644 /system/app/LGSystemUI.apk
8. Reboot
Code:
reboot
Done!
Worked perfect using root explorer. Thanks so much. Hated those things.
Sent from my LG-D801 using Tapatalk 4
Good work. Now that you've removed them from the t-mobile g2, can I have them on my Verizon g2?
Actually, all I want is the brightness slider, no use for the volume one. Is this something you could do as a request if I provide the Verizon systemUI.apk and do the testing? I would just about kill to have the brightness slider on mine, but it is not part of the Verizon rom.
JTNiggle said:
Good work. Now that you've removed them from the t-mobile g2, can I have them on my Verizon g2?
Actually, all I want is the brightness slider, no use for the volume one. Is this something you could do as a request I provide the Verizon systemUI.apk and do the testing? I would just about kill to have the brightness slider on mine, but it is not part of the Verizon rom.
Click to expand...
Click to collapse
I assume this fix file will work on the Tmobile, ATT and Sprint versions?
---------- Post added at 09:54 PM ---------- Previous post was at 09:48 PM ----------
dw9906 said:
Worked perfect using root explorer. Thanks so much. Hated those things.
Sent from my LG-D801 using Tapatalk 4
Click to expand...
Click to collapse
Sounds like its so much easier to copy these files and change permissions to 644 (rw-r--r--) using root explorer than to use adb commands.
JTNiggle said:
Good work. Now that you've removed them from the t-mobile g2, can I have them on my Verizon g2?
Actually, all I want is the brightness slider, no use for the volume one. Is this something you could do as a request if I provide the Verizon systemUI.apk and do the testing? I would just about kill to have the brightness slider on mine, but it is not part of the Verizon rom.
Click to expand...
Click to collapse
Everyone is trying to get the sliders off and im trying to get them on. All I really want is the brightness slider too.
JTNiggle said:
Good work. Now that you've removed them from the t-mobile g2, can I have them on my Verizon g2?
Actually, all I want is the brightness slider, no use for the volume one. Is this something you could do as a request if I provide the Verizon systemUI.apk and do the testing? I would just about kill to have the brightness slider on mine, but it is not part of the Verizon rom.
Click to expand...
Click to collapse
PM me a link to the Verizon one and I can take a quick look before I head off to sleep (work in the morning). I found quite a few references to "vzw" things in my APK so it wouldnt surprise me that is is simply disabled.
ericdabbs said:
I assume this fix file will work on the Tmobile, ATT and Sprint versions?
---------- Post added at 09:54 PM ---------- Previous post was at 09:48 PM ----------
Sounds like its so much easier to copy these files and change permissions to 644 (rw-r--r--) using root explorer than to use adb commands.
Click to expand...
Click to collapse
I don't think so, but I don't really know. All the carriers modified the UI a bit so I dont really know if they are interchangeable. If you really want to try, just make sure you have a backup of the stock apk and odex file!
staulkor said:
PM me a link to the Verizon one and I can take a quick look before I head off to sleep (work in the morning). I found quite a few references to "vzw" things in my APK so it wouldnt surprise me that is is simply disabled.
I don't think so, but I don't really know. All the carriers modified the UI a bit so I dont really know if they are interchangeable. If you really want to try, just make sure you have a backup of the stock apk and odex file!
Click to expand...
Click to collapse
The Verizon version doesn't have the sound bar and brightness bar issue in stock version. Verizon has a slightly modified version of the software. Now I don't know if there is a way to add the brightness slider on the Verizon version.
This sound and brightness slider issue affects the international versions of the G2 which are on ATT, Sprint and Tmobile. Hopefully someone with an ATT version can try this fix out and see if this works.
JTNiggle said:
Good work. Now that you've removed them from the t-mobile g2, can I have them on my Verizon g2?
Actually, all I want is the brightness slider, no use for the volume one. Is this something you could do as a request if I provide the Verizon systemUI.apk and do the testing? I would just about kill to have the brightness slider on mine, but it is not part of the Verizon rom.
Click to expand...
Click to collapse
Walter21026 said:
Everyone is trying to get the sliders off and im trying to get them on. All I really want is the brightness slider too.
Click to expand...
Click to collapse
ericdabbs said:
The Verizon version doesn't have the sound bar and brightness bar issue in stock version. Verizon has a slightly modified version of the software. Now I don't know if there is a way to add the brightness slider on the Verizon version.
This sound and brightness slider issue affects the international versions of the G2 which are on ATT, Sprint and Tmobile. Hopefully someone with an ATT version can try this fix out and see if this works.
Click to expand...
Click to collapse
Re: AT&T see my other thread here - http://forum.xda-developers.com/showthread.php?t=2453457
I poked around the Verizon xml's and smali code and found pretty much a carbon copy of what is in AT&T's. It actually surprises me based on a cursory look that Verizon's volume slider isn't enabled, because as best I can tell it should be. On the plus side, all the code for tracking changes to it and updating it and what-have-you are in the code. So it appears to be fully implemented behind the scenes...just not displaying, apparently.
As far as the brightness slider goes, same story, I *think* it is just a matter of flipping a couple const's in the OperatorFeature.smali
Unfortunately, my VZW framework files are a little borked for some reason so I can't get a full decompile/compile and also have no phone to test against, alas.
will this work on international version?
burningembers said:
Re: AT&T see my other thread here - http://forum.xda-developers.com/showthread.php?t=2453457
I poked around the Verizon xml's and smali code and found pretty much a carbon copy of what is in AT&T's. It actually surprises me based on a cursory look that Verizon's volume slider isn't enabled, because as best I can tell it should be. On the plus side, all the code for tracking changes to it and updating it and what-have-you are in the code. So it appears to be fully implemented behind the scenes...just not displaying, apparently.
As far as the brightness slider goes, same story, I *think* it is just a matter of flipping a couple const's in the OperatorFeature.smali
Unfortunately, my VZW framework files are a little borked for some reason so I can't get a full decompile/compile and also have no phone to test against, alas.
Click to expand...
Click to collapse
If you or anyone wants to work on this for the Verizon guys, here's my systemUI and framework.
LGG2-SystemUI.zip
LGG2-system/framework.zip
Anyway you could make a flashable zip?
Sent from my LG-D801 using Tapatalk 4
Thanks for this!! To everyone that has no experience using ADB/shell this is very good practice. It's good to know your way around ADB even if it's just basic commands. I'm no expert, but I've done some homework and the info is out there if you want to learn.
Edit: Just remembered I was using a modified LGsystemUI that makes the status bar all-black instead of the gray gradient. Is there any way to merge these two modifications so it's not an either/or scenario?
Made bone head mistake..can someone post LGsystemUI.odex??
Everything seems to be functioning fine even though I deleted it..
Thanks for the mod hated the sliders!
https://db.tt/P9hcflZR
Incase anyone deletes it like me!
Sent from my LG-D801 using Tapatalk 4
can you add a black notification bar to this ?
ericdabbs said:
Sounds like its so much easier to copy these files and change permissions to 644 (rw-r--r--) using root explorer than to use adb commands.
Click to expand...
Click to collapse
Could you possibly elaborate on this?
te5ter said:
Could you possibly elaborate on this?
Click to expand...
Click to collapse
Just locate the files in app/system folder and copy In the new files. No computer required.
Sent from my LG-D801 using Tapatalk 4
used root explorer and it worked perfectly thanks! now just to rid the am/pm!! lol
---------- Post added at 05:01 PM ---------- Previous post was at 04:58 PM ----------
bodom_hc said:
can you add a black notification bar to this ?
Click to expand...
Click to collapse
i second this! black status bar, center clock sans am/pm , and this slider removal... man idk if id even wanna flash roms. ( easier to say now before they come )
bdubs4200 said:
used root explorer and it worked perfectly thanks! now just to rid the am/pm!! lol
---------- Post added at 05:01 PM ---------- Previous post was at 04:58 PM ----------
i second this! black status bar, center clock sans am/pm , and this slider removal... man idk if id even wanna flash roms. ( easier to say now before they come )
Click to expand...
Click to collapse
I know, stock ROM isn't bad at all. Smooth. Im satisfied with the options in quick toggles especially quick remit (so handy) knock on is great. I would want a de bloated ROM for sure though and especially a different kernel
nismology said:
Thanks for this!! To everyone that has no experience using ADB/shell this is very good practice. It's good to know your way around ADB even if it's just basic commands. I'm no expert, but I've done some homework and the info is out there if you want to learn.
Edit: Just remembered I was using a modified LGsystemUI that makes the status bar all-black instead of the gray gradient. Is there any way to merge these two modifications so it's not an either/or scenario?
Click to expand...
Click to collapse
HERE YOU GO!
grabbed this from an att mod, no volume slider,but HAS brightness one :good:
also has black status bar with blue battery circle mod
replace app in /system/app
give permissions. It'll automatically reboot for you once replaced.
enjoy!

[MOD][Xposed] HTC Gesture Modifier

Requires Xposed Framework!
This module allows you to change the gestures on the HTC One (M8), this is specific to the gestures when the screen is off.
Screenshot:
{
"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"
}
Compatibility:
HTC One (M8) one 4.4.2
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-HTC-Gesture-Modifier
You may NOT distribute this app on the Play Store, paid or free.
Download:
http://repo.xposed.info/module/com.mohammadag.htcgesturemodifier
Support development:
If you found this mod useful, consider donating with PayPal.
This looks awesome. I'll install Xposed just for this and will report back!
Will this work also when changing to AOSP Lockscreen?
I've been hoping somebody would come up with this, thank you!
I know it's version one but on my device (Verizon running SkyFall ROM and Evo's kernel) the Google voice gesture doesn't turn the screen on. It works, but the screen is still off lol. Just a heads up!
Sent from my VZW HTC One M8
EDIT: Didn't realize you mentioned that on the download page in Xposed... disregard
sparky_005 said:
I've been hoping somebody would come up with this, thank you!
I know it's version one but on my device (Verizon running SkyFall ROM and Evo's kernel) the Google voice gesture doesn't turn the screen on. It works, but the screen is still off lol. Just a heads up!
Sent from my VZW HTC One M8
EDIT: Didn't realize you mentioned that on the download page in Xposed... disregard
Click to expand...
Click to collapse
Actually Google Voice Search should turn on the screen, it has a flag set on it that does that.
I can add the option to turn on the screen manually if it doesn't work for some reason.
Do you have a passcode set? (Although I did test that too)
MohammadAG said:
Actually Google Voice Search should turn on the screen, it has a flag set on it that does that.
I can add the option to turn on the screen manually if it doesn't work for some reason.
Do you have a passcode set? (Although I did test that too)
Click to expand...
Click to collapse
I have a lockscreen set but no passcode. Google Voice starts (I can hear the chime) but the screen doesn't turn on and it immediately quits. Everything else seems to work just fine. I just took a glance at your source, and I noticed that there's no call to wakeUpDevice in the performAction method (for Voice anyway.) Could that be the issue?
I tried adding that and testing it myself, but for some reason when I compile and run on my device, nothing at all works. So clearly I'm doing something wrong on that front
sparky_005 said:
I have a lockscreen set but no passcode. Google Voice starts (I can hear the chime) but the screen doesn't turn on and it immediately quits. Everything else seems to work just fine. I just took a glance at your source, and I noticed that there's no call to wakeUpDevice in the performAction method (for Voice anyway.) Could that be the issue?
I tried adding that and testing it myself, but for some reason when I compile and run on my device, nothing at all works. So clearly I'm doing something wrong on that front
Click to expand...
Click to collapse
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk
MohammadAG said:
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Gotcha. I don't know that much about developing for Android. I activate the module and reboot though, to no avail
Sent from my VZW HTC One M8
Nice mod! Any way to have the phone not wake up with the music prev/next gestures?
ssojyeti2 said:
Nice mod! Any way to have the phone not wake up with the music prev/next gestures?
Click to expand...
Click to collapse
That was the original goal, but after a gesture is detected no more gestures are recorded, so you either have to turn on the screen yourself or not use gestures.
I mentioned it in the repository link description. I have no idea if this is a thing in the SensorHub hardware, the kernel, or SensorHubService I'm hooking, so it needs more time to see if it's possible.
Sent from my HTC One_M8 using Tapatalk
MohammadAG said:
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
I have the same issue with the screen not turning on. I toggle the module and reboot and it didn't fix it for me.
Sent from my HTC One_M8 using Tapatalk
@MohammadAG I've finally gotten the Google Voice trigger to work as intended. I modified the Xposed.java file to include the wakeOnScreen method when starting Google Voice (I'll attach my modified file here.) This change combined with your Secure Google Voice Search module works perfectly. Thanks so much
EDIT: apparently I don't know how to attach files... here's a link instead then: https://drive.google.com/file/d/0B3WKgmwysr6OM29rbUxwbG93NlU/edit?usp=sharing
---------- Post added at 01:20 PM ---------- Previous post was at 01:13 PM ----------
Clarkkent434 said:
I have the same issue with the screen not turning on. I toggle the module and reboot and it didn't fix it for me.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
You can have my modified version of the apk here: https://drive.google.com/file/d/0B3WKgmwysr6OQUM0MFZySW13OWs/edit?usp=sharing
Bear in mind that it's unsigned and such (I don't know how to sign apks yet ) I just got it working on mine and figured I'd offer you the version that's working for me if you want it. Installing this + OP's secure google voice search module will make it work.
I just installed the modified APK and the secure google voice thing. It does work and wakes the devices, but after the very first time it launches google voice search, subsequent attempts only open google now search, but no voice. I have to close google search for it to work again.
That being said its definitely working better than before!!! Kudos!
sparky_005 said:
@MohammadAG I've finally gotten the Google Voice trigger to work as intended. I modified the Xposed.java file to include the wakeOnScreen method when starting Google Voice (I'll attach my modified file here.) This change combined with your Secure Google Voice Search module works perfectly. Thanks so much
EDIT: apparently I don't know how to attach files... here's a link instead then: https://drive.google.com/file/d/0B3WKgmwysr6OM29rbUxwbG93NlU/edit?usp=sharing
---------- Post added at 01:20 PM ---------- Previous post was at 01:13 PM ----------
You can have my modified version of the apk here: https://drive.google.com/file/d/0B3WKgmwysr6OQUM0MFZySW13OWs/edit?usp=sharing
Bear in mind that it's unsigned and such (I don't know how to sign apks yet ) I just got it working on mine and figured I'd offer you the version that's working for me if you want it. Installing this + OP's secure google voice search module will make it work.
Click to expand...
Click to collapse
Main Target said:
I just installed the modified APK and the secure google voice thing. It does work and wakes the devices, but after the very first time it launches google voice search, subsequent attempts only open google now search, but no voice. I have to close google search for it to work again.
That being said its definitely working better than before!!! Kudos!
Click to expand...
Click to collapse
I'm not having that issue, it works every time for me. So I dunno but I'm glad this version is working for you. Keep in mind that when OP updates his you'll have to manually uninstall the apk I gave you, as the signatures won't match.
Boo thats not what I was hoping to hear
It works 100% better than before, so i cant complain too much hehe
Thanks! Trying nooow
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Great development!
I was wondering is it posible to give each swipe option "no action" line?
Thing is that I like double tap wakeup but all other options are wakeing my phone by accident too many times.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
strazicic said:
Great development!
I was wondering is it posible to give each swipe option "no action" line?
Thing is that I like double tap wakeup but all other options are wakeing my phone by accident too many times.
Click to expand...
Click to collapse
Agreed, what I really want is a way to enable/disable some of the gestures. HTC doesn't allow me to do that, it's all or nothing. I was hoping this module would give me that option, but it doesn't
Sense 6 toolbox allows you to disable gestures. Does a bunch of other stuff too
Sent from my HTC6525LVW using Tapatalk
I'm having the same problem as a bunch of the above with it not waking the screen. I tried using this with the dot view case and without and get the same chime and stop effect. Is this supported with the case? (I'm also using your dot view mods app)
Sent from my HTC6525LVW using Tapatalk

Messaging app doesn't show unread count

I just got my Verizon HTC One M8, and I noticed the messaging icon on my home screen doesn't show an unread count. The mail icon does, and the messaging icon on my DNA (running Sense 5.5) did too. Is this normal behavior, or has something gone wrong? Thanks!
I don't think there is an unread counter for messages, you could always use a custom launcher like nova and get them though
That's weird that they would remove that since it was in the last version of Sense! Also, the mail icon shows unread emails too! SMH!
riot1031 said:
That's weird that they would remove that since it was in the last version of Sense! Also, the mail icon shows unread emails too! SMH!
Click to expand...
Click to collapse
Try removing messages from your dock and re adding it. You should have the bubbles unless you are on a custom rom with them broken.
dottat said:
Try removing messages from your dock and re adding it. You should have the bubbles unless you are on a custom rom with them broken.
Click to expand...
Click to collapse
I tried removing and re-adding the icon and it didn't work. I'm on the stock Rom, s-off, unlocked and rooted. I thought I was crazy, so I looked at my wife's DNA and she definitely gets the little green bubble with the unread message count. Just to be sure, you're verifying that you have an M8 and that you get the unread count on your messaging icon? Thanks!
riot1031 said:
I tried removing and re-adding the icon and it didn't work. I'm on the stock Rom, s-off, unlocked and rooted. I thought I was crazy, so I looked at my wife's DNA and she definitely gets the little green bubble with the unread message count. Just to be sure, you're verifying that you have an M8 and that you get the unread count on your messaging icon? Thanks!
Click to expand...
Click to collapse
Just sent it to my wife. By any chance did you kill/nuke/freeze vvm?
{
"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"
}
No didn't touch VVM, just froze Verizon bloat like VZ Navigator, VZ Cloud, VZ Tones, etc. Nothing that should effect messages.
I'm actually surprised to see you have the unread notification! I just spent an hour Googling around, and I see a few people saying that they only get the notification on the email app.
The guy I work with has a One M8 as well, and he has the unread messages notification bubble!! I tried unfreezing the stuff I had frozen, and that didn't work. I changed my theme back to the default theme, didn't work either! Anyone have any other ideas that I should try? Thanks!!
I get them on CleanROM.
riot1031 said:
No didn't touch VVM, just froze Verizon bloat like VZ Navigator, VZ Cloud, VZ Tones, etc. Nothing that should effect messages.
Click to expand...
Click to collapse
Unfreeze until they return. Bet it's tied to Verizon visual voicemail.
I found out that the culprit was the extended power saver mod. It replaces the Messages.apk with one that is compatible with the mod, and then you lose the notification bubble. I replaced the APK with my original Messages.apk and the bubble returned but now I can't launch messages from the extended power saver launcher.
riot1031 said:
I found out that the culprit was the extended power saver mod. It replaces the Messages.apk with one that is compatible with the mod, and then you lose the notification bubble. I replaced the APK with my original Messages.apk and the bubble returned but now I can't launch messages from the extended power saver launcher.
Click to expand...
Click to collapse
So here's the thing.... that's probably an international phone based mod you flashed. The extended power option mod can be done and bubbles still be present. The intl phones don't have vvm... and even just swapping their MMS app for ours ends with missing bubbles on our (VZW) phones.
dottat said:
So here's the thing.... that's probably an international phone based mod you flashed. The extended power option mod can be done and bubbles still be present. The intl phones don't have vvm... and even just swapping their MMS app for ours ends with missing bubbles on our (VZW) phones.
Click to expand...
Click to collapse
According to another post I saw, you are correct. An XML file can be edited as well as a smali file, and then you get both the extreme power saver setting as well as the notification bubble. I just wish someone would put them both together and release it!!
Sent from my Nexus 7 using Tapatalk
riot1031 said:
According to another post I saw, you are correct. An XML file can be edited as well as a smali file, and then you get both the extreme power saver setting as well as the notification bubble. I just wish someone would put them both together and release it!!
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
How bad do you want one and would you test it out?
riot1031 said:
According to another post I saw, you are correct. An XML file can be edited as well as a smali file, and then you get both the extreme power saver setting as well as the notification bubble. I just wish someone would put them both together and release it!!
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Try pushing this .apk to your priv-app and rebooting and see if it works
https://www.dropbox.com/s/97gje4g6rb23dcz/HtcExtremePowerSaverLauncher.apk
Flyhalf205 said:
Try pushing this .apk to your priv-app and rebooting and see if it works
https://www.dropbox.com/s/97gje4g6rb23dcz/HtcExtremePowerSaverLauncher.apk
Click to expand...
Click to collapse
Awesome!! I can now launch messages while in extreme power saver mode! Let me ask you this...I reverted my messages.apk back to the original version to get the notification bubble back, which broke the ability to launch it during extreme power saver mode. Your apk fixed my ability to launch messages, and I still have the bubble! However, I just noticed that MMS is limited to 300K. Is that because of the messages.apk I'm using? Can I go back to the messages.apk included with the extreme power saver mod and still keep the notification bubble? And will my max MMS size go back to 1200K? Thanks a bunch man, I really appreciate your work and your help!!
riot1031 said:
Awesome!! I can now launch messages while in extreme power saver mode! Let me ask you this...I reverted my messages.apk back to the original version to get the notification bubble back, which broke the ability to launch it during extreme power saver mode. Your apk fixed my ability to launch messages, and I still have the bubble! However, I just noticed that MMS is limited to 300K. Is that because of the messages.apk I'm using? Can I go back to the messages.apk included with the extreme power saver mod and still keep the notification bubble? And will my max MMS size go back to 1200K? Thanks a bunch man, I really appreciate your work and your help!!
Click to expand...
Click to collapse
It is not because of the messages.apk file. Your /system/customize/MMS/default.xml got tampered with the mod that you flashed. You need to re-flash the current rom your on again or if you made a restore?
Flyhalf205 said:
It is not because of the messages.apk file. Your /system/customize/MMS/default.xml got tampered with the mod that you flashed. You need to re-flash the current rom your on again or if you made a restore?
Click to expand...
Click to collapse
I can't just edit the default.xml?
riot1031 said:
I can't just edit the default.xml?
Click to expand...
Click to collapse
Yes. It will be close to bottom. Should look like this:
<item name="MMS_Msg_Size1">200K</item>
<item name="MMS_Msg_Size2">500K</item>
<item name="MMS_Msg_Size3">1200K</item>
<item name="MMS_Msg_Size_Choose">1200K</item>
/system/customize/MNS/default.xml

Categories

Resources