Frameo digital frame with broken Webview #495
Replies: 4 comments 1 reply
-
|
The oat folder should be created automatically on next reboot. You can try this to force it to rebuild. |
Beta Was this translation helpful? Give feedback.
-
|
I disagree with most of the warnings in your repo. If you have a proper backup there is no issue. Deleting the oat folder is not what broke your system. Replacing the Webview with with an incompatible one broke your system. The oat folder (optimized assemblies) will be recreated automatically on reboot. Yours is not because it is incompatible for some reason. If you had backed up your original webview you could have restored it after finding out the updated one didn't work, then you would have been able to disable Webview like normal in ImmichFrame settings. That being said, i understand why you created this fork. I just think the warnings imply our instructions are unsafe (when they are not if followed completely). |
Beta Was this translation helpful? Give feedback.
-
|
adb shell mount -o rw,remount /system && dex2oat rm -rf /data/dalvik-cache But problem is broken webview.apk. On log it shows it generate new signature of apk, but it does not work. Original app is crashing. Now I see only solution to use ImmichFrame_nowebview_Android. |
Beta Was this translation helpful? Give feedback.
-
|
Again, you need a compatible webview.apk (com.android.webview). I'm not sure why yours is incompatible with the LineageOS one, but that why oat is not being created. I would try others until you find one that works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I accidantly run command rm-rf/system/app/webview/oat broke my Webview on my digital frame frameo while I install ImmichFrame Android app.
The only solution was to copletly remove webview code in project ImmichFrame Android. I am able to run ImmichFrame Android on Frameo device with broken Webview using this code: https://github.com/developersorli/ImmichFrame_nowebview_Android
Beta Was this translation helpful? Give feedback.
All reactions