wm6 acceptance of unsigned certificate for wifi - Wing, P4350 Herald Upgrading

Well, whenever I'm at school, I need to change the wifi setting (on my computer , at least) to accept an unsigned certificate, because the school apparently doesn't think much of getting it certified so that a bunch of people can actually log on.
So I'm posting this in the hope that someone knows the registry value to edit, to allow for unsigned certificates that are given out by a server on a wifi connection in a domain.
To mods: Might need to be moved as it's perhaps not Herald Mobile 6 in specifict, if so please do so.

Debdrup said:
Well, whenever I'm at school, I need to change the wifi setting (on my computer , at least) to accept an unsigned certificate, because the school apparently doesn't think much of getting it certified so that a bunch of people can actually log on.
So I'm posting this in the hope that someone knows the registry value to edit, to allow for unsigned certificates that are given out by a server on a wifi connection in a domain.
To mods: Might need to be moved as it's perhaps not Herald Mobile 6 in specifict, if so please do so.
Click to expand...
Click to collapse
I second this request. Having to run an open AP is bad mojo.

What, nothing? Noone has any clue if this can be done, or how to do it?

Related

Figuring out ICS(NAT) capabilities for PC-to-GPRS connection

I can successfully use the machine as a modem on 2003SE, but like you, so far it has been a no-go to use it as a modem under WM5.
Then I thought:
Is that the ONLY way to make my PC use the GPRS connection to browse the web?
NO!
Windows can do ICS (Internet Connection Sharing) since windows 98, and windows mobile is a Windows CE tailored for, well, mobiles.
I digged into MSDN looking for info on whether CE had ICS capabilities or not. Turns out YES, it has.
Now, if we can find out how to enable it, we can make a BT PAN to the PC, and use the routing/NAT capabilities of CE/WM5 to browse the web.
Now, look at this, which I got on MSDN, my comments are in italic:
<snip>
Microsoft Windows CE .NET 4.2
Enabling NAT
The following steps show how to enable NAT for a Windows CE-based device using IPv4.
To enable NAT
1. Enable IP forwarding by setting the HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms\IpEnableRouter registry key equal to 1.
2. Set the HKEY_LOCAL_MACHINE\Comm\ConnectionSharing\EnableAddressTranslation registry key equal to a non-zero value.
3. Set the HKEY_LOCAL_MACHINE\Comm\ConnectionSharing\PublicInterface registry key to the public interface on which you want to enable NAT. now, where do I find THIS value?-->This value should contain a string that indicates the adapter instance for a network card, or that indicates the RAS connection name for a dial-up connection.
Now the key is where do we find the 'adapter instance or RAS connection name', so that we can try this solution.
NAT mappings expire after a certain amount of time if the mappings are not used. The default expiration time is 24 hours for TCP connections, and 1 minute for UDP mappings. You can configure these expiration times by setting registry subkeys contained under the HKEY_LOCAL_MACHINE\Comm\IPNat registry key.
The following table shows optional registry subkeys that you can use to configure these expiration times.
Code:
Code:
Subkey Description
TCPTimeoutSeconds_ Specifies the amount of time before TCP mappings expire in the NAT, if the mappings are not used.
UDPTimeoutSeconds Specifies the amount of time before UDP mappings expire in the NAT, if the mappings are not used.
</snip>
Which can be found here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceics/html/ceconEnablingNAT.asp
The advantage of this solution is that we won't have to stop using the PDA and opening a program to make a notebook navigate the web while on the move. In short, we cut off some bureaucracy from our connection management.
Other links:
Enable/disable packet filtering, might be nneded to change...
http://msdn.microsoft.com/library/d.../en-us/wceics/html/_wcecomm_Packet_Filter.asp
ICS:
http://msdn.microsoft.com/library/d...html/_wcecomm_Internet_Connection_Sharing.asp
I'm looking into this now. It's possible the device name needed for the registry is similar to windows naming i.e. a string. For example, on my pc here I have several interfaces listed via "ipconfïg" such as "Ethernet adapter BT". When you manually drop/request an IP using this command, you use this string as a parameter (quoted IIRC). Looking in vxUtil under info we have several possible candidates. The seems to be a naming convention in all of the names listed with a " - " separator and two parts. Some don't have the latter part so it's a possiblity that it's vxUtil that's printing them like that and we only need the alternatives.
However, vxIpConfig has a drop-down list with all of the active connections that may seem like a better candidate for these values. I note that the BT one is "BTPAN1". The number suggests to me that these are unique values.
Here's what I think may be a possibility (from vxIpConfig):
WiFi: tiacxwln1
BT: BTPAN1
GPRS didn't appear in ipconfig even while I was downloading mail. According to vxUtil, the "current IP" listed was the same as the one listed under "Cellular Line". Hmm, not sure about that one.
Using either method, the wifi and BT ones are the same. I'm going to try this first as it should be easier.
Another thing; along with the key "Public Interface" in the registry, there is also a "Private Interface" key that may need set. The unset value may mean "all" however. That probably isn't desirable in the long term.
WRT to the packet filtering, the default on win2000 and pre SP2 XP for the basic network filter is "allow all" as far as I can understand. We probably want to switch that off just now.
I'm experimenting with a setup just now. I've got the laptop connected to a BT pan network to the phone. I've got the phone hooked up to my wifi network which routes to the net. Once ICS is running, all I should need to do is launch a "route add" command on the laptop to instruct it to send traffic to unknown networks (the default route) to make it go via BT.
If I can hit www.google.com's IP we are over the biggest hurdle. Let's see how it goes, will post back after playing around.
Once done, we don't need to bother with a dhcpd as I suggested in the other topic. That's done for us by the BT pan. However, I'm not sure if it deals with DNS so I recommend that if anyone is trying this that they stick to hitting remote ip addresses only. That's the first step that needs to be established. The phone may need a default route set, but I suspect that will be done if you can already route out over the wifi network.
EDIT:
OK, no success yet. Setting IP address manually on the BT PAN allowed me to ping the phone. The default route was set to the BT IP and the pc attempted to connect over that interface. As far as I could tell from the (limited) msdn docs on this topic, I had it enabled. I also tried changing "disabled on boot" to "0" with no success.
With the BT interface on the pc set as DHCP, I could not get an IP. According to http://msdn.microsoft.com/library/d...en-us/wceics/html/_wcecomm_dhcp_allocator.asp , the mini dhcp server is limited but to be honest it seems to have most of the options you'd expect from an ICS one, even going so far as allowing static hostname/ip allocation. Interesting, that's a useful feature. I mention this because I could not get an IP. I suspect that the problem is that I simply haven't enabled ICS at all.
Are there any applications that anyone can think of that use ICS internally? ActiveSync probably does, but it'll be the pc doing the dhcp bit I'd presume. How about someone who has BT/GPRS running on another device? Can they share their related registry settings (while connected) for the keys that joe mentioned? What would be best would be the whole set of keys for:
HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms\
HKEY_LOCAL_MACHINE\Comm\ConnectionSharing\
Re: Figuring out ICS(NAT) capabilities for PC-to-GPRS connec
Brazilian Joe said:
Are there any applications that anyone can think of that use ICS internally? ActiveSync probably does, but it'll be the pc doing the dhcp bit I'd presume.
Click to expand...
Click to collapse
Actually I think it is the other way around: The BA assigning an IP address to the PC.
If I look in the IP config after I connect my BA, I see this:
Code:
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Windows Mobile-based Device #2
Physical Address. . . . . . . . . : 80-00-60-0F-E8-00
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 169.254.2.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 169.254.2.1
Lease Obtained. . . . . . . . . . : Thursday, September 14, 2006 11:15:37
Lease Expires . . . . . . . . . . : Saturday, October 14, 2006 11:15:37
What would look to me that the BA is the DHCP server.
Looking in Settings\Network Cards on the BA, I see the Network card "Remote-NDIS Host" is in use with the above IP address.
So, maybe there is (limited) DHCP server allready in the WM5 OS? I guess the OS gurus may know the answer about it.
There is a mini-dhcp server, it's listed in the docs. Yes, looks like the BA is doing it under ActiveSync like you say. I'll take a look tonight at the reg keys while I've got an active activesync session going. However, using activesync doesn't enable ICS on the phone I'd imagine, so perhaps they are separate systems. I was presuming they were part of the same thing in the same way that ICS works on 2000/XP.
The DHCP server isn't required, but it saves you having to deal with manually adding routes and DNS servers. By the way, the docs also make mention of a DNS proxy which we'll need to deal with eventially.
hmm... there's a small app (Internet sharring) taken from uni rom, but we need to apply uni driver also... I'll try to make a cab of it, hopefully it'll work. In my development time of aku3.2 I've manage to enable Internet Sharring feature with Uni drivers but sometimes the gprs hv problem. we'll see about this... give me time, hopes i can do something with it.
Great to see you around, helmi!
If we have this working, the WModem app can be ditched, and we will be one BIG step closer to a fully functional ROM...
/me crosses fingers
please try this cab... I cant test it since I was in AKU2.6 , Intshare for AKU3.0 and above...
Brazilian Joe said:
Great to see you around, helmi!
If we have this working, the WModem app can be ditched, and we will be one BIG step closer to a fully functional ROM...
/me crosses fingers
Click to expand...
Click to collapse
hmm... I've test with old wm3 driver for usb modem (USB Modem COM8), wmodem dont tell any error, and also at command is execute, but my computer recognized it as Unknown usb device...arrgh...
What does the cab do? Does it just set some reg keys or does it start a service? I suspect that was my problem earlier; updating the keys is not enough, you might need to make some service/application actually read them.
Unfortunately, most of my networking experience is in unix/linux, so I'm limited in how much I can help here. I know what I need to do, just not how. I know most of how Windows works WRT to configuring various network setup and so on, it's just with these pdas you are very limited in getting debug info out. Are there any good command-shells for the pda? If yes and it has access to the "route" command then we should be able to at least see if the phone thinks ICS is active.
fraser said:
What does the cab do? Does it just set some reg keys or does it start a service? I suspect that was my problem earlier; updating the keys is not enough, you might need to make some service/application actually read them.
Unfortunately, most of my networking experience is in unix/linux, so I'm limited in how much I can help here. I know what I need to do, just not how. I know most of how Windows works WRT to configuring various network setup and so on, it's just with these pdas you are very limited in getting debug info out. Are there any good command-shells for the pda? If yes and it has access to the "route" command then we should be able to at least see if the phone thinks ICS is active.
Click to expand...
Click to collapse
There is a command line powertoy downloadable from MS, but it was for WM2003SE, I don't know if it will work on WM5.
I want to do something for test but i dont have bluetooth nor GPRS activated at this moment) I was setting connection via bluetooth-gprs few months ago using standard windows tools.
Geez, pretty nice article - I was writing my own and found this so I wasted almost hour! :evil:
http://www.smartphonethoughts.com/forums/viewtopic.php?p=48474
Can someone try it and check registry entries above if something is changed? But I guess this is working different way
helmi_c said:
please try this cab... I cant test it since I was in AKU2.6 , Intshare for AKU3.0 and above...
Click to expand...
Click to collapse
Thank you, helmi_c, all works very well on your WM5 ROM with AKU3.2 (v.1.3.2 Beta)! Is is only needed to set one reg key (as mentioned is first post by Brazilian Joe):
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"IpEnableRouter"=dword:1
I check connections via USB and via Bluetooth PAN - all works ok!
To all who want ICS:
- Install IntShrUI.cab from helmi_c and set HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms\IpEnableRouter to 1 or just use .cab, that i attach to this post - this is a .cab from helmi_c to which i add a changing IpEnableRouter to 1.
- Turn off BA, wait 20 sec, then reboot.
- For the first time after each reboot you need to run "Internet Sharing" 2 times (UI is shown only on second run).
- If the PC have some kind network adapters - disable them all (except Bluetooth Network - if you connect via BT), and also you may run "route delete *" from windows command line to clear route table. This will ensure, that windows will set correct IP address of default gateway (this IP address - is a IP address of BA) after you connect BA to PC.
- On the BA, in Internet Sharing program, select PC connection type and Network connection, and press "Connect".
- Then connect BA to the PC (to USB if "PC Connection" is "USB", or connect PC to BT Network Access of BA, if "PC Connection" is "Bluetooth PAN").
- If you connect to BA via BT PAN - ensure, that BT of your PC is configured to "Allow other devices to create a private network with this computer" and NOT to "Allow other devices to access the Internet/LAN via this computer" (this is from PC widcomm stack, that i have, if you use other stack - search similar options ). If you don't do this - then you got a error from your PC BT stack... something about "not possible to make LAN if both devices configured as bluetooth access points" or like this. Also, for me, the ICS over BT is not work until a set HKLM\Comm\BTPAN1\Parm\TcpIp\AutoCfg to 0 (the default value is 1). If for your the same - set AutoCfg to 0 too. After connecting PC to BA, BA show warning "DHCP server cannot be contacted...." but for me all works (may be because before i have successful connection via USB) ... this will need more investigation, i think ...
IntshrUI didn't start after a couple of days
I installed IntshrUI from this post and tried ICS from bluetooth on my notebook as well as on my desktop. All worked well on both the machines for the last couple of days but now ther's another problem.
Now the ICS software IntshrUI is not starting on my BA.
I checked in running processes and there are several processes by the same name intshrui each with 1kb size and they don't terminate also.
Please HELP AS I DON'T KNOW WHETHER IS THERE ANY PROBLEM WITH MY BA OR SOMETHING ELSE.
Tried re-installing the software after hard resetting my BA but same problem occurs.
I'm using WM5 from Aku 3.2 helmi c.
hmm
this app is not wrking. The app can't be open.. or did I miss something?
intshrui not working
as I explained earlier please can neone help me with this?
Same thing for himalaya ?
Apologies for posting this in the BA forum but couldn't find anything in the himalaya forums.
Tried installling the intshrui.cab on my himalaya but it didn't work. Is there a version available for the himalaya or some registry tweak that can do the trick?
Nat Expiration Reg Keys??
how should i edit my registry to change NAT MAPPINGS EXPIRATION TIME??

Tether- Internet Sharing over Wi-Fi with Kaiser/Tilt!!!

This makes your TILT/Kaiser into a wi fi router!
Hello I got this information from
XDA - I just changed some info to make it work for the TILT/Kaiser , also couldn’t get the screenshots in my post sorry, didn’t know how to..just check out the link and use the following date :
**** You have to change the registry value for the TILT, use TNETW12511, on the website above they give the values for different wm6 phones, for the tilt/kaiser use the value i gave and as follows...You can just read the steps on the website above but Use the value i have stated - TNETW12511
Do the following:
1) Open Settings->Internet Sharing. Enable IS for Bluetooth PAN. (Remember this is Internet connection sharing ( IntShrUI.exe which is found in /windows directory)
2) Change HKLM\Comm\ConnectionSharing\PrivateInterface to "TNETW12511" (it should currently be "BTPAN1" .
3) Open Settings-> Connections -> Wi-Fi. Select Network Adapters tab. Click IEEE 802.11b/g Compatible Wi-Fi.
4) Enter IP address 192.168.1.1 and subnet mask 255.255.255.0. Click OK.
5) Select Wireless tab. Add New.. to add the Network name for your ad-hoc network (I prefer "adhoc"
6) Set the client computer to use the same ad-hoc network***. Client will receive an IP address from the device (don't need to manually set the IP).
And it works!
*** Edit Just learned that in step one you can choose USB but you still have to change the reg edit to TNETW12511 manually or by the file attaches. Selecting usb saves battery by keeping bluetooth off and just uses wifi. But if you select usb you cannot connect your computer for activesync
I copied what was on the xda website below but the pics did now show, sorry.-
Another long-awaited breakthrough: dial-up Internet Sharing over Wi-Fi!
Anyone having read my tutorial on the new Internet Sharing utility in Windows Mobile 5 AKU3 and later versions (including, of course, WM6) knows that it’s not possible to use a Windows Mobile device as a GPRS / EDGE / UMTS / HSDPA etc. cellular modem via Wi-Fi, Bluetooth DUN or, with some exceptions, even infrared, “only” over BT PAN and USB. This means a lot of devices can’t connect to the Net if they don’t support either BT PAN (or USB with desktop Windows operating systems). While the BT DUN hack published some months ago certainly helped the situation (allowing for connections via the far more widely supported, “traditional” Bluetooth DUN), it still didn’t let for using the Windows Mobile Phone Edition (“Professional” in WM6 parlance) device as a modem with clients connecting via Wi-Fi.
XDA-Developers hacker fluxist has just published a tutorial on his latest finding, which, at last, allows for accessing the Net using a Windows Mobile device via Wi-Fi.
The results are as follows:
1. Start Programs / Internet Sharing. (Remember this is Internet connection sharing ( IntShrUI.exe which is found in /windows directory) Enable the sharing for Bluetooth PAN (NOT USB!) using Connect (left softkey). If you’re prompted for enabling Bluetooth visibility, close the dialog box as usual by pressing OK.
2. Start editing the Registry with a registry editor and change HKLM\Comm\ ConnectionSharing\ PrivateInterface (which is, by default, "BTPAN1" to the internal name of your Wi-Fi adapter. It’s "TNETW12511" with the TILT *** read below about attached .reg file
Note that I’ve made one registry import file available (see attached), should you want to be able to quickly change the Registry values, without the need for manually editing the Registry every time you start the Internet Sharing applet. To make your life easier, just put it in the file system of your Pocket PC and click it after starting and connecting Internet Sharing so that it’s automatically imported. Should you need a RegEdit 5-compliant Registry Editor for your handheld, I recommend Resco File Explorer .
3. Go to Settings / Connections / Wi-Fi and select the Network Adapters tab (it’s the default and only visible one when the Wi-Fi unit is disabled). Click the name of the Wi-Fi card (“IEEE 802.11b/g Compatible Wi-Fi” on the HTC Tilt. ) Enable “Use specific IP address” and enter the IP address 192.168.1.1 into the first field (“IP address”). When you click the second row (“Subnet mask”), it’ll auto-fill 255.255.255.0. Just keep it at that. This is shown in the following screenshot:
4. From now on, you go on as with adding a p2p network (see THIS for my earlier article if interested – reading it is not needed for completing this tutorial): click “Add new…” on the Wireless tab:
Enter a network name (it can be anything; in here, it’s “WRadhoc”) and make sure you check in “This is a device-to-device (ad-hoc) connection”:***
After clicking Next, you can set up whether you need encryption or not. If not, just set “Data encryption” to “Disabled” as can be seen in the following screenshot:
Note that you can use both WPA and WEP for encryption. I don’t discuss setting this up as only one client will be able to connect to your Windows Mobile device at a time – while it’s connected, there surely won’t be other clients connected to it. And, after you’ve ended your Net session, when you close Internet Sharing and/or disable Wi-Fi, no one will be able to connect any more either. That is, it's MUCH safer than traditional access points without any kind of encryption.
Finally, in the list of the available connections, tap-and-hold the just added network and select “Connect” from the context menu
*** Edit Just learned that in step one you can choose USB but you still have to change the reg edit to TNETW12511 manually or by the file attaches. Selecting usb saves battery by keeping bluetooth off and just uses wifi. But if you select usb you cannot connect your computer for activesync
Not to be a debbie downer, but to technically use tethering on say an AT&T contract you are supposed to have an additional service added on to your account, correct? If you do not you could potentially be charged per each kilobyte. Any idea if they can (or do) detect you are using your laptop/desktop and not the phone itself?
they have no possible way to tell weather you are using the right plan to teather.. yet....
i havent heard of anyone who got caught yet, at least not on the forum..
ATT does say that people do get caught though... lol.. i believe it to be a lie.
the only way they can tell is by physically looking at you bill and usage. Lucily att is to bueracratic to do that, but they could if they wanted to
stevenSZ said:
Not to be a debbie downer, but to technically use tethering on say an AT&T contract you are supposed to have an additional service added on to your account, correct? If you do not you could potentially be charged per each kilobyte. Any idea if they can (or do) detect you are using your laptop/desktop and not the phone itself?
Click to expand...
Click to collapse
@ StevenSZ: Go back to Hofo! If anyone has read there lately it seems like half the threads are the media plan police. And who said anyone on XDA would "steal" from ATT anyway, are you saying XDA people lack morals.
On the real topic: that is cool but how slow is it as that seems to be a complaint in that original thread. Anyway for me the Internet Sharing Wizard with USB or BT works great so I dont care about sharing GSM through Wifi.
You are my new best freind. Now if you could get this to work for the hermes.........
wpbear said:
@ StevenSZ: Go back to Hofo! If anyone has read there lately it seems like half the threads are the media plan police. And who said anyone on XDA would "steal" from ATT anyway, are you saying XDA people lack morals.
On the real topic: that is cool but how slow is it as that seems to be a complaint in that original thread. Anyway for me the Internet Sharing Wizard with USB or BT works great so I dont care about sharing GSM through Wifi.
Click to expand...
Click to collapse
No idea what Hofo is but you need to step away from the keyboard for a few minutes and relax. I've read through a lot of the threads and I have not seen much talk relating back to something that can be considered plan policing, so I definitely think your numbers are way off. I asked a question and didn't suggest anything in my post, but I will say that I am 100% positive that a percentage on here will do it without the appropriate plan.
Now is your last statement a question? They usually end with question marks. Anyway, I didn't mention stealing did I? I am trying to make sure that if there is detection that people might be aware they could be charge for the KB they used... it's doing people a favor (some people might not even realize tethering is additional.. you know?). Judging by the number of threads here with cracked software (that means illegal - is that moral?) I would certainly say 100% there are people that might fit your description. Anyway, I appreciate the other reply above that actually went towards helping/answering my question and not just wasting time. Thanks. ;-)
Got it working on my tilt this evening.. very nice! I do wish there was a way to add a WEP key along with it for security, i dont want someone stealing my bandwidth!
Also it appears the network adaptor shuts off the wireless connection when the device goes to sleep.. any way to stop this from happening??
You can add security, after you pick your network name click next then do Authentication: open Encryption:wep or whatever and type in a key. YES it does stop when the phone sleeps. I have no idea why but I also want to know how to get this to stop.
oozijk said:
You can add security, after you pick your network name click next then do Authenticationpen Encryption:wep or whatever and type in a key. YES it does stop when the phone sleeps. I have no idea why but I also want to know how to get this to stop.
Click to expand...
Click to collapse
I would highly recommend doing this too. While abuse is not very prevalent, it is a pretty big security hole to leave your laptop or PDA/phone-device in an open ad-hoc mode. The little inconvenience will be worth it. Also, try clear it out of your laptop when you are finished as Windows has a tendency to keep trying to broadcast itself as an ad-hoc network even when you are done.
Keep wifi from disconnecting
This will edit the registry as well as keep the connection alive! this should also fix your dropouts. I'm new here so I don't know how to upload anything so I can't upload the script but basically here are the instructions.
Download and install MortScript
here's a more direct link http://www.sto-helit.de/index.php?mo...=view&entry=65
http://www.pocketpcfreewares.com/en/index.php?soft=1448
(if the link doesn't work goto www.pocketpcfreeware.com and search for mortscript)
copy paste this script to notepad and save as KeepSharing.mscr (notice the extention this lets mortscript recognise as a script):
RegWriteString "HKLM", "\Comm\ConnectionSharing", "PrivateInterface", "TIACXWLN1"
While ( wndExists( "Internet Sharing" ))
If regKeyEqualsDWord "HKLM", "\Comm\InternetSharing\Status", "Enabled", 0
SendLeftSoft ( "Internet Sharing" )
EndIf
EndWhile
transfer to ppc phone.
steps to use it:
turn off wifi
click on internet sharing
(you can use either usb or bluetooth doesn't matter which)
click on connect
this will establish data connection
run the script by clicking on the script file
(this will edit the registry once then it sends connects by sending left softkey whenever it detects a disconnect)
now turn on wifi
(if this is not done last the connected clients won't connect properly to the internet)
end of steps enjoy! *by the way, if you copy any script directly to the start menu it gets treated as a program which you can map to a button or to an app launcher
SCRIPT IS ALSO ATTACHED with program
oozijk said:
This will edit the registry as well as keep the connection alive! this should also fix your dropouts. I'm new here so I don't know how to upload anything so I can't upload the script but basically here are the instructions.
Download and install MortScript
here's a more direct link http://www.sto-helit.de/index.php?mo...=view&entry=65
http://www.pocketpcfreewares.com/en/index.php?soft=1448
(if the link doesn't work goto www.pocketpcfreeware.com and search for mortscript)
copy paste this script to notepad and save as KeepSharing.mscr (notice the extention this lets mortscript recognise as a script):
RegWriteString "HKLM", "\Comm\ConnectionSharing", "PrivateInterface", "TIACXWLN1"
While ( wndExists( "Internet Sharing" ))
If regKeyEqualsDWord "HKLM", "\Comm\InternetSharing\Status", "Enabled", 0
SendLeftSoft ( "Internet Sharing" )
EndIf
EndWhile
transfer to ppc phone.
steps to use it:
turn off wifi
click on internet sharing
(you can use either usb or bluetooth doesn't matter which)
click on connect
this will establish data connection
run the script by clicking on the script file
(this will edit the registry once then it sends connects by sending left softkey whenever it detects a disconnect)
now turn on wifi
(if this is not done last the connected clients won't connect properly to the internet)
end of steps enjoy! *by the way, if you copy any script directly to the start menu it gets treated as a program which you can map to a button or to an app launcher
SCRIPT IS ALSO ATTACHED with program
Click to expand...
Click to collapse
Thanks I will check into this tomorrow as its a little late here... I will also look into the encryption settings as well.
I've followed the instructions verbatim, but my new adhoc network on my phone just shows "connecting" forever, and never actually connects. Any advice?
Thanks.
its going to say connecting until you connect to your phone from your computer....SO lets say you named ur adhoc network "tilt wifi", from your computer search for wireless networks and connect to "tilt wifi"..and it will now say connected on your phone and now your phone is a wireless router
New Script that starts ICS and does the wifi reg edit when you start it.
Hey everyone, this is a new script that will start ICS and do the reg edit automatically when you start it. Then just start wifi and connect to the network you make on your phone...This basically saves you one step as it starts ics and does a reg edit in one.
- ( you still have to keep this changed tho - Open Settings-> Connections -> Wi-Fi. Select Network Adapters tab. Click IEEE 802.11b/g Compatible Wi-Fi.
4) Enter IP address 192.168.1.1 and subnet mask 255.255.255.0. Click OK. )
so.. can somewone be cool and nice enough to make this script into a program?
We have a wifi program now for the TILT!!
TurboX2 said:
so.. can somewone be cool and nice enough to make this script into a program?
Click to expand...
Click to collapse
Now we have a program
Fantastic programme!
First post on this forum.
Just a few queries:
I can happily browse over wifi from my laptop and N95
But I can't manage to connect an iphone or ipod touch. It is possible that these devices do not allow browsing over an ad hoc connection-any way round this?
The connection drains the kaiser battery very quickly-I'll try adjusting the Kaisers power settings.
The USB connection did work for browsing but now does not. Even when the wifi programme is not running. When the Kaiser is short of batteries I have tried connecting via USB to charge the phone but this knocks off the wifi connection but still the USB networking connection does not work.
Otherwise nice piece of work. Thank you.
Please also make sure you post a link to your thread to the original thread so that all non-XDA-Dev users also find this thread (I've linked to the original thread from several of my articles also cross-posted to other boards and mags)
Wifi router, version 0.6
New version 0.6 attached
http://forum.xda-developers.com/showthread.php?t=341398
this works ...
This way to connect to wifi worked for me too.
However I would like to know what advantage you get in connecting to internet using this approach wrt connecting thorugh bluethooth or USB.

WPA2-Enterprise on the Tilt?

I tried to search the forums for this answer, but found nothing and started my own thread.
Question: Is it possible to connect to WPA2-E with the tilt? There is no feature on the wireless settings, and I didn't know if it even had the capability or if it was a software issue.
Backstory: I'm trying to connect to my school's wifi and the tech people here said they didn't have the ability to allow smartphones to connect via wifi. I connect fine with a laptop but can't mimic then on the tilt.
If anyone could help, it would be greatly appreciated.
Have you tried opening up the "WiFi" settings and enrolling? With WPA2-E, you need the certificate first...
There is no WPA Enterprise available within the Microsoft WM6 OS. This is no fault of HTC (for the flamers on this forum) so we will have to wait for an MS update!!
Farsquidge said:
There is no WPA Enterprise available within the Microsoft WM6 OS. This is no fault of HTC (for the flamers on this forum) so we will have to wait for an MS update!!
Click to expand...
Click to collapse
Do you know if it might be included in 6.1?
alexman said:
Do you know if it might be included in 6.1?
Click to expand...
Click to collapse
There are protocol conflicts at the moment because all providers at the conference table have different draft-n situations.
TKIP is totally screwed whereas AES is working reasonably at the moment.
When we get a totally confirmed 'n' format then Encryption will automatically fall into place!
This then needs MS to accept and implement!
Just wait and hope is all I can say!!!
Farsquidge said:
There are protocol conflicts at the moment because all providers at the conference table have different draft-n situations.
TKIP is totally screwed whereas AES is working reasonably at the moment.
When we get a totally confirmed 'n' format then Encryption will automatically fall into place!
This then needs MS to accept and implement!
Just wait and hope is all I can say!!!
Click to expand...
Click to collapse
is there some kind of 3rd party software that could hold me over?
It (my school) uses wpa2-enterprise security type and AES encryption type with a PEAP authentication method.

I search a Software...

Hi, sorry for my bad English but I'm a German student. I search a software for Hacking WLAN's by my HTC. I'm working often with PC's and WLAN's also I will explain the others how easy it is to hack a WLAN with a "simple" mobile Phone, is there any Software??
Thanks or your Help
P.S.:
I use the software not for illegal activity!!
Marcusg562 said:
I search a software for Hacking WLAN's by my HTC. I will explain the others how easy it is to hack a WLAN with a "simple" mobile Phone, is there any Software??
P.S.:
I use the software not for illegal activity!!
Click to expand...
Click to collapse
Yea, because hacking LAN's and telling people how easy it is to hack them isn't illegal.
Yes, but in a German Forum you get often told that you only want to do illegal when you search for this kind of software.
Well, I don't think they exist. For cracking WEP you'll need quite some wlan packets to unveil the 128bit key, not to mention you'll need some RAM and a fast processor. But if you got this key on many wlans you need to spoof another MAC adress and I don't know any solution for MAC spoofing with a pda. Yeah, they are yet quite powerful (500 MHz, 256 MB RAM etc...) but as for closed-source drivers, different architectures etc. I doubt it's as simple as for normal PCs, especially linux-based OSes.
And there is no avoiding the fact that today's WPA and WPA2 encryption algorithms in conjunction with a secure and long enough alphanumeric password are mostly secure, therefore you can consider this is impossible to hack even with the fastest notebooks available in a reasonable period of time. (WEP could be hacked in a few moments, yep)
I don't know if any solution exists, never heard from anything else than active wlan sniffers. I think it's too complicated for any developer to create a piece of software with direct access to wlan hardware registers as there are other architectures as for PCs and notebooks. Even a passive sniffer would be a hard thing to do.
And I doubt that if any solution exists that it works on more than one or two wlan chipsets - as for the most powerful wlan sniffing tool for ppc available. (forgot the name since it doesn't run for me anyhow)
Yeah, you can sniff, log etc, but for hacking... maybe s/o else knows more on this topic.
And just fyi - it's not illegal to OWN this kind of software (just like radar warner or some outlandish telephones) but it's mostly illegal to USE it/them in certain circumstances. Not to mention §§202a, ff; 303 f. StGB. - For demonstration purposes with the permission of the owner it's surely LEGAL... but i am not a lawyer...
...just my five cents...
hth
Marcusg562 said:
Hi, sorry for my bad English but I'm a German student. I search a software for Hacking WLAN's by my HTC. I'm working often with PC's and WLAN's also I will explain the others how easy it is to hack a WLAN with a "simple" mobile Phone, is there any Software??
Thanks or your Help
P.S.:
I use the software not for illegal activity!!
Click to expand...
Click to collapse
if you proclaim to be such a guru of the WLAN hacking and cracking, why cant you figure it out on your own.
its like saying i am a pro at stealing beer but i need someone to do it for me.
KD8DNS said:
if you proclaim to be such a guru of the WLAN hacking and cracking, why cant you figure it out on your own.
its like saying i am a pro at stealing beer but i need someone to do it for me.
Click to expand...
Click to collapse
Exactly!
Maybe its to "launder" the person doing it so It can't be traced back to him.

IDEA: Unlocking WP 8 Phones with emulated Marketplace-Server

Hello guys,
I plan to have a look on the upcomming Nokia Lumia 930 at my local provider store. As always I keep the unlock-question in mind.
I can't post to the Dev and Hacking forum, due to insufficient posts. Maybe a Mod can move this Thread to this section if he thinks this idea got a chance to be realised.
Wouldn't it be possible to emulate the Marketplace communication on your local PC? WP devices are able to access the internet vie USB connection and Zune. But the Marketplace on your phone blocks accessing it, when it detects a Zune-Connection. Maybe there is a way to establish the USB internet connection without the phone blocking the Marketplace. Another idea is to connect the phone to the PC via Wifi (Tethering).
Once we connected the phone to the PC and it's not blocking the Marektplace access. The PC could catch the Marketplace request to the MS servers and deliver emulated Server communication. Faked App-list and of course App-Download from the PC to the phone is the next step.
I know nothing about encrytion, certificates, signing and so on. So all I can do is to share this idea with you more experienced guys.
Yours sincerely ,
Brill
Props for good thinking, but this has been discussed before. If you knew about certs and sigs, maybe you would have been able to follow the previous discussions on this topic...
1) WP8.x does not use Zune anymore, and does not use the USB cable to access the Internet the way WP7 did (I find this change mildly irritating, since it means I have to connect the phone to my PC over WiFi instead if I want to intercept all the phone's traffic, but c'est la vie).
2) In WP8.0, you can spoof the marketplace for browsing purposes by installing a root certificate and then using its private key to sign fake marketplace certs. However, you can't install apps this way; they won't even download. The store probably uses a technique called "certificate pinning" for app downloads, which prevents the spoofed cert from working.
3) In WP8.1, you can't even do that much.
4) Even if you could do this, you couldn't use it to unlock the phone as you would need to sign the apps using Microsoft's keys for them to be trusted to do things like modify the registry.

Categories

Resources