Still trying to remove some of the cruft from my primary BLU phone, hopefully without bricking it. Found an easy way to locate the bigger files:
~ $ adb reboot bootloader ~ $ fastboot boot ~/Downloads/romprovider.com.blutwrp.img ~ $ adb shell ~ # mount /system ~ # find / -size +1024 -type f -exec stat -t {} \; | sort -n -k2 | cut -d' ' -f1,2 | tail -n 200 ~ # rm /path/to/big/file/1 /path/to/big/file/2 ... ~ # reboot
I can only do this because I previously unlocked the bootloader on this phone. I still need to use SP Flash on the backup phone, unless and until I resign myself to reinstalling everything on it.
last updated 2020-11-18 17:43:15. served from tektonic.jcomeau.com