Hi all,Is it possible to share internet to N7 trough android USB tethering ?
Try this app: https://play.google.com/store/apps/...1bGwsMSwyLDEsImphc29uZ29uZy50ZXRoZXIudXNiIl0.Is it possible to share internet to N7 trough android USB tethering ?
thanks for the suggestion
There are a few apps which do this sort of thing, search and you should find one that works. Please note this kind of thing does require root.thanks for the suggestion
its actually not working with my n7 (paranoid android 2.23)
got the message unsupported kernel and not tetherable usb interface found, looks like this app is designed for pre 4.x devices
Sweet mate, using ur ROM and setting route manually im able to use internet from usb, but only using linux as router, can't find the right driver for windows.Hey folks,
I took cbdonohue's modifications and built them into CM10 and it works like a charm! I took the liberty of uploading the ZIP to dev-host:
http://d-h.st/KIr
All credit goes to cbdonohue for finding and creating the modification. I just built it![]()
All modifications u can find attached here:Hey All,
Noob here needing help for the USB tether so that i can share my work PC's internet to my N7. (As access to wifi was recently restricted).
Anyways, here's where i am: I have a rooted 4.1.2 JB Nexus 7
Though its been said on a previous post that i need to "modify the files in the Jelly Bean source code and recompile the operating system."
How do i exactly do that? Is it thru your steps on modifying kernel/framework files?
I'd really appreciate any form of help!
Thanks guys!!!
Does this work on the Nexus 7 wifi only? I would like to use USB tethering to connect some computer via wifi, for exampleI am happy to announce I got native USB tethering working on the Nexus 7
I had to make the changes to the config.xml as shown in the previous post and also had to modify out/target/product/grouper/root/init.usb.rc by adding the following
I'm also using a modified tegra kernel with RNDIS options activated...not sure if this is required (I'm assuming it is). I will try the stock kernel later.Code:on property:sys.usb.config=rndis write /sys/class/android_usb/android0/enable 0 write /sys/class/android_usb/android0/idVendor 18d1 write /sys/class/android_usb/android0/idProduct 4e23 write /sys/class/android_usb/android0/functions ${sys.usb.config} write /sys/class/android_usb/android0/bDeviceClass 224 write /sys/class/android_usb/android0/enable 1 setprop sys.usb.state ${sys.usb.config} on property:sys.usb.config=rndis,adb write /sys/class/android_usb/android0/enable 0 write /sys/class/android_usb/android0/idVendor 18d1 write /sys/class/android_usb/android0/idProduct 4e24 write /sys/class/android_usb/android0/functions ${sys.usb.config} write /sys/class/android_usb/android0/bDeviceClass 224 write /sys/class/android_usb/android0/enable 1 start adbd setprop sys.usb.state ${sys.usb.config}
No USB-tethering in the Nexus 10 is driving me nuts, would you have any idea how to modify the exynos kernel to activate RNDIS?I am happy to announce I got native USB tethering working on the Nexus 7
I'm also using a modified tegra kernel with RNDIS options activated...not sure if this is required (I'm assuming it is). I will try the stock kernel later.
How do i get that?-snip-
1. Download the tegra kernel branch android-tegra3-grouper-3.1-jb-fr2
-snip-
http://source.android.com/source/building-kernels.htmlHow do i get that?
Because regular Nexus 7 doesn't have 3g, default usb tether is useless. But enabling as this post explain, and w/ basic linux routing i guess this is possible.Does this work on the Nexus 7 wifi only? I would like to use USB tethering to connect some computer via wifi, for example
(WiFi) <---> Nexus 7 <---> (USB Tethering) <---> Computer
Depends on what you need, (build cm or patching or terminal commands). If its the entire process i suggest reading this!I hate to sound completely helpless, but can someone make a video of how to do this?
on property:sys.usb.config=rndis
write /sys/class/android_usb/android0/enable 0
write /sys/class/android_usb/android0/idVendor 18d1
write /sys/class/android_usb/android0/idProduct 4e23
write /sys/class/android_usb/android0/functions ${sys.usb.config}
write /sys/class/android_usb/android0/bDeviceClass 224
write /sys/class/android_usb/android0/enable 1
setprop sys.usb.state ${sys.usb.config}
I do this with an app on my Android phone.Hi,
I'm trying to connect my Nexus 7 to my cellphone, in order to use my 3G connection when I don't have a WiFi AP near.
If you have 3g on your phone (and the phone have wifi), it's regular tethering.Hi,
I'm trying to connect my Nexus 7 to my cellphone, in order to use my 3G connection when I don't have a WiFi AP near.