ADB Connecting the PC to the Android

Lee

New member
Hi all

New to this

I'm trying to connect the phone to the PC but can't get ADB to connect, any ideas what boxes I might not be ticking or is there an idiots 'walk thru' somewhere?

Lee
 
Last edited:

Lee

New member
Hi all

New to this

I'm trying to connect the phone to the PC but can't get ADB (edit) to connect, any ideas what boxes I might not be ticking or is there an idiots 'walk thru' somewhere?

Lee

here's where I am with the code



C:\Users\Lee>adb shell pm grant com.arlosoft.macdroid android.permission.write_secure_settings
adb.exe: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.



C:\Users\Lee>adb kill_server
adb.exe: unknown command kill_server



C:\Users\Lee>adb kill-server



C:\Users\Lee>



I have done the seven presses to activate my phone (and got the message saying so) - the phone folders opened up on the PC so it is connected?
 

Lee

New member
Cheers all, ashamed as I am to admit it I tried the same thing I did the day before and it worked fine

Seems I either mucked up the text or the phone and the PC both needed a re-boot after installation
 
Top