7th June 2011, 10:43 AM
(Last edited by muveszur; 7th June 2011 at 10:52 AM .)
Senior Member -
OP
Thanks Meter
141
Posts: 118
Join Date: Jul 2010
Location: Debrecen
DONATE TO ME
[MOD][GUIDE] Mms.apk with Sent time/"Unlimited" Contacts adding//No MMS Convert
MMS.apk mod for Samsung Galaxy S II by muveszur (me)
First of all, I have to say Thanks to
montymintypie for his work on Galaxy S!!!
Attention! This mod is working only deodexed roms!
I tested on VillainROM 1.1!
Quote:
The Mms.apk has the following moddings:
Sent Time displayed instead of the Received TimeNo AutoConverting messages to MMS after 4 SMS.
In my mod, it will be converted to MMS after 200 SMS .
Possible to add to the message 200 contacts instead of 20 contacts.
Quote:
HOW TO - For Developers
Change the AutoConverting:
In /res/xml/mms_config.xml change the following values at line 19:
Code:
<int name="smsToMmsTextThreshold">4</int>
to:
Code:
<int name="smsToMmsTextThreshold">200</int>
Increase Contacts adding for the message
In /res/xml/mms_config.xml change the following values at line 19:
Code:
<int name="recipientLimit">10</int>
to:
Code:
<int name="recipientLimit">200</int>
Display Sent Time instead of the Received Time
In /smali/com/android/mms/transaction/SMSReceiverService.smali change the following values at line 589:
Code:
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
to:
Code:
invoke-virtual {p1}, Landroid/telephony/SmsMessage;->getTimestampMillis()J
And change the following values at line 2383:
Code:
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
to:
Code:
invoke-virtual {v0}, Landroid/telephony/gsm/CbMessage;->getTimestampMillis()J
Quote:
Installing with RootExplorer- For Users Download the Mms.apk from the attachment
//In /system/app rename the Mms.apk to Mms.apk.bak - It is a backup step
Copy the downloaded Mms.apk to the /system/app folder, and overwrite the original Mms.apk file
Reboot your phone
If you are using TouchWizLauncher, you have to erase the data of the launcher in the Settings
Quote:
Installing from CWM- For Users Download MMS_mod_cwm_by_muveszur.zip from the attachment
Go to the CWM
Select Install zip from sdcard--->Choose zip from sdcard, and select the MMS_mod_cwm.zip
After the installation done, reboot your phone
If you are using TouchWizLauncher, you have to erase the data of the launcher in the Settings
If you like my work, give me a beer, or just hit the the Thanks button
DONATE
The Following 67 Users Say Thank You to muveszur For This Useful Post: [ Click to Expand ]
.malo2000 (7th May 2012),
/dev/null/ (6th October 2011),
11768 (15th October 2011),
acikmese (20th April 2012),
akshatsourav (1st February 2012),
Aldonski (29th October 2011),
Allanon82 (22nd February 2012),
ammarselo (14th July 2011),
ausdim (20th June 2011),
B3311 (27th March 2012),
bbizjak (30th June 2011),
Be6i4 (23rd January 2012),
bingobingobingo (27th March 2012),
buntoo (25th August 2012),
ccab (14th February 2012),
chudy_85 (9th April 2012),
desmes (28th September 2011),
djsharry (21st September 2011),
E:V:A (24th January 2012),
Eagle3386 (14th July 2011),
erik07 (14th May 2012),
fibrook (4th October 2011),
FLaMiNGo_ (25th September 2011),
FlowerPotmen (22nd February 2012),
gabx (2nd September 2011),
halybobo (16th July 2012),
hellseekar (23rd July 2012),
HTCDevil (29th January 2012),
imiimiimi (26th March 2012),
Intensity007 (25th June 2012),
jaronow (14th August 2011),
jiannist (22nd February 2012),
jobbo (18th October 2011),
kennethpenn (14th November 2011),
kilometers4 (14th June 2012),
kircchoffs (1st September 2011),
Konstantinos (28th July 2011),
kyrillos13 (15th July 2011),
LiLChris06 (17th April 2012),
longtins (28th September 2011),
mccune (27th July 2011),
mitchell.tamsett2 (15th June 2011),
mobile mouse (19th November 2011),
Mr.ALMohammady (18th October 2011),
mrvirginia (15th October 2011),
Namaless (4th March 2012),
naser0172 (5th October 2011),
NeoPhyTe.x360 (3rd August 2011),
nobnut (7th June 2011),
Perka (28th September 2011),
Ryuinferno (29th December 2012),
r_i_x (13th February 2013),
sabulun (15th January 2013),
Seade (3rd August 2011),
shockwaverider (4th September 2012),
Silvane (10th April 2012),
Siyamand (29th March 2012),
soyef (1st September 2011),
synxx (20th July 2011),
tjjensen23 (16th June 2011),
Toni5830 (7th April 2013),
tripc1 (18th September 2011),
wakers (10th March 2012),
wdscxsj (20th November 2012),
XTeK2 (15th July 2012),
yanuricasper (26th September 2011),
Zanr Zij (14th July 2011)
7th June 2011, 10:49 AM
Developer Admin / Elite Recognized Developer
Thanks Meter
8065
Posts: 18,422
Join Date: Nov 2009
Location: United Kingdom Likes: Galaxy Note 2 Dislikes: Noobs
AHA. So that's how you change the time to sent time, rather than received time... I had both these other features, but couldn't find that one.
Nice work
Having trouble getting an answer? |
What is XDA about? |
How to ask for help?
if [ $PM.incoming.type = $type.question.ROM.how_to_use ] || [ $PM.incoming.type = $type.question.ROM.silly_question ]; then mv $PM.incoming /.trash; PM.response($responsetype.ignore); $PM.sender.ignore_in_future =true ; init.sequence($boy_who_cried_wolf ); fi ;
If you wish to apply for one of the Recognized Themer/Contributor titles, or have a question, please DO NOT send me a PM about it. Instead please contact your device's forum moderator, or a senior moderator, who will deal with your application. Thanks
7th June 2011, 11:33 AM
Senior Member
Thanks Meter
598
Posts: 2,122
Join Date: Apr 2009
Location: Sydney
DONATE TO ME
very nice thank u for this !
s IV>htc one>sgs III>huawie quad xl>ipad 3>lg x3>htc z3tA>samsung galaxy note>samsung galaxy s II lte hd>iphone 4(g)
>samsung galaxy s2 >htc desire hd>samsung galaxy s >htc desire (cancelled) :d>htc touch hd2>htc touch hd>nokia n97>iphone 3g>nokia n96>nokia n95> nokia n70
7th June 2011, 11:42 AM
Senior Member
Thanks Meter
17
Posts: 192
Join Date: Nov 2008
Location: Lyon
Thanks for share.
Do you think it is possible to create a mod who disable the 10 contacts limit on sms send ?
I'm French, so my english is too bad !
7th June 2011, 11:44 AM
Senior Member -
OP
Thanks Meter
141
Posts: 118
Join Date: Jul 2010
Location: Debrecen
DONATE TO ME
Quote:
Originally Posted by
clecle69000
Thanks for share.
Do you think it is possible to create a mod who disable the 10 contacts limit on sms send ?
This mod is contains too... now the limit is 200
15th June 2011, 08:10 AM
(Last edited by karl999999; 17th June 2011 at 08:18 AM .)
Senior Member
Thanks Meter
53
Posts: 257
Join Date: Oct 2010
"send time" not working
Hi!
for me it still does NOT show the real sent time.
can anybody confirm?
15th June 2011, 12:04 PM
Junior Member
Thanks Meter
2
Posts: 15
Join Date: Oct 2010
Location: Newcastle
May I ask how you edit the .xml files? What method or program are you using.
If I am to change just the AutoConverting setting in my own mms.apk file, will this cause me issues as I am still on an odexed rom?
19th June 2011, 08:52 PM
(Last edited by sicopat; 19th June 2011 at 10:12 PM .)
Senior Member
Thanks Meter
896
Posts: 785
Join Date: Oct 2007
DONATE TO ME
Excuse me, I modified my MMS.apk following your advises .
I still canno't add more than 10 contacts per message.
I have verified the MMS config . xml and the mod is set to 200.
What's wrong ?
Edit : need to clear data for Messaging
The Following User Says Thank You to sicopat For This Useful Post: [ Click to Expand ]
10th July 2011, 10:56 AM
Senior Member
Thanks Meter
9
Posts: 185
Join Date: Jul 2010
Location: London
Works on Villian Rom 2.0.
14th July 2011, 08:52 AM
Senior Member
Thanks Meter
152
Posts: 152
Join Date: Mar 2008
hi,
I am trying to make those changes in the official froyo mms sources and another version of mms.apk for my zte blade.
In the file you mention (SmsReceiverService) there is only one match for currentTimeMillis. I cannot find the second reference anywhere.
Could you point the exact class name or part of code where the second change should be made?
Thread Tools
Search this Thread
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Go to top of page...
Most Thanked In This Thread
2 A little feedback would
have been … 2 (quote)
Here's your new
apk. I've … 2 ICS LP8 mms.apk I modded stock ICS LP8 …2 Mod for XILA2 Deodex/Odex Did it for …2 (quote)
here is the mms.apk for kh3