This thread will explain how to install Android 5.1.1 update on the LG G Watch R.
*NOTE* I AM NOT RESPONSIBLE FOR ANY DAMAGE YOU MAY CAUSE TO YOUR DEVICE AND ANYTHING DONE THAT IS SPECIFIED IN THIS GUIDE IS AT YOUR OWN RISK AND YOU THE END USER TAKE FULL RESPONSIBILITY FOR BRICKED, DEAD AND BROKEN DEVICES THAT COULD HAVE BEEN A RESULT OF THIS GUIDE*
*EDIT* This guide is like an OTA update and does NOT remove any app data. So no need to do "Forget phone" and re-pair!
NEEDED:
Android SDK Platform Tools - Fastboot and ADB (Can be obtained by downloading the Android SDK from Google)
Step 1:
The first step is to download to G Watch R System Images from Android File Host, download System, Boot, and Recovery (BELOW)
Android File Host - LG G Watch R System Images 5.1.1 - DOWNLOAD LINK
Step 2: Reboot into bootloader mode this can be done by turning the watch off and then swiping from the top left down diagonally while on the LG splash screen
Step 3: Open command prompt as Administrator and navigate
to the platform-tools folder in the Android SDK
changing the appropriate paths.
Type
You should see your device appear on this list if not then search for installing fastboot/adb drivers
Step 4: Extract the files in the gwr_5.1.1_flash_files.zip into the platform-tools folder
Step 4.5: If not done already the bootloader will need to be unlocked, do this by typing
In boot loader/fast boot mode (Credit to Moopile for missed step)
Step 5: While in bootloader mode type
The .img is important as fastboot won't find it otherwise
When this has completed repeat for each file changing the asterisked areas to recovery and boot while corresponding to the file name.
Step 6: Type
CONGRATULATIONS YOU SHOULD BE ON ANDROID WEAR 5.1.1!
*NOTE* I AM NOT RESPONSIBLE FOR ANY DAMAGE YOU MAY CAUSE TO YOUR DEVICE AND ANYTHING DONE THAT IS SPECIFIED IN THIS GUIDE IS AT YOUR OWN RISK AND YOU THE END USER TAKE FULL RESPONSIBILITY FOR BRICKED, DEAD AND BROKEN DEVICES THAT COULD HAVE BEEN A RESULT OF THIS GUIDE*
*EDIT* This guide is like an OTA update and does NOT remove any app data. So no need to do "Forget phone" and re-pair!
NEEDED:
Android SDK Platform Tools - Fastboot and ADB (Can be obtained by downloading the Android SDK from Google)
Step 1:
The first step is to download to G Watch R System Images from Android File Host, download System, Boot, and Recovery (BELOW)
Android File Host - LG G Watch R System Images 5.1.1 - DOWNLOAD LINK
Step 2: Reboot into bootloader mode this can be done by turning the watch off and then swiping from the top left down diagonally while on the LG splash screen
Step 3: Open command prompt as Administrator and navigate
to the platform-tools folder in the Android SDK
Code:
cd c:\*root*\androidsdk\platform-tools
Type
Code:
fastboot devices
Step 4: Extract the files in the gwr_5.1.1_flash_files.zip into the platform-tools folder
Step 4.5: If not done already the bootloader will need to be unlocked, do this by typing
Code:
fastboot oem unlock
Step 5: While in bootloader mode type
Code:
fastboot flash system system_gwr_5.1.1.img
Code:
fastboot flash *system* *system_gwr_5.1.1*
Step 6: Type
Code:
fastboot reboot
Last edited: