wifi tether on tattoo working - Click Themes and Apps

1) download pre8 version here:
http://code.google.com/p/android-wifi-tether/downloads/list
2) start the app the first time to create config files
3) than run:
/data/data/android.tether/bin/tether start 1
4) now open wifi tether app and check logs

Thanks! I will try it and then add it to my rom!

grande suoko !
thanks suoko

sorry, i'm newb..
what do you mean by
"run: /data/data/android.tether/bin/tether start 1" ?

kongkows said:
sorry, i'm newb..
what do you mean by
"run: /data/data/android.tether/bin/tether start 1" ?
Click to expand...
Click to collapse
there's a bug in the gui as always
you must run that command from terminal with root user
i use "better terminal emulator"

I cannot stop it and turn on wifi!!!
???

try "run: /data/data/android.tether/bin/tether stop 1"

Thank you for the method !
Tether Wifi works fine.
But I'm obliged to return the code ("/data/data/android.tether/bin/start tether 1) every time I restart my Tattoo.
It's normal?
Thank you for your help.
Sorry for my bad English, I'm french =p .

Sorry for noob question.
What is wifi tether?

Google is your friend ! =P
Wifi Tether allows use your phone as a router (modem).
Wifi Tether uses the 3G connection, and translates into wifi signal.
I don't know if it's clear, but I'm not very good in English and some words escaped me.

it's clear... i dont need this for now, but is very usable. thx.

I followed the steps but still cannot use tethering
My PC can connect to the Tattoo and get the IP from it, and that app alerted to be connected by a client, but the PC still cannot browse webpage

ww_boy6 said:
I followed the steps but still cannot use tethering
My PC can connect to the Tattoo and get the IP from it, and that app alerted to be connected by a client, but the PC still cannot browse webpage
Click to expand...
Click to collapse
Same here, I tried connecting through a netbook and a iPod Touch, both of them see and connect to the phone, but are unable to use internet.

Same problem
I am using Modaco R2. for HTC tattoo.
I installed wireless_tether_2_0-pre10.apk.
My laptop able to connect to Tattoo & give Ip address.
I tried to browse webpage... but it unable to go into internet.
BUT both, Tattoo & laptop showed that they are connected together!!!
Tattoo's access control even show my laptop's name correctly!
Using laptop command prompt, I tried to ping Default Gateway (192.169.2.100)
It showed 100% data LOST!!!.
What happen???

Download the latest apk (2.0.1), it works.

Hi Guys,
I have an HTC Tattoo and want to do wifi Tethering. My phone is not rooted yet and i cannot find instructions to do this (most of the instructions are for adding new roms). I do not want to add a new rom, i just want to tether my 3G connection by turning my phone into a wifi hub.

phiber123 said:
My phone is not rooted yet and i cannot find instructions to do this
Click to expand...
Click to collapse
Please search this forum before posting.

awesome, it's working.

Wifi Tethering start successfully, but when i try to connect to the network, Tattoo don't assign the ip to the PC and the connection failed.
Wich ip i've to use for gateway and dns? Wich subnet mask?
Thank you

I try to run without root access but not work.
Later on I root my Tatto and app start working with 1.6
Now not have WiFi card to try but when i get one i infform you about res.

Related

Use PC internet connection on phone through USB!

USB tethering on froyo works if you need to use the phone's internet on PC. Sometimes, we just need to do it the other way around (lets say the PC doesn't have a wireless card, or we only have ad-hoc networks that are not discoverable without patching) and use our PC's net on android through USB.
Few people have done it using bridges. I did it using squid proxy server on ubuntu.
1.) Install squid and allow http access to all required clients.
2.) Connect the phone with usb tethering on.
3.) Ubuntu detects it as usb0. Now change the ip of usb0 from 'Automatic DHCP' to 'Shared to other computers'.
4.) Fire up the terminal emulator and enter the following.
#su
#netcfg usb0 dhcp
If all went well, you should now be able to connect to the internet.
Tried it and it's not working for me...
Or maybe i didn't setup squid right.
I'm not so good on ubuntu OS
I tried making a bridge connection on windows...the networks
The network seems to be connected but no internet connection...
Is it necessary to have Ubuntu OS?
Maybe some another how-to will help:
http://forum.xda-developers.com/showthread.php?t=793102
To setup squid to work:
type in:
sudo gedit /etc/squid/squid.conf
In that file find the section called
# ACCESS CONTROLS
Under the section find the line
#Recommended minimum configuration:
and add this line next to it
acl all src all
then find the section
# TAG: http_access
Under this section find the line
#Default:
and add the following line to look like
#Default:
http_access allow all
Close the file and restart squid as:
sudo start squid
That should setup squid to share your internet on all clients.
If required, reboot.
You can try out a similar approach on any other distro other than ubuntu.
i tried several searches about this topic, but none of them succeeded,
any update on this?
can i install ubuntu in my Win7?
syruz said:
can i install ubuntu in my Win7?
Click to expand...
Click to collapse
Well, you can virtualize it in Virtual box. It's free for personal use.
by the way what is the squid your talking about?
@ TS
maybe you can provide us with the link for ubuntu and squid?
Come on.. if you don't already know what ubuntu and squid are there's no point in trying this.
Ubuntu = Linux, that's another operating system. Squid is a proxy.
You ashould at least have the decency of Googling those for yourself..
Sent from my LG-P500 using XDA App
harshaxdadevelopers said:
USB tethering on froyo works if you need to use the phone's internet on PC. Sometimes, we just need to do it the other way around (lets say the PC doesn't have a wireless card, or we only have ad-hoc networks that are not discoverable without patching) and use our PC's net on android through USB.
Few people have done it using bridges. I did it using squid proxy server on ubuntu.
1.) Install squid and allow http access to all required clients.
2.) Connect the phone with usb tethering on.
3.) Ubuntu detects it as usb0. Now change the ip of usb0 from 'Automatic DHCP' to 'Shared to other computers'.
4.) Fire up the terminal emulator and enter the following.
#su
#netcfg usb0 dhcp
If all went well, you should now be able to connect to the internet.
Click to expand...
Click to collapse
Hi guys,
Do you know why I wouldn't be able to see "USB tethering" option? No matter what I did so far, all I can see is the "Portable Wi-Fi hotspot" option and that works fine. But I need to use the USB Tethering!!!
Thanks for the help!
If someone is having the same problem as me (ie usb tethering mode not visible) just use a program called togglesettings lite. It can turn on the usb tethering for you. Now the reverse usb tethering works for me like a charm. Peace!
Sent from my LG-P500 using XDA App
harshaxdadevelopers said:
USB tethering on froyo works if you need to use the phone's internet on PC. Sometimes, we just need to do it the other way around (lets say the PC doesn't have a wireless card, or we only have ad-hoc networks that are not discoverable without patching) and use our PC's net on android through USB.
Few people have done it using bridges. I did it using squid proxy server on ubuntu.
1.) Install squid and allow http access to all required clients.
2.) Connect the phone with usb tethering on.
3.) Ubuntu detects it as usb0. Now change the ip of usb0 from 'Automatic DHCP' to 'Shared to other computers'.
4.) Fire up the terminal emulator and enter the following.
#su
#netcfg usb0 dhcp
If all went well, you should now be able to connect to the internet.
Click to expand...
Click to collapse
Thank you for sharing this trick. But i dont have netcfg utility, since i use ubuntu maverick 10.10, it is not in source list. is ther any other way to do "netcfg usb0 dhcp"?
This is by far the easiest solution I've found to reverse tether. Thanks!
jadeiceman said:
This is by far the easiest solution I've found to reverse tether. Thanks!
Click to expand...
Click to collapse
Sorry and wich is the solution ????
syruz said:
@ TS
maybe you can provide us with the link for ubuntu and squid?
Click to expand...
Click to collapse
sudo apt-get install squid
This should install squid.
netcfg is not there on recent ubuntu versions not even software list but you can configure via app indicator at right but still i can't use reverse tethering although i followed you pretty well.
netcfg is a utlility on the phone... u need to run that command at the terminal of the phone not on your computer. (get a terminal emulator from the market)
Wow I'm feeling stupid.Will give it a go now.

Barnacle with new 2.1.1.A.0.6

Hi,
Is anyone able to connect to the internet with barnacle on 2.1.1.A.0.6 ?
I'm trying with the same settings as the previous firmware that were fine, but it doesn't work anymore...
Thanks ( Sorry for my English )
Hi
I got the same problem and can't
connect to my NB.
Tested few tools for tethering but none of it worked
fine.
At least Barnacle:
It works fine and it is showed in my NB connections
as a peer-to-peer but I can't connect to it.
Tried changing some settings but it still can't connect.
Hope some one could fix the problem.
Xperia x10 mini pro
2.1.1.A.0.6
Barnacle settings:
WEP enabled
Channel 6
Skip wpa_supplicant ✓
Auto associate ✓
WAN rmnet0
LAN auto detect
Greets from Munich
Great! now I know its not only my problem ... Lets hope it gets fixed
Not able to check at this moment,
can anyone try the solutions here?
http://szym.net/barnacle/fix/#dhcp
dont have problem using bernacle.. on 2.1.1.A.0.6.
Hi
dont have problem using bernacle.. on 2.1.1.A.0.6.
Click to expand...
Click to collapse
Can you please show your settings to us
Maybe it would help us ...
ImInMunichBitch said:
Hi
I got the same problem and can't
connect to my NB.
Tested few tools for tethering but none of it worked
fine.
At least Barnacle:
It works fine and it is showed in my NB connections
as a peer-to-peer but I can't connect to it.
Tried changing some settings but it still can't connect.
Hope some one could fix the problem.
Xperia x10 mini pro
2.1.1.A.0.6
Barnacle settings:
WEP enabled
Channel 6
Skip wpa_supplicant ✓
Auto associate ✓
WAN rmnet0
LAN auto detect
Greets from Munich
Click to expand...
Click to collapse
I get the same problem, Since I upgrade to 2.1.1.A.0.6 barnacle doesn't work..
Tested few tools for tethering but none of them worked fine.
No problem for me using barnacle on the latest firmware. Try reinstalling the barnacle or just use titanium back up to restore the apps. Apps is known to malfunctioin when updating or changing firmware
Sent from my U20i using XDA App
ImInMunichBitch said:
Hi
Can you please show your settings to us
Maybe it would help us ...
Click to expand...
Click to collapse
I use the same setting, except different WEP passkey. I use either WEP passkey authentication control or just NAT control, just use random port which starts from 2xxxx.
try re-installing the barnicle.
here the settings I used:
For NAT Control:
WEP : disabled
AutoAssociate : off
Access Control : checked
NAT Reserved Ports : 20009
For WEP Control:
WEP Enabled : 6 or 9 (having conflict with other device, or its only me).
Access Control : unchecked
I don't use both WEP and Nat control at the same time.
Works for me on 2.1.1.A.0.6 with MiniCM-1.0.0-Alpha2, Froyo Cyanogen 6.1 « rom » and WPA supplicant enabled
But it doesn on DarkFab X v1.0 with gingerbread theme
Devilo
After a few trys and some observation I found the Problem. Every baconinginterval the adhoc Network have a other MAC. I try to set a fix BSSID in Barnacle but now i can't find the Network so i undo it.
After some Trys i found a workaround:
1. Start Barnacle
2. Press Associate
3. Try to connect with your Computer
4. After entering password, your Computer try to connect, press 1 time again Associate
My Settings are:
WEP Encyrpting: Enabled
Skip wpa_supplicant: Disabled
Auto Associate: Disabled
WAN: rmnet0
Hi
i tried your workaround,
but it isn't working.
After I entered the password, my netbook immediatley
said "Can't connect to network".
I tried to press Associate, but you can't be this fast
So I still can't tether my connection ...
But thank you for trying
When i retry it 3-4 times it work for me, but with the previous firmeware barnacle work much better.
Hi
I still can't collect,
but I got to that point,
that my netbook says "Enter password"
But when I enter it my netbook
is loading and then again says "Can't connect to network" -_-
Even though I press asocciate when it is loading
or when I enter the key ...
I tried it many times with little changes,
but it don't work ...
now Im having the same problem, I have it working for almost a week, but when I update the barnacle to newest(via android market).. now it is not working even without NAT Control and WEP enabled. I think this is a bug on barnacle release rather than the SE update. coz I got this working on 2.1.1.A.0.6 using old barnacle copy.
any chance someone still have an old version of barnacle?
I haven't yet tried reverting to this copy. its a very old copy of barnacles. see
http://www.esnips.com/doc/0d39f06d-afe1-41fc-9577-0ad6bf1c9093/barnacle
thanks! i'll try this one, once i got to tinker with my sister's lappy.
Hi
i tried it with the older barnacle.apk
Installed it, set settings an started
but i stil can't connect
But thank you for searching this older version
for us
same problem here .. my computer and iPod can connect but the problem is that it's taking me several tries before my gadgets can connect.
i even have to press associate several times and turn on/off barnacle but most of the times it always fails.
with the previous build, my gadgets can connect without any problem.

[Q] Internet via ad-hoc

Hi people, i don't have wifi in my house so i tried to create a wifi acces point on my laptot but in my mini pro doesn't appear my wifi.
can anyone help me?
I use win xp and ubuntu 11.04
thanks and sorry for my bad english (i'm spanish)
dare i ask what your settings are, such as...
ssid; or if its set to even broadcast?
encryption or no encryption?
is ics on?
what band(s) are your broadcasting off your notebook b/g/n?(think the mini only has b/g)
are you broadcasting from like the attic down to the basement?
My wifi chip is Intel PRO/Wireless 3945ABG
The connection is shared and without encryption.
I used this tutorial: http://www.youtube.com/watch?v=ndYUkSdCQ3Q&feature=related
allc said:
My wifi chip is Intel PRO/Wireless 3945ABG
The connection is shared and without encryption.
I used this tutorial: http://www.youtube.com/watch?v=ndYUkSdCQ3Q&feature=related
Click to expand...
Click to collapse
anyways i'm not sure about all your settings but when i was running an adhoc network i defiantly did not have network authentication set to shared i had it set to open the video from what i could bare to watch also doesn't show you how to enable ics so google/youtube that for another 10 minute video if you need too :roflcopter:
Use connectify
connectify doesn't work. it says that is for win7
Ou! Sorry)))
Can I connect to inernet via usb? or bluetooth?
[Tutorial] How to share PC internet with the x10 mini...
allc said:
Hi people, i don't have wifi in my house so i tried to create a wifi acces point on my laptot but in my mini pro doesn't appear my wifi.
can anyone help me?
I use win xp and ubuntu 11.04
thanks and sorry for my bad english (i'm spanish)
Click to expand...
Click to collapse
Maybe you tried Creating Ad-Hoc. Android does not show adhoc networks. There is also a Workaround. Thanks to blackplatypus. Details at
http://www.xda-developers.com/android/android-ad-hoc-wireless-network-support/
Click to expand...
Click to collapse
. But it is not sure, if it will work or not.
So there is another way, Make your pc act as an Access point.
Easy Way: First (Did not work for me. )
Easy Way: Second (Have not tested it.)
Hard Way:
Not sure if it will work on XP.
1. Go to Start -> Run, Type services.msc
2. Find if you have the "Routing and Remote Access" [/B]
If it is ther then Procceed. But if you dont have it, You can not make a virtual Wifi Router.
3. Right Click on "Routing and Remote Access", Select Properties, Select Automatic from the Dropdown menu, click on OK. Then restart your PC.
4. After Restarting the PC, Copy and paste the code below in any text file and save it as “.bat” file.
Note: replace yourSSID with any SSID you like and yourKEY with any password you like.
Code:
netsh wlan set hostednetwork ssid=yourSSID key=YourKEY keyUsage=persistent
netsh wlan set hostednetwork mode=allow
netsh wlan start hostednetwork
Double click on it.
You can see an Extra Wireless Connection in your “Network Connections” folder.
5. Right Click on your main internet connection, go to Properties, select Sharing, Put tick on First box and select the extra Wireless Network Connection.
Done.
Now you can use internet through this.
allc said:
Can I connect to inernet via usb? or bluetooth?
Click to expand...
Click to collapse
See this thread:
http://forum.xda-developers.com/showthread.php?t=1196723
Click to expand...
Click to collapse
If you have any problem, Feel free to contact me.

iPhone 3G wifi tether not found..

Hi everybody,
I have an HTC Flyer P512 16GB wifi only, on Android 2.3.4, HTC Sense 1.0, softwarenumber 2.27.1114.32.
Now I want to access internet via my iPhone 3G A1241 16GB, which I Redsn0w jailbroke, and installed PDANet via Cydia.
I'm able to internet from my laptop via the wifi hotspot that I can now create with PDANet.
But for a reason I dont know, I can't seem to find any created wifi hotspots with my Flyer..
How come my laptop can access a wifi hotspot that I created with PDANet on my iPhone, but my Flyer can't?
I used search, but it must be a combination of; too specific & my lack of knowledge in this business ..
I really hope someone can steer me in the right direction!
Thanks in advance
Ok, I did some more research on the matter, I believe I now know I would need to root, SU, before being able to place an wpa_supplicant. Back up original. Turn WiFi off. Use Root Explorer to paste it into system/bin folder. Change the permissions on the file to rwxr-xr-x. Turn wifi back on. And it should show adhoc networks.
How am I doing?
If this is the right order, I still need to find out what root I should use, can anybody tell me that?
It is important to me that all the original buttons function, and I prefer no loss of options..
Appreciate it.
P'z
I now know I mixxed up roms with root in my previous post.
In the meanwhile I have S-off''ed my tablet.
I intended to install CWM along with it, but it displayed that it couldn't be done, and I should do it manually.
I'm now on a search for the specific method of installing CWM manually..if someone feels like jumping to my rescue, would be highly appreciated.
Oke, found this:
http://forum.xda-developers.com/showthread.php?p=14693680
..but again, i am stuck ..the file the how t refers to (cwm-4.0.1.4-flyer.img) is no longer available at that address..
Have been searching for it on Google, as well as torrent sites..no luck..
Is there anyone who still has this file?
Don't know anything about using an iPhone as a hotspot. But you shouldn't have to root and do all that extra stuff to access a WiFi hotspot.
If using security on the WiFi hotspot, try a different type (WPA, WPA2, WEP). WEP in particular does not play well with many HTC devices (and not very secure anyway).
Thanks for your reply!
That's what my understanding was at first, but I tried several wifi apps next to my standard wifi, and what I can conclude is:
Standard wifi scan (via menu):
-can't detect my created hotspot
-can detect and connect with home wifi
WiFi Analyzer:
-can detect my created hotspot (with an AdHoc label, and when I try to connect it displays "Adhoc is not supported by Android platform yet!")
-can detect and connect with home wifi
WiFi Manager:
-can detect my created hotspot (with an AdHoc label, and when I try to connect it displays "Standard Android does not support connecting to IBSS (AdHoc) type networks")
-can detect and connect with home wifi
I read I would need to replace the wpa_supplicant file, but that can only be done once rooted..
Maybe someone has the following reuested file in his/her possesion?:
http://forum.xda-developers.com/showpost.php?p=39399637&postcount=298
..would really help me out!

[Q] SSH Tunnel

I'm looking for an app that can handle SSH tunneling with RSA keys instead of a simple password.
It should work like "SSH Tunnel" or "ProxyDroid" (I need to encrypt my internet traffic when using public wi-fi) but with RSA autentication.
Any suggestion?
Thanks
Try connect Bot
morph1us said:
Try connect Bot
Click to expand...
Click to collapse
Can't figure out how to bypass all my internet traffic trought SSH (like I can do with ProxyDroid). Is there a command to use or a special configuration? I can't find anything in the options.
Ok, I managed to use port-forwarding on connect-bot and use ProxyDoroid, as described here.
The problem is that it works only for a few seconds (I suspect it stops working after I successfully connected to the first website I want to visit).
Any suggestion?
zudrev said:
Ok, I managed to use port-forwarding on connect-bot and use ProxyDoroid, as described here.
The problem is that it works only for a few seconds (I suspect it stops working after I successfully connected to the first website I want to visit).
Any suggestion?
Click to expand...
Click to collapse
After long research I found out there was a bug in my SSH server. Now the problem is solved.

Categories

Resources