-Size issue:
Install google android platform:
run ./adb root
run ./adb shell
get the size of the biggest directories df -h
Look at a specific directory:
du -a /data | sort -n -r | head -n 10
Under platform-tools:
-Copy new ROM on OPO:
./adb push /home/Android/TugaPowerN36.zip /sdcard
-Copy Google on OPO:
./adb push /home/Android/open_gapps-arm-7.1-micro.zip /sdcard
-Update TRWP
./adb push /home/Android/TWRP_3.1.1-0-TugaPower.img /sdcard

No comments:
Post a Comment