@air32 and @viva-yo , have you ever contacted Pierre Hugues Husson of his official telegram channel? Are you using latest phh treble v414?
I´m using the phh of the op@air32 and @viva-yo , have you ever contacted Pierre Hugues Husson of his official telegram channel? Are you using latest phh treble v414?
Probably those images are too big to fit in the system partition, only the gapp "non vndk" and vanilla versions can fit. It is only 2,9Gb if i remember correctly, you could resize it anyway (i never did it).Most of the img i try to flash are giving me this error:
"
target reported max download size of 471859200 bytes
Invalid sparse file format at header magi"
phh, lineage, crdroid, all give me that error
Only could flash this one:
system-quack-arm64-ab-gapps.img
Any help?
Thx
Thanks. I solved it by using a updated version of fastboot toolsProbably those images are too big to fit in the system partition, only the gapp "non vndk" and vanilla versions can fit. It is only 2,9Gb if i remember correctly, you could resize it anyway (i never did it).
All the GSI are derivate from the Phh treble. Adaway doesn't work because it cannot write onto the system partition, it is in RO mode. You have two ways, the first is to use magisk (Systemless mode for Adaway) but GSI images don't like magisk, test it. The second is to use the vndk variant but they are too big for our M5 as i wrote above.Thanks. I solved it by using a updated version of fastboot tools
.........
The ROM is installed with SU app, but I dont have root (at least that says adaway)
All the GSI are derivate from the Phh treble. Adaway doesn't work because it cannot write onto the system partition, it is in RO mode. You have two ways, the first is to use magisk (Systemless mode for Adaway) but GSI images don't like magisk, test it. The second is to use the vndk variant but they are too big for our M5 as i wrote above.
How do you get a good layout in the apps for our tablet? Did you change the smallest width of any other option in developer settings?@viva-yo , the treble project is great expecially for unsupported devices (ROMs, TWRP) like our M5 but i prefer the canonical way with custon ROMs, TWRP, etc.
If you flash gapps-vndk-secure you won't have root so you could flash magisk.
Will it be another mess?![]()
Nothing, i left all with defaut values except for fast charging.How do you get a good layout in the apps for our tablet? Did you change the smallest width of any other option in developer settings?
Nothing, i left all with defaut values except for fast charging.
I guess this is the testpoint on your device, as it looks different than on mine: Huawei-MediaPad-M5-SHT-AL09-SHT-W09-Testpoint.jpg
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock <unlock code from PotatoNV>
adb reboot recovery
adb reboot bootloader
fastboot devices
fastboot erase system
fastboot --unbuffered flash system system-quack-arm64-ab-gapps.img
fastboot reboot
adb reboot recovery
dir>fastboot oem get-bootinfo
(bootloader) unlocked
dir>fastboot oem get-product-model
(bootloader) CMR-W09
dir>fastboot oem get-build-number
(bootloader) :CMR-W09 9.1.0.360(C432E6R1P3)
dir>fastboot oem oeminforead-SYSTEM_VERSION
(bootloader) :CMR-W09 9.0.1.160(C432E3R1P3)
dir>fastboot getvar vendorcountry
vendorcountry: hw/eu
dir>adb shell pm uninstall -k --user 0 com.android.phone
dir>adb shell pm uninstall -k --user 0 com.android.providers.blockednumber
dir>adb shell pm uninstall -k --user 0 com.android.bookmarkprovider
dir>adb shell pm uninstall -k --user 0 com.android.calllogbackup
dir>adb shell pm uninstall -k --user 0 com.android.carrierdefaultapp
dir>adb shell pm uninstall -k --user 0 com.android.emergency
dir>adb shell pm uninstall -k --user 0 com.android.providers.userdictionary
dir>adb shell pm uninstall -k --user 0 com.android.server.telecom
dir>adb shell pm uninstall -k --user 0 com.android.providers.telephony
dir>adb reboot recovery