Looks very good but my sensors aren't working either Accelerometer or light or compass. How can I fix this? I installed according to the instructions.
Sounds like maybe your persist.img is corrupted... Not sure if you have oneplus 7 pro or 7, but search for persist.img fix on xda, may be able to find the solution for it. I haven't had it happen to me, but saw it mentioned before.Looks very good but my sensors aren't working either Accelerometer or light or compass. How can I fix this? I installed according to the instructions.
Thanks for the information. Unfortunately I didn't manage it, so I'm back on OOS.Sounds like maybe your persist.img is corrupted... Not sure if you have oneplus 7 pro or 7, but search for persist.img fix on xda, may be able to find the solution for it. I haven't had it happen to me, but saw it mentioned before.
Both developers are doing an amazing job.Can someone shed a light as to which is better.. KOSP12 or this one??
I've triggered builds on official jenkins & my server and didn't see this.host_init_verifier: Unable to serialize property contexts: Duplicate prefix match detected for 'vendor.camera.aux.packagelist'
export ARROW_GAPPS=true
Arrow hasn't added this back yet. Literally, we perform complete tests on each change to ensure that builds pushed to users are clean and stable.Does this rom have the little button to quickly hide the navigation bar? I just upgraded to A11 and i all ready miss that feature the most. Why did 1+ or google remove that?
Nope.I saw that the December 5th build is reported as experimental, is there anything specific to our device to test?
Is gpay work now?
On kosp 12 work 7.3 urnyx from here. https://www.celsoazevedo.com/files/android/google-camera/dev-urnyx05/
Thank you! i could install it but i can't load any config files, any suggestions?On kosp 12 work 7.3 urnyx from here. https://www.celsoazevedo.com/files/android/google-camera/dev-urnyx05/
Since Android 11, apps need permission to access all files (the config files in this case).Thank you! i could install it but i can't load any config files, any suggestions?
The first Q&A here already gives all the necessary hints but let's go a bit more into detail. First of all, you need to download and successfully install (along with all its needed dependencies) Payload Dumper. I'll explain how to do it directly on your smartphone under Termux. It's just an adaptation of the guide that you can find here which didn't work out of the box for me, probably because of the different Termux version, this leading also to different versions for the packages, especially Python and its modules. I exclude mistakes by the original writer instead.Can please somebody provide me a noob friendly flash instruction manual (exact steps to be followed)? I just bought a used OP7 Pro and it's the first time to flash a custom ROM on it. Thanks!
termux-setup-storage
apt update && apt upgrade -y
pkg install python2 -y
pip2 install --upgrade pip
cd storage/downloads
pkg install wget -y
wget https://github.com/vm03/payload_dumper/archive/refs/heads/master.zip
unzip master.zip
cd payload_dumper-master
pip install -r requirements.txt
pip install backports.lzma
python2 ./payload_dumper.py ../payload.bin
cd "%ProgramFiles(x86)%\Minimal ADB and Fastboot"
fastboot flash boot boot.img