[how to] remove your "tampered" banner - HTC One Max

if you have recently s-off'ed using a java card,or some other exploit that did not remove your tampered banner from the bootloader screen,then this thread is for you.
prerequsites:
*you must be s off.
*you must have superuser installed(see this thread if you need help installing superuser)
read this:
this will not work if your s on
the usual disclaimers:
i have tested this my my m7_ul t mobile variant,but use this info at your own risk. if it melts your phone into a little pile of aluminum goo,its not my fault.
it has been successfully tested on t6ul with MID 0P3P51000. i feel it is safe for other t6ul users,all MIDs,however,you are welcome to dump and we can verify the flag locations if you have concern.
if you have a different variant than t6ul,please pm me for more info prior to trying this.
credits
-beaups for giving me the echo comand,so yall didnt need to dump,edit with a hex editor,and copy back
-andybones for testing it on m7_wlv
*pradeepvizz for getting the ball rolling for t6 users-dumping partitions,testing commands and providing screenshots. make sure to give him a big thanks
*Murrda and Jiggity Janx for providing the dumps that located the flag for vzw variants.
*Murrda for testing on t6whl
IF you are an advanced user with adb/fastboot set up and some basic knowlede of the cmd window,you can skip to #2
1)set up adb
-download this file
-install drivers: if you have htc sync installed,you should allready have drivers. if not,you can install htc sync,or install these modified htc drivers from revolutionary (driver mirror)
-unzip your miniadb_v1031.zip file. this is native funtionality in windows 7. you otherwise may need a utility such as "7-zip" to extract,or unzip it. place the unzipped folder onto the root of your C drive on your PC. root means the top level,not inside any folders. so just copy and paste,or drag and drop the folder onto C with everything else that is there. you may want to rename it to "miniadb_m7" since youll be putting some device specific files in here.
-open a command window. on windows 7,click the start bubble in the lower left and type "command" in the search box. xp i believe is similar or the same. doing this should open a small black command window.
-change to your miniadb_m7 directory. type the following at the prompt in your cmd window:
cd c:\miniadb_m7
your command promt should change to "c:miniadb_m7>" provided you: 1)unzipped the miniadb_v1031 zip file,and 2)put the folder on your c drive,and 3)entered the name of the folder correctly ("miniadb_m7" in this case)
-now make sure usb debugging is checked in developer options(you will need to turn it on first),and plug your phone into your PC with a usb cable
-make sure your phone is being recognized- type:
adb devices
if your drivers are installed correctly,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,then enter this command:
adb reboot bootloader
this should take your phone to the "fastboot" screen,wich is white with colored letters. this is one mode of your bootloaders interactive modes. at the top youll see fastboot devices as confirmation youre in fastboot.
now enter:
fastboot devices
again,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,you can enter the following to boot back to the phones OS:
fastboot reboot
and now,youve installed adb/fastboot and tested youre phones drivers. if at either spot,you have trouble and dont get your serial number back,there is some sort of connection issue. use these steps to troubleshoot:
troubleshooting connectivity issues:
-try a reboot of the PC
-try different usb cables and ports
-dont use a usb hub
-dont use usb 3.0
-make sure nothing capable of comunicating with the phone is enabled and running. htc sync,pdanet,easy tether,and even itunes have all been known to cause issues.
-windows 8 has been known to have issues. try a windows 7 or older machine
failing the above,
-i use these drivers for fastboot and adb(donwload and run as admin): http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe (mirror)
failing that,try manually updating the drivers in the following manner:
-put the phone in fastboot mode(select fastboot from the hboot menu)
-open device manager on the PC
-plug in phone,watch for it to pop up in device manager.
-update drivers with device manager,pointing the wizard to the extracted
driver download folder from above
note that you can check the connectivity of the phone,and make sure drivers are working by in the following manner:
-open cmd window. change to directory containing adb/fastboot utilities
-adb with the phone in the booted OS,usb debug enabled,enter:
adb devices in a cmd window
-fastboot with phone in fastboot,enter:
fastboot devices in cmd window
in either case,a properly connected phone with working drivers installed should report back the phones serial number.
Click to expand...
Click to collapse
this process,in your cmd window,should look something like this:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Scott>[COLOR="red"]cd c:\miniadb_m7[/COLOR]
c:\miniadb_m7>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
FAxxxxxxxxxx device
c:\miniadb_m7>[COLOR="red"]adb reboot bootloader[/COLOR]
c:\miniadb_m7>[COLOR="red"]fastboot devices[/COLOR]
FAxxxxxxxxxx fastboot
c:\miniadb_m7>[COLOR="red"]fastboot reboot[/COLOR]
rebooting...
finished. total time: 0.037s
c:\miniadb_m7>
2)reset your "tampered" flag
verizon users:
enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265989
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify tamered is gone
everyone else:
enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify tamered is gone
how to lock/unlock without htcdev

Thanks mate works perfectly fine on mine LOL!!!

scotty1223 said:
if you have recently s-off'ed using a java card,or some other exploit that did not remove your tampered banner from the bootloader screen,then this thread is for you.
prerequsites:
*you must be s off.
*you must have superuser installed(see this thread if you need help installing superuser)
read this:
this will not work if your s on
the usual disclaimers:
i have tested this my my m7_ul t mobile variant,but use this info at your own risk. if it melts your phone into a little pile of aluminum goo,its not my fault.
it has been successfully tested on t6ul with MID 0P3P51000. i feel it is safe for other t6ul users,all MIDs,however,you are welcome to dump and we can verify the flag locations if you have concern.
if you have a different variant than t6ul,please pm me for more info prior to trying this.
credits
-beaups for giving me the echo comand,so yall didnt need to dump,edit with a hex editor,and copy back
-andybones for testing it on m7_wlv
*pradeepvizz for getting the ball rolling for t6 users-dumping partitions,testing commands and providing screenshots. make sure to give him a big thanks
IF you are an advanced user with adb/fastboot set up and some basic knowlede of the cmd window,you can skip to #2
1)set up adb
-download this file
-install drivers: if you have htc sync installed,you should allready have drivers. if not,you can install htc sync,or install these modified htc drivers from revolutionary (driver mirror)
-unzip your miniadb_v1031.zip file. this is native funtionality in windows 7. you otherwise may need a utility such as "7-zip" to extract,or unzip it. place the unzipped folder onto the root of your C drive on your PC. root means the top level,not inside any folders. so just copy and paste,or drag and drop the folder onto C with everything else that is there. you may want to rename it to "miniadb_m7" since youll be putting some device specific files in here.
-open a command window. on windows 7,click the start bubble in the lower left and type "command" in the search box. xp i believe is similar or the same. doing this should open a small black command window.
-change to your miniadb_m7 directory. type the following at the prompt in your cmd window:
cd c:\miniadb_m7
your command promt should change to "c:miniadb_m7>" provided you: 1)unzipped the miniadb_v1031 zip file,and 2)put the folder on your c drive,and 3)entered the name of the folder correctly ("miniadb_m7" in this case)
-now make sure usb debugging is checked in developer options(you will need to turn it on first),and plug your phone into your PC with a usb cable
-make sure your phone is being recognized- type:
adb devices
if your drivers are installed correctly,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,then enter this command:
adb reboot bootloader
this should take your phone to the "fastboot" screen,wich is white with colored letters. this is one mode of your bootloaders interactive modes. at the top youll see fastboot devices as confirmation youre in fastboot.
now enter:
fastboot devices
again,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,you can enter the following to boot back to the phones OS:
fastboot reboot
and now,youve installed adb/fastboot and tested youre phones drivers. if at either spot,you have trouble and dont get your serial number back,there is some sort of connection issue. use these steps to troubleshoot:
this process,in your cmd window,should look something like this:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Scott>[COLOR="red"]cd c:\miniadb_m7[/COLOR]
c:\miniadb_m7>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
FAxxxxxxxxxx device
c:\miniadb_m7>[COLOR="red"]adb reboot bootloader[/COLOR]
c:\miniadb_m7>[COLOR="red"]fastboot devices[/COLOR]
FAxxxxxxxxxx fastboot
c:\miniadb_m7>[COLOR="red"]fastboot reboot[/COLOR]
rebooting...
finished. total time: 0.037s
c:\miniadb_m7>
2)reset your "tampered flag"
enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify tamered is gone
how to lock/unlock without htcdev
Click to expand...
Click to collapse
Will this work for HTC butterfly s
Sent from my HTC Butterfly s using xda premium

daorderdillon said:
Will this work for HTC butterfly s
Sent from my HTC Butterfly s using xda premium
Click to expand...
Click to collapse
is your device s off?

scotty1223 said:
is your device s off?
Click to expand...
Click to collapse
It worked
Sent from my HTC Butterfly s using xda premium

daorderdillon said:
It worked
Sent from my HTC Butterfly s using xda premium
Click to expand...
Click to collapse
if you ran the command above without knowing what lived in the location its writing to,that was an extremely stupid move. you could have easily overwrote somethign important and been left with anything from simply not working,to bootloops,to a hard bricked device.
you are lucky it appears to have been the same,and your impatience did not leave you with an expensive paperweight. hopefully you will not rush into things like this in the future,as i was perfectly willing to make sure it was safe before yuo did it.

scotty1223 said:
if you ran the command above without knowing what lived in the location its writing to,that was an extremely stupid move. you could have easily overwrote somethign important and been left with anything from simply not working,to bootloops,to a hard bricked device.
you are lucky it appears to have been the same,and your impatience did not leave you with an expensive paperweight. hopefully you will not rush into things like this in the future,as i was perfectly willing to make sure it was safe before yuo did it.
Click to expand...
Click to collapse
Its a device wihth the same specs and almost same hardware what's the big difference
Sent from my HTC Butterfly s using xda premium

daorderdillon said:
Its a device wihth the same specs and almost same hardware what's the big difference
Sent from my HTC Butterfly s using xda premium
Click to expand...
Click to collapse
those things dont gaurantee that things are in the same spots. im glad it worked out for you,but you were lucky. remember s off is letting you do whatever you want,including brick your device if youre not careful

scotty1223 said:
those things dont gaurantee that things are in the same spots. im glad it worked out for you,but you were lucky. remember s off is letting you do whatever you want,including brick your device if youre not careful
Click to expand...
Click to collapse
Well we need stuff on the HTC butterfly S forum and we aint getting any so if I cud find a way to get some stuff I will or do u wanna do it
Sent from my HTC Butterfly s using xda premium

Worked on Sprint HTC One Max Thanks a ton!

Now is the time for everyone who has not donated to the great devs we have to break out their paypal! This initial great group of devs are helping us all out by creating a foundation for rom/kernel/whatever devs to provide us their magic from now on. Without these guys laying the framework none of that would be possible. Remember that we are very lucky that this mostly obscure device is getting the fabulous development support it is at this time. So show your support and DONATE!!

Scotty1223 this did not work for me on my Verizon HTC One Max.... ;-( boohoo lol
Any suggestions on what I can do to get rid of the tampered flag? My Verizon HTC One Max may have been the first Vzw with s-off and unlock but I could be wrong.. I let Beaups take over my Macbook and Max for a few hours and he went to town with the rumrunner tool to get it all set up and working right... I don't care if the "Tampered" is there but if I can get rid of it I will...
Let me know if there is anything that you need me to do for you to get it to work on the Vzw variant! Thanks my dude!!
---------- Post added at 11:35 AM ---------- Previous post was at 11:31 AM ----------
Oh so here was the output from terminal after running your command.......
Pauls-MacBook-Pro:~ paul$ adb shell
[email protected]:/ $ su
[email protected]:/ # echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
1+0 records in
1+0 records out
1 bytes transferred in 0.007 secs (142 bytes/sec)
[email protected]:/ # exit
[email protected]:/ $ exit
Pauls-MacBook-Pro:~ paul$ adb reboot bootloader
Could this be which I just noticed right now that it is "t6wl" and not "t6ul" ?? The phone booted up no problems, so far.... lol..... Fingers crossed! Everything seems to be working i.e: calls, data, etc etc

Murrda said:
Scotty1223 this did not work for me on my Verizon HTC One Max....
Could this be which I just noticed right now that it is "t6wl" and not "t6ul" ?? The phone booted up no problems, so far.... lol..... Fingers crossed! Everything seems to be working i.e: calls, data, etc etc
Click to expand...
Click to collapse
I linked him to some partitions I pulled at his request yesterday. t6wl must be the Verizon version cause that's what mine says as well. I think he would like to work with you because I don't appear to have the tampered flag.
"In case you need them:
adb shell
su (if you need to to get a #)
dd if=/dev/block/mmcblk0p3 of=/sdcard/mmcblk0p3
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6
dd if=/dev/block/mmcblk0p7 of=/sdcard/mmcblk0p7
exit
youll find the files on your (internal) sd card
Just upload them somewhere and send (him) the links"

So you were able to move your "Tampered" flag on the Vzw? Yeah ill get them and upload in a few moments
Jiggity Janx said:
I linked him to some partitions I pulled at his request yesterday. t6wl must be the Verizon version cause that's what mine says as well. I think he would like to work with you because I don't appear to have the tampered flag.
"In case you need them:
adb shell
su (if you need to to get a #)
dd if=/dev/block/mmcblk0p3 of=/sdcard/mmcblk0p3
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6
dd if=/dev/block/mmcblk0p7 of=/sdcard/mmcblk0p7
exit
youll find the files on your (internal) sd card
Just upload them somewhere and send (him) the links"
Click to expand...
Click to collapse

Murrda said:
So you were able to move your "Tampered" flag on the Vzw? Yeah ill get them and upload in a few moments
Click to expand...
Click to collapse
There doesn't appear to be a visible tampered flag for me. That's why he was looking for someone that had one visible to provide those partitions.

Thanks,I would like to see them. Pm me some links wen you get them uploaded.
Sent from my HTC first using Tapatalk

Murrda said:
Yeah ill get them and upload in a few moments
Click to expand...
Click to collapse
any luck?

Yo I sent you the links in a PM, let me know what's good! Thanks!!
scotty1223 said:
any luck?
Click to expand...
Click to collapse

scotty1223 said:
any luck?
Click to expand...
Click to collapse
If it helps any I think I do have the 'tampered ' banner while booting into recovery. Surprisingly enough I only barely caught. Haven't tried removing the lock and tamper yst.

Murrda said:
Yo I sent you the links in a PM, let me know what's good! Thanks!!
Click to expand...
Click to collapse
check your pms,let me know what happens
Jiggity Janx said:
If it helps any I think I do have the 'tampered ' banner while booting into recovery. Surprisingly enough I only barely caught. Haven't tried removing the lock and tamper yst.
Click to expand...
Click to collapse
if your refering to the red "this build is for development purposes blah blah " text,that comes from running a custom recovery and/or kernel. i believe it is hboots reaction to finding an inappropriate signiture for one of those partitions. with other devices folks are hex editing the text to spaces, or using the regaw bootloader modifier tool to elimiate it(someone(not me) would have to make you a plug in for that tool to work).

Related

Help Unlocking Bootloader Failed! (Htc dev)

i did exactly every steps that show. but how come when i submit.
We're sorry, but it appears your attempt to unlock the bootloader on this device has failed. This could be caused by several factors including simple errors in the entry of the unlock token, problems with your device, or a lack of manufacturer support for the unlocking process. Please see the specific error code listed below, and try again if necessary.
Error Code: 140.
Error Reason: Token Decryption Fail.
Help!!!!!!!!!!!!!!!!
try going thru the whole process again, gettin the token and make sure u copy the "<<<<<<<<" too
Make sure you copy your token identifier in a notepad and delete "info" on the left side.
This should be posted in Q&A section.
<<<< Identifier Token Start >>>>
82520115AFCD5337DCDC6485A6D7D4B8
376D2DF9939BF47E6378597AFD70F7DF
451558E2810941B9D81C93F5DDC9EF95
3479EA6AD52893243D92159DB9CE811B
04C0CDF6110E7A639ABA2594AF8B554C
2EA1C220CBF75B9920AB072A839819C7
1F439E0D2A48068759FD2F2FB378C758
758CBE0CAE55F316C6BE8B0084209B5B
54C150522AD3F3265C053B6911BA6F14
23C2B5B88BC74AB3792A0704B6563F11
62D6B0BACB741AE287F9FDAD7C022CF5
B691FAEB0C4C2E79B82012695A1B5298
C29F5B396397047A77007643C9ADE588
61F90A391B7AC0945E264CA500C978AB
F03F42FE9A3E7584508FEA909CD2D82F
135C461490BE1978ED2A8DD814C37535
<<<<< Identifier Token End >>>>>
this how i copy.
dt53444 said:
<<<< Identifier Token Start >>>>
82520115AFCD5337DCDC6485A6D7D4B8
376D2DF9939BF47E6378597AFD70F7DF
451558E2810941B9D81C93F5DDC9EF95
3479EA6AD52893243D92159DB9CE811B
04C0CDF6110E7A639ABA2594AF8B554C
2EA1C220CBF75B9920AB072A839819C7
1F439E0D2A48068759FD2F2FB378C758
758CBE0CAE55F316C6BE8B0084209B5B
54C150522AD3F3265C053B6911BA6F14
23C2B5B88BC74AB3792A0704B6563F11
62D6B0BACB741AE287F9FDAD7C022CF5
B691FAEB0C4C2E79B82012695A1B5298
C29F5B396397047A77007643C9ADE588
61F90A391B7AC0945E264CA500C978AB
F03F42FE9A3E7584508FEA909CD2D82F
135C461490BE1978ED2A8DD814C37535
<<<<< Identifier Token End >>>>>
this how i copy.
Click to expand...
Click to collapse
That looks correct. So you already got your Unlock_code.bin?
<<<< Identifier Token Start >>>>
82520115AFCD5337DCDC6485A6D7D4B8
376D2DF9939BF47E6378597AFD70F7DF
451558E2810941B9D81C93F5DDC9EF95
3479EA6AD52893243D92159DB9CE811B
04C0CDF6110E7A639ABA2594AF8B554C
2EA1C220CBF75B9920AB072A839819C7
1F439E0D2A48068759FD2F2FB378C758
758CBE0CAE55F316C6BE8B0084209B5B
54C150522AD3F3265C053B6911BA6F14
23C2B5B88BC74AB3792A0704B6563F11
62D6B0BACB741AE287F9FDAD7C022CF5
B691FAEB0C4C2E79B82012695A1B5298
C29F5B396397047A77007643C9ADE588
61F90A391B7AC0945E264CA500C978AB
F03F42FE9A3E7584508FEA909CD2D82F
135C461490BE1978ED2A8DD814C37535
<<<<< Identifier Token End >>>>>
this is how i copy
still got same error!!!
Error Code: Invalid Bootloader Token Length.
Error Reason: The submitted Token appears to be the wrong length and won't work.
i got it people. Thank you
What was the problem?
I'm facing the same issue
Make sure you aren't selecting the empty column just to the left of the token identifier. There is a single vertical line to the left that sometimes gets selected if your not carefull. I am willing to bet that this is your problem.
Mine is getting to this point:
c:\Android>fastboot oem get_identifier_token
< waiting for device >
and then just sits there. Is this because I rooted before doing HTCDev?
Will
shellguy said:
Mine is getting to this point:
c:\Android>fastboot oem get_identifier_token
< waiting for device >
and then just sits there. Is this because I rooted before doing HTCDev?
Will
Click to expand...
Click to collapse
i rooted before htc dev so that shouldn't b your problem also read this thread cause alot of ppl are having a difficult time selecting the token
I get
C:\Users\mark\Downloads\android-sdk_r12-windows\android-sdk-windows\platform-too
ls>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
and it just sits there. Only way to end it is to unplug phone. RUU'ed and updated htc sync then went through the whole process again and still nothing.
ummm am i an idiot..but i dont see the evo 4g lte listed on htcdev...which one are ya'll selecting
dahray02 said:
ummm am i an idiot..but i dont see the evo 4g lte listed on htcdev...which one are ya'll selecting
Click to expand...
Click to collapse
At the bottom "All Other Supported Models"
shellguy said:
Mine is getting to this point:
c:\Android>fastboot oem get_identifier_token
< waiting for device >
and then just sits there. Is this because I rooted before doing HTCDev?
Will
Click to expand...
Click to collapse
Make sure you have the proper drivers installed if not adb wont communicate with the phone.
Sent from my EVO using xda premium
durandetto said:
Make sure you have the proper drivers installed if not adb wont communicate with the phone.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I used the same PC to root the device too, but that was done via script.
Will
I'm having a problem as well. I got my Unlock code email. I downloaded it and put it in the Android file I created. Highlighted folder, shift+right click, got my cmd prompt, copied and pasted the fastboot flash unlock token...... and got this:
C:\Android>fastboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'
C:\Android>
I don't remember having any issues when I did my Evo3d????????
FIXED: Had to actually type command. DO NOT copy and paste
shellguy said:
I used the same PC to root the device too, but that was done via script.
Will
Click to expand...
Click to collapse
Do you have adb installed?
Did you put in the path in your environment variables?
Do you have have HTC sync or disk drive disabled?
Is USB debugging on?
Lastly, computer OS? sometimes its just easier to use xp than w7.
If the answer to the first 4 questions were all yes, it should work...
What? XP is kicking my a$$! When I'm on a friends win7 PC, it finds drivers right away. Hell, I still can't even get XP to recognize my device storage to put my music on my phone (adb sees my device just fine and fastboot commands dont work either). Driving me nuts.
sent from my Evo LTE, usually.

[Q] Can't get identifier token

I have the phone in Bootloader mode (holding down power and volume down keys). I have all the required software installed. I use the command prompt to get my token and copy the info into the requisite slot in the HTC website window and when I hit the continue button I get an error message "Error Code: Invalid Bootloader Token Length.
Error Reason: The submitted Token appears to be the wrong length and won't work"
I have tried multiple times on two different computers. Always the same error. It is 7:30 pm EDT. I need help cuz I may be running out of time.
DiggerG said:
I have the phone in Bootloader mode (holding down power and volume down keys). I have all the required software installed. I use the command prompt to get my token and copy the info into the requisite slot in the HTC website window and when I hit the continue button I get an error message "Error Code: Invalid Bootloader Token Length.
Error Reason: The submitted Token appears to be the wrong length and won't work"
I have tried multiple times on two different computers. Always the same error. It is 7:30 pm EDT. I need help cuz I may be running out of time.
Click to expand...
Click to collapse
You aren't copying it right. Read the instructions and ensure you are only copying the information it wants
Sent from my HTC One using xda premium
Finally got it to work, but I'm not sure what I did differently. Put Command prompt window next to website window and that did it, but don't know why. Anyhow I have my email.
And I'm unlocked!!!
mine is stuck at waiting for device after i put in the command. Is there anyway anyone can send me the fastboot, adb, and adbwinapi.dll they used? I'm wondering if mine just isn't the right one but they should be. also i have the phone hooked up first and then go into fastboot and it says fastboot usb before i type in the command
thanks for any help
What do you mean "Stuck waiting for device after I put in the command"? If you pm me an email address, I can send the files tonight when I return from work.
DiggerG said:
What do you mean "Stuck waiting for device after I put in the command"? If you pm me an email address, I can send the files tonight when I return from work.
Click to expand...
Click to collapse
I type in "fastboot oem get_identifier_token" and then it displays waiting for device but doesn't do anything after that I waited for 30 minutes the first time and it stayed saying that. Ok I'll PM it now thank you
brom66an6 said:
I type in "fastboot oem get_identifier_token" and then it displays waiting for device but doesn't do anything after that I waited for 30 minutes the first time and it stayed saying that. Ok I'll PM it now thank you
Click to expand...
Click to collapse
The device isnt connected properly to the computer. Make sure you open your command prompt in the android folder and have the files within the same folder (i did this on OS X)
And then check to make sure you the computer recognizes the phone with
fastboot devices
You should see your device listed if it is connected properly.
brom66an6 said:
I type in "fastboot oem get_identifier_token" and then it displays waiting for device but doesn't do anything after that I waited for 30 minutes the first time and it stayed saying that. Ok I'll PM it now thank you
Click to expand...
Click to collapse
Did you install the HTC Sync Manager or install the HTC USB drivers from another source? Your phone won't be detected until you have the drivers installed. (I'm assuming you're using a Windows computer)
brom66an6 said:
mine is stuck at waiting for device after i put in the command. Is there anyway anyone can send me the fastboot, adb, and adbwinapi.dll they used? I'm wondering if mine just isn't the right one but they should be. also i have the phone hooked up first and then go into fastboot and it says fastboot usb before i type in the command
Either need htc drivers or your not in fastboot usb/bootloader
thanks for any help
Click to expand...
Click to collapse
If your getting that error, you have fastboot and adb but you haven't installed htc drivers yet.
If you don't have fastboot/adb files you will get a unknow command error.
Sent from my SPH-L710 using Tapatalk 2
*edit - I got it taken care of now i uninstalled and reinstalled the drivers and it worked this time. Thank you everyone for the help.
has anyone received the "Error Code (10) A request for the USB descriptor failed" error message? i can't get my laptop to seen my device in fastboot mode. i've installed/uninstalled the HTC drivers but no change. weird part is that i can communicate with my device via ADB when booted normally. any suggestions would be appreciated.
Waiting (and waiting) for device
18th.abn said:
If your getting that error, you have fastboot and adb but you haven't installed htc drivers yet.
If you don't have fastboot/adb files you will get a unknow command error.
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
I'm having exactly the same issue as brom66an6. fastboot starts, but never proceeds from "waiting for the device". If this is a driver problem, what drivers need to be installed on the phone?
what next??? I have the identifier token..
DiggerG said:
And I'm unlocked!!!
Click to expand...
Click to collapse
Great for you, I can't wait to get there myself.
It was late last night and I was one click away, but wan't sure how long until the next break stop would be, so I went to bed.
Now, I cannot recall what I was supposed to do. Can anyone please shed some light on the next instructions, I can no longer access these as I believe it was shown when you click to continue??
I have all the files/drivers and token placed in the same location on my drive and as a guess I've also copied the token .zip file to the SDcard on my HTC One X (vodafone stamped
I really wished they have a removable battery and media card support!! I have just purchased a new battery from eBay that proclaims a new chip on it that prevents overcharging. So that should be interesting, since the HTC charger is not a switching charger like my BlackBerry ones were.
What I want:
ROOT
a new clean/fast/efficient ROM, was thinking clockworkmod.
Since I have zero experience and limited time to troll through forums these days, I am really finding it hard to find a REALLY simple step by step guide to perform this. I know, it's not a simple proccess, I know, but perhaps just the steps in a efficient, simple list, overlooking stuff like backups etc, but perhaps a TIP to mention it would be a good idea as the next step will wipe everything etc
Thanks if you're still reading and perhaps WERE at my stage once before.
I'm sure custom ROMs are a personal preference, but any bad points about ROMs would probably be better than selling the good points.
CWM should be fine for my first attempt???
MANY thanks in advance for your time.
Steve.
[EDIT]
I'm now unlocked!!!!
I found the website that I was following, it is fantastic and just the right amount of simple for me.
Check it out...
www*droid-now*com/2013/08/htc-one-unlocking-bootloader-installing-custom-recovery-and-root/
Amazing Thanks..
DiggerG said:
Finally got it to work, but I'm not sure what I did differently. Put Command prompt window next to website window and that did it, but don't know why. Anyhow I have my email.
Click to expand...
Click to collapse
That sounds stupid... but it works, worked for me...
hi
i am trying to unlock the bootlaoder for my new htc m9
after i got the unloch_code, i receive this msg in cmd
target reported max download size of 800000000 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.009s]
writing 'unlocktoken'...
(bootloader) flash unlocktoken
(bootloader) [KillSwitch] : /dev/block/bootdevice/by-name/frp
(bootloader) [KillSwitch] Last Byte is 0X01, enable unlock
FAILED (remote: UnlockToken Verify Fail!!)
finished. total time: 0.038s
please help
what is missing ?
Can someone answer this
My htc one x9 gets recognized by my laptop everything works well
Lequired software is installed properly
And i try to type in fastboot devices and my phone appears to be in fastboot
But when i type fastboot oem get_identifier_token it says FAILED(remote:unknown command)
Finished.time:0.005
Plz im begging for help
Mine struck after the entry of code fastboot OEM get_identifier_token and my device is already detected and it's showing three dots "..." And that's it

[Q] Question about HTC DEV, error issue

Ok so Iv manged to finally get the screen to say "waiting for device" But thats when the phone is on..
If i restart with VOL DOWN and power into FAST BOOT USB AND I GO type in the cmd " fastboot oem get_identifier_token."
It says >>>>>> <Bootloader> [ERR] COMMAND ERROR wTF is the issue? I downloaded a ADB tool that installed in my CMD, I tried the SDK and it never would take always threw up error etc, so I ran across something else and its the Furthest iv gotton so far..
Only issue now is This ERROR when im in FASTBOOT USB.. Ive got a Virgin Mobil.. HBOOT 1.58.0000
Also on the HTC DEV site when i would go to DL the Zip for windows, At one point it kept saying ADB etc is missing.. So i found a program with the main tools that makes it do what it needs to without all the extra stuff SDK installs, Which again BTW would never fully extract and work..
So i go to the zip file i download for windows and now i go to run it, and it throws up the CMD window for half a sec and i can see allot is filled out but it goes rite away... So as i said this is the furthest ive gotton to unlocken it.. What could be causing this???
I can walk you through it, I don't know what is in the zip you down loaded
Cant view code sent in email from htc dev
jcfunk said:
I can walk you through it, I don't know what is in the zip you down loaded
Click to expand...
Click to collapse
So ive manage to get my Phn to work for me and the program i DL/// . I got my token from HTC DEV, But now my only issue is The email they sent me with the code in it, I cant view it??
Does it take some kinda special view? It says its a UDF code or something? like that.. IM SOO CLOSE to unlocking it but so far at same time..
I never could get sdk tools to DL i found a ADB program that managed to make everything work just fine. It went from Pulling up NOTHING IN CMD for my phone, then with that simple download of the ADB program, It was a program someone just put the main things needed together and left out all the XTRA BS that SDK tools come with, SDK tools never once downloaded or open rite..
But as i said Ive pasted the TOKEN!! GOT SENT THE EMAIL, But the code attachment sent is not viewable, I have never run across something like this.... Ive also posted in EVO 3D about this issue, But anyone have a idea what i need to view the code?
BTW THIS IS THE SITE I DL THE PROGRAM FROM THAT FINALLY got me to get my CMD prompt to work for my phone and eventually give mmmmme my token..... Take a look at it... It might be allot easier new way for newbies in the future.
http://dottech.org/21534/how-to-install-adb-and-fastboot-on-your-windows-computer-for-use-with-your-android-phone/
It's not viewable easily, you send file to phone using fastboot commands. The phone will bring up a screen asking you if you want to unlock
jcfunk said:
It's not viewable easily, you send file to phone using fastboot commands. The phone will bring up a screen asking you if you want to unlock
Click to expand...
Click to collapse
Im new to this whole thing, My issue also is I only have one smartphone, the one im unlocking and im just running it on wifi.. But Could i still send it to my phone somehow? Or is there another way to view the damn code>? I cant believe This one thing is holding me up..
it says this " VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this.
Ive saved it to the Folder that Has FastBoot and adb (The code sent to my email).. Then i go past in cmd" fastboot flash unlocktoken Unlock_code.bin"
But it just says error Cannot open Unlock code bin.
When i saved the program with the fastboot etc in it, I just made a New Folder, How do i make it a spefic location.. ? Like for example
C:\ANDROID
OR C:\ADB tHAT way i can type it into the CMD prompt an it recognize it? Im thinking thats one of my main problems now as well...
At first i saved my new files to My documents.. Then i sent the ones with ADB &FASTBOOT to lOCAL DISK C:\
Where am i going wrong?
You need to be in the directory with the fastboot.exe and unlock.bin
Man it has been awhile for me to use Windows.
Maybe easier to make a folder in c:\
everything needs to be in same folder
---------- Post added at 11:22 PM ---------- Previous post was at 11:19 PM ----------
Use Linux it's easier
Forget about HTC DEV it won't work with hboot 1.5+. You'll want s-off to be truly rooted anyways, and HTCdev will only unlock you.
You'll need to downgrade the bootloader to 1.4 and ROM(main) version to 1.13. Then run Revolutionary S-OFF, then reupdate the hboot back to 1.58 and main version back to 2.95.
I only know the process for my sprint cdma. However, none of my carrier settings were altered during that process, so I can say with quite a bit of certainty that the same process / RUU files can all be used on your phone as well
I put together a pretty clear noob guide in the first post of the lnk below. Took me 3 or 4 days with the help of two other members here, so when I finally got S-OFF I put together a summary of the whole process include all the links to the tools / files needed.
You'l need
blank CD and burner, know how to boot from a CD
data USB cable
Micro-sd adapter so you can load files onto your phone's micro-sd from your PC
http://forum.xda-developers.com/showthread.php?t=2794935
Good luck
---------- Post added at 01:55 AM ---------- Previous post was at 01:24 AM ----------
As for the HTCdev unlock....I used ROOTEVO3DNEW instead of the fastboot binares that HTCdev gives you(C:\Android). Create a new folder in C:\ and name it rootevo3dnew. Unzip all rootevo3dnew.zip contents into that folder. This is the folder where you will do everything instead of C:\Android...place the unlock key .bin file directly in the main directory of rootevo3dnew . Type cd \rootevo3dnew in cmd to change the directory and repeat the process as you would with C:\Android
Chances are that will not work either, you will need to do the brick / downgrade

Should I panic? Phone status already "unlocked" when bought new.

I ordered a Redmi note 4 through Amazon India, came out alright, all properly sealed and everything but one thing caught my attention is that on developer settings the phone unlock status says it's already unlocked! How can this be possible?
That's weird. Did you call a customer service centre? If I'd receive such product my first though would be to confirm if the Mido I got is a refurbished one or 1st hand. And even if it's one, then the Xiaomi guys should have relocked it... Maybe it's a software bug, try restarting. And the ultimate way to confirm is to use your PC, and you know the rest I hope.
Well, if you feel you can replace it (maybe) talk to amazon guys and confirm if they cover such thing in their replacement policy. Good luck.
MayankMathur said:
That's weird. Did you call a customer service centre? If I'd receive such product my first though would be to confirm if the Mido I got is a refurbished one or 1st hand. And even if it's one, then the Xiaomi guys should have relocked it... Maybe it's a software bug, try restarting. And the ultimate way to confirm is to use your PC, and you know the rest I hope.
Well, if you feel you can replace it (maybe) talk to amazon guys and confirm if they cover such thing in their replacement policy. Good luck.
Click to expand...
Click to collapse
How to check if it's refurbished via PC?
Maybe you have RN4x, it is default unlocked... You can check your box, if it is with chinese language you have 4x, if you have with english lang. it is RN4 Global version and it is locked default...
Edit: also check if it is Snapdragon 625 version or maybe it is MTK?
Sent from my Redmi Note 4x
kurogami95 said:
How to check if it's refurbished via PC?
Click to expand...
Click to collapse
You have to check if the bootloader is really unlocked or not. For this download this zip - https://drive.google.com/open?id=13Sjej5zIJPm_yiJQOVR4rEocwbhDc9oh
Unzip in pc and inside the platfrom-tools folder hold shift and right click.
In the menu it should say, open command prompt here or open powershell here.
click on the provided item (whatever of both it shows)
now, boot your device in fastboot by switching it off and holding down the power and volume down. Once the fastboot mode is open, connect your device via cable to your pc.
Now if you opened a command prompt window then type in -
Code:
fastboot devices
This command will show the connected fastboot devices. If nothing is printed on screen on executing command, then try reconnecting.
then type -
Code:
fasboot oem device-info
But if you have powershell then type in
Code:
.\fastboot devices
and
Code:
.\fastboot oem device-info
This will return some data and now you have to check the first two parameters saying "device tampered" and "device unlocked".
If device unlocked says true, then that means someone had actually used the device before. and if device tampered says true, then definetly someone has tested out your device, by doing all kinds of stuff like installing roms etc.
Use the mi flasher and flash the most current xiaomi rom. Your rom is probably a vendor rom, which is bad.
MyNameIsRage said:
You have to check if the bootloader is really unlocked or not. For this download this zip - https://drive.google.com/open?id=13Sjej5zIJPm_yiJQOVR4rEocwbhDc9oh
Unzip in pc and inside the platfrom-tools folder hold shift and right click.
In the menu it should say, open command prompt here or open powershell here.
click on the provided item (whatever of both it shows)
now, boot your device in fastboot by switching it off and holding down the power and volume down. Once the fastboot mode is open, connect your device via cable to your pc.
Now if you opened a command prompt window then type in -
This command will show the connected fastboot devices. If nothing is printed on screen on executing command, then try reconnecting.
then type -
fasboot oem device-info
But if you have powershell then type in
But if you have powershell then type in
.\fastboot devices
and
This will return some data and now you have to check the first two parameters saying "device tampered" and "device unlocked".
If device unlocked says true, then that means someone had actually used the device before. and if device tampered says true, then definetly someone has tested out your device, by doing all kinds of stuff like installing roms etc.
Click to expand...
Click to collapse
Thanks for making it easy for me. ?
Sometimes sellers unlock bootloader to flash other roms version. It's usually on online selling where there is Chinese roms on devices and buyers want global version.
As allready ppl stated, check by adb fastboot to see if its really unlocked.
Sent from my Redmi Note 4 using Tapatalk
MyNameIsRage said:
You have to check if the bootloader is really unlocked or not. For this download this zip - https://drive.google.com/open?id=13Sjej5zIJPm_yiJQOVR4rEocwbhDc9oh
Unzip in pc and inside the platfrom-tools folder hold shift and right click.
In the menu it should say, open command prompt here or open powershell here.
click on the provided item (whatever of both it shows)
now, boot your device in fastboot by switching it off and holding down the power and volume down. Once the fastboot mode is open, connect your device via cable to your pc.
Now if you opened a command prompt window then type in -
Code:
fastboot devices
This command will show the connected fastboot devices. If nothing is printed on screen on executing command, then try reconnecting.
then type -
Code:
fasboot oem device-info
But if you have powershell then type in
Code:
.\fastboot devices
and
Code:
.\fastboot oem device-info
This will return some data and now you have to check the first two parameters saying "device tampered" and "device unlocked".
If device unlocked says true, then that means someone had actually used the device before. and if device tampered says true, then definetly someone has tested out your device, by doing all kinds of stuff like installing roms etc.
Click to expand...
Click to collapse
Please can you help me? I got a Xiaomi Mi A1 and I noticed the bootloader was already unlocked, when I relock it the phone refuses to come on because I found out that "device tampered" is saying true. Please how can I get it back to false? Thank you
chuckychux said:
Please can you help me? I got a Xiaomi Mi A1 and I noticed the bootloader was already unlocked, when I relock it the phone refuses to come on because I found out that "device tampered" is saying true. Please how can I get it back to false? Thank you
Click to expand...
Click to collapse
You should contact xiaomi for this. And the seller from which you bought it. Because 98% of companies aren't allowed to sell phones with unlocked bootloader. Just leave it as it is. Tampering it by yourself would mean that you yourself did something to phone, which u haven't (not much, what u did is ok) . So getting in touch with the company and the provider would be a better option.
---------- Post added at 07:42 AM ---------- Previous post was at 07:41 AM ----------
chuckychux said:
Please can you help me? I got a Xiaomi Mi A1 and I noticed the bootloader was already unlocked, when I relock it the phone refuses to come on because I found out that "device tampered" is saying true. Please how can I get it back to false? Thank you
Click to expand...
Click to collapse
Or you can just unlock the bootloader once again to possibly make the phone functional
MyNameIsRage said:
You should contact xiaomi for this. And the seller from which you bought it. Because 98% of companies aren't allowed to sell phones with unlocked bootloader. Just leave it as it is. Tampering it by yourself would mean that you yourself did something to phone, which u haven't (not much, what u did is ok) . So getting in touch with the company and the provider would be a better option.
---------- Post added at 07:42 AM ---------- Previous post was at 07:41 AM ----------
Or you can just unlock the bootloader once again to possibly make the phone functional
Click to expand...
Click to collapse
I have unlocked it again and it's working again, but my problem now is that I can't get Ota updates on my phone and is there a way I can change "Device tampered" from true to false? Thank u
chuckychux said:
I have unlocked it again and it's working again, but my problem now is that I can't get Ota updates on my phone and is there a way I can change "Device tampered" from true to false? Thank u
Click to expand...
Click to collapse
Did u install twrp? If no then flash fastboot rom
MyNameIsRage said:
Did u install twrp? If no then flash fastboot rom
Click to expand...
Click to collapse
I didn't install twrp, if I flash with fastboot will it be locked? And how will I do it
chuckychux said:
I didn't install twrp, if I flash with fastboot will it be locked? And how will I do it
Click to expand...
Click to collapse
Most probably yea. Also you should report this in mi a1 forums as well. And you can google to find instructions for flashing update via fastboot.

(Trackfone) Alcatel Tcl Lx [A502dl] : Help unlock bootloader & rooting

As in the title, I have an, Alcatel Tcl Lx A502dl, Android phone, originally purchased from Walmart with a Trackfone Sim card (Now there is no sim card insterted).
I have spent all day, up until now, figuring out how to link abd and fastboot to the phone using USB debugging, and I have been successful this far. I had downloaded latest "platform-tools_r29.0.1-windows" from here on XDA, and I downloaded latest "fatsboot" from "HighonAndroid.com", for a quicker experience, without wasting time and effort on Java downloads. In addition to all this, I let the computer search the network for updating driver software, for my Alcatel phone. I also downloaded "UniversalAdbDriverSetup", from the former link, @highonandroid.com.
I linked both file pathways for corresponding "Fastboot", and "platform-tools", into the environment variables, under the term: "Path", yes, using a ";" with no spaces to add the new pathways.
I had success linking my phone onto the "abd" program, the phone is listed under "abd devices" command. I could not seem to get a listing of my phone serial number, under the "fastboot devices" command?
I have tried to get "platform-tools" to put the phone into "fastboot/bootloader" mode, but the phone simply reboots, back to the lockscreen. I have also tried on "Fastboot", to "fastboot reboot bootloader", and my Alcatel again reboots to the lockscreen. All the while, I activated the OEM unlocking switch/setting in the "developer options" of my phone, from the beginning, before I ever gave any commands?
Why won't my Alcatel phone reboot into the "fastboot/bootloader" screen, where I could command "fastboot oem unlock"? Why does my phone respond to both programs, yet still she loads the lockscreen?
I am new to all this, not really a tech savvy individual, just wanted a liberated operating system for my line of work...
I need bootloader unlocked in order to root my device via computer, correct?
I can not check to see if my bootloader is unlocked, not by abd tools, or by numerical code in my "dialer app". The app crashes, and any time I attempt the "fastboot oem device-info" command, no device is listed, only a <looking for a device> prompt of sorts appears. I have been told this may be because, the drivers were not installed properly, or the device was not properly connected under some other issue, and I can try to fix this error by reinstalling drivers... what would the issue be?
I need help, and I would appreciate some guidance on rooting my Android, as there are not any threads in the forum, on this model of Alcatel, that I am aware of?
I am doing all of this on a Windows 7 computer, in a Library, just so you all know. I ask for administrative approval for most things.
Thank you.
tcl trackfone
Hello i was wondering if you ever got your phone rooted?
me to i have that problem on my tcl lx
to
Temporary mtk- root. Use init.d for always root
Sonjouten said:
Temporary mtk- root. Use init.d for always root
Click to expand...
Click to collapse
I can't possibly express how much I would love for you to elaborate on the 'use init.d for always root' part. Anyone else who knows, please jump in. Start by pretending I am an idiot. Then stop pretending and explain it to me as if I were an adult who needs a full-time minder. First one to help me achieve "always root" on this terrible, wretched, little excuse for an electronic device gets my undying gratitude and um, maybe some Google Play money? I am open to ideas here on that score. To reiterate, need help rooting my Tracfone TCL LX A502DL that has a castrated recovery (seriously, you can't flash anything from adb, the option is flat-out missing) and apparently no fastboot access AT ALL. I could do another seriously in parentheses, but you need to take my word for it w/o a bunch of examples. The bright spot is the vulnerability the device has to the mtk-su exploit. Get a # in like no time at all. Time elapsed from executing the file to getting the prompt is too short for my flesh computer to register (unless you -v, then about 1.5 seconds.) So how do I turn a root prompt into full root?
I can't possibly express how much I would love for you to elaborate....
Click to expand...
Click to collapse
WHAT HE SAID
+1
X2
etc
Thank you, H
Did he get that?
So did he earn that Google Play Store money or was he just full of it?
Just bumping this thread in case anyone has ideas for me. Seems like Alcatel has bootloader mode hidden on some phones. Here's my story: https://forum.xda-developers.com/showthread.php?p=81780645#post81780645
BTW - I am using mtk-su and have root and Magisk via init.d scripts, but still can't touch /system or flash recovery because of
Code:
/dev/block/dm-0' is read-only
which won't change unti bl unlocked...
I never did get her to root. Alas she is a broken phone now RIP. Sorry for the disappointments. But I move on more hopeful. ?
As posted by Viva La Android in another thread about the tcl a501dl:
The TCL A1 (A501DL) cannot be bootloader unlocked. Although the OEM Unlocking option can be enabled in the Developer Options menu, fastboot mode has been made inaccessible by TCL. Because the bootloader cannot be unlocked, it simply is not possible to flash a custom recovery or a patched boot image for systemless root support. System-wide root is not possible due to TCL's secure boot chain configuration and dm-verity. Until an exploit is found to bootloader unlock this device, rooting is not possible.
Click to expand...
Click to collapse
levone1 said:
Just bumping this thread in case anyone has ideas for me. Seems like Alcatel has bootloader mode hidden on some phones. Here's my story: https://forum.xda-developers.com/showthread.php?p=81780645#post81780645
BTW - I am using mtk-su and have root and Magisk via init.d scripts, but still can't touch /system or flash recovery because of
Code:
/dev/block/dm-0' is read-only
which won't change unti bl unlocked...
Click to expand...
Click to collapse
I have tried everything, and can't even get temporary root on my A502DL. How did you do this, if you don't mind? Thanks!
fliproc said:
I have tried everything, and can't even get temporary root on my A502DL. How did you do this, if you don't mind? Thanks!
Click to expand...
Click to collapse
Sorry, I honestly don't remember now - I just happened to have tje phone for a short time at that moment, so I was messing around with it... I remember there was nothimg special about it. I jist followed the instructions from the mtk-root thread and it worked.
Amazing Temp Root for MediaTek ARMv8 [2020-08-24] | XDA ...
Braadleyah said:
As in the title, I have an, Alcatel Tcl Lx A502dl, Android phone, originally purchased from Walmart with a Trackfone Sim card (Now there is no sim card insterted).
I have spent all day, up until now, figuring out how to link abd and fastboot to the phone using USB debugging, and I have been successful this far. I had downloaded latest "platform-tools_r29.0.1-windows" from here on XDA, and I downloaded latest "fatsboot" from "HighonAndroid.com", for a quicker experience, without wasting time and effort on Java downloads. In addition to all this, I let the computer search the network for updating driver software, for my Alcatel phone. I also downloaded "UniversalAdbDriverSetup", from the former link, @highonandroid.com.
I linked both file pathways for corresponding "Fastboot", and "platform-tools", into the environment variables, under the term: "Path", yes, using a ";" with no spaces to add the new pathways.
I had success linking my phone onto the "abd" program, the phone is listed under "abd devices" command. I could not seem to get a listing of my phone serial number, under the "fastboot devices" command?
I have tried to get "platform-tools" to put the phone into "fastboot/bootloader" mode, but the phone simply reboots, back to the lockscreen. I have also tried on "Fastboot", to "fastboot reboot bootloader", and my Alcatel again reboots to the lockscreen. All the while, I activated the OEM unlocking switch/setting in the "developer options" of my phone, from the beginning, before I ever gave any commands?
Why won't my Alcatel phone reboot into the "fastboot/bootloader" screen, where I could command "fastboot oem unlock"? Why does my phone respond to both programs, yet still she loads the lockscreen?
I am new to all this, not really a tech savvy individual, just wanted a liberated operating system for my line of work...
I need bootloader unlocked in order to root my device via computer, correct?
I can not check to see if my bootloader is unlocked, not by abd tools, or by numerical code in my "dialer app". The app crashes, and any time I attempt the "fastboot oem device-info" command, no device is listed, only a <looking for a device> prompt of sorts appears. I have been told this may be because, the drivers were not installed properly, or the device was not properly connected under some other issue, and I can try to fix this error by reinstalling drivers... what would the issue be?
I need help, and I would appreciate some guidance on rooting my Android, as there are not any threads in the forum, on this model of Alcatel, that I am aware of?
I am doing all of this on a Windows 7 computer, in a Library, just so you all know. I ask for administrative approval for most things.
Thank you.
Click to expand...
Click to collapse
I have heard elsewhere that it's not possible to unlock the bootloader of a Tracfone. Sorry. But at least we know why Tracfones are sold for so cheap lol
$cronos_ said:
I have heard elsewhere that it's not possible to unlock the bootloader of a Tracfone. Sorry. But at least we know why Tracfones are sold for so cheap lol
Click to expand...
Click to collapse
unlock bootloader and root with https://github.com/bkerler/mtkclient
This device cannot be rooted. To date, there has not been a single validated claim of a rooted TCL A509DL. The bootloader cannot be unlocked, preventing root, custom ROM installs,etc.
UPDATE: After hearing from some members regarding the Hydra Tool, and doing a little bit of research on the method, it appears that I was completely wrong on my.statement. Members here on XDA as well as Hovatek have confirmed that the A509DL bootloader can indeed be exploited with the Hydra Tool method, opening the door to systemless root with Magisk. Thanks guys for the info and guidance. I have one of these devices and look forward to unlocking & rooting soon. Thanks @PrivyetCyka for the info.
Yes it can .. it was extremely easy to do so also..i have a rooted one in my hand as we speak the only issue is I was stupid and tried to flash the magisk zip in twrp and it set off secureboot so in working on fixing that .. but .. if you just use MTKClient you can pull the entire firmware , magisk patch then reflash the boot.img using the same tool and you can even install twrp I have the entire firmware , twrp, and magisk patched boot imgs for the device saved ,. If someone knows how to disable secureboot I would really appreciate it
Viva La Android said:
This device cannot be rooted. To date, there has not been a single validated claim of a rooted TCL A509DL. The bootloader cannot be unlocked, preventing root, custom ROM installs,etc.
Click to expand...
Click to collapse
I sure would like to give it a whirl, but I haven't had that phone in over a year
Anyway, I decided to stop buying devices made deliberately less functional by their manufacturers.
PrivyetCyka said:
Yes it can .. it was extremely easy to do so also..i have a rooted one in my hand as we speak the only issue is I was stupid and tried to flash the magisk zip in twrp and it set off secureboot so in working on fixing that .. but .. if you just use MTKClient you can pull the entire firmware , magisk patch then reflash the boot.img using the same tool and you can even install twrp I have the entire firmware , twrp, and magisk patched boot imgs for the device saved ,. If someone knows how to disable secureboot I would really appreciate it
Click to expand...
Click to collapse
I stand corrected on my statement. I was incorrect. Out of curiosity, does the Hydra tool require the dongle in order to unlock the bootloader?
@PrivyetCyka send me the Magisk packed boot image and I will unpack it and disable secure boot. I can then pack it back up and link it to you. Are you referring to only secure boot or also AVB 2.0/dm-verity?
I didn't use hydra tool I used MTKClient from GitHub and did an entire system read back to have a backup then just renamed boot.bin to boot.img used magisk to patch it and then used the same MTKClient tool to reflash it... I have a twrp I made for it also but I don't know how functional it is as far as flashing things and backups , the only thing I tried to flash was the magisk zip just to see what would happen and that tripped the secureboot , I used the mediatek secureboot tool and it says it's disabled but it's still not booting past the secureboot fail screen.. when I get home I'll get the files and upload them tonight

Categories

Resources