• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[MOD][GUIDE] Stock MMS Options

Didact74

Senior Member
Sep 2, 2010
609
1,877
0
Lake Shore, MD
What Does this MOD do?

This new MOD will give you the following options:

Code:
[B][COLOR="DarkRed"][CENTER]Screen on/off when receiving text
MMS Subject
Delay text
Message Drafts
Delivery Reports
Multimedia Options
     -Roaming retrieve
     -Group Options
     -MMS Alerts
Pop-Up Display
Preview Options
Change SMS and MSM Limits
Change Image Size [/CENTER]
[/COLOR][/B]
You may already have some of these options, I am just noting what seemed new to me...



Using your method of choice........

Pull SecMms_Blue.apk from your priv-app folder

Navigate to smali/com/android/mms/MmsConfig.smali

Find .method static constructor <clinit>()V

Basically v2 = 0 = disable......... and v3 = 1 = enable

So any options in this method you want to disable change to v2 and any options in this method you want to enable change to v3.

To change the MaxMessageSize, do the following....
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxMessageSize:I and change the line above to const v0, 0x12b8f8

To change the MaxImageHeight and MaxImageWidth, do the following.....
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxImageHeightRestrictedMode:I and change the line above to const/16 v0, 0x780
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxImageWidthRestrictedMode:I and change the line above to const/16 v0, 0xA00

This will give you a max image size of 1920 x 2560. Change the hex values to make it larger or smaller if you like.

I changed most of the other limits to 0x1F4, whick equals 500 in base10, change to what you desire if 500 is not right for you.


Thats basically it. I will attach a simple flash for a deodexed file system. Its located in the downloads bar at the top of the post.

Enjoy, hit thanks if you want to.

XDA:DevDB Information
Stock MMS Options, ROM for the Verizon Samsung Galaxy S 5

Contributors
Didact74

Version Information
Status: Testing

Created 2014-08-12
Last Updated 2014-08-12
 

trikotret

Elite Member
Aug 19, 2010
1,003
103
0
I see MrHyde thanks. I guess we'll be seeing this mod in his rom :good:




What Does this MOD do?

This new MOD will give you the following options:

Code:
[B][COLOR="DarkRed"][CENTER]Screen on/off when receiving text
MMS Subject
Delay text
Message Drafts
Delivery Reports
Multimedia Options
     -Roaming retrieve
     -Group Options
     -MMS Alerts
Pop-Up Display
Preview Options
Change SMS and MSM Limits
Change Image Size [/CENTER]
[/COLOR][/B]
You may already have some of these options, I am just noting what seemed new to me...



Using your method of choice........

Pull SecMms_Blue.apk from your priv-app folder

Navigate to smali/com/android/mms/MmsConfig.smali

Find .method static constructor <clinit>()V

Basically v2 = 0 = disable......... and v3 = 1 = enable

So any options in this method you want to disable change to v2 and any options in this method you want to enable change to v3.

To change the MaxMessageSize, do the following....
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxMessageSize:I and change the line above to const v0, 0x12b8f8

To change the MaxImageHeight and MaxImageWidth, do the following.....
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxImageHeightRestrictedMode:I and change the line above to const/16 v0, 0x780
Find sput v0, Lcom/android/mms/MmsConfig;->sMaxImageWidthRestrictedMode:I and change the line above to const/16 v0, 0xA00

This will give you a max image size of 1920 x 2560. Change the hex values to make it larger or smaller if you like.

I changed most of the other limits to 0x1F4, whick equals 500 in base10, change to what you desire if 500 is not right for you.


Thats basically it. I will attach a simple flash for a deodexed file system. Its located in the downloads bar at the top of the post.

Enjoy, hit thanks if you want to.

XDA:DevDB Information
Stock MMS Options, ROM for the Verizon Samsung Galaxy S 5

Contributors
Didact74

Version Information
Status: Testing

Created 2014-08-12
Last Updated 2014-08-12
 

trikotret

Elite Member
Aug 19, 2010
1,003
103
0
I flashed this file in safe strap and I'm bootlooping. LMAO am I doing it right. OR this is not for flashing. My flash addiction got me to flash and read later :silly:
 

Didact74

Senior Member
Sep 2, 2010
609
1,877
0
Lake Shore, MD
I flashed this file in safe strap and I'm bootlooping. LMAO am I doing it right. OR this is not for flashing. My flash addiction got me to flash and read later :silly:
Are you deodexed? I tried it again and it seems to be okay for me. There have been a few downloads now so unless no one has flashed but you it should be okay. LOL.

I will look through it again and make sure.
 

trikotret

Elite Member
Aug 19, 2010
1,003
103
0
Are you deodexed? I tried it again and it seems to be okay for me. There have been a few downloads now so unless no one has flashed but you it should be okay. LOL.

I will look through it again and make sure.
Are you sure those aren't my downloads. Lol I downloaded three times in case I had bad download. I am on a deodex rom
 

Didact74

Senior Member
Sep 2, 2010
609
1,877
0
Lake Shore, MD
Okay, repacked and re-uploaded. Bad upload maybe?

Also added a stock MMS flash.

Remember, the zip was just to give you a quick fix. The real fun is looking through the smali file and changing what you want.

Flash should work now....sorry for the issue.
 
  • Like
Reactions: trikotret

ldeveraux

Elite Member
Nov 20, 2008
2,199
793
113
What Does this MOD do?

This new MOD will give you the following options:

Code:
[B][COLOR="DarkRed"][CENTER]Screen on/off when receiving text
MMS Subject
Delay text
Message Drafts


Will this mod allow saving pictures from MMS to external drive? Or am I missing something and that's already an option somehow?