Tethering without USB driver nor admin priveleges - G1 Q&A, Help & Troubleshooting

So far I'm under the assumption that this simply cannot be done. But... /is it possible/ to establish a data tethering connection with a computer to which the user does not have any administrative access at all? (Limited user status)

So you have no usb drivers at all? Can you use wifi tether for root users or are you trying to do it thru usb?

Related

share internet from pc to android

Hi, I know, probably someone have made the same question but I haven't found anything in the forum.
Is it possible share my internet connection from pc to android via usb or via wifi?
how? thanks
If your PC is on a wired connection with a wireless card you could probably bridge the connection (or just use internet connection sharing if you use windows) and make an ad-hoc network to connect to via wifi.
I have a laptop connected via ethernet... how I can make a ad hoc connection?
I have tried to create one, but the phone don't find anything!!
Nobody can help me ?
You can use Tether WiFi and make your handset as Adhoc access point.This will only work on rooted handsets.
Secondly use something like PdaNetA115 for wired usb connection to use your phone as modem in both cases.Will work with rooted/unrooted.
There is another one which is Tether Bluetooth for rooted phones.
dial100 said:
You can use Tether WiFi and make your handset as Adhoc access point.This will only work on rooted handsets.
Secondly use something like PdaNetA115 for wired usb connection to use your phone as modem in both cases.Will work with rooted/unrooted.
There is another one which is Tether Bluetooth for rooted phones.
Click to expand...
Click to collapse
Wrong way, he's trying to use his laptop's connection to get wifi to the phone, not trying to use the phone as a modem. Looking at some other stuff and trying it myself it doesn't look like you can connect the phone to ad hoc. Sorry
and via usb??? is it possible?
maybe with some adb command....
I have used this method on the micro hero 1.3, CyanogenMod v4.1.11.1 and I am just about to set it up on micro hero 1.4.
http://modmygphone.com/forums/showthread.php?t=22681
I have read on another site that this line should be added to the very end to change it back to read only
"mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system"
The wifi modem at my G/Fs mothers has no internal PPPoE login and her adsl connection needs a PPPoE login, Android cant do this or I havnt been able to find and app that does.
I use my laptop(with 2 wifi cards, one internal and 1 external(pcmcia)) to do the PPPoE login(internal wifi) on the laptop and then share this connection via ad-hoc(external wifi) to my G1.
One thing that I would like to point out, if I lose the connection between the G1 and the laptop, I have to reboot the laptop to get it to share the internet again.I haven't worked out why yet.
I have ordered a new modem/wifi/router of ebay that will do away with all this crap, but for now it is a work around that does works, until the new modem arrives.
Hi All,
I also am looking for a way to get the phone connected to the internet FROM the PC via USB.
reason:
I have a Corporate SW that connects to WIFI access points around the world for free (at least free to me, not to the company).
this is done through a SW on the PC. now, I cannot mad an AD Hoc connection because the WIFI is already working. and I also cannot connect using the phone wifi due to the same reason..
is there a way to connect the phone to the Internet through the USB cable?
Thanks,
Itamar
Hi,
I just change my HTC HD for the Nexus One and I really need a way to do that, like ActiveSync for WM.
Is there a solution to use the pc connectivity with android using the USB cable ?
many thx
for WiFi sharing, you could try this: http://www.readwriteweb.com/archives/how_to_turn_your_windows_7_computer_into_a_wireles.php
I'm going to test it this weekend
Maybe this too:
http://www.brighthub.com/computing/windows-platform/articles/7785.aspx
Hi,
HTC Desire natively does not have the ability to see AdHoc connections.
So you will need to do some hacking,good thin this is easy !
Use this link :
forum.xda-developers.com/archive/index.php/t-755254.html
Unfortunately i don't have enough privileges to post links...so you make it a link
Good luck !
If the PC is connected to Wifi, there is no reason the Android device wouldnt be connected as so aswell.
Is there anyway I can share the internet on my notebook to my Android through USB cable, just like Activesync on WM ?
I can ofcourse use Wifi & connect to the same network my notebook is connected to, but the reason I wanna do this is to save power of the Android device by not using Wifi.
Well, here's a reason.... I fly alot and have a software from my workplace that connects me free to almost any non-free hotspot at airports around the world..
that means I can't use wifi on my device and am already using the wifi interface on my PC to connect to the internet.
which leaves me with a dongling USB cable that cannot pass the internet to my phone..
Bummer
im facing the same problem bec. i use a usb modem and i have only the cable to share the pc net on my android so .........waiting for an idea
share internet from pc to android via wifi
I used below way to share pc's internet via wifi.
Prerequisite
laptop:
Windows XP SP3
WIFI + LAN (access internet via LAN)
Android SDK has been installed.
phone:
HTC Desire with official 2.2 Android
Steps:
1. Rooted the phone with unrevoked3.
Because I can not paste link, Please search relevant threads.
Please notice, select "charge only" when link phone to PC.
Do not unplug phone till unrevoked3 display "done".
2. Set NAT on laptop
Please search relevant threads.
a) Modify Registry Entry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
IPEnableRouter=1
In Command Prompt window, run below command:
b) net stop remoteaccess # Stop the RAS Service
c) netsh routing ip nat install
d) netsh routing ip nat add interface "Local Area Connection" full # This interface have internet link
e) netsh routing ip nat add interface "Wireless Network Connection" private # traffic on this interface will be routed.
f) netsh routing ip nat add interface Internal private
g) net start remoteaccess
h) command "netsh routing ip nat show interface" will output
NAT Internal Configuration
---------------------------
Mode : Private Interface
NAT Local Area Connection Configuration
---------------------------
Mode : Address and Port Translation
NAT Wireless Network Connection Configuration
---------------------------
Mode : Private Interface
3. Enable phone's Hot-Spot with default configuration(DHCP enabled).
Configure laptop connect to phone as AP.
So my laptop's WiFi interface will be DHCPed an ip 192.168.1.157
my phone ip is 192.168.1.1
4. Add route and DNS on phone.
a) "adb shell" in command prompt, then "su".
Now you should login as root.
b) run "ip route add default via 192.168.1.157",
So all phone's traffic will be routed to laptop's WiFi interface.
My LAN interface ip is 192.168.15.100.
Just try "ping 192.168.15.100", It should return successful response.
c) Set DNS server, run "setprop net.dns1 192.168.15.1", Get DNS from laptop with command "ipconfig /all".
Not try ping a existed web site. It should return correct response.
Note:
Windows XP can keep NAT configuration after restart. But you should re-run Step 4 after restart phone's hot-spot.
E-Market and Build-in Browser do work. But GMAIL does not work. It seems Gmail check network connection type.
share PC internet with Android over USB
I also need this solution badly... Let's experiment. Anyone got any ideas?
well, here is my thoughts
1) Create VPN server in phone\network, the server address is 127.0.0.1, enable PPTP protocol
2) adb forward tcp:xxxx tcp:1723
The tcp:1723 is phone's PPTP port
3) Setup a VPN server on PC using port xxxx
4) Start VPN connection on phone
Any idea?
Mac to Android via WiFi
I forgot that this requires ad-hoc support :-/
If you have a mac, you can share your wired/wireless connection via WiFi.
1) Open System Preferences > Sharing > Internet Sharing > Enable
2) Join a wireless connection on plug in ethernet
3) Click airport in the menubar, then 'Create Network'.

[Q] Tether my own wifi?

Is it possible to connect to my own wifi, and then use my usb cable to tether that wifi to my computer?
My current setup is, i have a computer that is too far to be wired to the router, and i dont have a wireless dongle to use.. for now.
So, can i connect my captivate to the router (using wifi) and then tether from my phone to my pc, would it use my wifi data? or my 3g data?
http://code.google.com/p/android-wired-tether/
This root app will let you tether via usb but I believe you can only use your 3G data connection and not your wifi.
if u need a temp solution easy tether lite will do it for ya for a trial period, $10 for full license. and this does turn your phone into a usb wifi adapter but u need software on your PC to run this
http://www.appbrain.com/app/easytether-lite/com.mstream.easytether_beta
Ah! thanks cremefraiche (is that from southpark btw?)
Off to install some apps

[Q] How to tether over USB?

I know you can wifi tether and I know about PDANet. Are there any other options for tethering over USB? Something minimal and free?
Using your phone as a modem (USB tethering)
You need your SIM card inserted on your phone to use the data connection.
Before you can use your phone as a modem, be sure to install HTC Sync on your computer first.
Make sure your phone’s data connection is turned on.
Connect the phone to the computer using the provided USB cable.
On the Connect to PC screen, select USB tethering, and then tap Done.

Reverse USB tethering not working - AndroidTool?

S4 mini, Cyanogenmod 12.1-20******, Android 5.1.1, KV 3.4.0.
I have USB mobile dongle on PC(good signal) and trying to get phone to use it's internet via USB cable and Android tool
Downloaded the Androidtool zip with all the relevant files.
Phone is rooted(CM) and is set to accept root access in dev options.
USB debugging is enabled.
I have also installed Xposed 22 and the hack connectivity module is installed. All looks good.
As far as I know I must have right USB drivers for PC as all connects with USB cable and looks good.
I have tried DNS both 8.8.4.4 and 8.8.8.8 (changed them manually in ini in AT folder)
USB tunnel service is running and connected.
So AndroidTool connects fine, first time Android asks for root access etc.
I get a # symbol in status bar on phone and all looks good. However no app will connect to internet. Tried chrome, Android browser, ClashofClans and a couple of others.
Any ideas why not.?

Tethering Internet Connection

Hi,
I have very bad WIFI signal in my room and my computer is connected via cable to router at 1 Gb/s connection so no problem. The problem is when I try to use my devices in my room that I have very slow speeds on WIFI so I was wondering if I can connect my Lumia 435 to the PC and the Lumia take the computer internet connection and make a hotspot for other devices. It's called reverse tethering but I don't know how to setup this type of connection beetween my PC and Lumia 435 with Windows Phone 8.1
You need a wifi adapter. Is like a usb pendrive.
Have you looked at connectify?
I think that software does that too
If your computer has a WiFi adapter you can easily set it to broadcast as an access point, sharing its wired connection. For Windows, there's a pretty nice program called Virtual Router Manager, though you can do it with nothing but an admin command line and the "netsh" utility (built in).
If your computer doesn't have a WiFi adapter, you can pick one up for cheap (less than $20, usually). I don't know of any way to reverse tether a Windows Phone device, though. The phone can, of course, broadcast a hotspot, but it will only do so to share the cellular connection; it won't share the connection from any other source.

Categories

Resources