Camera Issue :( - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

I`ve installed CWM 12.1 on my s advance ...................... as it was written in that thread that video recording will have green band, so is there any app or trick to use video camera in normal mode

It's hardware video encoding what's broken, so if an app use software video encoding it will work but at lower quality

enkflr said:
It's hardware video encoding what's broken, so if an app use software video encoding it will work but at lower quality
Click to expand...
Click to collapse
so what should i do to solve the problem, i have also heard that by using third party video recording app will solve the problem but which i have tried lots of app.

Patil.sid101 said:
so what should i do to solve the problem, i have also heard that by using third party video recording app will solve the problem but which i have tried lots of app.
Click to expand...
Click to collapse
I think this is often offered: VivaVideo: Free Video Editor or VivaVideo Pro:Video Editor App

Camu it's supposed to work too.
Those are the most common mentioned...

kilroy69 said:
I think this is often offered: VivaVideo: Free Video Editor or VivaVideo Pro:Video Editor App
Click to expand...
Click to collapse
Thanks ..... it works

asd_sh .
posted this
cm12.1 fix Camera - Video recording
: flash this
www.goo.gl/lUkVot
you can try for yourself, but it litreally slowed down my camera , but yea video is recording . ,it replaced stock camera of my rom

I've read that it's not a real fix, it just replace the stock camera with camu...
I haven't tried, that's just what I've read
It's more like a workaround than a fix

yep ! you are right
enkflr said:
I've read that it's not a real fix, it just replace the stock camera with camu...
I haven't tried, that's just what I've read
It's more like a workaround than a fix
Click to expand...
Click to collapse
but what to do now i tried it and now i got camu in my hone who doesn`t do anything and hangs alot, any way i can get stock cm12.1 cam back ?
eit : the fix is finaly here : http://forum.xda-developers.com/galaxy-s-advance/help/finally-fix-video-recording-bug-t33173

If I'm not wrong you can install cyanogen camera from playstore.
You can also flash a Gapps package that includes Google camera to get it as default I guess...

Related

[MOD] Gr1 Camera modded - no shutter sounds, better quality for videos & pictures

Hi all,
I'm using Paul's great Gr1 (GB 2.3.4) from almost day one and even as my "daily driver" .
I tried the usual camera mods and found none of them working (just experienced boot loops).
So, I was longing for a respective camera mod - similar to somemadcaaant's mod but for GB/ Gr1. As no mod for Gr1 surfaced until now, I decided to rip apart the app by myself.
After some googling and a time intensive code analysis, I figured out how to accomplish what I was looking for (no shutter sounds, quality improvements).
I finally decided to share my mod with the community.
You can flash it with the update zip in CWM or just copy the apk to \system\app using a root file explorer.
NB: Unfortunately I was not able to make most of the Full-HD video mods work. After some testing I came to the conclusion, it must be some kernel bug because there are no hints in the logcat, that something is going wrong. And even the stock app behaves in the same way!
Maybe it's just happening to me, so provide some feedback/ hints here please!
I'm sharing it anyway, because maybe somebody finds it useful like it is.
Please find the resulting apk (plus update script) attached to this post. Enjoy!
Installation:
Flash the attached zip with CWM ("install zip from sd-card") or copy the apk to your \system\app folder manually.
I modded the following (please note the current restrictions!):
Disabled shutter & AF sounds (still & video) - timer sounds are still enabled (on purpose --> no change!)
Increased preview fps to 40 (--> reduced page tearing)
Changed default to show video after capture to false
Picture quality:
Set normal picture quality to 80
Set fine picture quality to 95
Set superfine picture quality to 100
1080p:
*Set FPS to 30
*Set normal video quality to 7Mbs (=fine in LG app)
*Set fine video quality to 12Mbs
*Set superfine video quality to 17Mbs
Set audio bitrate to 128Kbs
*not working due to buggy kernel (Gr1)? --> reverts to default 15fps & 9Mbs
720p:
Set normal video quality to 4Mbs (=superfine in LG app)
Set fine video quality to 9Mbs
Set superfine video quality to 14Mbs
Set audio bitrate to 128Kbs
PS:
1. Zoom is working now (no crash on Paul's Gr1) !!
2. If you have a darker icon for your camera app, then update script worked like it should!
3. Please be polite, as a) this is my first mod b) operation iron fist
4. If this is useful for you, hit the "Thanks" button on the lower right!
This mod is valid for stock roms?
Enviado desde mi LG-P990 usando Tapatalk
@Lo_RaT_PeNaT
I don't think so , this mod is for Modaco GR1 (Gingerbread)
the ROM Stock are Froyo
AndiCP said:
Hi all,
I'm using Paul's great Gr1 from almost day one and even as my "daily driver" .
I tried the usual camera mods and found none of them working (just experienced boot loops).
....
3. Please be polite, as a) this is my first mod b) operation iron fist
4. If this is useful for you, hit the "Thanks" button on the lower right!
Click to expand...
Click to collapse
Thanks for your efforts. Going to try this out.
Anyway you can make widescreen photos option available? Don't like 4:3 ratio.
how did you disable shutter sound ?
in cm, focus sound is played by camera app, so it is easy to reduce, while shutter sound is hard-coded in libcameraservice.so and you have to modify frameworks/base/services/camera/libcameraservice/CameraService.cpp (maybe Gr1 is different ?)
another question is that in cm, picture quality drops once you go to video recording mode and back to still image mode. do you also have this ?
Good work
i have a gr2 i will test your camera mod
thanks
Thanks for your posts guys!
el_liberator said:
@Lo_RaT_PeNaT
I don't think so , this mod is for Modaco GR1 (Gingerbread)
the ROM Stock are Froyo
Click to expand...
Click to collapse
yup
ksekhar said:
Thanks for your efforts. Going to try this out.
Anyway you can make widescreen photos option available? Don't like 4:3 ratio.
Click to expand...
Click to collapse
You're welcome!
I don't like 4:3 too. Let's see what I can do.
pastime1971 said:
how did you disable shutter sound ?
in cm, focus sound is played by camera app, so it is easy to reduce, while shutter sound is hard-coded in libcameraservice.so and you have to modify frameworks/base/services/camera/libcameraservice/CameraService.cpp (maybe Gr1 is different ?)
another question is that in cm, picture quality drops once you go to video recording mode and back to still image mode. do you also have this ?
Click to expand...
Click to collapse
It's sort of a hack. I disabled it by removing the middle layer.
To make it short: The app actually plays the sound, but the sounds won't be loaded in the first place There isn't even an error message in log cat about that though!
If you just remove the actual playing part, it simply plays the default sound instead (like you mentioned).
About pic quality...didn't notice that so far, will test it.
vekkio said:
Good work
i have a gr2 i will test your camera mod
thanks
Click to expand...
Click to collapse
Thanks! I'm eager to hear your feedback for the Gr2 (esp. if it also reverts the Full-HD settings)!
Looking forward to more feedback!
vekkio said:
Good work
i have a gr2 i will test your camera mod
thanks
Click to expand...
Click to collapse
I'm going to test it too today.
Update: can you post the zip file, because I can't overwrite the camera apk ...
Nice work, you read my mind...
I couldn't fix the 1080p issues either since the camera app looks to be unfinished, looks like its missing updated libs (libcamera.service.so|libnvmm_camera.so|libcamera_client.so) as I could restore some functions like 1080p higher compression via using the froyo code [cameraengine.java|modevideonormal.java] but it would screw other features, all LG seems to have done is started a quick and dirty port to GB.
Also looks like their trying to make a universal GB camera app for GB phones using the media_profiles.xml like the sgs2 and aosp frameworks have, this looks like where the 1080p issues reside as it will be looking to this file for fps and audio/video compression in the O2X Gb update.
Done well so far matey keep it up.
-smc
Are you planning on adding MIUI compatibility? Currently it force closes on 1.8.12
Sent from my Optimus 2X using XDA App
somemadcaaant said:
Nice work, you read my mind...
I couldn't fix the 1080p issues either since the camera app looks to be unfinished, looks like its missing updated libs (libcamera.service.so|libnvmm_camera.so|libcamera_client.so) as I could restore some functions like 1080p higher compression via using the froyo code [cameraengine.java|modevideonormal.java] but it would screw other features, all LG seems to have done is started a quick and dirty port to GB.
Also looks like their trying to make a universal GB camera app for GB phones using the media_profiles.xml like the sgs2 and aosp frameworks have, this looks like where the 1080p issues reside as it will be looking to this file for fps and audio/video compression in the O2X Gb update.
Done well so far matey keep it up.
-smc
Click to expand...
Click to collapse
Thanks man! really appreciate it!
Good to hear, that its not just me having trouble with this
Actually I already thought that exactly these probs would keep you from posting a GB mod
Thanks for this valuable info! But I was almost sure this would be related to a buggy kernel, as I developed another cam app which is working great on Froyo but behaves on Gr1 exactly the same strange way as the LG cam app does in Gr1. I think the drivers are simply f*cked up for LG's GB port at this point of time. So let's wait and see what comes down the pipe...
PS: tried the media_profiles.xml as well (and included it into the update zip) - even b4 your post - but obviously no impact on said probs.
action294 said:
Are you planning on adding MIUI compatibility? Currently it force closes on 1.8.12
Click to expand...
Click to collapse
Nope. Plain modded LG GB cam app.
AndiCP said:
Thanks man! really appreciate it!
Good to hear, that its not just me having trouble with this
Actually I already thought that exactly these probs would keep you from posting a GB mod
Thanks for this valuable info! But I was almost sure this would be related to a buggy kernel, as I developed another cam app which is working great on Froyo but behaves on Gr1 exactly the same strange way as the LG cam app does in Gr1. I think the drivers are simply f*cked up for LG's GB port at this point of time. So let's wait and see what comes down the pipe...
PS: tried the media_profiles.xml as well (and included it into the update zip) - even b4 your post - but obviously no impact on said probs.
Nope. Plain modded LG GB cam app.
Click to expand...
Click to collapse
Dude this is great that your working on this for GB for the O2X. I have a thread in the G2X forums working on the same thing. Question how did you fix the zoom crash, I also use apktool , so let me know thanks.
Is this working for CM7 or people having some problems ?
sahilkhurana said:
Is this working for CM7 or people having some problems ?
Click to expand...
Click to collapse
+1 here, would it work with CM7?
Does it actually removes the "mist" effect from the camera when taking pictures? stock v10d removes(without any fix), tho in CM7 it's still there.
Any chance of updating this work with the camera module from the latest leaked V20c ROM (eg. Flair GB) or V20f (Korean??)?
LG have fixed the video zoom problem and upped the frame rate for 1080p to 24fps in V20c.
But I am still really disappointed with LG's lack of progress with the still photo quality. The white haze problem is not so noticeable (color saturation still no where as good as the Nokia cameras) but the image is still very grainy and I suspect that is all we are going to get Could do with your tweaking magic
greetings, I wonder if you think some mod make the camera view has achieved stability with ginger roms version based on 20c?, a greeting
Modded V20e stock camera
Hi all,
I went on and successfully modded the stock camera app of V20e.
In contrast to Gr1, everything I modded is working well in V20e now.
Please go ahead and dl my latest mod here.
Enjoy!
AndiCP
Installed the mod successfully.
Enhanced fotos before and after the mod, but no vissable difference between them.
What should be improved with this mod, except the missing shutter sound?
Sent from my LG-P990 using XDA Premium App
mach2005 said:
Installed the mod successfully.
Enhanced fotos before and after the mod, but no vissable difference between them.
What should be improved with this mod, except the missing shutter sound?
Sent from my LG-P990 using XDA Premium App
Click to expand...
Click to collapse
You said that before on the corresponding thread.
Read my answer there.
does it work on latest v20l? can you see if with this new update, you can enhance 1080p again? you wrote it couldn't be enhanced due to kernel problems... probably with the final one, have been resolved?
thanks

[Q]Camera's apk wiht autofocus in video recording

Hi guys,
I have a request...
Where can I find an camera's apk wiht autofocus in video recording?
Can anyone help me please?
THX
i think its not possible but... +1 here
Try LGcamera
Cruel68 said:
Try LGcamera
Click to expand...
Click to collapse
don't work auto focus!
auto focus in video with 720P works only in WP7 roms for me.

Camera 4.2.1 fix Fc while video recording

Hey guys i found this on General and i will post here ... its the camera from 4,2,1 that not fc close when touch while video recording...
http://forum.xda-developers.com/showpost.php?p=35954404&postcount=446 Thanks to leohuman
champ!
OMG...I didn't know about this FC never touched the screen when recorded
Is there photosphere included and working on crespo?
No photosphere on this camera
i never got fc when record video and touch it..if im missunderstanding?
xxxMADxxx said:
i never got fc when record video and touch it..if im missunderstanding?
Click to expand...
Click to collapse
It happens if you're using the 4.2 camera/gallery from this thread (happens to me at least, recording a video and touching the screen while its recording causes it to freeze): http://forum.xda-developers.com/showthread.php?t=1964804
kabome said:
It happens if you're using the 4.2 camera/gallery from this thread (happens to me at least, recording a video and touching the screen while its recording causes it to freeze): http://forum.xda-developers.com/showthread.php?t=1964804
Click to expand...
Click to collapse
klinker said:
OMG...I didn't know about this FC never touched the screen when recorded
Is there photosphere included and working on crespo?
Click to expand...
Click to collapse
my camera is patched one. from nexus 4. and nexus 4 camera has some feature, take photo when recording video when you tap on screen, i think. and it has photosphere. the one which doesnt FC, doesnt have photosphere, thats why video recording is working "correctly". but hey, better have photosphere and not tapping screen when recording, than tapping screen like lunatic and not to have photosphere.
EDIT: also this thread doesnt belong to this section.
alen1901 said:
the one which doesnt FC, doesnt have photosphere, thats why video recording is working "correctly". but
.
Click to expand...
Click to collapse
no ... only with this patch camera dosent force close
leap_ahead said:
no ... only with this patch camera dosent force close
Click to expand...
Click to collapse
But it still doesn't take snapshot when touching the screen .
Sent from my Nexus S using xda app-developers app
raducux said:
But it still doesn't take snapshot when touching the screen .
Sent from my Nexus S using xda app-developers app
Click to expand...
Click to collapse
..nexus not support this

[mod] gcam slo-mo working [santoni]

Slow motion is working in 480p SD.
Check this out.
flash using TWRP.
this
Are u already test it ?
Sent from my Redmi 4X using XDA Labs
I have tried it and everything works, except I got greeny screen when I shot the slowmo video.
Did anyone get the same problem?
plokyz said:
Are u already test it ?
Click to expand...
Click to collapse
Tested.
fredyhand said:
I have tried it and everything works, except I got greeny screen when I shot the slowmo video.
Did anyone get the same problem?
Click to expand...
Click to collapse
Use new GCam version, it doesn't have greenish screen.
I flashed it with TWRP on newest xiaomi.eu v 7.11.9 but i can´t find any difference
Edit: I´m sorry. The new icon was on a new side, i found it now. *blame
Everything works fine, ´til now no issues!
Works but keep on crashing...
vicky083_ said:
Works but keep on crashing...
Click to expand...
Click to collapse
change settings, its working perfectly without any crash.
priyeshydv said:
change settings, its working perfectly without any crash.
Click to expand...
Click to collapse
Can you please tell me the exact setting which you are using bro and the latest version of gcam with download link if possible... I think the gcam in the post is not the latest one...
vicky083_ said:
Can you please tell me the exact setting which you are using bro and the latest version of gcam with download link if possible... I think the gcam in the post is not the latest one...
Click to expand...
Click to collapse
I flashed from aboved link and it works without any issues. I´m using default settings (Nexus 6P)...
Lemmy554 said:
I flashed from aboved link and it works without any issues. I´m using default settings (Nexus 6P)...
Click to expand...
Click to collapse
Tried it again... It just keeps on crashing... Sometimes it works.. But most of the time it crashes.. And tried slow motion video it records with 120 fps but there is greenish tint on the screen...
vicky083_ said:
Tried it again... It just keeps on crashing... Sometimes it works.. But most of the time it crashes.. And tried slow motion video it records with 120 fps but there is greenish tint on the screen...
Click to expand...
Click to collapse
Download latest Gcam from link
Not working for me on the developer ROM. Crashes as soon as you open it. Tried downloading from the link again and same problem...
How do I uninstall?
pyshydv said:
change settings, its working perfectly without any crash.
Click to expand...
Click to collapse
can you share a screenshot , what exactly the setting is
Mine crashes as soon as you open it, can't even get into the settings!
stevenlopes92 said:
can you share a screenshot , what exactly the setting is
Click to expand...
Click to collapse
Use Gcam 5.1 after flashing given module.
zkadwa said:
Mine crashes as soon as you open it, can't even get into the settings!
Click to expand...
Click to collapse
Flash cam2api first
Hi guys , please link me a working version of google cam , and the install instructions.... I know Iknow I could find it on my own , but Ive tried hundreds of versions , but I always ended up with not working video recording and force closes
Help me please
Kecoe said:
Hi guys , please link me a working version of google cam , and the install instructions.... I know Iknow I could find it on my own , but Ive tried hundreds of versions , but I always ended up with not working video recording and force closes
Help me please
Click to expand...
Click to collapse
My version of GCam works great. Slow motion and 60fps videos are supported.
Only issue is that it crashes sometimes while opening.
App Name - Camera
Package Name - com.google.android.MGCBMod
Version - 4.4.020.163412804.4.2
Everything depends upon settings in app.
Model - NEXUS 6P
System level override - NEXUS 2015
Config camera - NEXUS 6 HDR + AUTO
Buffer size - 15 optimal
Total image reader - 15 others
HDR + burst frame count - 7 (N6P + Allpixel+allexp)
Set Back camera resolution to SD 480p whenever you want to shoot a slo-mo video.
Back cam and slo mo working fine!
but front cam produce blue colour image
i used latest gcam
pls help me to fix it
thank you!
vikasgautam said:
My version of GCam works great. Slow motion and 60fps videos are supported.
Only issue is that it crashes sometimes while opening.
App Name - Camera
Package Name - com.google.android.MGCBMod
Version - 4.4.020.163412804.4.2
Everything depends upon settings in app.
Model - NEXUS 6P
System level override - NEXUS 2015
Config camera - NEXUS 6 HDR + AUTO
Buffer size - 15 optimal
Total image reader - 15 others
HDR + burst frame count - 7 (N6P + Allpixel+allexp)
Set Back camera resolution to SD 480p whenever you want to shoot a slo-mo video.
Click to expand...
Click to collapse
And where can I get this version? Thanks for the help tho

[FIX] Razer Phone 2 Viewfinder and EIS Fix Magisk Modules

Note:
- I am not responsible for anything that goes wrong with your device, bootloops, bricks, paperweights etc... Nothing should go wrong but hey i need to include this. If you need any help i will try my best to help you to fix it if you comment.
(Downloads at the bottom of this post in the attached files)
Should work with every Razer Phone 2
Installation:
Open Magisk Manager and head to the Modules page
Click on the plus(+) and select the file you want to install
To install more than one file, after one module has installed go back and redo the same process with the other file you downloaded
The Viewfinder Fix: Download Link If XDA Is Broken
It will replace your tuned camera file with the file that razer used in android OREO as that one has no issues with the viewfinder​Issues: None that i know of so far, if you notice anything you can mention it in the comments but it is likely i cannot fix it​
The EIS Fix: Download Link If XDA Is Broken
EIS (Electronic Image Stabilisation) helps your videos look more stable, by default this is only available at 30fps and only in some apps. However, with this fix EIS will be enabled in any app that asks for it and it will work at 1080p 60fps.​Make sure to not use the stock camera app with this but instead a gcam with 60fps support for this phone (like BSGs)​Issues: It will break 4k 60fps recording, it just won't work. Also it will break 1080p 60fps recording on the front camera.​
And finally, yes of course these modules work together
Also if you need anything else or want to join the Razer Phone community join our group on Telegram!
thanks!
Why is this needed? Can you provide any context? Are these features broken on stock, or just in Gcam?
MishaalRahman said:
Why is this needed? Can you provide any context? Are these features broken on stock, or just in Gcam?
Click to expand...
Click to collapse
on stock the camera viewfinder is blurry and colours smudge, making 3rd party apps like Instagram very bad with recording videos and not being able to see well on on what you're taking a picture of.
This issue came around with the pie update for razer phone 2 so I managed to fix the viewfinder issue by using the razer libs from android OREO.
This is for every app, not just gcam.
The EIS fix allows for video stabilization at 1080p 60fps.
Usyless said:
on stock the camera viewfinder is blurry and colours smudge, making 3rd party apps like Instagram very bad with recording videos and not being able to see well on on what you're taking a picture of.
This issue came around with the pie update for razer phone 2 so I managed to fix the viewfinder issue by using the razer libs from android OREO.
This is for every app, not just gcam.
The EIS fix allows for video stabilization at 1080p 60fps.
Click to expand...
Click to collapse
Thanks for the explanation. Do you have any videos/photos to show the fix in action? Or can anyone else confirm this works? Cheers!
MishaalRahman said:
Thanks for the explanation. Do you have any videos/photos to show the fix in action? Or can anyone else confirm this works? Cheers!
Click to expand...
Click to collapse
I am outside right now but I will upload a comparison video later as I am recording some right now
MishaalRahman said:
Thanks for the explanation. Do you have any videos/photos to show the fix in action? Or can anyone else confirm this works? Cheers!
Click to expand...
Click to collapse
I have made a couple comparison videos and here they are: (read the description of each as it describes what to look for if it is not immediately visible)
1. Stock Camera Libs through the gcam viewfinder
2. My module through the gcam viewfinder
3. Stock Camera libs recording a video of snapchat (it just records the viewfinder)
4. My module recording the same video in snapchat
Even with the low youtube quality as of now (still processing probably) the changes are noticeable
MishaalRahman said:
Thanks for the explanation. Do you have any videos/photos to show the fix in action? Or can anyone else confirm this works? Cheers!
Click to expand...
Click to collapse
Using both of these and my gcam is much better. Viewfinder no longer has a ghosting effect, colors are better, and stabilization works.
Usyless said:
Note:
- I am not responsible for anything that goes wrong with your device, bootloops, bricks, paperweights etc... Nothing should go wrong but hey i need to include this. If you need any help i will try my best to help you to fix it if you comment.
(Downloads at the bottom of this post in the attached files)
Should work with every Razer Phone 2
Installation:
Open Magisk Manager and head to the Modules page
Click on the plus(+) and select the file you want to install
To install more than one file, after one module has installed go back and redo the same process with the other file you downloaded
The Viewfinder Fix: Download Link If XDA Is Broken
It will replace your tuned camera file with the file that razer used in android OREO as that one has no issues with the viewfinder​Issues: None that i know of so far, if you notice anything you can mention it in the comments but it is likely i cannot fix it​
The EIS Fix: Download Link If XDA Is Broken
EIS (Electronic Image Stabilisation) helps your videos look more stable, by default this is only available at 30fps and only in some apps. However, with this fix EIS will be enabled in any app that asks for it and it will work at 1080p 60fps.​Make sure to not use the stock camera app with this but instead a gcam with 60fps support for this phone (like BSGs)​Issues: It will break 4k 60fps recording, it just won't work. Also it will break 1080p 60fps recording on the front camera.​
And finally, yes of course these modules work together
Also if you need anything else or want to join the Razer Phone community join our group on Telegram!
Click to expand...
Click to collapse
Which camera version are you using? The 7.4 version doesnt with when i want to use video and the 7.3 versions all crash instantly on startup same as 7.2.
Danishblunt said:
Which camera version are you using? The 7.4 version doesnt with when i want to use video and the 7.3 versions all crash instantly on startup same as 7.2.
Click to expand...
Click to collapse
Impossible, are you using BSGs cameras? also disable the EIS fix to check if it is that one.
Is it the EIS FIX of VF FIX doing it? and which gcams did you try (by which modder)
Usyless said:
Note:
- I am not responsible for anything that goes wrong with your device, bootloops, bricks, paperweights etc... Nothing should go wrong but hey i need to include this. If you need any help i will try my best to help you to fix it if you comment.
(Downloads at the bottom of this post in the attached files)
Should work with every Razer Phone 2
Installation:
Open Magisk Manager and head to the Modules page
Click on the plus(+) and select the file you want to install
To install more than one file, after one module has installed go back and redo the same process with the other file you downloaded
The Viewfinder Fix: Download Link If XDA Is Broken
It will replace your tuned camera file with the file that razer used in android OREO as that one has no issues with the viewfinder​Issues: None that i know of so far, if you notice anything you can mention it in the comments but it is likely i cannot fix it​
The EIS Fix: Download Link If XDA Is Broken
EIS (Electronic Image Stabilisation) helps your videos look more stable, by default this is only available at 30fps and only in some apps. However, with this fix EIS will be enabled in any app that asks for it and it will work at 1080p 60fps.​Make sure to not use the stock camera app with this but instead a gcam with 60fps support for this phone (like BSGs)​Issues: It will break 4k 60fps recording, it just won't work. Also it will break 1080p 60fps recording on the front camera.​
And finally, yes of course these modules work together
Also if you need anything else or want to join the Razer Phone community join our group on Telegram!
Click to expand...
Click to collapse
Usyless said:
Impossible, are you using BSGs cameras? also disable the EIS fix to check if it is that one.
Is it the EIS FIX of VF FIX doing it? and which gcams did you try (by which modder)
Click to expand...
Click to collapse
Using BSG 7.4 latest release, only got the VF Fix as I would like to shoot 4k.
I'm using:
https://f.celsoazevedo.com/file/cfiles/gcm1/MGC_7.4.104_V0a.apk
Danishblunt said:
Using BSG 7.4 latest release, only got the VF Fix as I would like to shoot 4k.
I'm using:
https://f.celsoazevedo.com/file/cfiles/gcm1/MGC_7.4.104_V0a.apk
Click to expand...
Click to collapse
You on android 9 or 10? also try disable it and see if it works.
also try re downloading it as maybe it got corrupted
Usyless said:
You on android 9 or 10? also try disable it and see if it works.
also try re downloading it as maybe it got corrupted
Click to expand...
Click to collapse
Am on stock rom Pie and did redownload and try without ur mods.
Danishblunt said:
Am on stock rom Pie and did redownload and try without ur mods.
Click to expand...
Click to collapse
okay so,
1. does it work without the mods?
2. I've had testers and it all works on stock rom and android 10
3. does the redownloaded one work?
4. if you use a social media app like Instagram does it work?
Usyless said:
okay so,
1. does it work without the mods?
2. I've had testers and it all works on stock rom and android 10
3. does the redownloaded one work?
4. if you use a social media app like Instagram does it work?
Click to expand...
Click to collapse
1.) Camera works on stock camera app, instagram, facebook, gcam 6.1.
2.) Doesnt work with gcam 7.4 with or without mods
3.) redownloaded and reinstalled 3 times, clean install.
Danishblunt said:
1.) Camera works on stock camera app, instagram, facebook, gcam 6.1.
2.) Doesnt work with gcam 7.4 with or without mods
3.) redownloaded and reinstalled 3 times, clean install.
Click to expand...
Click to collapse
it seems more of like an issue with your phone or something as I've not heard of anybody having problems with the viewfinder fix.
about the 7.4 gcam, try BSGs latest version from celsoazevado, it should be labelled test
also you said the camera works in social medias, is that with or without the viewfinder fix
Usyless said:
it seems more of like an issue with your phone or something as I've not heard of anybody having problems with the viewfinder fix.
about the 7.4 gcam, try BSGs latest version from celsoazevado, it should be labelled test
also you said the camera works in social medias, is that with or without the viewfinder fix
Click to expand...
Click to collapse
I don't see the latest version being labelled as test. Maybe you're talking about one of those that are labelled as test?
Danishblunt said:
I don't see the latest version being labelled as test. Maybe you're talking about one of those that are labelled as test?
Click to expand...
Click to collapse
seems it got deleted then, join the telegram channel with the version available there, https://t.me/razer_phone
you can also get more help there

Categories

Resources