Please please help. Slow Motion Video Force Close fix? - OnePlus 3 Questions & Answers

So, everyone's talking about the new google camera 4.3 apk working with oneplus 3. I have open beta 13, and everything works except when i click on the Slow Motion option the app force closes. Everyone is talking about slow motion with sound and I can't even get it to work without sound! I am running stock everything except im rooted with twrp. Please help me fix this.

https://forum.xda-developers.com/oneplus-3/how-to/op3-3t-unlock-720p-slowmotion-video-t3566276

Hey I followed the instructions: replaced the xml, wrote permissions to rw-r-r (0644) in TWRP, then booted and installed the apk. Still force closes app when I click on the "slow motion" option

scottwitha5 said:
Hey I followed the instructions: replaced the xml, wrote permissions to rw-r-r (0644) in TWRP, then booted and installed the apk. Still force closes app when I click on the "slow motion" option
Click to expand...
Click to collapse
Ask it on the app thread... ?

I'm a OP3T user and i have the same problem
With google camera slow-motion doesn't work
And with stock camera slow motion is zoomed a lot
I'm on latest stock 4.1.3 and not rooted

vip57 said:
I'm a OP3T user and i have the same problem
With google camera slow-motion doesn't work
And with stock camera slow motion is zoomed a lot
I'm on latest stock 4.1.3 and not rooted
Click to expand...
Click to collapse
Hey man! What I did was follow the thread about enabling 720p slomo with sound ( https://forum.xda-developers.com/oneplushttpsw-to/op3-3t-unlock-720p-slowmotion-video-t3566276 ), you must be rooted, and after replacing the xml I went into TWRP, mounted system, then went to the file in system>etc by clicking the xml, clicking chmod, then typing 0644, then rebooting! If that doesn't work, Add the line persist.camera.HAL3.enabled=1 to your build.prop too

Related

[MOD] Youtube 'Gingerbread' ported to Eclair

Hiya,
due to my brother not having the luck of having Froyo on his phone I took a look at it and hacked the newst YouTube app to work with Eclair. I had to remove two calls and add android.util.base64 which was introduced with Froyo. However, it should work flawlessly. If you encounter any problems, feel free to post here along with a little description and if possible a logcat dump of the exception.
Download:
http://ul.to/emt639
Old Download:
- http://ul.to/kxu37d
- http://www.mediafire.com/?5bdc88opu6qt9nz
You have to remove the default YouTube app before you can install this one over.
Using ADB Shell this should just work:
adb remount
adb shell rm system/app/YouTube.apk
adb uninstall com.google.android.youtube
then you can just install it over using the package manager or with adb (adb install YouTube_signed.apk).
Hope this helps, enjoy the re-designed Youtube app!
Tested. Work well on Floyo 1.01. Great work.
Just tested it, and it works on eclair.
btw, is it possible to port the froyo gmail app to eclair?
EDIT: after further testing, it force closes. the process used to get to a force close was i logged in to my youtube account, exited the app, opened skyfire (it forced closed, perhaps of youtube. however i am not sure), reopened the youtube app but it forced close. i reverted back to the older youtube (stock) and repeated the process above, and no force closes in skyfire or youtube
t2k269 said:
Tested. Work well on Floyo 1.01. Great work.
Click to expand...
Click to collapse
Why not,it`s a Froyo 2.2 ROM so you can use the original too
http://www.appbrain.com/app/youtube/com.google.android.youtube
thanks alot it works in 2.1 in spica ..
How did you decompile the original apk? If i may ask...
It worked for me at the first start, but then it gives me force closes every time I try to start it. I restarted my phone, tried to reinstall the app, but nothing helped. Anybody has the same problem?
I can only use the app again if I go to Settings/Applications and delete cache and data from YouTube. Is there any way to avoid deleting these all the time? FC mainly occurs after I login to my account. Thanks
Updated it
http://ul.to/emt639
Changed a API call that would require Froyo. Should work better now.
Works great. Cheers!
rolle3k said:
Updated it
Changed a API call that would require Froyo. Should work better now.
Click to expand...
Click to collapse
Thank you rolle3k for your work. I just tried the fixed version, but it still gives force closes when I am logged onto my account. The problem might be around logging in to an account, because when I'm not logged on, it works.
sempi601 said:
Thank you rolle3k for your work. I just tried the fixed version, but it still gives force closes when I am logged onto my account. The problem might be around logging in to an account, because when I'm not logged on, it works.
Click to expand...
Click to collapse
Thanks for the suggestions. I'll check that out.
this app is awesome!!!!! .. smoother than ever!! ... thanks mate...
Not sure if this is just me but it doesn't open now, I just get an instant FC no matter how or where I open the app from. Any ideas?
Yep, it seems logging into your account breaks it.
Installed it on HTC Gratia Froyo port, works great
I just got into the setting, applications, manage applications, found it and uninstalled it, then installed the new one, and it works great...
Ganii said:
Why not,it`s a Froyo 2.2 ROM so you can use the original too
http://www.appbrain.com/app/youtube/com.google.android.youtube
Click to expand...
Click to collapse
Really... haha, didn't pay attention to update of YouTube app. Removed and use the original one. Thanks for your info.
Yeah, its the same
hello all,
i removed youtube and tried to install this but it gives error as "application not installed". by the way i'm using cronos froyo 1.4.2. any idea?
Hi, I have a problem with that app.
Yesterday I've installed it and worked fine until evening.
Now I got an error everytime I try to open it... I try to restart the device (many times), but nothing's happened.
My Hero got "Tegro 2.1 (Slide Espresso port) [ROM]", any suggestion?
Edit:
I have uninstalled and reinstalled the apk: now it works! I don't know why but it works!
It FCes if i try to start application again after logging in...;/
rolle3k said:
Thanks for the suggestions. I'll check that out.
Click to expand...
Click to collapse
Hello rolle3k! Have you found anything that is causing the Force Close? It is definitely doing this when logged in.
Since then I am using YouTube without logging in and it works great so far. However, it would be great to have the ability to log in without deleting data/cache every time I want to use YouTube.
Could you help us? With that option this app would be awesome. Thanks

[Q] Camera not working on non stock ROM

I have a known camera issue in which I cannot solve.
My camera does not work. Any app that tries to get to the camera fails.
I know that is not an hardware issue because on stock ROM the camera works.
Crash report:
java.lang.RuntimeException: startPreview failed
at android.hardware.Camera.startPreview(Native Method)
at com.android.camera.AndroidCameraManagerImpl$CameraHandler.handleMessage(AndroidCameraManagerImpl.java:261)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
NOTES ַ& UPDATES
- I updated my firmware to NE4 so I cant install CM11
- I noticed that on CWM recovery its asks to ROOT my phone if I dont have one. This ROOT makes to phone to not detect the camera even on stock ROM.
- I used S3Rx_UCUFNE4_AROMA_11-9-14 to install the stock ROM. The camera wont work until I removed the KNOX app.
- I have tried to install ROM cm-10.2.1-d2att_for_NE4 and its the same problem
- Installing different kernels make my phone stuck on bootloop.
- The camera worked for one time only on CM10 after enabling " temp unroot" and than remove it in superuser app. But after this its not working.
Here is that things that I have tried:
- I checked to camera with no SD card so that gallery is empty.
- I updated my firmware from UCUFNE4 to UCUFNE4.
- I have installed different camera apps.
Threads that I have looked at:
http://forum.xda-developers.com/showthread.php?t=2542700
http://forum.xda-developers.com/galaxy-s3/themes-apps/17-fixed-camera-app-lib-cm-aosp-roms-t2505973
https://play.google.com/store/apps/details?id=com.billgbennett.camerafix
I have tried this ROM and I have the same problem
http://forum.xda-developers.com/galaxy-s3-att/development/rom-dirty-unicorns-t2844362
IDEAS
I think that the problem is with the kernel or something with the ROOT.
Any room expect the stock one have broken camera.
I WILL GIVE BIG DONATION TO THE ONE WHO WILL SOLVE THIS ISSUE
There is a corrupt image or video file in your gallery that is preventing the camera from connecting. Look in your gallery for any recent files that just show a black square for their thumbnail and then delete them.
After that, clear data for your camera app and maybe even restart your phone just to be safe. It should work.
ScOULaris said:
There is a corrupt image or video file in your gallery that is preventing the camera from connecting. Look in your gallery for any recent files that just show a black square for their thumbnail and then delete them.
After that, clear data for your camera app and maybe even restart your phone just to be safe. It should work.
Click to expand...
Click to collapse
Thanks for trying to help but my gallery is empty and I still got this error.
Bump
I WILL GIVE BIG DONATION TO THE ONE WHO WILL SOLVE THIS ISSUE
Have you tried to revert all OS updates and flash original stock with odin and then root and install cm11 ?
Sent from my LG-D802
I tried various of the recommended fixes , nothing worked for me, but installing the nexus camera from the google play somehow fixed the problem and my camera works again

LG G3 D852 Fulmics 5.3 Camera FC

I just clean installed Fulmics ROM 5.1 and after that, I flashed 5.2 and 5.3 zip but camera app force closes. I did nothing fancy no mods nothing but it still force closes. I also cleared the cache and data of camera app but no luck. I'm using D852 the Canadian variant. Any idea why?
Edit: I have also attached logs from catlog
Edit 2: Tried Google Camera but that too force closes
Edit 3: Restored from stock backup and in stock rom camera is working fine
Edit 4: Replaced stock camera app and now camera opens but only in front facing. I couldn't switch to the primary camera.

AR Stickers for Google Camera (no root) Oreo

Here is zip file for AR Stickers for Google Camera.
Download, unzip install both apk's.
And restart phone.
Works with G Camera v5 and v6.
https://www.mediafire.com/file/qljj8dljqt72dq8/ARStickers.zip
Tested only on oreo.
Borrowed from A1 thread. Thanks to @arunsreekumar @jigs4wkiller
Installed it on my phone.
The "AR Stickers" mode is visible in my GCam (version 5.1.018.177624777) but nothing happens when i select it. Instead, i get an error that AR Stickers keeps stopping.
I did enable Camera2 api and ESI.
Not rooted, phone on Android 9.0.
Any suggestions on how to make it work?
EDIT: FWIW, a reboot doesn't help.
MegaColpii said:
Installed it on my phone.
The "AR Stickers" mode is visible in my GCam (version 5.1.018.177624777) but nothing happens when i select it. Instead, i get an error that AR Stickers keeps stopping.
I did enable Camera2 api and ESI.
Not rooted, phone on Android 9.0.
Any suggestions on how to make it work?
EDIT: FWIW, a reboot doesn't help.
Click to expand...
Click to collapse
Try this:
https://forum.xda-developers.com/oneplus-6/themes/ar-stickers-root-t3814509
and download from apkmirror instead from playstore
Anyone got it working on pie?
or tested this?
https://forum.xda-developers.com/as...to/guide-enable-google-playground-ar-t3877343

Camera 2 API for mi max3 Eu rom miui11 Android 10 how to enable?

How can I enable Camera 2 API Eu rom Mi max3 MIUI11 ANDROID 10?
I have enabled but no one camera opens
Flash this with TRWP.
Hello, I have installed the .Zip and I have used GCamator and it has not worked for me.I am with xiaomiEU 9.12.6 greetings
No one gcam works we have to wait
@millie said:
Flash this with TRWP.
Click to expand...
Click to collapse
flashed this and none of 10 different gcams worked. (https://www.celsoazevedo.com/files/android/google-camera/dev-suggested/)
Hey, I enabled hal3 but my whatsapp camera stopped working. And I couldn't take back hal3 couldn't disable it. I tried everything in build.prop. Can you help?
Another desperate user looking for a solution..
TRWP camera 2 api for eu.9.12.12 Pls thankyou
@millie said:
Flash this with TRWP.
Click to expand...
Click to collapse
TRWP camera 2 api for eu.9.12.12 Pls
thankyou
Omg i feel that my phone is really incomplete. What is the situation of camera2api on android 10 Q?
Mangineet said:
Omg i feel that my phone is really incomplete. What is the situation of camera2api on android 10 Q?
Click to expand...
Click to collapse
nothing for now.
How have you enabled HAL3?
I tried TWRP terminal, TWRP File manager, Magisk root and several apps to enable it with no success like BuildProp, Root Explorer and so on.
Every time I edit build.prop it is reverted to original values.
I have been able to even downloaded to my PC and the values are changed but after restarting or after changing the folder the file is reverted to its original values.
Thanks
nokiagye said:
I have enabled but no one camera opens
Click to expand...
Click to collapse
Same problem with me... [emoji17]
Sent from my MI MAX 3 using Tapatalk
Give up and using Android 9.
why do other android 10 devices have it tho? is it just a lack of developers for the max 3? I mean we had it already so technically it should be possible
I think some module in the Android 10 on the Mi max 3 are missing ,that why we couldn't have Camera 2 Api is enable... wish we could have a patch to add the folders and files we need to add the option . Like other we can't add some values in the build.prop ,it's restore to the original value .
Gcam works on gsi with a10 vendor, so it's something messed up in system
TheGed129 said:
Hey, I enabled hal3 but my whatsapp camera stopped working. And I couldn't take back hal3 couldn't disable it. I tried everything in build.prop. Can you help?
Click to expand...
Click to collapse
How has you enabled it?
I tried Magisk and HiddenProps config modules with no success.
I'm currently using MIMAX3Global_V11.0.1.0.QEDMIXM.
Thanks
I have managed to enable camera2api, however some library is missing and no camera app seems to work, not even OpenCamera app. The steps are provieded, however beware that THEY WILL BREAK ANDROID OTA UPDATES - You will have to flash everything from fastboot to unroot and restore OTA before further firmware updates.
If someone has libraries/apk to provide I'll be happy to test!
Done on: MIMAX3Global_V11.0.1.0.QEDMIXM
The steps for rooting are following:
fastboot boot orange-fox-recovery-10.1.img (recovery.img file)
install latest magisk zip from magiskmanager[dot]com (roughly 5.7MB Download)
reboot
open magisk manager, the following steps are done on the start screen of magisk manager
uninstall -> Restore images.
Advanced, uncheck Preserve AVB 2.0/dm-verify
Install/update magisk again, but from from inside magisk manager
reboot
add 'persist.vendor.camera.HAL3.enabled=1' and 'persist.camera.HAL3.enabled=1' to /system/buld.prop
reboot
Did you try GCam and if with the good version if it's working?

Categories

Resources