[Mod] CM 10.1 mms app on samsung Rom

Search This thread

Darius_AWS

Senior Member
Feb 3, 2011
998
319
28
Lyon
Xiaomi Poco X3 NFC
Here is a flashable zip thanks to Arsaw & zoot1:

Here is the inverted app (black theme):
http://xdaforums.com/showthread.php?p=37122745

LLA:http://db.tt/xIjfj1BY
LLC:https://www.dropbox.com/s/yym2xpef9dds44t/AOSP_MMS.zip
EMA2:http://www.mediafire.com/?117a2cm6w1wcuwh
EMR2: http://www.mediafire.com/?242zldqbk0mimb1

  1. Make sure you have backup before flashing.
  2. Backup your sms/mms too.
  3. Clear Dalvik Cache before flashing.
  4. Restore your sms/mms after flashing.

Here is the How-to in case you want to do this by yourself ;)

You're going to need three files from the AOSP rom (They're provided):


/system/app/MMS.apk
/system/app/TelephonyProvider.apk
/system/framework/mms-common.jar*


*(the files we need may be in framework.jar if the rom you're using doesn't have this file)

and two files from your TW rom(they're provided and from LLA Deodexed firmware):


/system/app/SecTelephonyProvider.apk
/system/framework/framework2.jar (make sure it's framework2.jar)


  • Now decompile everything except MMS.apk. That one's fine as is.
  • Now we're going to move some files around.
  • First is framework2.jar and mms-common.jar

Delete /smali/com/google/android/mms in framework2.jar. Yes the entire folder.

Now we're going to take the folder

Code:
/smali/com/google/android/mms

from mms-common.jar and copy/move it to the framework2.jar folder

Code:
/smali/com/google/android/mms

  • Now is SecTelephonyProvider.apk and TelephonyProvider.apk

Navigate to the following folder in TelephonyProvider.apk:

Code:
smali\com\android\providers\telephony

and copy the following files:

Code:
MmsProvider.smali
MmsSmsDatabaseHelper$LowStorageMonitor.smali
MmsSmsDatabaseHelper.smali
MmsSmsProvider.smali
SmsProvider.smali

Copy them to the following folder in SecTelephonyProvider.apk:

Code:
smali\com\android\providers\telephony


  • Recompile framework2.jar and SecTelephonyProvider.apk.
  • Place MMS.apk and SecTelephony.apk in /system/app/
  • Place framework2.jar in /system/framework/
  • Delete SecMms.apk from /system/app/

If you try to use Messaging at this point, it will probably open, but MMS won't work.

Now the most important part!
Note: This will delete all of you messages so make sure you back them up!!!!!!
On your device, navigate to:

Code:
/data/data/com.android.providers.telephony/databases/

and delete the three files:

Code:
mmssms.db
mmssms.db-shm
mmssms.db-wal


Link to the how to : http://xdaforums.com/showthread.php?t=2086834

All the credits go to loserskater from AT&T, Rogers, Bell, Telus Samsung Galaxy S III section.

Also I give you all the files required by the how to. They are from a deodexed XXLLA
 

Attachments

  • mms-common.jar
    50.8 KB · Views: 105
  • TelephonyProvider.apk
    85.2 KB · Views: 123
  • SecTelephonyProvider.apk
    71.9 KB · Views: 85
  • framework2.jar
    2 MB · Views: 82
Last edited:

Arsaw

Inactive Recognized Developer
Dec 31, 2010
4,229
6,003
Kuala Lumpur
Here you go. Hope it works for you.
 

Attachments

  • SecTelephonyProvider.apk
    51.6 KB · Views: 27
  • framework2.jar
    1.9 MB · Views: 19
  • Like
Reactions: Darius_AWS

Arsaw

Inactive Recognized Developer
Dec 31, 2010
4,229
6,003
Kuala Lumpur
Sorry.
Now try again with this.
 

Attachments

  • framework2.jar
    1.9 MB · Views: 17
  • SecTelephonyProvider.apk
    51.6 KB · Views: 23

fOmey

Recognized Developer
Mar 7, 2009
4,128
5,562
Sydney, AUS
Mms not working.

Sent from my GT-N7100 using xda app-developers app

Sadly MMS is not working, FC's when trying to send.. SMS seems to be working fine tho.. Im thinking it has something to do with compression of MMS if the file is too large, Or atleast thats what I could gather looking at logcat.. no idea how we could solve that tho.

EDIT: Decided to take matters in my own hands and make my own build, Seems MMS is now working fine.. I was using the above zip on LLC which I think was the problem..
 
Last edited:

fyre31

Senior Member
Aug 3, 2011
280
42
Cebu City
Do you have popup and quick reply ?

Envoyé depuis mon GT-I9300 avec Tapatalk

popup and quick reply would depend on which mms version he is using. if he's using the one from cm10.1, then yes. though from what i gather on the at&t thread, there seems to be a bug on popup. it won't pop up immediately, but rather, it would show a notification when you receive a message THEN popup after you open the notification. lol. seems useless to me
 

Arsaw

Inactive Recognized Developer
Dec 31, 2010
4,229
6,003
Kuala Lumpur
Okay I see :)
Someone can provide a working flashable zip ?

Envoyé depuis mon GT-I9300 avec Tapatalk

The flashable zip.

Download here : http://db.tt/xIjfj1BY

1) Make sure you have backup before flashing.
2) Backup your sms/mms too.
3) Clear Dalvik Cache before flashing.
4) Restore your sms/mms after flashing.

That's it. :)

Edit : Mod based on XXLLA and
Mms.apk is from
http://xdaforums.com/showthread.php?t=2078939


Sent from my GT-N7100 using xda app-developers app
 
Last edited:

Darius_AWS

Senior Member
Feb 3, 2011
998
319
28
Lyon
Xiaomi Poco X3 NFC
Yeah just delete MMS.apk and put the framework2.jar and telephony provider.apk back in your system qpp ;) they're provided stock first post ;)

Envoyé depuis mon GT-I9300 avec Tapatalk
 

gavin-phelan

Senior Member
Jun 1, 2011
2,585
533
Kilkenny
OnePlus 8 Pro
OnePlus 9 Pro
The flashable zip.

Download here : http://db.tt/xIjfj1BY

1) Make sure you have backup before flashing.
2) Backup your sms/mms too.
3) Clear Dalvik Cache before flashing.
4) Restore your sms/mms after flashing.

That's it. :)

Edit : Mod based on XXLLA and
Mms.apk is from
http://xdaforums.com/showthread.php?t=2078939


Sent from my GT-N7100 using xda app-developers app

Thank so much any chance for a llc version which is the latest

Sent from my GT-I9300
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    Here is a flashable zip thanks to Arsaw & zoot1:

    Here is the inverted app (black theme):
    http://xdaforums.com/showthread.php?p=37122745

    LLA:http://db.tt/xIjfj1BY
    LLC:https://www.dropbox.com/s/yym2xpef9dds44t/AOSP_MMS.zip
    EMA2:http://www.mediafire.com/?117a2cm6w1wcuwh
    EMR2: http://www.mediafire.com/?242zldqbk0mimb1

    1. Make sure you have backup before flashing.
    2. Backup your sms/mms too.
    3. Clear Dalvik Cache before flashing.
    4. Restore your sms/mms after flashing.

    Here is the How-to in case you want to do this by yourself ;)

    You're going to need three files from the AOSP rom (They're provided):


    /system/app/MMS.apk
    /system/app/TelephonyProvider.apk
    /system/framework/mms-common.jar*


    *(the files we need may be in framework.jar if the rom you're using doesn't have this file)

    and two files from your TW rom(they're provided and from LLA Deodexed firmware):


    /system/app/SecTelephonyProvider.apk
    /system/framework/framework2.jar (make sure it's framework2.jar)


    • Now decompile everything except MMS.apk. That one's fine as is.
    • Now we're going to move some files around.
    • First is framework2.jar and mms-common.jar

    Delete /smali/com/google/android/mms in framework2.jar. Yes the entire folder.

    Now we're going to take the folder

    Code:
    /smali/com/google/android/mms

    from mms-common.jar and copy/move it to the framework2.jar folder

    Code:
    /smali/com/google/android/mms

    • Now is SecTelephonyProvider.apk and TelephonyProvider.apk

    Navigate to the following folder in TelephonyProvider.apk:

    Code:
    smali\com\android\providers\telephony

    and copy the following files:

    Code:
    MmsProvider.smali
    MmsSmsDatabaseHelper$LowStorageMonitor.smali
    MmsSmsDatabaseHelper.smali
    MmsSmsProvider.smali
    SmsProvider.smali

    Copy them to the following folder in SecTelephonyProvider.apk:

    Code:
    smali\com\android\providers\telephony


    • Recompile framework2.jar and SecTelephonyProvider.apk.
    • Place MMS.apk and SecTelephony.apk in /system/app/
    • Place framework2.jar in /system/framework/
    • Delete SecMms.apk from /system/app/

    If you try to use Messaging at this point, it will probably open, but MMS won't work.

    Now the most important part!
    Note: This will delete all of you messages so make sure you back them up!!!!!!
    On your device, navigate to:

    Code:
    /data/data/com.android.providers.telephony/databases/

    and delete the three files:

    Code:
    mmssms.db
    mmssms.db-shm
    mmssms.db-wal


    Link to the how to : http://xdaforums.com/showthread.php?t=2086834

    All the credits go to loserskater from AT&T, Rogers, Bell, Telus Samsung Galaxy S III section.

    Also I give you all the files required by the how to. They are from a deodexed XXLLA
    5
    WanamLite 6.2 (XXEMB5)

    WanamLite 6.2 (XXEMB5)

    Backup is required.

    Original apk
    mediafire.com/download.php?a9dl22ec7x688w0
    Transparent apk
    mediafire.com/download.php?c6gx87jxv2egblv
    4
    Hi, can Anyone on ELLC test this zip..

    https://www.dropbox.com/s/yym2xpef9dds44t/AOSP_MMS.zip

    You need to test if the MMS is working..I can then add it to my transformer pack..

    Important: Please backup your messages first..this zip will delete all of them..
    3
    According to this guide (http://rootzwiki.com/topic/19845-how-to-theme-your-mms-a-step-by-step-guide/), the only thing needed for a dark background is to change an XML in /res/drawable/listitem_background

    Anyone could kindly try to recompile with the change for dark background??
    Thanks a lot!

    Here is a flashable zip edited by me with dark theme for AOSP Mms.apk ported to TW.

    Please make backup of your sms because the zip completely erase and restore SMS application with SMS backup and restore. It worked for me 100%

    Tested and working on XXELLA, XXELLC, UBEMA1.

    Greetings and I hope you will help!

    View attachment AOSP_MMS_DARK_By_rodrigo_said.zip
    3
    Okay I see :)
    Someone can provide a working flashable zip ?

    Envoyé depuis mon GT-I9300 avec Tapatalk

    The flashable zip.

    Download here : http://db.tt/xIjfj1BY

    1) Make sure you have backup before flashing.
    2) Backup your sms/mms too.
    3) Clear Dalvik Cache before flashing.
    4) Restore your sms/mms after flashing.

    That's it. :)

    Edit : Mod based on XXLLA and
    Mms.apk is from
    http://xdaforums.com/showthread.php?t=2078939


    Sent from my GT-N7100 using xda app-developers app