[MOD] Enable MMS @ 1200K/GroupMessaging/VVM for ViperOneM8

JWhetstone02

Senior Member
Mar 6, 2011
1,069
869
0
South Carolina
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

  1. download the .zip
  2. reboot into recovery
  3. flash via recovery
  4. reboot
  5. 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
  6. 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
  7. if your screen is on, this will flash up the white HTC screen.

    ----------------------------------------------------------------------------------------------------------------------
  8. 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


 
Last edited:

deeznuts

Senior Member
Sep 19, 2007
3,539
246
0
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?
 

JWhetstone02

Senior Member
Mar 6, 2011
1,069
869
0
South Carolina
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?
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-
 

deeznuts

Senior Member
Sep 19, 2007
3,539
246
0
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

Senior Member
Sep 19, 2007
3,539
246
0
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!
 

JWhetstone02

Senior Member
Mar 6, 2011
1,069
869
0
South Carolina
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
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
 

Attachments

Last edited:

pimpmaneaton

Recognized Contributor
Apr 10, 2010
2,841
5,329
183
West Jordan UT
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
 

JWhetstone02

Senior Member
Mar 6, 2011
1,069
869
0
South Carolina
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
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-
 

pimpmaneaton

Recognized Contributor
Apr 10, 2010
2,841
5,329
183
West Jordan UT
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-
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.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone