Cam asta trebuie sa faci ca sa ai net pe telefon, shared de pe calculatorul la care ai legat telefonul prin USB:
Pasii ar fi:
I) Drivere si aplicatii:
– http://developer.android.com/tools/extras/oem-usb.html – Driver pt USB
– ADB: http://www.overclock.net/a/how-to-install-adb-android-debug-bridge
II) Conectare si net 😀
1: Telefonul conectat prin USB Tethering la PC ( NU MEDIA Storage )
2: Enable sharing la device-ul de retea WAN cu home network pe tetheringul de la telefon.
note: verifica ip-ul la placa de retea nou adaugata ( cea de tethering ). Ar trebui sa fie ceva gen 192.168.137.1
3: Folosind ADB ( stii de unde sa-l iei, sper ) si driverele instalate pentru telefon, executa urmatoarele comenzi:)
1: in CMD , deschide adb-ul. si fi sigur ca ai device-ul conectat.
apoi:
adb shell
si… pur si simplu, urmatoarele comenzi 🙂
netcfg rndis0 dhcp
busybox ifconfig
ifconfig rndis0 192.168.137.2 netmask 255.255.255.0
route add default gw 192.168.137.1 dev rndis0 ( daca vreti sa iesiti prin calculator. Daca aveti si wifi, skip )
Si ca sa fie pacalit Google Play ca este net, pt androidul meu:
ifconfig ccmni0 0.0.0.0
La altele e ifconfig rmnet0 0.0.0.0
( de vazut cu busybox ifconfig cand ai netu pornit pe tel )
de citit de exemplu aici:
http://www.cyberfreewishes.com/2/post/2013/10/how-to-reverse-tether-your-pcs-internet-to-your-android-phonetablet.html#.U00vHvl_t8E