How to connect to android phone over 3g or 4g - myTouch 4G Q&A, Help & Troubleshooting

Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App

If you meant having your phone run an sshd daemon, so you can use a shell with it .... Market has this: https://market.android.com/search?q=sshd

close...
that is what i'm looking to do. but for some reason i'm unable to connect to the device's ip address... any ideas?

Your phone's ip is a private ip address. TMO NATs it to a set of public ip addresses to go out to the internet. That's why you can't connect using your phone's ip.
Sent from my HTC Glacier using XDA App

Darn. I was really hoping to be able to get through. Oh well. Thanks.
Sent from my HTC Glacier using XDA App

One option to get around this is to use remote port forwarding via SSH. You can run an SSH server on your phone and then use ConnectBot on your phone to SSH into an SSH server on your home network. At that point, you can use remote port forwarding with ConnectBot to allow other computers on your home network to access the SSH server on your phone.

That's a very good idea. I'm going to try it in the morning. Very excited.
Sent from my HTC Glacier using XDA App

Hey ran across this sometime ago but didn't know an answer till today... but it's complicated...
1st~ it seems to depend on your service provider...
~ On Sprint I have been able to ssh into my device from a PC connected to a completely different wifi network using Putty on Vista home basic.
~ On Sprint I (with some great help from Almazick here at XDA) have also been able to run a LNMP server and connect to the sample web page and dbmin with the above mentioned network set up but with Chrome and Firefox instead of Putty (yeah that might be a duh statement for some but I don't want to lose ya reader, this stuff is cool ) you can find all the steps that that took by following the link in my sig that points to the XDA Guide I maintain and jump to pages (ruffly) 11-13+ and check the easiest ways to host websites off your device. And I'll eventually have a script and section in the main guide made so you all don't have to scroll through pages of our mutterings
~ Almazick, the person that I credit for getting me to do all this extensive testing, is not on Sprint and because of this has run into errors when trying to connect over 3G and or 4G. This leads me to believe that the issue is the network that your device is connected to.
~ Currently there are almost no other variables left that could be at fault. Both Almazick and I are using the same software and apps to test on.... but for those that have to know what the last variables to test is; hardware, we've got different devices and different service providers, and different PC's. All others have been eliminated or made identical or have been adjusted for.
2nd~ Root is required and if you want to ssh like us then getting Linux duel booted up will make life way easier for helping in the future.
~ Almazick uses Lil Debi and I'm a fan of Debian Kit, both can be found on the Android market place for free, and there are other options like QEMU and more but for this definitely start with Lil Debi and a 2Gb img file or larger (still working on figuring it out on Debian Kit) and follow the direction on page 11 or 12 for now.
~ or you could try downloading an app for ssh server (not client alone) and muddle your way through other guides on the web... I'll be testing/checking the possibilities for this but am not holding my breath on when that'll be ready
3rd~ accessing things...
~ running 'cd sdcard' and 'ls' was peppy and responsive
~ running programs or apps that use lots of data or memory can be ruff.
~~ Force closures happen when out of memory. So freeze or force close or uninstall apps that aren't needed if things like that start happening.
~~ things that use lots of data and or memory also cause much drain on the battery and if excessive wile plugged in can cause heat issues. So use a heatsink from an old computer and a fan and maybe pull the battery too and you can run a bit longer on the edge of what your device can do
4th~ all this is very "use at your own risk"
~ I haven't fried or bricked a device yet but things have gotten toasty so use some for thought and be careful.
Final notes;
I realize that this is a thread resurrection and not 100% directly related to your specific device. However, I offer a work around that should work for all devices* running root and Linux so we should celebrate and revel in the wonders of Open source and helpful people
*running on Sprint or WiFi if on another network then please try it and report the bugs to me on the main guide thread and I'll work with you and try to resolve it
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

nixxofugi said:
Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well

Almazick said:
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Click to expand...
Click to collapse
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

S0AndS0 said:
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
Click to expand...
Click to collapse
so what maptool got to do with android over 3G/4G?

Almazick said:
so what maptool got to do with android over 3G/4G?
Click to expand...
Click to collapse
It's yet again a server client based networking set up but instead of accessing files and folders (like with putty here on this thread) or accessing web content (like with LNMP on the other thread) maptools serves up a virtual table top gaming experience to those that connect in. One person sets-up* a game and then shares out the guest login info to their fiends, the guests log in and after a few seconds every one connected can see the changes that any other player takes. Kinda like virtual desktop but for roll playing games.
*set-up of the game is rather labor intense for the individual. Because they make an entire dungeon or world map, tokens to populate it, and libraries of macros so things are more point and click. When compared to running a normal tabletop gaming experience the labor is almost as intense, it's just not easy to share in real time over them internets.
Update 08312013- to help continue answering this question here I found this guide
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
That may help with T mobile subscribers in making a good connection over 3G or 4G
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!

ripnix said:
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
Click to expand...
Click to collapse
Well first double check the IP you're using or tracking with no-ip.biz ~ I would suggest using
canyouseeme.org
or an app like Network Info II
https://play.google.com/store/apps/details?id=aws.apps.networkInfoIi
And ensure that the IP didn't change when setting up the first time around, this can happen at the worst times.
And if you're truly behind a firewall or NAT, such as with tmoblie, then I did run across this guide for getting round that last troublesome bit which likely will work for other service providers as well.
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

Related

[Android] Run Android without a data plan [CHECKLIST]

Hey Gang,
I currently do not have a data plan and won't get one until I switch from Sprint to Verizon. (accounts expire soon)
This is what I want to do with my Vogue:
Setup SD card with EXT2 partitions [CHECK]
Correctly install/run a SenseUI/Hero build [CHECK]
Convert my WM contacts to Android contacts offline [CHECK]
Install APK's offline [CHECK]
Use the internet connection through my PC via USB cable (while running android) [PENDING]
Install a "camera software" APK so i can use the camera [PENDING]
Enjoy the hell out of Android and all the possibilities for the Vogue! [CHECK]
Any and all help checking off my list is much appreciated!
~Syn
The camera already works out of the box. and Talk to enatefox about internet via USB connection.
Install a "camera software" APK so i can use the camera [PENDING]
I am currently using "Pro Paint Camera that came with this Hero/SenseUI build.
I can take pictures but not video. Also, none of the lighting effects work so every picture is very yellowish.
True.... the camera does work, but it is not really usable without adjustment.
I'm in the same situation right now. I want to use android but I'm afraid I wont be able to use internet to access the market (unlike WM/ActiveSync).
The camera issue is something that I can deal with, but I think that it would be nice if someone could make an activesync-like program that can share internet.
Only difference is that I'm on verizon right now, and might consider switching to sprint!
synaptyc said:
Install a "camera software" APK so i can use the camera [PENDING]
I am currently using "Pro Paint Camera that came with this Hero/SenseUI build.
I can take pictures but not video. Also, none of the lighting effects work so every picture is very yellowish.
True.... the camera does work, but it is not really usable without adjustment.
Click to expand...
Click to collapse
I forget exactly when that build came out, but I can assure you that the build I'm using now has a camcorder and camera app outside of Paint Pro Camera.
FWIW, I'm using the Droid donut ion build by Zenulator.
Also, from what I know, internet through USB only allows you to browse the web, and the marketplace doesn't work. There might be some changes in the future, however.
Yes. with Cupcake / Donut the camera/camcorder seem to work with the default applications. They still don't have filters or effects to correct lighting.
... still looking for that app.
Link9228 said:
I forget exactly when that build came out, but I can assure you that the build I'm using now has a camcorder and camera app outside of Paint Pro Camera.
FWIW, I'm using the Droid donut ion build by Zenulator.
Also, from what I know, internet through USB only allows you to browse the web, and the marketplace doesn't work. There might be some changes in the future, however.
Click to expand...
Click to collapse
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
gascan555 said:
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
Click to expand...
Click to collapse
I've been trying to do this too!
gascan555 said:
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
Click to expand...
Click to collapse
I have also been trying to figure this out... but getting Internet via bluetooth rather than USB. So kind of like the bluetooth tethering that is possible right now with Android, but in REVERSE! So Internet-> PC-> Bluetooth-> Android.
USB Internet (at this point) can be very problematic. It can cause your phone to hard freeze out of the blue. I haven't spent a lot of time troubleshooting it since it's hard to figure out what went wrong when I'm forced to reset.
Credit to DimaFern for getting me anywhere near having this working. I just messed with it a little. This is reverse tethering because you are not getting the connection from the phone. So the USB Tethering option is not related in this situation.
Here's my howto
I have not tried this without a Linux host. I believe you can forward traffic with ICS but I don't know what is involved there.
My gateway is .37, my laptop is .107 and the phone gets it's IP from the laptop:
On laptop:
echo "1" | sudo tee /proc/sys/net/ipv4/ip_forward
On Android:
ip addr add 192.168.37.100/24 dev usb0
ifconfig usb0 up
## This is the IP for my laptop:
route add default gw 192.168.37.107
setprop net.dns1 192.168.37.107
cat /proc/net/route
Click to expand...
Click to collapse
The last line is not needed-- it's to show you that it's routing traffic. You won't be able to ping IPs from the command line and somehow Market doesn't think you're online but SAM Market, Browser, etc. do work. It's nice because you are not taxing the RAM of the phone for connectivity so it runs much quicker... unless it hard freezes on you.
i use tetherbot to tether my phone now that it's running android full time. basically install tetherbot and start the socks proxy server on port 1080 then.
Code:
adb forward tcp:1080 tcp:1080
from your computer and set up firefox to connect manually to the proxy.
http://www.google.com/url?sa=t&sour...tLoX-20q2czcpvdhw&sig2=YLuIUO1a9NqdzdKn2NhO5Q
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
zenulator said:
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
Click to expand...
Click to collapse
WOW..... this second link leads to a beautiful website.
10 levels of gay for poor "kevin" of 'kevin♥Amanda' but still a nice looking site
Geez.... he didn't even get his name capitalized in the header picture
/on_topic: I'll try Tetherbot.
(is there a way to use Tetherbot with Google Chrome? I haven't used Firefox in ages)
zenulator said:
i use tetherbot to tether my phone now that it's running android full time. basically install tetherbot and start the socks proxy server on port 1080 then.
Code:
adb forward tcp:1080 tcp:1080
from your computer and set up firefox to connect manually to the proxy.
http://www.google.com/url?sa=t&sour...tLoX-20q2czcpvdhw&sig2=YLuIUO1a9NqdzdKn2NhO5Q
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
Click to expand...
Click to collapse
I'm sorry, but isn't Tetherbot used to share your phone's internet connection with your computer?
I think we are trying to be able to "reverse tether" and not tether.
enatefox (and others)...
I would love to see how this reverse-tethering can work. I know its very complicated and buggy right now, but if you do any more work on it you should create a thread showing how in layman's terms. I have dual-boots on both my computers into Ubuntu 9.10, I know what the terminal is and sudo and some basic commands, but when you type your commands with little explanation I get lost. They could use some clarification [ such as 1) open terminal 2) type these commands. ] And please explain terminal in Android. What apk do I need? I probably have it already but just need to install it. Thanks for any help. I don't have data since my line costs $10 a month (family plan) and data would be $26 a month. I just started reverse-tethering with WM6.5.1 and its really cool.
There aren't any other steps you just run what I posted and change "192.168.37.107" to what your desktop's IP is and "192.168.37.100" to "192.168.xxx.100" where "xxx" is the subnet of your LAN-- matching the 3rd set of numbers of your desktop's IP.
You can run these commands over ADB, which is required to do this. Here's a guide on how to set it up.
Here is what I came up with trying to do the same thing with bluetooth instead :
http://forum.xda-developers.com/showpost.php?p=4404512&postcount=9
I was missing your "ip addr..." command to add the forwarding network, this should help, I will give it a try.
I also came to the conclusion that I needed a way to fake that either the wifi or the data connection was up. Maybe this can be done by issuing a "setprop" command forcing the status to being "up"?
enatefox said:
There aren't any other steps you just run what I posted and change "192.168.37.107" to what your desktop's IP is and "192.168.37.100" to "192.168.xxx.100" where "xxx" is the subnet of your LAN-- matching the 3rd set of numbers of your desktop's IP.
You can run these commands over ADB, which is required to do this. Here's a guide on how to set it up.
Click to expand...
Click to collapse
UGH I'm stuck right now. I'm using Ubuntu 9.10, and when I type in terminal "sudo /etc/init.d/udev restart" I get some error message telling me to do it a different way. So even after restarting the computer, it does not recognize any command for adb. I already did the export PATH to the androidsdk/tools folder and adb is in there, but I cannot get it to open. Any ideas?
Got it to see adb. I forgot to put /home/drkow19 in front of the path...
edit: Has anyone successfully used ADB with zen's 2.0.1? I'm trying right now but it shows no devices connected. In the 50-android.rules file I have 0bb4 instead of 18d1 like enatefox said to. Also, on the Dream forums the file they use is 51-android.rules, whats the diff?
0bb4 and 18d1 are determined in the source code. Different versions can change so whichever is shown, use. The 50 and 51 are indicators for timing. Maybe I have this backwards but 51 should start later than 50 and can address issues with it not being recognized or more precisely, overrode with another operation. I set mine to 51.
Okay I deleted 50 and used 51-android.rules. What is the line about "define vendor id" does that need to be in the 51 file?
I can say adb start-server but no devices... They say you need to sudo adb start-server but when I try that I get "sudo: adb: command not found" How do you add the adb PATH so it works under sudo as well?

▌█▐ Free USB Tether method for Android - AziLink 2.0.2 ▌█▐

▌█▐ Free USB Tether method for Android - AziLink 2.0.2 ▌█▐
DOES NOT REQUIRE ROOT!
I came across this while searching for free USB tethering methods and apps. I am currently posting this message from this method and it is 100% free to setup and use. I know rooted devices can utilize the free Wifi tether, which I also have and I am also rooted but it kills my battery to use that so I wanted to find a USB solution.
I have compiled all needed files and zipped them for ease of download.
Download link: (---CLICK HERE!---)
Website: http://code.google.com/p/azilink/
Instructions from that site (which is also included in the .zip file):
[FONT=&quot]Description:
AziLink is an application that allows USB tethering for Android-based phones, without requiring root access. It works by using a Java-based NAT that communicates with OpenVPN on the host computer. It's been tested on MacOS, Windows, and Linux. The connection will be forwarded over the phone's active network service, which can be either WiFi or 3G/EDGE.
Required files:
* ADB from the 1.1 or 1.5 Android SDK or from http://lfx.org/azilink/adb.zip
* OpenVPN 2.1 (not 2.0) from http://openvpn.net/index.php/downloads.html
* AziLink.apk from the download section or from http://lfx.org/azilink/azilink.apk
* AziLink.ovpn from the download section or from http://lfx.org/azilink/azilink.ovpn
Installation:
1) Install OpenVPN on the host. I use version 2.1_rc15, but any version should work. Apparently if you use version 2.0 you'll need to remove the NO_DELAY option from the AziLink.ovpn configuration file. You can find OpenVPN at:
http://openvpn.net/index.php/downloads.html
2) Enable USB debugging on the phone. From the home screen, this is under
Settings>Applications>Development>USB debugging.
3) Install the Android USB driver (if you don't already have one installed).
See http://developer.android.com/guide/developing/device.html for more information. The driver is included in the ADB download if you don't want to get the full SDK.
4) Install the program. You can either use ADB to install by typing
"adb install azilink.apk" with the file in the current directory, or you can browse (on the phone!) to: http://lfx.org/azilink/azilink.apk
Either way you might need to allow installation from unknown sources
under Settings>Applications>Unknown Sources.
Configuration steps:
1) On the host, run "adb forward tcp:41927 tcp:41927" to set up port forwarding. Be sure to use adb from the Android 1.1 or 1.5 SDK! The version from 1.0 will lock up under heavy load. If you don't want to download the entire SDK, you can get a copy of ADB+drivers from http://lfx.org/azilink/adb.zip
2) On the phone, run AziLink and make sure "Service active" is checked.
3) Right click AziLink.ovpn on the host (not in the web browser!) and select "Start OpenVPN on this configuration file." You can find this file at: http://lfx.org/azilink/azilink.ovpn. If you're using Linux or, god forbid, MacOS, you'll also need to manually set the nameserver to 192.168.56.1 (the phone's NAT IP address). This address is automatically forwarded to the phone's current DNS server.[/FONT]
Just wanted to point out there is also a wired tether app by same dev as wireless tether app and also comes built in with latest cyanogenmod.
I personally don't like anything that requires drivers as I often tether to my iPod and anything that requires a driver won't work with my iPod or many other common items I tether to.
However, everyone likes their own procedures, and I'm sure someone will find this useful.
r3s-rt said:
Just wanted to point out there is also a wired tether app by same dev as wireless tether app and also comes built in with latest cyanogenmod.
I personally don't like anything that requires drivers as I often tether to my iPod and anything that requires a driver won't work with my iPod or many other common items I tether to.
However, everyone likes their own procedures, and I'm sure someone will find this useful.
Click to expand...
Click to collapse
Yeah, depends on the device. In my case, I have a HTC Hero with Sprint (CDMA) and there is no cyanogenmod for it that I am ware of.
Pyr0TeK said:
Yeah, depends on the device. In my case, I have a HTC Hero with Sprint (CDMA) and there is no cyanogenmod for it that I am ware of.
Click to expand...
Click to collapse
u sir, have failed, jk but here is a cyanogen rom from one of ur guys great developers Darchdroid v 2.7
Darchdroid 2.7 w/ Wired Tether
I'm trying to get the Wired Tether app (made by the same ppl as Wireless Tether than everyone knows and loves) to work with Darchdroid 2.7 but am having no luck!
If anyone has gotten it to work, please let me know how!
I've got the app installed, but Windows 7 does not recognize it as a network adapter...thinking its a windows driver issue, but need some help...
thanks!
thank you 4 ur nice help!!!!!!!!!!!!!!
why not justdownload pdanet or easytether i have both and the wireless tether those two are very simple to use and works good
Two reasons that i use Azilink:
1: no PDANet usb support for linux
2: wired tether built into cyanogen, as well as the standalone app cause the 3g connection in my Eris to intermittently cut in and out while azilink does not. (PDANET solves this problem in windows)
u can giv a try to easy tether but its not free tho work fine and easy to use
EasyTether shares your Android smartphone connection with your PC. This app allows you to tether your Android to a desktop or a notebook computer. EasyTether uses exactly the same data plan that is used for the on-phone Internet access like in the built-in browser or e-mail app or youtube application. No additional tethering fees.
Features
* does not require root access
* supports Windows 7/Vista/XP (32-bit and 64-bit), Mac OS X 10.6/10.5/10.4, and Ubuntu 10.4+
* UDP support for games, for L2TP VPN (not PPTP!) and for some IM apps
* tether PS3, XBox 360 or Wii via Windows Internet Connection Sharing feature
* free lifetime upgrades for the full version
* USB support
* compatible with HTC Sync
* Bluetooth DUN will be added later.
* much cheaper than PDANet
* implemented as a normal NAT application with full TCP and UDP support
Is it possible to use Azilink with Voip?
I have nat error, so is it possible to forward ports?
Yup, thats dumb question, why to tether for voip if you can use wirless card
I have sagem dongle and it ... losses connection often while my phone is online all the time, and i don't want to spend money for some good wifi adapter, if i could use phone that i already have
Awesome
Anybody know where to find an apk in 2020? There are github sites but only source there. I don't consider EasyTether to be so wonderful, and I paid the $10 for it. It's not open source so I can't tell why it breaks but I've had to reinstall it maybe 20 times, it's a black box.
ab1jx said:
Anybody know where to find an apk in 2020? There are github sites but only source there. I don't consider EasyTether to be so wonderful, and I paid the $10 for it. It's not open source so I can't tell why it breaks but I've had to reinstall it maybe 20 times, it's a black box.
Click to expand...
Click to collapse
Have u tried FoxFi
I probably should have checked back here, I'm learning to live with easytether. I wrote a little bash script to pkill the easytether-usb process, wait 1 second, then restart it. That for some reason seems to renew the phone connection. I can connect via ssh over wifi to the Pi that's serving as an AP/router, run that script and it's fixed. It's maybe not worked twice in 6 months, I need to do it half a dozen times a day or so. I can ssh from a computer or phone.

[Q] HyperDroid WiFi issue on HTC HD2

Hi,
since a few days im using HyperDroidGBXv5 on my HTC HD2, the ROM is beautiful but unfortunately there is a problem with any Wifi remote app i tried.
I can access my Wifi network, surf through the internet, remote control my PC etc.
But there is no way to access my phone from the PC for remote file transfer oder remote controlling the phone. It acts like there is a damn firewall on the phone, not even a ping to the phone is possible!
Tested apps:
DroidPhoneControl Lite
Droid VNC Server
Wireless File Transfer Pro
Remote Web Desktop
Here is my logcat log: pastebin [dot] com [slash] iaQaKuLM
During the logging i start Wireless File Transfer Pro an try to access the phone vom browser. But there is no visible error on the phone so i think the logs are useless!?
1. Is the bug reproducible?
Yes
2. How do you reproduce it?
Just start the app
3. What is the expected behavior?
Access the phone wireless by browser, vnc or ping
4. What actually happens?
Nothing... On the PC just a 404 error
5. Do you have a Task Killer running?
ES Taskmanager, AppMonster but no automatic task killer
6. Are you on the default Kernel?
No i dont think so -> 2.6.32.12rafpigna_1.7_OC-g39281e5 root [at] rafpigna-pc #15
7. Did you restore using Titanium Backup?
No
1. Are you using the default kernel?
See above
2. If using a custom kernel are you loading the correct bcm4329.ko and tun.ko?
Sorry i dont know, let me know where i find this informations
3. Are you using a fresh data.img created by the system on 1st boot?
I exactly followed the tutrial in the HyperDroidGBXv5 thread
4. Are you using the default Build Folder Name that came with your version?
Yes
If any additional information is needed please let me know.
I know there are some problems with wifi tethering on this release but i found nothing regarding the problems that I have...
I really like to use the wifi remote features again and i would really appreciate for any help
greetings
MakkuZ
There are few threads regarding this issue.
I am using Ultimate Droid 3, also Gingerbread based. Few people I think was from MDJ's CM7. So it could be GB problem, dont know, no one really provided any usefull info.
There is a workaround for this. When you connect to wifi on your phone, open terminal emulator and do a ping to your PC's IP address, or use any ping app (I am using Net Ping from market). As soon as you start to ping your PC, connection is immidiatelly opened. I have no idea why it is like that, but for now I am using this method when I want to use FTP server on HD2....
OH MAN! Thanks a lot
Thats really nice! Have you tried to write a little script with ping and your ip adress in it?
Haven't tried with scripts. I use NetPing, just enter my PC IP and click ping...
I have tried some ping apps here are the results for my phone/ROM:
Working:
Ping by Firedale
Ping!Up
Terminal Emulator
Not working:
PingCmd
Ping & DNS
NetPing
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
MakkuZ said:
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
Click to expand...
Click to collapse
That's a nice feature....Just uninstalled NetPing
MakkuZ said:
I have tried some ping apps here are the results for my phone/ROM:
Working:
Ping by Firedale
Ping!Up
Terminal Emulator
Not working:
PingCmd
Ping & DNS
NetPing
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
Click to expand...
Click to collapse
Cant find that in the Android market. Can someone post it here. Thanks.

[Q][DEV][Webtop Experts] Webtop...Ubuntu, Debian Vs. Real world

Hi,
I have been doing some research and I just hit a wall and can't go any further.
I work for a software company that builds it's own products and has a lot of clients.
I've always liked the idea of webtop but never got around to even look at it as a laptop replacement till now upto an extent.
I installed Debian on webtop and tried to get vpn to work and failed miserably. Not to mention I haven't touched linux in 10 years.
What I need to keep webtop/lapdock:
Clean/Lightweight environment with fully functional browser.
Ability to remote desktop.
Ability to connect to vpn on clients' side and remote into servers to fix small issues.
Ability to mess with the portal we have to update quick changes for clients.
I know you can't do it all out of the box.
I installed Debian but got stuck on installing Cisco Anyconnect.
Installed openconnect but can't connect as it says no tun/tap driver found.
gnome-panel doesn't work but I can live with webtop panels but my OCD kills me having firefox and iceweasel both.
Iceweasel can't have flash and plugins as I could not find any plugins for armel.
All plugins are for i386 or amd64.
My simple question is:
Can I do all this from this webtop or I should just keep carrying laptop.
Can I carry lapdock when I go for vacation and stuff to not worry about a $1500 laptop and just carry $200 lapdock so I can still do something if sh*t hits the fan.
I think I wrote a long enough story to give you guys a basic understanding.
Any help/input would be greatly appreciated.
If lapdock can't replace laptop for basic needs of a software developer then I might as well just sell it and move to Droid 2 Global.
:flameSuitOn: just in case
Thank you in advance for your time and effort.
I just don't think the webtop idea is quite there yet. Im personally in the IT industry and tried to use the atrix as my primary device while being on the road and simply failed. I was able to get gnome-panel working amongst other things but its far too sluggish. Try logmein and see what happens lol. The concept is truely amazing but that's as far as it goes.
Now if all you need to do is vpn, log into routers/switches etc it will do the job. Its much easier then pulling out a laptop and waiting for windows to boot. But anything extensive, Java or Flash based is impossible.
Just my. 02 cents.
It's a little difficult to try to use the lapdock as your primary device. I personally use it as my laptop at college (i have a desktop in my room) I can rdp into my desktop just fine, and access all programs from there, but the experience is definitely a bit laggy. You can try to get it a bit faster if you overclock, but that's a whole other can of worms. Firefox 6 runs, and can use most add-ons...
Personally, I might look into something like the ASUS Transformer Prime, once the dev scene there gets into gear. I think if they could get a full ubuntu (or any linux distro) running, it would be a far better experience on Tegra 3. But then you wouldn't have a smartphone...
Why don't you try it out? See how well it works if you try and use it as your daily work computer for a couple of weeks. I know other's have installed pretty much every ARM compiled program for ubuntu, including gnome panel, so it wouldn't hurt to try.
Faux updated his kernal to use zram this is supposed to help speed up webtop once activated
Just thought I'd add that in
sent from my Atrix via XDA premium
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Rayan said:
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Click to expand...
Click to collapse
I am with you on this. I am a server/desktop engineer and do some of the same tasks you speak of. it works great for a little bit I need. I am running the debian mod and the LXTerm is epic for what I need. I also use Citrix from my phone fullscreen and this also works really well if I am in a pinch and need access to our proprietary junk. I think if the CM webtop ever gets setup, it will be more of a linux box than a slim halfbaked ubuntu that moto uses(im hoping). All in all though, it works for what I need with my other tools. I also found I can use app "VPN Widget" over the 4G connection and I hook straight in to our network no citrix needed. It wont work for the wifi, but that is a limitation of the app. I agree, at times its slow for some flash based things, but really flash is a RAM whore anyhow. I also noticed a quirk with java not being installed, but I may try to tackle that this afternoon
Thansk Rayan, I thought about Logmein but I just think it's kind of slow if you want to do something quick and get out, you know?
LXTerm? What does that do?
I tried installing Cisco Anyconnect VPN and it killed webtop, started again and wondering what other vpn would work like cisco anyconnect client.
I'm a sysadmin, and I have completely replaced my laptop with the ATRIX and its webtop. But we run Citrix XenApp and XenDesktop at work, so I mainly use webtop or the android receiver to connect to my hosted apps and desktops. For that purpose the ATRIX really is the nirvana phone.
Sent from my MB860 using xda premium

[Q] desktop remote server for Android

Any recommending kind of remote GUI desktop server for Android instead not using CLI (Command Line Interface) using adb shell.
Anyone using the openvpn on Nvidia Shield and Do I need rooted to use openvpn?
I wanted to use torrent client via remote desktop access my Nvidia Shield from my PC Windows 7 while not interrupt my daughter watching the show Netflix on the Nvidia Shield etc.
I would recommend using a seedbox!
Roger that, I noticed Reddit mentioned best way to get seedbox somewhere outside of U.S. Anyways thanks, I guess i'll go get Whitebox or Feral seedbox.
Has anyone set up a VPN application on the Shield? How well does it work? Any recommendations?
TeamViewer doesn't give remote control, just file-level stuff.
I used OpenVPN on my Nvidia Shield Pro, It worked fine as long as the VPN Provider give you the key and config file and however sometime the VPN disconnected then reconnect few times in an hour alone. Not very stable. I gave up because I don't want risk leaking E.g. DNS leak and IP address leak coming from torrent. Like @n1gh7mar3 said seedbox is best and safe. I will just wait whosoever make better ROM or UbuntuOS under MultiROM support for Nvidia Shield that something will provide a very stable and easy use VPN.
Where I live and my ISP spying my traffic. so this is the reason I asked and took @n1gh7mar3 advice.

Categories

Resources