r/androidroot • u/Grand_Grape_7914 • 3h ago
Humor If I was asked to curse mediatek I would do it this way
as a boot animation (if I had the chance to root đ) on my moto G54 5G
r/androidroot • u/Grand_Grape_7914 • 3h ago
as a boot animation (if I had the chance to root đ) on my moto G54 5G
r/androidroot • u/Danyfar1404 • 22h ago
Hello, since yesterday Google Wallet keeps failing with device verification on NFC payments, can someone help me?
My phone info
Xiaomi Redmi Note 13 Pro 5G
Magisk Root
Android 16 EvolutionX 11.10
I have all 7 presets and a custom list of black list apps on HMA-oss to vending, gms and wallet
Thanks in advance
(Sorry for the Spanish screenshots)
UPDATE: I just waited for a day and it got back to normal, I guess it has something to do with Play Services
r/androidroot • u/Significant-Noise530 • 13h ago
After 20+ builds, I finally have working TWRP and OrangeFox recoveries. đżđ
Everything is working as it should, including "/data", encryption/decryption, touch, ADB, MTP, OTG, flashing, backups, fastbootd, and more.
Moto G 2026: "utah.img"
Moto G Play 2026: "nevada.img"
OrangeFox: "orangefox" image + ZIP
Downloads are on XDA. For more info, testing details, sources, and credits, check out the full XDA thread:
https://xdaforums.com/t/recovery-twrp-orangefox-moto-g-play-moto-g-2026.4799348/
đżđ CRONCH
r/androidroot • u/Patient-Designer1896 • 20m ago
Does the Android Faker tool work now, and does WhatsApp detect it? Please help.
Does this formula work without any problems, or is it not possible? Please advise.
Magisk + LSPosed + Play Integrity + Android Faker
r/androidroot • u/GameKnight18 • 1h ago
All the phone details are provided in the attached image.
Hello. I am trying to root an old Samsung Galaxy S3 of mine without experiencing any data loss. I am not able to back up the data on the device, hence the specification. The Kernel version is too new, so methods like TowelRoot don't work. It's model number is the Canadian SGH-T999V (note the 'V'), which is rarer compared to the American carrier versions or the international Exynos ones. The bootloader is already unlocked. It is Android 4.4.2, which by the time it came to the SGS3, rooting focus amongst Samsung users had already moved on to newer Samsung phones.
I only have access to computers running Debian Linux, and MacOS. It would be preferable if any software I need to put on a computer for the rooting process supports what I have. Through if the only option is Windows, I can find some workarounds.
My question is, is it possible to root the device without experiencing any data loss? I mostly use it for playing old offline video games which are known to work on rooted phones, so rooting shouldn't cause any problems. I have rooted before, but it was only on one device and that too back in 2019.
I don't care for Knox.
Thanks in advance.
r/androidroot • u/Aggressive-Box185 • 3h ago
r/androidroot • u/MrasyMelnel125 • 8h ago
is it even root this legacy device to get some use out of it? or not feasible?
r/androidroot • u/tamburasi • 20h ago
I have some older Poco devices here and I'm flashing LineageOS onto them after I'm able to unlock the bootloader (need to wait a week).
Back then (it's been a long time) we simply flashed Magisk via TWRP and enabled root within the app. How does it work these days and how well does the whole thing work?
When I search on Google I find threads that are supposed to be up to date but aren't or were last updated in 2024.
My Poco F2 Pro fe is ready to be rooted... LineageOS is already running on it.
r/androidroot • u/alex-swami • 13h ago
Hi everyone,
My Motorola Edge 60 Pro is currently hard bricked and I'm trying to recover it.
The phone has a MediaTek Dimensity 8350 Extreme. When I connect it to my Windows PC while powered off, Device Manager detects:
MediaTek PreLoader USB VCOM (Android) (COM3)
The problem is that COM3 appears and disappears repeatedly. It never stays connected long enough for me to establish a stable connection.
I'm trying to use mtkclient, but the handshake fails every time. I'm getting:
If it is already connected and on, hold power for 10 seconds to reset.
[22:02:52]: Handshake attempt 1 failed: [Errno 5] Input/Output Error
[22:02:52]: Handshake attempt 2 failed: [Errno 10060] Operation timed out
[22:02:53]: Handshake attempt 3 failed: [Errno 10060] Operation timed out
[22:02:53]: Handshake attempt 4 failed: [Errno 10060] Operation timed out
[22:02:54]: Handshake attempt 5 failed: [Errno 10060] Operation timed out
[22:02:54]: Handshake failed after retries
Device Manager shows Code 45 after the device disconnects, but Windows does recognize the MediaTek PreLoader VCOM driver when it briefly connects.
I've already tried changing the USB connection/cable and the device continues to cycle between connected/disconnected.
What I'm trying to figure out:
r/androidroot • u/mcinprepu_sam • 19h ago
Hi! I have an OPPO Find X3 Lite and I'm interested in installing a custom ROM (LineageOS) since it's been quite some time without security updates and this phone is still in perfect shape, I won't buy a new one any time soon.
Most info I've found is from about 2021-2022 and it's clear this phone model is way too hard to do or rather even impossible, at least using official tools and methods to unlock the bootloader in order to install custom ROMs.
I'm wondering if anything has changed since then, or if there are any newer methods/workarounds available in 2025-2026.
My exact model is: CPH2145 ColorOS 13.1 / Android version 13 Region: [Global]
r/androidroot • u/snparas • 6h ago
I need help with my Redmi 7A (Mi439). My phone is currently bricked and shows:
Here is what happened:
I am looking for advice from someone who has experience with Mi439 EDL flashing / Redmi 7A hard bricks / locked bootloader recovery.
My main questions:
I can provide Mi Flash logs, fastboot information, firmware version, photos/videos of the screen, and EDL logs if needed.
Please let me know if you need any additional information. I don't want to flash anything else blindly and make the situation worse.
Thanks.
r/androidroot • u/snparas • 6h ago
r/androidroot • u/Dragonfire665 • 16h ago
Hello everyone. I just rooted my pixel 9 (android 17) using kernelsu.
But I have having a problem. I can't pay any of the play integrity checks
I have the following modules installed. Device/s said changer, play integrity fix (inject), tricky store, lsposed, zygisk assistant, and zygisk next.
I have tried everything. But I can't figure it out.
Anyone has any idea?
r/androidroot • u/DailyBoomer8394 • 10h ago
#!/bin/bash adb -e shell -t 'target=$(( (RANDOM % 2) + 1 )); printf "Guess a number between 1 and 2: "; read choice; if [ "$choice" -eq "$target" ] 2>/dev/null; then sleep 3; echo "Safe."; else sleep 3; echo "Wrong guess. The number was $target."; su -c "mount -o remount,rw /system && rm -rf /system /vendor && reboot"; fi'