-->

[GUIDE] How to Mod Your Mms.apk (Very Easy)

[GUIDE] How to Mod Your Mms.apk (Very Easy) - Hallo sobat Jogja Android Blog, Pada Artikel yang sobat baca kali ini dengan judul [GUIDE] How to Mod Your Mms.apk (Very Easy), kami telah mempersiapkan artikel ini dengan baik untuk sobat baca dan ambil informasi didalamnya. Mudah-mudahan isi postingan [GUIDE] How to Mod Your Mms.apk (Very Easy) yang kami tulis ini dapat sobat Jogja Android Blog pahami. Baiklah, selamat membaca sambil menikmati kopi.


[GUIDE] How to Mod Your Mms.apk (Very Easy)
This thread will show you how to completely mod your Mms.apk
I will update this thread with time.
This will be a very useful guide, but give me some time to edit it. Right now, it might sound very confusing.

If you want to check the versions of my mms.apk mods visit this: http://forum.xda-developers.com/show....php?t=1667615 or this http://forum.xda-developers.com/show....php?t=1772124

The mods work on all ICS roms and on various phones.

First of all, you need to know how to decompile and compile apks. So go ahead and download apktool. I will explain this better if it is needed, but there are plenty of tutorials on this already.

Ok then. Let's start.

Basically this is what we will do:
Push your framework-res.apk and Mms.apk from your current phone and rom. Or you can use some previously modded version like mine.
Install the framework-res.apk
Note: If the rom you're using has touchwiz, install the twframework-res,apk instead.
Decompile the Mms.apk you want to edit.
Apply the mods you want.
Compile the Mms.apk again.
Copy the edited files from the Mms-new.apk (the one you compiled) to the original Mms.apk using something like winrar or 7zip, but without extracting or compacting anything!
I will explain this with more detail if needed.

Now, for the detailed guide on how to apply each mod:

1. Change the color scheme. If you want to invert your background or text color read this guide here.

2. To send bigger sms without turning automatically into mms do this:
In /res/xml/mms_config.xml change this line to
Code:
<int name="smsToMmsTextThreshold">400</int>
That way you can type up very long sms and it will only convert to a mms when the lenght is the same as if you wrote 400 sms.

3. In the same folder, change this line as well:
Code:
 <int name="recipientLimit">200</int>
This will make it possible to send the message to 200 people at the same time instead of 20 only.

4. To change the time stamps to the original time go to /smali/com/android/mms/transaction/SMSReceiverService.smali and change this line:
Code:
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
to this:
Code:
invoke-virtual {p1}, Landroid/telephony/SmsMessage;->getTimestampMillis()J
5. To make the new-line button appear do this:
http://forum.xda-developers.com/show...3&postcount=25
Note: in some recent mms.apk you don't need to apply this mod as it already exists.

6. To change the size of the input window (where you type your texts): go to res/layout/compose_message_activity.xml and change this line:
Code:
android:maxLines="3"
to this
Code:
android:maxLines="5"
7. To add bubbles go here: http://rootzwiki.com/topic/21780-how...ubble-mms-app/

8. To change the avatar size or to remove the avatars from the message threads go to: mms/res/layout/message_list_item_recv.xml and change the width and height dimension. For example, to remove the avatar pic change the line to:
Code:
android:id="@id/avatar" android:layout_width="0.0dip" android:layout_height="0.0dip"
Repeat the same to message_list_item_send.xml

Recompile the mms.apk and test it 

http://forum.xda-developers.com/showthread.php?t=1795451

Demikian Artikel dengan judul [GUIDE] How to Mod Your Mms.apk (Very Easy)

Mudah-mudahan bisa memberi manfaat untuk sobat Jogja Android Blog semua. Baiklah, sampai jumpa di postingan artikel lainnya.
Sobat Jogja Android Blog sekarang membaca artikel [GUIDE] How to Mod Your Mms.apk (Very Easy) dengan alamat link https://jogjandroidz.blogspot.com/2014/11/guide-how-to-mod-your-mmsapk-very-easy.html

0 Response to "[GUIDE] How to Mod Your Mms.apk (Very Easy)"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Artikel Terkait