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

Wiley3233

New member
Sep 29, 2015
3
0
0
Why did my phone restore itself when i flashed this via ADB? Without me choosing restore.

---------- Post added at 04:14 PM ---------- Previous post was at 04:02 PM ----------

Can't record videos on front camera on snapchat after i ADBd this.
 

Larry Johnson

Senior Member
Mar 19, 2015
63
7
0
I have F500K lollipop rooted. I just took the "ect" folder out of the zip and copied over to /system/ect using root explorer. then set the permissions to 644, then reboot.

Everything works fine, except when recording slow mo, the screen gets truncated to 4:3. but when I play back the video, it's normal 16:9.

I'm using the 64mb/s one.

anyone experiencing this? is there a fix?
 

mogm1

Senior Member
Sep 7, 2012
120
21
0
I have F500K lollipop rooted. I just took the "ect" folder out of the zip and copied over to /system/ect using root explorer. then set the permissions to 644, then reboot.

Everything works fine, except when recording slow mo, the screen gets truncated to 4:3. but when I play back the video, it's normal 16:9.

I'm using the 64mb/s one.

anyone experiencing this? is there a fix?
Yes +1 for me

Sendt fra min LG-H815 med Tapatalk
 

petermg

Senior Member
Aug 7, 2008
502
142
0
I have F500K lollipop rooted. I just took the "ect" folder out of the zip and copied over to /system/ect using root explorer. then set the permissions to 644, then reboot.

Everything works fine, except when recording slow mo, the screen gets truncated to 4:3. but when I play back the video, it's normal 16:9.

I'm using the 64mb/s one.

anyone experiencing this? is there a fix?
Happens to me also but doesn't bother me since it plays back correctly and I hardly use slow motion anyhow. Quality just isn't there seems like more of a gimmick.
 

012512

Senior Member
Jun 2, 2013
626
78
0
I have F500K lollipop rooted. I just took the "ect" folder out of the zip and copied over to /system/ect using root explorer. then set the permissions to 644, then reboot.

Everything works fine, except when recording slow mo, the screen gets truncated to 4:3. but when I play back the video, it's normal 16:9.

I'm using the 64mb/s one.

anyone experiencing this? is there a fix?
No vignette effect?
 

Larry Johnson

Senior Member
Mar 19, 2015
63
7
0
Happens to me also but doesn't bother me since it plays back correctly and I hardly use slow motion anyhow. Quality just isn't there seems like more of a gimmick.
Well, on my phone slow mo gets recorded very clean and crisp. it's a neat feature to have, although I probably won't use it often.

---------- Post added at 05:37 AM ---------- Previous post was at 05:31 AM ----------

No vignette effect?
none at all. during recording screen is squished to 4:3 with no vignetting. playback, normal 16:9, no vignetting.

the slow mo playback is crisp and clean.

I don't know a lot about photography, but what I gather is if you record at a higher FPS, you gotta have a lot of light. I tested by recording my aquarium, which has a lot of light, and my bedroom that let's in sunlight. both were clean with no vignetting.
 

012512

Senior Member
Jun 2, 2013
626
78
0
Well, on my phone slow mo gets recorded very clean and crisp. it's a neat feature to have, although I probably won't use it often.

---------- Post added at 05:37 AM ---------- Previous post was at 05:31 AM ----------



none at all. during recording screen is squished to 4:3 with no vignetting. playback, normal 16:9, no vignetting.

the slow mo playback is crisp and clean.

I don't know a lot about photography, but what I gather is if you record at a higher FPS, you gotta have a lot of light. I tested by recording my aquarium, which has a lot of light, and my bedroom that let's in sunlight. both were clean with no vignetting.
I'm using the 64mbit one, yet, issue persists. Vignetting.
 

Larry Johnson

Senior Member
Mar 19, 2015
63
7
0
I'm using the 64mbit one, yet, issue persists. Vignetting.
vignete effect, are you saying all four corners are dark or the whole picture is dark?

If it's the corners only, then I have no idea. if it's the whole screen, that's normal. you need more lighting for a high FPS video.
 

Larry Johnson

Senior Member
Mar 19, 2015
63
7
0
slo mo recording screen 4:3 SOLVED!!!

just overwrite the file in /system/etc/

and change the permission to 644. then reboot.

This will work with ALL versions.


it's working fine on my G4. if it works for ya, gimme a thanks. I only have one.;)
 

Attachments

Last edited:
  • Like
Reactions: Juzman

Larry Johnson

Senior Member
Mar 19, 2015
63
7
0
If you want to know the code,

<item name="video_previewSizeOnScreen_rear_supported">
2560x1440,
2560x1440,
2560x1440,
2560x1440,
1920x1440,
1920x1440,
1056x864
</item>


I just added:

<item name="video_previewSizeOnScreen_rear_supported">
2560x1440,
2560x1440,
2560x1440,
2560x1440,
2560x1440,
1920x1440,
1920x1440,
1056x864
</item>

---------- Post added at 05:47 PM ---------- Previous post was at 05:41 PM ----------

Yes +1 for me

Sendt fra min LG-H815 med Tapatalk
check out my post #478
 

Juzman

Senior Member
May 4, 2011
2,460
712
193
Townsville
justynsmith.info
Code:
        <item name="mode_rear_supported">
            mode_normal,
            mode_panorama,
            mode_dual_camera,
			mode_slow_motion
        </item>
With mode_slow_motion in the camera_config file, I lose "Slo-Mo" under video when pressing the gear icon > 16:9. However once I remove that line, Slo-Mo is back.

Anyone else experience this?
 

012512

Senior Member
Jun 2, 2013
626
78
0
vignete effect, are you saying all four corners are dark or the whole picture is dark?

If it's the corners only, then I have no idea. if it's the whole screen, that's normal. you need more lighting for a high FPS video.
Only vignetting on the right side (where on screen shutter is located on landscape mode)

It happens on a direct sunlight too so there must be a problem.
 
Last edited: