[LWX49K&LDZ22D&LCA43] Rooting made easy - Sony Smartwatch 3

I'm not believing my eyes just yet, but honestly...
Want root? Well, then I have some good news for you:
THERE IS NO REASON TO UNLOCK YOUR BOOTLOADER TO ROOT YOUR SMARTWATCH 3!
The fastboot mode is available on locked bootloader...
And the best news I can come up with right now? It allows hot booting custom kernels! :victory:
Code:
~$ adb reboot bootloader
~$ fastboot oem unlock
...
(bootloader) : WARNING: Unlocking your device will void your warranty
(bootloader) : and erase your personal data from the device.
(bootloader) : Run "fastboot oem unlock" again to confirm.
(bootloader) : Device still locked.
OKAY [ 0.008s]
finished. total time: 0.008s
~$ fastboot reboot
rebooting...
finished. total time: 0.001s
~$ adb shell
[email protected]:/ $ su
[email protected]:/ #
I can't believe it myself, but it's TRUE! :victory:
I have rooted my device using the TWRP from this thread, this is what I did:
Made sure I had the developer options enabled;
Enabled the ADB debugging option;
Made sure the device accepted my PC as authorized;
download the TWRP image from this thread (for 5.0.2) or from this post (for 5.1.1);
Download Wear-SuperSU-v2.46.zip;
adb reboot bootloader, saw it actually boot to fastboot... this is how I looked at that time: http://images.sodahead.com/polls/001047815/gobsmacked-15792349304_xlarge.jpeg;
fastboot boot unofficial-twrp-2.8.3.0-tetra.img (incredibly I saw it boot TWRP! Well... this is like the face my colleagues where watching me pull at that moment: http://mcp53.files.wordpress.com/2012/11/gobsmacked.jpg?w=500);
adb push Wear-SuperSU-v2.46.zip /sdcard/ (installed the zip in recovery);
Reboot to system from TWRP;
Did root test;
Was seriously gobsmacked.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm investigating the possibility to have recovery on the locked device right now, which is actually something I did for many Xperia Z series devices already :angel:

What can we make of new after this?

Elpatii said:
What can we make of new after this?
Click to expand...
Click to collapse
Well, the good thing is, you can have root while you won't lose your warranty. Because unlocking bootloader === lost warranty.
What else we can do, the sky is basically the limit... or, the resolution is, of course

[NUT] said:
Well, the good thing is, you can have root while you won't lose your warranty. Because unlocking bootloader === lost warranty.
What else we can do, the sky is basically the limit... or, the resolution is, of course
Click to expand...
Click to collapse
Oh nice!
And with root in this Smartwatch, what do you think that we can make of more?

Elpatii said:
Oh nice!
And with root in this Smartwatch, what do you think that we can make of more?
Click to expand...
Click to collapse
Well, one of the things we might be able to do is create an app or a ROM modification, which will run on the phone smartwatch itself, allowing you access to the internal storage by USB cable, because that's not possible without a phone right now. Knowing Google, it was done by design, but it won't be hard to update the ROM to allow access to the internal storage through USB.
I'll be trying to get a recovery working on the device without overwriting the one in the recovery partition, which should then allow us to easily flash ROM modifications.

[NUT] said:
Well, one of the things we might be able to do is create an app or a ROM modification, which will run on the phone smartwatch itself, allowing you access to the internal storage by USB cable, because that's not possible without a phone right now. Knowing Google, it was done by design, but it won't be hard to update the ROM to allow access to the internal storage through USB.
I'll be trying to get a recovery working on the device without overwriting the one in the recovery partition, which should then allow us to easily flash ROM modifications.
Click to expand...
Click to collapse
Oh yeah, it's would be nice!
Continue to share your discovery

[NUT] said:
Well, the good thing is, you can have root while you won't lose your warranty. Because unlocking bootloader === lost warranty.
What else we can do, the sky is basically the limit... or, the resolution is, of course [emoji14]
Click to expand...
Click to collapse
Dude Great to see you here, i am very excited now as our SW3 will go in right direction, i have Asked Jerpelea about the Development of SW3 and he said it will start soon.
Also its a request Plz make a custom Kernel for this watch to Calibrate the Colors saturation and Gamma as its same yellowish Display as Honami had.

abbychauhan said:
Dude Great to see you here, i am very excited now as our SW3 will go in right direction, i have Asked Jerpelea about the Development of SW3 and he said it will start soon.
Also its a request Plz make a custom Kernel for this watch to Calibrate the Colors saturation and Gamma as its same yellowish Display as Honami had.
Click to expand...
Click to collapse
+1
Sent from my Xperia Z3

Is there a way to unlock the kernel and all four cores in the processor on latest LDZ22D build for Smartwatch 3?

[NUT] said:
I'm not believing my eyes just yet, but honestly...
Click to expand...
Click to collapse
Thanks for sharing your discovery!
I wrote an article that explores the bootloader vulnerability: http://spectrastudy.com/no-data-protection-on-sony-smartwatch-3-android-wear/
An Android Wear dev advocate at Google is now informed of it, it really should be fixed as it makes stealing data far too easy.

[NUT] said:
I'm not believing my eyes just yet, but honestly...
Want root? Well, then I have some good news for you:
THERE IS NO REASON TO UNLOCK YOUR BOOTLOADER TO ROOT YOUR SMARTWATCH 3!
The fastboot mode is available on locked bootloader...
And the best news I can come up with right now? It allows hot booting custom kernels! :victory:
Click to expand...
Click to collapse
Hi ive been trying to work this out above you said that there is away to root the watch on locked bootloader could you explain how? I can get into fastboot but theres no way to install TWRP on locked bootloader how would I flash the superuser zip on locked bootloader. Can it be done? Your method you explained is an unlocked bootloader method and with the stock recovery you can only sideload update.zips correct me if im wrong. Can you please explain the locked bootloader method??? Can it not be done on the latest build LCA43???

RJASSI21 said:
Hi ive been trying to work this out above you said that there is away to root the watch on locked bootloader could you explain how? I can get into fastboot but theres no way to install TWRP on locked bootloader how would I flash the superuser zip on locked bootloader. Can it be done? Your method you explained is an unlocked bootloader method and with the stock recovery you can only sideload update.zips correct me if im wrong. Can you please explain the locked bootloader method??? Can it not be done on the latest build LCA43???
Click to expand...
Click to collapse
fastbooting hotboot only. no flashing of custom recovery. only flash wear supersu after hotbooting.
˜xperia z3,d6653,5.1.1,v71,tapatalk

jemfalor said:
fastbooting hotboot only. no flashing of custom recovery. only flash wear supersu after hotbooting.
˜xperia z3,d6653,5.1.1,v71,tapatalk
Click to expand...
Click to collapse
Ok thanks for that
---------- Post added at 03:00 AM ---------- Previous post was at 02:28 AM ----------
jemfalor said:
fastbooting hotboot only. no flashing of custom recovery. only flash wear supersu after hotbooting.
˜xperia z3,d6653,5.1.1,v71,tapatalk
Click to expand...
Click to collapse
Just one other thing how can I check I have successfully rooted my device?

sideload an app and use its root feature. es explorer or terminal emulator
˜xperia z3,d6653,5.1.1,v71,tapatalk

RJASSI21 said:
Ok thanks for that
---------- Post added at 03:00 AM ---------- Previous post was at 02:28 AM ----------
Just one other thing how can I check I have successfully rooted my device?
Click to expand...
Click to collapse
jemfalor said:
sideload an app and use its root feature. es explorer or terminal emulator
˜xperia z3,d6653,5.1.1,v71,tapatalk
Click to expand...
Click to collapse
Or use ADB Shell to use the su command to gain root access.

[NUT] said:
Or use ADB Shell to use the su command to gain root access.
Click to expand...
Click to collapse
Ok thank you both the root features in es are very limited so its hard to tell I will try the su command later on thanks for that NUT
Edit: I did try TWRP on the latest firmware in the end LCA43 and it was successful im still yet to see if root was successful I dont have a superuser app is this normal?

This all works on the latest Android Wear build as well

RJASSI21 said:
Ok thank you both the root features in es are very limited so its hard to tell I will try the su command later on thanks for that NUT
Edit: I did try TWRP on the latest firmware in the end LCA43 and it was successful im still yet to see if root was successful I dont have a superuser app is this normal?
Click to expand...
Click to collapse
Yes, there is no app for wear (yet).

karl0ss said:
This all works on the latest Android Wear build as well
Click to expand...
Click to collapse
I will update the OP and subject after I confirmed it myself...

[NUT] said:
Or use ADB Shell to use the su command to gain root access.
Click to expand...
Click to collapse
Hi I dont think my smartwatch is rooted I ran the command but it just prints nothing I also tried system app mover app but it just keeps showing the looking for root message I cant grant root how do I do this I flashed the zip 4 times and moved it over twice what am I doing wrong?

Related

[TOOL] WinDroid Toolkit | Unlock | Root | Flash | Install | Moto X Play

Link To Main Thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
Reserved
Reserved.
WOW! That's just awesome!
Certainly I'll use this when my X Play arrives
Did anyone try this nifty tool yet? Looks promising!
that looks amazing, can anyone confirm it's working? I'm getting the XT1563 version soon
working flawlessly. thanks
Seems really promising! I am having a slight issue however.
After unlucking the bootloader succesfully, when i proceed to flash twrp, it says success. However, when I boot into recovery, i get the classic "Resting Android robot" saying "No Command"
SaladEsc said:
Seems really promising! I am having a slight issue however.
After unlucking the bootloader succesfully, when i proceed to flash twrp, it says success. However, when I boot into recovery, i get the classic "Resting Android robot" saying "No Command"
Click to expand...
Click to collapse
its because of the install-recovery.sh in system/etc folder
AnoopKumar said:
its because of the install-recovery.sh in system/etc folder
Click to expand...
Click to collapse
so you are suggesting to delete that file?
if so how can i becuase i have no root access
droider007 said:
so you are suggesting to delete that file?
if so how can i becuase i have no root access
Click to expand...
Click to collapse
after installing custom recovery using tool-kit and directly reboot to recovery from fastboot menu, then mount system and rename the install-recovery.sh :good:
Awesome tool. I just have one question. Is it possible to relock the bootloader without losing root? I unlocked bootloader manually, I boot twrp (not flashed, just boot) and installed SuperSU. So I still have the stock recovery, but I'd like to relock the bootloader without having to lose root.
ToYeD said:
Awesome tool. I just have one question. Is it possible to relock the bootloader without losing root? I unlocked bootloader manually, I boot twrp (not flashed, just boot) and installed SuperSU. So I still have the stock recovery, but I'd like to relock the bootloader without having to lose root.
Click to expand...
Click to collapse
Hallo , here is a Link with a Tut how to Unroot the Moto X Play.
My phone is hast not arrived yet. Can´t confirm the procedure. :silly:
Greeting... Kaz
i installed this program but when i reboot to recovery mod there`s "no command" (i followed the steps)
Serial Kazama said:
Hallo , here is a Link with a Tut how to Unroot the Moto X Play.
My phone is hast not arrived yet. Can´t confirm the procedure. :silly:
Greeting... Kaz
Click to expand...
Click to collapse
I want to relock the bootloader but keep root. I don't want to lose root or busybox as I need them for several functions. I just want to get rid of the annoying warning on boot that says I have an unlocked bootloader.
ToYeD said:
I want to relock the bootloader but keep root. I don't want to lose root or busybox as I need them for several functions. I just want to get rid of the annoying warning on boot that says I have an unlocked bootloader.
Click to expand...
Click to collapse
Then flash a different logo.bin
Sent from my XT1562 using XDA Free mobile app
rober788 said:
i installed this program but when i reboot to recovery mod there`s "no command" (i followed the steps)
Click to expand...
Click to collapse
That means you're still on stock recovery..
After rooting my moto battery life has benn reduced. Anyone has this problem too?
Hi guys! Just receive my new moto x play today and want to root it! Its good to go with this tool?!
Envoyé de mon Nexus 5 en utilisant Tapatalk
I've used the tool to unlock the bootloader and flash TWRP. Worked smooth and didn't really have any issues. I did had to flash TWRP twice, but that might have been an error on my part for not looking at my phone after the first flash attempt. SU installed via on screen notifications after booting into recovery, worked like a charm too.
I recommend this tool as it takes away a load of work, especially with the bootloader unlock.
When trying to boot in recovery i got "No Command" while the device is unlocked and i tried to flash new recovery...
EDIT:
You must enable "OEM unlock" after the reboot

[Guide] installing FM radio apk on rooted honor 6X

Please follow the steps in order to get the FM apk back on rooted phone.
Download the file from https://mega.nz/#!OQcASYKZ!cNosL1J5y5YFpe25MgrW41LxUzEwlUyroVI0gxw0YXw
copy the file to adb folder on your PC
Open the command prompt as right click and open command prompt here and run below command in order
adb root
adb remount
adb push FM.apk /data/hw_init/product/app/HwFMRadio.apk
adb reboot
Hope this works for you. If there is any issue faced, just comment and we will see for a work around. There are few changes in the directories so not sure 100% if this will work but most probably it should based on the radio.apk location on stock phone.
shashank1320 said:
Please follow the steps in order to get the FM apk back on rooted phone.
Download the file from https://mega.nz/#!OQcASYKZ!cNosL1J5y5YFpe25MgrW41LxUzEwlUyroVI0gxw0YXw
copy the file to adb folder on your PC
Open the command prompt as right click and open command prompt here and run below command in order
adb root
adb remount
adb push FM.apk /data/hw_init/product/app/HwFMRadio.apk
adb reboot
Hope this works for you. If there is any issue faced, just comment and we will see for a work around. There are few changes in the directories so not sure 100% if this will work but most probably it should based on the radio.apk location on stock phone.
Click to expand...
Click to collapse
I have downloaded the FM.apk and pasted it in the adb folder
But when I give adb root , it says "adbd cannot run as root in production builds" what does that mean?
It seems like the above method doesn't work for installing the FM radio on Honor 6x model BLN-L21C185
Sent from my BLN-L21 using Tapatalk
talvigi said:
I have downloaded the FM.apk and pasted it in the adb folder
But when I give adb root , it says "adbd cannot run as root in production builds" what does that mean?
Click to expand...
Click to collapse
Are you rooted?
shashank1320 said:
Are you rooted?
Click to expand...
Click to collapse
Yes, I am rooted, SuperSU installed and verified by rootchecker app.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BTW you didn't tell me to reboot into recovery while inputting those commands, so update your guide please, and there was an error in the commands too, that's why it didn't work for me. Otherwise it should have work as per you.
Sent from my BLN-L21 using Tapatalk
@shashank1320
Sent from my BLN-L21 using Tapatalk
talvigi said:
Yes, I am rooted, SuperSU installed and verified by rootchecker app.
BTW you didn't tell me to reboot into recovery while inputting those commands, so update your guide please, and there was an error in the commands too, that's why it didn't work for me. Otherwise it should have work as per you.
Click to expand...
Click to collapse
That should be run on adb not recovery.
Please have a look at these screen shots, and think what is wrong with the push command,
Look at the below image
It is showing the path of the folder "app" we have created by over push command. It has two radio names, one app and one folder named radio.apk bcuz I've issued the command two time each time with a little change of inverted commas, and in my opinion not only the name is wrong but the apk file is also in the wrong folder.
And let see what's inside that radio.apk folder
And by clicking on that apk file what happens?
And then when I click install it says this,
Sent from my BLN-L21 using Tapatalk
talvigi said:
Please have a look at these screen shots, and think what is wrong with the push command,
Look at the below image
It is showing the path of the folder "app" we have created by over push command. It has two radio names, one app and one folder named radio.apk bcuz I've issued the command two time each time with a little change of inverted commas, and in my opinion not only the name is wrong but the apk file is also in the wrong folder. 
And let see what's inside that radio.apk folder 
And by clicking on that apk file what happens?

And then when I click install it says this,

And let see what's inside that radio.apk folder 
And by clicking on that apk file what happens?

And then when I click install it says this,


Click to expand...
Click to collapse
You don't need to install. It will automatically after reboot.
shashank1320 said:
You don't need to install. It will automatically after reboot.
Click to expand...
Click to collapse
Well in that case it didn't install, so I have told you that it wasn't working on the phone. There still isn't any FM app on the screen.
Sent from my BLN-L21 using Tapatalk
talvigi said:
Well in that case it didn't install, so I have told you that it wasn't working on the phone. There still isn't any FM app on the screen.
Click to expand...
Click to collapse
We may need to get help from any dev here then
shashank1320 said:
We may need to get help from any dev here then
Click to expand...
Click to collapse
Hay @shashank1320, I have solved my FM radio problem by following another https://forum.xda-developers.com/showthread.php?t=3606037 thread in the forum, but the theme still doesn't work. I don't know what happened and where did I go wrong because my device's theme was absolutely fine and I wanted to tweak the FM radio but now the theme has gone.
Sent from my BLN-L21 using Tapatalk
talvigi said:
Hay @shashank1320, I have solved my FM radio problem by following another https://forum.xda-developers.com/showthread.php?t=3606037 thread in the forum, but the theme still doesn't work. I don't know what happened and where did I go wrong because my device's theme was absolutely fine and I wanted to tweak the FM radio but now the theme has gone.
Click to expand...
Click to collapse
May be you can download the firmware now and use dload to solve this..
shashank1320 said:
May be you can download the firmware now and use dload to solve this..
Click to expand...
Click to collapse
Actually I've forgot to tell you that I installed flashfire yesterday and it detected the small OTA update in my memory card and asked me to prepare and flash it, I just clicked yes and it rebooted to its environment and tried to flash the full package but failed. But later I saw that the FM radio was installed in that process. And later when I flashed the stock recovery and installed FF and again downloaded the same small OTA update and let the FF to flash in the hope that the theme would also come this way but it didn't come. Now I am stuck with the same theme, theme isn't my problem but why don't I have it? That's the question. I'll try the full software though.
I think now the best partner is FF as far as it has taken me out of the crowd.
Sent from my BLN-L21 using Tapatalk
So have you guys found any solution for the FM radio and themes problem of my honor 6x?
Sent from my iPhone using Tapatalk
talvigi said:
So have you guys found any solution for the FM radio and themes problem of my honor 6x?
Click to expand...
Click to collapse
Any plan for rebranding?
shashank1320 said:
Any plan for rebranding?
Click to expand...
Click to collapse
Haha, what happens after that? I don't think I would like a rebranded device.
Sent from my BLN-L21 using Tapatalk
talvigi said:
Haha, what happens after that? I don't think I would like a rebranded device.
Click to expand...
Click to collapse
Its just a change of region that's it and you will get everything included there FM, theme, twin app etc
shashank1320 said:
Its just a change of region that's it and you will get everything included there FM, theme, twin app etc
Click to expand...
Click to collapse
Well well well, please don't get me wrong but will I also be able to get OTA updates by debranding and how secure is it to use a lot of modifications while I only used the FF and am facing the consequences yet.
My device's security is a great concern for me and I never ever want to be an open hole.
Sent from my BLN-L21 using Tapatalk
talvigi said:
Well well well, please don't get me wrong but will I also be able to get OTA updates by debranding and how secure is it to use a lot of modifications while I only used the FF and am facing the consequences yet.
My device's security is a great concern for me and I never ever want to be an open hole.
Click to expand...
Click to collapse
Dont worry it will be full stock. I did 10 days back from China to India. For security concerns, you can relax here.i am yet to get the OTA as there wasn't any rollout yet
shashank1320 said:
Dont worry it will be full stock. I did 10 days back from China to India. For security concerns, you can relax here.i am yet to get the OTA as there wasn't any rollout yet
Click to expand...
Click to collapse
I have got a great news for you guy, I solved my honor 6x BLN-L21C185's theme and FM radio problem myself. It's a long story I'm going to create a thread on that.
But my new concern is that I am still on TWRP and I have got an OTA update B371, but it failed to flash due to costum recovery.
Now is it right that I will unzip the update.zip file and creat a dload folder in the SDcard and paste the unzipped things in it, Uninstall the Magisk from its own menu and than flash stock recovery of B361 by adb bootloader and then before start press and hold the three buttons to tell the recovery to update from the dload folder of the SDcard OR I'll have perform a factory reset on the device and download the OTA update again to upgrade to B371.
Sent from my BLN-L21 using Tapatalk

Question I'm very overwhelmed please help

The last time I rooted a phone was 3 years ago, in general whenever I try to root a phone I feel like the entire process has changed and im completely out of the loop.
All i want to do is make it so i can install f.lux and youtube vanced, how do I do this?
I know that I need to install magisk but apparently I also need to enable the bootloader whatever that means?
Sideload, flashing, caprip, boot-image, fastboot, TWRP: these words mean nothing to me, they serve to confuse and demean me.
Is there any resource for figuring out how to go from a new out-of-the-box moto g30 to one which lets me install youtube vanced? Usually I'd look up a tutorial but the only one I found was in spanish and I don't speak spanish.
Thanks for any help you can give.
First things first.
Android has Night Light built in and Youtube Vanced doesn't need root.
But, if you're still serious about rooting and installing magisk to make use of all of the really useful modules, you'll need:
An Unlocked Bootloader: Motorola's Own Guide
Keep in mind that unlocking the bootloader will wipe your phone and void its warranty, so be absolutely sure you want to do it and back up your files.
Then you'll need to manually patch a boot.img from your stock ROM (can be found here.) and flash it using ADB (Android Debug Bridge) using your PC.
I rooted mine within 3 days of owning it and have been enjoying it with no problems whatsoever ever since.
I used this guide as reference. If you have any questions you can always just message me here or on Telegram (@Kuntitled).
samjoebobtomted said:
The last time I rooted a phone was 3 years ago, in general whenever I try to root a phone I feel like the entire process has changed and im completely out of the loop.
All i want to do is make it so i can install f.lux and youtube vanced, how do I do this?
I know that I need to install magisk but apparently I also need to enable the bootloader whatever that means?
Click to expand...
Click to collapse
Bootloader is small program which runs before Android operating system running. Bootloader is first program to run so It is specific for board and processor. -RootJunky
Click to expand...
Click to collapse
Unlocking the bootloader
You can flash a custom system only if the bootloader allows it. Note, though, that the bootloader is locked by default. You can unlock the bootloader, but doing so deletes user data for privacy reasons. After unlocking, all data on the device is erased, that is, both private app data and shared data accessible over USB (including photos and movies). Before attempting to unlock the bootloader, back up any important files on the device. - https://source.android.com/setup/build/running
Click to expand...
Click to collapse
samjoebobtomted said:
Sideload,
Click to expand...
Click to collapse
Generally sideload means installing an app without the playstore.
samjoebobtomted said:
flashing,
Click to expand...
Click to collapse
Flashing usually refers to installing through fastboot mode or recovery
samjoebobtomted said:
caprip,
Click to expand...
Click to collapse
codename or development name for Moto G30
samjoebobtomted said:
boot-image
Click to expand...
Click to collapse
The boot.img is the fie that creates the boot partition
/boot​This is the boot partition of your Android device, as the name suggests. It includes the android kernel and the ramdisk. The device will not boot without this partition. Wiping this partition from recovery should only be done if absolutely required and once done, the device must NOT be rebooted before installing a new one, which can be done by installing a ROM that includes a /boot partition.
-RootJunky
Click to expand...
Click to collapse
samjoebobtomted said:
fastboot,
Click to expand...
Click to collapse
Fastboot refers to several things
Fastboot is the fastboot protocol to communicate with an Android device.
Fastboot.exe is the part of SDK Platform-Tools used to communicate with an Android device when it's in fastboot mode.
samjoebobtomted said:
TWRP:
Click to expand...
Click to collapse
Twrp is a Custom recovery,
The stock recovery has very limited functions,
a custom recovery has more options
/recovery​This is specially designed for backup. The recovery partition can be considered as an alternative boot partition, that lets the device boot into a recovery console for performing advanced recovery and maintenance operations on it. -RootJunky
Click to expand...
Click to collapse
samjoebobtomted said:
these words mean nothing to me, they serve to confuse and demean me.
Is there any resource for figuring out how to go from a new out-of-the-box moto g30 to one which lets me install youtube vanced? Usually I'd look up a tutorial but the only one I found was in spanish and I don't speak spanish.
Thanks for any help you can give.
Click to expand...
Click to collapse
I have general Moto rooting instructions here
[Guide] Root Motorola with Magisk (UnLocked Bootloader)(Non-TWRP method)
Root Motorola Devices with Magisk Note: This method has been working with most Moto Devices that the Bootloader can be UnLocked. If the Bootloader cannot be Unlocked this method will not work. Please only use this as a reference. If you require...
forum.xda-developers.com
Kuntitled said:
First things first.
Android has Night Light built in and Youtube Vanced doesn't need root.
Click to expand...
Click to collapse
Wait really I didn't even realize I didn't need a root for that lol.
Kuntitled said:
But, if you're still serious about rooting and installing magisk to make use of all of the really useful modules, you'll need:
An Unlocked Bootloader: Motorola's Own Guide
Keep in mind that unlocking the bootloader will wipe your phone and void its warranty, so be absolutely sure you want to do it and back up your files.
Then you'll need to manually patch a boot.img from your stock ROM (can be found here.) and flash it using ADB (Android Debug Bridge) using your PC.
I rooted mine within 3 days of owning it and have been enjoying it with no problems whatsoever ever since.
I used this guide as reference. If you have any questions you can always just message me here or on Telegram (@Kuntitled).
Click to expand...
Click to collapse
Hi thanks this really helped me get the grip of things haha.
I managed to unlock the bootloader but I'm a bit confused on what stock ROM you were referring to, the link you sent had a bunch of possibilities, I assume I need a reteu one since that's the name of my phone's software channel but there's a wide variety of them and the guide you sent seems to have their own ROM as well.
Either way thanks for all the help!
samjoebobtomted said:
Wait really I didn't even realize I didn't need a root for that lol.
Hi thanks this really helped me get the grip of things haha.
I managed to unlock the bootloader but I'm a bit confused on what stock ROM you were referring to, the link you sent had a bunch of possibilities, I assume I need a reteu one since that's the name of my phone's software channel but there's a wide variety of them and the guide you sent seems to have their own ROM as well.
Either way thanks for all the help!
Click to expand...
Click to collapse
You should check the Build Number under "About Phone" in settings, and match it what you find on that link i sent.

Question Downgrade to Android 12

I'm having issues trying to downgrade to Andriod 12 from andriod 13 beta 3.
1. I've opted out of Beta
2. Software update notification received
3. Click on download and install
4. After a couple of mins get error message couldn't update 'Installation problem'
The screen remains on the update screen.
What am i doing wrong please help?
Device state: locked
edit:actually now I'm stuck in Fastboot Mode
Phone keeps rebooting back to Fastboot mode
With a locked bootloader, your only option to get fixed is to try sideloading an OTA - usually, the OTA has to be either the same as what you were most recently running or newer. Click the yellow How To Guide quick filter at the top of the list of threads for one of the root guides. Even though you're not rooting, one or two of them should tell how to sideload an OTA - just ignore things that reference root.
This is why the instructions for the Beta program say you should have an unlocked bootloader, as without an unlocked bootloader your choices to fix the situation are much more limited.
roirraW edor ehT said:
With a locked bootloader, your only option to get fixed is to try sideloading an OTA - usually, the OTA has to be either the same as what you were most recently running or newer. Click the yellow How To Guide quick filter at the top of the list of threads for one of the root guides. Even though you're not rooting, one or two of them should tell how to sideload an OTA - just ignore things that reference root.
This is why the instructions for the Beta program say you should have an unlocked bootloader, as without an unlocked bootloader your choices to fix the situation are much more limited.
Click to expand...
Click to collapse
thanks for that, any advice on how to ota pls?
Can't find any instructions sorry.
riz157 said:
thanks for that, any advice on how to ota pls?
Click to expand...
Click to collapse
You're welcome. Since I never do the OTA process, I always flash the full firmware zip (which you can't do with a locked bootloader), I can't advise any further than what I said about using the quick filter for the How To Guides. At least one or two of these threads should help you, although they may concentrate on doing so with rooting, as long as you ignore the root parts to the OTA method, you can still follow the instructions. You'll get better help to any questions in one of the threads that give OTA sideload instructions:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
roirraW edor ehT said:
Yo
You're welcome. Since I never do the OTA process, I always flash the full firmware zip (which you can't do with a locked bootloader), I can't advise any further than what I said about using the quick filter for the How To Guides. At least one or two of these threads should help you, although they may concentrate on doing so with rooting, as long as you ignore the root parts to the OTA method, you can still follow the instructions. You'll get better help to any questions in one of the threads that give OTA sideload instructions:
View attachment 5642011
Click to expand...
Click to collapse
much appreciated yes want to avoid root or unlocking the bootloader, why does google have it to make it so difficult to downgrade. Maybe take a leaf out of apple's book
To sideload you need USB debugging enabled. Reboot the device to recovery, either by powering off the device and holding power and volume up, let go of power when the phone vibrates, on the the android with an exclamation mark, tap on volume up I think it is. Or by typing in terminal
Code:
fastboot reboot recovery
since it's stuck in fastboot. In recovery tap on 'apply update from adb'
Then download the ota package from here.
Grab the platform tools (Google for it) and unzip it to c:\platform-tools if you're running windows. Open a terminal in the platform tools folder and type
Code:
adb sideload /path_to_ota.zip
Let it do its thing and you should be up and running. I wouldn't try to downgrade from the a13 beta, but you can try. Good luck!
riz157 said:
thanks for that, any advice on how to ota pls?
Can't find any instructions sorry.
Click to expand...
Click to collapse
Just a few things. You don't need USB debugging enabled for OTA updates (you can't boot into Android to enable it anyway).
Just be aware that with OTA's, you can't downgrade - only reinstall the same version or upgrade, so you need to make sure you're on Android 13 to reinstall ota version 13 (recovery mode will tell you your version).
Here's a video to help with the ota update.
riz157 said:
I'm having issues trying to downgrade to Andriod 12 from andriod 13 beta 3.
1. I've opted out of Beta
2. Software update notification received
3. Click on download and install
4. After a couple of mins get error message couldn't update 'Installation problem'
The screen remains on the update screen.
What am i doing wrong please help?
Device state: locked
edit:actually now I'm stuck in Fastboot Mode
Phone keeps rebooting back to Fastboot mode
Click to expand...
Click to collapse
Any luck with your device?
Alekos said:
Any luck with your device?
Click to expand...
Click to collapse
No luck finally contacted Google who will have this sorted.
riz157 said:
No luck finally contacted Google who will have this sorted.
Click to expand...
Click to collapse
What happened with the OTA updates? Did it complete? Getting the windows driver and fastboot/adb (platform-tools) to all work can be tricky..
what about the https:// flash.android .com/build/8151327?target=raven-user&signed=true Website?
jlede18 said:
what about the https:// flash.android .com/build/8151327?target=raven-user&signed=true Website?
Click to expand...
Click to collapse
Flash.android uses fastboot, which requires the bootloader to be unlocked. User can't unlock it since Android won't boot..
I don't think I'll be flashing beta version again lol, too much hassle to downgrade.
In the end decided to send in to Google to repair.
I think they will give me a replacement instead of repairing it.
Did anyone notice any major bugs with android 13, can't say I did?
Alekos said:
What happened with the OTA updates? Did it complete? Getting the windows driver and fastboot/adb (platform-tools) to all work can be tricky..
Click to expand...
Click to collapse
Decided against that, off to Google to fix
Alekos said:
Flash.android uses fastboot, which requires the bootloader to be unlocked. User can't unlock it since Android won't boot..
Click to expand...
Click to collapse
Copy that. Would of probably just been easier to reflash the beta back save everything, unlock the bootloader and then flash android 12
jlede18 said:
Copy that. Would of probably just been easier to reflash the beta back save everything, unlock the bootloader and then flash android 12
Click to expand...
Click to collapse
Yup, very easy to flash ota, but op didn't feel comfortable doing it unfortunately.
Might seem dumb but I used the web browser tool and flashed back to stock via that from 13 B3 it unlocks bootloader and flashes and re locks bootloader , back on stable 12 working fine then opted out of 13 beta
The way I did it was downloading the entire firmware from google and then changing the config to remove- w so your data doesn't get wiped. Then running the .su or .bat depending on your is. It worked for me. Cheers

Question how to relock bootloader rog 6 ?

if using qualcomm tools it need mbn file . i cant find that mbn file in the firmware folder . urgent hlp
fastboot oem asus-csc_lk
Andrologic said:
fastboot oem asus-csc_lk
Click to expand...
Click to collapse
Command not working
AmeNahar said:
Command not working
Click to expand...
Click to collapse
How is it not working? What do you get?
Andrologic said:
How is it not working? What do you get?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AmeNahar said:
View attachment 5831065
Click to expand...
Click to collapse
Wrong fastboot. Do it from the bootloader page: 'fastboot reboot bootloader' or just turn on the device in bootoader mode without navigating to fastboot/fastbootd. Then use the same command. Should help.
Andrologic said:
Wrong fastboot. Do it from the bootloader page: 'fastboot reboot bootloader' or just turn on the device in bootoader mode without navigating to fastboot/fastbootd. Then use the same command. Should help.
Click to expand...
Click to collapse
i got <waiting for device> (side charger port) .can u give the actuall usb device driver ? if using fastbootd can detect . but from fastboot reboot bootloader just waiting for device
AmeNahar said:
i got <waiting for device> (side charger port) .can u give the actuall usb device driver ? if using fastbootd can detect . but from fastboot reboot bootloader just waiting for device
Click to expand...
Click to collapse
Same problem did you find any solution?!
I just found the solution
You should use side usb port for update just connect to the pc reboot to fast boot and run the command
havard20009 said:
I just found the solution
You should use side usb port for update just connect to the pc reboot to fast boot and run the command
Click to expand...
Click to collapse
cool. sorry for late reply.. my solution is change the usb cable ..i always use side port btw ..i flashed raw and flash A13 now . bcs i want to play new state(not working on rooted devices and bootloader unlocked) . thats the reason why im relocking my bootloader
*deleted.
Does relock the bootloader on official rom will give error and need to flash official rom again?
I want to root my Batman edition but scared it will give bootloop after relock bootloader in future. As the Batman official rom is never be found on the net, I would lose the Batman theme if flashed to normal version.
deddo86 said:
Does relock the bootloader on official rom will give error and need to flash official rom again?
I want to root my Batman edition but scared it will give bootloop after relock bootloader in future. As the Batman official rom is never be found on the net, I would lose the Batman theme if flashed to normal version.
Click to expand...
Click to collapse
It may give you a device corrupt error after re-lock that requires a factory reset or RAW flash meaning you may risk losing your Batman stuff - whatever that is. Best to root and leave it unlocked (you can still unroot it), or leave it alone...
Andrologic said:
It may give you a device corrupt error after re-lock that requires a factory reset or RAW flash meaning you may risk losing your Batman stuff - whatever that is. Best to root and leave it unlocked (you can still unroot it), or leave it alone...
Click to expand...
Click to collapse
The only reason I want to root it to take out the Batman theme. It's in Zip file inside the Asus Theme folder, I can extract it but all files are unreadable. Where's photos and videos are in .enc format and APKs cannot be open, even changed to .zip format.
It seems all Asus themes are like this not only for Batman theme. So my plan is to root it and take out the theme that may be inside System folder that only can be reach via root. Then relock the bootloader before selling it later.
deddo86 said:
The only reason I want to root it to take out the Batman theme. It's in Zip file inside the Asus Theme folder, I can extract it but all files are unreadable. Where's photos and videos are in .enc format and APKs cannot be open, even changed to .zip format.
It seems all Asus themes are like this not only for Batman theme. So my plan is to root it and take out the theme that may be inside System folder that only can be reach via root. Then relock the bootloader before selling it later.
Click to expand...
Click to collapse
Or unlock it and take a full system image backup with TWRP or something else and keep it stored. That way you can roll back and re-lock in case you want to sell the device one day.
You could also switch your active slot and leave one with the Batman theme on the inactive, but need to be very careful not to overwrite the Batman slot. Requires strickt manual management of where system updates are installed. Not recommended but possible.
AmeNahar said:
cool. sorry for late reply.. my solution is change the usb cable ..i always use side port btw ..i flashed raw and flash A13 now . bcs i want to play new state(not working on rooted devices and bootloader unlocked) . thats the reason why im relocking my bootloader
Click to expand...
Click to collapse
Excuse me can you share the raw file link and version information?
sorankira said:
Excuse me can you share the raw file link and version information?
Click to expand...
Click to collapse
sorry for late reply...the links and info availble on rog 6's forum
sorankira said:
Excuse me can you share the raw file link and version information?
Click to expand...
Click to collapse
[TOOL] RAW Firmware for ROG Phone 6 - can be used for CN -> WW converting
Too many people are trying to use firmware to make money, so I decided to release them for free! I got them from a site that distributes them for $10. DOWNLOAD Password is: https://androplus.org How to flash: Plug the USB Type-C cable into the...
forum.xda-developers.com
Can i relock and unlock after?
Effizio01 said:
Can i relock and unlock after?
Click to expand...
Click to collapse
Yes. I already 3 times unlock .root and relock bootloader

Categories

Resources