Quote:
Originally Posted by Renate
Since there doesn't seem to be any Tab Ultra updates on the normal channel, I presume you mean something it downloaded by itself? How big is it? 1.5 GB or so?
You've rooted with Magisk? Yes you can install the update but you'll need to re-Magisk the new boot image (if it's different) and flash it.
If you're using the update decoded you'll have to manually add the strings to DeBooxUpd.py yourself since they haven't migrated in yet.
I do my updates manually through a custom recovery.
If you like, I can make a custom recovery for the Tab Ultra.
It's a low risk since you have EDL working.
Pull a copy of recovery using EDL or dd.
Is this UFS or eMMC? What does ls -l /dev/block/by-name/misc say?
|
Yes, it's the version mentioned above which I downloaded using the built-in updater. I then pulled the update.upx which I decrypted using DeBooxUpd.py so that I know have the update.zip, it's only around 180MB.
And yes, I've rooted using magisk.
The ls command yields
Code:
BOOX:/ $ ls -l /dev/block/by-name/misc
lrwxrwxrwx 1 root root 15 1970-01-01 01:14 /dev/block/by-name/misc -> /dev/block/sda3
How do I find out if it's UFS or eMMC?
Edit: EDL reports
Code:
firehose - mem_type:UFS
Thanks for your help.