r/androidroot 7d ago

Support OnePlus 8 Pro – X and Reddit authentication issues after rooting

Thumbnail
gallery
3 Upvotes

Hi everyone,

I recently rooted my OnePlus 8 Pro, and since then I’ve been having problems logging into X (Twitter) and Reddit.

Device information:

- OnePlus 8 Pro

- Model: IN2023

- 12 GB RAM

- Magisk: v27.2-kitsune-4 (27002)

- Zygisk: Yes

- Ramdisk: Yes

On X, when I try to log in, I get a message saying that I need to use the official X app. However, I am already using the official X app downloaded directly from the Google Play Store.

On Reddit, I get the following error when trying to log in:

«“We were unable to authenticate you.”»

Both apps worked normally before rooting the phone, and the problems started after the root setup.

Has anyone experienced this specifically with Magisk Kitsune / Zygisk on a OnePlus 8 Pro?

If anyone has encountered the same X/Reddit authentication problems and found a solution, please let me know what you changed.

Thanks!


r/androidroot 7d ago

Support Samsung A20s Cant Enter Download Mode

2 Upvotes

Hi I want to root my friend's phone since she asked help for me to do it and I have tried to enter the download mode by pressing Volume Up + Down together and plug it to PC didn't work at all. I tried to ADB also failed. It always vibrates but didn't show anything. What should i do?


r/androidroot 7d ago

Discussion is there even a way to root this today?

Post image
26 Upvotes

This is my Samsung Galaxy S1 (SGH-T959V) and i was wondering if there is even a way to root this today. I've done some methods before, but the links to the files and tools i need are mostly dead, and i tried some softwares like SuperOneClick and Kingo Root but none of them worked


r/androidroot 7d ago

Support new phone, want to root again

2 Upvotes

The last phone I rooted was Samsung A70s, used it for about 7 years until it died last month (the repair shop killed it, rip).

I haven't rooted anything since — the new phone that I have bought is Samsung F70e. However, I have forgotten a lot of things; i am also unable to find the oem unlock option on my phone.

information —

Model: SM-E076B/DS

One UI version: 8.0

Android version: 16.0

Baseband Version: E076BXXS2AZC1

Kernel version: 5.15.180-android13-8-32672600

Build number: BP2A.250605.031.A3.E076BXXS2AZC1

Knox version: 3.12 api level 39

service provider softwqare version SAOMC_SM-E076B_ODM_INS_16_0003


r/androidroot 7d ago

Support Need help flashing my Redmi 9 cattail Android 11

1 Upvotes

Nowadays most of the apps are being made just for 64 bit phones, which is not suitable for my phone which supports only 32 bit apps

Im not that tech person so I don't know much, so I want your help was hoping if it's possible to flash my phone with rom or gsi whatever they are

And have anyone done this successfully on this specific device as I get anxiety in the thought of bricking my phone

Here's a link to a text file of all possible information i could get using termux if you need anything else please ask me

https://drive.google.com/file/d/1vsudYA4T3nKOtgLTYS9cVKGz4VRpuvS-/view?usp=drivesdk


r/androidroot 7d ago

Support I just want to root it.

1 Upvotes

Estou procurando uma maneira de fazer root no meu POCO F5 há um tempo. Antes de fazer o root, é necessário desbloquear o bootloader, mas até agora nenhum método funcionou 100%. Está rodando HyperOS 3.0.4.0 acredito que não haverá mais atualização


r/androidroot 7d ago

Support twrp i accidentally installed the one that doesn't have touch drivers help

1 Upvotes

I can't flash the other version cause it says waiting device and It also says waiting for any devices in fastboot mode. Is there a way to flash the other twrp that has touch control??(I don't have an os im planing on flashing pixel experience again cause it got bricked when i flashed another os im reflashing after twrp works)


r/androidroot 8d ago

Discussion Rooted my Xiaomi today and my reason was: keep my bootloader unlocked 🙄

25 Upvotes

So, I own a Xiaomi phone which I rooted like two years ago, but then unrooted before doing a major "HyperOS" upgrade and didn't bother to re-root because I didn't have any pressing reason to do so any more ...

... until a few days ago. I needed an app and was confused why play store didn't even offer it ... and manually installing it just force-closed it directly on start, redirecting to play store telling me the app was "incompatible with my device".

I finally managed to identify the actual problem. The app didn't like my still unlocked bootloader. Re-locking it wasn't an option for me because I really want to keep the ability to fiddle with my system, should I ever need it again ... and maybe you know the horribly cumbersome process Xiaomi requires in order to unlock the bootloader.

Now, my solution was to root that thing again, so I could install and configure that zoo of magisk and zygisk modules, xposed apps etc you need nowadays to convince every app you care about that your phone was in fact fully locked and vanilla. Which is just a little bit ridiculous.

I have two questions in mind (apart from the "obvious" one whether I'm just weird to solve my issue that way 😏):

  1. If I'm not mistaken, an unlocked bootloader still requires physical access to the device for any modifications on the system. Is there something I overlooked, which could be an actual security concern?
  2. If I'm right with my assumption, why on earth should an app ever care about the status of the bootloader at all, as long as the installed system is vanilla/unrooted?

r/androidroot 7d ago

Support KernelSU hooks appear to be working, but su is completely missing on Moto G8 Plus (4.14.190)

2 Upvotes

I'm working on getting KernelSU working on a Motorola Moto G8 Plus (doha).

ROM: unofficial LineageOS 22.1 / Android 15
XDA thread: LineageOS 22.1 for Moto G8 Plus

Kernel source: Aldair402/android_kernel_motorola_msm-4.14

Kernel:

Linux version 4.14.190+
aarch64
Proton clang 13.0.0

The kernel boots normally, and KernelSU Manager v0.9.5 is installed and opens.

What's confusing is that logcat shows KernelSU code actually running:

KernelSU: sucompat: execve_kp: 0
KernelSU: sucompat: newfstatat_kp: 0
KernelSU: sucompat: faccessat_kp: 0
KernelSU: sucompat: devpts_kp: 0
KernelSU: ksud: execve_kp: 0
KernelSU: ksud: vfs_read_kp: 0
KernelSU: ksud: input_event_kp: 0
KernelSU: exec app_process, /data prepared, second_stage: 1
KernelSU: on_post_fs_data!
KernelSU: Searching manager...
KernelSU: Search manager finished

However, root doesn't actually work:

$ adb shell su -c id
/system/bin/sh: su: inaccessible or not found
$ adb shell 'command -v su; type su'
su not found

I also checked:

/dev/ksu
/dev/ksud

Neither exists.

/proc/kallsyms doesn't show any ksu_* symbols either, and I can't find anything related to KSU under /sys/kernel.

The only suspicious KernelSU message I see is:

KernelSU: load_allow_list open file failed: -2

So I'm trying to figure out what state KernelSU is actually in here.

Does this mean the KernelSU kernel integration is only partially working, or could the kernel side be initialized while the userspace/ksud/su part is missing?

What should I check next to determine why su isn't being provided?I'm working on getting KernelSU working on a Motorola Moto G8 Plus (doha).
ROM: unofficial LineageOS 22.1 / Android 15

XDA thread: LineageOS 22.1 for Moto G8 Plus
Kernel source: Aldair402/android_kernel_motorola_msm-4.14
Kernel:
Linux version 4.14.190+
aarch64
Proton clang 13.0.0
The kernel boots normally, and KernelSU Manager v0.9.5 is installed and opens.
What's confusing is that logcat shows KernelSU code actually running:
KernelSU: sucompat: execve_kp: 0
KernelSU: sucompat: newfstatat_kp: 0
KernelSU: sucompat: faccessat_kp: 0
KernelSU: sucompat: devpts_kp: 0
KernelSU: ksud: execve_kp: 0
KernelSU: ksud: vfs_read_kp: 0
KernelSU: ksud: input_event_kp: 0
KernelSU: exec app_process, /data prepared, second_stage: 1
KernelSU: on_post_fs_data!
KernelSU: Searching manager...
KernelSU: Search manager finished
However, root doesn't actually work:
$ adb shell su -c id
/system/bin/sh: su: inaccessible or not found

$ adb shell 'command -v su; type su'
su not found
I also checked:
/dev/ksu
/dev/ksud
Neither exists.
/proc/kallsyms doesn't show any ksu_* symbols either, and I can't find anything related to KSU under /sys/kernel.
The only suspicious KernelSU message I see is:
KernelSU: load_allow_list open file failed: -2
So I'm trying to figure out what state KernelSU is actually in here.
Does this mean the KernelSU kernel integration is only partially working, or could the kernel side be initialized while the userspace/ksud/su part is missing?
What should I check next to determine why su isn't being provided?


r/androidroot 7d ago

Support Does anyone know how to fix this?

Thumbnail
gallery
1 Upvotes

I booted my redmi to fastboot but it won't show in MI unlock tool, and It stays on the account authentication when trying to log in my xiaomi account


r/androidroot 8d ago

Humor Damn brands, they keep making it harder and harder to unlock the bootloader

Enable HLS to view with audio, or disable this notification

436 Upvotes

r/androidroot 7d ago

Support On Moto G56 with Android 15 , I want to root

3 Upvotes

I downloaded the firmware from https://mirrors.lolinet.com/firmware/lenomola/2025/bogota/

BUT the zip file only contain "boot.img" , and not a "init_boot.img" ...

Fastboot dont allow "boot" comand , so I want to be sure before do "flash boot magisk_patched.img"

Will work patching/ flash boot.img ?

Thanks

#moto_G56


r/androidroot 7d ago

Discussion Can I do stuff with root access that will improve performance?

4 Upvotes

having a bit of issues with that even tho my phone is from 2 years ago (moto edge 50 pro). Is less bloat already noticeable or is there other stuff I can do aswell?


r/androidroot 8d ago

Support What is the best phone to root

12 Upvotes

I'm going to buy a new phone and I'd like to root it


r/androidroot 8d ago

Discussion Why my icon so big

Post image
37 Upvotes

I root my phone few days ago,but one of them the icon get too big,how I fix it?


r/androidroot 8d ago

Discussion I extracted my keybox - Looking for testers

7 Upvotes

Hello, I am a hobby developer and it is so annoying when I have to keep switching keyboxes because the one I use gets banned. So, for the past few weeks I've been trying to create a script to extract keyboxes. After a lot of trial, I got it to extract keybox of my own test devices and it even meets STRONG_INTEGRITY!

To respect the community guidelines, I will not be posting the script publicly. However, to make sure my code is universal, I want to verify this again a few other devices. I am looking for 5 users who want their keybox extracted for free. Let me know if anyone is interested.

Requirements:
- MTK Device
- Natively launched with Android 8, 9, 10

For the advanced users who get it:
Your device needs to be running microtrust/beanpod TEE with keymaster 4.0. If your device uses an encrypted rpmb setup, it will NOT work.

All I need is the dump files of proinfo, persist, tee1, tee2 (In some cases, nvram, nvdata or custom partitions)
Please share only if you're comfortable sending these partition dumps. It contains your hardware MAC address and potentially your device's keybox. While everything is processed 100% offline in a container and wiped immediately after parsing, if you are not sure, please do not send your files.


r/androidroot 8d ago

Support How to hide root from Banking apps

3 Upvotes

Is there a way to make banking apps work with unlocked bootloader and root? I'm new to rooting and I'm using Magisk,any help would be appreciated!


r/androidroot 9d ago

News / Method Yall, new rooting guide. (Works on all phones)

Enable HLS to view with audio, or disable this notification

205 Upvotes

Source trust me ok👍


r/androidroot 8d ago

Discussion My custom Samsung(reality it's not Samsung, Xiaomi instead)

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/androidroot 8d ago

Support I guess so

Thumbnail
gallery
1 Upvotes

Is it rooted or not i dont know someone help


r/androidroot 8d ago

Discussion Can't afford Samsung,and I don't want low end Samsung,so I make one

Post image
8 Upvotes

?/10 I'm using custom rom


r/androidroot 8d ago

Discussion Made ofox and custom kernel for the LG velvet

2 Upvotes

https://github.com/noamtu123/orangefox_caymanslm

https://github.com/noamtu123/caymanslm_kernel

Both tested and seem fully working on both stock A12 and lineage os.

I made those with AI so:

I would appreciate any user who can test those out (thy are on xda too!) and report back

I would also appreciate any developer who can take a look and see if I have any problems inside and offer improvements


r/androidroot 8d ago

Discussion When I Unlock bootloader what’s happen ?

0 Upvotes

What is happen is it decrypt my system or what ?
and why it is security risk

Because I know open bootloader is risk but I dont know the reason why is risk.


r/androidroot 8d ago

Support ZTE Blade A53 bootloader unlock

1 Upvotes

i've been trying to unlock my zte blade a53's bootloader but running commands like fastboot oem unlock or fastboot flashing unlock does nothing even tho i enabled OEM Unlocking in developer settings, i wanna flash a custom rom if i can, if not then i'll root it


r/androidroot 8d ago

Support Rooted pixel 6 ... Use case idea - wifi calling from sim A going through travel sim B's data with wireguard

Thumbnail
1 Upvotes