====== Information ====== * Resources for the Sony Smartwatch 3 ====== xda-developers ====== * https://forum.xda-developers.com/smartwatch-3 ====== Latest platform-tools ====== ===== Linux ===== * https://dl-ssl.google.com/android/repository/platform-tools-latest-linux.zip ===== Windows ===== * https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip * https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip ====== Factory Image ====== * https://forum.xda-developers.com/smartwatch-3/development/rom-repacked-stock-rom-swr50-version-t2988087 ((untested)) ====== Filesystem Maintenance ====== ===== Notes ===== * Can only be done with TWRP Recovery ===== Partitions ===== ==== Mount ==== mount '/system' mount '/data' mount '/cache' ==== Unmount ==== umount '/system' umount '/data' umount '/cache' umount '/sdcard' ===== e2fsck ===== e2fsck -p -f -v '/dev/block/mmcblk0p32' e2fsck -p -f -v '/dev/block/mmcblk0p31' e2fsck -p -f -v '/dev/block/mmcblk0p30' ===== fstrim ===== fstrim -v /system fstrim -v /data fstrim -v /cache ====== Ideal Stack ====== * As of: 2017/06/26 * TWRP * alex6600 Marshmallow ROM * alex6600 V2 Kernel ====== Flash Order ====== * ROM * **Reboot** to Recovery * Filesystem Maintenance * **Reboot** to System ====== TWRP ====== ===== alex6600 ===== * https://forum.xda-developers.com/smartwatch-3/orig-development/sony-smartwatch-3-marshmallow-mec24h-t3382450 wget -O ~/'Downloads/twrp-tetra.img' 'http://sw3.alex.pl.ua/ROM/6/twrpmm.img' ====== ROMs ====== ===== alex6600 ===== * https://forum.xda-developers.com/smartwatch-3/orig-development/sony-smartwatch-3-marshmallow-mec24h-t3382450 ====== Kernels ====== ===== alex6600 ===== * https://forum.xda-developers.com/smartwatch-3/orig-development/kernel-sony-smartwatch-3-kernel-t3353580 ====== DPI ====== * Native DPI is 493 * Default DPI is 560 adb shell wm density '493'