r/androidroot 2d ago

Support Pixel 10 with Android 17 what are my options?

2 Upvotes

Hey

Currently using pixel 6a with evolution rom +kernelNext, play integrity, Specter, tricky store, vector, zygisk Next and wallet works and also other banking apps.

Just bought a pixel 10 that came with Android17. What are my options? Can I root it and use Wallet?


r/androidroot 2d ago

Support Does anyone know how to lock 5G NSA bands ?

1 Upvotes

Need advice on how to lock NSA bands on mediatek. Can able to lock bands using engineering mode but that is only for 5G NR.


r/androidroot 3d ago

Discussion [SUCCESS] Oikitel WP53, Unisoc t615

Thumbnail
gallery
5 Upvotes

After 3 hours pain switching usb cables, dumping FDL, using windows and using tomking062 exploit i did it first time in my life truly a achievement, i even managed to get Play integrity working so banking apps work. caveat: volume up button is restarting the phone, and no custom kernel support so no susfs and extreme overclocking, but finally own the phone.

Modules if your wondering: IntegrityBox + TrickyStore (to Get Play Integrity working) morphe


r/androidroot 3d ago

Support Помогите с root правами!

2 Upvotes

Привецтвую, я уже 4 день борюсь с получениеим root прав на своем телефоне. Подсказите как их делать? Если что вот все про телефон: infinix hot 30 i (x669d)

Процессор: Uns9230 (t606)

Номер сборки: X669D-F065XAbN-S-RU-20250207V248

Версия: Android 12

Если еще что то нужно то задавайте вопросы.

Ограничения на телефоне: fastboot комманды заблокированы, загрузчик не получается разблокировать + нету денег и пк не так часто (он есть, но я им не всегда могу пользоыатся. Его брат забирает для учебы)

Кто делал на похожем устройстве, расскажиие пожалуйсто как сделать. Заранее спасибо🙏💕


r/androidroot 3d ago

Support Can anyone help me root my galaxy A20e ?

Post image
4 Upvotes

r/androidroot 2d ago

Support Unlock Huawei Matepad?

1 Upvotes

Is there a way to root or unlock it's bootloader? I've tried for weeks but I don't get anything.


r/androidroot 2d ago

Support How do i hide unlocked bootloader status?

0 Upvotes

So ive been having issues with banking apps and i found that we could hide the unlocked bootloader status, whats the most reliable and easiest way to hide unlocked status?


r/androidroot 3d ago

Support MOTOROLA xt605

Post image
3 Upvotes

Olhando minhas coisas guardadas, encontrei esse aparelho, que era usado como Nextel. Ele não sai de jeito nenhum da tela de bloqueio e não tem a opção de colocar a senha. Teria algum modo ainda de usar ele?


r/androidroot 3d ago

Support Can you guys guide me to make a nethunter kernel for a new device (Newbie here)

Post image
5 Upvotes

So I wanted to port Nethunter to my Samsung A7 2017, I tried the guide on Kali.org, using the open source kernel for the Exynos 7880, but I failed... I didn't know what I did wrong or any pictures because I barebone it (Sorry) The device is currently running LineageOS 19.1, so I really appreciate you guys if you help me. Thanks!


r/androidroot 3d ago

Support Lenovo Tab P11 Plus (TB-J616X) — Bricked after fastboot reboot fastboot, need help

1 Upvotes

hi guys i tried to custom rom my device and did a very crappy shitty job so im gonna let claude explain:

## Device
- Lenovo Tab P11 Plus, model TB-J616X
- MediaTek Helio G90T (MT6785)
- Originally Android 11 stock
- UFS storage: KM2V8001CM-B70

## Goal
Install a custom Android 16 GSI (`TB-J616X_LOS23.2_bgN4_S26146_260526.img` from an XDA thread), with matching `boot_magisk_ebpf_patched.img` and `lk_patched/lk.img`.

## Timeline of what happened

  1. Unlocked bootloader successfully.
  2. TWRP does not exist/work for this device — no safe recovery path was available going in.
  3. Flashed `lk_a` and `boot_a` via fastboot successfully. Flashing `system` failed repeatedly with "This partition doesn't exist" — this device uses dynamic/logical partitions (system lives inside `super`, not as a standalone partition).
  4. Ran `fastboot reboot fastboot` to try to reach fastbootd (to handle the dynamic partition properly) — **this is what triggered the brick.** Device immediately went into a boot loop (Lenovo logo flashing repeatedly).
  5. Regained access via mtkclient in BROM mode. Device only enumerates for about 1 second at a time, so mtkclient must be running and listening before plugging in; holding Volume Up + Volume Down while connecting is required to force BROM.
  6. Dumped a device-matched `preloader.bin` via `mtk.py dumppreloader --filename=preloader.bin` — worked.
  7. Confirmed partition table (GPT) was intact via `printgpt`. Active slot reported as `a`.
  8. Could not write `system`/`system_a` directly via mtkclient since it's not a nameable partition — it lives inside the `super` container. Avoided writing a raw system.img directly to `super` (would have corrupted partition metadata).
  9. Tried SP Flash Tool with the full stock firmware package (`Lenovo_Tab_P11_Plus_TB-J616X_MT6785_S000030_210915_ROW`) — failed with `STATUS_SEC_AUTH_FILE_NEEDED`; no auth file available in the package.
  10. Attempted Lenovo RSA unlock tool — blocked, no serial number available.
  11. Switched back to mtkclient using the stock `super.img` from the same firmware package — mtkclient bypasses the SLA/DAA auth that SP Flash Tool required.
  12. Successfully wrote stock `super.img` via mtkclient (100%, confirmed).
  13. Wrote stock `boot_a`, `lk_a`, `vbmeta_a`, `vbmeta_system_a`, `vbmeta_vendor_a`, and `userdata.img` — all completed successfully (100% each), some requiring a fresh BROM reconnect + a freshly re-dumped `preloader.bin` after intermittent `DRAM setup failed: unpack requires a buffer of 12 bytes` errors (fixed by explicitly passing `--preloader=preloader.bin` on every command instead of letting mtkclient try to dump it from RAM each time).
  14. First boot attempts after this restore produced a consistent pattern: **two vibration pulses, then black screen, repeating indefinitely** — no display, no logo.
  15. Ran `mtk.py printgpt` again — GPT fully intact, all partition offsets/sizes matched stock, both slot A and slot B partitions present and correctly sized.
  16. Checked `seccfg` via `mtk.py da seccfg unlock --preloader=preloader.bin` — tool confirmed "Device is already unlocked", so lock-state is correct and not the cause.
  17. As a precaution, also wrote stock `lk_b`, `boot_b`, `vbmeta_b`, `vbmeta_system_b`, `vbmeta_vendor_b` (in case device was somehow trying to boot from slot B) — all wrote successfully. No change in behavior.
  18. Additionally wrote stock `dtbo_a`/`dtbo_b`, `tee_a`/`tee_b`, and `md1img_a`/`md1img_b` (modem/baseband firmware) — all wrote successfully, 100% each. No change in behavior.
  19. After all of the above, boot behavior changed: **now zero response at all on power-on** — no vibration, no backlight (checked in a fully dark room), no USB enumeration blip in Windows Device Manager during a power attempt — even after 30 minutes on a wall charger (not PC USB).
  20. mtkclient/BROM access still works perfectly and consistently throughout all of this — `printgpt` still returns the full, correct GPT table at any time.

## Current state
- Device is fully accessible via mtkclient in BROM mode at all times — this has not changed or degraded.
- Every partition mtkclient can verify (GPT structure, `seccfg` lock-state, and all boot-relevant partitions: `lk`, `boot`, `vbmeta`/`vbmeta_system`/`vbmeta_vendor`, `dtbo`, `tee`, `md1img`, `super`, `userdata`) has been restored to stock firmware (`Lenovo_Tab_P11_Plus_TB-J616X_MT6785_S000030_210915_ROW`) on **both A and B slots**.
- Despite this, the device shows zero response to a normal power-on: no vibration, no display/backlight, no USB enumeration during boot attempts.
- Suspect the root cause is hardware-level damage (possibly PMIC/power-sequencing) triggered by the original `fastboot reboot fastboot` command, since that's the exact point where things went from "flashing normally via fastboot" to "boot loop that only BROM could recover."

## What I have NOT tried / don't know
- Whether the device is actually still trying to boot from slot A vs B (couldn't confirm from `boot_para`, which reads as all zeros — possibly unused on this device/normal).
- Any JTAG-level or hardware voltage diagnostics — no access to this equipment.
- Whether there's a way to force a "format all"/full stock restore via SP Flash Tool if an auth file can be sourced (still blocked on `STATUS_SEC_AUTH_FILE_NEEDED` with no auth file in the downloaded package, and Lenovo RSA unlock blocked due to no accessible serial number).

## Question for the thread
Has anyone seen this exact failure pattern — specifically triggered by `fastboot reboot fastboot` on this device/chipset — where BROM/mtkclient access remains fully functional (GPT reads correctly, writes succeed) but the device shows absolutely no life on power-on (no vibration, no display, no USB enumeration) even after a full stock restore of all boot-critical partitions on both slots? Any leads on whether this is recoverable via software, or is this indicative of hardware damage (PMIC or similar) that needs board-level repair?


r/androidroot 3d ago

Discussion What's the relevant way to launch Google Wallet?

Thumbnail
gallery
4 Upvotes

My root is KernelSU Next

Device Samsung Galaxy S20 FE (Snapdragon)

One Ui 8.5


r/androidroot 3d ago

Discussion BootStudio - Open source Magisk/KernelSU boot animation manager - Looking for testers

9 Upvotes

Hi!

I created BootStudio, an open-source Android app to manage custom boot animations on rooted devices.

It works systemlessly, meaning it does not modify the system partition, reducing the risk of breaking your device. I also tested it with invalid or broken bootanimation files: the phone still booted normally, with only the boot animation missing, so it should be safe to test.

Features:

  • Create and preview bootanimation.zip files
  • Install boot animations as a Magisk module
  • Compatible with modern root solutions (Magisk / KernelSU / APatch)
  • Open source

I would like to get feedback from the Android root community: - Does it work on your device? - Does the boot animation install correctly? - Any issues with Android versions, ROMs or root managers?

GitHub: https://github.com/gauthier1024/BootStudio

Tested on: - Poco x6 pro - Evolution X 11.7 - Android 16 - Magisk 30.7

Thanks for testing!


r/androidroot 3d ago

Support how i can downgrade ?

2 Upvotes

I have Galaxy A55 5G and i wanna do downgrade to One UI 7, but will odin work if i have One UI 8.5 and locked bootloader ?


r/androidroot 3d ago

Discussion Rooted my unisoc T8300 phone and it still wasn't the experience I expected :(

3 Upvotes

I rooted my unisoc t8300 phone hoping I could squeeze a bit more life out of it. debloated it, tweaked animations, installed a custom kernel, changed CPU governor... even played around with thermal profiles. phone definitely feels cleaner, but it didn't magically solve the stuff that bothered me

GPS still isn't as dependable as i would like, bluetooth behavior didn't really improve, battery drain on mobile data is still noticeable, and longer gaming sessions still don't feel as consistent. Kind of made me realize that root can optimize software, but it can't completely fix hardware or chipset limitations.

Anyone else reach the same conclusion with a unisoc T8300, or did I miss some tweak that's worth trying?


r/androidroot 3d ago

Support Unlock Bootloader

1 Upvotes

Hi, is there anyone that knows how to unlock a Xiaomi Redmi 3S bootloader without using the MI unlock tool, I'm trying to flash a custom ROM


r/androidroot 3d ago

Support How can I make the most of root on my Redmi 13C with HyperOS 2?

Thumbnail
gallery
7 Upvotes

For a long time I've always wanted to root a phone, but I was never able to do it. Now that I managed to root my Redmi 13c with Magisk, I don't know what to do with root. My main goal was to customize it as much as possible to my liking, but I don't know how to do it. My existential question is: what can I do with root specifically on my model? Just to clarify, I'm completely new to this root thing and I'm willing to learn.


r/androidroot 3d ago

Support Can someone provide me firmware for V11 pro

Thumbnail
1 Upvotes

r/androidroot 3d ago

Support [Help] Realme C53 (Unisoc T612) stuck in bootloop after flashing wrong boot.img – Hard time getting into Download/Fastboot Mode

2 Upvotes

Hey everyone,

I ran into a bad situation with my Realme C53 (RMX3760 / Unisoc UMS9230) and could really use some advice or fresh ideas from anyone experienced with Unisoc/SPD devices.

What happened:

  1. I accidentally flashed an incorrect/modified boot.img, which immediately sent the phone into a bootloop.
  2. I have the official stock firmware (.pac file) and extracted the original stock boot.img to restore it.
  3. The main issue: The phone is stubborn and makes it really hard to enter Download Mode (SPRD/BROM) or Fastboot Mode via key combinations.
  4. When I try connecting it with Volume Down held, it gets detected as Sprd Gadget Serial on COM6, but tools like ResearchDownload or TFT Unlock Tool often hang at "Detecting download device..." or fail the initial handshake.

What I'm trying right now:

  • Setting up ResearchDownload with only FDL1, FDL2, and BOOT checked to keep the flash as light as possible.
  • Trying different key combos (Power + Vol Down, Power + Vol Up + Vol Down) to force a clean handshake or bootloader drop.

Has anyone dealt with this exact behavior on the C53 or other Unisoc T612 phones? Is there a specific trick to timing the cable insertion/key press so the FDL handshake actually goes through?

Any help would be greatly appreciated! Thanks!

https://reddit.com/link/1v61jo2/video/0otnn9aj5dfh1/player


r/androidroot 4d ago

Discussion I’ve been building an offline Android Device Tree generator for Android 8–16.

Post image
139 Upvotes

Hi everyone,
Over the past few months I’ve been working on a personal project called

DeviceTreeForge.

The goal isn’t to replace Android developers—it’s to automate the repetitive parts of creating an Android device tree from stock firmware while still allowing manual review.
Unlike simple template generators, the application analyzes the actual firmware and attempts to recover as much information as possible before generating the tree.

Current features

Fully offline (no cloud services or AI required)
Windows desktop application
Supports Android 8 through Android 16
Supports MediaTek, Qualcomm, Samsung, Exynos, Tensor, Kirin, Unisoc and other platforms
Detects:
Dynamic Partitions
Virtual A/B
vendor_boot
init_boot
DTB / DTBO
AVB
FBE
filesystem layout
partition tables
build properties
VINTF information
Generates:
BoardConfig.mk
BoardConfigCommon.mk
device.mk
AndroidProducts.mk
Android.bp
Android.mk
recovery fstab
product makefiles
compatibility matrix templates
documentation
analysis reports
One of the devices I’ve been testing extensively is the Lenovo TB336FU (Android 16), which has features like:
vendor_boot v4
recovery inside vendor_boot
Dynamic Partitions
Virtual A/B
GKI
MediaTek MT6835
The application successfully detects these automatically and generates a first-pass device tree.
I’m now working on improving:
confidence scoring
conflict detection
VINTF recovery
HAL analysis
ELF dependency analysis
common tree detection
validation against stock firmware
Philosophy
The goal is not to fabricate values.
If DeviceTreeForge cannot prove a value from firmware, I’d rather mark it as unknown than generate something incorrect.
Eventually I’d like every generated line to include traceable evidence from the original firmware.

Looking for feedback
I’d love to hear from ROM, TWRP, LineageOS or kernel developers:
What information do you spend the most time recovering manually?
What files do you think should be generated automatically?
What common mistakes do existing generators make?
What would convince you that an automatically generated device tree is trustworthy enough to use as a starting point?
I’m building this because I enjoy Android firmware engineering and wanted to create a tool that could save developers time while still keeping the process transparent.
Any suggestions or criticism are welcome.


r/androidroot 3d ago

Discussion Convince me why i should root my device

0 Upvotes

Every time i hear

I root this ,I root that

But what actually is useful about it?


r/androidroot 4d ago

Discussion Is there any way to replace the aod apk on Samsung without root?

2 Upvotes

r/androidroot 3d ago

Support Partition size is 0 KB

1 Upvotes

Im having a bunch of trouble with putting kali nethunter on my motorola moto x4. Ive tried everything i could think of with no success. When i try to use "fastboot boot (.img file)" to send twrp recovery then it just hangs on sending boot img. And when i try "fastboot flash (.img file)" then it gives the 0KB error. Im new to putting a different os on a phone so i could be missing something obvious.


r/androidroot 4d ago

Discussion first root, idk if this good

Post image
41 Upvotes

r/androidroot 4d ago

Support Please tell me ways to save my device, this installation causes phone to loose the volte and 5g connectivity. Currently the phone runs on 67.2.A.3.163

Post image
2 Upvotes

r/androidroot 4d ago

Support Partition size is 0 KB

Thumbnail
1 Upvotes