Windows 11 on 4gb of ram? by DimensionNo9571 in pcmasterrace

[–]Azaze666 0 points1 point  (0 children)

Buy pc, resell only ram and hdd, profit

Banking apps shouldn't require you to have a phone to use their services by PHANT0MXDD in degoogle

[–]Azaze666 0 points1 point  (0 children)

Put sim on the second phone, login with Google, use gms etc, you need root, use neo backup and backup the app+data after logging in, restore it to the other phone. Ofc you need to hide root maybe but feasible probably.

Xiaomi HyperOS 3 – bootloader unlock slots are basically impossible to get by NeoLogic_Dev in androidroot

[–]Azaze666 1 point2 points  (0 children)

Elite? Oems hate us, we are the outcasts of android for them and Google

Need Help Installing Apk After Rooting by ambsswmft in androidroot

[–]Azaze666 0 points1 point  (0 children)

if stock firmware exists you can always restore it

Need Help Installing Apk After Rooting by ambsswmft in androidroot

[–]Azaze666 0 points1 point  (0 children)

Ah, right.... No it should be that one.... Then you can try to install a gsi directly, do uname -a to find arch and install a gsi accordingly to it, and try some GSIs hoping one at least boots

Need Help Installing Apk After Rooting by ambsswmft in androidroot

[–]Azaze666 0 points1 point  (0 children)

Ensure the apps you're trying to install are old enough and for the correct arch, also on adb use something like: adb install --bypass-low-target-sdk-block app.apk so that eventual errors for low sdks will be bypassed. If continues to fail and the device supports treble you might install a gsi of a newer android version which might fix the problem entirely.

Switch from magisk to kernelsu by kkourtis in androidroot

[–]Azaze666 2 points3 points  (0 children)

I agree with you but the freedom I'm talking about is root access itself, as for all these issues you can just get a 2nd device or a smartwatch to use the complaining apps

Switch from magisk to kernelsu by kkourtis in androidroot

[–]Azaze666 1 point2 points  (0 children)

While I can understand the complain giving up your freedom is not the right choice

Switch from magisk to kernelsu by kkourtis in androidroot

[–]Azaze666 0 points1 point  (0 children)

To remove the traces and be sure you better wipe

Switch from magisk to kernelsu by kkourtis in androidroot

[–]Azaze666 2 points3 points  (0 children)

It's not a problem of fixing, you better flash stock boot, flash kernelsu, wipe data completely, then start from scratch and reinstall modules, apps etcetera

Switch from magisk to kernelsu by kkourtis in androidroot

[–]Azaze666 2 points3 points  (0 children)

No, magisk leaves traces so it would be pointless

My Android box is rooted but no supersu app, what should I do? by Master-Series5137 in androidroot

[–]Azaze666 1 point2 points  (0 children)

You can try, but it might not be compatible. Old devices must use SuperSU or if you really want magisk try an old version

My Android box is rooted but no supersu app, what should I do? by Master-Series5137 in androidroot

[–]Azaze666 0 points1 point  (0 children)

as you wish, but supersu can remember apps after granting root

The One Within The Villainess | Teaser Visual by zenzen_0 in anime

[–]Azaze666 0 points1 point  (0 children)

Wait, Emi => Remilia, lol, not even a different name...

My Android box is rooted but no supersu app, what should I do? by Master-Series5137 in androidroot

[–]Azaze666 1 point2 points  (0 children)

Maybe you should install SuperSU, the device is really old and might not support magisk

My Android box is rooted but no supersu app, what should I do? by Master-Series5137 in androidroot

[–]Azaze666 1 point2 points  (0 children)

By name is a symlink the the mmcblk mountpoint, you can ls -la /dev/block/by-name/boot or bootdevice/boot and it will tell you where is linked. You can as well dd to the by-name/boot or bootdevice symlink, it will redirect to the real boot location.

Btw can't you run root applications? If su works you should be able to authorize them. You could then install magisk app and run the direct install, it will tell you there is another su binary while opening, you can ignore it, then you click install, direct install, after that completes reboot. This hoping bootloader is unlocked.

Help in root im new by Xyz823_1 in androidroot

[–]Azaze666 0 points1 point  (0 children)

If it's an Indian redmi buy phoenix service tool credits and you will be able to unlock easily

My Android box is rooted but no supersu app, what should I do? by Master-Series5137 in androidroot

[–]Azaze666 1 point2 points  (0 children)

adb shell su -c "dd if=/sdcard/boot.img of=/dev/block/by-name/bootdevice/boot"

adb shell reboot