Magisk.With xiaomi.eu rom with android 11 impossible to install magisk. Does anyone have the chinese rom with android 11 and is it capable? to know if it is the fault of masgisk or xiaomi.eu
I tried 20.8.7, 20.8.12 and 20.8.13, I dont know why I always get error 7.http://bigota.d.miui.com/20.8.13/miui_UMI_20.8.13_6f7b639d70_11.0.zip
Listed as weekly build.
Seems stable although it looks to me like they've reverted to an A10 framework. Couple of my apps that didn't like A11 due to an API change are working again after using this. The apps didn't update.
Something odd going on.
Can you try to get logs from twrp? We can see what's going on then.I tried 20.8.7, 20.8.12 and 20.8.13, I dont know why I always get error 7.
Does the screen always switch back to 60hz on the china beta rom?20.8.13
Or drops to 60 and sticks after reboot.Does the screen always switch back to 60hz on the china beta rom?
I'm using EU weekly builds and have this problem: After every boot i have to switch to 60 and then back to 90 to set the refresh rate to 90
I attach log here. 20.8.13 with error 7 and 20.8.6 is normal.Can you try to get logs from twrp? We can see what's going on then.
yes, it sticks to 60 and I have to switch to 60 and back to 90 to fix it. Are you sure about it being dynamic? I read something about samsung being the first one to implement that in the new note 20.Or drops to 60 and sticks after reboot.
Neither situation is correct.
It's supposed to be dynamic and changes to 90 when needed..
That looks familiarI attach log here. 20.8.13 with error 7 and 20.8.6 is normal.
It even says it on the fresh rate setting screen!yes, it sticks to 60 and I have to switch to 60 and back to 90 to fix it. Are you sure about it being dynamic? I read something about samsung being the first one to implement that in the new note 20.![]()
Those aren't logs, they are screen shots. Liga are obtained via adb.I attach log here. 20.8.13 with error 7 and 20.8.6 is normal.
I only boot twrp. Twrp does not decrypt but it can flash previous rom like 20.8.6 and before, but newer rom can be flashed.Those aren't logs, they are screen shots. Liga are obtained via adb.
They also show that twrp didn't decrypt, that's the reason nothing flashed. None of the partitions were mounted as a result. K
Did you boot twrp or flash it? . If you fastboot boot twrp then it handles fbe and can decrypt fine.
If you flash twrp it doesn't decrypt.
Using ADB you can adb shell twrp decrypt (and the correct password, there's instructions on twrp.me on how to use the command and convert a pattern to password). However if you've flashed twrp it still won't work.
I *think* that the stock recovery has newer fbe handing, that needs updating for Android 11 in twrp (along with dynamic partitions).
So fastboot boot twrp.img works for me
Yes Data is not mounted but that's not the reason the flashing fails. Mine was able to decrypt data but still couldn't flash system.Those aren't logs, they are screen shots. Liga are obtained via adb.
They also show that twrp didn't decrypt, that's the reason nothing flashed. None of the partitions were mounted as a result. K
Tonight, I will try adb to get log too.Yes Data is not mounted but that's not the reason the flashing fails. Mine was able to decrypt data but still couldn't flash system.
The reason why in the other screenshot everything fails to mount is that after one failed attempt those partitions do not exist. they get created dynamically when flashing rom.
*me talking as if i understand this stuff
on another note i flashed the recovery and it is able to decrypt data but only with a pattern saying just incase
If i ever messed up my phone will try china beta and provide adb logs![]()
Without logs it's really just guesswork.I only boot twrp. Twrp does not decrypt but it can flash previous rom like 20.8.6 and before, but newer rom can be flashed.
Nope.. the partitions aren't created, they already exist.Yes Data is not mounted but that's not the reason the flashing fails. Mine was able to decrypt data but still couldn't flash system.
The reason why in the other screenshot everything fails to mount is that after one failed attempt those partitions do not exist. they get created dynamically when flashing rom.
*me talking as if i understand this stuff
on another note i flashed the recovery and it is able to decrypt data but only with a pattern saying just incase
If i ever messed up my phone will try china beta and provide adb logs![]()
not according to dynamic_partitions_op_list:Nope.. the partitions aren't created, they already exist.
They should get resized dynamically. Unless using an A/B system and Xiaomi aren't using that.
# Remove all existing dynamic partitions and groups before applying full OTA
remove_all_groups
# Add group qti_dynamic_partitions with maximum size 9126805504
add_group qti_dynamic_partitions 9126805504
# Add partition system to group qti_dynamic_partitions
add system qti_dynamic_partitions
...
# Grow partition system from 0 to 3947122688
resize system 3947122688
...
Twrp doesn't use that file. It can't handle dynamic partitionsnot according to dynamic_partitions_op_list:
and also google's documentation:
"When applying an OTA, dynamic partitions are automatically created, resized, or deleted as needed. For A/B devices, there are two copies of the metadata, and changes are applied only to the copy representing the target slot."
What already exists is the super partition. That's also why if it fails and the recovery shows the mount error you can afterwards flash another rom and it will flash without a problem.
For example if you try china dev and it fails it is possible to try eu beta afterwards without doing anything else and there will be no mount errors