[Solved]NS usb driver... - Nexus S Q&A, Help & Troubleshooting

i just got a fail message on installing the usb driver
(my system is win7 32bits)
but there is no problem on connect another win7 32bits
computer.....i tried to use USBDeview to uninstall some junk drivers
but still not work.....is anyway to uninstall the registry TOO???

what worked for me in installing the driver was the use of PDAnet, in both Win7 64 bit and WinXP 32
if you decide to go this route you dont need to use the app it installs onto your phone as long as the driver is installed via the .exe

imisky said:
what worked for me in installing the driver was the use of PDAnet, in both Win7 64 bit and WinXP 32
if you decide to go this route you dont need to use the app it installs onto your phone as long as the driver is installed via the .exe
Click to expand...
Click to collapse
I messed around with those damn NS drivers for an hour before I tried the PDAnet method and BAM! 2 minutes I was up and running

imisky said:
what worked for me in installing the driver was the use of PDAnet, in both Win7 64 bit and WinXP 32
if you decide to go this route you dont need to use the app it installs onto your phone as long as the driver is installed via the .exe
Click to expand...
Click to collapse
i tried. But it still not work help

I was having issues getting my Win7 x64 to recognize my NS as well, I stumbled across a thread that said to paste the following bit of code to the bottom of the [Google.NTx86] and [Google.NTamd64] sections of your /android/android-sdk/extras/google/usb_driver/android_winusb.inf file, assuming you downloaded the android SDK and google drivers pack already. Worked for me.
Code:
;
;Google Nexus S GT-i9023
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E20

Maelos said:
I was having issues getting my Win7 x64 to recognize my NS as well, I stumbled across a thread that said to paste the following bit of code to the bottom of the [Google.NTx86] and [Google.NTamd64] sections of your /android/android-sdk/extras/google/usb_driver/android_winusb.inf file, assuming you downloaded the android SDK and google drivers pack already. Worked for me.
Code:
;
;Google Nexus S GT-i9023
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E20
Click to expand...
Click to collapse
thx, solved. i uninstall the pdanet which installed long time ago.
then add your code. finall it fixed.

Glad to hear it took care of your problem, as much as I would like to credit it, not my code. Just something I found on a forums somewhere, might have been XDA, might have been somewhere else. I cannot for the life of me remember.
Good luck rooting and rom'ing!

Maelos said:
Glad to hear it took care of your problem, as much as I would like to credit it, not my code. Just something I found on a forums somewhere, might have been XDA, might have been somewhere else. I cannot for the life of me remember.
Good luck rooting and rom'ing!
Click to expand...
Click to collapse
i just got this problem back again on this destop-_-
wtf!!!!!!!!!!!!!!!!
EDIT: i figure out the problem
i browse to the inf file then edit, your code provided disappear.Then i edit your code to
;
;Google Nexus S GT-i9020T
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E20
then im fine now

Related

SIGNED 64bit usb drivers for windows

It looks like they added some signed usb drivers for 64bit vista in git. Get the files here:
http://android.git.kernel.org/?p=pl...4;hb=5a4d0fa291a7269007701282f32cfda55ce39008
(direct link to a .tar of the files)
http://android.git.kernel.org/?p=pl...7f21122b4e37780fa5beba7dedc30d428a8dd0;sf=tgz
Anyone have Vista 64bit and want to try them out, and report back? Hopefully this will let you use the drivers without being in test mode, like you had to be with the ones that aziwoqpd had compiled.
Driver installs with no problems on my Vista 64 machine, but adb and fastboot give a device not found error :/
That error is the same as using an unsigned one in normal Windows bootup. I'll test it now and post back.
Btw: Here's an unsigned drivers workaround.
http://www.start64.com/index.php?option=com_content&task=view&id=1200&Itemid=73
Edit:
Driver works perfectly. Windows 7 x64.
Crapped my pants at first though. Got a bsod while installing it. Lol.
Just the regular overclock bsod though, so it should go on fine for you guys.
APrinceAmongMen said:
That error is the same as using an unsigned one in normal Windows bootup. I'll test it now and post back.
Btw: Here's an unsigned drivers workaround.
http://www.start64.com/index.php?option=com_content&task=view&id=1200&Itemid=73
Edit:
Driver works perfectly. Windows 7 x64.
Crapped my pants at first though. Got a bsod while installing it. Lol.
Just the regular overclock bsod though, so it should go on fine for you guys.
Click to expand...
Click to collapse
Ah, cool. thanks for posting that workaround. I hadn't seen anything like that. I had only briefly looked into it before, but didn't see anyway to run unsigned drivers without going into test mode. (I don't use vista, so I wasn't that motivated to find a way )
Yea I get device not found on both unsigned and signed. But I also have a linux box to play with anyways.
look at all this old stuff.
Works 100% on 2 different vista 64 bit systems. Didn't make my video crash my machine on the one that usually does. So Kudos to the guy that made these! Tried & tested! ADB work'n. Might want to put this as a main thread or stickie for all those using vista 64bit or windows 7 64bit. Just a suggestion
Will this work with Haykuro's modified SPL?

No driver for my Nexus S 4G, please help

Hi,
I have tried PDAnet to install driver for my phone. When it got to where it asked me to plug in my phone, i plugged in nothing happen so i had to click on cancel. Then i installed SAMSUNG_USB_Driver_for_Mobile_Phones. After it was installed i went to Devices and My phone showed as Unknown Device. i went in to update driver and there was not ADB device in the selection for me to choose. Please help... thanks..
what OS are you using
the most up to date win7 finds it pretty accurately. If not your BEST bet that i have found is use those sammy drivers, THEN install google android SDK/corresponding JAVA. It sounds like alot but you will get alot more as you fiddle with your phone down the line.
When you get the sdk and java sdk installed you can download googles USB drivers through the sdk list and then you should be able to find the ADB device listing IF your computer doesnt find your phone automatically after that.
Ive done this alot now and have had a different config almost every time.
XP has ALWAYS needed the sdk's to work for me.
I have windows 7 home. I have not update my windows 7 at all. I already got SDK and JDK installed. I checked the google USB driver when i was at the list of things to package to download.
tevil said:
what OS are you using
the most up to date win7 finds it pretty accurately. If not your BEST bet that i have found is use those sammy drivers, THEN install google android SDK/corresponding JAVA. It sounds like alot but you will get alot more as you fiddle with your phone down the line.
When you get the sdk and java sdk installed you can download googles USB drivers through the sdk list and then you should be able to find the ADB device listing IF your computer doesnt find your phone automatically after that.
Ive done this alot now and have had a different config almost every time.
XP has ALWAYS needed the sdk's to work for me.
Click to expand...
Click to collapse
i have updated my windows and still no luck. What is a sammy driver ...
tevil said:
what OS are you using
the most up to date win7 finds it pretty accurately. If not your BEST bet that i have found is use those sammy drivers, THEN install google android SDK/corresponding JAVA. It sounds like alot but you will get alot more as you fiddle with your phone down the line.
When you get the sdk and java sdk installed you can download googles USB drivers through the sdk list and then you should be able to find the ADB device listing IF your computer doesnt find your phone automatically after that.
Ive done this alot now and have had a different config almost every time.
XP has ALWAYS needed the sdk's to work for me.
Click to expand...
Click to collapse
Here are the drivers I installed from Samsung when I manually updated my prl
http://www.mediafire.com/?yns6ianoai12z6n
I uploaded this last week, just extract the rar and run the exe
Sent from my Nexus S 4G using Tapatalk
i already had this driver install however i still followed the Setup. I uninstalled the existing driver and install this again and still no luck
fergie716 said:
Here are the drivers I installed from Samsung when I manually updated my prl
http://www.mediafire.com/?yns6ianoai12z6n
I uploaded this last week, just extract the rar and run the exe
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
are you letting window just give you the list of drivers or are you browsing for the adb one? windows will initially give you a list of like 20 drivers, then you select "let me pick" or something like that and you go through the list of like 1000 instead.
if your on 7 and have everything installed then maybe you have a bad cable. do you get anything that even loks like your computer is trying to install yoru phone.
It was the cable. Last night i went to Sprint and bought their 20 dollar cable and everything was fixed. Drivers were installed with PDAnet and i already rooted the phone , unlocked bootloader, put on CWR and installed CM9 Thank you for your help.
tevil said:
are you letting window just give you the list of drivers or are you browsing for the adb one? windows will initially give you a list of like 20 drivers, then you select "let me pick" or something like that and you go through the list of like 1000 instead.
if your on 7 and have everything installed then maybe you have a bad cable. do you get anything that even loks like your computer is trying to install yoru phone.
Click to expand...
Click to collapse
Ughh $20.. They use to give them for free.. Or atleast the corporate store near me did when I had my Samsung Moment.
But yea I just bought the wrong cable (Nexus One) like a dumb ass from amazon. It fits but super short
Sent from my Nexus S 4G using Tapatalk
i was this close to buying a cable for 3 bucks from Amazon. Now i look at my Sprint cable , it does look different from the cable i saw on amazon. i dont know man, on ebay and amazon those cables are all Nexus S OEM cable, dont know if they would have worked or not
fergie716 said:
Ughh $20.. They use to give them for free.. Or atleast the corporate store near me did when I had my Samsung Moment.
But yea I just bought the wrong cable (Nexus One) like a dumb ass from amazon. It fits but super short
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
i like how i was in class and i went in to your wallpaper HERE and half your wallpapers were half-naked women
fergie716 said:
Ughh $20.. They use to give them for free.. Or atleast the corporate store near me did when I had my Samsung Moment.
But yea I just bought the wrong cable (Nexus One) like a dumb ass from amazon. It fits but super short
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
Here is how I got mine to work.
install android sdk here
http://developer.android.com/sdk/index.html
navigate to you android sdk folder. typical path:C:\Program Files\Android\android-sdk
double click sdk manager.exe
under extras, install google usb driver package. See screenshot here for example.
http://developer.android.com/sdk/win-usb.html
bob13bob said:
Here is how I got mine to work.
install android sdk here
http://developer.android.com/sdk/index.html
navigate to you android sdk folder. typical path:C:\Program Files\Android\android-sdk
double click sdk manager.exe
under extras, install google usb driver package. See screenshot here for example.
http://developer.android.com/sdk/win-usb.html
Click to expand...
Click to collapse
Doesn't work it says windows can't find driver
Im struggling here the only thing keeping me form fun is some stupid usb drivers nothing wants to work at all.
Phone will mount when on, but when in fastboot mode it makes a dudududu sound and under deivces it says android 1.0 and when i try to update the driver it cant be found online, and when i have the actual driver on computer it still says windows cant find the driver.
Download the adb drivers attached below
Google search for: Samsung_Mobile_USB_Driver_V1.3.800.0.msi
Install the Samsung "Samsung_Mobile_USB_Driver_V1.3.800.0.msi" drivers and then reboot.
Then plug in your NS4G and let it do it's thing. It will say that it needs a driver. Select no and advanced.
Then go to where you saved the attached file drivers and in the root select it and let is load the Android ADB drivers.
Then reboot.
Then in your device manager you'll see the Android ADB device with a yellow triangle.
Right click and update driver.
Then select the bottom choice so that you can look at all drivers and in the list is the Android ADB.
Select it and next to update the drivers.
Then reboot and you should be good to go.
It took me several hours to figure this out and I used every other method I could find and they did not work, but this did.
This is on Windows XP Pro SP3
If this helps, please hit Thanks!!!

trouble installing Samsung USB drivers

whenever I try and install the samsung usb drivers for my S3 the installer always fails with this message: "The MSS installation for SAMSUNG USB Driver for Mobile Phones V1.4.6.0 has failed."
I had the universal naked drivers installed on this PC before for my tbolt and transformer prime, but it wasn't compatible with the S3 yet. There is an updated universal naked drivers that supports the S3, but when I try and back up my IMEI and put the phone into RMNET+DM+MODEM mode, the naked drivers don't recognize my device. in the regular MTP+ADB the drivers work fine.
so I imagine I need the samsung drivers to install for this to work. does anyone have any ideas how I could get the samsung usb drivers to install properly? I've also tried the V1.5.5.0 version as well and the installer fails as well. I've removed the universal naked drivers and tried to install without it and I still get the error. same thing in windows safemode. I'm running Windows 7 Enterprise 64 bit.
has anyone else had trouble with this? and any idea how to get the installer to work? thanks
Lots of people have been having this issue. I'm having it on XP at the moment... until now.
Per another thread I read here (for the Dell Streak, thread here: http://forum.xda-developers.com/showthread.php?t=1291293) you can force Windows to use the generic driver instead of the Samsung one.
Basically, I edited a copy of the INF to match my device info, then entered the info into the [Generic] area of the INF. I then told Windows to allow me to manually select the driver, and pointed it to this INF file. Voila... I now have generic driver support for MTP in XP SP3. I imagine the same thing might work with other versions of Windows, since I'm not really using any non-Windows drivers.
jackmei2 said:
whenever I try and install the samsung usb drivers for my S3 the installer always fails with this message: "The MSS installation for SAMSUNG USB Driver for Mobile Phones V1.4.6.0 has failed."
I had the universal naked drivers installed on this PC before for my tbolt and transformer prime, but it wasn't compatible with the S3 yet. There is an updated universal naked drivers that supports the S3, but when I try and back up my IMEI and put the phone into RMNET+DM+MODEM mode, the naked drivers don't recognize my device. in the regular MTP+ADB the drivers work fine.
so I imagine I need the samsung drivers to install for this to work. does anyone have any ideas how I could get the samsung usb drivers to install properly? I've also tried the V1.5.5.0 version as well and the installer fails as well. I've removed the universal naked drivers and tried to install without it and I still get the error. same thing in windows safemode. I'm running Windows 7 Enterprise 64 bit.
has anyone else had trouble with this? and any idea how to get the installer to work? thanks
Click to expand...
Click to collapse
Download and install PDAnet app to your computer, this app will install the driver for you. You have to select "Samsung" during the install. Once done you can uninstall the app but the driver stay.
If PDA net doesn't work for you, go into device manager and select your phone, click on properties, advanced, and install the drivers manually.
So, I came across another way to get the drivers to load without any INF file hacking. If you simply tell Windows (XP in my case) to update the driver, then tell it you will manually point to it, you can find a suitable one in the folder C:\Program Files\SAMSUNG\USB Drivers\25_escape (after you install the MSS driver pack, of course).
Unfortunately, in my case, I use MediaMonkey to manage this, and it doesn't seem to notice the "difference" between my phone and my wife's (both SGS3s). That's their fault, though... they clearly have some bugs in there.
that's the problem... the MSS pack fails to install. I tried copying the samsung\USB Drivers folder from my desktop (which the driver install worked on) to my laptop and manually pointing to the folder, but it says it can't find a driver for it. kind of odd. I'll have to try the PDA net drivers to see if that will work. thanks for the help guys
Dawg5 said:
If PDA net doesn't work for you, go into device manager and select your phone, click on properties, advanced, and install the drivers manually.
Click to expand...
Click to collapse
Thanks this worked for me

[Q] Can't install Kies.

Hello!
I have a problem with Kies, I've searched around the site but couldn't an answer.
The thing is, I download Kies from the samsung site, and when I open the .exe, I see a green bar and after that it disappears and the installer never opens.
I have Windows XP x64 bit.
Thanks!
do you have a download manager?
It's possibly the download didn't complete properly or is corrupt in some way. I would download again using a download manager (downthemall) is a popular firefox add-on
Failing that try obtaining the installer from a different site, and/or possibly try a different version
Edit: windows XP x64 is a pretty bad version of windows to be on (its not really 64bit) I would suggest upgrading your operating system at some stage
gfunkzero said:
do you have a download manager?
It's possibly the download didn't complete properly or is corrupt in some way. I would download again using a download manager (downthemall) is a popular firefox add-on
Failing that try obtaining the installer from a different site, and/or possibly try a different version
Edit: windows XP x64 is a pretty bad version of windows to be on (its not really 64bit) I would suggest upgrading your operating system at some stage
Click to expand...
Click to collapse
I just installed downthemall and downloaded Kies again, but the same thing happened. The installer won't open.
I've already tried downloading the installer from a different site but the same thing happened.
I have no idea what's the issue here.
Yeah I was planning to update it to windows 7 but I don't know when, I don't like much the way it looks
There are a lot of program compatibility issues with windows xp 64, I would say install on any other machine and it will work
just because its 63 1/2 bit doesnt mean you needs another computer, as i have win xp (almost) (64BiT) as well and ,win 7 on my laptop and regular win xp 32.5 bit and none WORK WITH KIES! ITS SAMSUNG JUST FACE THE TRUTH AND DONT WASTE YOUR MONEY ON A NEW OS JUST TO BE VERY VERY DISAPPOINTED, if their are any compatibility issues they are due to programs not being "MADE" compatible with it. besides i would rather be the one compatible with my computer then my apps
gfunkzero said:
There are a lot of program compatibility issues with windows xp 64, I would say install on any other machine and it will work
Click to expand...
Click to collapse
I also have the same problem. Windows 7, x64.
Has anyone found a solution?
Sorry for bringing this thread back to life, but I have a similar problem with KIES, only mine says that my pc is not connected to the internet!!!! OF course it doesn't take into account that I'm posting this as we speak.... Of all the problems an installation could face, internet connection is the one that messes with it?!
Does anyone have a solution?
i tried some months ago to install kies drivers and in my win7 64bit i don't have any problems
but i tried kies programs only first time, then i deleted it.
some days ago i get cyanogenmod to delete jellymod that have a lot of problems, also via usb ( i can't get files to my computer that appear a pop up of windows that says my devices is going off... too strange
anyway i nned to try now with cyano, if i have the same pop up, i guess is a usb cable, or another problem that i need to find and resolve...
Maika7 said:
Hello!
I have a problem with Kies, I've searched around the site but couldn't an answer.
The thing is, I download Kies from the samsung site, and when I open the .exe, I see a green bar and after that it disappears and the installer never opens.
I have Windows XP x64 bit.
Thanks!
Click to expand...
Click to collapse
try to run the program in capability mode start menu, programs right click and run capability mode
Hey, and you checked the kies is compatible with windows xp 64 bit? With Windows 7 is definitely the xp but it is better to check.
Maika7 said:
Hello!
I have a problem with Kies, I've searched around the site but couldn't an answer.
The thing is, I download Kies from the samsung site, and when I open the .exe, I see a green bar and after that it disappears and the installer never opens.
I have Windows XP x64 bit.
Thanks!
Click to expand...
Click to collapse
I know that is a old post but for information, you could found drivers for xp 64 here without install kies ...
1. Download this files : .h.t.t.p.://drivers.softpedia.com/dyn-postdownload.php/09b2d4250aff0de1122d5694682c3b08/550736e3/179b5/4/1
2. Unzip it on destop for exemple.
3. run "Setup.exe" in the forlder "USB drivers"
4. enjoys, it works for me with a samsung S5830 ..

Root for HP Slate 7

This post is by "kibaruk" his method worked for me.
Thanks kibaruk!!!!!!
kibaruk said:
ok for all slate 7 users, i found a real easy and secure way to root our device, no brick chance because it doesn't modify anything inside the tablet, you just push su.
Way easier than having to install software you don't even know what it does...
The hardest part of the whole thing is installing the adb drivers which is detailed below in step 6-7-8 in case it's all you need.
step 1: Download android sdk manager (there are lots of stripped versions that might work but for tutorials sake we'll use the whole thing).
step 2: Download cydia's impactor (cydia's impactor home page in case you are interested in reading a bit).
step 3: Install both software previously downloaded (the android sdk manager doesnt have an installer, it will unzip and work from that directory, it's probably better if you unzip it into an easy to access path but it's up to you, for tutorial we will use c:\asdk\ ).
step 4: Open android sdk manager, select from the list and install only* "android sdk platform-tools" and "google usb driver" (* only as in this are the only things we actualy need, if you need at some other point or are interested in tinkering you are free to do so).
Ok so here we start with the sort-of-hard part, making our computer connect with our slate 7 through adb, to do this you need to...
step 5: Open a command terminal (windows button + r to open a run window and type cmd to open a terminal).
step 6: Go to c:\users\username\.android\ and type within the terminal:
Code:
echo 0x03f0 >> adb_usb.ini
step 7: At this point you need to get back to an explorer window and get to c:\asdk\sdk\extras\google\usb_driver\ (or wherever you unzipped it), there you will find a file called "android_winusb.ini", open it and add at the end the following:
Code:
; hp
%singleadbinterface% = usb_install, usb\vid_03f0&pid_5e1d
%compositeadbinterface% = usb_install, usb\vid_03f0&pid_5d1d&mi_01
%compositeadbinterface% = usb_install, usb\vid_03f0&pid_601d&mi_01
step 8: Open windows device manager and you will see your tablet as "hp" with a yellow warning icon, right click it and check update software, then click look for software in the computer, then click on choose driver from a list.
Once you do this you will see an icon "use disk". Explore your way to c:\asdk\sdk\extras\google\usb_driver\ and choose "android_winusb.ini" file.
The first option you will see is android adb interface, so you pick next, it will warn you about installing drivers from unkwnown sources you keep saying yes until it's done.
step 9: Go back to your cmd terminal and get to c:\asdk\sdk\platform-tools\ , this is where adb.exe is and type in the following:
Code:
adb kill-server
Code:
adb start-server
Code:
adb devices
if everything worked as expected you will see a device listed, this is your slate 7.
step 10: Now open cydia's impactor tool, you will see a small window with a default command on screen which is the following:
Code:
# drop supersu su to /system/xbin/su
just click start next to it aaaaand you are done!
Just open an app like titanium backup which needs root to see if it worked.
This method is simple plus you don't have to download anything chinese or unnecesary software into your computer, the tutorial is really long because i tried to be as detailed as posible but in the end you shouldnt take more than 5 minutes (the downloads might take a bit longer though for the sdk), i would take screenshots of the process but my computer runs on a spanish version of windows (the same reason why you might see things with different names i was just trying to guess the device manager label part).
If you have any question feel free to ask and if it worked for you a thanks would be awesome so more users will try this.
Click to expand...
Click to collapse
The Slate 7 and the TP are completely different. I strongly suggest that instead of posting here, you request that XDA start a forum for your device. A quick Google search turns up http://forum.xda-developers.com/showthread.php?t=1660354&page=855.
I know they are different but there is no Sub Forum for Slate 7.
So I posted it here hoping for someone to reply with Root files :/
Thanks for moving it.
Bump
Hey mate,
I have tried to root the HP Slate 7. I am not a developer. I am just an user who knows a thing or two.
Upon trying to sideload flash root files, adb stops and says it cannot be done on production firmware. Same goes via manual.
So the issue relies on the firmware. HP has locked the device down so we will either need to wait on HP to give us the unlock method or for a developer to crack it!
You can always try yourself but not sure if it will work. I think if we created a pre-root firmware we could flash that to gain root.
Root files are universal so just search and download!
Well I can't find root files.
And the problem I think is the CWM.
deleted
Sent from my HP Slate 7 using xda premium
beyored said:
Sent from my HP Slate 7 using xda premium
Click to expand...
Click to collapse
Tried this and no success. This is what I have been doing and no luck. adb commands work and it will push but the apps aren't there after completing step 2 and running unlock root. I have done a reboot and tried more than once.
I have done this method before so I don't know where I am going wrong lol.
To be honest, I think my Slate and laptop aren't communicating correctly. I cannot transfer non-media files. Have you got this issue?
SwannyBhoy said:
Tried this and no success. This is what I have been doing and no luck. adb commands work and it will push but the apps aren't there after completing step 2 and running unlock root. I have done a reboot and tried more than once.
I have done this method before so I don't know where I am going wrong lol.
To be honest, I think my Slate and laptop aren't communicating correctly. I cannot transfer non-media files. Have you got this issue?
Click to expand...
Click to collapse
another fella has had same issue so i unrooted and tried it again it worked 2 more times just to make sure its full proof..... now im having trouble getting root back........
so im gonna delete the post and see if theres an easier way.....
shuame works but same again its hit and miss....
Sent from my HP Slate 7 using xda premium
Got this looking sweet now...
Xposed framework installed....http://forum.xda-developers.com/showthread.php?t=1574401 rovo89 thanks for this great xploit....
XTheme engine installed.....https://www.dropbox.com/s/3ciz2clswmxa6i7/XThemeEngine_beta5.apk ruqqq you rock....
Tablet ui module installed...
Deodexed.......universal deodexer....http://forum.xda-developers.com/showthread.php?t=2213235&highlight=deodexer thanks abcdjdj....
BB keyboard....
Inverted Google now.....http://www.designrifts.com/teamblackedoutapp/ team blackout.....
Well in mate it looks nice. I hate you only because it works for and nitot me lol.
Im gunna give this another go on another machine incase I installed it wrong.
Let me know if you get a working method.
Sent from my HP Slate 7 using xda premium
Oh c'mooon !! You can't have rooted and deodexed bla bla i can't get it rooted..
drifter94 said:
Oh c'mooon !! You can't have rooted and deodexed bla bla i can't get it rooted..
Click to expand...
Click to collapse
Sent from my HP Slate 7 using xda premium
Deodexed......
beyored said:
Sent from my HP Slate 7 using xda premium
Deodexed......
Click to expand...
Click to collapse
Haha, i wasn't saying it's impossible.. I was saying that it's not fair that you managed to get that and i didn't... I can't get adb to work
Sent from my HP Slate 7 using xda app-developers app
drifter94 said:
Haha, i wasn't saying it's impossible.. I was saying that it's not fair that you managed to get that and i didn't... I can't get adb to work
Sent from my HP Slate 7 using xda app-developers app
Click to expand...
Click to collapse
lol i know.....have you installed the drivers
beyored said:
lol i know.....have you installed the drivers
Click to expand...
Click to collapse
Yes, i tried loads of tutorials, 3 different pcs, 2 cable, different download files.. 0, can't connect tablet to adb
Sent from my HP Slate 7 using xda app-developers app
Did you change the .ini file and the config file? In work at the moment can give you tonight
Sent from my GT-N7105 using xda premium
Mate have you done something to your HP Slate that I haven't? Or you have a special one.
Adb works fine for me. Gaining root does not. Same error. Cannot do on a production build.
Any updates done before root? Mine was out the box and straight to the laptop for rooting. I downloaded the backup firmware from HP's site and not used it.
Sent from my GT-N7105 using xda premium

Categories

Resources