OS 5.2.19971 Build 19971.1.2.6 VPN Gimped? - Windows Mobile Development and Hacking General

Hello all,
Has anyone else noticed that the 19971.1.2.6 WM6.1 Pro build has VPN gimped from a prior WM5 client? I noticed that I no longer had access to do IPSEC and started to do some digging and found that the file sizes for VPN are more like the WM5 roms I have. (haven't yet found an exact md5)
Is it possible this network specific build was built to disable features of the Windows 6.1 VPN client?
Is it possible to just overwrite those windows VPN files to enable this functionality again, or is there another method to enable the new VPN client on this build? The current VPN client only allows PPTP
Thanks,
djspark

djspark said:
Hello all,
Has anyone else noticed that the 19971.1.2.6 WM6.1 Pro build has VPN gimped from a prior WM5 client? I noticed that I no longer had access to do IPSEC and started to do some digging and found that the file sizes for VPN are more like the WM5 roms I have. (haven't yet found an exact md5)
Is it possible this network specific build was built to disable features of the Windows 6.1 VPN client?
Is it possible to just overwrite those windows VPN files to enable this functionality again, or is there another method to enable the new VPN client on this build? The current VPN client only allows PPTP
Thanks,
djspark
Click to expand...
Click to collapse
i just noticed that when i dumped it
im prett sure you can just overwrite them, but i haven't tried yet...
I also found that to be QUITE odd...
good luck

mbarvian said:
i just noticed that when i dumped it
im prett sure you can just overwrite them, but i haven't tried yet...
I also found that to be QUITE odd...
good luck
Click to expand...
Click to collapse
Ok good, it's not just me going crazy. I know that build was made for AT&T so they probably requested the gimping to save on bandwidth. However why they left PPTP in is a bit crazy.
I'm going to try overwriting them and see how it goes, do you have any build you'd recommend me using to overwrite them with?
Thanks,
djspark

djspark said:
Ok good, it's not just me going crazy. I know that build was made for AT&T so they probably requested the gimping to save on bandwidth. However why they left PPTP in is a bit crazy.
I'm going to try overwriting them and see how it goes, do you have any build you'd recommend me using to overwrite them with?
Thanks,
djspark
Click to expand...
Click to collapse
i like 19202 build (at least that's what I think it is), it comes from the 3.29 kaiser rom that is obtainable from here:
http://wiki.xda-developers.com/index.php?pagename=Kaiser_ROMs
let me know how it goes

mbarvian said:
i like 19202 build (at least that's what I think it is), it comes from the 3.29 kaiser rom that is obtainable from here:
http://wiki.xda-developers.com/index.php?pagename=Kaiser_ROMs
let me know how it goes
Click to expand...
Click to collapse
That's actually the one I had, chose it since I was able to download the MS 6.1 emulator with that build. So I figured if MS uses it for their development emulator it's safe for me.
I ran into a problem though, I'm unable to overwrite the file or change it in anyway. I assume this means I'll have to rebuild the ROM? (sorry a bit new at the whole rom/cooking)

Ok, all of the files named like: ipsecvpn are all for the windows mobile management server to send policy to the phone to require it to communicate over a VPN connection. So replacing those did nothing to enable the connection manager's options for IPSEC. Trying now to figure out which files need to be overwrote to get the connection manager enabled with IPSEC. I am a bit worried that maybe this is just a reg key :-/

Does anyone know what file represents the connection manager in WM 6.1?

Related

Putty for Wizard HERE with port selection

i everyone, this is my first post here, and since i found lot's of info about this device, i think it's my turn to make a "donation", since i've been searching for a free SSH client with port selection for WM2005 and was not able to find it, i just downloaded tthe Pocket Putty Development SVN and compiled it from source, it's tested and working, and here it it
Please leave comments and keep up the excellent work everyone
Thanks, could you descibe what it does. What is a SSH client?
devilboy1488 said:
i everyone, this is my first post here, and since i found lot's of info about this device, i think it's my turn to make a "donation", since i've been searching for a free SSH client with port selection for WM2005 and was not able to find it, i just downloaded tthe Pocket Putty Development SVN and compiled it from source, it's tested and working, and here it it
Please leave comments and keep up the excellent work everyone
Click to expand...
Click to collapse
Thankyou very much - the lack of port selection was a major PITA for me with putty
meschle said:
Thanks, could you descibe what it does. What is a SSH client?
Click to expand...
Click to collapse
a secure shell client is like a terminal client, for example : you need to do some admin work on your linux server, until now there wasn't any GOOD ssh client for the Wizard, some lacked port selection some lacked protocol compat, this one has them all.
thanks devilboy for explaining that
awsome, thanks!!
So how do you do an ESC on these WM5 soft keyboards or wizard keyboard? Doing a "vim" session is very hard without ESC.
So how do you do an ESC on these WM5 soft keyboards or wizard keyboard? Doing a "vim" session is very hard without ESC.
http://pocketputty.net/
devGOD said:
http://pocketputty.net/
Click to expand...
Click to collapse
yep i downloaded the svn from there but...
WM5 compatiblity (not yet tested) -> is now tested coz i compiled it and i'm using it
and btw, their binaries don't have port selection, this one does, since it's a build from the latest development source
about the esc thingy, never tried it but i'll see what i can do
When you say port selection, do you mean the ability to choose something other than port 22; or do you mean the ability to do port forwarding through the SSH connection?
I'd love to find a free SSH client that can do port forwarding so I can reach my OWA page (my company places OWA behind the firewall and will only do push e-mail to treos w/goodlink).
Thanks for posting this!
PHAT ****!!
I use (Pocket) Putty a LOT. I didn't actually miss the exclusion of port selecting in the "normal" version, but now that I have the availability, I sure will use it
Thanx!
100Tbps said:
When you say port selection, do you mean the ability to choose something other than port 22; or do you mean the ability to do port forwarding through the SSH connection?
I'd love to find a free SSH client that can do port forwarding so I can reach my OWA page (my company places OWA behind the firewall and will only do push e-mail to treos w/goodlink).
Thanks for posting this!
Click to expand...
Click to collapse
yep, that's it, you can select something other than port 22
bartour said:
So how do you do an ESC on these WM5 soft keyboards or wizard keyboard? Doing a "vim" session is very hard without ESC.
Click to expand...
Click to collapse
i tried with CTRL-C and it also worked
Anyone figure out how to get the up and down keys working correctly in VI?? Works fine in the shell, but VI goes into insert mode and starts inserting junk characters.
It must be the TERM setting, but I'm not figuring it out. Any ideas?
bartour said:
So how do you do an ESC on these WM5 soft keyboards or wizard keyboard? Doing a "vim" session is very hard without ESC.
Click to expand...
Click to collapse
You can map it using PQZII which may be found somewhere in the forums or at http://www.nicque.com/PQz/.
Just reflashed my wizard and gonna test it l8r, and i'll post feedback l8r too

Tethering in linux [SOLVED]

I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Now I want to tether. I have noticed under wm6, the wmodem app is in \windows folder, but it will not start. I know you used to have to enable it via a ## code, but it wont work on the 6800.
So I either need to figure out how to get the wmodem app to work under wm6, so i can have the phone emulate a modem. Or, the second option being to possible use ndiswrapper to use it, since it does show up as a generic rndis device, and under my system as soon as i plug it in (with adv net. function tab checked under connections>usb to pc) it shows up as an ethernet device.
Please linux users jump in and lets figure this out!!
I'm not a big linux user, but this would be very good to know!
I know they tethered the iphone by setting up some sort of proxy on the phone then tethering via wifi,surely this could also be possible using windows mobile given the right app. Please dont tell me im the only linux user out there that cares!!
BTW.. the iphone runs a modified *NIX/BSD im jealous
EDIT: I have also been successful in use the program 'synce' to initiate an activesync connection with the pda. Doesnt pdanet tunnel through a connection like this?? surely there are some fancy iptables or route commands to accomplish this in linux.
USBModem
USBModem is supposed to be able to work with Linux.... There is a free trial to check out.. I'm planning on using it once the Asus Eee comes out..
http://www.mobile-stream.com/usbmodem_wm.html
usbmodem will only give you some dialup scripts which wm6 DOES NOT supoport over usb. I did however solve my problem. The svn version of synce's usb-rndis-lite is the holy grail.
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Click to expand...
Click to collapse
Can you post the resources you used, or the steps you took, to accomplish this? I'd like to tackle that problem before getting into tethering.
I see the device in dmesg as an RNDIS device (not handled by the ipaq module), but then I can't get multisync or synce to do anything with it after that. All I need to do is save my contacts, and be able to transfer files. I'm going to be replacing my Mogul soon, and I'd like to be able to restore everything once I get the new one. But in my apartment, windows machines are a rare commodity.
Can you post a wlkthrough as I joined the site for practically this very reason. Thanks in advance
J
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Now I want to tether. I have noticed under wm6, the wmodem app is in \windows folder, but it will not start. I know you used to have to enable it via a ## code, but it wont work on the 6800.
So I either need to figure out how to get the wmodem app to work under wm6, so i can have the phone emulate a modem. Or, the second option being to possible use ndiswrapper to use it, since it does show up as a generic rndis device, and under my system as soon as i plug it in (with adv net. function tab checked under connections>usb to pc) it shows up as an ethernet device.
Please linux users jump in and lets figure this out!!
Click to expand...
Click to collapse
i'm going to guess you can follow this guide but use the svn steps for the driver
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_(usb-rndis-lite)
Anyone know how to BROWSE the contents of the HTC 6800/MOGUL on Ubuntu? I dont even want to sync, i just want to browse the contents of my Device & Storage card on my phone...
Cant seem to figure this out, SYncE doesnt seem to work for me...
please help
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
I have been searching for a way to get my 6800 to sync if you could help point in the right direction that would be great thanks. all i can find is how to get wm5 phones to sync
Click to expand...
Click to collapse

Internet sharing on WM5 with Wifi and proxy

I have wm5 with an old rom ... no ICS
After reading a lot
I thought that I try http://www.pocketpcmag.com/blogs/index.php?blog=3&p=453&more=1 and
http://www.pocketpcmag.com/blogs/in...tting_up_a_bluetooth_personal_area_net&more=1
HTTPSnoopProxy.class file, copy it to, say, the root of your "access point" Pocket PC and get a decent Java Virtual Machine (I recommend CrEme 4.00 because of its superior speed, reliability and moderate memory consumption).
Install CrEme on the device that you would like to act as the Bluetooth Access Point. Then, on the same PDA, write a link file that invokes CrEme on HTTPSnoopProxy.class.
The link file will be, assuming you install CrEme in the main memory, as follows:
255#"\Windows\creme\bin\CrEme.exe" -Ob -classpath \ HTTPSnoopProxy 8080
To make your life easier, I've uploaded an example file here – you only need to put it in, say, \Windows\Start Menu\Programs so that it's easily accessible. It, again, assumes that CrEme 4.00 is installed into main memory and HTTPSnoopProxy.class is copied to the root directory of your PDA. If not, you must modify either the path to CrEme.exe or the parameter of -classpath.
Then, just set up a Bluetooth PAN network and find out the IP address of the "server" (the "Access point") PDA
Click to expand...
Click to collapse
But I have a MS BT stack not sure if this Widcomm version is trouble free
http://forum.xda-developers.com/showpost.php?p=1072773&postcount=72
http://forum.xda-developers.com/showthread.php?p=1073003&posted=1#post1073003
http://forum.xda-developers.com/showthread.php?t=285696
using the HTC_PCM_Routing dll and is now using a custom dll. By using a custom dll I have complete control over the processing and can pass the multiple IO control calls need to get the audio routed. You may notice a funny icon in the phone app while audio is routed, I think this is tty mode (not sure), but, it works to do what I needed. Also, I have not messed with Voice Command activation yet, but, I do think that should be possible. I have not hard-reset tested this cab so please let me know if there are any issues. I also moved serial5 to serial9, so you may have to manually delete the serial 5 driver keys. After installing the cab if it does not work correctly, make sure the widcomm/plugins/handsfree/audiosetupdll says SD_PCM_ROUTING.dll
I'll also attach that dll separately for those who just want to replace the key and dll.
One note, the audio routing is full time, once activated all audio all the time will be routed.
,Dave
Edit: State management has been corrected, updated to v.03.
,Dave
Click to expand...
Click to collapse
I found The fluxist WiFi Hack -
These instructions will allow you to connect to the Internet connection on your Hermes via WiFi. Essentially, you will be turning your Hermes into a WiFi access point.
Click to expand...
Click to collapse
http://wiki.xda-developers.com/index.php?pagename=Hermes_accesspoint
So I wondered if The fluxist WiFi Hack could work with the proxy not sure how best to proceed.
Is it better to run the proxy and install the widcomm stack
or try to adapt the fluxist WiFi Hack to work with the proxy
or just to give up and wait until I falsh wm6 (i'd rather not go this way)
Can anyone provide a step by step on getting this to work?
starfish_001 said:
I have wm5 with an old rom ... no ICS
After reading a lot
I thought that I try http://www.pocketpcmag.com/blogs/index.php?blog=3&p=453&more=1 and
http://www.pocketpcmag.com/blogs/in...tting_up_a_bluetooth_personal_area_net&more=1
But I have a MS BT stack not sure if this Widcomm version is trouble free
http://forum.xda-developers.com/showpost.php?p=1072773&postcount=72
http://forum.xda-developers.com/showthread.php?p=1073003&posted=1#post1073003
http://forum.xda-developers.com/showthread.php?t=285696
I found The fluxist WiFi Hack -
http://wiki.xda-developers.com/index.php?pagename=Hermes_accesspoint
So I wondered if The fluxist WiFi Hack could work with the proxy not sure how best to proceed.
Is it better to run the proxy and install the widcomm stack
or try to adapt the fluxist WiFi Hack to work with the proxy
or just to give up and wait until I falsh wm6 (i'd rather not go this way)
Can anyone provide a step by step on getting this to work?
Click to expand...
Click to collapse
First, do you want to share your Wi-Fi or GPRS connection? It's only in the former case that you'd need the first (Java) app; with the latter case, go for the "hacked" one.
Thanks - i like to share my 3G/Gprs with my laptop ideally.
I'm guessing that I still need the proxy as I have a rom without ICS built in
WIFI to Bluetooth
First of all please don't mind my simple English.
I want to know if it's possible to do something similar.
Except:
My Device(HTC Wizard WM6) is connected to Wifi accespoint or using Desktop internet from USB.
can I share this connection over Bluetooth?
so my other mobile can use Wizards internet.
Internet from as desktop --> HTC Wizard --> BT on other mobile.
or
Wifi Accesspoint --> HTC Wizard --> BT on other mobile.
thnx.

UpToDate fix with Full working Internet Explorer 6

Hi,
This is my first post and hopefully it may be helpful.
I have created a nice solution in order to run both UpToDate and Internet Explorer 6.
This solution was originally posted in this thread, but as long as this may not be visible, I have started a new thread
What you will NOT need
1) You will not need Fix UpToDate by doctorcete.cab
2) You will not need to cook your own rom
What you will need
1) Fix IE.cab
2) The files, which are attached at the end of this post.
Instructions
There are 2 different versions.
Version 1 - Best - If you use MortScript
1) Use the two .mscr files.
2) Each of those files contains a registry modification and after that it executes Uptodate or IE respectively.
Be careful: If you installed UpToDate in a different location than the default you should manually open and edit the file UpToDate.mscr and replace "\Program Files\UpToDate" with your installation pathway. (You can use Notepad to open the file)
3) You can use these files to launch the applications instead of the default shortcuts.
2nd version - If you do not use Mortscript
1) Use the 2 reg files
2) Before opening each application, run the corresponding .reg script
3) Files are universal independent on your installation location. Therefore no change is required.
I hope you enjoy.
Step2p
I can only launch it trhough mortscript then, not the default shorcuts right? or am I missing something?
@doctorcete
You should build new shortcuts pointing to mscr files.
If you want to have also the correct image on those shortcuts, you can download the file attached.
UpToDate shortcut will only work if it is installed in the default location (/Program Files/UpToDate)
If you have another installation location, you should manually edit the shortcut and fix it accordingly.
EDIT: If you want to use these shortcuts place the mscr files in folder "/Program Files"
Step2p
I don't want to hijack this thread, but has anyone been able to find a hack to increase font size within UpToDate?
good work step2p, it works alright with the shortcuts, congrats!, im very happy uptodate is finally getting some attention (after 6 or 7 months since the problem was discovered). Thank you!....
Fix UpToDate by doctorcete.cab
Dear All,
I still prefer to use Fix UpToDate by doctorcete.cab. I don't like IE6 any way. The simple solution is to run Fix UpToDate.cab. You can set Opera as you non-default browser, and Opera still works fine.
so what does this do? use PIE as the manilla internet browser???
what i imagined it would do is make PIE better with zoom, so might be able to zoom a bit better and it might be a bit faster? can anyone explain to me please?
Thanks
UpToDate is an Electronic Medical Database for Medical Drs
If your are not a Medical Dr. You don't need to read this thread
good job... it works nice.
Good evening to all,
I know this is not the appropriate thread to post this but i do hope to get some help
I have installed a trial 17.2 on my pc.does anyone knows which file is held responsible for expiring the trial version in the registry?
cheers
V
how can i check the version of IE?
Don´t mind the version of IE. If UpToDate works out of the box (without any hacks) then you do not need this. If it doesnt work. Follow the steps as described above on the first post, Then it will work.
great work guys. any way to have finger scrolling work?
Hey,
Just wanted to say that UpToDate works perfectly without needing any fixes if you access it through a proxy connected to your medical school, assuming that's an available option. It doesn't work using opera but does with IE, including zooming, etc.
well that's if you use an internet connection be it a data connection or wifi. this discussion is about uptodate completely on the phone (flash card) requiring no internet. thanks though
goldsfool said:
Hey,
Just wanted to say that UpToDate works perfectly without needing any fixes if you access it through a proxy connected to your medical school, assuming that's an available option. It doesn't work using opera but does with IE, including zooming, etc.
Click to expand...
Click to collapse
yooeee said:
well that's if you use an internet connection be it a data connection or wifi. this discussion is about uptodate completely on the phone (flash card) requiring no internet. thanks though
Click to expand...
Click to collapse
Oh, I assumed it still connected to the internet to access some kind of database. So this program alone contains ALL of the information that's available online!?? That's pretty amazing if it does, especially if it updates with new articles. I'll have to look into this now...
Yeah, it's huge >2GB. If you subscribe, there should be an option for them to deliver a DVD to you for you to use with your Palm/Windows Mobile device. UpToDate updates periodically, currently it's version 17.2. Articles are not updated on a rolling basis, but rather in increments corresponding to new versions. The flash card version actually does not update automatically. So whatever version you initially received, it'll remain that version with the same articles. The only way to update articles is to get the new version. Fortunately, the updates do not occur that often and medicine doesn't change drastically between versions.
goldsfool said:
Oh, I assumed it still connected to the internet to access some kind of database. So this program alone contains ALL of the information that's available online!?? That's pretty amazing if it does, especially if it updates with new articles. I'll have to look into this now...
Click to expand...
Click to collapse
many many thanks to all of you
thank you doctorcete ur fixes worked on omnia
and after applying the fixes I've downlaod this file
XDA WM 6.1 P.I.E for WM6.cab
now uptodate17.1 works and I.E 6.1 works
Ok, I haven't gotten this to work. I'm not quite sure what to do with the files. I'm using a Sprint Touch Pro. I placed both files in Programs/Mortscript. I can get everything up, but when i go into the drugs and press headings, it freezes. Any advices?

Getting around Great Firewall of China with WM 6.5?

Greetings!
I've been looking for quite some time now for a way to get around the Chinese firewall on my phone. I have a paid VPN tunneling account that I use on my desktops but have had no luck getting my phone to access it. I tried openvpn client here but the program won't start on WM 6.5 (Energy Rom), all I get is "Default Ime" displayed in the upper right corner of the screen and nothing else. I've got the config, cert, ca.cert, and key files from my vpn service, but can't get the darn program to start to import them or initiate a connection.
Is there another way to do this? I really miss the Facebook integration (facebook blocked in China), YouTube (blocked), and Skype (blocked)....anyone had success with this client on WM6.5? HELP!!
THANKS!!
Am I really then only person who wants to use something like ultravpn on their Wm phone?
RealVNC makes a Mobile Viewer
you need to turn off the TouchFlo3d to see the openvpn icon
Start->Settings->Today and disable TouchFlo3d
A bit of a pain in the arse
Am still trying to get it work
Yeah, I found that. Have been getting down into the nitty gritty of the config file, I think I've got it sorted out and will be posting up here this weekend when I get some time to test. Thanks!
I am not sure if my issues are TAP Vs Tun issues. Hoping that I get to the pub early enough this weekend to get it sorted.
I sorely miss hulu.com- took them a while to twig that that the 194.xxx.xxx.xxx range was t-mobile UK.
BTW who do use for your VPN acc?
I have just signed up for a vpsville.ca openVpn account. Great price and they seem to be reliable- btw google for life-time discount codes.
Any progess with this? I have gotten to where I can get the client to connect to my vpn server and request my login info, but no dice getting the phone to route traffic through the vpn tunnel.
I've been using torrentfreedom but am looking to change as they have become REALLY unreliable lately. THanks for the tip on what you're using, checking them out now!
I hope we can get this working!
To be honest I've been too busy to play with the config files.
Forgot to mention that the vpsville.ca option is a vps server that you are allowed to run openvpn (or any other software that you want). The T&Cs say that it must be private use but I believe that you plus a friend or two on openvpn would be ok.
I like their refreshingly honest approach- unlike the those of firms/rackets such as fasthosts.co.uk.
vpsville say that you can pretty much do whatever you want so long as it is legal. I believe that they had a major ballsup last year but I have been with them for 6 months, a UK vps and a more basic USA vps and have been very happy.
Set up is pretty straight forward with root access- they have templates- if you (decide to go with them and) need help I can assist- although a Linux noob I had no real problems. Incidentally I dont need to log in with passwords etc as the set up is my own.
EDIT+++++++++++++++++++++++++
BTW what is your avatar- dont think I have seen it before- never studied archaeology
Remove openvpnmgr.lnk from Windows\StartUp folder
I got around this by removing the openvpnmgr lnk file from Windows\StartUp folder - seems like there are some bugs with the openVPN manager running on wm6.5 (it was even buggy in wm6.1) on my Sprint Touch Pro2.
any luck so far
hi guys..
were u successful in bypassing the firewall??? im also in china and tryiing to do exactly the same thing as u guys..
did u get openvpn working????

Categories

Resources