← Back to team overview

ubuntu-phone team mailing list archive

Re: [BQ] no permission using adb

 

El día Tuesday, May 05, 2015 a las 12:45:03PM +0000, Alberto Pagliarini escribió:

> Hi all,
> 
> I have a BQ phone. and when I use it with usb tethering enabled through
> 
> $ adb shell android-gadget-service enable rndis
> 
> I have to maintain the display on because when the display turns off I
> haven't access to the phone via adb anymore
> 
> $ adb devices
> 
> returns
> 
> List of devices attached
> ???????????? no permissions
> 
> I don't be able to recover the access neither if I kill and restart adb
> server with
> 
> $ adb kill-server
> $ adb start-server
> 
> Some suggestions?

Yes, enable ssh in the BQ and on your *nix System something like:

# ifconfig ue0 inet 10.42.0.19
# ssh phablet@10.42.0.1

(change 'ue0' for your interface name); needs ofc installation of your
RSA pub key in the BQ;


	matthias
-- 
Matthias Apitz, guru@xxxxxxxxxxx, http://www.unixarea.de/ +49-170-4527211    +49-176-38902045
"Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände menschlich bilden."
"Si el hombre es formado por las circunstancias entonces es necesario formar humanamente
las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 2, 138)


Follow ups

References