https://dev.androidfilehost.com/?w=files&flid=295879&sort_by=name&sort_dir=ASC
https://twrp.me/sony/sonyxperia10.html
https://get.pixelexperience.org/devices
https://twrp.me/Devices/
Popular adb commands
adb shell- launches a shell on the deviceadb push <local> <remote>- pushes the file<local>to<remote>adb pull <remote> [<local>]- pulls the file<remote>to<local>. If<local>isn’t specified, it will pull to the current folder.adb logcat- allows you to view the device log in real-time. You can useadb logcat -b radioto view radio logs, andadb logcat -Cto view logs in colouradb install <file>- installs the given .apk file to your devic
https://xdaforums.com/t/guide-full-phone-backup-without-unlock-or-root.1420351/
