[module] GCam Patch

Search This thread

simonsmh

Senior Member
Dec 14, 2015
297
550
Fix slow motion & 60fps not working on Google camera.
This module could works on most of the devices. Actually this module is mostly for non-nexus devices, which is considered not supported by Google Camera. By default other devices can't even open slomo and they will expect ANR immediately. This module fixes some missing media profiles and makes slomo working again. The basic logic is simple, Nexus devices won't need such kind of module.
https://github.com/simonsmh/magisk-gcam-patch
 
Last edited:

Fif_

Senior Member
Jun 5, 2013
1,246
1,370
Google Nexus 10
Google Nexus 4
Should working on all devices, please try it first.
I personally tested it on mido and oneplus 3, and it works.
Really?
I inspected the Magisk module you posted and the GitHub repo and this module does not seem to do anything:
- post-fs is disabled
- late service is disabled
- properties are disabled
- automount is enabled, but there is no system directory.
Shouldn't that do absolutely nothing? [emoji6]
 

simonsmh

Senior Member
Dec 14, 2015
297
550
Really?
I inspected the Magisk module you posted and the GitHub repo and this module does not seem to do anything:
- post-fs is disabled
- late service is disabled
- properties are disabled
- automount is enabled, but there is no system directory.
Shouldn't that do absolutely nothing? [emoji6]
have you read all my commit?:cool:
 

simonsmh

Senior Member
Dec 14, 2015
297
550
Really?
I inspected the Magisk module you posted and the GitHub repo and this module does not seem to do anything:
- post-fs is disabled
- late service is disabled
- properties are disabled
- automount is enabled, but there is no system directory.
Shouldn't that do absolutely nothing? [emoji6]

Have you read all my commit?:cool:
 

Fif_

Senior Member
Jun 5, 2013
1,246
1,370
Google Nexus 10
Google Nexus 4
Duh. My bad. Apologies.
I solved a similar problem by doing the same thing in the post-fs script at every boot instead of an install script once at install time, so that I could catch ROM updates.
You may want to use this sed construct to make a nicer xml file:
sed -e '/<\/CamcorderProfiles>/{' \
-e 'i<EncoderProfile blah' \
-e 'iline 2' \
etc
-e '}'

I'll try your module now that I get what it does...
 

simonsmh

Senior Member
Dec 14, 2015
297
550

infernusdark

Senior Member
Feb 27, 2012
120
25
Nexus 6P Oreo
e81b59f047b8d1491de51100c42080f9.jpg


Enviado desde mi Nexus 6P mediante Tapatalk
 

Top Liked Posts