[MOD] MIUI Fix for T-Mobile Small MMS - Nexus One Android Development

I've "fixed" the MIUI Mms.apk so that it will receive MMS' that are larger instead of the tiny MMS' that a lot of users are reporting.
I've tested this on my Nexus One (T-Mobile US) and have had good results (From 3kb imgs to 200kb+ imgs).
*** I'm not responsible for anything that happens to your phone. Use at your own risk! ***​
http://www.mediafire.com/?se22rea1jfk0r63 - 1.7.8
http://www.mediafire.com/?bay8smx687lnlaj - 1.7.15
How to Install:
Code:
adb remount
adb push signedBetterMms.apk /system/app/Mms.apk
adb reboot
Donate if you're feeling generous.

If you don't use the Miui gallery and use the regular gallery the MMS will look fine it's only the Miui gallery thats messed up just make the regular gallery your default.

hughey2k2 said:
If you don't use the Miui gallery and use the regular gallery the MMS will look fine it's only the Miui gallery thats messed up just make the regular gallery your default.
Click to expand...
Click to collapse
If I opened the received MMS in QuickPic and in the MIUI Gallery App the image quality was identical (very small). With my mod the image quality is MUCH greater.

So I'm assuming you set the useragent to a different phone? If so, what kind?
For the most part, I've just always grabbed the Cyanogen mod MMS.apk and pushed it to system which always worked.

mudrock1000 said:
So I'm assuming you set the useragent to a different phone? If so, what kind?
For the most part, I've just always grabbed the Cyanogen mod MMS.apk and pushed it to system which always worked.
Click to expand...
Click to collapse
Sony Ericsson w800i (as this is what worked best for me when I used CM). When I pushed the CM Mms.apk I got constant force closes. Thus this was born.

difrnt said:
Sony Ericsson w800i (as this is what worked best for me when I used CM). When I pushed the CM Mms.apk I got constant force closes. Thus this was born.
Click to expand...
Click to collapse
Thanks a bunch. Will test this out and get back later. Much appreciated.....

I'm running CM 7.0.3 on T-mobile USA and the fix for me was to go to the "stock" Messaging app, Settings, Custom User Agent, Custom..., and enter Android-Mms/2.0 and hit OK. From then on out the MMS pics started coming in fine.
NOTE: I use Handcent, but the change was made in the Messaging app, and then they started to work in Handcent.

vzontini said:
I'm running CM 7.0.3 on T-mobile USA and the fix for me was to go to the "stock" Messaging app, Settings, Custom User Agent, Custom..., and enter Android-Mms/2.0 and hit OK. From then on out the MMS pics started coming in fine.
NOTE: I use Handcent, but the change was made in the Messaging app, and then they started to work in Handcent.
Click to expand...
Click to collapse
+1 Using Handcent. Using IPhone user agent.

Thanks dude, it worked!
For those who are/were having trouble using adb to get this working (like myself), I just used Root Explorer to rename the files and make sure the permissions were the same for the new file:
1) Copy "signedBetterMms.apk" from 1st post to /system/app/ on your phone
2) Rename the "Mms.apk" file that's ALREADY in there to "bakMms.apk" (I only did this as a precaution, just in case the new MMS file wouldn't work)
3) Rename "signedBetterMms.apk" to "Mms.apk"
4) Check permissions for original file, and make sure they're the same on the one you just renamed
5) Restart phone
6) Test Mms!

I updated the original post to support the 1.7.15 apk.

Please reupdate it with 1.7.1 I didn't get a chance to download it, and whenever I try to open a thread, it crashes.

I wasn't able to get a 1.7.1 MMS in english, here is a Chinese one if you'd like.
http://www.mediafire.com/?c3fx8wocebbtog9

Ah how depressing haha. I'll just wait until XJ's rom is updated and then I'll switch off of the Cyanogenmod one.

Why not upgrade to 1.7.15?

difrnt said:
Why not upgrade to 1.7.15?
Click to expand...
Click to collapse
Because, I haven't found any ROM's with a D2W script in them and that's currently what I'm accustomed to, and XJ's doesn't update often.
If you could, it'd be really swell of you to update one for 1.7.22. I highly support this project. I'm tired of the boring Cyanogenmod MMS.

difrnt said:
I've "fixed" the MIUI Mms.apk so that it will receive MMS' that are larger instead of the tiny MMS' that a lot of users are reporting.
I've tested this on my Nexus One (T-Mobile US) and have had good results (From 3kb imgs to 200kb+ imgs).
*** I'm not responsible for anything that happens to your phone. Use at your own risk! ***​
http://www.mediafire.com/?se22rea1jfk0r63 - 1.7.8
http://www.mediafire.com/?bay8smx687lnlaj - 1.7.15
How to Install:
Code:
adb remount
adb push signedBetterMms.apk /system/app/Mms.apk
adb reboot
Donate if you're feeling generous.
Click to expand...
Click to collapse
So, can we expect a new version for the 7.29? If not, do you think you can tell me how you did it so I could do it. Really hate having to change this everytime I update now. MIUI didn't always do this. grrr.

aujbman said:
So, can we expect a new version for the 7.29? If not, do you think you can tell me how you did it so I could do it. Really hate having to change this everytime I update now. MIUI didn't always do this. grrr.
Click to expand...
Click to collapse
this was posted on the MIUI forums by LiLaZnBoI5582:
1.7.29 MMS FIX
http://www.mediafire.com/?5rx6x43v8av7ea6
I use apk manager 4.9 to pull the current apk from /system/app/Mms.apk
Decompiled it, then navigated to /res/xml/mms_config.xml from the apk you just decompiled.
replaced the whole thing with:
<?xml version="1.0" encoding="UTF-8"?>
<mms_config version="4">
<bool name="enabledMMS">true</bool>
<int name="maxMessageSize">2073600</int>
<int name="maxImageHeight">1080</int>
<int name="maxImageWidth">1920</int>
<int name="defaultSMSMessagesPerThread">200</int>
<int name="defaultMMSMessagesPerThread">20</int>
<int name="minMessageCountPerThread">10</int>
<int name="maxMessageCountPerThread">5000</int>
<string name="uaProfUrl">http://nds1.nds.nokia.com/uaprof/NN95-1r100.xml</string>
<string name="uaProfUrl">http://www.htcmms.com.tw/Android/Common/nexusone/ua-profile.xml</string>
<int name="recipientLimit">-1</int>
<int name="smsToMmsTextThreshold">4</int>
<bool name="enableMultipartSMS">true</bool>
<bool name="enableSlideDuration">true</bool>
</mms_config>
Saved it. compiled it and pushed it back to the Phone.
I been using this same config for awhile. And sorry difrnt for hijacking your thread xD.
Last edited by LiLaZnBoI5582; Yesterday at 04:12 PM.

thatguyzx said:
this was posted on the MIUI forums by LiLaZnBoI5582:
1.7.29 MMS FIX
http://www.mediafire.com/?5rx6x43v8av7ea6
Click to expand...
Click to collapse
Is this file the 'fixed' file that we need to push or just the MMS pulled from the ROM?

aujbman said:
Is this file the 'fixed' file that we need to push or just the MMS pulled from the ROM?
Click to expand...
Click to collapse
should be the fix as on the miui forum he was replying to someone requesting the latest fixed MMS.apk.

Really do hope you have one coming for 1.8.5. I tried doign it myself but I could not get it right and it wouldn't open...

Related

[THEME] CherryBlur v2.0 for GingerBlur v4 pROM (4.1.83)

First and foremost, before installing this ZIP through Tenfar's recovery, you MUST have GingerBlur v4 already installed!
GingerBlur files/instructions can be found HERE!
* Please DO NOT ask for assistance with rooting or installing GingerBlur in this thread, follow the link above and ask there!
**THIS HAS ONLY BEEN TESTED BY ME (ON MY OWN HANDSET) USING GINGERBLUR v4 (4.1.83 based)**
This theme is a compilation of graphics both original by me and from MANY other themes including:
Watermark'd
ShadowFrost
URBaN
ProDX Red
Criskelo ROM for I9000
I DO NOT ACCEPT DONATIONS! If you like my work please follow the hyperlinks for the original sources and donate there!
* Special thanks to DesignGears and kennethpenn for providing me assistance in editing some of the system files!
THEME FILES DOWNLOAD
*MultiUpload Link this time, 4shared has been flakey lately
Reserved (10char)
[EDIT] Running this with GingerBlur 4.5 - working great with NO issues..
Nice work man!! This looks great!!
Thanks! I JUST finished updating the OP with install instructions and I also attached a RAR file with the dock/icons to use if you wanted to make LauncherPro look just like it does in the screenshots.
Also, while I like red and/or blue themes, my wife likes purple so I'll probably be working on a GrapeBlur theme next.
If anyone tries pushing these files to a release other than 4.1.57 (such as Adeo or Gingerblur based on 4.1.52) I would be interested to know the results!
Looks great sir, thanks for the work.
Looks great man, thanks for putting this together. One question though, is it posible to make a blue theme as I love blue!
Thanks for great work! One question though, any errors during the deodexing process?
shady_lanem said:
Thanks for great work! One question though, any errors during the deodexing process?
Click to expand...
Click to collapse
I had one error, I think it was on PhotoEditor.apk and PhotoEditor.odex. I've seen or used a built-in photo editor so I just removed those then restarted the deodex process for apps and it completed successfully.
just tried deodexing and yes, getting the same errors from the two apks as well. Ok thanks for the heads up will try again
Successfully applied the theme!
Found 1 bug. The clock in notification bar is black in mine instead of white. Any idea why?
This might be a nobrainer but, if I change the icon files inside the apk and then push it to my phone will it still work? In this way will I be able to make my own 4.1.57 themes?
hey.. i am sorry to ask this how am i suppose to install the grapeblur and the launcherpro.. i have no idea .. i am soo sorry to ask such a dum question.. but this is my first time with an android
okay I may be kinda slow how do I make use of the launcherpro files?
hey how would you install cherryblur in the first place.. i have my phone deodexed and all but having trouble knowing how to install cherryblur...
Beautiful theme and I love battery icon... what clock app are you using?
Sent from my MB860 using XDA Premium App
You added a few icons to the /drawable-hdpi directory. Do you actually use them via the xml files, or are they just remains of whatever framework-res.apk you used?
txtsd said:
This might be a nobrainer but, if I change the icon files inside the apk and then push it to my phone will it still work? In this way will I be able to make my own 4.1.57 themes?
Click to expand...
Click to collapse
yes
just get framework-res.apk, back it up, open it with winrar.
drag and drop the files, of the same name, that you would like to replace into the open winrar window. choose normal and 'add and replace', then close the window to save. replace the one in system/framework with your modified version.
Be sure to set the priviledges correctly after you copy into system/framework.
They should match the original, full read and user write.
Thats how I made this.
Edit: Every time I replace the framework-res.apk I lose my google, twitter, and facebook accounts. Anyone know why, all I'm doing is replacing images.
Nottach said:
yes
just get framework-res.apk, back it up, open it with winrar.
drag and drop the files, of the same name, that you would like to replace into the open winrar window. choose normal and 'add and replace', then close the window to save. replace the one in system/framework with your modified version.
Be sure to set the priviledges correctly after you copy into system/framework.
They should match the original, full read and user write.
Thats how I made this.
Edit: Every time I replace the framework-res.apk I lose my google, twitter, and facebook accounts. Anyone know why, all I'm doing is replacing images.
Click to expand...
Click to collapse
oh nice!
Yea I did the same. Just used 7zip instead of crappy winrar. Didn't check for permissions though, I'll do that tomorrow.
txtsd said:
You added a few icons to the /drawable-hdpi directory. Do you actually use them via the xml files, or are they just remains of whatever framework-res.apk you used?
Click to expand...
Click to collapse
Correct, just remains. Possibly for future use as well
DKRussell said:
Beautiful theme and I love battery icon... what clock app are you using?
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
That is Beautiful Widgets in the Android Market. I forgot the name of the actual skin I'm using with it though, I'll reply to your PM later this morning.
anirudh15891 said:
hey how would you install cherryblur in the first place.. i have my phone deodexed and all but having trouble knowing how to install cherryblur...
Click to expand...
Click to collapse
The instructions are on the first page, but you need to be at least somewhat familiar with adb.
blaque72 said:
okay I may be kinda slow how do I make use of the launcherpro files?
Click to expand...
Click to collapse
When you long press on any of the icons in the dockbar of LauncherPro you should see an option to change the icon. You need to have the icons/dock I attached saved to your sdcard ahead of time so you can choose "custom" for the icon and select the graphic you want to use.
For the dock you go to Menu -> Preferences -> Appearance -> Dock Background
* Pretty sure that's correct, but my phone is in on the charger in my bedroom where my wife is sleeping so I don't want to accidentally wake her up.

Anyone have the apk for 5mb mms?

Just wondering if anyone had a 5mb mms zip or apk they could share. I got tired of flashing this and flashing that so I decided to go stock and just build my own from there with all the things I like and I was wondering if anyone had this mod. I really dont use it but if anyone has it I would like to have it. Thanks.
Just download a rom that has it and copy it out of /system/app
its not an apk that has it, its in the default.xml inside the mns folder
its hangs out here
/system/customize/mns/default.xml
what rom are you running i can likely make the change for you
thoughtlesskyle said:
its not an apk that has it, its in the default.xml inside the mns folder
its hangs out here
/system/customize/mns/default.xml
what rom are you running i can likely make the change for you
Click to expand...
Click to collapse
Stock deodexed Rom from Haux I think the name is.
I will look into it when I get some free time
Sent from my PG86100 using XDA App
smokin1337 said:
Just download a rom that has it and copy it out of /system/app
Click to expand...
Click to collapse
thoughtlesskyle said:
its not an apk that has it, its in the default.xml inside the mns folder
/system/customize/mns/default.xml
Click to expand...
Click to collapse
i haven't seen a lot on the details of this tweak .. interesting sprint would limit the size of mms messages .. probably for network congestion/bandwidth reasons.
using the same logic from the previous two quoted posts, if the 5mb limit adjustment is made in the /system/customize/mns/default.xml file, couldn't this file be pulled from a customized ROM and loaded onto another ROM and/or pushed onto the android device?
my curiosity got the best of me and i started searching ... i found a few of these modified default.xml files loaded on different custom EVO 3D ROMs SVN sites, meaning the whole ROM doesn't have to be downloaded. The individual files can be accessed directly.
Snyergy - /system/customize/MNS/default.xml
Virusrom - /system/customize/MNS/default.xml
quickly searching for the phrase "size" inside these files shows the location of the MMS size settings. there are quite a few lines for MMS size settings and one shows 5MB. copy/pasted below:
Code:
<item name="MMS_Msg_Size1">1M</item>
<item name="MMS_Msg_Size2">2M</item>
<item name="MMS_Msg_Size3">5M</item>
there very well could be more to the tweak than just one value on one line being adjusted. might want to examine the file further or if feeling brave, push the whole modified file over and test it out.
should be able to save these down to your computer and push over to your android device or load into your ROM .zip you will flash or modify your existing stock default.xml ... lots of options!
hopefully that helps! good luck with your own ROM!
joeykrim said:
i haven't seen a lot on the details of this tweak .. interesting sprint would limit the size of mms messages .. probably for network congestion/bandwidth reasons.
using the same logic from the previous two quoted posts, if the 5mb limit adjustment is made in the /system/customize/mns/default.xml file, couldn't this file be pulled from a customized ROM and loaded onto another ROM and/or pushed onto the android device?
my curiosity got the best of me and i started searching ... i found a few of these modified default.xml files loaded on different custom EVO 3D ROMs SVN sites, meaning the whole ROM doesn't have to be downloaded. The individual files can be accessed directly.
Snyergy - /system/customize/MNS/default.xml
Virusrom - /system/customize/MNS/default.xml
quickly searching for the phrase "size" inside these files shows the location of the MMS size settings. there are quite a few lines for MMS size settings and one shows 5MB. copy/pasted below:
Code:
<item name="MMS_Msg_Size1">1M</item>
<item name="MMS_Msg_Size2">2M</item>
<item name="MMS_Msg_Size3">5M</item>
there very well could be more to the tweak than just one value on one line being adjusted. might want to examine the file further or if feeling brave, push the whole modified file over and test it out.
should be able to save these down to your computer and push over to your android device or load into your ROM .zip you will flash or modify your existing stock default.xml ... lots of options!
hopefully that helps! good luck with your own ROM!
Click to expand...
Click to collapse
Oh wow!! Thank you so much for this!! I am trying it out now. I have been tweaking the stock ROM like crazy with changing scripts and this made perfect sense!! I just rebooted my phone so I will let you know how things go. After tweaking the stock ROM I ran a 1978 in Quadrant so Im doing something right I guess.
Edit:Yeah that didnt work. I guess you were correct. There is more to it than just changing those few numbers. Hmmmmmm........... Oh well. My ROM is running great so I think I can manage without the 5mb mms size. Thanks anyways tho.
youngpro83 said:
Oh wow!! Thank you so much for this!! I am trying it out now. I have been tweaking the stock ROM like crazy with changing scripts and this made perfect sense!! I just rebooted my phone so I will let you know how things go. After tweaking the stock ROM I ran a 1978 in Quadrant so Im doing something right I guess.
Edit:Yeah that didnt work. I guess you were correct. There is more to it than just changing those few numbers. Hmmmmmm........... Oh well. My ROM is running great so I think I can manage without the 5mb mms size. Thanks anyways tho.
Click to expand...
Click to collapse
freeza and steelh say the best way to achieve the adjusted mms size is through following this guide: [HOW-TO] [TEAM XPOSED] Disable MMS Compression
good luck and thx to steelh and freeza for pointing me in the right direction!
If you still need the apk let me know via pm. I have them and I can help you get it running on your rom.
Locked & Loaded
" Shooter on Deck "

[MOD][COG-4][UnNamed] Over-scroll Glow!

Discontinued. The latest versions of all previously supported ROMs have this functionality built in.
This gives you an over-scroll glow when you reach the end of a list.
I really hope you knew that before clicking on this thread.
Example if you don't know what I'm talking about
It's just a modified framework.jar with modified files allowing the over-scroll to work and the correct glow images assigned to it. Theming is very easy, just colorize the over-scroll glow pngs in framework-res.apk. The default is orange.
What I want to do with this thread is sort of have a place where you can find the over-scroll enabling mod for every popular ROM for our phones. If you think I should support a ROM that I currently don't, then please post in the forums because I read every post! Ask to put a ROM on the wishlist. Upload the ROM's framework-res.apk and framework.jar files and I'll work on it when I'm not busy with school.
Currently, the wish list is:
Stock KH7
[Update on 10/15/11] UnNamed v1.0.1 compatible files uploaded. Give them a try. Honorable mention to quarlow
Installation:
BACK UP YOUR OLD FRAMEWORK.JAR
Because I'll just laugh at you if you complain that your phone won't boot up.
>>>ADB:
Code:
Extract the CWM package to get the framework.jar
adb remount
adb shell
su
cd /system/framework/
cp framework.jar framework.jar.backup
exit
exit
adb push framework.jar /system/framework/
adb reboot
>>>ROOT EXPLORER:
Extract the CWM package to get the framework.jar
Okay, now you can theoretically do this, but why would you want to? You'll get lots of crashes and might mess something important up.
Go to: /system/framework/ and rename framework.jar to something else. Go back to where-ever you saved my modified framework.jar and copy it over to /system/framework/ and change the permissions of the new framework.jar to match the old one. I'm pretty sure it's rw-r--r--, but don't quote me on that. + Restart your phone.
Simba501 has a more indepth tutorial on how to install this mod through Root Explorer here
>>>RECOVERY (preferred):
Flash the one specific to the ROM you're running
Whatever method you choose, know that it will take a stupidly long time for your phone to boot-up. Don't worry though, it'll be worth the wait.
Yoderk created some cool themes for the over-scroll glow for Cognition Beta-4 which you can find HERE.
UnNamed 1.0.1 works with 1.0.2 and 1.0.3 as well.
Also, please remember to say THANKS if I helped you!
cwm please!!
<3
diabolicalangle said:
cwm please!!
<3
Click to expand...
Click to collapse
It's there if you REALLY need it. I haven't tested it and to be honest, it's been a very very long time since I made my last CWM compatible file. Maybe it works though, try it out. If not, then use one of the other methods.
Fine work sir! Works well on Cog Beta 4.
yoderk said:
Fine work sir! Works well on Cog Beta 4.
Click to expand...
Click to collapse
That's awesome! Someone test it on stock w/ root, because if it works there, I'll be amazed.
Confirming that the cwm flashable zip works on cog beta 3!
Working fine here. I'm technically on Beta 1, but I've manually added the components I wanted from each Beta update because there were things I didn't want.
I have a suggestion. I don't know why everyone repeats that method for using root explorer. That's a terrible way to do it. I always use root explorer to manually replace my files and have never experienced any issues. Here is the correct way to use root explorer for manually replacing modded files:
1. Navigate to the file that you plan to replace (in this case, system/framework/framework.jar).
2. Copy (not move) the file and paste it somewhere on your SD card (internal or external, doesn't matter - as long as you can locate it in case you need to put it back). Rename the file you just pasted, but very subtly. For example, when renaming framework.jar, I would only throw something in front of the file name, such as "Backup - framework.jar", so I can easily distinguish it from the new file if I put them in the same spot.
3. NANDROID BACKUP!
4. Download/put on your sd card (whatever you do) the new file that you want to replace the old one with.
5. Move the new file to /system (not in a subfolder yet). Here you will change the permissions, which is crucial to avoid FCs and problems. In root explorer, you would long press the file, press permissions, and set them to whatever the old file's permissions are. This may require going to verify what they are before starting this step. In this case, the permissions are RW-R-R, which in root explorer, means that the first two boxes on the first line are checked and only the first box on the next two lines are checked.
6. Ensure that your new file is correctly named to exactly what it is replacing (case actually matters) and that the permissions also match what it is replacing.
7. Move your new file to the folder, root explorer will ask if you want to replace the file. Confirm.
8. Back out of root explorer and immediately reboot.
No force closes, no problems .
Cwm file worked great on cog beta 4. Thnkz!!
Sent from my SAMSUNG-SGH-I777 Cognition
Simba501 said:
Working fine here. I'm technically on Beta 1, but I've manually added the components I wanted from each Beta update because there were things I didn't want.
I have a suggestion. I don't know why everyone repeats that method for using root explorer. That's a terrible way to do it. I always use root explorer to manually replace my files and have never experienced any issues. Here is the correct way to use root explorer for manually replacing modded files:
...
No force closes, no problems .
Click to expand...
Click to collapse
Thanks! I added your tutorial to the OP.
Well if your like me and hate orange! Then here are two framework-res.apk with a blue and green overscroll color. Just rename them to framework-res.apk and overwrite the original file in system/framework.
Do not forget to back up original file! I claim no responsibility to problems.
Very subtle but a very nice touch...kudos...came zip worked great!!!
Sent from my SAMSUNG-SGH-I777 using XDA App
stock with root, i've got nothing. tried root explorer method and cwm
Does this still have the problem of not changing the Contacts or other Samsung apps?
illathanyours said:
stock with root, i've got nothing. tried root explorer method and cwm
Click to expand...
Click to collapse
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
MikeyMike01 said:
Does this still have the problem of not changing the Contacts or other Samsung apps?
Click to expand...
Click to collapse
Yes. Those need the tw-framework to be modified and I haven't taken a look at those yet since I'm trying out Perception for a couple of days and that already has it coded in? But it isn't a problem per-say, it's just how Samsung decided to code those specific apps and there isn't a way to implement them in 2.3.4 without breaking the slide left to call, slide right to message, feature. 2.3.5 Roms have that built in on Samsung apps.
Problem probably isn't the best word.
Thanks for answering though. I always wanted the overscroll but having mixed bothered me.
Sent from my SGH-i777
shishir95 said:
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
Well it's not that pressing of an issue, but maybe I'll send it to you later but right now I'm Dealing with insane iPhone customers, makes me want to hang myself... If 2.3.5 is gonna be coming sometime soon I wouldn't care about the wait.
Anyone know about 2.3.5 ota eta?
Sent from illaphone.
Click to expand...
Click to collapse
illathanyours said:
shishir95 said:
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
Well it's not that pressing of an issue, but maybe I'll send it to you later but right now I'm Dealing with insane iPhone customers, makes me want to hang myself... If 2.3.5 is gonna be coming sometime soon I wouldn't care about the wait.
Anyone know about 2.3.5 ota eta?
Sent from illaphone.
Click to expand...
Click to collapse
There's a leaked 2.3.5 ROM for the i777 but personally I'm using designgear's Perception which is a port of a i9100 ROM and it works perfectly. I'd recommend the latter since leaked ROMs tend to have problems.
Click to expand...
Click to collapse
could you modify the framework.jar for UnNamed v1.0.1 - First ever well documented and open source stock derived rom? It has the extended power menu and if I overwrite the framework.jar using this it will break that extended power menu. Much thanks for getting the overscroll glow!!
Skyler2Dope said:
could you modify the framework.jar for UnNamed v1.0.1 - First ever well documented and open source stock derived rom? It has the extended power menu and if I overwrite the framework.jar using this it will break that extended power menu. Much thanks for getting the overscroll glow!!
Click to expand...
Click to collapse
I'll give it a try if there's enough demand for it.
shishir95 said:
I'll give it a try if there's enough demand for it.
Click to expand...
Click to collapse
+1 here

[Q] Remove sms to mms conversion on 2.3.4 stock anyone?

hello guys,
i wanted to know if there's a simple way to disable the sms conversion to mms when you type more than 3 msgs. i am on XEUKH2, 2.3.4 with PDA XWKI4 and PHONE XXK1, build of 14 sept 2011.
would this mod work?
mod <int name="smsToMmsTextThreshold">4</int> to <int name="smsToMmsTextThreshold">100</int> in mms.apk/res/xml/mms_config.xml
i have root access..
thanks!
It should work. I did the mod on my stock KI3.
11768 said:
It should work. I did the mod on my stock KI3.
Click to expand...
Click to collapse
i will try later, i tried to edit the .xml file on the fly from the phone with the txt editor and there's a weird bunch of code, do i need to decompile it with the PC right?
any program you recommend?
tnx
gabrio
xml files are just plain text files, but they're in a specific format. If you're unsure what you're doing then post the file here and let someone modify it for you as it's quite easy to break xml by simply not closing a tag, or changing the wrong thing.
seems that i will give a go tonite at APK Manager
on a different note, latest upgrade i did via Kies which went to 2.3.4, removed the number of photos left with the camera.
tested it and when you are closer to the capacity of the SD card like 20%?, it will display how many you have left..it may make sense, samsung said, why you need to see how many you can do when there's loads of space, but when capacity gets small, then we display that number...in video mode, is always shown remaining time instead..
i was wondering, what if i wanna to always display the number of photos i can? it used to display it with 2.3.3
gab
how did you do?

[Q] mod conversations.apk

Hi all!
Can someone help me to modify GB "conversations.apk" in order to avoid SMS to MMS conversion after only 3 SMS?
I came back from ICS because It doesn't work on xperia mini...lots of bugs and freezes and sometime reboot too.
I triyed handcent and other apps for messages but It's a pity (and a shame) to have to use alternative apps to do a basilar think of the phone (sending SMS).
I tryied to decompile conversations.apk taking a look to the xml files but I didn't find nothing about the 3 SMS limit.
I searched in /res/xml/mms_config.xml
for a line like: <int name="smsToMmsTextThreshold">4</int>
but nothing..
maybe it's possible to fix timestamp too and other things!
We (GB users) need a dev that helps us to solve this problem.
Can somebody take a look to this?
Thank You very much!
Mauri
PS: I attack conversations.apk decompiled (and zipped)!
Actually its pretty simple and you don't have to modify conversations.apk. You should do the following things:
1. Navigate with e.g. root explorer to /system/etc/customization/settings/com/sonyericsson/conversations/
2. Open custom_settings.xml with text editor
3. Modify the following line:
Code:
<setting key="mms-trigger-sms-segments" runtime="false">3</setting>
change 3 to your likings. If you don't have that line then you can just add it.
4. You might have to clear data of conversations.apk
Thats all! Hope it works for you
Huge amount of thanks to you!!
hash87 said:
Actually its pretty simple and you don't have to modify conversations.apk. You should do the following things:
1. Navigate with e.g. root explorer to /system/etc/customization/settings/com/sonyericsson/conversations/
2. Open custom_settings.xml with text editor
3. Modify the following line:
Code:
<setting key="mms-trigger-sms-segments" runtime="false">3</setting>
change 3 to your likings. If you don't have that line then you can just add it.
4. You might have to clear data of conversations.apk
Thats all! Hope it works for you
Click to expand...
Click to collapse
I was looking for this forever. Thanks!
Thanks! It worked for me! :good:
Hey I could not find the custom_settings.xml in the said path. I am using FlyLight ROM on Xperia Ray.
However, this helped.
http://forum.xda-developers.com/showthread.php?t=1887765
Posting link here, as might help others

Categories

Resources