6:27 There's a super powerful alternative to button mapper call Physical Button Master Control. It lets you do everything that button mapper can, but also remap the power button and set per-mapping delays.
If you're in India, I still won't recommend rooting right now. There's been a recent push of root checkers in applications that aren't even worth it (food/grocery delivery apps). Hiding root access is still not enough in such scenarios. I love rooting my phones as well, but now my hands are tied.
Kernel SU is a great alternative if you are in this kind of situation. I used it and no apps detected root ! On the downside, most magisk modules don't support kernel su. Also unless you have a device that was launched recently (to be specific, with kernel version 5.10 +) it will be a pain to set this thing up. !!
hey man thanks for the tutorial to install PixelOS on my RN10PRO. Loved it, and still using it. I wanna root it so bad but I'm scared about these things. Why does a food app even need an unrooted phone 😢
Might I ask which apps? The only apps I am unable to run are government apps such as madhaar and digi locker (which I might be able to with some work around) but their web interface are much better
@@FunThingsAreFun6969 Magisk Delta, also known as Kitsune Mask, is also a good option. It is is Magisk fork specialised in hiding root and works for every app including food/grocery apps, banking apps, digital lockers and many others that I was not able to access using the normal Magisk app.
Sam you've made me want to root my phone again after 2 years of being happy with stock! Now you should make a video explaining the risks of rooting pls! :D
On Samsung phones you will permanently break the Knox security feature & won't be able to relock the bootloader so you will need to use Magisk tweaks to make it all work (mostly) properly with banking/payment apps
Thanks for covering my No Storage Restrict module, i generally recommend the Lsposed variant for most devices as it's the more stable and maintained version Anyway, thanks for the great video
It's been a long time since I've rooted a phone, but you've convinced me to do it again. Especially with the Lawnchair 14/Quick Switch option to get rid of the annoying at a glance and Google search bar. Great video, thank you.
If you don't root your phone you don't truly own the phone you paid for. Android is typically a locked down containerized OS that lets you do stuff under a single user but all real control over the os is locked down, it's like having Windows but without any access to the admin account. The OEM can implement any backdoors, spying, and remote-access to the phone they want. There's also things completely locked off to you like altering device ids / device info, kernel params, truly removing system apps, etc. That alone is a huge reason to root, it would be nice for the customization stuff of the old days of rooting to be around but even without that rooting is extremely important
My revanced stops playing videos after afew minutes. I think i might have installedit incorrectly. Might you have a site you can guide me to on proper installation
@@learner745 Late, but any time you run into an issue like this just look for an update or check the subreddit. If it's not in an update, it's in repatching with/without a certain patch. If it's not in a patch, it's in disabling/enabling a setting. And the subreddit will tell you when it's fixed and how, every time.
There's also another module that's really cool, it's viper 4 android, it allows you to have really good audio quality by tweaking the settings even on low-end headphones.
if you have 4 year old phone (2020 u have purchased) and it's 2024 there is no software update and many glich by company announced than u can root and enjoy your high performance using full capacity of your hardware
@@divyanshx07 You should be able to use banking apps, mostly depending on the app, but another commentor did say that Vivo bootloader can't be unlocked and can't be rooted. (I don't have one though so idk)
The only thing is worth rooting are: • GMS ROMs - universal ROM using project treble ( forgot how it's called ) • Custom ROMs - improves phones software longevity, it may improve performance • Vyper4android - audio modification library • Magisk • Kali pentest - nethunter • Get pixel drops ( non pixel devices )
I'm being rooting all my phones since 2015 and I don't think it has any disadvantages. It's good to go and learn more about android reversing and also trying new features. The best thing is you can gain more security (if you have that brain)
I still can't open my bank app or any other government app. The first app didn't fix the problem, only managed to trick google play into thinking the device is certified. Can you help?
@@ZiIIous That's my video. It's the method I still use, alongside the new Play Integrity Fix. Everyone commenting on that video hasn't used the new Play Integrity Fix method.
@@sambeckman Didn't work brother :( Followed every video tutorial and reddit post, nothing is working. Only thing I haven't tried is Magisk Delta(Kitsune). Do you think that would help? Any other ideas?
@@sambeckman Update: looks like I fixed the root detection on government apps. The method was to "disable" Magisk Delta and HMA via the app "Disable Application". They aren't actually disabled, just hidden, so the apps still needed to added in Magisk deny list. After that I uninstalled and installed the apps. I also used blacklist in HMA but not sure if it did anything. There are still two apps instantly crash for me, I'd appreciate if you can help.
Whenever I watch your video, I change the video quality to 1080p. Or else I just watch YT on 360p. Your videos deserve to be in 1080p+ quality. Love your work❤
ive rooted every phone ive ever had, but that ios sounds, am i supposed to rename it as an apk or should it be a .zip because trying to install it as it is gives errors and its greyed out in magisk
It is really worth it, particularly coz some apps and storage permissions aren't accessible since Android 11 and above. In conclusion, rooting is just for those people who wants to use their phone's full potential. If you're not these people then don't root your phone, simple as that.
Question:Can you permanently change the system lock screen on root, like customize the home screen and deleting the system lock screen for good? because the themes app on my vivo phone literally is greedy with themes and I have no choice to pay. Question 2: Can I edit the android literal system assets so that I can have a permanent charging lamination with just a module and not a third party?
In general bootloaders are locked with codes. To unlock them (which you would usually do over adb) you sadly need the code. (For some companies that don't officially provide codes there may or may not be third parties that can get you a code, but you should do your research about their legitimacy before trying.) Also. If you do manage to root your phone do not, under any circumstances, relock the bootloader. Answer 1: In theory yes and given the way the rooting community seems to like their themes I would say that even in practice you can find a program/module that does that. For some background, "root" as a term comes from UNIX-like systems¹. Android is very, very locked down version of Linux and, as such, one of those kinds of systems. Root means (to my best knowledge) three things: 1) The "folder to hold all folders" (think C drive in Windows), which is also where important system files tend to be. The space you usually have access to as a user is in a specific subfolder of that. 2) A specific level of privilege to change things in the system. Specifically, the privilege to change anything any everything. (Yes this can potentially be dangerous.) 3) The user that has those privileges by default. (On many modern systems this user exists but is not usually logged into, instead specific other users ("Superusers") have the power to choose to do things with root privileges but don't by default.) Which is a long and complicated way of saying that rooting your phone theoretically gives you the ability to do basically anything with it. The main constraint is the availability of programs that do what you want and/or your ability to create them. Which can be learned, to be clear! I fully encourage you to learn coding if you're motivated to do so! Answer 2: This kind of has two parts. Firstly, In theory you can edit actual system assets. How easy it is I don't know. Secondly, a magisk module is kind of a third party application. It's a specific app/program meant to work with magisk that someone who is not you or your phone's company created. BUT as far as I know magisk modules tend to not be subscription services (TBH I would not give a subscription-service anything root access to my devices. That's just a recipe for disaster). ¹ Basically, computers that are either directly descendant from or heavily inspired by UNIX, which was a very popular old computer system.
Getting the original Pixel phone feature of unlimited Google photos n videos was and will be my first choice of getting my device rooted. With over 50k pics spanning from the last 20 years, I cannot dictate Google to use their plan to access my own data. Late summer I exhausted all my limited of 15gb, but Today I have only 49mb of data which I couldn't figure out how to find it.
Can confirm, spoofed phone works fine for mobile wallets and google photos. But when mobile wallets require hardware attestation, it may just not allow it. Although many apps that would use root use more of your battery.
If we root the phone, will we get future software updates? Also if we get while updating, anything we need to do after that? I mean re-root or something.
Lemme know which phone are you using? I don't remember how to extract boot.img of current device but if u can find ur current software firmware anywhere on the internet especially xda, there is a fairly simple guide through which u can do OTA/normal system update without pc or sideloading Infact I just did an normal system update for my rooted phone this morning without losing data or root/magisk
I have question unrelated to the this video but I think you would have known it. How can We upgrade system apps with mismatched signature without root?
@@kirkcosta yeah almost all. Some Samsung apps like Samsung Pay and Wallet stopped working. Some apps detect root but there are often workarounds to get them working again like I did
I've rooted my Pixel Fold, but switched back after 2 weeks. Plassing Play Integrity is such a daily hassle, not only influencing banking apps, but Google Password Manager, Smart Lock and even some settings as well. A video on how to pass play integrity properly would be much appreciated💯
You can get back the warranty by removing root and locking the bootloader. My phone had a ghost touch issue and when I sent it I flashed stock Rom and everything went fine
I actually hardbricked my nothing phone and it was fairly easy to unbrick it using EDL, since then I'm not afraid of whatever sht on software level throws at me
Okay sam. I have a question for you. For a few months I've tried rooting my Samsung Galaxy S9+ because i want to customize it on a deeper level for better audio when I listen to muic or review the quality of my own. But i always ran into issues with my bootloader being locked no matter how i tried rooting it. The profess never finishes and fails in the middle of it. Any tips or ideas?
Root is for people who has knowledge to flash stock; work with modules. Root is for advanced people not noobies. Who has the knowldge the possibilities are endless; i will just touch the tip of iceberg, but you can change the process of audio to another level above, with some modules, limit your charger or use the charger as battery; custom rom from any phone or a mix, any emoji ever created; no advertising ever; nowassays is too much BS. There are people who can so crazy stuff with some apps; you can technically use your android forever with the only limitation should be the hardware obsolescence. I use an s24 ultra rooted and it works just like non rooted phone. The only thing i jave to do is update the system manually but rather than that is one of the best experience ever.
He can't do a single video for “how to root an Android” because there isn't a single universal way to do it. Or rather, there is a single one (actually two but the second is a rare case) to specifically root the device with Magisk, but first, Magisk isn't the only one, KernelSU also exist, and second, the “hardest” and most annoying part is doing everything that surrounds the Magisk part to be able to root your device, which includes before rooting, like unlock the bootloader, with each phone having its specific way of doing it, like finding your ROM and extracting the boot file from the payload.bin file to be able to patch it to root the device, etc... If you're really determined to do it, best thing I can redirect you to is xdaforums, where there are custom ROM, some mods, as well as guides to root your device, unlock the bootloader or flash a custom recovery, notably TWRP, and that for each device.
The official magisk guide is fairly straightforward arguably requiring, at most, some googling of terms and background info (that you probably already have by the time you get to rooting) and not being scared of the command line. I personally had a better experience with that than getting lost in the thicket or third party guides using alternative methods via TWRP and such. (For me specifically it was also a case of a poorly supported/documented phone vs. a more niche but more hacking-friendly phone, but there's still enough info and enough peculiarities of various devices that people forget to mention that I'd argue for trusting that over any random guide.)
Iconify and PixelXpert does not work with my rooted Android 14 device running OneUI 6. Pretty sure they will only work with the Pixel phones. Unfortunate because, I cannot find any apps like that to work on a rooted device running OneUI 6.
Sam, could u help. How can I bypass the three button gesture on any thrid party launcher using a non rooted phone. I'm using a redmi note 12 pro. I'm loosing my mind trying to figure this out. Please help
Hey man, do you have a version/copy of Facebook that doesn't take personal data ? Ik my comment is not relevant to the video but you the only person got in mind
I wanted to root my new Nothing Phone (2) as soon as I got it bc it doesn't allow changing fonts natively and going from my old Mi 8 Lite it was really unusual having that thin stock font. I still didn't do it bc didn't wanna lose NFC and also I was too lazy to do so. Now I want to root my Nothing even more. As soon as i get back from school I will, thank you!
I am a little confused....can I run PixelExpert on my rooted Motorola Edge 2022 with android 13? I haven't flashed it, it is just rooted. (I have been told that motorola uses pretty close to stock android)
where do i find legit step by step guides to root phones? im planning to buy a pixel 8 but dont know how to root it or where to find guides for it (yes i did try googling but i dont wanna brick a newly bought 600€ phone so i wanna be 100% sure that the way im doing it is the right way
What about stability and performance after routing ? Also I wanna say that one of the main reason of routing is making my old phone new getting new android features, what about this regard ???
There are no viruses that affect Android OS in the sense of inflecting and replicating. Malware on the other hand finds a privileged environment very prosperous. In short, yes rooting makes your android phone prone to be exploited by apps that do frauds, execute arbitrary commands, steal your sensitive information etc.. You get the idea. If for some reason you still want to root, go ahead.
I was on rooted phone for years back in the day, unfortunately many of banking apps that I use are not working on a rooted phone, so keep that in mind :)
@@sambeckman corse I watch the video, but these "fixes" work for some time, then some bugs appear etc etc. It's always like that on rooted phone. Again I did flash hundreds of ROMs on HTC, Motorola, and a few Samsung, I was a very active member on XDA. From 5 years I stay on stock phones with a good experience, too much trouble rooting. Almost every day I had to flash another rom or a fix or another launcher and I almost forgot to enjoy the phone :)) Maybe it does not make any sense what I say, but it's my very loooong experience with rooted phones. Thanks for info though!
rooting a phone right now comes with so many risks it doesn't even feel worth it anymore. if you're not fortunate enough to have independent developers make a custom recovery for you, you have to take a risk of rooting via magisk patch and guest what, you just need to f**k up to find out
Who remembers rooting the G1 back in the days?!? Good times...just got back in the Google phone with the pixel fold hahaha. Crazy to think my first smart phone was the google G1.
6:27 There's a super powerful alternative to button mapper call Physical Button Master Control. It lets you do everything that button mapper can, but also remap the power button and set per-mapping delays.
Can you suggest me a best automatic call recorder for google pixel 6pro (rooted)
We need another lawnchair setup, or you could put it in your app pallete.
If you're in India, I still won't recommend rooting right now. There's been a recent push of root checkers in applications that aren't even worth it (food/grocery delivery apps). Hiding root access is still not enough in such scenarios. I love rooting my phones as well, but now my hands are tied.
Kernel SU is a great alternative if you are in this kind of situation.
I used it and no apps detected root !
On the downside, most magisk modules don't support kernel su. Also unless you have a device that was launched recently (to be specific, with kernel version 5.10 +)
it will be a pain to set this thing up. !!
hey man thanks for the tutorial to install PixelOS on my RN10PRO. Loved it, and still using it. I wanna root it so bad but I'm scared about these things. Why does a food app even need an unrooted phone 😢
magisk delta(kitsune mask) is a magisk fork that focuses more on hiding root and works perfectly for me. Try it out!
Might I ask which apps? The only apps I am unable to run are government apps such as madhaar and digi locker (which I might be able to with some work around) but their web interface are much better
@@FunThingsAreFun6969 Magisk Delta, also known as Kitsune Mask, is also a good option. It is is Magisk fork specialised in hiding root and works for every app including food/grocery apps, banking apps, digital lockers and many others that I was not able to access using the normal Magisk app.
Sam you've made me want to root my phone again after 2 years of being happy with stock!
Now you should make a video explaining the risks of rooting pls! :D
You will lose your warranty as far as I know
@@iamtharunraj bruh
On Samsung phones you will permanently break the Knox security feature & won't be able to relock the bootloader so you will need to use Magisk tweaks to make it all work (mostly) properly with banking/payment apps
@@Sithhy you can relock the bootloader however some Samsung apps will be permanently broken unless you fix them with magisk
@@Sithhy you can relock bootloader lol.
Thanks for covering my No Storage Restrict module, i generally recommend the Lsposed variant for most devices as it's the more stable and maintained version
Anyway, thanks for the great video
Would it work with kernelSU?
@@plushyneko The Lsposed version? Yeah, the Magisk version? Maybe not, might be necessary to create an app profile for the external storage app
I was just thinking about rooting my phone and was looking at your older videos and then this one popped up so thanks!
It's been a long time since I've rooted a phone, but you've convinced me to do it again. Especially with the Lawnchair 14/Quick Switch option to get rid of the annoying at a glance and Google search bar. Great video, thank you.
Two methods of rooting you can use are: 1)Magisk 2)KernelSu (It's modern and better than magisk tbh)
where can i find quick switch?
If you don't root your phone you don't truly own the phone you paid for. Android is typically a locked down containerized OS that lets you do stuff under a single user but all real control over the os is locked down, it's like having Windows but without any access to the admin account. The OEM can implement any backdoors, spying, and remote-access to the phone they want. There's also things completely locked off to you like altering device ids / device info, kernel params, truly removing system apps, etc.
That alone is a huge reason to root, it would be nice for the customization stuff of the old days of rooting to be around but even without that rooting is extremely important
@@s1nistr433you can do most thing today with shizuku and TWRP
@@xninja2369 i love at a glance. Its very userful.
Adaway and revanced are another two which are great. They do run without root but with root they integrate a lot better.
My revanced stops playing videos after afew minutes. I think i might have installedit incorrectly. Might you have a site you can guide me to on proper installation
@@learner745install newest ReVanced&Microg . Then setting »revanced» mislenious »
Spoof » enable spoof client ..
This should fix issue ..
@@learner745 Late, but any time you run into an issue like this just look for an update or check the subreddit. If it's not in an update, it's in repatching with/without a certain patch. If it's not in a patch, it's in disabling/enabling a setting. And the subreddit will tell you when it's fixed and how, every time.
Extra props for the aspect ratio that you shoot your UA-cam videos in!!
facts dude its so underrated to have it completely fill ur phone screen
beautiful ratio, makes you not wanna click off
this has never come at a better time. I just installed a custom gsi and rooted yesterday 😭
Please how do I root my device
@@washingtondavid6829 you're gonna have to be more specific than that
@@_XDanbro can i install gsi in any device which dont have any custom rom?
@@psyh5743 depends. what's your android version?
There's also another module that's really cool, it's viper 4 android, it allows you to have really good audio quality by tweaking the settings even on low-end headphones.
Excellent video, Fully up to the hyped
I was waiting for a video like this. Thanks.
This comment for some reason looks like a bot
if you have 4 year old phone (2020 u have purchased) and it's 2024 there is no software update and many glich by company announced than u can root and enjoy your high performance using full capacity of your hardware
I have a 2019 vivo y19 but I have never root any phone so silly question i use banking apps ? Can i use bank apps after root ?
@@divyanshx07 You should be able to use banking apps, mostly depending on the app, but another commentor did say that Vivo bootloader can't be unlocked and can't be rooted. (I don't have one though so idk)
Seems more like a case for custom roms, no?
How do I do the iOS sounds? It's my first time rooting. Should I flash them via magisk
The only thing is worth rooting are:
• GMS ROMs - universal ROM using project treble ( forgot how it's called )
• Custom ROMs - improves phones software longevity, it may improve performance
• Vyper4android - audio modification library
• Magisk
• Kali pentest - nethunter
• Get pixel drops ( non pixel devices )
Im running root on my Oneplus 12 and I love the customiziation and my banking apps are fully working.
I'm being rooting all my phones since 2015 and I don't think it has any disadvantages. It's good to go and learn more about android reversing and also trying new features. The best thing is you can gain more security (if you have that brain)
Can you suggest me some root apps? Which Sam didnt mention.
Rooting after a while, so I am curious as to how I can do
I still can't open my bank app or any other government app. The first app didn't fix the problem, only managed to trick google play into thinking the device is certified. Can you help?
So along with that module, you've also gotta use the steps outlined in this video - ua-cam.com/video/VCTYp09Dc74/v-deo.html
(Magisk Hide and Zygisk)
@@sambeckman I appreciate you replying, but read the recent comments on that video, they all say it doesn't work since 2023 Q3.
@@ZiIIous That's my video. It's the method I still use, alongside the new Play Integrity Fix. Everyone commenting on that video hasn't used the new Play Integrity Fix method.
@@sambeckman Didn't work brother :(
Followed every video tutorial and reddit post, nothing is working.
Only thing I haven't tried is Magisk Delta(Kitsune). Do you think that would help? Any other ideas?
@@sambeckman
Update: looks like I fixed the root detection on government apps.
The method was to "disable" Magisk Delta and HMA via the app "Disable Application".
They aren't actually disabled, just hidden, so the apps still needed to added in Magisk deny list.
After that I uninstalled and installed the apps. I also used blacklist in HMA but not sure if it did anything.
There are still two apps instantly crash for me, I'd appreciate if you can help.
Whenever I watch your video, I change the video quality to 1080p. Or else I just watch YT on 360p. Your videos deserve to be in 1080p+ quality. Love your work❤
Jio or airtel Mobile data??
Adaway is the 2nd app to install after rooting
ive rooted every phone ive ever had, but that ios sounds, am i supposed to rename it as an apk or should it be a .zip because trying to install it as it is gives errors and its greyed out in magisk
Love your videos always Sam, always great qualify production and content
It is really worth it, particularly coz some apps and storage permissions aren't accessible since Android 11 and above. In conclusion, rooting is just for those people who wants to use their phone's full potential. If you're not these people then don't root your phone, simple as that.
Hi Sam Beckman just a quick question have you ever done an how to root video?
Yes, a while back. The process is still similar, but with some changes - so you’d need to do some research on XDA forums too.
@@sambeckman thank you very much I will take a look
Just discovered your channel a few days ago and was hoping you'd make the 2024 version of this vid. Perfect timing for my Pixel 7 Pro coming in soon
FYI the March 2024 update for the Pixel broke Iconify and the dev has no time to fix it since he's busy with school.
Question:Can you permanently change the system lock screen on root, like customize the home screen and deleting the system lock screen for good?
because the themes app on my vivo phone literally is greedy with themes and I have no choice to pay.
Question 2: Can I edit the android literal system assets so that I can have a permanent charging lamination with just a module and not a third party?
vivo doesnt allow bootloader unlocking i think and that sadly means no root
Can I use adb for bootloader
In general bootloaders are locked with codes. To unlock them (which you would usually do over adb) you sadly need the code.
(For some companies that don't officially provide codes there may or may not be third parties that can get you a code, but you should do your research about their legitimacy before trying.)
Also. If you do manage to root your phone do not, under any circumstances, relock the bootloader.
Answer 1: In theory yes and given the way the rooting community seems to like their themes I would say that even in practice you can find a program/module that does that.
For some background, "root" as a term comes from UNIX-like systems¹.
Android is very, very locked down version of Linux and, as such, one of those kinds of systems.
Root means (to my best knowledge) three things:
1) The "folder to hold all folders" (think C drive in Windows), which is also where important system files tend to be. The space you usually have access to as a user is in a specific subfolder of that.
2) A specific level of privilege to change things in the system. Specifically, the privilege to change anything any everything. (Yes this can potentially be dangerous.)
3) The user that has those privileges by default. (On many modern systems this user exists but is not usually logged into, instead specific other users ("Superusers") have the power to choose to do things with root privileges but don't by default.)
Which is a long and complicated way of saying that rooting your phone theoretically gives you the ability to do basically anything with it.
The main constraint is the availability of programs that do what you want and/or your ability to create them. Which can be learned, to be clear! I fully encourage you to learn coding if you're motivated to do so!
Answer 2: This kind of has two parts.
Firstly, In theory you can edit actual system assets. How easy it is I don't know.
Secondly, a magisk module is kind of a third party application. It's a specific app/program meant to work with magisk that someone who is not you or your phone's company created.
BUT as far as I know magisk modules tend to not be subscription services (TBH I would not give a subscription-service anything root access to my devices. That's just a recipe for disaster).
¹ Basically, computers that are either directly descendant from or heavily inspired by UNIX, which was a very popular old computer system.
What Terminal Emulator you use at 8:15?
Terminux
this is still not enough to convince me to root, just minor improvements.. not mandatory
Getting the original Pixel phone feature of unlimited Google photos n videos was and will be my first choice of getting my device rooted. With over 50k pics spanning from the last 20 years, I cannot dictate Google to use their plan to access my own data. Late summer I exhausted all my limited of 15gb, but Today I have only 49mb of data which I couldn't figure out how to find it.
Can confirm, spoofed phone works fine for mobile wallets and google photos. But when mobile wallets require hardware attestation, it may just not allow it.
Although many apps that would use root use more of your battery.
Cache cleaner? Doesn't sd maid already users accessibility service to clear them if you're on paid version
If we root the phone, will we get future software updates? Also if we get while updating, anything we need to do after that? I mean re-root or something.
If you root that means you have to flash every software update manually. You can't update like you usually would.
Lemme know which phone are you using? I don't remember how to extract boot.img of current device but if u can find ur current software firmware anywhere on the internet especially xda, there is a fairly simple guide through which u can do OTA/normal system update without pc or sideloading
Infact I just did an normal system update for my rooted phone this morning without losing data or root/magisk
Having the custom apple emoji as you're pfp is like the iPhone version of sweaty Reddit mods putting anime girls as their pfp
@@ToastedHeadcrab Picrews for neurotypical people lmao
I have question unrelated to the this video but I think you would have known it. How can We upgrade system apps with mismatched signature without root?
Please show how to get Call screening for all regions?? U have never shown this!
PixelXpert + lsposed module
haha that was exciting. Thank you so much for this amazing content. I loved the storage restrict module. "G'Day! Sam."
installed quick switch and lawnchair 14 and it still crashes for me. wondering if there's a config before i do anything
Is there a way to retain or restore L1 Widevine for Netflix on unlocked devices?
Your the first person I've heard say kaysh. I've only heard Kash and kashay.
I root my phone the first thing after taking it out of the box. Currently have a rooted Samsung S23+
First time hearing a rooted current Samsung lol
all apps work fine with the integrity fix?
@@monzi5733 yeah Samsung devices are much harder to root and maintain rooted lol
@@kirkcosta yeah almost all. Some Samsung apps like Samsung Pay and Wallet stopped working. Some apps detect root but there are often workarounds to get them working again like I did
@FLIM_gs do you have access to banking app?
I've rooted my Pixel Fold, but switched back after 2 weeks. Plassing Play Integrity is such a daily hassle, not only influencing banking apps, but Google Password Manager, Smart Lock and even some settings as well. A video on how to pass play integrity properly would be much appreciated💯
Use fp on the top of it
@@stonks6284 what is fp?
@@stonks6284 what is fp
great features tbh, but i still would not root my main new phone because i am afraid of voiding the warranty, or worse bricking it.
You can get back the warranty by removing root and locking the bootloader. My phone had a ghost touch issue and when I sent it I flashed stock Rom and everything went fine
There are far worse fears you should be worrying about than voiding the warranty.. like malware.
I actually hardbricked my nothing phone and it was fairly easy to unbrick it using EDL, since then I'm not afraid of whatever sht on software level throws at me
I don't want any customization and anything at all ... but can use it normally (rooted phone ) without any issue?
Is rooting any easier for Samsung phones now adays? I remember the headache years ago
i'd love to do it but i'm afrai my banking apps might stop working.
I Heard nothing phone 1 is good to root and it's cheaper right now.
So in your choice which custom ROM is best in 2024.
Please suggest 😅
Anyone know why Google doesn't natively support the undo button available in gms flags.
Just moved back to Android after trying an iPhone for the past 1.5 years, and as great as it was, videos like this make me so glad to be back
Okay sam. I have a question for you. For a few months I've tried rooting my Samsung Galaxy S9+ because i want to customize it on a deeper level for better audio when I listen to muic or review the quality of my own. But i always ran into issues with my bootloader being locked no matter how i tried rooting it. The profess never finishes and fails in the middle of it. Any tips or ideas?
You should either unlock your bootloader or use AVBroot.
Root is for people who has knowledge to flash stock; work with modules. Root is for advanced people not noobies. Who has the knowldge the possibilities are endless; i will just touch the tip of iceberg, but you can change the process of audio to another level above, with some modules, limit your charger or use the charger as battery; custom rom from any phone or a mix, any emoji ever created; no advertising ever; nowassays is too much BS.
There are people who can so crazy stuff with some apps; you can technically use your android forever with the only limitation should be the hardware obsolescence. I use an s24 ultra rooted and it works just like non rooted phone. The only thing i jave to do is update the system manually but rather than that is one of the best experience ever.
How did you root s24 ultra ?
Having a boot image from magisk.
I really like this video but if you can recommend or even make a video on "how to root" that would be very helpful..
He can't do a single video for “how to root an Android” because there isn't a single universal way to do it. Or rather, there is a single one (actually two but the second is a rare case) to specifically root the device with Magisk, but first, Magisk isn't the only one, KernelSU also exist, and second, the “hardest” and most annoying part is doing everything that surrounds the Magisk part to be able to root your device, which includes before rooting, like unlock the bootloader, with each phone having its specific way of doing it, like finding your ROM and extracting the boot file from the payload.bin file to be able to patch it to root the device, etc...
If you're really determined to do it, best thing I can redirect you to is xdaforums, where there are custom ROM, some mods, as well as guides to root your device, unlock the bootloader or flash a custom recovery, notably TWRP, and that for each device.
The official magisk guide is fairly straightforward arguably requiring, at most, some googling of terms and background info (that you probably already have by the time you get to rooting) and not being scared of the command line.
I personally had a better experience with that than getting lost in the thicket or third party guides using alternative methods via TWRP and such.
(For me specifically it was also a case of a poorly supported/documented phone vs. a more niche but more hacking-friendly phone, but there's still enough info and enough peculiarities of various devices that people forget to mention that I'd argue for trusting that over any random guide.)
Recently heard that Google blocking RCS messages on routed devices 😭😭😭
Iconify and PixelXpert does not work with my rooted Android 14 device running OneUI 6. Pretty sure they will only work with the Pixel phones. Unfortunate because, I cannot find any apps like that to work on a rooted device running OneUI 6.
Is there any way to root a phone that has clone system, or a way to root without loosing data.
I want the iOS sounds but its not working on my phone
Use Pixel flasher for rooting, just makes it 2 minute job
Do you use custom roms?
Sam, could u help. How can I bypass the three button gesture on any thrid party launcher using a non rooted phone. I'm using a redmi note 12 pro. I'm loosing my mind trying to figure this out. Please help
Hey man, do you have a version/copy of Facebook that doesn't take personal data ?
Ik my comment is not relevant to the video but you the only person got in mind
My favourite root app is by far the taxi app from a town near me. Has no reason what so ever to need root yet asks anyway lol
I wanted to root my new Nothing Phone (2) as soon as I got it bc it doesn't allow changing fonts natively and going from my old Mi 8 Lite it was really unusual having that thin stock font. I still didn't do it bc didn't wanna lose NFC and also I was too lazy to do so.
Now I want to root my Nothing even more. As soon as i get back from school I will, thank you!
I bought recently a nubia z50s pro but doesn't exists root and custom rom for it
a good reason for me is that i use vivid ng for gestures and hidding the nav bar does not work
so i use a magisk module to hide the navigation bar.
Whoa, I am learning something new thanks to this video!🧡
why can i not find any tutorials on how to root my s24 ultra????
Do you have a simplified step by step on how to root?
I am a little confused....can I run PixelExpert on my rooted Motorola Edge 2022 with android 13? I haven't flashed it, it is just rooted. (I have been told that motorola uses pretty close to stock android)
Need a list of phones you can recover from bricked state. Old OnePlus etc.
where do i find legit step by step guides to root phones? im planning to buy a pixel 8 but dont know how to root it or where to find guides for it (yes i did try googling but i dont wanna brick a newly bought 600€ phone so i wanna be 100% sure that the way im doing it is the right way
search for device specific xda forum posts
Afaik xda is best one
Does a rooted pixel 8 still connect to a galaxy watch?
Lawnchair will not work with Pixel 8 Pro with Quick Switch. It will crash when you restart
How can I root my Samsung galaxy F14 safely and successfully???
want to root my Iqoo t1 44w, is it possible? if yes then plz suggest how?
Any tips on rooting an oppo?? Please
google the specific model root xda.
I don't think they allow unlocking bootloader
Sam what tags you use in your videos bcos I will these types of videos but they don't show in these type of category 😢
Thanks for the video Sam ! Is it worth rooting it when you have a Pixel 8 Pro? You do loose all OTA updates right ??
You'll lose all OTA updates and have to re-update manually every time.
Love this video, want more of these ❤
Ive rooted devices 5 to 6 years back now i have no idea, can you suggest me. I used Kingeoot 6 years back im sure thats no how its done now
You can do plenty of things with root
Like Call recording without announcement
Unlimited google photos storage etc
For unnanaunced call recording you dont need root
Can I root it without losing data and backup on pc?
I need app to download video without to many ad ?
Been using TubeMate for this since the late 2000's. No root needed.
What about SafetyNet and banking accounts?
No storage restrict plus obsidian?
Couldn't find one.
What about stability and performance after routing ? Also I wanna say that one of the main reason of routing is making my old phone new getting new android features, what about this regard ???
but the problem is that phones are getting harder and harder everyday. i have a oppo phone and its almost impossible to root it . 🙃
I want to root but dont know if it makes android prone to being hacked or viruses.
There are no viruses that affect Android OS in the sense of inflecting and replicating.
Malware on the other hand finds a privileged environment very prosperous. In short, yes rooting makes your android phone prone to be exploited by apps that do frauds, execute arbitrary commands, steal your sensitive information etc.. You get the idea. If for some reason you still want to root, go ahead.
I have Nokia 5.3 wanna root it, Please guide me ... Is it good or not I just wanna expand my phone life ...
I was on rooted phone for years back in the day, unfortunately many of banking apps that I use are not working on a rooted phone, so keep that in mind :)
Did you watch video? There’s a fix for that…
@@sambeckman corse I watch the video, but these "fixes" work for some time, then some bugs appear etc etc. It's always like that on rooted phone. Again I did flash hundreds of ROMs on HTC, Motorola, and a few Samsung, I was a very active member on XDA. From 5 years I stay on stock phones with a good experience, too much trouble rooting. Almost every day I had to flash another rom or a fix or another launcher and I almost forgot to enjoy the phone :)) Maybe it does not make any sense what I say, but it's my very loooong experience with rooted phones. Thanks for info though!
1:13 can anyone tell me what mouse is that?
LOFREE Touch PBT Wireless Mouse
Hope it's not too late
@@sist3n thanks man
Can you give a link to a video how to root your phone like running android 12
I'm using a pixel 4. And I've been wanting to root it but I don't know how
No kernels or overclock underclock?
Im using infinix hot 30 but i do not know how to root 😭😭
Hey Sam I have a moto g stylus 5g 2024 how would I root without a pc?
fun fact, you can do like half the things mentioned like iconify, on Samsung without rooting
how if you dont mind me asking?
rooting a phone right now comes with so many risks it doesn't even feel worth it anymore. if you're not fortunate enough to have independent developers make a custom recovery for you, you have to take a risk of rooting via magisk patch and guest what, you just need to f**k up to find out
Anything to make navigation bar transparent like good lock nav bar module.
Who remembers rooting the G1 back in the days?!? Good times...just got back in the Google phone with the pixel fold hahaha. Crazy to think my first smart phone was the google G1.