Open sdfgsdfgd opened 11 months ago
hope there's a solution for this usecase
The cat is out of the bag.
no ? ok
interesting that nobody knows the answer to this
Tried as well recently and still stuck in an infinite booting loop 😢
PS: even when specifying explicitly target: google_apis
, which is normally the target emulator that supports mounting the system partition as root.
No one found a solution?
We have a prod build that we would like to divert some connections to our backend server at yyy.com lets say, we want to divert requests from the backend to a ktor server on device (localhost), a diversion easily achievable via DNS server or something like that (maybe also requiring SSL termination, a custom CA cert, for which we'd need to create the cert inside /system/etc/security/cacerts/...
For this we would need a readable and modifiable /system/
This is very easily achievable on local emulator ! But it doesn't work with the Git Actions this repo provides. Is the problem with the avd manager ? I don't think so, it's achievable on local.
On Local:
emulator -avd Pixel_3a_API_34_extension_level_7_arm64-v8a -writable-system
adb root && adb shell "remount" && adb shell "mount" | grep system
/system/
and/system/etc/security/cacerts
are now visible and writablename: ADB Commands Test
on: [push]
jobs: test: runs-on: macos-latest