[ROOT] 60fps camera + 100% photo quality + flash mod

billybob275

Senior Member
Sep 21, 2010
222
59
0
60 fps is working but the option to save the images to sdcard is gone???
How to bring that option back?
Have you changed your dpi settings? For some reason that option is hidden if you don't use the stock dpi.

Alternatively you could try you your SD card on your Storage settings, launch the camera to force it to the internal storage, remount the SD card and launch camera again. I had to do that early when swapping cards and the camera app prompted me to choose where the images will be saved.
 

Usraek

Senior Member
Feb 3, 2013
207
107
0
60 fps is working but the option to save the images to sdcard is gone???
How to bring that option back?
If you change your phone DPI settings it disappears. Use Xposed App Settings to keep the camera app at 640 (stock) and you're golden.

Sent from my LG-H812 using Tapatalk
 

kinubic

Senior Member
Apr 9, 2008
396
18
0
Do u have the file size of of images and video? Or rather which file did u flash? I don't need to flash xposed right? Just straight up flash this with the guide.~~

installed flashfire~
dled and flashed the zip file~
how long does the black screen take? i rebooted the phone but didnt notice anything difrnt in video quality/detail

EDIT!!! the whole process took about 20min ~ just left my phone on the desk. it rebooted twice. using Stock rom on ATT

Sent from my LG-H810 using XDA Free mobile app
 
Last edited:

DsturbD

Senior Member
Feb 27, 2012
2,168
1,264
0
Kannapolis, NC
[ot] I keep seeing people say they flashed with flashfire, is that a typo and they really mean flashify? Or is there another flashing app out there? [/ot]

Sent from my LG-H811 using Tapatalk
 

spiderio

Senior Member
Aug 28, 2009
1,209
917
0
Jakarta
for OP, @Pfeffernuss I think you should add the 60fps as an option, added the options, so people can choose 30/60
using this media profile
Code:
<EncoderProfile quality="1080p" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="25000000"
                   width="1920"
                   height="1080"
                   frameRate="30" />
            <Audio codec="aac"
                   bitRate="156000"
                   sampleRate="48000"
                   channels="2" />
        </EncoderProfile>
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="40000000"
                   width="1920"
                   height="1080"
                   frameRate="60" />
            <Audio codec="aac"
                   bitRate="156000"
                   sampleRate="48000"
                   channels="2" />
        </EncoderProfile>


---------- Post added at 12:55 AM ---------- Previous post was at 12:47 AM ----------

here is a link to the stock files for 10d https://drive.google.com/file/d/0BwdQFUcJ_5OgM1BxQXlpc1ZiMFU/view?usp=sharing
not a flashable zip so u gotta use es file manager or something else.

Can someone confirm that it works on 10d? i had a bricked phone a week ago and dont want to mess alot with it no more. But if this mod makes a difference (picture wise) i would love to flash this
just add this lines to your camera_config.xml

Code:
<item name="video_size_rear_supported">
            3840x2160,
[B][COLOR="Blue"]	    [email protected],[/COLOR][/B]
            1920x1080,
            1280x720,
            [email protected],
            640x480,
            320x240,
            176x144
        </item>
 

shurensly95

Senior Member
Oct 6, 2011
155
18
0
just add this lines to your camera_config.xml

Code:
<item name="video_size_rear_supported">
            3840x2160,
[B][COLOR="Blue"]	    [email protected],[/COLOR][/B]
            1920x1080,
            1280x720,
            [email protected],
            640x480,
            320x240,
            176x144
        </item>
[/QUOTE]


So i dont have to edit the other file at all? Also will this also change the camera photos or is it not recommended? ( no visual change)
 
Last edited: