Low Res MMS fix - ONE Android Development

If you have you One, you might notice that MMS pictures are low res. I've created a flashable zip for anyone who wants to fix this. Please know what you're doing before flashing, you should have a custom recovery installed, understand risk, etc... XML values for size and resolution were increased, nothing else modified from the original MMS.apk.
CM11s ROM.
Update: Looks like KK has a few changes in flashable zips... I'll update shortly after some more testing. Thanks for the feedback everyone.
Update 2: Fixed the flashable zip, learning process with KK for me, been a while since i made a flashable zip. New zip will update correctly, tested on my own device. Enjoy!
Thanks to @richeazy for feedback!
Update 3: Don't flash this on 30O, it doesnt work. Will try to update soon, as the code in M8 doesn't incorporate the fix yet I guess.
Update 4: added revert to flash so you can flash OTA, if you flashed this fix. Confirmed working by multiple people.
EDIT: This is really old and is not compatible with latest roms.

Flashed through twrp and wiped caches But didn't work for me bro
Sent from my One using XDA Premium 4 mobile app

richeazy said:
Flashed through twrp and wiped caches But didn't work for me bro
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Are you using a custom ROM?
Sent from my One using XDA Premium 4 mobile app

dansou901 said:
Are you using a custom ROM?
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nope stock rooted
Sent from my One using XDA Premium 4 mobile app

richeazy said:
Flashed through twrp and wiped caches But didn't work for me bro
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Got the update there for you, let me know if you have issues

froggymike911 said:
If you have you One, you might notice that MMS pictures are low res. I've created a flashable zip for anyone who wants to fix this. Please know what you're doing before flashing, you should have a custom recovery installed, understand risk, etc... XML values for size and resolution were increased, nothing else modified from the original MMS.apk.
CM11s ROM.
Update: Looks like KK has a few changes in flashable zips... I'll update shortly after some more testing. Thanks for the feedback everyone.
Update 2: Fixed the flashable zip, learning process with KK for me, been a while since i made a flashable zip. New zip will update correctly, tested on my own device. Enjoy!
Thanks to @richeazy for feedback!
Click to expand...
Click to collapse
Aren't MMS sizes carrier dependent? So what do these changes mean? Are they better but still in compliant for most carriers?

dmo580 said:
Aren't MMS sizes carrier dependent? So what do these changes mean? Are they better but still in compliant for most carriers?
Click to expand...
Click to collapse
I set the file size to AT&T's limits, but none of my test sends were over 300k. The quality limitations in the MMS were linked to the resolution size rather than the image size restrictions.
Here are the XML settings in the updated apk.
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="4">
<bool name="enabledMMS">true</bool>
<int name="maxMessageSize">1048576</int>
<int name="maxImageHeight">1080</int>
<int name="maxImageWidth">1920</int>
<int name="defaultSMSMessagesPerThread">10000</int>
<int name="defaultMMSMessagesPerThread">1000</int>
<int name="minMessageCountPerThread">10</int>
<int name="maxMessageCountPerThread">5000</int>
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
<int name="recipientLimit">-1</int>
<bool name="enableMultipartSMS">true</bool>
<bool name="enableSplitSMS">false</bool>
<int name="smsToMmsTextThreshold">-1</int>
<bool name="enableSlideDuration">true</bool>
<int name="maxMessageTextSize">-1</int>
</mms_config>

This will also be fixed in the next CM 11S OTA:
http://review.cyanogenmod.org/#/c/68842/

Added a revert zip to go back to stock, if you want to flash the OTA you will need this back at stock, as the OTA does patch checks on files and even if you remove the check from the updater script, the patch will break messages with the image quality changes applied.
Unfortunately, the latest OTA 30O is not compatible with the zip (v2) for this fix. So don't flash it on the the latest OTA. The 30O OTA is based on M8, so the fix is not in the codebase yet, as it is in M9 (I'm running standard CM11 due to the slow updates by OPO.).
Thanks!

Just curious here, how did you or what did you edit?
Edit: Question Answered by: froggymike911
Code:
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="4">
<bool name="enabledMMS">true</bool>
[COLOR="Red"]<int name="maxMessageSize">1048576</int>
<int name="maxImageHeight">1080</int>
<int name="maxImageWidth">1920</int>[/COLOR]
<int name="defaultSMSMessagesPerThread">10000</int>
<int name="defaultMMSMessagesPerThread">1000</int>
<int name="minMessageCountPerThread">10</int>
<int name="maxMessageCountPerThread">5000</int>
<string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
<int name="recipientLimit">-1</int>
<bool name="enableMultipartSMS">true</bool>
<bool name="enableSplitSMS">false</bool>
<int name="smsToMmsTextThreshold">-1</int>
<bool name="enableSlideDuration">true</bool>
<int name="maxMessageTextSize">-1</int>
</mms_config>

froggymike911 said:
If you have you One, you might notice that MMS pictures are low res. I've created a flashable zip for anyone who wants to fix this. Please know what you're doing before flashing, you should have a custom recovery installed, understand risk, etc... XML values for size and resolution were increased, nothing else modified from the original MMS.apk.
CM11s ROM.
Update: Looks like KK has a few changes in flashable zips... I'll update shortly after some more testing. Thanks for the feedback everyone.
Update 2: Fixed the flashable zip, learning process with KK for me, been a while since i made a flashable zip. New zip will update correctly, tested on my own device. Enjoy!
Thanks to @richeazy for feedback!
Update 3: Don't flash this on 30O, it doesnt work. Will try to update soon, as the code in M8 doesn't incorporate the fix yet I guess.
Update 4: added revert to flash so you can flash OTA, if you flashed this fix. Confirmed working by multiple people.
Click to expand...
Click to collapse
You can just replace the apk inside the priv-app folder w/ a file manager and change the permissions to rw-r-r and reboot to get it working. Just tested it and the quality is fixed! :good:

i tried this on 38R and it kept force closing. maybe they changed something in the new update thats messing with it. Anyone know if thisll work on 44R.?
also, please upvote this
https://jira.cyanogenmod.org/browse/BACON-2137?jql=text ~ "MMS resolution"

shawn0223 said:
i tried this on 38R and it kept force closing. maybe they changed something in the new update thats messing with it. Anyone know if thisll work on 44R.?
also, please upvote this
https://jira.cyanogenmod.org/browse/BACON-2137?jql=text ~ "MMS resolution"
Click to expand...
Click to collapse
as much as I also wanted to continue to use the included AOSP messaging app a viable solution isn't available unless someone were to build a modified apk for us. there us information on xda on what XML lines are modified.
since it has become rather difficult to come by this I've gone ahead and installed Go SMS Pro or Handcent which has a toggle within the setting which allow for MMS size change

shawn0223 said:
i tried this on 38R and it kept force closing. maybe they changed something in the new update thats messing with it. Anyone know if thisll work on 44R.?
also, please upvote this
https://jira.cyanogenmod.org/browse/BACON-2137?jql=text ~ "MMS resolution"
Click to expand...
Click to collapse
I implemented the aforementioned xml patch on a 44S deodexed Mms.apk. See if this works for you guys.
(Thanks to the OP for the install script/zip =)
http://d-h.st/YkAO

jeboo said:
I implemented the aforementioned xml patch on a 44S deodexed Mms.apk. See if this works for you guys.
(Thanks to the OP for the install script/zip =)
http://d-h.st/YkAO
Click to expand...
Click to collapse
Worked perfectly. Thanks man
Sent from my A0001 using XDA Free mobile app

So if I have At&T, I am already at this setting, is how I understand your idea.
Do I understand you correctly?

jeboo said:
I implemented the aforementioned xml patch on a 44S deodexed Mms.apk. See if this works for you guys.
(Thanks to the OP for the install script/zip =)
http://d-h.st/YkAO
Click to expand...
Click to collapse
This fix worked for me! Finally a working stock messaging app.......WOOHOO!

jeboo said:
I implemented the aforementioned xml patch on a 44S deodexed Mms.apk. See if this works for you guys.
(Thanks to the OP for the install script/zip =)
http://d-h.st/YkAO
Click to expand...
Click to collapse
Any chance you could implement this on the newer version since they just dropped 05Q? Obviously not now since its barely rolling out. Whenever you get a chance of course :silly:

so I installed the zip above on my one running 44s and now I can't update to 05q. does anyone have the stock files that where changed by it?
thank you ahead of time
---------- Post added at 10:07 PM ---------- Previous post was at 09:10 PM ----------
stock 44s mms files can be found below. hope this helps someone else. DO NOT TRY TO FLASH! THESE ARE FIR THOSE WHO WISH TO MANUALLY REPLACE THE MODDED FILES OR FOR SOMEONE TO USE TO MAKE A FLASHABLE ZIP.
https://www.dropbox.com/s/b187nr9al0ptomj/Stock 44s MMS Files.zip?dl=0

No updating for me either!
Sent from my A0001

Related

[MOD] SystemUI.apk to show 1x/3g

I Modified the SystemUI.apk from Chogardjr3D v0.9 to display 1x and 3g instead of the default 3g always. I have never done this before so use at your own risk!
I have sucessfully pushed it to 2 evo3d's and verified it works without issues.
To install:
Download from my dropbox.
Connect your phone to pc via usb cable.
Open ES File Explorer and mount system directory as writable (under settings).
Open terminal in the folder the SystemUI.apk is in.
type: adb push SystemUI.apk /system/app/SystemUI.apk
Make sure you delete the SystemUI.odex using ES File Explorer.
Reboot to recovery and wipe cache and dalvik.
Enjoy 1x/3g display. Dont forget the thank!
SystemUI.apk
Doing so will negate any previous changes to SystemUI such as custom icons and such..
not just 3g/1x
Thanks Rob.
I pushed this after flashing the circle battery mod and the battery is still there, but wanted to note that my location icon disappeared and media volume, and auto brightness & auto location toggles were added to my quick settings notification bar.
I have yet to see if the 3g/1x icon is working - will update after testing some more.
Redacted...
Can we just push using root explorer
Sent from my PG86100-EVO3D-using Tapatalk
Has anyone confirmed it displays the 1x? Also would this work on a deodexed rom?
fowenati said:
Has anyone confirmed it displays the 1x? Also would this work on a deodexed rom?
Click to expand...
Click to collapse
Confirmed 1x display on stockw ROM with silverneedles 1.0 kernel.
Sent from my PG86100 using XDA App
Does it break ne other mods or themes battery mods whatever
Sent from my PG86100-EVO3D-using Tapatalk
Anon9mouz said:
Does it break ne other mods or themes battery mods whatever
Sent from my PG86100-EVO3D-using Tapatalk
Click to expand...
Click to collapse
It would remove any SystemUI.apk themes. What I'm gonna do is find the 1x icons, mod them to GB AOSP Flavor, and make a guide to insert them into your own SystemUI.apk for ROM Cookers
Already cooked it into absurd. Was just a Amalia edit. The icons were prebuilt
Sent from my PG86100 using Tapatalk
fowenati said:
Has anyone confirmed it displays the 1x? Also would this work on a deodexed rom?
Click to expand...
Click to collapse
It's enabled by default in my ROM.
I also posted the smali edits necessary to do this MOD to any ROM HERE....
SteelH said:
It's enabled by default in my ROM.
I also posted the smali edits necessary to do this MOD to any ROM HERE....
Click to expand...
Click to collapse
Hmm ima look
Sent from my PG86100-EVO3D-using Tapatalk
SteelH said:
It's enabled by default in my ROM.
I also posted the smali edits necessary to do this MOD to any ROM HERE....
Click to expand...
Click to collapse
seems you already did what i was planning to do!
Can anyone confirm that this will work on the 2.3.4 update?
guitardoc64 said:
Can anyone confirm that this will work on the 2.3.4 update?
Click to expand...
Click to collapse
Yes it does.
Awesome! Thank you, will give it a try.
guitardoc64 said:
Can anyone confirm that this will work on the 2.3.4 update?
Click to expand...
Click to collapse
Was a little hesitant to try this directly on 2.3.4, so I pulled the apk from the latest clean rom (2.1) (http://forum.xda-developers.com/showthread.php?t=1193369) and followed the same procedure as the op and it works flawlessly.
malicon said:
Was a little hesitant to try this directly on 2.3.4, so I pulled the apk from the latest clean rom (2.1) (http://forum.xda-developers.com/showthread.php?t=1193369) and followed the same procedure as the op and it works flawlessly.
Click to expand...
Click to collapse
Yeah I think I'm going to do that one too. Thanks for pointing that out.
Sent from my s-off Shooter!

[MODs] 2.17.651.5 DEODEX (HotSpot,Camera,QuickSettings,7in1Boot,RoamOnly, etc)

So I updated all of the mods I use in my ROM for the new 2.17.651.5 base. I thought it might be helpful to others if I put them all in one place. Most of these mods were made using threads by SteelH and others who actually tell you how these things are done. If anyone wants to know how a certain mod is made (of those listed below), PM me or post and I'll explain how I did it.
Flash these at your own risk (good idea to make a backup of /system and /data before flashing).
The mods in this post are for deodex ROMs.
You can find mods for odex ROMs here. Thanks Rydah805!
7in1_Reboot_2.17.651.5.zip adds Power menu and reboot options (not sure if hot restart works correctly).
Download DEODEX
HDR_Panorama_2.17.651.5.zip adds HDR and Panorama modes to HTCCamera.
Download DEODEX
MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip adds the mirror entry back to the app drawer, adds 1M, 2M, 5M MMS, adds SMS backup option, and SMS Secure Box option. The MMS size should be flashable to make it work thanks to Vin255764. The mirror app will still require you to place default.xml from the flashable .zip into /system/customize/MNS/ of your ROM before you flash your ROM. I'll try to find how to add the mirror app to a current ROM. If you really want all of these features and know how to backup/restore your stuff, just clear /data after flashing the .zip and it should work ok from my limited understanding (I just make my own ROMs ).
Download DEODEX
RemoveUSBDebugging_2.17.651.5.zip removes the USB debugging icon.
Download DEODEX
RoamOnlyOption_2.17.651.5.zip adds Roam Only under Settings-Wireless&Networks-Mobile Network Settings-Roaming.
Download DEODEX
SprintHotSpotHack_2.17.651.5.zip changes two 0's to 1's so you can use this without paying for it.
Download DEODEX
SystemUI_mods_2.17.651.5.zip removes GPS recticle, removes recent apps from pulldown, changes to display 3G/1x properly, and adds extended quick settings.
Download DEODEX
SystemUI_mods_WithRecentApps_2.17.651.5.zip is the same as above without recent apps removed.
Download DEODEX
Please post if something doesn't work and ALSO if things do work .
Thanks to everyone who has figured out how to do these mods and Brut.all for making apktool so easy to use.
<3
Sent from my NookColor using Tapatalk
thank you! i've come to rely on roam only now that i spend part of my day in a spotty sprint area.
How hard would it be for you to make that systemui.apk but with recent apps?
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
chrisfales said:
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
Click to expand...
Click to collapse
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
mwalt2 said:
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Click to expand...
Click to collapse
crucial929 said:
How hard would it be for you to make that systemui.apk but with recent apps?
Click to expand...
Click to collapse
Not very. Just change a 2 to a 0 in StatusBarFlag.smali inside SystemUI.apk. Added to original post as SystemUI_mods_WithRecentApps_2.17.651.5.zip.
chrisfales said:
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
Click to expand...
Click to collapse
I can probably do that since the decompiled .smali's are all the same. I'll try to do it some time when I'm bored .
Thank you mwalt2 for the mods. Your contribution is much appreciated.
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
crucial929 said:
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
Click to expand...
Click to collapse
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
mwalt2 said:
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
Click to expand...
Click to collapse
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
crucial929 said:
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
Click to expand...
Click to collapse
That's the xml then. I'm pretty sure it's probably a permissions issue. As you have it now, the 300k will correspond to 1m, 600k to 2m, and 1m to 5m. I'll try to test it more tomorrow (has it worked for anyone else?).
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Thanks. They all seem to work great. Test them tomorrow. Actually came back to 2.17.651.2 from fresh 4.1 just to try these.
Flashed them all at once. Smooth
It's so late, I only wish I had some espresso ....
mnomaanw said:
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Click to expand...
Click to collapse
they all worked for me. the mms zip didnt seem like it did anything but i did notice it gave me the secure box (but it didnt give me the mirror app in the app drawer like it said).
alexnaoumi said:
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
Click to expand...
Click to collapse
me neither....running stock 2.17 hboot 1.40. Gonna try again....
oooops,just noticed these are for deodexed roms. Mine is odexed.
Thanks sent, gotta ha e them extended quick settings!
Sent from my PG86100 using xda premium
So, my phone is just the stock update from HTC that i unlocked and rooted...hboot 1.5. Does that mean I'm deodoxed? Can I flash these or do I have to to flash a stock ROM that is odexed or deodoxed?
Sent from my PG86100 using xda premium

[MOD] Nexus 7 720p Video Recording

So I just got 720p video recording working on my Nexus 7 and felt you guys should know about this too. It's a simple fix as it's not a limitation of hardware or a kernel function or anything, rather it's just Google didn't add the media profile for 720p to tell it how to use 720p.
What firmware does this need?
It doesn't matter. If you're on the original N7 firmware or the latest builds from Google, it still works just fine. I'm now on JOP40C and it works just fine. One update.zip fits all. I do suggest keeping your original file as a backup though as it plays up with OTA updates if you have this mod installed.
You don't need to install this if you are running a CM based firmware (CM10, etc) as I have pushed the patch to the CM repositories and it will be preloaded on your Nexus 7. And no, it's not them stealing credit, I pushed the patch to them.
Download Link
Update.zip: http://d-h.st/8Cw
Video For Your Delectation
Definitely a huge difference between the vids. Nice find and thanks for sharing!!
Sent from my Nexus 7 using xda premium
seems to be complicated to a newcomer like me
Sent from my Nexus 7 using xda app-developers app
wildcolor said:
seems to be complicated to a newcomer like me
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I'm sure this will be made to a flashable zip soon.
Sent from my Nexus 7 using xda premium
the.emilio said:
I'm sure this will be made to a flashable zip soon.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
If you want, I can upload my ROM which contains it?
Please share your rom, so we can flashed it and try it.
hillbeast said:
If you want, I can upload my ROM which contains it?
Click to expand...
Click to collapse
I know I'm not that far in to deving to make a flashable zip that can be universal for most of these roms. All I have done was port a rom to the EVO 4G. So... I guess if you upload the apk and associated edited files someone can do something or I will give it a shot.
Sent from my Nexus 7 using xda premium
I love you!
Sent From My Toro+ via RED Tapatalk
I use the camera app from Modaco and sound works great when shooting videos. Its strange why yours isn't working. Anyway it would be great if someone made a flashable zip or an apk out of this. Great work there buddy!
I found 5 different media_profiles im cm10 source folder:
1. /development/tools/emulator/system/camera
2. /out/target/product/grouper/obj/PACKAGING/target_files_intermediates/cm_grouper-target_files_eng.<your user name>/SYSTEM/etc
3. /out/target/product/grouper/system/etc
4./out/target/product/grouper/
5. /device/panda
is it likely the file that you mentioned in number 3, right?
(sorry for my english)
Thanks in advance.
oldlight said:
I found 5 different media_profiles im cm10 source folder:
1. /development/tools/emulator/system/camera
2. /out/target/product/grouper/obj/PACKAGING/target_files_intermediates/cm_grouper-target_files_eng.<your user name>/SYSTEM/etc
3. /out/target/product/grouper/system/etc
4./out/target/product/grouper/
5. /device/panda
is it likely the files that you mentioned in number 3, right?
(sorry for my english)
Thanks in advance.
Click to expand...
Click to collapse
I edited /device/asus/grouper/media_profiles.xml. Refer to this commit:
https://github.com/hillbeast/android_device_asus_grouper/commit/543f1d58abdb98567445ef5deebfa5b8eff0de03
Thanks, I found mine in source. I wonder if it will make any trouble when brunch for other devices, S2, for example?
oldlight said:
Thanks, I found mine in source. I wonder if it will make any trouble when brunch for other devices, S2, for example?
Click to expand...
Click to collapse
No because we're only editing the grouper device files. The files for the Galaxy S2 won't be affected by this.
I replaced the file in the system/etc folder with the 720p file from your ROM.
I opened the camera, but it just force closes. Any ideas?
Im using CodenameAndroid ROM
Added (copied) the relevant code from the OP to the /system/etc/media_profiles.xml file of my stock (build #: JRO03D), but rooted, Nexus 7 16gb. When attempting to record video the camera app closes with this error message; "Unfortunately, Gallery has stopped." With the option of "Report" or "Ok".
The camera app does not crash when taking a picture or when using the panoramic picture mode. The files are saved to the /sdcard/DCIM/Camera/ folder. It appears the crashed video files are there, two for each recording (one is "VID_xxxxxxxx_xxxxxx.3gp" the other is "VID_xxxxxxxx_xxxxxx.3gp.tmp", but neither play. Both are zero bytes in size.
Also, is there a way to change between 480p and the new 720p setting? Looked but didn't see an option to make that change in the camera app.
Works great on latest CM10 Nightly. Just did an adb pull on /system/etc/media_profiles.xml and added the 720p lines. Then I adb pushed it back and did a chmod and rebooted. Will this be merged into CM10?
This would be a great as a flashable zip! I'm currently deploying a bunch of nexus tablets at my work and i'm sure everyone would like to have the ability to use the camera to record 720p
bennor3814 said:
Added (copied) the relevant code from the OP to the /system/etc/media_profiles.xml file of my stock (build #: JRO03D), but rooted, Nexus 7 16gb. When attempting to record video the camera app closes with this error message; "Unfortunately, Gallery has stopped." With the option of "Report" or "Ok".
The camera app does not crash when taking a picture or when using the panoramic picture mode. The files are saved to the /sdcard/DCIM/Camera/ folder. It appears the crashed video files are there, two for each recording (one is "VID_xxxxxxxx_xxxxxx.3gp" the other is "VID_xxxxxxxx_xxxxxx.3gp.tmp", but neither play. Both are zero bytes in size.
Also, is there a way to change between 480p and the new 720p setting? Looked but didn't see an option to make that change in the camera app.
Click to expand...
Click to collapse
Not sure what has gone wrong. I did a full recompile to add it so perhaps something else was changed by this file.
dawgpound6985 said:
Works great on latest CM10 Nightly. Just did an adb pull on /system/etc/media_profiles.xml and added the 720p lines. Then I adb pushed it back and did a chmod and rebooted. Will this be merged into CM10?
Click to expand...
Click to collapse
I'm not a member of the CM team and I cannot understand how Gerrit works so I can't submit it so probably not. If someone can tell me then please do.
Sent from my Nexus 7 using xda app-developers app
hillbeast said:
Not sure what has gone wrong. I did a full recompile to add it so perhaps something else was changed by this file.
Click to expand...
Click to collapse
I think I fixed my issue. It may have been because the file permissions were incorrectly set when the file was saved. Permissions should be rw- r-- r--, instead when saved from the ES File Explore Editor after editing it was rw- --- ---.
I also rebooted the tablet after changing the file permissions just to be safe.
Sent from my Nexus 7 using Tapatalk 2
bennor3814 said:
I think I fixed my issue. It may have been because the file permissions were incorrectly set when the file was saved. Permissions should be rw- r-- r--, instead when saved from the ES File Explore Editor after editing it was rw- --- ---.
I also rebooted the tablet after changing the file permissions just to be safe.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Ah yes that would cause it. The application wouldn't have been able to read the file.

Dpi TW Mod

Just flash in recovery and your dpi will change in (fre3 rom) only. May work for other TW roms.
320dpi:
New V2: http://d-h.st/b6H
Old:
Download: http://d-h.st/CCw
GamerOnOne said:
Just flash in recovery and your dpi will change in (fre3 rom) only. May work for other TW roms.
320dpi:
New V2: http://d-h.st/b6H
Old:
Download: http://d-h.st/CCw
Click to expand...
Click to collapse
Will this mess with the screen like in gallery? I changed this once but the gallery screen cut some of my pics off . Like the screen was over sized.
Goat1378 said:
Will this mess with the screen like in gallery? I changed this once but the gallery screen cut some of my pics off . Like the screen was over sized.
Click to expand...
Click to collapse
Did u try this?
Sent from my SM-N900P using XDA Premium 4 mobile app
E-POUND said:
Did u try this?
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No I used build prop to change mine but some of the apps looked weird so I changed it back . I may give it a go
GamerOnOne said:
Just flash in recovery and your dpi will change in (fre3 rom) only. May work for other TW roms.
320dpi:
New V2: http://d-h.st/b6H
Old:
Download: http://d-h.st/CCw
Click to expand...
Click to collapse
If I flash this, will the only way to undo this will be to restore a backup?
Sent from my SM-N900P using XDA Premium 4 mobile app
I just flashed this using the latest team win and it fails.
Sent from my SM-N900P using XDA Premium 4 mobile app
Ok guys what I did was copy my build.prop first to my clip board then went into this files folder under system and fine the build.prop of this zip and copy it to your clipboard then go into root browser and find your system build.prop and select all and cut it. Then paste the new build.prop from this file and reboot. Don't do a quick reboot because you will not see the results.
Thank you for this
Reason I did it this way was because it failed in recovery
Anyway to fix the dialer
Some apps density needs to be fix hope to hear from you if you need a tester pm me
Jocutz1987 said:
Some apps density needs to be fix hope to hear from you if you need a tester pm me
Click to expand...
Click to collapse
Under build.prop
Dpi will be set at 480 (stock)
Or
320 Modded
All you have to do is change it to what you want a save the file, and reboot.
You can find it in root explorer under /system/
Do not mess with anything else, unless you want to mess up your phone or know what your doing.
Another thing you can do to add the mod if the zip doesn't work:
Unzip
copy built.prop file in /system/
replace yours
This is for fre3 and I can not say it will work for other TW roms unless you do it yourself.
Sorry for not getting back right away, but its school time.
GamerOnOne said:
Under build.prop
Dpi will be set at 480 (stock)
Or
320 Modded
All you have to do is change it to what you want a save the file, and reboot.
You can find it in root explorer under /system/
Do not mess with anything else, unless you want to mess up your phone or know what your doing.
Another thing you can do to add the mod if the zip doesn't work:
Unzip
copy built.prop file in /system/
replace yours
This is for fre3 and I can not say it will work for other TW roms unless you do it yourself.
Sorry for not getting back right away, but its school time.
Click to expand...
Click to collapse
Of course everything you said I know and did it. I am on fre3 latest trust me that's what the results came out to be
Jocutz1987 said:
Of course everything you said I know and did it. I am on fre3 latest trust me that's what the results came out to be
Click to expand...
Click to collapse
I love fre3, its been the most compatible with any mod that I've made. I have my sound amped and the dpi changed and love it.

[MOD] SystemUI IOS & G3 Style for Stock rom 4.4

Hi,
Use Root Explore, extract file, replace and set permission 6 4 4. (system\ prv-app\LGSystemUI.APK
Reboot.
*NOTE : Backup file before do it.
Download : Attachment.
Good Job
:good:
199xpro said:
Hi,
Use Root Explore, extract file, replace and set permission 6 4 4. (system\ prv-app\LGSystemUI.APK
Reboot.
Nice Share
Click to expand...
Click to collapse
Will it work on Odex version ?
EDIT: @199xpro Which kitkat rom are you using ?
ShoaibAhmed said:
Will it work on Odex version ?
EDIT: @199xpro Which kitkat rom are you using ?
Click to expand...
Click to collapse
I'm using version 4.4.2 Port from F180 4.4.2 Stock.
Sent from my LG Optimus G using XDA Free mobile app
U can share more captures? I want install this MOD in a OG E975 with 4.4.2 official.
_ley123snap said:
U can share more captures? I want install this MOD in a OG E975 with 4.4.2 official.
Click to expand...
Click to collapse
can i use it on gee3 rom
im struggeling to even decompile the apk, all i want to do is shuv a "@NULL" for the clock lol so it doesnt show. i jsut want to get rid of the status bar cloooock help annyone
ON lollipop
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@null" android:gravity="@null" android:id="@null" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:paddingEnd="0dip" />
That should remove it. can anyone just compile this into the statusbar xml and give it to me please
cant compile no matter what i do.
Will this work on e970? 4.1.2?

Categories

Resources