asteroid icon indicating copy to clipboard operation
asteroid copied to clipboard

Unable to boot in LG G Watch

Open R4ULSP opened this issue 6 years ago • 10 comments

Hello, I installed the ROM in my G Watch, after flashing the files and reboot the watch to boot into AsteroidOS the image gets freezed in the boot animation. Then I tried to reinstall after a full wipe of the watch, this time it didn´t started the boot animation.

R4ULSP avatar May 16 '18 18:05 R4ULSP

This could be a duplicate of https://github.com/AsteroidOS/asteroid/issues/64 If you feel comfortable enough, could you try this out https://asteroidos.org/wiki/boot-process/#troubleshooting ? The instructions are written for a temporary install. If you have a real install, you'll need to use:

# . /machine.conf
# mkdir /rfs
# mount /dev/$sdcard_partition /rfs

# sed -i '/volatile/d' /rfs/etc/fstab
# mkdir /rfs/var/log/journal

# chroot /rfs /bin/journalctl

instead

FlorentRevest avatar May 16 '18 18:05 FlorentRevest

It is possible to do this with Windows? Or i need Linux for this?

R4ULSP avatar May 16 '18 18:05 R4ULSP

It can theoretically be done from Windows, it only requires an adb access. But without some knowledge of Linux, this could be tedious.

FlorentRevest avatar May 16 '18 18:05 FlorentRevest

This could be a duplicate of https://github.com/AsteroidOS/asteroid/issues/68 It looks like some version of fastboot on windows don't flash asteroid correctly. Could you try different versions of fastboot? It has been reported that some windows users have managed to flash asteroid correctly but at that point we don't know which version of fastboot they used.

FlorentRevest avatar May 19 '18 13:05 FlorentRevest

I had the same issue, It worked perfectly after booting into Tails 3.7 and installing using the latest adb and fastboot.

I was running adb (1.0.32) and fastboot revision eac51f2bb6a8-android on Windows 10

adamprice56 avatar May 20 '18 21:05 adamprice56

Did have an issue after the first flash (the watch was in a reboot loop). Just flashed again; the watch booted the second time fine.

(Windows 10, adb 1.0.39, fastboot 0.0.1-4500957, LG Watch Urbane (bass))

peepuk avatar Jun 02 '18 06:06 peepuk

I have a reboot loop as well. How did you manage to flash it again? How did you get out of the reboot loop? See #96.

frankgerhardt avatar Oct 09 '19 05:10 frankgerhardt

I have a reboot loop as well. How did you manage to flash it again? How did you get out of the reboot loop? See #96.

On the G Watch (dory) you can enter fastboot if you swipe from top left to bottom right directly after the reset (similar gestures and/or button/cable combinations are most likely present on different models) during the boot splash screen. Depending on how far it boots during the process you might also be able to use adb reboot bootloader in combination with the wait-for-device option. e.g.: adb wait-for-device && adb reboot bootloader

jrtberlin avatar Oct 19 '19 20:10 jrtberlin

If it helps, under Linux (Fedora 31) I just rebuilt and reflashed Asteroid (the latest commit: 61183fdbd8d28c882f19f927a08e40a98295024a ) into my LG G watch without any problems.

beroset avatar Feb 14 '20 16:02 beroset

@R4ULSP I got this when I installed on an LG G Watch R (lenok) (without setting up AndroidSync if that makes a difference). Held the button for a while to restart, then tapped the top left and bottom right of the screen (once the LG logo is shown) to get into bootloader mode. :)

comradekingu avatar Feb 04 '22 02:02 comradekingu