Hi,
Is there any simple tools (like netstat) to help troubleshoot network connectivity ?
I've got already vxUtils but it doesn't give you any informations about pending TCP connections
thanks
Ced
Did a quick search, maybe...
Netstat 2004 (NSProfiler 2003) 2.0
Description:
NetStat2004 helps you to discovery
Network card information
Routing Table
ARP Table
TCP connections
UDP connections
Netstat
TCP statistics
UDP statistics
IP statistics
ICMP info
on your PocketPC!
You could try the demo...
http://www.pocketgear.com/software_...w.pocketgear.com/software_detail.asp?id=12709
http://www.symbolictools.de/public/pocketconsole/applications/nettools/index.htm
it says ppc2002, but will probably also run on ppc2003.
hi,
i didn't find a post (with a solution) similar to this issue. i'm using an i-mate JASJAM (HTC TyTN) with windows mobile 5.0 and intent 10.1.7.551 or .554 (upgraded from this forum to 11.1.7.1023). i have a wap-gprs connection which has a proxy. i'm able to use for example opera mini 3.0 on a Nokia N72 but not on the jasjam. opera 8.60 however is working on the jasjam too (by adding the proxy in opera's own settings). the difference is that opera installs under programs (is not java) and opera mini installs under the midlet manager. there's also another java application (morange) which works on the N72 but not on the jasjam. i tried a registry addition from
http://forum.tao-group.com/viewtopic.php?t=6
but it didn't work. i tried J9 from this forum it also didn't work.
i tried all network types, although i still can't figure out how they work exactly:
My Work Network
My ISP
Work
Secure WAP Network
The WAP Network
The Internet
under "settings - connections - connections" i only have "My Work Network" and "My ISP".
for example the midlets worked on a wifi connection but i had to choose "Work" instead of the other types, although under "Network Cards - Network Adapters" i configured the adapter to connect to "The Internet" not "Work" (since no proxy for wifi).
anyway, it would be great if someone would know why the midlets are not connecting via wap gprs with proxy.
thx
I have a similar problem running java midlets thru T-zones proxy.
does anyone have any solution? to the tzones and midlet?
Hi, I have two apps that are using local 127.0.0.1 IP to communicate.
Each time the two apps are connecting to each other WM is opening an GPRS/3G/DATA connection !
This is a pain as DATA connection are very costy ! Then I have to manually close the connection and the two apps are still talking together.
So, is it possible to prevent this auto-connect "feature" :
- if the IP is 127.0.0.1 (ie. no use to open a data connection for local stuff)
- for all the softs except a white-list (ie. no soft can auto-connect except my browser or mail client)
- or when a soft tries to connect prompt a window to allow to choose the type of connection I wish (Wifi, GPRS/DATA, none ...)
Thanks
You can try using nodata from MoDaCo( http://www.modaco.com/content/pocket-pc-software/246171/new-free-utility-nodata/ ).
Using it you can keep the connections you want disabled until you need them.
Thank you that will do the job
i627
I am new to WM 6.1, How do I achieve this for my phone Samsungi627. I installed this NoData on my phone but when trying to Toggle is says critical error.
anything that i need to do before installing this?
Hi,
I'am doing a development on WM5 and WM6.5 which have to access the localhost from internet explorer. The connection is refused on WM6.5 but not on WM5. Is anyone have the same problem? and knows how resolve it?
Thanks!
macrosjiu said:
Hi,
I'am doing a development on WM5 and WM6.5 which have to access the localhost from internet explorer. The connection is refused on WM6.5 but not on WM5. Is anyone have the same problem? and knows how resolve it?
Thanks!
Click to expand...
Click to collapse
Explorer tries to connect to the device on port 80. If there is no service running you can't connect I wonder what page is viewed connecting to localhost when running wm5
I'am developing a mobile application based on OpenMobileIS open source framwork, this techno use the internet explorer web browser for application interface : webserver includes in the framework. So for that I have to access my application throught the localhost on internet explorer or another mobile web browser.
im having a similar problem on a wm6.5 device.
I want to dynamically forward ports back to my device from a remote ssh server, and im having problems...
I think its to do with wm6.5 not having a concept of a localhost...
localhost 127.0.0.1 connect
hi,
im trying to get a webserver running on my WindowsPhone!!!
i wanna exchange data with my home server later if WLAN access exist.
i used WindowsPocketPC 2003 and all worked well... now i have 6.5 and nothing works...
ok i have find out:
You need to change the registry because there is no hosts File like WindowsXP has. Or you can use a tool for this "Pockethosts"!
(or try 127.0.0.1:80/index.php - 80 is port of your server and give full name of file)
and you need to have Internet access. (I tested it with WLAN internet over my Router)
---------
but im still dont get it to work without internet access
can some one help with this?
(Internet access to connect localhost LoL)
Jan Karel said:
hi,
im trying to get a webserver running on my WindowsPhone!!!
i wanna exchange data with my home server later if WLAN access exist.
i used WindowsPocketPC 2003 and all worked well... now i have 6.5 and nothing works...
ok i have find out:
You need to change the registry because there is no hosts File like WindowsXP has. Or you can use a tool for this "Pockethosts"!
(or try 127.0.0.1:80/index.php - 80 is port of your server and give full name of file)
and you need to have Internet access. (I tested it with WLAN internet over my Router)
---------
but im still dont get it to work without internet access
can some one help with this?
(Internet access to connect localhost LoL)
Click to expand...
Click to collapse
I know it's been a year but I had previously tested on a device with Windows Mobile 6.1 and worked locally without connection, but now I have a just got a Handheld Device with 6.5 and if there is not a connection. The local web server is not accesible and says: Cannot Connect: Cannot connect with current connection settings. To change your connection settings, tap Settings.
I am using PocketHPH (Web server and simplified PHP engine with SQLite)
There is no place like 127.0.0.1 (home sweet home) !!
What happens if you install the Network Folder plug-in and NbstatCE ?
Nbtstat for the Pocket PC. Written in Embedded Visual C++. All versions of Windows CE have a file explorer which can not view windows shares easily. Nbtstat allows the user to view netbios shares on all IP addresses in a subnet.
http://sourceforge.net/projects/nbtstatce/
Though I'm not running WM 6.5.x I'm curious if these both links help you out...
and
Did you forward a port on your router? Thus trying http://127.0.0.1 : portNumber (no spaces here, I typed it this way otherwise appears)
..
There are 65,536 ports which can be used, though every port below the 56,000 is for the industry; thus use a port above 56,000
The web server was on default port 9000, then changed it to port 80. Like I mentioned before, works fine if there IS a WiFi Connection, but once it is lost I can't connect to the local web server.
Don't worry try one of this browser skyfire or uzardwebp and let me know
nawalage
nawalage said:
Don't worry try one of this browser skyfire or uzardwebp and let me know
nawalage
Click to expand...
Click to collapse
Can't download Skyfire, cause it's not available in my area. Tried uzardwebp, but just won't connect to anything. Installed Opera 10 Mini and similar results with IE. If there is a Wifi Connection present the internal web server works great. Once there is no WiFi connection I get Network Problem message in opera.
Hello friends,
Like many of the people here at XDA, I try to get as much advanced use out of my Windows Mobile phone as I can. I am a ‘computer geek’ trying to make my Windows Mobile phone as close to a complete ‘computer experience’ as possible. I would like to ask what ‘advanced’ tools you guys use. We will start off with the list below, all of which run under Windows Mobile 6.1.
1. Command Prompt (DOS Prompt, CLI) http://forum.xda-developers.com/showthread.php?t=606393
2. NetCat running under Command Prompt listed above (http://prt.fernuni-hagen.de/~bischoff/wince/), Swiss Army Knife of Networking, the possibilities of this tool are nearly endless!
3. HTC Band Switch (turn off 3G, allow EDGE only, toggle settings, built into HTC’s Windows Mobile 6.1 image)
4. DynDNS Pocket 1.0 (Enable use of the DynDNS dynamic IP service, especially useful if your mobile operator provides you a public dynamic IP address and you want a static URL tied to your phone. Create an account at www.dyndns.com, but note that your username and password are sent cleartext over the network connection).
5. HTC Field Test Tool (Get mobile provider statistics, signal strength in dbm, RSSI, selection parameters, etc).
6. Mobile Firewall 3.5 (AirScanner Corp, does not work perfectly on Rhodium but I can view what IP addresses are pinging or attacking me, including source and destination IPs, and also view local listening connections to see which network services I’m making available)
7. FTP Orneta Client 1.03 (provides an FTP client)
8. FTP Server Mocha 1.0 (run an FTP server from your phone, see log of IPs that connect to you, traffic send and received)
9. Pocket Hosts by Zimmermann 1.5 (Edit your local hosts file, for ultra geeks)
10. vxIPConfig 0.9.5 – IP Config, Get Your IP, subnet mask, DHCP server, lease times, TTL statistics, datagram information, etc,)
11. Pocket IRC 1.2.5 by Code North Software (Internet Relay Chat client)
12. wmIRC 2.3 (Another Internet Relay Chat client)
13. NbtstatCE 0.05 (Scan remote machines on network, check NetBios, ping, set NetBios scan delay in milliseconds, set packet size, and timeout limits)
14. Microsoft Network Analyzer 1.0 (Get IPConfig info, ping localhost, ping HTTP server, get net stats, all output goes to a well-parsed text log file).
15. Network Monitor (PPC InterfaceMonitor 0.23.3615) by Florian Drews (View a bar graphic chart of network connections, megabytes sent and received per session, traffic utilization, works on both cellular and WiFi).
16. 3GTest (eecs.umich.edu/3GTest) (Provides detailed network link throughput information, DNS lookup latency information, information on common ports your mobile provider is blocking, etc. However, be aware that your connection test information does get sent to the application developer, as this is part of someone’s university project).
17. vxUtil 1.6.7 (DNS Audit, port scanner, trace route, ping sweep, whois, etc, a complete suite of network testing tools).
18. PocketPing (Ping and view return ping times)
19. PocketPutty build Feb 28th, 2007 Development Version (SSH Client, supports reverse tunneling and most of the features of the regular desktop Putty, reverse proxy service, xterm emulation, IPv4 and IPv6 support. However, it does not have SOCKS support).
20. zaDesktop 0.9.7 – Remote Desktop Client (Terminal Services), similar to the built-in Windows Mobile client but additionally provides support for adjusting screen size, service port (allow use of not only 3389 but any port you want). Supports loop-back (127.0.0.1) connections with no problem (when used with a reverse SSH proxy or such)
21. WiFi Remote 1.0 by Julien Manici (Allow access to your device via a web page using your WiFi connection). Will normally only work on WiFi LAN unless you are running a reverse tunnel, in which case it will work over cellular data (EDGE or 3G). Could be a security hole if you leave this on and forget about it, could expose your device to your local LAN, and possibly WAN if your mobile provider allows hosting from your cell phone IP address.
22. Microsoft Remote Desktop – The client which is built into Windows Mobile, works great but cannot zoom.
23. Mobilier (view and control your phone from a USB connected computer)
24. Remote Tracker 0.10i by Joubert Vasconcelos (Can send GPS or other data if phone is misplaced, SIM IMSI is logged, however I have not tested this program at all).
25. Mobile Sniffer 2.21 by AirScanner (Supposed to function as a mobile ethernet network sniffer, similar to WireShark, complete with promiscuous mode, but I cannot get it running on the Tmobile Rhodium because the GUI controls are not operatable using my phone, I am unsure what the problem is. Neither hardware keyboard nor the touchscreen respond properly to this application, it would be great to get it working though, can anyone assist?).
26. Handy Sniffer 1.6 (Functions as a mobile ethernet network sniffer, similar to WireShark, and it does work but I can only get it to sniff from a the WiFi adapter on the wireless LAN, I cannot get it to sniff from an EDGE or 3G connection. Provides details such as ARP table information, protocol information, sending raw packets from file, provides detailed statistic information based on protocol, etc. You can also export your sniffed log file, which you can probably open with WireShark).
27. SocksProxy Moblware 1.0 (Run a Socks Proxy on your device, provides KBps in and out, I have not tested this application personally).
28. Pocket Speed Test 1.0 by Smartivia (Very nice mobile speed test application, provides your average speed in kbit/s by downloading a small file which is then discarded.)
29. SSH Client mToken 4.3.0 by Choung.net (The best Windows Mobile SSH client I have seen, allows port forwarding, reverse SSH tunnels, SSH Known Hosts, telnet, a complete address book, direct COM port connection (untested), modem TAPI (untested), and a very comprehensive Ping/Trace Route function). Works better and much more stable than PocketPutty, but is a commercial product (Pocketputty is freeware)
30. Penetration Testing Tools TigerSuite 3.0 (Hex Editor ‘File Hack’, IP Subnetter, Remote Trojan Scanner, Host Collaboration, Stealth Scanning, Port FIN Scanner, Session Sniffers, Service Recognition and Verification, TigerSim Virtual Server Simulators, WLAN Scanning with RC Site Query, this last WLAN functionality has not shown to work on the Tmobile Rhodium).
31. wmTorrent Torrent Client (supports DHT (trackerless torrent); PEX (Peer Exchange); plain text and RC4 Protocol Encryption; HTTP Seeding; torrent extensions). This application has not been tested.
32. TxRx Test by Moshe Valenci (Test your network throughput by installing this application on two phones, or a phone and Windows computer, this program will run under MS Windows XP as well.
33. VNC Viewer Enterprise build Oct 5th 2007 (VNC viewer will all options, desktop resizing, etc).
34. VNC Server 1.4.0.0 for Mobiles (Pocketvnc.com, runs as a VNC server on your phone on any port you choose. I do not know of any other remote login utilize for Windows Mobile, but this one is tested and works great! Do you know another remote login utility for Windows Mobile?)
35. zoomVNC 1.00 (Another VNC viewer with advanced zoom functionality).
36. VNC Viewer .NET 1.0.1.17, (Build April 24 2007 by Rocky Lo, yet another VNC viewer).
37. Mobile Web Server (Another mobile web server which will serve on any port, also has a DynDNS client built in, not tested extensively).
38. tinyCAM 0.9.1 by S. Niquille (This will make your phone into a remote webcam, accessible over WiFi or even cellular if you run a reverse tunnel (or if your mobile provider allows direct hosting of services from your phone. It can also upload your shots to an FTP server at predetermined intervals, and even has a camera preview display, just awesome!)
39. WiFiFoFum 2.2.12 by Aspecto Software (View all local WiFi access points with signal strength details and GPS location settings, great tool, but does not seem to see access points which are not transmitting SSID. Can easily export log files with GPS coordinates to a file for later viewing).
40. SSH Client zaTunnel 0.9.2 for CF2 (zatelnet.com) (Use this SSH client to set up a reverse SSH session to your machine with ports forwarded for accessing services on remote machine. I don’t believe this software provides an xterm display like PocketPitty. Also does provides HTTP Proxy support, and Web basic authentication information, keyfiles, etc)
41. Loki Mobile 1.0 by SkyHook Wireless (Find your location without GPS or cellular triangulation by using Wi-Fi positioning (a very interesting concept, unique and different from GPS or cellular triangulation, this uses a large back-end server database of WiFi to physical location mappings. I find this to be super accurate in somewhat populated areas where WiFi signals exist, a crazy cool concept! When I run the program I get an error, I just select Okay, the error disappears, and the application runs perfectly fine, your WiFi must be on though. http://handheld.softpedia.com/get/Travel/Loki-Mobile-38707.shtml)
42. HTC GPS Tool 1.1.1.0 – View Detailed GPS information, including raw NMEA data directly from the satellite feeds. Not useful for navigation purposes (Google Maps is for that), but great for informational GPS diagnostics or just fun GPS details
43. BasicGPS Geocaching 2.60.95 – View number of visible satellites, compass (must be moving), altitude, and GPS coordinates (no navigation)
44. Cain for PocketPC 1.3 by Massimiliano Montoro – Mobile version of Cain and Abel, crack hashes on your phone (LANMAN, NTLM, MD5, Cisco PIX, and many others)
45. Hex Editor EDh 1.3 by winm-soft.atspace.com (Mobile Hex Editor on your phone)
46. SKTools 4.1.21.4 (Optimize your device in every way, check out the spec list)
47. Task Manager 3.1 by FdcSoft (The best mobile task manager I have seen. You get PID (Process ID Number) information, the ability to Register and Unregister DLLs (Dynamic Link Libraries), view CPU usage statistics, running services, and many other things)
48. PocketDOS 1.12.2 (Regular computer (x86) emulation on your phone, install DOS 6.22 and run most DOS software as if you’re running on a 286 machine! Very cool, I’ve read about people being able to run older version of Windows (3.11 or 95) using PocketDOS, you can mount drives, adjust system usage, basically a full 286-type computer on your phone).
49. Total Commander (A great file manager)
50. PowerGuard 1.2 (View your detailed power settings on a bar graph, lots of useful geeky information).
51. Advanced Configuration Tool 3.3.0.0 by Julien Schapman (perform advanced config of your phone, a must have!)
52. RSS Reader pRSSreader by David Andrs (Read RSS feeds)
53. HTC Network Plugin for File Explorer 1.0 – Map Network Drives from your phone. After install will appear under Settings, Connections, ‘Network Plugin’.
54. HTC Wi-Fi Router – Share your cellular internet connection via WiFi (Works for me, but seems to mess up my preset WiFi access points after use, not a big issue).
55. Registry Explorer by SKTools – Registry Editor Windows Mobile.
56. RAR Pocket 3.90 by Roshal – Open Rar zip arhives on your phone.
Folks, this is the list I’ve been able to put together. A simple search of the web will allow you to download and/or purchase all of the listed programs.
PLEASE ADD YOUR FAVORITE ADVANCED PROGRAMS!
Thank you!
CE Reg Edit
Hi, Don't see CEReg Editor by mobisoft on your list.
A nice tool
That's a good addition, anyone have other additions or thoughts?
I would put PE Info (sk software) and devhealth.exe on the list.
When programs are suggested links should be provided imo.
awesome thread btw.
I use VTI Pocket Emulator for my coursework. Saves me from having to lug the old TI-83p around (except for tests of course).
http://www.ticalc.org/archives/files/fileinfo/309/30978.html
Very good list indeed. Could you please provide the links ?
OpenVPN
How about OpenVPN? I use this to connect to my home network
http://ovpnppc.ziggurat29.com/ovpnppc-main.htm