Possible Root - AT&T Samsung Galaxy Note 4

Hi All,
I was reading the news and came accross a recent article stating that there is way of having root access to old android devices that are preety much out of luck for futre security updates. I thought a developer can take a look and see if note 4 at&t can have root.
Article: http://arstechnica.com/security/201...tflips-to-root-android-phones-is-now-a-thing/

How I wish we could get one..possibly a glimmer of hope for us..
Tried the app, says closest thing to my phone is an S5 Plus..

I got the same thing. What does your actual output say? We should cut and paste our logs.

I assume it says S5 Plus due to the fact that both phones have a SD 805. Hopefully this actually leads to root. Another bug called Dirty Cow was also found. Maybe that will lead to root too. Hopefully.

I'm not a Dev, and this might even be an irrelevant post as it's coming from a different device, but it looks like they've managed to install TWRP on their device - previously not possible, using the Dirty Cow exploit..
http://forum.xda-developers.com/showpost.php?p=69312919&postcount=148
Maybe we can have something like that?

I dunno... I'm still of the mind that N4 will NEVER be root-possible because of the device's utilization with government contracts. I have given up on rooting this thing, and with N7 having been recalled, I'm awaiting N8, and hoping it doesn't start blowing up!
Sent from my SAMSUNG-SM-N910A using XDA Premium HD app

can anyone help me with something?

I've been keeping up on the progress they have been making with dirty cow. As of right now they can get the exploit to run and create a root shell, but after doing so they are losing read/write access and are being left with a read-only access. It's looking they they are probing into finding the right process the disrupt to keep the rw access so they can change selinux.
If they can manage to pull it off, which given how much progress they have made since it was announced, we will get root, but we will not be able to flash custom roms due to the locked bootloader. We will be probably be able to clean the bloat out and other system tweaks. The only downside so far is if you upgrade to 6.0+ this will most likely not work due to the enforced boot security check.

Hope they do find a way to get root using Dirty Cow..but then, I don't think I'd be willing to trade off MM to root at this point, since we cant flash custom ROMs anyways..
But if they can get it to work on MM, I'd be willing to try it out..

Related

Kernel Source

Hello,
Im not sure if anyone was aware, but the source code for the kernel is available from the Acer website. Im not sure if this would help with the dev of roms or cracking the bootloader. Thought I would throw it out there.
Its available on the Acer support page under the A100, and is around 100mb
mvan4310 said:
Hello,
Im not sure if anyone was aware, but the source code for the kernel is available from the Acer website. Im not sure if this would help with the dev of roms or cracking the bootloader. Thought I would throw it out there.
Its available on the Acer support page under the A100, and is around 100mb
Click to expand...
Click to collapse
Yeah, I saw that. Doesn't make a difference though, we need a unlocked bootloader before a custom kernel we can make with that is useful.
Back in my Xperia x10 days they were able to find a way to crash the stock kernel and were able to load custom kernels with a locked bootloader. Its probably not feasible considering it was a much older kernel version and from a different manufacturer...but one can only hope right? lol
Don't know if it helps, but the thunderbolt also came with a locked bootloader and devs figured out how to flash a custom kernel. The custom was also locked but supported what they needed it to. It was flashed with the same process as our flashing updates manually. Maybe some of the tbolt devs could help?
Sent from my A100 using Tapatalk
We could do a custom rom that through 2nd-init, but so far its been an uphill battle trying to figure it out. I'm not a kernel developer, but I've done some work modifying and working with cm7 kernels but nothing to this scale.
I do know that we wouldnt be able to change the kernel on this device or a modified recovery because there's some checking going on with the checksum of the disk images.
@crossix
Have you seen this thread in the Nook Tablet forums?
They found a way around the the bootloader problem.
I was thinking the above. Maybe we can make a work around through the kernal code. I havnt done programming on this low of a level but can scan through to see if and what checks there are and if there are any loopholes... I like to think they have a backdoor somewhere in there...
Excuse me, I was wrong. The tbolt with its locked bootloader was solved a little differently. I think what they did was flash an entirely different bootloader to it. One that was still encrypted but unlocked. Don't know if that's possible in this case but thought it was something to mention.
Sent from my LG-VM670 using Tapatalk
Maybe we should talk to nemith and fattire and they may have some suggestions. I am no where shilled at this level of development to talk intelligently to them. My development skills lie in the .Net field and at the application level. So I am not much help.
@painter... i have been looking through the nook forums that you referred to and i certyainly think that this is possible route to go with the a100. this is also way above my skillset, however i will be more than happy to do what i can if there are any developers interested. i have been doing alot of research into the locked bootloader and this is the most promising news that i have heard so far. I wish we could get more devs interested in this little tablet because it has great potential if we could get past the bootloader.
What Ill do later is download the code again, had before, but accidentally deleted it, and look through some of the more important code to see what can be found. Why would Acer put up the source code if there isnt a way to alter the kernel? Seems counter-intuitive to put it up without a purpose...
here is some info on 2nd init, if anyone smarter than me is interested in having a look.....good luck!..... http://cvpcs.org/blog/2011-06-14/2nd-init._what_it_is_and_how_it_works
mvan4310 said:
What Ill do later is download the code again, had before, but accidentally deleted it, and look through some of the more important code to see what can be found. Why would Acer put up the source code if there isnt a way to alter the kernel? Seems counter-intuitive to put it up without a purpose...
Click to expand...
Click to collapse
Because they have to, its required by gpl to make the source public. Just because they make it public, doesnt mean that it'll compile properly though. But, in this case it does compile cleanly and with it we could probably take bits and pieces of cwm for the a500 and get it to work (their gpl version not thor's recovery). How to do that tough with our current encrypted recovery I dunno.
I looked at the thread and it definitely looks like something doable but what offset would we use and how would we tell the boot partition to go look for a custom recovery when we cant even open it to alter its contents since it and the recovery partitions are both encrypted.
If you make a image of either partition using dd and try to mount it and read its contents you see gibberish rather then editable files in the images. might be able to poke at it with a hex editor, but that's beyond my skill level.
Sent from my MB860 using XDA App
Im still in the extraction process, and it is a rather large image. Its around 500mb compressed. I can take a look into it, but cant make any promises that Ill find anything at all. I understand the gpl and whatnot, and the partitions being encrypted, and am just hoping that somewhere in the kernel is a clue as to what is being done that can help us along the way to cracking this thing.
I didnt think of this until now, but is the newer A500 encrypted? If s, maybe we can find the difference between the older and the newer version somehow and see what they are using. Just a thought, could be completely wrong.
from what I understood (I could be completely wrong though) one of the newest updates that brought the a500 up to 3.2.1 changed their encryption method so itsmagic (their security hole) no longer worked. The work around for that was to downgrade to 3.2 and install cwm / itsmagic and them flash a recovery 3.2.1 image.
Sent from my MB860 using XDA App
Hmm, Not sure. Ill look around. Im still trying to root my tab, have been unsuccessful thus far, and about 3 hours into trying..
is there any benefit in opening the device and sniffing around? I know the bootloader's encrypted but some of it might not be? That's how GeoHot found the first iPhone unlock exploit; by shorting two pins or something?
I also know it's possible to read NAND chips with an Arduino to some extent. I dunno, just talking out loud...
Never thought of finding a way through the hardware itself. I have never opened my Acer, probably wont. I have a Chromebook and they only way to install another OS on it was to flip a switch and pop the cover off, since it has a button thats enabled with the case on that prevents writing to specific portions and whatnot... Good thought. Maybe someone will look into this further.
A100 teardown
http://www.techrepublic.com/blog/it...eardown-lots-of-tech-crammed-into-7-case/3028
Sent from my PG86100 using Tapatalk
I think its very nifty that it has an expansion slot for a cellular chip. All the specs I can find on the 3g a101 show it as having half the RAM. Wonder what it would take to pop a 3g chip in there and get it working. :-\ You would probably have to flash the firmware from the 101 to get it to see the chip...

Why do people root?

I'm still rather new to Android, and I was wondering- why do people root their phone exactly? If I root my phone, will it run slower? Also, can I run the stock ROM my phone ships with if I root it?
unity04 said:
I'm still rather new to Android, and I was wondering- why do people root their phone exactly? If I root my phone, will it run slower? Also, can I run the stock ROM my phone ships with if I root it?
Click to expand...
Click to collapse
We root, because we must... It doesn't make the phone slower. It does the opposite (With the right kernel, that is )
Rooting ONLY means, that you have the right, to accss the ROM (Read-only memory) where the system files are saved...
Which means, yes. You can have root access, on a stock-ROM phone
(If interested, check my signature ^^)
unity04 said:
I'm still rather new to Android, and I was wondering- why do people root their phone exactly? If I root my phone, will it run slower? Also, can I run the stock ROM my phone ships with if I root it?
Click to expand...
Click to collapse
Rooting just gives you more control over your phone, the ability to easily freeze/delete system apps, flash alternate kernels, etc... You can run your stock ROM whilst rooted, it won't slow you down.
Rooting also opens the door to being able to flash (i.e. install) alternate, custom ROMs among other things.
A basic rooted stock ROM is a good place to start out, and learn your way around things before you decide, or not, to start flashing custom kernels, ROMs, etc... OR you can happily cruise along on a fully stock phone.
Just a quick summary; there's lots more specific info available on this site, and the intarwebz to give you more detail if needed.
I'm fairly new, so hopefully I get this right. Someone can correct me if I'm wrong.
My guess is that you're coming from iPhone if you're asking if it will slow it down since jailbreaking tended to do that. It won't slow it down unless you install apps and mods that run in the background and stuff.
All rooting is, is allowing programs to run as the root user (I *think* I'm right here). This means that they can access parts of the system that are unavailable to be modified on unrooted ROMs. This means you can get things that tweak system level functionality. It's very similar to jailbreaking an iPhone except apps in the Play Store aren't prohibited from having root functionality baked in.
Yes you can root the stock ROM.
Hope that answers it for you, and I hope I got it right. It's tough trying to figure some of this stuff out. Nothing out there really explains why things are done, but only HOW they're done. Bit of a nuisance trying to get into this in that regard.
myrdog said:
I'm fairly new, so hopefully I get this right. Someone can correct me if I'm wrong.
My guess is that you're coming from iPhone if you're asking if it will slow it down since jailbreaking tended to do that. It won't slow it down unless you install apps and mods that run in the background and stuff.
All rooting is, is allowing programs to run as the root user (I *think* I'm right here). This means that they can access parts of the system that are unavailable to be modified on unrooted ROMs. This means you can get things that tweak system level functionality. It's very similar to jailbreaking an iPhone except apps in the Play Store aren't prohibited from having root functionality baked in.
Yes you can root the stock ROM.
Hope that answers it for you, and I hope I got it right. It's tough trying to figure some of this stuff out. Nothing out there really explains why things are done, but only HOW they're done. Bit of a nuisance trying to get into this in that regard.
Click to expand...
Click to collapse
You just said, what I said ((and the other bloke, after me) xD
Yes, you answered it. But in a way, that no n00b would understand, unless he wrote it himself (You) lol
There are many reasons to root, my favorites are that I can access the root or the phone, meaning I can replace the rooms, kernels to my liking. I can overclock or underclock the phone. One more than I like to do it use ad blocker so I don't need to deal with the stupid ads that are in free apps
Sent from my Galaxy Nexus using XDA
We root because we like to have good phones .
And the benefits like custom colors, kernels, ROMs, and all that is nice.
Nexus S (GSM i9020a)
GummyNex (9.0)
Air Kernel (3.45)
OC 1000/200 (Lionheart)
Live OC (100 -Noop)
v6 Supercharged
To get the most out of my phone. Especially in the g1 days, you pretty much had to root because of the phones limitations
Sent from my Galaxy Nexus using xda premium
You root to gain admin access to your phone. You'd never use a computer without admin access, same on a phone. You can tweak and change anything you can imagine with root access.
And no it doesn't make it slower, actually can make it faster.
Root access doesn't do anything in itself. It just gives you administrator access to all of the system files.
Once you have that access, you can start tweaking.
Root is only required for deep-level back-up programs, some file explorers, and rom tweakers such as Rom Manager.
Day to day stuff, Android is pretty open to anything.
Sent from my Galaxy Nexus using xda premium
Rooting allows you to release the full potential of your phone.
http://forum.xda-developers.com/showthread.php?p=21328733
Sent from my Galaxy Nexus using Tapatalk 2
Its not just system access, its a way of life!

Help me with 4.4 kit Kat root

My bootloader is still locked and I've never had root on this phone got it too late to unlock. I'd like to root and if I can get a custom recovery and flash a rom. Can anyone help?
Sent from my XT907 using Xparent Cyan Tapatalk 2
Gblake13 said:
My bootloader is still locked and I've never had root on this phone got it too late to unlock. I'd like to root and if I can get a custom recovery and flash a rom. Can anyone help?
Click to expand...
Click to collapse
Right now, there is no way to root or unlock the bootloader in your situation. It sucks, but it's where we are.
Don't hold your breath for an exploit, either. Motorola/Verizon closed all known holes for BL-unlocking in the penultimate Jellybean OTA, and the only root method that worked in the last JB no longer works here.
Enough with the KK unlock and root threads.
I'm going to start reporting people that make these threads without doing some homework first.
If you have a locked bootloader, you're pretty much up the creek without a paddle. End of discussion
If there is an exploit available, trust me, you'll know about it.
gtmaster303 said:
Enough with the KK unlock and root threads.
I'm going to start reporting people that make these threads without doing some homework first.
If you have a locked bootloader, you're pretty much up the creek without a paddle. End of discussion
If there is an exploit available, trust me, you'll know about it.
Click to expand...
Click to collapse
We can say this in every thread where they ask about root. We put warnings out prior to the OTA. Heck, we could probably put a sticky thread in this section about there being no root on KK, yet people will still ask. Why? Because they refuse to take 5 minutes to read through the other 37 KK related threads.
RikRong said:
We can say this in every thread where they ask about root. We put warnings out prior to the OTA. Heck, we could probably put a sticky thread in this section about there being no root on KK, yet people will still ask. Why? Because they refuse to take 5 minutes to read through the other 37 KK related threads.
Click to expand...
Click to collapse
I of course can't speak for anyone else, but I knew the risks well before taking the update, and updated anyway.
I knew it was the very un-XDA thing to do, but frustration with the short battery life and UI lag on my phone was nearing a breaking point.
I tried to make the most of it; hence the "list of changes" thread, which hopefully has scared away locked users who are still n JB.
Any luck with a rootkeeper/root survival of any kind?
pnwsr6 said:
Any luck with a rootkeeper/root survival of any kind?
Click to expand...
Click to collapse
Haven't seen it yet.
Strife89 said:
I of course can't speak for anyone else, but I knew the risks well before taking the update, and updated anyway.
Click to expand...
Click to collapse
My story is somewhat different. I tried to find a way to get rooted KK on my phone (trying to play junior hacker again), ended up soft-bricking my phone to where the only way to fix it was to flash stock KK using RSDLite (did try RSD'ing JB first, but my bootloader was having none of that).
So now I'm hopelessly stuck with a completely stock phone without root.
I feel like the only way to get past this is to attack it politically, like if every single Verizon XDA user banded together and flooded Verizon corporate inboxes with legitimate reasons why we need unlocked bootloaders.
Or maybe if someone is good friends with a politician who is more left of center and concerned about consumer rights over corporations. Maybe convince them that it's better for the environment because potentially millions of phones could be saved from going into landfills if we mandate companies must allow bootloader to be unlocked when certain conditions are fulfilled, like if a phone reaches 1-year of age.
Strife89 said:
I of course can't speak for anyone else, but I knew the risks well before taking the update, and updated anyway.
I knew it was the very un-XDA thing to do, but frustration with the short battery life and UI lag on my phone was nearing a breaking point.
I tried to make the most of it; hence the "list of changes" thread, which hopefully has scared away locked users who are still n JB.
Click to expand...
Click to collapse
I new I was losing root with it as well. I liked the features that KK brought with the update and still did it. The update finally got me using Smart Actions and I'm getting pretty decent battery life, nothing mind blowing, but pretty good. Buying a portable battery pack has pretty much solved the problem I had with nonroot. Now I can go about 2 days as long as I carry it around, lol. Luckily it's small.
if I have an unlocked BL, and the latest stock version on KK, how would I get root? Is it possible?
thanks.
Ahoalton said:
if I have an unlocked BL, and the latest stock version on KK, how would I get root? Is it possible?
thanks.
Click to expand...
Click to collapse
Flash a custom recovery via fastboot, and then flash SuperSU zip in recovery.
http://forum.xda-developers.com/moto-x/orig-development/root-4-4-x-pie-motorola-devices-t2771623 <-- this thread (not saying it works) is getting popular with Motorola devices. I attempted it myself and got errors just like some other people. Only difference is they still had root and I don't. I suggest following the thread and seeing if it does someday work for us or somebody could attempt it themselves. I'm currently on windows 8.1 so that could be a problem.
megaghostgamer said:
http://forum.xda-developers.com/moto-x/orig-development/root-4-4-x-pie-motorola-devices-t2771623 <-- this thread (not saying it works) is getting popular with Motorola devices. I attempted it myself and got errors just like some other people. Only difference is they still had root and I don't. I suggest following the thread and seeing if it does someday work for us or somebody could attempt it themselves. I'm currently on windows 8.1 so that could be a problem.
Click to expand...
Click to collapse
^^^He doesn't need an exploit since he has an unlocked BL. Also, this has been checked on the M and HD family of devices, it WILL NOT work because the the current KK updates have already patched the hole that this exploit is meant to take advantage of.
Ahoalton said:
if I have an unlocked BL, and the latest stock version on KK, how would I get root? Is it possible?
thanks.
Click to expand...
Click to collapse
Yes!.. Just use URL="http://androidhosting.org/Devs/Dhacker29/msm8960/CWM6049-RAZR-HD_M-KITKAT.img"]custom recovery[/URL] and flash Superuser zip
And what about aka test points? Many Motorola models had such special test points using which you could get unlock of BL. How about our XT907? Any ideas about test points or shortcircuit of contacts?
No need now! Towelroot will root stock KK, and what magic it does allows Motopocalypse to unlock BL again.
http://www.droid-life.com/2014/06/16/motorola-bootloader-unlock-razr-hd-towelroot/
Confirmed working!
Root and bootloader unlock!
Sent from my Droid RAZR M
GnatGoSplat said:
No need now! Towelroot will root stock KK, and what magic it does allows Motopocalypse to unlock BL again.
Click to expand...
Click to collapse
Towel Root only allows the root access that Motopocalypse needs. The old trust zone was accidentally (or purposely) put back into this OTA, that's what Motopocalyse exploits.
Sent from my HTC6525LVW using Tapatalk
RikRong said:
Towel Root only allows the root access that Motopocalypse needs. The old trust zone was accidentally (or purposely) put back into this OTA, that's what Motopocalyse exploits.
Click to expand...
Click to collapse
Ah, I see. Good to know. :good:

Possible Root Found??

Im sure im just getting overly excited and so i wanted a second opinion, but did CF-Auto Root release a root for the verizon models (SM-N910V) i went to the website and scrolled through model list and found one listed , i dont want to brick my phone or anything so could anyone tell me if this is correct, will this work with odin and root the verizon model note 4??
i appologize if this has already been posted or something, i could not find it so i thought i would ask? Thanks for any replies.
I think the build numbers are different
Sent from my SM-N910V using XDA Free mobile app
I believe that is for the DE (Developer Edition)
Pretty sure thats for dev edition
Sent from my LGLS990
And yet another heart breaks
Sent from my SM-N910V using XDA Free mobile app
that is actually extremely depressing...so will we ever even see root unless we get the dev version??
Yeah maybe when lollipop come out
Sent from my SM-N910V using XDA Free mobile app
I tried it and it just failed :crying:
scaryypanda said:
Im sure im just getting overly excited and so i wanted a second opinion, but did CF-Auto Root release a root for the verizon models (SM-N910V) i went to the website and scrolled through model list and found one listed , i dont want to brick my phone or anything so could anyone tell me if this is correct, will this work with odin and root the verizon model note 4??
i appologize if this has already been posted or something, i could not find it so i thought i would ask? Thanks for any replies.
Click to expand...
Click to collapse
Next time check this thread first. This has been discussed in the last couple of pages and probably more. If the file isn't signed by Samsung it will not flash. It shouldn't brick it, it will just fail to flash. Been there and done that... I probably tried all the root methods available for kitkat 4.4.4 and none work for the retail version.
bickfordman said:
Yeah maybe when lollipop come out
Sent from my SM-N910V using XDA Free mobile app
Click to expand...
Click to collapse
Root for Lollipop is MUCH more difficult, basically you need to find a way to get a custom kernel (and thus unlocked bootloader) just to get root in L. I wouldn't get my hopes up, at this point as a Verizon Note 4 owner I've given up all hope and just enjoy my phone, its still awesome.
People just repeat nonsense non stop, saying rooting lollipop is much more difficult without a LP image for the device is nothing but nonsensical. All rooting any device/os is the ability to find an exploit on the device. It has much less to do with what android. THE ONLY THING IT HAS TO DO WITH: Is finding an exploit in a stock system to hijack system permissions so u can then make changes to give you admin (ROOT) permission all the time. With an unlocked BL your are able to load your own software pre OS so you are not dependant on finding an exploit in order to get root in OS your options are much greater. And that's it, anything else is pure speculation, so us not having LP on our device you can not claim it will be easier or harder, an exploit is an exploit that's in. So keep the absurd comments coming. Don't bother replying to me because no reason for me to come back here to find more nonsense.
xxxtncxxx said:
People just repeat nonsense non stop, saying rooting lollipop is much more difficult without a LP image for the device is nothing but nonsensical. All rooting any device/os is the ability to find an exploit on the device. It has much less to do with what android. THE ONLY THING IT HAS TO DO WITH: Is finding an exploit in a stock system to hijack system permissions so u can then make changes to give you admin (ROOT) permission all the time. With an unlocked BL your are able to load your own software pre OS so you are not dependant on finding an exploit in order to get root in OS your options are much greater. And that's it, anything else is pure speculation, so us not having LP on our device you can not claim it will be easier or harder, an exploit is an exploit that's in. So keep the absurd comments coming. Don't bother replying to me because no reason for me to come back here to find more nonsense.
Click to expand...
Click to collapse
just buy a developer edition and lollipop will be locked down tight apparentley you missed GOOGLE saying that

Root for AT&T N920A.

I know this is not the right place to ask. I need to know. Do we have developers working on root for this model?
Sent from my SAMSUNG-SM-N920A using Tapatalk
Yes and No...still having booloader issues!
And yes wrong place...this post belongs in Q&A!
We need firmware release so we can restore after. Tell then no one really wants to try because just messing with options in recovery disables the phone.
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=N920
Will firmware release happen for our model?
Sent from my SAMSUNG-SM-N920A using Tapatalk
amwbt said:
Will firmware release happen for our model?
Sent from my SAMSUNG-SM-N920A using Tapatalk
Click to expand...
Click to collapse
AT&T has to because it's open source. They however can keep it for like 6 months to a year or something. With the cracks down on root AT&T and Verizon it might be a long wait with the locked bootloader saidly and we need a custom kernel to get root and we can't flash kernels with locked bootloader. Just watch the website I linked and when we get our firmware then we can possibly expect root and someone to try and unlock the bootloader. I'm not sure if there is a "anti root" in the AT&T phone because I'm not going to lose my phone. I already had to return for warranty due to defective screen and spen. Look at how long it takes the new iPhone software to get jailbroken.
TechNyne66 said:
AT&T has to because it's open source. They however can keep it for like 6 months to a year or something. With the cracks down on root AT&T and Verizon it might be a long wait with the locked bootloader saidly and we need a custom kernel to get root and we can't flash kernels with locked bootloader. Just watch the website I linked and when we get our firmware then we can possibly expect root and someone to try and unlock the bootloader. I'm not sure if there is a "anti root" in the AT&T phone because I'm not going to lose my phone. I already had to return for warranty due to defective screen and spen. Look at how long it takes the new iPhone software to get jailbroken.
Click to expand...
Click to collapse
Needing a custom kernel for root is actually a false statement. A custom kernel is not needed to get root for this device. The AT&T S6 for example got root without the bootloader being unlocked or a custom kernel.
Which leads me to the bootloader being unlocked. There is probably a 100% chance that we don't get an unlocked bootloader for this device. It's extremely difficult and there hasn't been an AT&T device in a very long time that has had it unlocked.
And since we would need that for a custom kernel and aosp roms, those things will probably never happen unfortunately.
The very best we can hope for is root and a recovery like FlashFire like the S6 got. And even then we would be limited to only Touchwiz roms.
We will more then likely need custom kernel with permissive set. AT&T and Verizon are saying there's anti root and that would be in the kernel and would need to be killed. If we do obtain root with stock kernel the phone is said to not boot.
http://www.idigitaltimes.com/samsun...d-features-att-and-verizon-models-wont-468357
It is one of those things where they're will be zero development until some Uber-geek cracks the bootloader issue. Then there will be 20 devices or more that will be released from developer quarantine...
Sent from my SAMSUNG-SM-N920A using Tapatalk
AOSP will never happen without unlocked bootloader.
I do have hope for a root such as Ping Pong. Honestly, with how clean these phones ship nowadays, all I want root for is to replace emojis with iOS style throughout the system so I can grasp more context from my text messages lol. Also, LCD Density change would be nice too.
Is there anybody working on root for this phone?
Sent from my SAMSUNG-SM-N920A
Have no need for root either except for xposed. Only want root for like 4 xposed modules.. Otherwise this device is nearly perfect
I need to change muy dpis
Enviado desde mi GT-N7100 usando Tapatalk 2
Planning on getting this phone today..
I have rooted and installed ROMs on almost every phone I have owned and really hope that eventually a safe way of rooting is obtained.
jellybear456 said:
a safe way of rooting
Click to expand...
Click to collapse
heh. I know what you mean, but I'm grumpy this morning so I'm going to pick this apart anyway.
If root is found on a boot loader locked device, it's usually via an exploit... Basically, most rooting mechanisms are similar to computer viruses. Sure, most of them are controlled viruses, but they exploit and expose security holes that something malicious could use just as easily. Instead of copying a "su" binary, that same exploit could install something that uploads your private data somewhere, or monitors the android keypad entry when you type credit card numbers, etc.
Don't get me wrong... I don't think that most of the root exploits here on XDA are doing that... but any time you use one, you should seriously consider that it might be. It would only take a single mishap to completely destroy your life outside of XDA.
To that end, you should REALLY pay attention to the entire filesystem both before and after an exploit is applied. See what files, if any, are modified and/or added. If an exploit adds a "su" binary (which most of them do), try to replace that "su" binary with one from a trusted source BEFORE you put personal data on your phone. Never "root" a device that has any data on it.
Remember that no matter what precautions you might be taking, a rooted device has a lower level of security than one that isn't. Not only have you added a "simple" root mechanism, but you likely had to defeat the security mechanisms that are part of the security enhanced linux kernel. (There are exceptions to this, of course, but I've never seen the exceptions here on XDA or any other sites that aren't focused on security.)
If this message made you a bit more paranoid, that's a good thing. You should be paranoid about it. I'm not saying not to do it, and I'm certainly not saying that XDA is overflowing with malicious code...
garyd9 said:
heh. I know what you mean, but I'm grumpy this morning so I'm going to pick this apart anyway.
If root is found on a boot loader locked device, it's usually via an exploit... Basically, most rooting mechanisms are similar to computer viruses. Sure, most of them are controlled viruses, but they exploit and expose security holes that something malicious could use just as easily. Instead of copying a "su" binary, that same exploit could install something that uploads your private data somewhere, or monitors the android keypad entry when you type credit card numbers, etc.
Don't get me wrong... I don't think that most of the root exploits here on XDA are doing that... but any time you use one, you should seriously consider that it might be. It would only take a single mishap to completely destroy your life outside of XDA.
To that end, you should REALLY pay attention to the entire filesystem both before and after an exploit is applied. See what files, if any, are modified and/or added. If an exploit adds a "su" binary (which most of them do), try to replace that "su" binary with one from a trusted source BEFORE you put personal data on your phone. Never "root" a device that has any data on it.
Remember that no matter what precautions you might be taking, a rooted device has a lower level of security than one that isn't. Not only have you added a "simple" root mechanism, but you likely had to defeat the security mechanisms that are part of the security enhanced linux kernel. (There are exceptions to this, of course, but I've never seen the exceptions here on XDA or any other sites that aren't focused on security.)
If this message made you a bit more paranoid, that's a good thing. You should be paranoid about it. I'm not saying not to do it, and I'm certainly not saying that XDA is overflowing with malicious code...
Click to expand...
Click to collapse
Yes, I do realize that rooting a device often does take advantage of any security holes found, and I also realize that there is no, in the literal sense, "safe" way to root a phone considering it is exploiting security flaws. Personally, I have never had such an issue of having something malicious on my phone after rooting(at least not to my knowledge)
By "safe" I meant a way to root without having the phone locked down and unable to boot. I am not worried about AOSP ROMs as I am completely content with using an AOSP themed launcher. But I would love to be able to uninstall bloat, ad block, greenify/amplify etc.
But I do appreciate your input on the subject as I have never put much thought into the security of the phone before and after root, or replacing the su binary with one from a trusted source or checking if it is from a trusted source.
It is also great to see someone else on the forums from Pittsburgh:highfive:
I have n920a. Please share the path to rooting this phone.
Cuando se podra rootear el dispositivo Samsung Galaxy Note 5 N920A?
Possible way to root?
I don't know if this would work. But what about flashing one of those new root.tar eng kernal then manually pushing the survey binary and super apk into phone then reflash stock kernal. I'm just intermediate at all this stuff. So idk if it would work or if this is stupid.
vahalaru said:
I don't know if this would work. But what about flashing one of those new root.tar eng kernal then manually pushing the survey binary and super apk into phone then reflash stock kernal. I'm just intermediate at all this stuff. So idk if it would work or if this is stupid.
Click to expand...
Click to collapse
It's possible, after flashing the eng-boot do this:
adb shell mount -o rw,remount /system
Then manually push SuperSU to system, or install King/Kingo Root
Just be careful this is still a tethered root.
I have posted a teathered root process that Michael31 found from the AT&T s6 section. It works and you can get reboots with hoot booting. The locked bootloader causing issues with the kernel needed add commands on hard boot to change to permissive mode. Few of us have tried to fix this issue and haven't found anyway yet.

Categories

Resources