Thank you for your advice. Thank you for guiding me out of this dangerI already attempted and failed miserably. That method is guaranteed to soft brick your watch.
Thank you for your advice. Thank you for guiding me out of this dangerI already attempted and failed miserably. That method is guaranteed to soft brick your watch.
I already attempted and failed miserably. That method is guaranteed to soft brick your watch.
Affirmative - which happens to be the safest way to flash.Does this mean that the only way to flash this ROM is through fastboot and adb?
Very strange! Because I cleaned and sanded the pins, I can't think of anything else. Because I don't get the usb not recognized error until I turn on adb debugging, but when I activate adb debugging, I get this error.
PrerequisitesVery strange! Because I cleaned and sanded the pins, I can't think of anything else. Because I don't get the usb not recognized error until I turn on adb debugging, but when I activate adb debugging, I get this error.
Prerequisites
Download the latest Android SDK and the latest drivers from here. Enable USB debugging and open Device Manager and keep it opened.
Steps
1) Connect your device and see if it is detected under "Android Devices" section. If it does, then its OK, otherwise, check the "Other devices" section and install the driver manually.
2) Be sure to check "Android Composite ADB Interface". This is the interface Android needs for ADB to work.
3) Go to "[SDK]/platform-tools", Shift-click there and open Command Prompt and type "adb devices" and see if your device is listed there with an unique ID.
4) If yes, then ADB have been successfully detected at this point. Next, write "adb reboot bootloader" to open the bootloader. At this point check Device Manager under "Android Devices", you will find "Android Bootlaoder Interface". Its not much important to us actually.
5) THIS IS IMPORTANT - At this point, check the Device Manger under "Android Devices". If you do not see anything under this section or this section at all, then we need to manually install it.
6) Check the "Other devices" section and find your device listed there. Right click -> Update drivers -"Browse my computer..." -> "Let me pick from a list..." and select "ADB Composite Interface".
7) Now you can see your device listed under "Android Devices" even inside the Recovery.
8) Write "adb devices" at this point and you should see your device listed with the same ID.
9) Now, just write "adb sideload [update].zip" and your are done.
I feel like I should be carefreePrerequisites
Download the latest Android SDK and the latest drivers from here. Enable USB debugging and open Device Manager and keep it opened.
Steps
1) Connect your device and see if it is detected under "Android Devices" section. If it does, then its OK, otherwise, check the "Other devices" section and install the driver manually.
2) Be sure to check "Android Composite ADB Interface". This is the interface Android needs for ADB to work.
3) Go to "[SDK]/platform-tools", Shift-click there and open Command Prompt and type "adb devices" and see if your device is listed there with an unique ID.
4) If yes, then ADB have been successfully detected at this point. Next, write "adb reboot bootloader" to open the bootloader. At this point check Device Manager under "Android Devices", you will find "Android Bootlaoder Interface". Its not much important to us actually.
5) THIS IS IMPORTANT - At this point, check the Device Manger under "Android Devices". If you do not see anything under this section or this section at all, then we need to manually install it.
6) Check the "Other devices" section and find your device listed there. Right click -> Update drivers -"Browse my computer..." -> "Let me pick from a list..." and select "ADB Composite Interface".
7) Now you can see your device listed under "Android Devices" even inside the Recovery.
8) Write "adb devices" at this point and you should see your device listed with the same ID.
9) Now, just write "adb sideload [update].zip" and your are done.
It should install itself after a few mins connected to the phone
Outrageous. Long live Dory.As promised... Update time!
Finally got around UI modding again and this time I think I went for the biggest UI changes. This update changes some UI elements to look like Wear OS 3.0, specially the drawers items. You will notice also some big changes in the Settings app since I reordered the main elements and updated most of the icons so that it looks as close to a pixel watch as possible (also added the Locations panel heh). Updated and cleaned up the build props as well (again huh) and also included a better and lighter Phone Shortcut app. Finally I updated the Google Play app to the latest possible (this was a pain in the ass and I better not explain why) and also updated the system fonts to the Google Sans Text variant (Introduced in A12~ as the default font).
That said, enjoy aand let me know any issues!
Latest newdory 0.8 (24/01/2023):
• Updated build.prop (optimal af now)
• Better Phone Shortcut (source)
• Solved issues with Google Play Store
• Added another level of brightness (lowest possible)
• Updated UI to look like Wear OS 3.0 (wip)
• Updated Settings app look (Wear 3.0 style)
• Added the Location panel in Settings
• Updated fonts to Google Sans Text (Wear OS 3.0 style)
New rom link available here
P.S: Hopefully expect Wear OS 3.0 notifications and apps drawer for the next update!
Btw I'll leave some screenshots so you can see what I'm really talking about
Begin with a clean slate:Try "fastboot continue" command. Unfortunately, it is not a permament fix. It will boot into twrp again afterevery restart.
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot format boot
fastboot format system
fastboot format userdata
fastboot format cache
fastboot reboot bootloader
fastboot flash boot /path-to-boot2-img
fastboot flash system /path-to-newdory-img
fastboot -w
(it will factory reset your watch)adb install app.apk
— This will install an apk file on the device and be mindful of the size of the apk. The G Watch only has <4GB of storage space. Keep in mind that you’ll have to copy the apk file to the platform-tools folder or specify a path in the command instead.Yes, it should be possibleIs it possible to play music on the watch it's some bluetooh earphones?
What do you mean exactly by "normal android"?I'm interested in how you bring Wear OS 3 SystemUI into other ROM, will this work on normal android?
Like I said, not WearOS. just AOSP
Well, for Wear OS it can only be done by modding over the existing android resources (very limiting). For AOSP tho, should be much easier since the source is completely open. However, backporting android features natively isn't really a choice tbh, so you would probably aim at modifying your current source and making changes to try and mimic your desired look.
Yup!
fastboot flash recovery /path-to-twrp-3.0-squashfs-img
fastboot flash boot /path-to-boot2-img
and enterfastboot flash system /path-to-newdory-img
fastboot reboot
for example)unauthorized device
issueThe white spot is intentional. In WearOS 2.0, you can only access some features with a hardware button. Because the G Watch does not have a physical side button, this white spot serves as that. It is a virtual button that emulates the button on the later-released G Watch R.Great ROM! However, I am experiencing some issues with it, one of which is probably my fault.
1. With my current setup, my watch always boots into recovery even if I select boot to the system. The only way I am able to boot it into the system is by using the "fastboot continue" command.
2. My watch has a white spot on bottom right of the screen, which I am sure is not a hardware issue as it worked fine in TWRP and when I initially boot in the system.
And, yes, I did try flashing everything again. So, if you know how I could fix this, I would highly appreciate that![]()
Okey, well for the first issue I would recommend going inside twrp recovery > wipe > factory reset > swipe right. Then reinstall the rom againGreat ROM! However, I am experiencing some issues with it, one of which is probably my fault.
1. With my current setup, my watch always boots into recovery even if I select boot to the system. The only way I am able to boot it into the system is by using the "fastboot continue" command.
2. My watch has a white spot on bottom right of the screen, which I am sure is not a hardware issue as it worked fine in TWRP and when I initially boot in the system.
And, yes, I did try flashing everything again. So, if you know how I could fix this, I would highly appreciate that![]()