[MOD] Nexus 7 720p Video Recording - Nexus 7 Original Development

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.

Related

(MOD)CRT Screen Off Animation For SD 2.4(GPU UI)

Here is the Build.prop
I re-edited it to get GPU rendering
Very butter-smooth Animation
Added working Flashable Zip
Use streakmod recovery
Zip has the necessary stuff and new bootanimation
Method
1)install root explorer or similar app (i prefer es file manager)
2)Allow root permissions for the file mnager.
3)mount system s r/w
4)copy and replace the build.prop in /system/
With the attached build.prop
After succesfully passing the 4th step
Reboot your device.
Now see the power of your gpu rendered animation
Have a good day.
Enjoy
Download link
Primary
http://www.4shared.com/file/W3sQlMLv/build.html
Mirrors
http://www.multiupload.com/7NMIDQN3VM
Download Link For the strmod flashable zip.
http://www.4shared.com/file/NBTYKA3B/GB_SD_24_CRT_GPU.html
Please dont forget to hit thanks button
just modify build.prop in system like this
debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
thn save and exit (root explorer) and restart.
works perfect on my StreakDroid 2.4.3
Thanks!!! works fine on 2.4.3
Please post in Themes and Apps as this is not development.
Thanks to maxicet for the info re: GPU rendering. I believe DJ_Steve will be adding it default to the next build of GB.
sajibcy said:
just modify build.prop in system like this
debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
thn save and exit (root explorer) and restart.
works perfect on my StreakDroid 2.4.3
Click to expand...
Click to collapse
Much better way of going about this change. IMO
I'm sure many people make changes to their build.prop, myself included. I wouldn't want to replace my current file and then have to make all those changes again.
Worked for me - I had to change Spare Parts to make the animations "Normal" speed to see the CRT animation. Looks beautiful!
Mike's Aria said:
Much better way of going about this change. IMO
I'm sure many people make changes to their build.prop, myself included. I wouldn't want to replace my current file and then have to make all those changes again.
Click to expand...
Click to collapse
oh yea...easy and simple. thnx to maxicet who bring this out.
Great but since the buildprop sets density to 240, the phone process constantly force closes...
Sent from my Dell Streak using xda premium
greekunit690 said:
Great but since the buildprop sets density to 240, the phone process constantly force closes...
Sent from my Dell Streak using xda premium
Click to expand...
Click to collapse
Did you find a fix for this? I'm getting the same FC on the phone process.
juxtyce said:
Did you find a fix for this? I'm getting the same FC on the phone process.
Click to expand...
Click to collapse
Delete the line for the density setting and reboot. It will go back to stock density. If you really want to maintain the new setting, there is a thread on here about it.
juxtyce said:
Did you find a fix for this? I'm getting the same FC on the phone process.
Click to expand...
Click to collapse
You can go up to 180 with no problems...if you want more I read somewhere on here about flashing a zipfile of phone and contacts.apk or just use alternate. I for one like the go dialer and go contacts.
Sent from my Dell Streak using xda premium
I changed the
"debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
But Youtube and any video become white while playing!
HishamN said:
I changed the
"debug.composition.type=mdp"
to:
"debug.composition.type=gpu"
But Youtube and any video become white while playing!
Click to expand...
Click to collapse
which rom u r using? if 2.4.2 thn update to newer. im using 2.4.3. works perfect.
sajibcy said:
which rom u r using? if 2.4.2 thn update to newer. im using 2.4.3. works perfect.
Click to expand...
Click to collapse
Sorry I forgot the version, its same as yours 2.4.3!

Samsung Galaxy tab Launcher

Was wondering if anyone looked into the touchwiz launcher, touchwiz 4.0 at bestbuy on the newest galaxy tab and thought it might be fun to give it a go. any suggestions to tracking down the apk compatible with cm9?
This should work for you. Download the apk and push it to /system/app
ivcarlos said:
Hi for all.
Its my port of Touchwiz UX for XOOM in early alpha stage.
Pay attention!
This is not final version, errors and bugs may occurs.
In this first step i make a package of launcher only, apparently fully functional. To test this, u need root and push twlauncher.apk to /SYSTEM/APP. If u dnt like and like to revert, simply remove then and older launcher will be reverted back.
Like my work? Pay me a beer.
new alpha or beta releases will be posted in this thread...
bug reports are welcome..
requests are welcome too...
Download
http://www.filesonic.com/file/2400147404
## 20111010 ##
- for users thats experience fc when put widget on homescreen:
1) confirm the "twlauncher.apk" posted on "/system/app";
2) if yes, please, catch "logcat" in the action. To do this...
* connect your device on pc. In my case, when i connect xoom in pc, its prompt me what storage i like. Wherever... its not important in this case...
* run in prompt "adb devices" and check if xoom appears;
* run "adb logcat >logfile.txt" to catch logs;
* in device, try to put widget;
* when fc, tip ok and press "Ctrl+C" on console to stop catch of log;
* zip this file and send me
3) if not, please, put application in "/system/app". Its dnt work on "/data/app"...
in my device this problem not occurs. i using stock 3.1 MZ605 image with Framework-res.apk modifications to enable SMS-Voice-SIP.
## 20111013 ##
Taking a time to study android core to add possibility of use another system signature.
By default, android blocks a some of privileges to applications that not have the same system signature of compiled core. In my mind its insane!
Mini applications uses some of system privileges. I dnt change system signature.
At this time i making a system to catch user authorized applications that not have the same signature as system. In other words, adding a "liberty" to android.
This limitation is a piece of crap...
## 20111028 ##
Little pause in this dev because i brick my sgs with new kernel and work in a correction... Retrying soon as possible...
Click to expand...
Click to collapse
~E.R.A.
You have to log in to download it. Filesonic don't allow free downloads anymore unless it is your file
Sent from my cm_tenderloin using Xparent Red Tapatalk 2
I'm not sure if this is the same one, but I found the old one I had.
Download the apk, and put it in /system/app then reboot.
~E.R.A.
Any chance you could upload it to somewhere we can all download it?
Sent from my HP TouchDroid
fishhelmet said:
Any chance you could upload it to somewhere we can all download it?
Sent from my HP TouchDroid
Click to expand...
Click to collapse
My bad, I meant to attach the apk in my last post
http://db.tt/S2kLvdM9
~ Mr. Z
Thank you very much. Works like a charm on the most recent cm nightly.
Sent from my HP TouchDroid
any way to get a version (or any touchwiz) on CM7?
joshuadjohnson22 said:
any way to get a version (or any touchwiz) on CM7?
Click to expand...
Click to collapse
EDIT:
CM7 Based version:
http://forum.xda-developers.com/showthread.php?t=1061883
Other Version:
I PM'ed it to you
zanderman112 said:
My bad, I meant to attach the apk in my last post
http://db.tt/S2kLvdM9
~ Mr. Z
Click to expand...
Click to collapse
this .apk the latest updated version that you released? with that being said, how does this do with altered dpi such as 120,132,140? Thanks for the link BTW!!
wrippel82 said:
this .apk the latest updated version that you released? with that being said, how does this do with altered dpi such as 120,132,140? Thanks for the link BTW!!
Click to expand...
Click to collapse
Its not mine, but I used it before. I'm not sure how well it works, you'll just have to try.
~E.R.A.
can someone post a screenshot of what it will look like on the touchpad?
also, can i just run the apk like regular launcher and not replace the system one?
It has to be installed as system app if you want Widgets.
Sorry if the screen shot isn't that helpful it won't let me take one with the drawer open
Sent from my SGH-T989 using Tapatalk 2

Camera 4.2.2 android jelly bean patched

HI guys !!
Here I give those who want to enjoy the camera and gallery 4.2.2 jb
can enjoy all of its features without having to change anything.
just have to have recovery, either cwm or safetrap to flash and is all running at the rest of the photosphere ...
(does not eliminate the stock camera and gallery, that I will have to do on your own if you want)
greetings!
Niiiiiiice man! Big thanks. Working on XT925 pt-br
Sent from my XT925 using Tapatalk 4 Beta
photosphere worked for me. i edit this two lines on build.prop
Ro.product.model to "Galaxy Nexus"
Ro.product. brand to "Google"
Works on nexus 7
Sent from my Nexus 7 using XDA Premium HD app
elcolo_ said:
photosphere worked for me. i edit this two lines on build.prop
Ro.product.model to "Galaxy Nexus"
Ro.product. brand to "Google"
Click to expand...
Click to collapse
I got it to work by just installing the S4GE apk pull, no edits needed
Can u link apk pull?
Sent from my XT890 using xda app-developers app
how to install safestrap?
elcolo_ said:
photosphere worked for me. i edit this two lines on build.prop
Ro.product.model to "Galaxy Nexus"
Ro.product. brand to "Google"
Click to expand...
Click to collapse
photosphere only works if you edit lines on build.prop?
Vlw...
This is the apk file, it worked like a champ for me.
http://www.mediafire.com/download/k3i4qza1cm4pcnv/Googleeditioncamera.apk
memphis060 said:
This is the apk file, it worked like a champ for me.
http://www.mediafire.com/download/k3i4qza1cm4pcnv/Googleeditioncamera.apk
Click to expand...
Click to collapse
Thanks for the apk! Works great!
Is there an option to save pictures on the external sdcard instead of internal?
this camera have hdr option?
LagannBTT said:
this camera have hdr option?
Click to expand...
Click to collapse
No
Sent from my XT925 using Tapatalk 4 Beta
crisbro said:
HI guys !!
Here I give those who want to enjoy the camera and gallery 4.2.2 jb
can enjoy all of its features without having to change anything.
just have to have recovery, either cwm or safetrap to flash and is all running at the rest of the photosphere ...
(does not eliminate the stock camera and gallery, that I will have to do on your own if you want)
greetings!
Click to expand...
Click to collapse
Good work
but can you make an update for it ?
Help please
After applying this to my Razr HD Maxx, I am no longer able to drag app icons to my homescreen. Keep getting the error "No more room on the homescreen" when I clearly have room to drag an apk icon from my app drawer.
How can i fix this? Still happening even after uninstalling the Camera apk. Only started happening immediately after installing this.
Thanks
Seems to work fine, nothing got edited, photsphere is working atm, but dont know if it will stop working, as the last time i tried 4.2 camera
Thank you
camera
crisbro said:
HI guys !!
Here I give those who want to enjoy the camera and gallery 4.2.2 jb
can enjoy all of its features without having to change anything.
just have to have recovery, either cwm or safetrap to flash and is all running at the rest of the photosphere ...
(does not eliminate the stock camera and gallery, that I will have to do on your own if you want)
greetings!
Click to expand...
Click to collapse
Do you simple go to cwm and install this zip like you would the rom or gapps?
What's the installation instructions please
I dl'd this zip file I'm thinking boot into recovery and select install zip from sdcard?
how to install
HI Dear Developer
Will it work for Spice Mi 530
MT6577
& How
I Rooted My Mobile by TWRP Recovery
i cant found camera app in all app manager ? after i install a new rom

Camera Mod [Higher Quality/Better]

This thread is going to be modified over time and if anyone finds the HEX locations to modify for image quality, video quality, size limit (that works) etc let me know in a post and i will start creating a list.​
THANKS TO ALEXHC18 WE NOW HAVE UNLIMITED 4K RECORDING!!
Please leave a comment if this worked for you and what rom your running.... I need to know so I can fix any problems
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
(THIS WILL ONLY WORK ON SNAPDRAGON NOTE 3 VARIANTS)
------------------------------------------------------------------------------------------
Please report back if it works or not
COMPATIBILITY(PLEASE CHECK HERE 1ST)
------------------------------------------------------------------------------------------​
4.4.2 TW (NC2 based) Camera mod:
Uncompressed images
65Mbit 4k
44Mbit 1080/60p
22Mbit 1080/30p
192Kbit audio
Limited time and size unfortunately
GET IT HERE: Flashable, Just APK
_____________________________________________
4.3 TW Camera Mod:
Apks....(standalone)
Link: http://kevinrocksman.com/?dir=alexhc18/Mods/Camera/Apks
Steps:
1. Download the zip (choose one you like according to 4GB file size or Unlimited for exFat cards)
2. DO NOT I REPEAT DO NOT FLASH THE ZIP (GO TO STEP 3!!!!!)
3. Rename it to SamsungCamera2.apk
4. Use es file explorer to drag it to /system/app and overwrite the SamsunCamera2.apk that's there (or rename the original to SamsungCamera2.bak then copy it over)
5. Set permissions to rw-r-r
6. IF and ONLY IF you see SamsungCamera2.odex delete it (this will only work if you do this now granted I'm not sure if it causes problems with odexed roms or not or if it will cause a bootloop)
7. Reboot
8. Good to go
Options:
10,20,30,40,50,100 Mbit
all have 100 JPEG quality,
all have 256Kbit audio bitrate,
all have changed file format to "yyyy.MM.dd_hh.mm.ss".
---------------------------------------------------
XDA:DevDB Information
Camera Mod [Higher Quality/Better], a Tool/Utility for the Samsung Galaxy Note 3
Contributors
kevinrocksman, killa12222
Version Information
Status: Testing
Created 2013-12-01
Last Updated 2014-04-07
How to install?
Sent from my SM-N9005 using XDA Premium 4 mobile app
ars3d said:
How to install?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
flash in recovery...
N9005 via TT2
It is dont't flash. Signature verification failed. Help.
Sent from my SM-N9005 using XDA Premium 4 mobile app
flashed on my stock rooted odexed n9005 via twrp and now camera app disappeared
Sent from my SM-N9005 using XDA Premium 4 mobile app
ars3d said:
It is dont't flash. Signature verification failed. Help.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
did u flash with cwm or twrp?
lesalloum said:
flashed on my stock rooted odexed n9005 via twrp and now camera app disappeared
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
rooted odexed? Hm it may not work on that now that i think about it... what rom exactly do u have, what recovery did u use and what phone service is it through?
Device: SM-N9005
ROM: DjeMBey MI6, deodexed, rooted, no knox, 0x1 void
Kernel: Lean Kernel
Note 3, from UK
Installed the 4GB limit version, with 100Mbps bitrate.
Recorded a video, 2 minutes 34 seconds. File is 886MiB. Bit rate reported: 48.1Mbps. Audio is 128Kbps.
So my stance is, not working I doubt it is kernel related... might do a 5 minute test now to see if it works...
EDIT: 5 minute limit is not bypassed for me. I installed it correctly with Aroma, code 0 at the end.
can i flash it on n9000
zeyadhan said:
can i flash it on n9000
Click to expand...
Click to collapse
U should be able to flash it on any note 3 with snapdragon
Not found
System error UI
Echoe rom v4
N-9005
Enviado desde mi SM-N9005 usando Tapatalk 2
djfroko said:
Not found
System error UI
Echoe rom v4
N-9005
Enviado desde mi SM-N9005 usando Tapatalk 2
Click to expand...
Click to collapse
SystemUI.apk error?
Would it be possible for you to create a youtube video on how to install this in flash mode? great sounding app by the way. I am sure more users will want to install it if proper instructions are posted through youtube.
sorry but what is the purpose of this mod? does it just record better quality? whish one should i pick on tmobile.
Version 2 is up on OP, try it out and let me know if it works for you. (for those of you who flashed V1 and it didn't work just flash V2 and let me know if it works, no need to wipe anything or restore anything before flashing)
MANswers said:
Would it be possible for you to create a youtube video on how to install this in flash mode? great sounding app by the way. I am sure more users will want to install it if proper instructions are posted through youtube.
Click to expand...
Click to collapse
It is seriously self explainitory... you flash through recovery and follow on screen instructions but I will provide a youtube install video when I have a chance... 2 jobs and school are really killing me right now.
chrisa887 said:
sorry but what is the purpose of this mod? does it just record better quality? whish one should i pick on tmobile.
Click to expand...
Click to collapse
yes much much better quality, i will upload a video of each quality on youtube when i get the chance. I can say 50mbit bitrate looks amazing (at a 7mb per second rate though instead of 3MB)
kevinrocksman said:
It is seriously self explainitory... you flash through recovery and follow on screen instructions but I will provide a youtube install video when I have a chance... 2 jobs and school are really killing me right now.
yes much much better quality, i will upload a video of each quality on youtube when i get the chance. I can say 50mbit bitrate looks amazing (at a 7mb per second rate though instead of 3MB)
Click to expand...
Click to collapse
Has anyone successfully flashed with CWM?
fbueller said:
Has anyone successfully flashed with CWM?
Click to expand...
Click to collapse
Why does everyone hate twrp? I don't think aroma will ever work with cwm
kevinrocksman said:
SystemUI.apk error?
Click to expand...
Click to collapse
YES
when I start the system, I get this errror and times can I not remove, leaves always
Ok, tried version 2, my device details are in my other post on this thread.
Now I have no Camera app. There is a broken shortcut in my launcher but no app.
That's 4gb 100Mbps version.
So V2 is failed for me.
Sent from my SM-N9005 using xda app-developers app
I tested with v.2, and I feel the same when I start sisteme gives me that error.
I can not reinstall the stock camera, the select and then I get the screen to select the bitrate, and all the options I get Error
n-9005
echo rom v4

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.

Categories

Resources