[Q] tethering on p500 with franco kernel v19.4 cfs - Optimus One, P500, V General

guys,
i am a total noob and i need some help. I have recently flashed franco.Kernel.v19.4 CFS over stock 2.2 rom.
However for me the wifi tethering is not working which is mostly why i rooted and flashed this kernel.
The scenario is this. I have a 2G connection and i can load any website on dolphin hd (just to say my 2g connection is ok ).
Now i turn on the "portable wi-fi hotspot" on mobile and connect my laptop (windows xp) wifi to this hotspot.
If i do ipconfig on my pc it shows
C:\>ipconfig
Windows IP Configuration
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.43.7
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.43.1
Ethernet adapter Local Area Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Now i can ping to my gateway (192.168.43.1 which is the mobile) from my pc and there is a reply.
However if I ping google there is no reply.
On my mobile though i can still open google in dolphin browser in this tethered state.
Can somebody tell me how i can fix this.

kernel or rom
ok...one more thing.
This tethering thing never worked for me even when i had the stock kernel or mik's kernel with the touchscreen bug fixed.
Can somebody tell me if this is a problem of the kernel or the rom.
thinking of flashing a new rom.
can somebody point me to a rom on which wifi tethering works.

do u use any proxy settings on your phone? check under your data settings and put them in your browser settings
because in india when we tether i m on Vodafone ofc i have to put in the proxy settings on my browser on my pc before i browse

No proxy in data settings
I checked my data settings. the proxy is not set.
gnsxp...i am also on vodafone based in bangalore. does tethering work for you?

Tethering always worked :-D
here are the SETTINGS for your Browser
Enable Proxy under Network Settings
Use Manual Proxy
for Vodafone
Proxy : 10.10.1.100
Port 9401
Keep Username and Pass Blank
Enter that setting in ur Mozilla
and then Try to access the Web
GL :_D

Related

Remote Desktop Access for dCd

*Before anyone yells at me for this..I have searched the forums and google..but still haven't managed to make it work*
So I finally flashed to dCd's 3.2.6 and everything works great..but lets cut to the chase..
I wanted to know how you setup the Remote Desktop Mobile. I've tried a number of things, heres how I did it so far..
1) I enabled the Remote Desktop Assist on my XP computer
2) I enabled the 3389 port on my linksys router
3) I got my IP address through, "Run --> CMD ---> ipconfig"
4) I put all the information into the fields IP address going into the Computer Slot, my account name and password and I left the domain blank (as I've read several forums saying, it should be left blank)
And when I hit connect, it connects for a long time and I get the error message:
Cannot connect. Likely reasons are:
1) The remote computer is not set up for this.
2) Reached the maximum number of connections.
3) A network error occurred while connecting.
I'm in an area with EV-DO connection..and I haven't setup any other remote access computers for it and my computer's remote desktop is on..
Anyone able to point me in the direction that I've done wrong? I really want to get this to work.
P.S. Sorry for the lengthy post!
Much thanks appreciated!!
What version of XP are you running? The Remote Desktop server doesn't exist in XP Home... only in XP Professional.
Also, you may have to open port 3389 in your software firewall, if you are running one.
Assuming you have XP Pro... In your Linksys settings, have you pointed port 3389 to the internal IP of your XP machine? For this to work best, you need to have a static IP assigned to the XP machine instead of letting the Linksys DHCP just assign one. In your network settings on the XP machine, try setting your IP address to 192.168.1.130 (or whatever makes sense with your subnet) and then forwarding port 3389 in the router to that same IP address.
Then, make sure you are using your EXTERNAL IP address in the RDP Mobile settings (it will NOT be a 192.168.x.x type of number). To get your external IP, go to http://www.whatismyip.com.
So, the way it then works is: (example uses bogus external IP of 24.164.1.1 and internal IP of 192.168.1.130)
Your phone connects to 24.164.1.1, which is the external IP of your router.
Your router sees the incoming request on port 3389.
Your router forwards the incoming request to 192.168.1.130
Your XP machine receives the request and you are connected.
Apologies if this is info you already knew... but this way at least it will show up the next time someone searches.
hm..I don't quite understand the static IP part..lol
JokeZony0u said:
hm..I don't quite understand the static IP part..lol
Click to expand...
Click to collapse
http://ask-leo.com/how_do_i_configure_my_static_ip_address.html explains the process very well.
You will need to configure 5 entries:
1. First, hit Start/Run, type in "cmd" (without the quotes) and in the command prompt window that opens up, type "ipconfig /all" (again without the quotes). It will give you something like this:
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . : new.rr.com
Description . . . . . . . . . . . : Intel(R) Wireless WiFi Link 4965AGN
Physical Address. . . . . . . . . : xx-xx-xx-xx-xx
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : xx-xx-xx-xx-xx
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, November 05, 2008 10:24:40 PM
Lease Expires . . . . . . . . . . : Thursday, November 06, 2008 10:24:40 PM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 24.164.225.25
24.164.225.35
NetBIOS over Tcpip. . . . . . . . : Enabled
and get the primary and secondary DNS server IP addresses. These are generally different for each broadband provider.
2. Then, on the XP computer, follow the directions from the link above (using the following numeric addresses instead of the ones in their example). Assuming you have the standard Linksys settings, you will want to set the IP for the XP machine to 192.168.1.130 (I usually do this so it leaves the lower IPs available for other things added to the network), the subnet mask to 255.255.255.0, and the gateway to 192.168.1.1 (this is the internal address of the router).
3. Then, the only ones left are the primary and secondary DNS server entries... you should have gotten those in step 1 above. If you can't find those there, you may need to call your provider... you could probably Google them too.
It's not terribly complicated, but you do have to make sure you have all the settings correct. Most important is to make sure that the IP you give the XP box is in the same subnet as the router (the first three sets of numbers must match, as in the example above of 192.168.1.1 and 192.168.1.130)... otherwise the XP box and the router won't be able to see each other.
Also, I would suggest doing all of your testing at home using Wifi before you test externally on your carrier network. Connect to your home router using WiFi then, use your INTERNAL IP address (192.168.x.x) to use remote desktop. That way you know your PC is setup properly to use it and don't have to mess with port forwarding or static IP's. As mentioned below, you may need to open port 3389 on your software firewall to get it to work (or just temporarily disable your firewall for testing purposes so you know if that is the problem).
Once you are able to use remote desktop internally, then you can try:
- Set your computer to a static IP (instructions from answerman below)
- Set port forwarding in your router to forward port 3389 to that static IP
- Get your EXTERNAL IP address from http://www.whatismyip.com
- Try connecting to the external IP over your carrier's network.
Also, here are MS's directions for setting up remote desktop on XP. It also includes instructions for opening port 3389 if you use windows firewall.
http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx
please microsoft, please, update rdp mobile for > 640x480!!!!

[Q] Reverse USB Tethering on HD2

Guys,
I have HD2. Installed Win 6.5 Energy ROM. Yesterday I installed Android on SD Card method. I insytalled Nexus HD ROM.
Android Version : 2.3.4
Baseband : 15.42.50.11U_2.15.50.14
Builder Number: GRJ22 (NexusHD2-Gingerbread V2.7 SD)
All I want is "Reverse USB Tethering" i.e. Share my Laptop's internet connection on my phone via a USB Connection ( not via WiFi .. tha i can do my making my Laptop a Hotspot)
I have tried the following link:
http://forum.xda-developers.com/showthread.php?t=941227
but it is not working somehow, is there something i'm missing ?
Has anyone tried doing this or some different method to make it work.
Please let me know. any help in this regard would be highly appreciated.
Regards
Hello, I'm using RAFDROID HD 4.2 on SD with my HD2 and I just have to connect my phone to my computer via USB and choose Internet relay ("Relais internet" in French, I don't know what are the exact words in english) in the pop-up menu.
It's working great...
thivi said:
Hello, I'm using RAFDROID HD 4.2 on SD with my HD2 and I just have to connect my phone to my computer via USB and choose Internet relay ("Relais internet" in French, I don't know what are the exact words in english) in the pop-up menu.
It's working great...
Click to expand...
Click to collapse
Its Internet Pass Through on English.
Sent from my HTC Incredible S using XDA Premium App
Dude, this is not the Q&A forum, you should not be posting topic in here unless your re a dev and posting your work.
mohitsheoran said:
Guys,
I have HD2. Installed Win 6.5 Energy ROM. Yesterday I installed Android on SD Card method. I insytalled Nexus HD ROM.
Android Version : 2.3.4
Baseband : 15.42.50.11U_2.15.50.14
Builder Number: GRJ22 (NexusHD2-Gingerbread V2.7 SD)
All I want is "Reverse USB Tethering" i.e. Share my Laptop's internet connection on my phone via a USB Connection ( not via WiFi .. tha i can do my making my Laptop a Hotspot)
I have tried the following link:
http://forum.xda-developers.com/showthread.php?t=941227
but it is not working somehow, is there something i'm missing ?
Has anyone tried doing this or some different method to make it work.
Please let me know. any help in this regard would be highly appreciated.
Regards
Click to expand...
Click to collapse
http://www.connectify.me/
you search this
it has usb support too
or try this :
Rugga said...
I'm using Windows 7. I shared my ethernet internet connection to the USB tether device.
In console emulator on the phone I typed:
ifconfig usb1 192.168.2.2 netmask 255.255.255.0 up
route add default gw 192.168.2.1 dev usb1
I can ping the gateway, I can also ping the web by IP address, eg 64.233.181.104 for google.com
What I can't do is use the browser or ping by domain name. I tried:
setprop net.usb1.dns1 192.168.2.1; and
setprop net.dns1 192.168.2.1
But with no luck, any ideas?
July 28, 2010 2:00 AM
Rugga said...
OK it is working now. After setting up ICS type in console emulator on your phone:
ifconfig usb1 192.168.2.2 netmask 255.255.255.0 up
route add default gw 192.168.2.1 dev usb1
iptables -F
iptables -F -t nat
setprop net.dns1 8.8.8.8
setprop "net.gprs.http-proxy" ""
Hope it works for everyone else. GL HF.
July 28, 2010 2:09 AM

Connect VPN through Orbot and route all traffic through that VPN

Hey guys I'm trying to get to run the following setup:
Connecting my Android Phone to Tor through orbot and then connect to a VPN through that tor connection.
It should be possible shouldnt it?
(All apps) -> VPN -> Orbot -> VPN -> Internet
But how to set it up?
I'm using the Hideninja App for the VPN connection and already hacked it a bit (edited the openvpn config file to include a socks proxy on 127.0.0.1:9050 which is the orbot default socks port) but it just crashes and writes some dump file with chinise symbols lol.
So I tried adding the orbot proxy as the proxy to openvpn - but that didn't do the trick... could be though that the hideninja app uses a stipped down verion of openvpn since its called "miniopenvpn" (you can find the openvpn binary and the config file in the apps data/cache/ directory).
--------
Long talk short sense:
Can anyone please enlighten me how to set stuff up to have everything routed correctly? I don't want the VPN to know my real IP, but I need the VPN to have a "valid" IP for google etc. (else I would just use orbot off course).
tor vpn over tor
I am not sure but may be possible,but if you use tor +VPN+tor its may slow down your net connection.
For that you have to setup iptable.but i am also finding some method .]
Hi..
Can we use Hideninja Ovpn in computer by openvpn?
zroice said:
Hey guys I'm trying to get to run the following setup:
Connecting my Android Phone to Tor through orbot and then connect to a VPN through that tor connection.
It should be possible shouldnt it?
(All apps) -> VPN -> Orbot -> VPN -> Internet
But how to set it up?
I'm using the Hideninja App for the VPN connection and already hacked it a bit (edited the openvpn config file to include a socks proxy on 127.0.0.1:9050 which is the orbot default socks port) but it just crashes and writes some dump file with chinise symbols lol.
So I tried adding the orbot proxy as the proxy to openvpn - but that didn't do the trick... could be though that the hideninja app uses a stipped down verion of openvpn since its called "miniopenvpn" (you can find the openvpn binary and the config file in the apps data/cache/ directory).
--------
Long talk short sense:
Can anyone please enlighten me how to set stuff up to have everything routed correctly? I don't want the VPN to know my real IP, but I need the VPN to have a "valid" IP for google etc. (else I would just use orbot off course).
Click to expand...
Click to collapse
zroice said:
Hey guys I'm trying to get to run the following setup:
Connecting my Android Phone to Tor through orbot and then connect to a VPN through that tor connection.
It should be possible shouldnt it?
(All apps) -> VPN -> Orbot -> VPN -> Internet
But how to set it up?
I'm using the Hideninja App for the VPN connection and already hacked it a bit (edited the openvpn config file to include a socks proxy on 127.0.0.1:9050 which is the orbot default socks port) but it just crashes and writes some dump file with chinise symbols lol.
So I tried adding the orbot proxy as the proxy to openvpn - but that didn't do the trick... could be though that the hideninja app uses a stipped down verion of openvpn since its called "miniopenvpn" (you can find the openvpn binary and the config file in the apps data/cache/ directory).
--------
Long talk short sense:
Can anyone please enlighten me how to set stuff up to have everything routed correctly? I don't want the VPN to know my real IP, but I need the VPN to have a "valid" IP for google etc. (else I would just use orbot off course).
Click to expand...
Click to collapse
This guide applies to doing the same thing through a Chrombook, but its easily translated to work for a PC regardless.
http://www.omgchrome.com/an-introduction-to-tor-on-chrome-os/

[Q] Dail Up on my tablet . need help

hi . i need help i couldn't find any answers on this .
How can I hook up my android tablet to a land line phone for dial up internet
i have chinese tablet . model : City Call
My android version is : 4.0.1
My first thoughts are to get a usb external modem
and connect it to the landline socket
then connect the modem to my tablet
then enter the user name and the password from the dial up card
" 10 hours card " for example
i don't want to waste my money buying external modem then
discover that this method doesn't work . i just want to be sure 100%
My biggest fear is my tablet won't be able to recognize the external modem
or the dial up connection uses a different method to connect the internet
differently than android and 2g/3g/wifi connections
can i do that ? do i need any " FREE " apps for that ?
is it possible at all ?

PPPoE connect

Good evening ,
I found this wonderful the OS , everything works fine , but I can not set up wired Internet . I enter my login and password in the Dial-Up menu , but nothing happens , the system can not connect to the ISP: not issued Ip , DNS, gateway etc. How do I set it up? I think me need some tool like pppoeconf of Linux. But where to take it ?
thanks for the help.
no support yet ?
i tryed too many version still no one give a support how to connect ethernet pppoe.

Categories

Resources