this post was submitted on 23 Feb 2025
34 points (97.2% liked)

Linux

53618 readers
57 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I've rooted my android phone many years ago. Back then that was a different phone than I have now, and I was still using Windows.

I'm now trying to find a way to root my current phone (Motorola g62 5G), and have no idea how to do it through Linux. However, I seem to only be able to find instructions that are specific to windows.

How would I go about doing this on Linux (specifically Ubuntu)?

EDIT:

Thanks to a number of answers on here I've managed to find my way and rooted my phone. Thanks again, guys!

all 27 comments
sorted by: hot top controversial new old
[–] anon5621@lemmy.ml 21 points 1 year ago* (last edited 1 year ago) (3 children)

Follow instructions https://en-us.support.motorola.com/app/standalone/bootloader/unlock-your-device-a/ for unlocking bootloader firstly for flashing custom recovery u can use native adb and fastboot tools

P.S But for future please use this repo for getting information about how much vendor is evil https://github.com/melontini/bootloader-unlock-wall-of-shame

[–] aarch64@lemm.ee 3 points 1 year ago

The wall of shame is fantastic, thanks for sharing it.

[–] mr_right@lemmy.dbzer0.com 1 points 1 year ago

thanks i just wish i know about them one year ago

[–] N0x0n@lemmy.ml 1 points 1 year ago (1 children)

It makes me kinda uneasy to see Google way down the list... :/ This seems suspicious as fuck ! Not about the person who made the list, but when something so evil makes something so easy to unlock, make my eyebrows twitch !

[–] anon5621@lemmy.ml 1 points 1 year ago

Not only to unlock also install custom key for bootloader and lock bootloader again same way graphenos doing that

[–] Maiq@lemy.lol 15 points 1 year ago

I think your best bet is https://xdaforums.com/.

[–] Kory@lemmy.ml 13 points 1 year ago

LineageOS has instructions for Windows/Mac/Linux: https://wiki.lineageos.org/adb_fastboot_guide

[–] non_burglar@lemmy.world 10 points 1 year ago (1 children)

Flashing the phone's bootloader and image is still done with adb and fastboot, but unlocking the bootloader is by now pretty much done with tools only made for windows.

Mostly this is because the exploits use factory flashing tools provided by manufacturers, which are nearly always windows.

[–] BCsven@lemmy.ca 5 points 1 year ago (2 children)

No, you can do it via the Linux fastboot adb tools. You typically have to paste in a udev rule so system sees the phone as expected. Or if you have a Pixel theGraphenesOS web based setup is easiest, you don't need any knowledge just click the buttons on the webpage

[–] northernscrub@lemmy.world 1 points 1 year ago (1 children)

Can we get that udev rule? Or at least a rough idea how to put it together? I had to put a windows box up just to get this phone talking to a pc

[–] non_burglar@lemmy.world -1 points 1 year ago (1 children)

Did you read my comment?

If you are referring to fastboot oem unlock, there are almost no phones that don't have dual or even triple bootloader partitions, so that won't work by itself.

click the buttons on the web page

I wouldn't trust a chrome USB TTY permission to touch anything hardware of mine.

[–] BCsven@lemmy.ca 0 points 1 year ago

You can flash twrp or download app to phone. Windows is sefinetly not a requirement because I only have Linux machines

[–] JubilantJaguar@lemmy.world 8 points 1 year ago

Several years ago I came to the conclusion that, for the kind of device models that I personally use (i.e. cheap ones), rooting has now become too complicated and dangerous (if not impossible) and that it's better simply to move my computing back to the desktop while waiting for a more open and free mobile platform to emerge.

[–] Xanza@lemm.ee 8 points 1 year ago* (last edited 1 year ago)
[–] exu@feditown.com 3 points 1 year ago

I general you need to flash either Magisk or KernelSU by patching to boot image or sideloading in the recovery.
Motorola seems to change bootloader unlocking for every phone, so the easiest way would be making a Windows VM and just do that.
I have found a CLI tool for flashing Qualcomm chips while in download mode, but there's not really any documentation about it.

Magisk is the only one I know of.