User Tools

Site Tools


devices:dory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devices:dory [2018/02/23 23:11] – external edit 127.0.0.1devices:dory [2024/08/13 19:36] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * Resources for the LG G Watch 
- 
-====== xda-developers ====== 
- 
-  * https://forum.xda-developers.com/g-watch 
- 
-====== 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 ====== 
- 
-===== M1D65S ===== 
- 
-  * https://forum.xda-developers.com/g-watch/general/m1d65s-t3628460 
-  * TODO: Create a full backup of this eventually 
- 
-===== M1D65N ===== 
- 
-  * https://drive.google.com/drive/folders/0B6-Tz_7kDyxsbnJlV2NkZ0lCanM 
-  * Older than M1D65S above, but a complete backup 
- 
-====== 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/mmcblk0p19' 
- 
-  e2fsck -p -f -v '/dev/block/mmcblk0p20' 
- 
-  e2fsck -p -f -v '/dev/block/mmcblk0p21' 
- 
-===== fstrim ===== 
- 
-  fstrim -v /system 
- 
-  fstrim -v /data 
- 
-  fstrim -v /cache 
- 
-====== AsteroidOS ====== 
- 
-  * https://asteroidos.org/install/dory 
- 
-===== Nightly Builds ===== 
- 
-  * https://release.asteroidos.org/nightlies/dory 
- 
-  wget -O ~/'Downloads/zImage-dtb-dory.fastboot' 'https://release.asteroidos.org/nightlies/dory/zImage-dtb-dory.fastboot' 
- 
-  wget -O ~/'Downloads/asteroid-image-dory.ext4' 'https://release.asteroidos.org/nightlies/dory/asteroid-image-dory.ext4' 
- 
-===== Flash Order ===== 
- 
-  * Erase and format **userdata** and **cache** 
-  * Format **system** 
-  * Erase **boot** 
-  * Reboot to Bootloader 
-  * Flash AsteroidOS **userdata** 
-  * Flash AsteroidOS **boot** 
-  * Continue boot 
- 
-  sudo fastboot -w 
- 
-  sudo fastboot format 'system' 
- 
-  sudo fastboot erase 'boot' 
- 
-  sudo fastboot reboot-bootloader 
- 
-  sudo fastboot flash userdata ~/'Downloads/asteroid-image-dory.ext4' 
- 
-  sudo fastboot flash boot ~/'Downloads/zImage-dtb-dory.fastboot' 
- 
-  sudo fastboot continue 
- 
-====== M1D65N ====== 
- 
-  * ''M1D65S'' is newer, but I can't find a complete restore image for it; thus, install ''M1D65N'' and then update  
- 
-===== Flash Order ===== 
- 
-  * Erase and format **userdata** and **cache**  
-  * Format **system** 
-  * Erase **boot** 
-  * Erase **recovery** 
-  * Flash **boot** 
-  * Flash **recovery** 
-  * Flash **system** 
-  * OEM Lock 
- 
-  fastboot -w 
- 
-  fastboot format 'system' 
- 
-  fastboot erase 'boot' 
- 
-  fastboot erase 'recovery' 
- 
-  fastboot flash 'boot' 'x' 
- 
-  fastboot flash 'recovery' 'x' 
- 
-  fastboot flash 'system' 'x' 
- 
-  fastboot reboot-bootloader 
- 
-  fastboot oem lock 
/srv/www/wiki/data/attic/devices/dory.1519445518.txt.gz · Last modified: (external edit)