View Single Post
Old 04-19-2017, 06:46 PM   #4
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
I managed to. Tests done on a T68 "Lynx". Further tests later.
-- I had to root the device, using cydia
-- after connecting through `adb shell`, and having become root through `su`,
-- one can enable RNDIS and assign an address through
`setprop sys.usb.config rndis ; ifconfig rndis0 192.168.42.123 `
consecutive, using the semicolon, since the first command will disconnect the ADB.

Among the problems I experienced: for some reason the usb0 interface on the desktop system (the network is made by a rndis0 interface on Android and a usb0 interface on the desktop system) disconnects often and without apparent reason.
mdp is offline   Reply With Quote