how to get QPST working with froyo and gingerbread roms! - Droid Eris General

hey don't know if every one knew this already but i could not find anything on here about it,but any way
you can get into diag mode from the terminal emulator
type su then enter to give super user permissions and then type
echo 1 > /dev/qct_diag_enable (to enable diag mode)
..and your phone should go into USB diag mode. when you are done just:
echo 0 > /dev/qct_diag_enable (to disable diag mode)
works on the new cm7 rom and i guess it would work on the froyo roms as well!
hope it helps.
IT WILL HELP THE METRO CRICKET USERS WITH SERVICE PROGRAMMING !
and a big thanks to gdemi from the cyanogen(mod) forum for finding this on his htc hero!

is this old news?????????

i found this also in another thread, but never tried it. i posted it on tokens mms/web flash thread http://forum.xda-developers.com/showthread.php?p=11429613#post11429613
thanks though, ill test it out see if it actually works

darkmage1991 said:
i found this also in another thread, but never tried it. i posted it on tokens mms/web flash thread http://forum.xda-developers.com/showthread.php?p=11429613#post11429613
thanks though, ill test it out see if it actually works
Click to expand...
Click to collapse
i dont know if the link you put up works or not i could not get adb to work for me i use the terminal emulator in gsb and typed in the commands with it plugged in to the laptop i heard the sound of the usb and opened QPST and there it was, but you must leave it plugged in when you type the disable command for it to turn diag mode off!
i wonder if one of the devs could make a working app that we could just run to turn it on and off from the app???

Awesome this will be a big help! Wish I knew about this sooner!
Sent from my ERIS using XDA App

Your welcome. And thanks for the feedback

darkmage1991 said:
i found this also in another thread, but never tried it. i posted it on tokens mms/web flash thread http://forum.xda-developers.com/showthread.php?p=11429613#post11429613
thanks though, ill test it out see if it actually works
Click to expand...
Click to collapse
did you try it??
if so did it work for you?
IS THIS WORKING FOR EVERYONE ???
SOME FEEDBACK WOULD BE NICE !

no feedback??
did anyone try this??

verified on my Sprint Hero, flashed to Cricket and running newly installed CM7 ROM.. now continuing on to see whether I can finally make the data portion of my service work... Thanks for this tip; it helped me get the phone to USB identify such that QPST service programming can connect.

when you run in diag mode appear something on screen emulator? I've tried many times but nothing appear on screen. The file is qct_diag_enable is correctly located under /dev folder.
I've tried with 2 version on cm7 on two different device...
When I open qspt the program tell me that there is no phone connected in dev mode. I've to activate some virtual serial port on pC?

Related

Ultra Easy Rooter [dbzfanatic][xologist]

Whether you are new or a veteran at rooting, you know that rooting is boring!
It's a lot of typing and even making sure you leave the right spaces.. -__-
Last I remember, I posted Ultimate Noob Rooter. It was a great way for people to root, but it had its flaws.
That's when dbzfanatic decided to intergrate some of my ideas with he's and make rooting even easier!!
Very Easy!
I Presend to you:
ULTRA EASY ROOTER
STEPS
1) Download From FileServe - CLICK ME TO DOWNLOAD
2) Extract the .zip folder anywhere you like
3) Open "mt3gs rooter.exe"
4) Read and click "Root Me!"
BIG thanks go to
dbzfanatic - for all his help, efforts, and making the app.
xologist - me, for having the idea to make rooting easier.
nbetcher - who's rooting method we are using
cyanogen - for the .bat he had in he's website that motivated me to making root easier.
As a note this method does use ADB which is included but may require drivers. I will probably be posting a tutorial on ADB setup as soon as I get a reply from svetius about something (proper posting place mainly).
Go ahead and try it though, some systems work "out-of-the-box".
Post reserved cuz we're cool
Problem
I'm trying to root my wifes Slide and am using your program. I don't think it's working with my Dell. When it gets to the step after turning WiFi back on it says Volume up and other steps but the only thing that happens when I hit Volume Up is turns up the volume.
What did I do wrong? I'm a noob to this device, I own a Vibrant and know nothing about the Slide...
Thanks
Alright, does a cmd window pop up on its own?
Edit: also did it find your device? I noticed a bug in my code (accidentally commented a line) that's supposed to kill the program if the phone isn't detected.
I have the same problem and the CMD prompt does come up on its own but its just an endless loop of instructions, press volume button down etc. But nothing happens on the phone it doesn't even restart
I'm also having an issue with not being able to do anything after the menu comes up and says press volume up to apply update. It only turns up the volume. I love how easy this update is, I'm just hoping I'm not making it harder than it seems lol.
Just to update my post, I tried to use the method again and it will not find my phone... It did before twice and now it won't. Strange huh? A little help here please.
Phone is not found and I get the CMD window but never a reboot. I really wanna root this phone with ease!
Just do it the manual way. The root process is fully described here: http://richard.gluga.com/2010/08/complete-guide-to-rooting-and-hacking.html
Good work on trying to make a tool to automate all this, maybe one day we'll get to a true 1-click root method (but by then the Slide will be obsolete and in a museum, lol).
I come from the Vibrant which takes one .zip file and 10 minutes to root with NO PC... So learning all this tech stuff to root the wifes MT3GS is too much. I know others have succeded in rooting with this Ultra Easy Rooter so I'm hoping I can too.
If you can't root this way then there's another way to do it. The method I am reffering to is the no pc root method located here in the forums. Just follow the instructions and it should be pretty easy if you know what your doing. After all it is all going to be done on the phone, which means (no adb required or no pc required)
Sent from my SGH-T959 using XDA Premium App
Got a link? Wait, we are still talking about the Slide right?
I'm wondering if the person that started this thread is going to comment or help solve the problems going on?
The program works perfectly as long as adb sees your phone and is setup properly. I mentioned you needed adb before, that means you need to be able to run adb from any command prompt and not get a prompt saying "adb is not recognized as an internal or batch command" or whatever. I'm tweaking the code so it should run from the adb file inlcluded, just replace the program. That should solve all the issues except if your phone is not found. If it's not you must install the adb drivers for the mytouch slide (install pda.net,easytether,or the latest htc sync with your phone plugged in,that should give you the drivers. you may need to restart).
Edit: also sorry for the delay, for some reason XDA isn't sending me emails when this thread gets replies, plus I was sleeping.
Edit 2: alright updated program attached. I guess everyone who tested and reported had adb setup like me, sorry guys.
dbzfanatic said:
The program works perfectly as long as adb sees your phone and is setup properly. I mentioned you needed adb before, that means you need to be able to run adb from any command prompt and not get a prompt saying "adb is not recognized as an internal or batch command" or whatever. I'm tweaking the code so it should run from the adb file inlcluded, just replace the program. That should solve all the issues except if your phone is not found. If it's not you must install the adb drivers for the mytouch slide (install pda.net,easytether,or the latest htc sync with your phone plugged in,that should give you the drivers. you may need to restart).
Edit: also sorry for the delay, for some reason XDA isn't sending me emails when this thread gets replies, plus I was sleeping.
Edit 2: alright updated program attached. I guess everyone who tested and reported had adb setup like me, sorry guys.
Click to expand...
Click to collapse
Before I read what you posted now, I kept getting the "adb is not recognized as an internal or batch command" so I stopped doing it for awhile to get unfrustrated lol. The program does see my phone but won't write like its supposed to. I'm gonna try it again (I'm determine lol) I have solved the drivers problem(downloaded the htc sync thing) I'm gonna try it again and report back. Thanks for the response and sorry for waking you! *blush*
Don't worry, I woke up on my own . Hopefully this tweaked version works. If you can get adb shell to work in a command prompt and it still doesn't work would you mind sharing the output of a few commands I'll send you so I can figure out what's up?
dbzfanatic said:
Don't worry, I woke up on my own . Hopefully this tweaked version works. If you can get adb shell to work in a command prompt and it still doesn't work would you mind sharing the output of a few commands I'll send you so I can figure out what's up?
Click to expand...
Click to collapse
Okay this time it went thru the commands fine but it didn't reboot or anything. Still stock here. *sighs* Noob question but how do I send you commands lol.
Just copy the output from the cmd window. Try clicking the button again, for some reason sometimes it takes 2 run-throughs to function, sometimes it only takes one. I swear adb hates me, fix one problem 30 more pop up.
It won't let me pull the stuff from command thing but I noticed 2 things, something with exploid and an incorrect password input. The rest breezed thru.

need a mentor for streak

ok i have been all over the place trying to figure this process out. i found everything that i believe that i need and have saved all info. well i did not get far.
here is what i have done so far. i have dl 1.9.0 from dj steve i have created my install .txt file. i tried the fast boot and thats as far as i get. i try the find driver and there is not even a google, inc folder to choose. if possible i would like to get someone on some sort of chat be it yahoo or whatever that could take the time to walk me through this from start to finish. i know that this is a rather large task but if i could get it i would be greatful.
here is what i am working with.
at&t dell streak 5
android version 2.2
build number 14844
i have taken everything back to off of sd card like the rcoverey and install and 1.9.0 files.
that is all that i know so far and sorry if i am not on the right track but with all of the write ups online it is almost impossible to figure out which is best and easiest ect... well thanks to everyone for the help whether i get any or not.
Start here
Quickest way to ROOT access is to
Hold your streak above your head with both hands
Close your eyes
Shout out loudly " OPEN SESAME " (must be yelled out loudly or will not work)
Then with all the energy summoned
SMASH YOUR PHONE INTO THE GROUND
CONGRATS NOW YOU SHOULD BE ROOTED WITH SUPER USER
thanks marvin for the link i already have been all over that and no luck. i cant even get into fastboot. when i try to bring up the add driver and go to select from list google inc is not there. i have gone over every step a hundred times and dont know what it is. if anyone knows where i can dl the driver file that would be awesome. but i have read other places with guys having the same issue and they dont get any help either so, i will just hold off.
also i am trying to do this on windows 7 with x86 i dont know if this could be the issue. if so i have a vista laptop also if that would be more useful. just looking for info,
and yes i have vista in test mode
jeeper26 said:
thanks marvin for the link i already have been all over that and no luck. i cant even get into fastboot. when i try to bring up the add driver and go to select from list google inc is not there. i have gone over every step a hundred times and dont know what it is. if anyone knows where i can dl the driver file that would be awesome. but i have read other places with guys having the same issue and they dont get any help either so, i will just hold off.
also i am trying to do this on windows 7 with x86 i dont know if this could be the issue. if so i have a vista laptop also if that would be more useful. just looking for info,
and yes i have vista in test mode
Click to expand...
Click to collapse
I also use windows 7 x86, follow the instruction on streskdroid in how to setup qdltool, when you get to installing certificates do not worry if you can nnot install it just follow the next instruction. Dont forget to do that in test mode.
Sent from my Dell Streak using XDA Premium App
ok i think that i am finally on the right track. i have down loaded and run so many new programs that it is hard to recall which did what but i do know that one downloaded the google, inc folder so i am sure that i will be able to put in the drivers to allow fastboot. i am currently waiting on repairtool to dl so that i can finshish following the qdl tutorial and will post with update.. thanks guy
jeeper26 said:
. . . . i am currently waiting on repairtool to dl so that i can finshish following the qdl tutorial and will post with update.. thanks guy
Click to expand...
Click to collapse
There is no reason to actually run the QDLTool on your phone because the ROM you have is later than the one it will install. But the download will include the drivers, unzip it and look in the driver folder for what you need.
just finished with the streak droid 1.9 upgrade and first power up is coming up now mu phone just opened with a nice looking streakdroid logo by djsteve. thanks again to everyone that helped me out it is most appreciated.
how can i be sure that my install.txt file took? want to make sure i got my volume boost and density
ok scratch that ^^^^^ it took
lets say i wanted to modify that txt file on the root to make changes do i have to go back and upgrade through clockwork or will it take automatically with a reboot?? thanks guys
ok well to answer my question lol post whoreing.
i just pwrd on with the vol keys held went to update via .zip again. this was after changing the txt file and the changes took it also saved all my info and setting so i didnt have to worry about setting up all my email and stuff like that again. starting to get the hang of this.

[Solved] Fix for nonworking WiFi on Simunlocked ATT Atrix 4G

Hi all,
Inspired by the post made by crnkoj, Fix for nonworking WiFi on Simunlocked ATT Atrix 4G I decided to exploit this method and avoid the backdraws it has.
It worked very well for me on my 1.5.2, i don't see any problems with other versions as well.
Instead of restricting access to the settings.db file I decided to use db triggers to restrict changes for wifi_country_code.
The script (I modified the script from GladRoot4.2) can be found here
Many thanks to crnkoj, who came up with this solution and GladRoot team for the script.
DISCLAIMER
THIS IS ALL ON A BASIS OF INFORMING PEOPLE
I AM NOT RESPONSIBLE FOR ANY DAMAGE, LOSS OF DATA, OR BRICKED DEVICES IN CONJUNCTION OF TRYING OUT THESE STEPS
DO IT ON YOUR OWN RISK.
Instructions for the fix:
1.Do the factory reset with non-working sim in the phone.
2.Boot and register MotoBlur with wifi.
3.Switch wifi off!!!
4.Switch the device off and insert your sim card. Power the device back on.
5.Without switching on the wifi enter your MotoBlur details again (no need for internet connection).
6.Root the device.
7.Apply fix.
8.Reboot.
You should be fine. Switch on wifi and enjoy. I had to switch wifi on and back off twice to make it work.
Best regards,
Kiza
Great job Alexander!
I'm assuming this doesn't work on the Bell Atrix.
Great job Akizakian! I was looking into that way 2 weeks ago or so but i have almost no sql programming skills, so it was out of my league to do it. I think this fixes it all
I devised a better solution to this one. The problem lies in the WLAN drivers in the /system/etc/firmware/wifi/ the three binary files. I exchanged those with the driver files from the optimus lg 2x/speed and now everything works without any restrictions on the settings.db, i must test the situation if all wifi routers work with it, but i think there shouldnt be a problem, eventually someone can try to only change 1 by 1 the driver and see which one is the problem, so in the end effect the true solution would be just to exchange one driver binary. if there is interest post here so ill upload the 3 drivers i used, otherwise i wont bother, its a pretty straight forward procedure tho. oh racecar this solution should almost 100% work for the bell atrix aswell. And once the international atrix comes out and we get our hands on an international system dump/drivers we can just use that driver.
crnkoj said:
I devised a better solution to this one. The problem lies in the WLAN drivers in the /system/etc/firmware/wifi/ the three binary files. I exchanged those with the driver files from the optimus lg 2x/speed and now everything works without any restrictions on the settings.db, i must test the situation if all wifi routers work with it, but i think there shouldnt be a problem, eventually someone can try to only change 1 by 1 the driver and see which one is the problem, so in the end effect the true solution would be just to exchange one driver binary. if there is interest post here so ill upload the 3 drivers i used, otherwise i wont bother, its a pretty straight forward procedure tho. oh racecar this solution should almost 100% work for the bell atrix aswell. And once the international atrix comes out and we get our hands on an international system dump/drivers we can just use that driver.
Click to expand...
Click to collapse
There is intrest. I tried your solution using the files in my galaxy, that didnt work. wifi wouldnt even turn on. I would like to try yours.
pm me your email, ill send you the files attached. the thing is lg optimus 2x has basically the same board as moto atrix and luckyly the same broadcomm wlan/bluetooth chip with even fm radio on it....
wargame1 said:
There is intrest. I tried your solution using the files in my galaxy, that didnt work. wifi wouldnt even turn on. I would like to try yours.
Click to expand...
Click to collapse
crnkoj, this is really a great job! It's the best solution we could find! PM-ing you my email, please send me the files too.
crnkoj said:
I devised a better solution to this one. The problem lies in the WLAN drivers in the /system/etc/firmware/wifi/ the three binary files. I exchanged those with the driver files from the optimus lg 2x/speed and now everything works without any restrictions on the settings.db, i must test the situation if all wifi routers work with it, but i think there shouldnt be a problem, eventually someone can try to only change 1 by 1 the driver and see which one is the problem, so in the end effect the true solution would be just to exchange one driver binary. if there is interest post here so ill upload the 3 drivers i used, otherwise i wont bother, its a pretty straight forward procedure tho. oh racecar this solution should almost 100% work for the bell atrix aswell. And once the international atrix comes out and we get our hands on an international system dump/drivers we can just use that driver.
Click to expand...
Click to collapse
can you please send me the files, the motorola atrix wifi is not working, and non of the solution they have mentioned worked so far. email: [email protected] i hope your method can solve the problems
hello,
the method did not work, tested couple of times, however wifi refused to work period, please try to check if there is something can be done to with your patch
Have you done the factory reset before trying this method? It will not work if reset is not done.
i replaced the original wifi files with the lg optimus ones and now i cant unlock my phone(unlock swipe doesnt work) no matter how many times i pull out battery and put back... any help will be really appreciated.. thank u
i replaced the original wifi files with the lg optimus ones and now i cant unlock my phone(unlock swipe doesnt work) no matter how many times i pull out battery and put back... any help will be really appreciated.. thank u
i replaced the original wifi files with the lg optimus ones and now i cant unlock my phone(unlock swipe doesnt work) no matter how many times i pull out battery and put back... any help will be really appreciated.. thank u
Thx
great job
its working good
here is the link to a tutorial how to fix it with drivers:
http://forum.xda-developers.com/showthread.php?p=13754274#post13754274
can someone please post the wifi drivers for one of the newer htc phones (like evo 4g).. the lg optimus drivers dont seem to work here neither doe the wifi fix patch
Well obviously this is an atrix fix not an htc evo4g... it could very much me something totally else
yes
yes i have an atrix and ok i didnt know u needed drivers from a tegra 2. n im in Ghana. i keep getting a message on command prompt saying "bad mode" after i chmod to 755 or 0755..
thanks
well do such:
adb shell
su
mount -o rw,remount -t ext3 /dev/block/mmcblk0p12 /system
cd /system/etc/firmware/wifi/
chmod 755 *.bin
that must work, if you copied them over properly ...

Problems rooting 2.3.6

Tried out both these sets of instructions:
http://androidadvices.com/root-motorola-atrix-4g-45141-gingerbread-236-firmware/2/
http://www.androidauthority.com/atrix-4g-android-2-3-6-firmware-4-5-141-root-63533/
None of them since I can't even get past step one with the command lines. The command prompt won't recognize either saying "[name] is not recognized as an internal or external command, operable program, or batch file.
When I rooted while I was using 2.3.4, I had no issues doing it manually this way. I'm at my wits end. Don't know if it's a problem on my end or just the result of Motorola intentionally trying to make it hard to root and unlock this phone(apparently rooting also voids the warranty with them).
http://www.android-advice.com/2012/root-the-motorola-atrix-4g-running-4-5-141/
Thanks. Those are the same instructions in the first link though. Anyways. I managed to get past the first step by simply going to the folder and holding down shift and right clicking to get the command prompt to open the file from that location. Don't know why it wouldn't work the other way. After that I entered
moto-fastboot.exe flash preinstall preinstall.img
Click to expand...
Click to collapse
Now it's just stuck saying < waiting for device > which could mean it's a problem with the drivers. I did install the usb drivers from here:
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
Don't know if there's a step I'm missing from that or if I have to do something manually form there since I went into the device manager and my computer couldn't detect anything for them so I assume they're up to date. Let me know if you if you need me to be more specific about something.
octahedron said:
Thanks. Those are the same instructions in the first link though. Anyways. I managed to get past the first step by simply going to the folder and holding down shift and right clicking to get the command prompt to open the file from that location. Don't know why it wouldn't work the other way. After that I entered
Now it's just stuck saying < waiting for device > which could mean it's a problem with the drivers. I did install the usb drivers from here:
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
Don't know if there's a step I'm missing from that or if I have to do something manually form there since I went into the device manager and my computer couldn't detect anything for them so I assume they're up to date. Let me know if you if you need me to be more specific about something.
Click to expand...
Click to collapse
Did you try just fastboot instead of moto-fastboot? I had to use fastboot the other day and that held me up. But if its waiting for devices then it possibly is a driver issue. Im on the xda app so going to the link you provided wont work for me. Trying uninstalling and reinstalling the drivers.
Yeah I just did fastboot. Didn't even know if there was a moto-fastboot. How do I uninstall the drivers? I went through my applications but couldn't find them on my computer.
octahedron said:
Yeah I just did fastboot. Didn't even know if there was a moto-fastboot. How do I uninstall the drivers? I went through my applications but couldn't find them on my computer.
Click to expand...
Click to collapse
Go to device management of the computer and under usb should be your phone (when plugged in). If you aren't seeing it, then the drivers didn't install correctly. I can't remember where I got my drivers from to point you in the direction for that.
Alright thanks so far. It says the drivers aren't installed when I look them up in the manager. Don't know what I'm doing wrong, but if you could post the link when you get the chance then that would be helpful.
Just to clarify the one I'm referring to is "Motorola ADB Interface". "MB860" has everything current on it.
octahedron said:
Alright thanks so far. It says the drivers aren't installed when I look them up in the manager. Don't know what I'm doing wrong, but if you could post the link when you get the chance then that would be helpful.
Click to expand...
Click to collapse
When I get on my computer, ill see if I still have all the drivers that I dl. If so will ul to dropbox and post.
Ok this is what I have. Don't know what is what so included what I've got.
http://db.tt/jKixEKQL
http://db.tt/QmpO0ZUx
http://db.tt/CEu1k5q5
The description will pop up with each download. Hope it helps.
Thanks for the help!
I went back to an old bookmark I had when I rooted with 2.3.4 and found drivers. For some reason the motohelper link in my second post in this topic was not helpful. Here's a link for future reference in case anyone needs it:
http://db.tt/XHjBBnGh
I got my phone rooted again and now that I know that works I'll probably go ahead and try unlocking my bootloader to install cm7

Super frustrated!!

I can't for the life of me get adb to recognize my max. It's Verizon, H-boot 2.46. Trying to root and unlock. I've tried everything here....nothing. A little help please.
Only thing I can suggest, because it's happened to me, is to make sure you have the correct, most current device drivers loaded on your PC.
Sent from my HTC6525LVW using Tapatalk
they are correct up to date and most current.
HellRayzer said:
I can't for the life of me get adb to recognize my max. It's Verizon, H-boot 2.46. Trying to root and unlock. I've tried everything here....nothing. A little help please.
Click to expand...
Click to collapse
Are you unlocked, s-off, and rooted? Do you have developer options activated on your phone? Please explain what you´ve done up till now.
What happens when you type adb reboot. Does it start and not find it or come back with command not recognized?
Sent from my HTC6525LVW using xda app-developers app
i was having issues myself. then I found this thread and things worked again. http://forum.xda-developers.com/showthread.php?t=2588979
it doesn't find anything. I haven't been able to root s-off or anything because adb cant find my device. Do I need adb files in rumrunner folder on C drive to make it recognize it and work or what the hell am I doing wrong? I have rooted and s-offed every htc device I have ever owned...this one isn't working out. It's showing as a portable media player not android device. In the past I remember when I connected the usb I had the option to select media storage or connect as android.
HellRayzer said:
it doesn't find anything. I haven't been able to root s-off or anything because adb cant find my device. Do I need adb files in rumrunner folder on C drive to make it recognize it and work or what the hell am I doing wrong? I have rooted and s-offed every htc device I have ever owned...this one isn't working out. It's showing as a portable media player not android device. In the past I remember when I connected the usb I had the option to select media storage or connect as android.
Click to expand...
Click to collapse
my rumrunner folder was still in my downloads folder no where near my adb files and everything worked ok for me. also my Max shows up as a media device also but adb/fastboot still working fine. did you try to reinstall your adb with the link I provided in the above post, its the only thing that helped me when I was having pretty much the same problem as you.
you may also need to unlocked dev tools in your settings... have you done that yet
Where and how do you unlock developer tools...haven't found that under anything in the settings?
HellRayzer said:
Where and how do you unlock developer tools...haven't found that under anything in the settings?
Click to expand...
Click to collapse
Enter Settings, then scroll down to about... pick "Software Information" -- then "More" --- Then press the "Build" 8 times fast. You´ll then have access to the developer tools.
Well thanks for the help. still can't get anything to work, guess this will be the first device I've owned that will never be rooted unless I find something that tells me what to put where and what to do.
HellRayzer said:
Well thanks for the help. still can't get anything to work, guess this will be the first device I've owned that will never be rooted unless I find something that tells me what to put where and what to do.
Click to expand...
Click to collapse
When you type in adb devices, can you see your seriel number?
RayHeath said:
When you type in adb devices, can you see your seriel number?
Click to expand...
Click to collapse
no. it says list of devices, then it's blank.
HellRayzer said:
no. it says list of devices, then it's blank.
Click to expand...
Click to collapse
Ok, I´m not sure what you time zone is, but I can help you tomorrow. It´s 10pm here right now, and I´m gonna hit the hay soon. When you´re online tomorrow, pm me. I´ll log in, and we´ll start.
Hey relax bud, do me a favor and PM and I will help you out with everything and getting your phone to be recognized by dab and fast boot and make sure you properly s-off unlock and root if that's what you are trying to accomplish! Hit me up, I have nothing going on tonight so I can jump right in to it with you right away
HellRayzer said:
no. it says list of devices, then it's blank.
Click to expand...
Click to collapse
Have Win XP or server 2003?!?
This: http://forum.xda-developers.com/showthread.php?p=49045175
Don't know if you guys ever got this issue solved or not. I'm having the same issue S-on, cannot get adb devices command to recognize my t6spr for the life of me. on Hboot 2.46, it will detect the USB device malfunction if I put the device in fastboot mode, but thats about it. Device manager shows Unknown USB (Device Descriptor Request Failed). Tried the KB update for devices that fail enumeration on Windows 8.1 for x64 but the update package said my system is not affected so that never installed. Tried the alternative miniadb pakage previously mentioned but didnt seem to have an affect installing fastboot, adb, and drivers, across the system universally. Just not having any luck apparently. I guess I could just sell the phone Tampered and Unlocked haha with no fingerprint scanner functionality, flash ViperRom or some other stock look alike ROM. Was just really hoping to go back completely stock. At one point it time I was trying different PCs to see if it was just a system issue for me. Occasionally it seemed like if I let it sit in Fastboot AC it would eventually get detected and flip over to Fastboot USB long enough for me to push a couple commands to the phone. I have the right RUU but it dosent do me any good if the computer cant see the phone haha. Now no computer seems to recognize it. It all seemed to happen after I tried to S-Off the device with Firewater's method. Idk if I bricked something because it never worked or changed a CID or some other ID to where the USB isnt recognizable, but all I can get this phone to do is take an electric current from the USB, lol thats about it. I thought I had it fixed enough to where I knew what to do if i absolutely needed to get fastboot to recognize the phone but now, nothing.
Just a curiousity question here....a bad usb cable can produce this also...read through posts didnt see anyone trying a new cable...

Categories

Resources