I have created a new Windows Mobile application to wake up hosts in a network or over the Internet. Your networkcard and/or PC must support AMD's Wake-On-Lan (WOL), most networkcards and PC's do support this nowadays.
Features
Use Win32 Sense SDK.
Sources files available!
Stores hostname, MAC address and port number using registry.
Wakes up a host in a local area network (LAN) or in a remote area network (WAN)
Support for all screen resolutions
Requirements
A Windows Mobile 6 Smartphone or PocketPC device with access to WAN (wifi/3G/GPRS...)
Computers in your network that support Wake-On-Lan
Change log
V1.3
Uses the latest Manila's SDK V1.3 which improve speed and landscape compatibility
Correct a bug when using WIFI
Add some informations (IP of device & resolved host)
"
Hi,
anything like it exist already.
http://forum.xda-developers.com/showthread.php?t=695524
with friendly greet
starbase64
Thank you, I hadn't seen this program before... However, there are some differences as the use of the win32 SDK and the availability of sources.
I hope someone will find the sources usefull
I really need this.. and have no idea what to do. unfortunately, i can't forward a port for a broadcast address in my LinkSys WRT160N.
anyone knows how to set this up?
Set up LinkSys
Hi,
Try to setup your router without the broadcast, sometimes it works... For example, if your PC's IP is 192.168.0.10 and your extern LinkSys's IP is 80.32.3.4, try to set up your router like this :
UDP forwarding:
in port: 12345 for example (you can use any number below 65535)
out IP: 192.168.0.10
out port: 9 (or 7 depands of your hardware)
Then in my app, the host IP will be 80.32.3.4 and the port 12345...
I hope it will be OK...
which app works best?? because there is 2 of these circling around these forums.. and i'm going to use the best one... which is more user friendly? and has the least amount of router input work?? either that... or will the op be so kind and kinda hold my hand and walk me through it via PM?? i will gladly sport your appication
The other application can save the configuration of multiple computers while mine only records one...
Also, mine is not based on dotNET so is slightly faster...
@nir36:
You could also try to use a smaller subnet/range. My router won't allow to forward a port to 192.168.0.255, but I changed the subnet mask to 255.255.255.224 and so the range is from 192.168.0.1 to 192.168.0.30 with 192.168.0.31 being the broadcast address for that range and which I can forward the needed port to.
You can use a subnet calculator if you need more or different IP addresses (do a search for subnet masks on google)
@ProjektFuze:
Least router input work ?? You have to setup your router/computer the same, the program just takes the public IP address, MAC address and port and sends a packet which is the same for both.
I would say WOL everywhere is more complete but this app here is more straightforward if you need it for only one computer...
Thanks for sharing!
Hi, great App and it suits my need perfectly! Almost...
I cant get it to work over GPRS/3G, only on Wifi!
Is that how it should work or do i have wrong settings somewhere, cant find any settings!
Thanks
/Andreas
Pain123 said:
Hi, great App and it suits my need perfectly! Almost...
I cant get it to work over GPRS/3G, only on Wifi!
Is that how it should work or do i have wrong settings somewhere, cant find any settings!
Thanks
/Andreas
Click to expand...
Click to collapse
It should work with 3G... It's probably a router problem !
When using 3g, the IP you set in my app must be a public IP (not 192.168.X.X) and if you have a router, you should tell him to route the packet to your local IP...
If you don't understand (English is not my native language), tell me more about your problem.
Hi!
It is not a router problem, my HD2 cannot even connect to internet in the program, and by an app in android it works perfectly so it is not in my router or computer... Can it by some issue with my rom?
Artemis 31,5
WM 6.5 23576.5.5.0
Manila 2.5.20183025.0
Radio 2.10.50.26
/Andreas
Strange...
When you are allready connected to internet, is the button enabled ?
I have a friend which have an HD2, I will try with his device and post here tomorow... Maybe another application prevents the connection...
I've tested my app on the HD2, and no problems...
My app should show your IP when connection is found. Try to:
-unconnect from 3G and launch wakeonwan. My app will normally trying to connect using 3G. Is this step OK?
-Connect your phone and launch wakeonwan. My app will normally trying to find your IP. Is this step OK?
No, neither works! It only say "Cant connect to internet"! It´s only on Wifi it connects... :-S
Ok, I will try to change the connection process and update it...
To understand the problem, what is the real message printed ?
Can't establish connection to web...
Can't find web connections...
Can't retrieve available connections...
Can't find your IP address...
An other question: is the app searching for a connection or the message is directly printed?
Thank's
Ok, can you try this version ?
remplace the old .exe with this version in /program files/WakeOnWan/
It´s the first one, Can't establish connection to web.
And i will try out the file you posted...
Pain123 said:
It´s the first one, Can't establish connection to web.
And i will try out the file you posted...
Click to expand...
Click to collapse
OK, I'm waiting for feedback
I have Desire. Try to create VPN connection to my work net over 3g, GPRS or Wi-Fi. Tunnel creation is succesful. It's working perfect for 15-20 seconds then nothing. No any warnings in Phone. VPN Server says it's OK. But net resources and RDP connections are unavailable. I'm using IPsec/PP2P protocol. Server with Win2k.
Also try to connect to another VPN server (router). Same result in such different situations
Same problem here. Using hideipvpn.com service. No internet connection when connected to vpn
up? Somebody help pls
Old WinMo works excellent but my new Android doesn't want
I've noticed this little bug on cyanogenmod (any version) that when I connect to its hotspot, windows ALWAYS asks if its a home, work, or public connection as if its a new router I'm connecting to. It doesn't happen with the wireless tether app but then I have two hotspot icons on top and that's annoying. Is there a fix for this?
sent from my Evo on Americans REAL largest 4G network
...that's not a bug with the hotspot. That's Windows not recognizing the network properly. If anything, (and I haven't checked this myself) the hotspot uses a new class-C private network each time it's ran, and because of that Windows doesn't recognize it (Because Win looks at the default gateway and DNS servers, as well as the subnet, rather than the MAC address or anything else).
Hmm.. its only happened to me running cyanogen that's why I assumed its the rom. Do you by any chance know how to go around that?
sent from my Evo on Americans REAL largest 4G network
Hi,
I'm stuck for a while without internet access except via 3G. I've got a dev phone running the Mango beta 2.
I was wondering if anyone had an idea about how I could make a proxy server or any other kind of tethering for it.
I was looking to use HttpListener or Sockets.Listen but both are unavailable for the phone.
I thought I might have to make a server application for the laptop that has a proxy server listening port and a phone listening port then have an application on the phone that connects to the server app. Once established, pass requests on from the laptop app to the phone app and get the phone to do the requests.
Unfortunately, my knowledge of how to do this over sockets is limited and if anyone could give me some advice I'd be grateful.
Cheers
Depending on which phone you have it might be possible to switch into teethering mode in the MFG app (usually installed by dialing ##634#).
HTC 7 Trophy .. I'm not aware of a way to use tethering on that.
PhantomNZ said:
HTC 7 Trophy .. I'm not aware of a way to use tethering on that.
Click to expand...
Click to collapse
Do you have a old Windows mobile 6.5 device sitting around ? Then for the temp window you need it, switch ESN/SIM to your 6.5 device, wi-fi teather, then swap back ESN/SIM when you need it...
Depending on your carrier....I know with Verizon, I can change hardware on-line
I'm unaware of how the network stack works in WP7.
If you're connected to WiFi, in your application can you choose to use 3G or WiFi? Maybe there are some P/Invoke calls you could do?
If so, then connect your phone to a router ... same with your laptop. Then relay HTTP(S) between the two connections.
Otherwise, we'll need to be able to execute native applications.
Hello,
i've come from this thread thread
I have a galaxy nexus running stock android 4.2.1 with a very peculiar problem. From time to time i have trouble accessing a certain website if i try from wifi or from mobile connection it doesn't matter. If i restart the device the website works without a problem. It was a very odd problem and kept bugging me so i tried to focus on finding the real cause. After a lot of try and error i managed to arrive at this situation:
I have at my disposal 3 different wifi networks (lets call the wifi-1,wifi-2,wifi-3) and mobile broadband connections.
after a reboot of the phone (just to have a clear state) if i connect to wifi-1,2 or mobile conn the website works OK. if i connecto to wifi-3 the site also works OK but then after i disconnect from wifi-3 and connect to any of the other wifi-1,wifi-2 or mobile conn it doesn't work anymore. If i connect to wifi-3 again it works fine on that network.
I've connected to the phone using connectbot and checked the ip address and different params. and i simply can't get a ping to that website. a similar website located in the same subnet but on a different IP still works.
So what could happen on the network layer on the phone to stop working the connection to a certain IP?
Where could i find some info about how to debug IP networking issues on android 4.2.x
PS: I control both the phone and the servers that i'm trying to reach and can't see any traffic coming from the phone on the server.
PS1: I couldn't reproduce the issue with android 4.2.2 only with 4.2.1 (i've also tested android 4.4.4 and couldn't reproduce) i've tested 2 different phones with 4.2.1 and the problem reproduces.
PS2: IPv6 is disabled on wifi networks
PS3: all networks use different ip address classes and the IP changes accordingly. i was able to reproduce the issue only with a specific website/ IP
I was hoping someone would have answered you here.
Let me ask you this. Can you do process of Elimination ?
Choose a different Web such as this site http://forum.xda-developers.com
Next Connect the phone to each network and the Data in turn. Each time, first wipe data to the Browser on your phone. Go to the website. See if it loads and interacts well. (Go to some forum or log in etc.)
Switch to the next network and repeat. Let me know how that goes.
Next find a computer and have it do the same thing with internet Explorer. Clear IE's cache data each time. See how that goes as well with this site as your test site.