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.
|