So as the title says, I can't edit the system partition in Android which is really annoying. I've been trying to install busybox and managed it via a Magisk Module, but can't remove system apps in Titanium Backup.
I've tried ADB but it won't work, I've tried TWRP and that didn't work so I chanaged to OrangeFox TWRP and that works.
Any ideas how to allow system r/w?
Recently root with magisk 20.3 my 9T PRO Global with official last rom 11.0.1.0 MIUI 11 with ANDROID 10.
Two problems with /system partition:
1) This system partition is FULL literally, only 5MB free and I can't move any app to system partition (no space), and for me this is VERY IMPORTANT can move some personal apps to system partition... I can expand this system partition?
2) For make more space in /system, when i try move a system app (like Navigator for example) with titanium backup or Link2SD, one error: "mount: ´/system´not in /proc/mounts"
With my old POCOPHONE with MIUI 11 and ANDROID 9, no problems... Maybe is a limitation or bug of ANDROID 10 ?
Please help, thanks in advance
up. plz
Download tutor install video
https://forum.xda-developers.com/showpost.php?p=81777125&postcount=14
global stable ROMs generally tend to do this. Try flashing china ROM and then root with magisk again.
Code:
/**
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
**/
Working:
Boot
Decryption data
Vibration
flash zip
Android 11 support
Ota update
continue in #2 post
Not working:
ADB sideload
Supported devices:
Mi 10T (apollo)
Mi 10T PRO (apollopro)
Redmi K30S Ultra (apollo)
I haven't tested on Mi 10T and K30S, but it should work
We couldn't modify /system /vendor /product and /odm, caused by new type of partition, so if you want modify them, use magisk module instead.
Install guide:
To boot (Reccomended):
Code:
fastboot boot <twrp.img>
To recovery (Not Reccomended):
Code:
fastboot flash recovery <twrp.img>
-----
How can I pass file to device, if mtp not work s?
You can use adb command, to push them.
Code:
adb push C:\<file>.zip /sdcard
Where are the files, which i copied with mtp?
Maybe you can find them in /data/media
Can i flash twrp in recovery partition?
Yes, you can flash since 3.5.0_10-beta 1. I provided prevent-twrp-replace (to keep twrp after reboot) and stock-fingerprint (for ota update).
-----
Download:
Downloads for : Xiaomi Mi 10T Pro | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
Donation:
Get your very own PayPal.Me link
Post it. Text it. Tag it. Share it. Shout it. And let your friends pay you back in a tap or two. Grab your PayPal.Me link today.
www.paypal.me
Discussion:
XIAOMI 10T / 10T PRO / REDMI K30S ULTRA - Global
Update channel: @Mi10TUpdates Photography: @Mi10TPhotoGraphy OffTopic: @Mi10TOT Discussion: @Mi10TSeriesGlobal
t.me
Code source:
https://github.com/Whyle/android_device_xiaomi_apollo
https://github.com/TeamWin/android_bootable_recovery
-----
Thanks:
@mauronofrio and other twrp developer.
3.4.0_0 (07.11.2020)
- Init twrp recovery
- Decryption data
- Vibration
3.4.0_1 (08.11.2020)
- Can flash twrp in recovery partition.
3.4.0_2 (20.11.2020)
- Fix permission denied on mount
- Fix mtp not work after install ROM. (For me seem work)
3.4.0_3 (21.11.2020)
- Fix f2fs file system
- Fix screenshots(in TWRP folder)
- Adjust MTP device name
- Resize GUI measures
after wipe, I suggest you change filesystem to f2fs.
-..
3.4.0_10(07.12.2020)
- /data filesystem to f2fs
- Fix mtp after factory reset
- Add some partition (flash .img)
After working on TWRP for 2 weeks (without configuring the system), I finally found solution to resolve it.
Now you can flash all roms as you have done usually
3.5.0_10-beta_1(04.01.2021
- Android 11 support
- Android 11 data decryption
- Add-on zips
(install > select storage)
- Add prevent twrp replace
- Add OTA fingerprint
Notice: in some case a11 data decryption won't work, i will fix it as soon as possible.
Tips: after wipe data, I was set the default mtp directory to /data/media and after boot, the mtp directory will set /data/media/0.
----------------------------------------------------------------------
Thanks every testers:
@xingdu @GabSam @kimbo_985
give me yours right id.
----------------------------------------------------------------------
If you like my hard works, please buy me a coffee to keep me alive.
PayPal----------------------------------------------------------------------
Blocking checks
- [✔] Correct screen/recovery size
- [✔] Working Touch, screen
- [✔] Backup to internal/microSD
- [✔] Restore from internal/microSD
- [✔] reboot to system
- [✔] ADB
Medium checks
- [] update.zip sideload
- [✔] UI colors (red/blue inversions)
- [✔] Screen goes off and on
- [✔] F2FS/EXT4 Support, exFAT/NTFS where supported
- [✔] all important partitions listed in mount/backup lists
- [✔] backup/restore to/from external (USB-OTG) storage (not supported by the device)
- [] backup/restore to/from adb (https://gerrit.omnirom.org/#/c/15943/)
- [✔] decrypt /data
- [✔] Correct date
Minor checks
- [✔] MTP export
- [✔] reboot to bootloader
- [✔] reboot to recovery
- [✔] poweroff
- [✔] battery level
- [✔] temperature
- [] encrypted backups
- [] input devices via USB (USB-OTG) - keyboard, mouse and disks (not supported by the device)
- [✔] set brightness
- [✔] vibrate
- [✔] screenshot
good job.
Awesome work, well done! I can't wait to try it (as soon as my 7 day wait is over for unlocking the bootloader)
Is it work at mi10t pro?
pusando said:
Is it work at mi10t pro?
Click to expand...
Click to collapse
it should. title says mi10t/mi10tpro
Tested flash recovery on Mi 10T Pro its work fine.
But /system /vendor /product and /odm still can't modify cause dynamic partition.
I tryed on my Mi10T Pro and it works with the known issues on partition. How can I fix it by Magisk? Thanks in advance.
Now this is something! Thanks a lot for your work!!
So we cant flash this permanently to the recovery partition? Anyway this is magnificent, thanks!
Dorisnov said:
So we cant flash this permanently to the recovery partition? Anyway this is magnificent, thanks!
Click to expand...
Click to collapse
next version, it can install on recovery partition. now, I'm optimizing...
Whyle said:
next version, it can install on recovery partition. now, I'm optimizing...
Click to expand...
Click to collapse
Nice!
works fine in mi 10t pro
Whyle said:
next version, it can install on recovery partition. now, I'm optimizing...
Click to expand...
Click to collapse
You are nailing it man! Million thanks for this awesome work!!
thank you for this twrp, ill try as soon as my waiting time is over. :good: :good:
Any chance for Mi 10 Ultra?
I use now a chinese version, that is for Mi 10T
batareikin51 said:
Any chance for Mi 10 Ultra?
I use now a chinese version, that is for Mi 10T
Click to expand...
Click to collapse
Mi 10T in chinese version is Redmi K30S Ultra
Whyle said:
Mi 10T in chinese version is Redmi K30S Ultra
Click to expand...
Click to collapse
Sorry, I was wrong. Twrp I used was for Mi 10 Pro.
So my question is still valid,
any chance your twrp is compatible with Mi 10 Ultra?
thank you for your effort!
batareikin51 said:
Sorry, I was wrong. Twrp I used was for Mi 10 Pro.
So my question is still valid,
any chance your twrp is compatible with Mi 10 Ultra?
thank you for your effort!
Click to expand...
Click to collapse
This is the wrong forum is it not?
This forum is for Mi10 T and T pro.
Mi 10 Ultra is a different device entirely.
batareikin51 said:
Sorry, I was wrong. Twrp I used was for Mi 10 Pro.
So my question is still valid,
any chance your twrp is compatible with Mi 10 Ultra?
thank you for your effort!
Click to expand...
Click to collapse
Twrp for Mi 10 Ultra you can find in Chinese forums.
http://bbs.ydss.cn/thread-1497014-1-1.html
Link 2
here is one, you can use Google translate to translate these website.
Hi all. I bought a Mi 11 Pro with EU MIUI rom a while back. I wanted to try pixel experience since i dont like MIUI. I flashed the current TWRP but i cant transfer any files from my computer so i used thge ADB push command. When i try to wipe or flash or do anything in TWRP i get "failed to mount ..... (block device required)" for /odm, /vendor, /product, /system_ext and /system,root. I tried using the pixel experience recovery but nothing happened when i tried to update using that. Any ideas of what might be the problem? I've folloed every guide i can find.
.Hi here is the mi 11 forum not the mi 11 pro, you should look at the mi11 pro section where the other ones are the same rom.