pls help to unlock my vibrant - Vibrant Q&A, Help & Troubleshooting

hello everyone, i'm a newbie i bought a second hand t959 vibrant that is sim locked to t-mobile. I have tryed to follow many guides, the one with Generate Unlock in particular but I have the problem that when I connect the mobile to the pc, in the mobile memory there isn't the efs folder so when I execute the generator program i have an error as many user of this forums.. anyone can help me to resolve my problem? on the mobile i have 2.1 android firmware ji6 many thx

last night i tryied to flash the phone with firmware E8 posted in a thread on this forum and then try to made the code generator but without success any ideas?

dazan said:
last night i tryied to flash the phone with firmware E8 posted in a thread on this forum and then try to made the code generator but without success any ideas?
Click to expand...
Click to collapse
try the instructions found Here at the top click captivate and vibrant instructions or just go here
if you have a root file browser such as root explorer (Not the file browser that comes with the vibrant) you can look for your efs folder using that app. (it should be in the root directory that opens up when you open your file browser /efs )
you can also use ADB to pull the efs folder.
adb pull /efs
or if you just want the nv_data.bin file:
adb pull /efs/nv_data.bin
if you need to see whats in it or back it up (which I recommend strongly weather you do it with a root browser or ADB)

Hello, i followed the exact instructions as said on this link:
http://forum.xda-developers.com/showthread.php?t=761408
I had tried the one click unlock method prior to this one and it showed file not found so i moved to this long method. I did everything properly but basically when i open sgux.exe to read my nv_data.bin that is in c:\ this is what shows up.
"
SGUX v0.91b (C) 2010 By Mark0 & rbnet
Samsung Galaxy Unlock code eXtractor
(based on a tip posted by rhcp0112345)
Opening file <nv_data.bin>...
Searching code block...
Found.
Searching code...
C:\
"
So basically it says that it found the code but it does not even display the number. I actually opened the nv_data.bin file using a hex editor and i can see that there is some sort of data in there (this probably means that my code is in there) but i dont know why this sgux.exe can not read it.
Can somebody please help!
One thing i should mention is that this phone i recently bought and it came with firmware "t959uvji6" i tried to use the one step unlock method here and failed then realized i should downgrade to "t959uvjfd" and i followed the instructions of of the xda website doing this using odin with both the pda and the pit file. So everything worked. Then i tried one click method again and it didnt work. so i tried the long method and i have shown the results above!!
Please help!
Thanks
I have the samsung galaxy s from tmobile. t959.

haider3 said:
Hello, i followed the exact instructions as said on this link:
http://forum.xda-developers.com/showthread.php?t=761408
I had tried the one click unlock method prior to this one and it showed file not found so i moved to this long method. I did everything properly but basically when i open sgux.exe to read my nv_data.bin that is in c:\ this is what shows up.
"
SGUX v0.91b (C) 2010 By Mark0 & rbnet
Samsung Galaxy Unlock code eXtractor
(based on a tip posted by rhcp0112345)
Opening file <nv_data.bin>...
Searching code block...
Found.
Searching code...
C:\
"
So basically it says that it found the code but it does not even display the number. I actually opened the nv_data.bin file using a hex editor and i can see that there is some sort of data in there (this probably means that my code is in there) but i dont know why this sgux.exe can not read it.
Can somebody please help!
One thing i should mention is that this phone i recently bought and it came with firmware "t959uvji6" i tried to use the one step unlock method here and failed then realized i should downgrade to "t959uvjfd" and i followed the instructions of of the xda website doing this using odin with both the pda and the pit file. So everything worked. Then i tried one click method again and it didnt work. so i tried the long method and i have shown the results above!!
Please help!
Thanks
I have the samsung galaxy s from tmobile. t959.
Click to expand...
Click to collapse
As far as I know the one click method will never work after having JI6 on your phone, you'll have to do it the long way.
if that link I sent you wont work, there is another thing to try, but its pretty complicated. heres my guide for the last person that asked this...
although most people have better luck doing it with that site I sent you to.
Dial *#7465256# and if it all says off then your phones already unlocked so ignore the rest of this.
Follow these instructions to unlock (specificaly by helroz, if you need to, read ahead and see what problems other people have had though)
dial *#7465256# in the dialer (as soon as you hit the last # it should work)
make sure everything says off (this means your unlocked)
EDIT: Make sure you have ADB (Android Debug Bridge) installed on your computer before running the script.
Also make sure that you have USB debugging checked by hitting (from the home screen) Menu >> Settings >> Applications >> Development >> USB Debugging
You can download and install the Android SDK (Software Development Kit) by following the instructions here
This will also install ADB.
another good idea is to make a backup of your efs file (I beleive this is in the instructions for running the script, but I thought I should say it again)
just in case something goes wrong.
this file is located in : the root of your data partition if I remember correctly, it should be labeled "efs"
you can use a root file manager (I use root explorer but it is a paid app) or you can use ADB to pull it.
you may want to download the drivers for your phone as well, if you haven't already that is.
you can get them here

thx for all reply tomorrow i'll try to follow your instruction and then let you know

hello i have tryied again with root explorer and and generator unlocker now seems to find the file but as you can see in the file attached let me know that found the code but don't display

firefly6240 said:
As far as I know the one click method will never work after having JI6 on your phone, you'll have to do it the long way.
if that link I sent you wont work, there is another thing to try, but its pretty complicated. heres my guide for the last person that asked this...
although most people have better luck doing it with that site I sent you to.
Dial *#7465256# and if it all says off then your phones already unlocked so ignore the rest of this.
Follow these instructions to unlock (specificaly by helroz, if you need to, read ahead and see what problems other people have had though)
dial *#7465256# in the dialer (as soon as you hit the last # it should work)
make sure everything says off (this means your unlocked)
EDIT: Make sure you have ADB (Android Debug Bridge) installed on your computer before running the script.
Also make sure that you have USB debugging checked by hitting (from the home screen) Menu >> Settings >> Applications >> Development >> USB Debugging
You can download and install the Android SDK (Software Development Kit) by following the instructions here
This will also install ADB.
another good idea is to make a backup of your efs file (I beleive this is in the instructions for running the script, but I thought I should say it again)
just in case something goes wrong.
this file is located in : the root of your data partition if I remember correctly, it should be labeled "efs"
you can use a root file manager (I use root explorer but it is a paid app) or you can use ADB to pull it.
you may want to download the drivers for your phone as well, if you haven't already that is.
you can get them here
Click to expand...
Click to collapse
Hi thank you for taking the time to answer, i will do this right after im done with my exams. Just wanted to ask one thing. You said the code was "*#7465256#", but this doesnt show anything when i press#. I think you meant to say was "*#7465625# works!" Please correct me if i am wrong! Thank you!

Actually i couldnt wait and did this right away!
just wanted to let u know, i succesffully unlocked this phone. Thanks alot to "firefly6240". I flashed to T959UVJI6 using:
http://forum.xda-developers.com/showthread.php?t=798125
Then rooted phone using:
http://forum.xda-developers.com/showthread.php?t=723479
Then followed these instructions (by helroz):
http://forum.xda-developers.com/showthread.php?t=822008&page=11#
This link will also help to get any confusions out but i didnt use it:
http://forum.xda-developers.com/showthread.php?t=831569

hi guys finally i have unlocked the phone thx to all...
i have re-generate nv_data with program repair and after magically the phone unlocked to anynetworks... i'm so happy

Upgrading to froyo
hey guys is the jk6 firmware stable enough for me to try out. Does it have any major bugs. Also, is it possible for me to upgrade to froyo after doing this unlock method on the JI6.
Like would my phone become locked again if i upgrade to froyo or did this method unlock my phone forever? Please let me know! thnx

Related

"network unlock unsuccessfull" HELP! (i bet ill stump ya)

I have a samsung vibrant and i called T-mobile to ask them for the network unlock code, i got it and put in the new sim,
waited for the prompt and it asks me for the network code. so i have my network code and enter it in. and press "unlock" and it doesnt work.
it just says that "Network Unlock Unsuccessfull" and its driving me insane. what am i doing wrong? i just wanna use this on at&t right now its a paper weight.
also ive tried the unlock script here on xda and nothing all it says in nv_data.bin not found.
thanks
-drew
(ive searched the forums for 5 hrs for something before i post)
download sgs unlock tool from the market!
Or check the vibrant bible
Sent from my SGH-T959 using XDA App
Moved of: Samsung Vibrant > Vibrant Android Development
To: Samsung Vibrant > Vibrant Q&A
Please put your questions to: Vibrant Q&A
deathroll77 said:
I have a samsung vibrant and i called T-mobile to ask them for the network unlock code, i got it and put in the new sim,
waited for the prompt and it asks me for the network code. so i have my network code and enter it in. and press "unlock" and it doesnt work.
it just says that "Network Unlock Unsuccessfull" and its driving me insane. what am i doing wrong? i just wanna use this on at&t right now its a paper weight.
also ive tried the unlock script here on xda and nothing all it says in nv_data.bin not found.
thanks
-drew
(ive searched the forums for 5 hrs for something before i post)
Click to expand...
Click to collapse
this happened to alot of people when JI6 rolled out.
Both the code from tmobile and the sgs unlock tool are pretty much useless at this point.
make sure you do not enter the code tmobile gave you more than 3 times, it will lock your phone up permanently if I understand correctly.
use a root file browser (I use root explorer but its a paid app) and look and make sure you have an efs folder with NV_data.bin in it.
Make a backup of this folder!
if there is an efs folder then the script will work, we just need to figure out why its not running all the way through, I've helped lots of people through this problem, and its not always the same issue.
so make sure you have that folder, then you can pm me or repost here.
if you dont want to use a root file browser you can also use ADB which you'll need anyways for the script to work.
to use ABD just use the pull command to get the NV_data.bin file:
adb pull /efs/nv_data.bin
also if it helps, the best instructions for unlocking are here
go to the vibrant/captivate instructions on the upper left part of the page or just click here
like I said if you still have issues them pm me, I'd be happy to help.
What is ABD? sorry for being such a noob
deathroll77 said:
What is ABD? sorry for being such a noob
Click to expand...
Click to collapse
Its Android Debug Bridge.
Its a command line interface between the computer and your phone, the easies way to install it is to install the Android Software Developer Kit (SDK)
you can get that here
you may also want to install the drivers for your vibrant from here
here's Google's guide on ADB, but you'll probably just want to search specifically for, or ask for the command that you need for any given situation.
but this guide will give you an idea of what ADB is all about. (don't let it scare you away though, ADB is allot easier than it looks)
ADB Guide

[Q] Unlocking Samsung Galaxy W T679M

Hey guys,
I just wanted to find out if anybody can help me out with unlocking my Samsung Galaxy W T679M. I have followed ALL of the methods on this site but seem to have trouble finding the nv_data.bin file and the efs folder. Anytime I attempt to do anything with these files in adb or in terminal it comes up file not found.
I tried to unlock it remotely by paying for the code with two different sites and both responded with saying my phone is unlockable and to either contact the carrier or unlock via cable.
Is there any software to do this via cable? Or is the missing nv_data.bin file actually findable? I also couldnt find the bml5.img file via terminal and adb.
Could someone please help me or point me in the right direction? Apologies if this is the wrong place to ask.
Not Unlocked Too.
shaad6020 said:
Hey guys,
I just wanted to find out if anybody can help me out with unlocking my Samsung Galaxy W T679M. I have followed ALL of the methods on this site but seem to have trouble finding the nv_data.bin file and the efs folder. Anytime I attempt to do anything with these files in adb or in terminal it comes up file not found.
I tried to unlock it remotely by paying for the code with two different sites and both responded with saying my phone is unlockable and to either contact the carrier or unlock via cable.
Is there any software to do this via cable? Or is the missing nv_data.bin file actually findable? I also couldnt find the bml5.img file via terminal and adb.
Could someone please help me or point me in the right direction? Apologies if this is the wrong place to ask.
Click to expand...
Click to collapse
Too!!!

[Q] After update to 4.1.2 phone got simlocked and doesnt unlock.

hello everybody
Yesterday my phone asked me to update and i accepted it unfortunately.
I live in France, phone is bought here blocked by SFR operator.
One year ago i got the code to unblock from SFR and I unblocked it and since then i have used FREE, COSMOTE(Greece) and lately i m using BOUYGUES operator.
Problem:
After the update, phone got simlocked again and with my BOUYGUES sim it asks me for a "sim network unlock pin". I insert the code i had but it doesn't unlock it.
I called SFR and fun fact is that they claim that the unlock is permanant (they are not aware of this new issue) and the unlock code unique. I asked them the code to ensure what i had is correct and they confirmed... So code is 100% correct...
Since it was not working they told me to remove any sim card from the phone and do the following steps...
1 click on TELEPHONE icon
2 enter *#46744674 and press #
3 the code should disappear
4 then enter #7465625*638* and press #
5 you will now be prompted to enter the unlock code
6 enter the code NCK and press ok OK.
if code is good, phone gets unlocked
So while step 2-3-4 work fine, the #7465625*638*# disappears but step 5 never happens... There is not screen prompting me to insert the code....
I called Samsung after this and I told them everything i ve tried...
they proposed me to do this --> *#0111*CODE# and it will get unlocked... (super unfriendly french customer service hanged up on me)
I did it but nothing happen.. not even the *#0111*CODE# got disappeared like it happened with steps 2-4 above....
To me it looks like the new android 4.1.2 messed up everything....
Problem seems new... i found two posts in french describing the same problem with no solution but i cant post the links here.
Any ideas how to fix this?
Thanks for reading this
Yeah, root it & unlock it.
Sent from the little guy
Root the phone and then use galaxsim_unlock app from " http://forum.xda-developers.com/showthread.php?t=1846451 " or u can download the app from play store!
Issue in process of rooting the phone - to unlock the phone
Hi,
I have similar problem with my Samsung Galaxy S II SGS2 GT-i9100.
My phone is UNROOTED.
After it was updated from ICS to Jellybean (upgrade via the air, not using Kies and not using Odin), I am also asked for SIM UNLOCK PIN.
The phone was originally bought locked to O2 UK network, then unlocked, but the unlock code used in past does not work now.
The problem is that in all places it says to root the device, and in order to root it, I am advised to create a backup copy of efs folder, and in order to backup the efs folder I need to have root permissions... - deadlock !
In additions, many guides says that in order to root the phone, I need to have only for phones that are SIM FREE, which brings me back to start - I will not be able to flush ROM/Kernel to root it as my phone is SIM locked...
Any suggestions that will help me unlock the phone?
Thanks!
dudders007 said:
Root the phone and then use galaxsim_unlock app from " http://forum.xda-developers.com/showthread.php?t=1846451 " or u can download the app from play store!
Click to expand...
Click to collapse
You're very confused.
1) Root your phone. There are multiple methods. Search/read/learn & choose whichever one you think is best for you. The phone does not have to be 'sim-free' or unlocked or anything else in order to root it. As I said, you are clearly confused. You need to search/read/learn & not do anything to your phone until you're no longer confused, or you'll 'break' it.
2) Create an EFS backup using kTool from Google Play. Keep one copy of this backup on your PC, and another copy on the external SD card in your phone if you have one.
3) Unlock the phone with whichever app you want to use to unlock it.
Hello
I found an easy way to root it but i cant post a link... so google "[RESOLU] code deverouillage reseau" and you ll see the thread... (it is in french)
As user "gab34" says, i downloaded the proper zip file (in my case was XWLSD_root.zip) and put it in the sd card as it is (as a zip). (you have to subscribe to let you download the file :/)
Then i pressed up-power-home buttons until it turns off and on again.
Then i was in the recovery meny , and with the volume button i went down to "apply update from external storage" i pressed the power button to enter, chose the file XWLSD_root.zip, press again power button, installation will take place in ../ , press power button, the reboot now and power button.
The phone restarts as rooted and then you can use GALAXSIM to unlock it..
You download Galaxsim unlock for free, then it tells you if it can unlock and if so you pay 3 euros for full version and unlock it....
Try google translator and a french speaker if you need help with the site... It took me 10 minutes to do it...
If not, try to google how to root easily like i did with just a zip file in the sd card...
Hope it helps
Thanks but we kinda know how to do that.
Please don't (try to) post a link from another site, those sites get the info from xda anyway.
Sent from the little guy

ROOT request for Alcatel POP 2(4.5)

I know that this handset is not release yet but I'd like to know if there would be support for it from the community. I'm excited about it because I've been waiting for a handset that seems to meet all my niche requirements:
Medium size screen (4.5")
ARMv8 instruction set (Snapdragon 410)
Removable battery (According to quick set up manual)
MicroSD slot (full size SD would have been nice but this is good enough)
Dual Sim (not sure if it will be available in the UK though )
I know the screen is not the best and it probably won't support Qi charging but I don't think any other handset has all the aforementioned features. I'm not trying to sell the handset but this is in anticipation of posts like "why not get a Nexus" or "just get a Moto G"
It's a nice phone, I bought one for my wife
This one is not available in my region. I got the Y550 instead for a relative. Almost the same spec. Not sure about IO performance though as I didn't have time to check.
Solution?
So, I was searching Google for OT 5042 root (the internal name of Alcatel OT Pop 2 or Orange Roya (NOS Roya in Portugal)), and I've found these instructions on a russian forum. I have not tested them myself, but they do seem very legit, so if anyone who knows exactly what he's doing or has no fear of losing the phone can follow it up.
Disclaimer: The procedure that follows has not been yet tested by me. Proceed at your own risk. You are fully responsible for what happens to your phone from now on. If you have some knowledge on russian, please help translating the board mentioned on the Youtube video description (/watch?v=8tD4kR33vVE).
Note on translation: This post was initially writen in russian and translated with Google translate with some fixes here and there made by me. I'm not a native english speaker and therefore some engrish may be present. Please forgive me for it.
Note to users: This tutorial is regarding the dual SIM version of this phone. It may not work with the single SIM one.
Root dual SIM Alcatel Alcatel OneTouch 5042D POP 2 smartphone
Author: ruslan_3_ from 4pda.ru
Procedure:
1. Download the attached .zip file and extract it to some folder on your computer.
1.1. Install the phone's adb drivers (not needed under Linux or OS X; Windows drivers are available on the phone as a CD-ROM);
1.2 Copy update.zip to the root of your phone's internal memory or SD Card (one of the two may not work, and there is different feedback regarding this issue)
2. Turn on USB debugging
3. Turn on the phone in fastboot mode (press and hold both power and volume down buttons);
3.1 Connect the phone to your computer and wait for the drivers to finish installing (when applied);
4. Open a command prompt where you first extraced the files and type:
HTML:
fastboot -i 0x1bbb devices
It will list all devices connected to the computer on fastboot mode, for example a409dc4d.
6. Install CWM Recovery:
HTML:
fastboot -i 0x1bbb flash recovery image-new.img
7. Enter recovery mode (power + volume up)
8. Install update.zip
Once again, please be very carefully when executing this procedure. It can go really wrong.
If you're using Mac or Linux, paste the specific android SDK tools in the extracted folder and run fastboot with the command ./fastboot if you don't have an alias for it in your .profile or .bashrc (if you don't know what this is, ignore it ).
@imTos, Thanks for information, but you know if there is any custom rom (CM or MIUI) for this equipment, specifically for the version of the 5042A one SIM ??
Thank You ...
Regarding the root procedure, I was told on a portuguese board that it works for any 5042 model.
herbesi01 said:
@imTos, Thanks for information, but you know if there is any custom rom (CM or MIUI) for this equipment, specifically for the version of the 5042A one SIM ??
Thank You ...
Click to expand...
Click to collapse
Hey. I am not aware of any alternative ROM currently on the Internet, especially since Alcatel has not released the phone's source code yet. What I do know, however, is that there are three ROMs for this device: Alcatel's original ROM (build 010 03 single/dual SIM), Orange ROM (single SIM) and the portuguese NOS ROM (build 010 06, single SIM). Between the three, as far as I know, the portuguese one is the one that most ressembles AOSP w/ Google Play and with no bloatware installed by default, from what I've seen in pictures. I don't know if it is possible for the users of the different ROMs to make NANDroid backups and share them online, though it wouldn't be a full help. Keep in mind that both chinese and russian ROMS, from what I've read (and I have no way to confirm if this is true or not!), have a function to report stolen phones, and this text messages a foreign number if you're living outside these countries.
Offtopic: I waste more time trying to guess the captcha than replying to a post. Google, where's the new noCaptcha function?
imTos said:
So, I was searching Google for OT 5042 root (the internal name of Alcatel OT Pop 2 or Orange Roya (NOS Roya in Portugal)), and I've found these instructions on a russian forum. I have not tested them myself, but they do seem very legit, so if anyone who knows exactly what he's doing or has no fear of losing the phone can follow it up.
Disclaimer: The procedure that follows has not been yet tested by me. Proceed at your own risk. You are fully responsible for what happens to your phone from now on. If you have some knowledge on russian, please help translating the board mentioned on the Youtube video description (/watch?v=8tD4kR33vVE).
Note on translation: This post was initially writen in russian and translated with Google translate with some fixes here and there made by me. I'm not a native english speaker and therefore some engrish may be present. Please forgive me for it.
Note to users: This tutorial is regarding the dual SIM version of this phone. It may not work with the single SIM one.
Root dual SIM Alcatel Alcatel OneTouch 5042D POP 2 smartphone
Author: ruslan_3_ from 4pda.ru
Procedure:
1. Download the attached .zip file and extract it to some folder on your computer.
1.1. Install the phone's adb drivers (not needed under Linux or OS X; Windows drivers are available on the phone as a CD-ROM);
1.2 Copy update.zip to the root of your phone's SD Card (internal memory may not work)
2. Turn on USB debugging
3. Turn on the phone in fastboot mode (press and hold both power and volume down buttons);
3.1 Connect the phone to your computer and wait for the drivers to finish installing (when applied);
4. Open a command prompt where you first extraced the files and type:
HTML:
fastboot -i 0x1bbb devices
It will list all devices connected to the computer on fastboot mode, for example a409dc4d.
6. Install CWM Recovery:
HTML:
fastboot -i 0x1bbb flash recovery image-new.img
7. Enter recovery mode (power + volume up)
8. Install update.zip
Once again, please be very carefully when executing this procedure. It can go really wrong.
If you're using Mac or Linux, paste the specific android SDK tools in the extracted folder and run fastboot with the command ./fastboot if you don't have an alias for it in your .profile or .bashrc (if you don't know what this is, ignore it ).
Click to expand...
Click to collapse
this method for root work very well on my Orange Roya
thanks for share it
Worked like a charm on single sim
I would love to see running android l on this device! i mean into 5042a
Please
Hi, i did try to root this phone as you show but after some tries this stuck on load, and dont turn on ok...
i did try hard reset, wipe cache, wipe data, erase from fastboot and a lot of things but always keep on Logo... so could you do a backup from your handset and share it with me please?
i will apreciate it a lot. thanks in advance
I've asked for a backup in many online communities, but no luck. As I said, I didn't try the method myself since I didn't need to use root yet and my phone is still under warranty. Sorry.
imTos said:
I've asked for a backup in many online communities, but no luck. As I said, I didn't try the method myself since I didn't need to use root yet and my phone is still under warranty. Sorry.
Click to expand...
Click to collapse
lol mine is under warranty too.
Root it and if u need to send to warranty u can use Mobile Upgrade Q to restore original firmware.
I cant enter in fastboot can anyone help me please
rushwhq said:
lol mine is under warranty too.
Root it and if u need to send to warranty u can use Mobile Upgrade Q to restore original firmware.
Click to expand...
Click to collapse
Are you sure that can be restored By mobile upgrade?
if bricked : recover phone using Alcatel official tool
Mobile Upgrade Q 4.6.8 Setup.rar
goto http://www.alcatelonetouch.com/global-en/products/smartphones/pop_2-4-5.html
and select the "Support" tab, there download
Mobile Upgrade Q 4.6.8 Setup.rar
link:
http://www.alcatelonetouch.com/glob...OP_2-4-5/otu/mobile-upgrade-q-4-6-8-setup.rar
unrar, start and select 5042D, connect phone via USB cable, start flashing
I had my Pop 2 bricked (eternal boot loop) but got it back to life, 100%
---------- Post added at 10:10 PM ---------- Previous post was at 10:05 PM ----------
in the "russian" tutorial they tell you to copy "update.zip" to your SD card - that did not work for me !
- on the external card cwm did not find the file.
instead update.zip was only found once it was on the INTERNAL SD card !!
Hey guys.
I've found very useful information like stock recovery, stock images, and user custom images for this device on the same board I found the root method. I still haven't had the courage to root my device, though, and I feel kind of an hypocrite because of it, but this is my only phone, and if something had gone wrong I would have no money to buy a new one. I know I'm not the only one in this situation, and I do feel really bad for not helping users that have requested for my help.
I need to know if Mobile Upgrade Q can recognize the device and reinstall the ROM if anything goes wrong. To those who had any problem, was it able to fix it? Were you using stock recovery or CWM when you tryed it (I'm not sure if this is relevant)?
I will update this board (or create a new one?) regarding this device with useful information I've found online, and since stock recovery is already available (that was the main reason I didn't root in the first place (warranty)), I will provide a (not rooted) factory image of the custom build 010 06 when I have time to do so.
hey buddy
i restore my to thr original rom with mobile q. but looks like i upgrade the firmware, and now i cant root again, because i cant put in fastboot "vol - + pwr".
Which exactly build do u have ?
imTos said:
Hey guys.
I've found very useful information like stock recovery, stock images, and user custom images for this device on the same board I found the root method. I still haven't had the courage to root my device, though, and I feel kind of an hypocrite because of it, but this is my only phone, and if something had gone wrong I would have no money to buy a new one. I know I'm not the only one in this situation, and I do feel really bad for not helping users that have requested for my help.
I need to know if Mobile Upgrade Q can recognize the device and reinstall the ROM if anything goes wrong. To those who had any problem, was it able to fix it? Were you using stock recovery or CWM when you tryed it (I'm not sure if this is relevant)?
I will update this board (or create a new one?) regarding this device with useful information I've found online, and since stock recovery is already available (that was the main reason I didn't root in the first place (warranty)), I will provide a (not rooted) factory image of the custom build 010 06 when I have time to do so.
Click to expand...
Click to collapse
---------- Post added at 09:17 AM ---------- Previous post was at 08:32 AM ----------
lol i managed to enter fastboot mode via adb command.. =D
hi, mi alcatel pop 2 wass bricked. When I try to unbrick with Mobile Upgrade it say that my phone is updated and it stop.
how can i unbrick my phone??!!
Please a need a backup from a Alcatel POP 2 ROM, i had bricked. Please could anyone upload it?
seryioo write me PM
---------- Post added at 06:26 AM ---------- Previous post was at 06:11 AM ----------
imTos said:
Regarding the root procedure, I was told on a portuguese board that it works for any 5042 model.
Hey. I am not aware of any alternative ROM currently on the Internet, especially since Alcatel has not released the phone's source code yet. What I do know, however, is that there are three ROMs for this device: Alcatel's original ROM (build 010 03 single/dual SIM), Orange ROM (single SIM) and the portuguese NOS ROM (build 010 06, single SIM). Between the three, as far as I know, the portuguese one is the one that most ressembles AOSP w/ Google Play and with no bloatware installed by default, from what I've seen in pictures. I don't know if it is possible for the users of the different ROMs to make NANDroid backups and share them online, though it wouldn't be a full help. Keep in mind that both chinese and russian ROMS, from what I've read (and I have no way to confirm if this is true or not!), have a function to report stolen phones, and this text messages a foreign number if you're living outside these countries.
Offtopic: I waste more time trying to guess the captcha than replying to a post. Google, where's the new noCaptcha function?
Click to expand...
Click to collapse
Hi
Alcatel has release the source code for this model
OT_5042X_20150310.tar.xz
So now can cook some cm rom or anyelse?
rushwhq said:
seryioo write me PM
Click to expand...
Click to collapse
Hi, I have bricked my phone. I tried to restore with Mobile Upgrade and with a Backup from CWM that I did, but with no result.
I would like you did a backup with the last version of TWRP, all partitions and upload:
Download, install like CWM: https://mega.co.nz/#!tQRzibAA!7tPkqlc1BYsvCCeQRzaqn_VVs959GBsleB_4eNVq9JE
Sources TWRP Recovery: http://4pda.ru/forum/index.php?showtopic=645507&st=340#entry38938719
Thank you.

(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