TransformerTF101 lockbootloader ?? - Eee Pad Transformer Q&A, Help & Troubleshooting

I have Asus Eee Pad TransformerTF101 with an unlockbootloader is there any way to get the device back with locked bootloader ?
and how i can lock the bootloader again ?

The bootloader does not 'lock and unlock'. What are you trying to do? Unroot the device? Reinstall android OEM recovery and return to stock?
The 'locked' or 'unlocked' bootloader simply refers to the fact that the bootloader is encrypted, and for some versions we have the encryption key and can manually unlock via NVFlash to restore a bricked device, yet on other versions the bootloader key is unknown thus it is considered 'locked'.
I suggest reading up a bit more. If you don't know what you are trying to do and able to explain your problem then we can't possibly help you.

There is no concept of locked or unlocked in the tf101 bootloader, in the most general sense it is unlocked as it allows booting of unsigned kernels, and flashing of unsigned blobs.
the leaked key allows lower level communication (bootrom) with the device and can recover from bootloader errors.

hi Brothers
I applied these steps
http://www.youtube.com/watch?feature=player_embedded&v=VMHXeYMgPy4
Now i would like to return bootloader lock
thanx

You are not "back with a locked bootloaded" please use the right terminology..

luna_c666 said:
You are not "back with a locked bootloaded" please use the right terminology..
Click to expand...
Click to collapse
Haha I knew this one would be good!!!!!!!
I love how every once in awhile little stevie comes from nowhere and hands someone's ass back to them on a silver platter (done it to me a few times to lol)
One day i will be like himand you luna one day
Sent from my Transformer TF101 using xda premium

hi Brothers
Im sorry guyz i did n't explain to you what i wanted exactly ,
I applied these steps
http://www.youtube.com/watch?feature=player_embedded&v=VMHXeYMgPy4
Now i would like to return bootloader lock
thanx

lo3ti said:
hi Brothers
Im sorry guyz i did n't explain to you what i wanted exactly ,
I applied these steps
Now i would like to return bootloader lock
thanx
Click to expand...
Click to collapse
Maybe you're trying to say you want to unroot and return to stock?
Because the bootloader questions have been answered for you
by luna_c666 and lilstevie above.

baseballfanz said:
Maybe you're trying to say you want to unroot and return to stock?
Because the bootloader questions have been answered for you
by luna_c666 and lilstevie above.
Click to expand...
Click to collapse
I'm curious if the fellow is confusing the 'bootloader' with the recovery mode? From the sounds of it...he either has little understanding of english and can't/hasn't read my guide or is just dense, I'm leaning towards the first scenario

Related

[Q] return after unlocking bootloader

this may be a dumb question but after unlocking the bootloader will i still be able to return this to bestbuy? The tablet isn't bricked or anything and runs fine. If i return to stock and relock the bootloader will i have a hard time trying to return it?
Thanks
If done right, you shouldn't.
And by done right , you mean returning to stock and relocking the bootloader right?
Basically.
Sent from my Xoom using XDA Premium App
Stealyourface said:
If done right, you shouldn't.
Click to expand...
Click to collapse
I wouldn't think that they would have a way to even know that the bootloader was unlocked. Do you think they even check? The only way I can even think would be to run fastboot reboot bootloader.
personally I don't think they check. But you should always rather be safe than sorry.
thanks guys

[Q] Bootloader

Hey guys I have been reading through this forum and I think I get most stuff now. There is only one thing confusing me, when talking about bootloaders and unlocking them, everyone says its irreversible and you loose warranty and drm keys.
My question is, why? Can't we just backup it with CWM or similar? Can't we just make a backup when we receive the device from factory and then if we need warranty for something can't we just flash back and put everything original, including bootloader and stuff?
Thank you
shamelessly dumping to first page
Your warranty is never truly lost. Just remember, if they can't turn it on, they don't know it was rooted.
lowandbehold said:
Your warranty is never truly lost. Just remember, if they can't turn it on, they don't know it was rooted.
Click to expand...
Click to collapse
thank you, but my curiosity extends to the technical level, not just in the practical sense
gtype said:
thank you, but my curiosity extends to the technical level, not just in the practical sense
Click to expand...
Click to collapse
Ok, well the technical answer is once you unlock it, it can't be locked. Recovery does not back up your bootloader. A better alternative is flashing a different bootloader. There are some phones where the engineering bootloader used by OEM devs is available, so you can always go back to the stock bootloader.
EDIT: Actually now that I think about it, you can make a backup. I honestly have not dealt much with Samsung phones, so I am not sure if it is the same. But when you first root an HTC you take an initial image, which you store on your SD card or computer and you use it to unroot. When you unroot using that method it sets your bootloader back to factory. Also when you use a factory image, such as a PDxx.img and flash that through hboot, it gives you a stock bootloader as well.
lowandbehold said:
Ok, well the technical answer is once you unlock it, it can't be locked. Recovery does not back up your bootloader. A better alternative is flashing a different bootloader. There are some phones where the engineering bootloader used by OEM devs is available, so you can always go back to the stock bootloader.
Click to expand...
Click to collapse
isnt the bootloader in the boot partition?
gtype said:
isnt the bootloader in the boot partition?
Click to expand...
Click to collapse
Yes, the bootloader and the kernel are in the boot partition.
lowandbehold said:
Yes, the bootloader and the kernel are in the boot partition.
Click to expand...
Click to collapse
sorry if I'm being thick, but since the bootloader is part of the partition, what stops me from backuping all the partitions, unlock the bootloader, and then after some time flash the original dumped stuff?
gtype said:
sorry if I'm being thick, but since the bootloader is part of the partition, what stops me from backuping all the partitions, unlock the bootloader, and then after some time flash the original dumped stuff?
Click to expand...
Click to collapse
Hey, you can try it. That is a very sensitive partition to mess with. The main issue is, how many times have you flashed a ROM and for some reason it just doesnt flash right and you get a boot loop? Easy fix, wipe everything, reflash, good to go. If you flash the bootloader and reboot your phone and something went wrong with the flash...you have a hard brick. No coming back, period. So, experiment wisely. It is the same thing with flashing through terminal. If you get 1 space, 1 character wrong in the command line...hard brick.
actually I don't own a smartphone yet, but I'm going to soon. Since I'm well versed in Linux I was checking out the Android OS in general and that question popped up in my mind and I just couldn't find any info about it. Does that make kernel flashing dangerous too, since it's in the same partition as the bootloader?
gtype said:
actually I don't own a smartphone yet, but I'm going to soon. Since I'm well versed in Linux I was checking out the Android OS in general and that question popped up in my mind and I just couldn't find any info about it. Does that make kernel flashing dangerous too, since it's in the same partition as the bootloader?
Click to expand...
Click to collapse
No, kernel flashing is fine. A bad flash just ends in a bootloop, no big deal. Bootloaders and radios..those are the ones you have to be careful with.
lowandbehold said:
No, kernel flashing is fine. A bad flash just ends in a bootloop, no big deal. Bootloaders and radios..those are the ones you have to be careful with.
Click to expand...
Click to collapse
Alright, thank you very much.
Actually, it just struck me, why is it dangerous if it doesn't flash properly, the recovery partition is separate and you can make the device boot from it right?
gtype said:
Alright, thank you very much.
Actually, it just struck me, why is it dangerous if it doesn't flash properly, the recovery partition is separate and you can make the device boot from it right?
Click to expand...
Click to collapse
I am assuming you could if you have one backed up. But when a bootloader doesn't flash right and you get a brick, you can't even get into recovery. Most of the time the phone won't even power on. Because booting into recovery requires the bootloader.
lowandbehold said:
I am assuming you could if you have one backed up. But when a bootloader doesn't flash right and you get a brick, you can't even get into recovery. Most of the time the phone won't even power on. Because booting into recovery requires the bootloader.
Click to expand...
Click to collapse
I see. Thanks a lot for your time
gtype said:
I see. Thanks a lot for your time
Click to expand...
Click to collapse
Hey, no problem. Just sitting here on the front end of my 12 hour shift..nothing better to do!
lowandbehold said:
Hey, no problem. Just sitting here on the front end of my 12 hour shift..nothing better to do!
Click to expand...
Click to collapse
New question, if you are still around. What exactly is a locked bootloader? Is it just a bool in the bootloader code? Where are the DRM keys and why are they lost?
gtype said:
New question, if you are still around. What exactly is a locked bootloader? Is it just a bool in the bootloader code? Where are the DRM keys and why are they lost?
Click to expand...
Click to collapse
It depends on the device. A bootloader is usually unlocked by an unlock.bin for that device. I'm not an expert on bootloaders though...
dmeadows013 said:
It depends on the device. A bootloader is usually unlocked by an unlock.bin for that device. I'm not an expert on bootloaders though...
Click to expand...
Click to collapse
I was talking physically, like are the keys in the bootloader, is S_OFF etc bool variables etc. I guess I'll try to dig it up somewhere. thanks
gtype said:
New question, if you are still around. What exactly is a locked bootloader? Is it just a bool in the bootloader code? Where are the DRM keys and why are they lost?
Click to expand...
Click to collapse
A locked bootloader doesn't allow you to change key parts of the system such as a kernel. So you can still root your phone, but all of the custom ROM's have to use the stock kernel. So if you are on a gingerbread stock ROM, you can't run Ice cream sandwich because you can't change kernels. The DRM keys are what is used to encrypt the bootloader, so if you unlock the bootloader the keys are lost.

[Q] HTC Jetstream S-off failed

Hi,
I followed the steps and procedure on htcdev.com and the process to get the HTC rooted as given by DoomLord, but while trying to get it s-off, going into the bootloader, it shows unlocked, but still gives s-on. Is that a problem? Any way to rectify this?
Also, in the process, somewhere down the line, the pen useablity has disappeared and am unable to use the pen. Tried factory settings and restore from bootloader, but no use-I use the pen feature heavily. So any way of getting it back?
Please help
Thanks in advance.
htcdev.com is not making s off, it only unlocks bootloader
Sent from my HTC Wildfire S using Tapatalk
kailashpchhabria said:
Hi,
I followed the steps and procedure on htcdev.com and the process to get the HTC rooted as given by DoomLord, but while trying to get it s-off, going into the bootloader, it shows unlocked, but still gives s-on. Is that a problem? Any way to rectify this?
Also, in the process, somewhere down the line, the pen useablity has disappeared and am unable to use the pen. Tried factory settings and restore from bootloader, but no use-I use the pen feature heavily. So any way of getting it back?
Please help
Thanks in advance.
Click to expand...
Click to collapse
You could try again. Also, posting in the most appropriate section: http://forum.xda-developers.com/showthread.php?t=1416145, you may get better feedback.
mstfkaratas said:
htcdev.com is not making s off, it only unlocks bootloader
Sent from my HTC Wildfire S using Tapatalk
Click to expand...
Click to collapse
Unlocking the bootloader is S-OFF .
Theonew said:
You could try again. Also, posting in the most appropriate section: http://forum.xda-developers.com/showthread.php?t=1416145, you may get better feedback.
Unlocking the bootloader is S-OFF .
Click to expand...
Click to collapse
I sort of understood that but on the bootloader, it still shows s-on rl. so was thinking if that was any problem or if it could just be ignored. this is my 1st android device so kind of new at things.
in any case, the pen glitch got solved-turns out that there was some new setting unlocked which had to be tweaked to make it work-hadn't done it with the new device.
Thanks anyways for the help..
kailashpchhabria said:
I sort of understood that but on the bootloader, it still shows s-on rl. so was thinking if that was any problem or if it could just be ignored. this is my 1st android device so kind of new at things.
Click to expand...
Click to collapse
No, it cannot be ignored (in most if not all cases). It probably is a problem, but if you tried again and it still results like that (or it tells you that you already have S-OFF), then you can continue the rooting process (hopefully it will work, but it would be strange).
Theonew said:
Unlocking the bootloader is S-OFF .
Click to expand...
Click to collapse
nope not S-OFF, it only puts *** UNLOCKED *** at top of bootloader AFAIK
It gave the same result when tried again. So went ahead with the root procedure. Got superuser but nit sure what to do further. Will figure it out next weekend. Got an exam on.the 8th..
Sent from my HTC PG09410 using XDA App
mstfkaratas said:
nope not S-OFF, it only puts *** UNLOCKED *** at top of bootloader AFAIK
Click to expand...
Click to collapse
Actually it is. If it was done properly (and successfully), it is S-OFF.

[q] how-to relock?

Hi all
i want to do this.
1.unlock
2.install CWM
3.apply root and kernels
4.install stock recovery
5.re-lock
6.done
[fastboot oem lock] is work??
or anyother way to re-lock??
ccs21 said:
Hi all
i want to do this.
1.unlock
2.install CWM
3.apply root and kernels
4.install stock recovery
5.re-lock
6.done
[fastboot oem lock] is work??
or anyother way to re-lock??
Click to expand...
Click to collapse
asus says there is no way to relock but we will see if the devs here cant figure something out
You CAN NOT Relock. The prime devs worked on it for months, and couldn't get anything working. If you decide to unlock you void your warranty and no longer get official ota's. You do get access to custom roms though.
thanks to Reply
TXKSSnapper said:
You CAN NOT Relock. The prime devs worked on it for months, and couldn't get anything working. If you decide to unlock you void your warranty and no longer get official ota's. You do get access to custom roms though.
Click to expand...
Click to collapse
Thanks to reply
then i cannot use OTA upgrade anymore?
ccs21 said:
Thanks to reply
then i cannot use OTA upgrade anymore?
Click to expand...
Click to collapse
Correct. The only reason I would recommend unlocking, is so that you can install a custom rom. If you do not want to install a custom rom you shouldn't unlock.
Can you still install stock firmware with adb/vipermod using blob files?
xAshxMoneyx said:
Can you still install stock firmware with adb/vipermod using blob files?
Click to expand...
Click to collapse
Everything works on the tablet still. Asus just has your SN blacklisted
Sent from my SGH-T989 using XDA
you can update, however not by ota. you update by flashing roms that are updated.
There may not be a way (yet) of relocking the bootloader, but there should be a way of preventing ASUS from logging the serial. From the decompiled unlock tool, the tool is sending something to https://mdm.asus.com/DMServer/DeviceState. However, that may not matter. In a previous thread about this (for the Transformer Prime), one developer found that the result returned from the ASUS server is stored in a variable that's never used
new ion? said:
Everything works on the tablet still. Asus just has your SN blacklisted
Sent from my SGH-T989 using XDA
Click to expand...
Click to collapse
I doubt they blacklist it, they did after all provide the tool. Of course, they do say they won't officially support if you do unlock, but that doesn't necessarily mean they wouldn't if you asked them.
californiarailroader said:
I doubt they blacklist it, they did after all provide the tool. Of course, they do say they won't officially support if you do unlock, but that doesn't necessarily mean they wouldn't if you asked them.
Click to expand...
Click to collapse
AFAIK the unlock tool requires an internet connection, this is for the purpose of notifying ASUS on what tablets have been unlocled
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Check up with the Prime forum - they have much more experience with this issue. AFAIK, unlocking means your on your own and ASUS means it.
Sent from my SCH-I510 using XDA
Is there a way to obtain root without an unlock? Sorry new to this game still reading
I have been enjoying the stock asus rom for now and just want root access but don't feel voiding the warranty less than 24 hours after buying it from best buy.
Really want to try the 6 axis controller for some emulating and who wouldnt love some overclocking (from what i have read this is possible on stock kernel)
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
dmcgrath009 said:
Is there a way to obtain root without an unlock?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1645029
Thank you, after I posted I found that and i am currently rooted and back to the latest ota.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
SOMEHOW, the "Device is UnLocked" has disappeared from boot screen
As I mentioned here just earlier today (or the full thread here), the "Device is UnLocked" has vanished from my boot screen. The screen that first shows up after you start your TF300.
I had gone through A LOT the past couple of days trying to UN-BRICK my device. Once I fixed my TF300, the "Device is UnLocked" is no longer in the upper left-hand corner anymore.
I have no clue what I did, or even if it's really "Locked" again. All I know is that it's gone. I think I might have accidentally tweaked something that might have just turned off the actual "Device is UnLocked" text. But I don't know...
-h3llsdr0id

fastboot on locked TF300T

OK. I have not gotten a clear answer out of all the forums i have read. simple question
Can I load/use fastboot on a locked (and never been unlocked) TF300T?
I cannot get the USB icon to load up for the life of me. I get wipe and android. Any help would be greatly appreciated. thanks
Silpheed21 said:
OK. I have not gotten a clear answer out of all the forums i have read. simple question
Can I load/use fastboot on a locked (and never been unlocked) TF300T?
I cannot get the USB icon to load up for the life of me. I get wipe and android. Any help would be greatly appreciated. thanks
Click to expand...
Click to collapse
No, only unlocked
I have TF300TG with JB 4.1.1. No unlock bootloader and HAVE USB icon (fastboot).
lynnm said:
I have TF300TG with JB 4.1.1. No unlock bootloader and HAVE USB icon (fastboot).
Click to expand...
Click to collapse
I had fastboot on TF300TG too with JB before I hard bricked it....
http://support.asus.com/download.as...er Pad TF300T&os=32&hashedid=8BmzkQ4yoz5WzBrW
Click utilities,choose unlocker, choose happiness
....or take the blue pill and wake up believing..what ever you want to believe.
CyberdyneSystems said:
Click utilities,choose unlocker, choose happiness
....or take the blue pill and wake up believing..what ever you want to believe.
Click to expand...
Click to collapse
LoL.
I would unlock. but i have had way too many issues with my asus tablets in the past. i dont want to give them a reason to say no to my warranty. I am rooted though. I cannot update to JB for my life. So i was going to flash the blob file but I cannot get to fastboot. I am not sure what to do anymore. On my original transformer, i was able to flash back to stock using nvflash from a desktop. Not sure if it was nvflash exactly, but whatever it was, i flash the stock rom from my desktop. From my hours of reading these forums, i have not seen the same option for tf300t.

Categories

Resources