Have you seen the 1st post of this thread? Especially the part "Troubleshooting"?![]()
This is so strange, I've been fighting with this for a week, and now after installing Firefox, it just works. Thanks again for this amazing ROM!Great image and instructions, thank you! I just have an issue that I cannot log into many apps, as I always get "The web page at ...app://signin-... could not be loaded because: net::ERR_UNKNOWN_URL_SCHEME". Basically, the web browser does not recognise the app intent in the address (...app://). I have read that these intents are interpreted by the Android System WebView, but before trying to install it from the Aurora store, I wanted to find out if anyone else had similar problems and found a solution. Thanks!
Can anyone confirm that OTG is working with this rom?Seems that i cannot connect any device through OTG.. have tried diferent cables and they're working well on other phones..
On Lineage 17.1 i could do this (had to boot with the device already connected)
Also realized that on TWRP 3.7.0_9-0 i can't mount USB OTG also. Box doesnt check at all..
I installed the version from December, and if I open the Updater, it does not find any updates. How can I update without having to flash a new rom and re-install all apps?New version out; see 1st post.
- Android security patch level: 5 January 2023
There is no update server. So there is no way to update this ROM without flashing a new version.I installed the version from December, and if I open the Updater, it does not find any updates. How can I update without having to flash a new rom and re-install all apps?
That's well known...I installed Open Camera v1.51.1 and actiated the Camera2 API, which enables switching to manual focus
adb pull /sys/fs/selinux/policy
No they are in the Kernel and Device tree repos linked in the first post in this thread
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
adb root
adb shell logcat -b all -d > logcat
adb pull /sys/fs/selinux/policy
cd sys/fs/pstore
cp * /sdcard
suzuran:/ $ dd if=/dev/zero of=/sdcard/output count=65536
65536+0 records in
65536+0 records out
33554432 bytes (32 M) copied, 0.706444 s, 45 M/s
suzuran:/ $