|
Hello gentlemen/ladies
I'm trying to install an Android 12 GSI image from Google to test.
And after following the installation steps suggested by Google, an "update failed" notification appears.
I checked in Developer Options that there is "feature flags" but it has an "Experimental" message and it doesn't allow to activate.
So I used ADB to enable resource flagging with the command: adb shell setprop persist.sys.fflag.override.settings_dynamic_system true
And to install the image via DSU from ADB Shell:
am start-activity
-n com.android.dynsystem/com.android.dynsystem.VerificationActivity
-a android.os.image.action.START_INSTALL
-d file:///storage/emulated/0/Download/system_raw.gz
--el KEY_SYSTEM_SIZE 2613329920
--el KEY_USERDATA_SIZE 8589934592
I want to know if it is possible to use DSU to install a GSI, which would work as a dual boot on the device.
If possible, can you give me the instructions for installation. |
|