Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual install instructions did not work (rw error) - LineageOS 20 #20

Open
Alliegaytor opened this issue Sep 21, 2023 · 0 comments
Open

Comments

@Alliegaytor
Copy link

Phone : beyond1lte
OS    : LineageOS
Build : 20-20230915-NIGHTLY-beyond1lte

I couldn't sideload the zip (the error wasn't descriptive sorry) so I tried to manually install it following the instructions in the readme.

When trying to push the apk it would error as it couldn't write the file. Here's the commands I used.

> adb root
> adb shell mount -o rw,remount /vendor
> adb push treble-overlay-bromite-webview.apk /vendor/overlay/
treble-overlay-bromite-webview.ap...18.3 MB/s (16815 bytes in 0.000s)
adb: error: failed to copy 'treble-overlay-bromite-webview.apk' to '/vendor/overlay/treble-overlay-bromite-webview.apk': remote couldn't create file: Read-only file system

I came across this as a possible solution using adb disable-verity and it worked:

> adb disable-verity
> adb reboot
> adb root
> adb remount
> adb push treble-overlay-bromite-webview.apk /vendor/overlay/
treble-overlay-bromite-webview.ap...74.7 MB/s (16815 bytes in 0.000s)

# and the rest of the tutorial...

and I managed to follow the rest of the install instructions with no problem. I now have Mulch System WebView working.

I don't know if the tutorial itself is broken, I could have just done something wrong or my phone just didn't want to cooperate. But figured I'd write an issue as the install-guide didn't work for me.

Thanks for the project btw :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant