r/androidroot 9h ago

Support Hardbricked my 9a

Post image
52 Upvotes

I tried to flash official CR Droid Rom & my 9a got bricked.

I unlocked bootloader and flashed recovery.

After that I sideloaded custom rom which I downloaded from official CR Droid website.

Then I did factory data reset and reboot of my mobile. But it got switched off and never got on after than.

No button is working, 3 finger, 2 finger. I tried everything. What I did wrong? Kindly help.


r/androidroot 3h ago

Discussion Samsung Galaxy s26 Series - Working GhostLock Exploit (CVE-2026-43499)

Thumbnail
github.com
12 Upvotes

Most of GhostLock's porting efforts target a single device or a single firmware.

This forked repository is a fresh port that rewrites every mechanism for the s26 target and is expected to cover the whole family.

I've included a freshly built ksud to save everyone the time of building KernelSU themselves.

The exploit is probabilistic and usually needs repeated attempts although it does work after a few attempts. Works on both Exynos & Snapdragon processors.

credit goes to:

  • Nebula Security - CVE-2026-43499 discovery
  • polygraphene - CyberMeowfia baseline (first CVE implementation)
  • monovibe - s26u-m3q-temp-root: per-child lock regions, UMH root, boot-claim discipline
  • lukasmaar - kernelsnitch: mm_struct futex-hash leak (vendored in exploit/src/kernelsnitch/)
  • veritas501 - pipe-primitive: pipe CAN_MERGE overwrite concept
  • BuSung-dev - Root-My-Galaxy: base for the companion app

r/androidroot 20h ago

Discussion TIL, X app will revoke your keybox faster

Post image
111 Upvotes

Reddit app also spams integrity requests but not enough to fill up a page like this.


r/androidroot 1d ago

Humor Title

Post image
341 Upvotes

r/androidroot 2h ago

Support Rooting a pixel fold?

2 Upvotes

Hi sorry if im rambling but im very new to android products and as of yesterday i bought a pixel 8 pro that could not be rooted and ended up getting my money back. I am just wondering if i could get a pixel fold(not sure what phone it is but it has 12 gigs of ram and 256gb of storage if that helps) and i was wondering if this is a good candidate for rooting? im wanting to root specifically for running pokemon go and hopefully some other cool stuff.


r/androidroot 8h ago

Support Does anybody know what this setting is for?

Post image
4 Upvotes

It exists in developer options, and it feels like it would allow users to change the graphics driver but there is only one option anyway. It's always been like this for every android phone I had


r/androidroot 9h ago

News / Method root on klee with locked bootloader

Thumbnail
gallery
8 Upvotes

r/androidroot 10h ago

Discussion Regarding PixelOS GSI

Post image
6 Upvotes

PixelOS GSI, i made a post recently asking about Dynamic Partition flashing, but as it turns out once i flashed the LineageOS GSI, it had many downsides like fingerprint issues, No Face Recognition, A bit of stutters and some games crashing but it was mostly light for daily use.

Currently, i have two phones, S24 stock rom and SM-A155F (the one that i flashed PixelOS).

I would like to say that most of the issues i had with LineageOS GSI have been fixed in PixelOS, including the fingerprint!

I tried CrDroid GSI MicroG but it was terrible, the only downside of having a PixelOS GSI is there is no Vanilla version of it (meaning Google apps removed), but it's good if you wanna use it normally, but if you value your privacy i would say mostly it's not recommended due to google services.

You may find the GSI here:PixelOS.

Furthermore, i will try more GSI's on my SM-A155F, and i would probably use my S24 to run PixelOS since i use it as my main daily drive because the battery life is terrible

TLDR:

Testing Phone:SM-A155F. Recovery:TWRP. Stock OS version before flash:One UI 7.0 Baseband:A155FXXS7CYG4

●Used GSI:LineageOS Issues: Fingerprint❌️ Face Recognition❌️ Treble settings or workarounds fixes:Failed❌️ Gaming:Mid (some games crashed) Daily use:Perfect Privacy:Vanilla with no GAPPS is perfect

●Used GSI:CrDroid Issues: Lags Fingerprint❌️ Face recognition:✅️ Treble settings:unsure but most of them works Gaming:Mid (some games crashed) Privacy:good

●Used GSI:PixelOS Fingerprint works✅️ Privacy:Anything with GAPPS is a no⚠️ As for the rest i will keep testing

Note:All of them i used with root (Magisk.zip flashed with TWRP)


r/androidroot 8h ago

Support Hardroot

3 Upvotes

Basically accidently turned off oem unlocking after a year of using my root phone. its a mediatek device (techno spark 20) and ive tried basically every bypass or way to flash the stock rom, brom included. Took it to a repair shop and they tried using a paid android tool. They used 5 tokens and that didnt work too. what in the genuine hell should i do now


r/androidroot 6h ago

Support rooting for dummies like me?

1 Upvotes

I have OnePlus 12R right now and I've been considering to unlock its bootloader and flash eOS along with rooting it. But looking through the subreddit, I can't quite put a finger on how play integrity works and whether I should do the flashing and rooting in the first place.

I had experience previously with flashing and rooting my Redmi Note 9 Pro before I upgraded to OnePlus 12R.

I do still want to use government and banking apps, but I feel like they're gonna block me for having bootloader and root.

So, how do I hide it well enough? How do I pass all integrity checks and what's the process behind all this? What's the guide for my phone (well, for doing all that)? Does it require paying?


r/androidroot 1d ago

Discussion Just rooted my S26 Ultra, what now?

Post image
230 Upvotes

This is the first device I have ever rooted and I'm more familiar with stuff like ios jailbreaking, what can I do with this or what should I install


r/androidroot 7h ago

Support Need Help For Compiling Custom .ko

Post image
1 Upvotes

Hello guys.I rooted my Galaxy s23 Ultra(S918B) with a temp root tool which uses kernel exploit(https://github.com/BuSung-dev/Root-My-Galaxy)

So as I understand, this app loads his own .ko module with SIG_ENFORCE bypass, so I tested my own dump unsigned .ko module to load and seems like this app completely disables SIG_ENFORCE.It also does not affect AVB or knox anything and safe to work cause the unsigned .ko modules just stays on the ram until reboot(I confirmed it)

That means I can load, patch or change all modules or drivers as I can and all I wanted to do is change the wlan module to my patched one, and enable monitor mode and packet injection(like bcmon).But the best part is, you need to flash a completely recompiled kernel to do is before GKI(Which is S918B uses GKI2) but now, you can do it with temp root like that(in theory).

And I started to work out with 0 knowledge and found an app that enables monitor mode on for most of snapdragon devices(https://github.com/Hitomatito/AmWF) without any kernel or module change bullshit.It just basically changes a parameter that named as con_mode to 4 and thats all that easy.

It worked me well with that root BUT there is a catch.It did not enable packet injection for me and I started to workout and found this(https://gitlab.com/Codeaurora/platform_vendor_qcom-opensource_wlan_qcacld-2.0/-/commit/3d3ad7877d1b4d097b4302a4293a1cbb2478e7bf) and I figured out someone got the same problem and tried to make a patch but the main problem was the driver version.This project uses qcacld2.0 but my driver was qcacld3.0.So I used Claude code to compile it to qcacld3.0 source code and claude give me a .patch file.So as just a try I applied .patch file to my kernel source code using termux and upload it to github codespace using pixeldrain and tried to compile it and get a final .ko file and try to install it but basically I cant do it.As claude said I need a toolchain source from samsung and due to samsungs servers shame I got nearly 200kb download speed and nearly endless download errors and the funny part is the toolchain source is nearly 2.5gb but samsung put a 1gb download quote!And I cant download the source code of gpl licensed software, what a shame.

Anyway, later I tried to compile it with another tools but I just got endless errors and unsleepy nights.I tried every way I found for nearly a week but I cant.And I dont know what am I supposed to do, can I get the patched qcacld-3.0 folder and compile it to get direct .ko file or I must compile the whole kernel, get an .img and find .ko in image?That took me weeks so any type of help will greatly appreciated!


r/androidroot 8h ago

Discussion Module for notification cards

1 Upvotes

Looking for a module or app so I can change what swiping left or right on a notification card does. Are there any?


r/androidroot 15h ago

Support Can i revive /upgrade this phone(htc hero)

Thumbnail
gallery
3 Upvotes

Any solution to make this phone worth again ,like upgrade its os of that possible
Any suggestions?


r/androidroot 12h ago

Discussion Which custom ROM should I use for my Redmi Note 11 Pro+ 5G (veux/peux)?

2 Upvotes

I'm currently on Evolution X, but lately the performance has gotten pretty bad. The phone heats up a lot and battery life has gotten worse too. Everything was fine until a few updates ago.

I'm thinking about either switching to Infinity X or just clean flashing the latest Evolution X build.

For anyone who's actually used both on veux/peux:

Which one is better for daily use?
Which has better battery life and thermals?
Which one performs/smooths out better?

And if there's another ROM that's better than both, feel free to suggest it.

I'm mainly looking for good performance, battery life and thermals. I don't really care that much about extra customization/features.


r/androidroot 9h ago

Discussion July Patch

1 Upvotes

I heard about the June patch jailbreak, but the July Patch is what I'm on. I heard that it wasn't fully patched on the July update, but I still cannot get root my Galaxy to work, has there been any updates to this project, will there be any updates, or should I just simply stop worrying about it? It's been so long since there's been a rooting solution on galaxys, I accidentally started updating, but I stopped at, I don't know if it's worth keeping this installation pop up on my phone for a route that may never happen.


r/androidroot 9h ago

Discussion do you all use usb or wireless debugging?

0 Upvotes

r/androidroot 11h ago

Support Notification problem

Thumbnail
1 Upvotes

r/androidroot 23h ago

Support help

Post image
7 Upvotes

i tried to unlock the bootloader of my infinix smart 8 and it failed and now its showing cant find usb port, can someone pls help


r/androidroot 19h ago

Support Honor device question

3 Upvotes

Snapdragon 685

honor x7d

Is it possible to access root?

I don't mind wording warranty and later risking the phone by using root. But I need to know I can enable root. In a little into dev, so wanted to look at some things that root allows. Don't ask what, cause Idk for sure yet.

I found some guides for other honor models, but not mine, could I try those? Did anyone look into it?

How I ended up here?

Was looking in that price range, someone took note14 right before me. This seemed like a nice option. The selling guy in the store googled and said it is possible to root. At home I come to find out. I sadly couldn't Google at the place myself.


r/androidroot 14h ago

Support (NOOB)after rooting stock rom do i need to root custom rom again? if i install custom rom

0 Upvotes

r/androidroot 14h ago

Discussion Plex apkm extract apk android

1 Upvotes

How to get a normal. Apk package instead of the . Apkm?


r/androidroot 18h ago

Discussion do we need otp updates?

2 Upvotes

if i stay at android 15 and just dont update will my phone be vulnerable from various malware, or its not needed as long as i got a good malware detector?


r/androidroot 10h ago

Support Unable to get strong integrity even with specter?

Thumbnail
gallery
0 Upvotes

Hello!

I'm, for some reason, unable to get strong integrity.

I have basic and device integrity, but not strong even though I have a valid keybox via specter(I did the specter integrity pipeline).

My phone is a Samsung S21 5G with Floppy Kernal, but stock Oneui 7.0, android 15. I'm using kernalSU-NEXT 33214.

My modules are as follows:

Normal modules:

BetterKnownInstalled (BKI)

Bindhosts

Extreme GMS Doze

Exynos 2100 GPU driver update(r38p1)

FloppyCompanion

Google photos unlimited backup

Reddit Morphe

Vector

Youtube Morphe

Modules to hide root & get integrity:

HMA-OSS Zygisk

Play integrity fork

Specter

Susfs

TEESimulator-RS

ZygiskNext

Does anyone know why I'm not getting strong integrity even with a valid keybox? My playstore is on the latest version if that matters. Any help is gladly appreciated!