jschan
|
2012-02-22
, 15:57
|
Posts: 166 |
Thanked: 74 times |
Joined on May 2010
|
#11
|
|
2012-02-25
, 07:50
|
Posts: 432 |
Thanked: 544 times |
Joined on Feb 2011
|
#12
|
|
2012-04-24
, 21:12
|
|
Posts: 234 |
Thanked: 281 times |
Joined on Nov 2010
@ Helsinki
|
#14
|
2) rename your Hot Spot to "Androidtether"
The Following User Says Thank You to shanttu For This Useful Post: | ||
|
2012-05-05
, 13:50
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#15
|
BUT THEIR IS A SOLUTION TO GIVE "FULL WIFI INTERNET" TO TOUCHPAD OR ANY OTHER WIFI DEVICE[REQUIRES PC]
for full internet from N900 or any phone in infrastructure mode
(...)the solution is.. Instead if tethering form mobile device we need to tether from PC[Laptop].. And it WiFi Tethere in the way both CM7 & WebOS understands
(...)there are many apps the one I found WORKING is..
CONNECTIFY-ME
the app is a bliss it easy to configure.. Works on windows7(even on 64bit)
|
2012-05-05
, 14:07
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#16
|
Me, I'm looking for a way to tether N900 to a Linux PC via Mobile Hostspot - no solution so far
The Following User Says Thank You to anthonie For This Useful Post: | ||
|
2012-05-05
, 14:34
|
Posts: 432 |
Thanked: 544 times |
Joined on Feb 2011
|
#17
|
BUT THEIR IS A SOLUTION TO GIVE "FULL WIFI INTERNET" TO TOUCHPAD OR ANY OTHER WIFI DEVICE[REQUIRES PC]
|
2012-05-25
, 10:34
|
Posts: 36 |
Thanked: 14 times |
Joined on Mar 2010
@ Slovakia
|
#18
|
#!/bin/sh # startadhoc /sbin/stop PmWiFiService modprobe ar6000 ifconfig eth0 up iwconfig eth0 mode ad-hoc essid "name of your network" power off dhclient eth0 echo "nameserver 8.8.8.8" >> /etc/resolv.conf
#!/bin/sh # stopadhoc restore default resolv.com echo "nameserver 127.0.0.1" > /etc/resolv.conf /sbin/start PmWiFiService
|
2019-08-29
, 07:38
|
Posts: 115 |
Thanked: 19 times |
Joined on Jun 2010
|
#19
|
|
2019-08-29
, 18:15
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#20
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||