BlackBerry Connect - JAMin, XDA Neo, S200 ROM Development

Hi
My company has recently introduced blackberry in our organisation... I have been trying to find out if there isany option of getting Blackberry connect for the Prophet.... No luck so far.....
Any help would be appreciated n this.... i love my Prophet dont want to move to non WM device...

Have a look here - I hope it helps
http://forum.xda-developers.com/showthread.php?t=327661&highlight=BlackBerry

chavdar said:
Have a look here - I hope it helps
http://forum.xda-developers.com/showthread.php?t=327661&highlight=BlackBerry
Click to expand...
Click to collapse
This version of black berry doesn't match with prophet WM6, i have been trying with different ROM and the result is always the same ...... My PDA got freeze and need to hard reset

I had the same problem, what worked for me was that I installed it directly to the main memory not the SD card. Unfortunately it is not generating a PIN. Does anybody know how to solve this problem?

Why Blackberry Connect? Activ Sync work better and is cheaper!
Install a OWA Server in the DMZ of your Firewall. Install URL Scanner on the OWA and set it only for Exchange OWA. Make a IP Rule on your Firewall that only HTTPS and the IP Adressrange from your Mobilephone Provider works. Setup a Certificat to Protect it ... finish ... high secure and faster! If you use Lotus ... OK Blackberry is the only way :-> If you think OWA Server isnt Secure enough ... OpenVPN ... Mobile Securemote for Checkpoint ... IPSEC ... its hard core but MI6 doesnt read your Mails :->²

NetrunnerAT said:
Why Blackberry Connect? Activ Sync work better and is cheaper!
Click to expand...
Click to collapse
Because some companies use it, because you can sync wireless everywhere, because you can avoid rooming costs by having BB contract with mobile operator and because it works.

Related

ActiveSync problem

I upgraded to the new a.30.07 and I can not do a wireless Activesync, I get "Synchronization failed. Try again, and if the condition persists, reset your device. Erroe code 0x80004005" I have done a hard reset and retried with out any apps installed and I still get this error message. Has anybody had this probelm and fixed it, or can someone point me in a direction?
TIA
Trub
Did it work before you did the upgrade, if so check your VPN connection settings.
FYI I've never been able to get it to work!
HTH
Qman said:
Did it work before you did the upgrade, if so check your VPN connection settings.
FYI I've never been able to get it to work!
HTH
Click to expand...
Click to collapse
Yeah I got it to work again. I did another hard reset and it started working again. It doesn't use a VPN connection, rather SSL and you have to tell your XDA to accept any SSL certificate, unless you can afford to buy a cert from Verisign.
Great! 8)
I'm interested in seeing your configuration / settings if you're will to post them. :wink:
Qman said:
Great! 8)
I'm interested in seeing your configuration / settings if you're will to post them. :wink:
Click to expand...
Click to collapse
I'm running Exchange 2003 on Windows 2003, by default under the user properities, all Mobile Services are enabled under the Exchange Features tab. Also, your Windows box has to be able to dish out SSL certificates so enable Certificate Services, create a certificate and install it into your default web site. Then you need to install a cab file on your XDA called AS_Cert_OFF.CAB, just Google it. Then in Activesync on the XDA, under options, server enter the server IP and your username, password and domain and then try to sync. Things are different if you are using MIS 2002 with Exchange 2000, as MIS can not reside on the same box as Exchange, and I've never gone down that road.
Here is some good information about troubleshooting the Always-Up-To-Date Notification feature of Exchange 2003.
http://support.microsoft.com/default.aspx?scid=kb;en-us;822176&Product=exch2003

Solution: PEAP authentication without server certificate validation!

I struggled for several days to get my 8525 (Cingular 1.34) to authenticate either PEAP or LEAP against my work network. I never did figure out how to get LEAP to work, but I did get PEAP going. I've added a new section to the wiki http://wiki.xda-developers.com/index.php?pagename=Hermes_Registry covering how to disable checking of the authentication server's certificate.
We didn't pay the $$$$ for a commercial certificate, so on all our XP clients we uncheck the "Validate server certificate" option....no such beastie on Cingular 1.34 at least. Turns out there's a reg key one can add to disable the validation:
Code:
\HKLM\Comm\EAP\Extension\25\ValidateServerCert=dword:00000000
does the trick.
Hope this helps someone else trying to get PEAP to work with their WiFi!
Note also that connectivity to our Cisco APs seem to work MUCH better when I slide the WiFi PowerManagement slider over to performance. My cheapo D-Link router works fine at any setting, but the Ciscos seem to drop packets right and left with power management happening.
Richard
Humm sounds interesting, but I am not sure that I understood everything.
First, are you sure that you are talking about PEAP auth with certs and not just EAP-TLS? The registry path refers to ...\EAP\...
Secondly, why not just add your CA as trusted CA on your PPC? It seems to be the way to go in your case.
fun_key said:
Humm sounds interesting, but I am not sure that I understood everything.
Click to expand...
Click to collapse
That's Ok, I'm *SURE* I don't understand everything!
fun_key said:
First, are you sure that you are talking about PEAP auth with certs and not just EAP-TLS? The registry path refers to ...\EAP\...
Click to expand...
Click to collapse
I'm sure only in that my IT guy swears we only support PEAP and he could see my authentication failing until I added the switch and now he sees me authenticating PEAP successfully.
fun_key said:
Secondly, why not just add your CA as trusted CA on your PPC? It seems to be the way to go in your case.
Click to expand...
Click to collapse
I agreed, but I think IT wants to leave their options open for future certificates open. If I hadn't been successful with this, that was going to be my next try.
Richard
5 hours of searching and you had the solution!
thanks
rb2k said:
5 hours of searching and you had the solution!
thanks
Click to expand...
Click to collapse
Glad to be of assistance! FWIW, this also works with the 2.15 Cingular ROM.
Richard
rsolomon said:
I struggled for several days to get my 8525 (Cingular 1.34) to authenticate either PEAP or LEAP against my work network. I never did figure out how to get LEAP to work, but I did get PEAP going. I've added a new section to the wiki http://wiki.xda-developers.com/index.php?pagename=Hermes_Registry covering how to disable checking of the authentication server's certificate.
We didn't pay the $$$$ for a commercial certificate, so on all our XP clients we uncheck the "Validate server certificate" option....no such beastie on Cingular 1.34 at least. Turns out there's a reg key one can add to disable the validation:
Code:
\HKLM\Comm\EAP\Extension\25\ValidateServerCert=dword:00000000
does the trick.
Hope this helps someone else trying to get PEAP to work with their WiFi!
Note also that connectivity to our Cisco APs seem to work MUCH better when I slide the WiFi PowerManagement slider over to performance. My cheapo D-Link router works fine at any setting, but the Ciscos seem to drop packets right and left with power management happening.
Richard
Click to expand...
Click to collapse
Do you know how to do this on WM6.0? The option isn't there. Attached is what I see.
ranger47 said:
Do you know how to do this on WM6.0? The option isn't there. Attached is what I see.
Click to expand...
Click to collapse
Create the same registry key- it wasn't there in WM5 either. I can confirm that this works on my Tilt/Kaiser running WM6.
Richard
rsolomon said:
Create the same registry key- it wasn't there in WM5 either. I can confirm that this works on my Tilt/Kaiser running WM6.
Richard
Click to expand...
Click to collapse
I guess I missed the "add" part. Anyways, it connects but is VERY unreliable. Whenever I turn on the device it makes me type in my password even though it is stored or just doesnt work. If it doesn't work I go into the settings and a lot of times the "Use IEEE 802.1x" is unchecked or the EAP type is changed to smart card. Sometimes even still it doesn't work until I reboot or disable and reenable wifi. Even then it doesn't always work. Anyone else having similiar problems?
ranger47 said:
I guess I missed the "add" part. Anyways, it connects but is VERY unreliable. Whenever I turn on the device it makes me type in my password even though it is stored or just doesnt work. If it doesn't work I go into the settings and a lot of times the "Use IEEE 802.1x" is unchecked or the EAP type is changed to smart card. Sometimes even still it doesn't work until I reboot or disable and reenable wifi. Even then it doesn't always work. Anyone else having similiar problems?
Click to expand...
Click to collapse
Not sure you're really fighting the PEAP certificate problem then. Note also that our Cisco APs don't like the power management setting on anything other than high performance.
Richard
rsolomon said:
Not sure you're really fighting the PEAP certificate problem then. Note also that our Cisco APs don't like the power management setting on anything other than high performance.
Richard
Click to expand...
Click to collapse
Thanks for the reply! So under WLAN - Power Mode - Best Performance? That is what I have it on. Pretty weird... I am using it right next to my laptop which has an "excellent" connection. My Hermes shows 2-3 bars. Any other ideas?
Hi
I ve bought a HTC Tornado(TMobile SDA-unlocked)with Windows Mobile 5 smartphone to take advantage of our WiFi network. I am having problems setting up my WiFi connection and i cant find a solution..please help me...
When using my laptop wifi connect I set up the following
My network name (SSIDD) - Utech-Students
Network Authentication OPEN
Data Encryption WEP
key is automatically provided (i tick this option)
Enable IEEE 802.1x authentication for this network
EAP Type as PEAP.
Then under configuration of PEAP I uncheck Validate Server
Certificate and authentication method selected as "Secured password (EAP-MSCHAP v2) and "enable fast reconnect" is also ticked.
With these settings it works perfectly well in laptop.
But with these settings made in the SDA phone it gives the following error msgs ;
"The server certificate is issued by an unknown authority" and
"Cannot log on to the wireless network. This network requires a personal certificate to positively identify you."
I NEED HELP DESPERATELY ...
Please note that i am not a computer savy...so please help me to
understand the things what i am supposed to do.
Awaiting to hear from you ...thanking you in advance
SDA said:
Please note that i am not a computer savy...so please help me to understand the things what i am supposed to do.
Click to expand...
Click to collapse
I'm sorry, do you mean to say that you found this thread and have not tried what's here or ?????
Richard
Hi, i ve bought a HTC Touch and despite i created the dword value you mention in this thread i still have the same problem.
Does anyones has the same problem with wm6?
Thanks
spern said:
Does anyones has the same problem with wm6?
Click to expand...
Click to collapse
Same value confirmed working with WM6 on the TyTNII/AT&T Tilt. Note that it *ONLY* solves the one type of problem described here....
Richard
Worked on Dash (WM5) Not on 8525 (WM6)
spern said:
Hi, i ve bought a HTC Touch and despite i created the dword value you mention in this thread i still have the same problem.
Does anyones has the same problem with wm6?
Thanks
Click to expand...
Click to collapse
I am. I added the key on both a Dash running stock WM5 and an 8525 running Schap's 4.31 ROM and it only works on the Dash - same wifi config on both connecting to the same network.
Now after days of reading i found a solution for all the devices that couldnt connect with the modified reg-key(HKLM/COMM/EAP/EXT....ValidateServerCert) to a wpa and eap-mschap secured wlan.
To enable the eap-options you have to install the securew2 client. Once you had installed you can choose for authentication method one of the securew2 has provided(this is where you see PEAP and 802.1X) in the WLAN Connections. Just select the TTLS method and disable the outer authentication and the certificate validation in the options. Now you can select EAP and MS-chapv2 in the authentication tab of the securew2 client. and at least you can sign in here your name,password and domain. You can also set an Profile with your settings in the Securew2 client.
This Solution has worked for me on a HTC Touch Cruise(XDA-Orbit-2).
Hello,
I have the problem of logging in a secured network, and I found the solution
here of adding the registry value. I am working with WM 6.1.
Maybe my question is a stupid, but I don't understand what exactly I have
to add - A key named "ValidateServerCert", and to set it's default value to 0,
or to create a Value named "ValidateServerCert" onder the key "25", make it
DWORD type, and give it the value of 0...
What should I add?
Thanks!
Hello this is a sirious problem I think,
I wasnt able to get this going...
I tried the reg key method (but I am not sure if I did this correct)
and I installed the w2secure client (didnt work either)
so further explanation is required(PLEASE)
sorry if this post doesnt sound very polite but I did my best ^^
btw. I dont own a Hermes but a Touch Diamond with WinMo 6.1
Richard,
Great call. Spent a couple of hours trying to configure my touch pro to stop asking for a personal certificate with no joy. Upping power save mode to 'best performance' allowed it to authenticate straight away. Once this was done, dropped it to best battery and everything seems to work fine (famous last words of course).
Hello all. I have a cingular 8125 and found the same problem with the wifi access. I am new to total commander and I understand the process, however I do not know how to create the registry listed above to correct the problem. Any help with the program would be great, thanks.

WIFI instead of GPRS

Hello i have PDAVIET 4.0.0.0.4 and i have a problem when i m connected to a wireless spot, and i want to signin to msn it uses my GPRS connection although i am already connected to the internet.
Any suggestions?
Thanks!
click cancel on baloon tooltip,and i'm not sure about your rom version,pdaviet maybe?
yes sorry
))) did you solve the problem ?
nope sorry
I'm with rom 4.0.0.3a and I also experience this. I tried using Live messenger connected to activesync through usb cable connection, but instead of using the activesync connection, he tries to connect over gprs!!!! Argghhhhh!!!
Beside iassael, the others who run 4.0.0.4 are also experience this bug??
i think so and i also had the same withh 4.0.0.0.3
well, I don't have wifi by my computer, but I soon will, so I'm interested in this issue...what about trying what this guy says;
It is a solution to a different problem, so maybe a bit of a long shot, but something he says there;
The beauty is that Windows mobile knows it needs to use the "GPRS Internet", only when other connections are not present.
Now you don't have to mess with selecting a proxyless connection when connecting to a WiFi source, or using activesync
Click to expand...
Click to collapse
made me think it could be worth a try.
http://forum.xda-developers.com/showpost.php?p=1283391&postcount=1
did you fix it?
I dont see how this will work. If default is set to not GPRS, you have to have wifi or connected to computer. it will not use GPRS as backup. at least i havent been able to get it to think that way on WM5 and WM6.
any solutions to the login problems using ? I still couldn't access MSN with PDAVIET 4.0.0.0.4 ROM

Weather problem!!!!!!!!!!!!!

I've seen all the topics on how to fix the Touch flo weather not updating problem and no solution for prophet yet...nothing works.. I'm using the new Manila 2d rom from varanusvincent if that is of any help..The funny thing is that if i connect my pda to the computer the weather updates from active sync i belive,but it keeps giving an eror when i try updating it from gprs,it's really stresfull...
i am using the same rom and my weather updates ok every time i connect to the internet
either do I. I use activesync to update weather application. And no Problem at all.
yeah i use active sync to,but it would be nice to not need a computer to update it,from what i've learned this problem has something to do with the proxi server.
vladvermillion said:
yeah i use active sync to,but it would be nice to not need a computer to update it,from what i've learned this problem has something to do with the proxi server.
Click to expand...
Click to collapse
If you dont use a computer to update it. You need Internet Connection from WLAN. or GPRS Connection to communicate with accu weather.
I test it all.
with WLAN , active sync through cable, activesync through bluetooth and gprs connection.
And all succeed.
Yeah i uderstand but it doesn't work from my gprs and that was my greatest complaint,and i've seen a couple of post regarding the same problem,and none of the solutions provided were usefull,this one:manila2d N2A patch made my Touch Flo not work so i don't know what the problem is,any way very nice rom btw

[APP][3 May 2010]Windows Live from the Windows Marketplace

Here is the latest Windows Live CAB that I downloaded from the WM Marketplace today (May 3, 2010). I like it cuz it allows you to sync and push your Hotmail email even if you're already pushing Gmail with ActiveSync. In essence, it's like having 2 Exchange accounts. It also gives you the "conversation" style emails in Outlook.
Windows Live never used exchange to sync email, what you say doesnt make sense as you have always been able to use an exchange account with a windows live account. Plus the version on the MP is currently 11.1, this would be a downgrade.
Any changelog?
Even if it doesn't use Exchange to push the Hotmail, it's basically the same thing, so who cares about semantics.
Please kindly state what the full version number of this *.cab file is... I know that the latest one provided in http://wl.windowsmobile.com/ is version 10.7.0061.0500.2000.
aa125690 said:
Please kindly state what the full version number of this *.cab file is... I know that the latest one provided in http://wl.windowsmobile.com/ is version 10.7.0061.0500.2000.
Click to expand...
Click to collapse
There has been some confusion about which version this is. I'm just going to leave it with the date that i downloaded it from the actual Windows Phone Marketplace. If you find a CAB that was downloaded after that date, then it's probably a later version.
Hmm...
Actually, I also have always been able to use Exchange + Hotmail.
Since I got my Windows Phone back in October 2009, I've always had Gmail on Activesync PLUS Hotmail on Windows Live and both were set to Push-mode (As item arrives). Maybe there's another feature they introduced that we haven't discovered?
Have a version for Windows Mobile 6.1 Standard (Motorola Q11)? Hugs from Brazil!
Some ROMs don't come with Windows Live or possibly with an older version.
This CAB will allow you to push both Gmail and Hotmail at the same time.
I recently got a windows live/messenger account and now I'd like to use it on my i780 via Wifi (not via Gprs, as that is quite expensive). Could you please tell me if this version can do so? The older ones all seem to be unable to do it. (exept if there was a way to use wifi as a modem)
thanks in advance
Supersonic112 said:
I recently got a windows live/messenger account and now I'd like to use it on my i780 via Wifi (not via Gprs, as that is quite expensive). Could you please tell me if this version can do so? The older ones all seem to be unable to do it. (exept if there was a way to use wifi as a modem)
thanks in advance
Click to expand...
Click to collapse
Are you asking can you use Windows Live over a Wifi connection? The answer to that is yes.
A cool little feature I noticed is that if you are using a ROM that does not have threaded email conversations, installing this CAB will enable that in Outlook. A nice little addition.
thesecondsfade said:
Are you asking can you use Windows Live over a Wifi connection? The answer to that is yes.
Click to expand...
Click to collapse
Thanks for your reply, but in my case, it doesn't work. Opera mobile, Outlook mobile and any other program that needs an internet connection are able to use wifi, but windows live insists on using gprs. When I try to log in(with wifi enabled and connected of course), it opens the connection bubble saying that a gprs connection is being started. If I click it away a couple of times, a notice appears that gprs doesn't work...
I already made an empty isp in the connection settings to prevent it from using gprs, but it somehow seems to start ActiveSync on the mobile. There I have no option to change the connection type to use wifi, but only wap gprs or mms etc.
Btw. my mobile is running its original windows mobile 6.0 Pro. Could that have something to do with this?
sorry for writing so much, but I want to make it as easy as possible for you to help me.
Thanks again
Using Wifi to get hotmail seems to be a problem. It always wants to use the cell data connection over wifi if both are available. I know that you can get windows live email through wifi if you turn on wifi and completely turn off the phone radio as if you have no service. But if both are on, I don't know how to make wifi take priority.
thesecondsfade said:
Here is the latest Windows Live CAB that I downloaded from the WM Marketplace today. As of today, it's at version 10.7.0060.2300.3000 according to the "About" info in the app. I like it cuz it allows you to sync and push your Hotmail email even if you're already pushing Gmail with ActiveSync... in essence, it's like having two Exchange accounts.
Click to expand...
Click to collapse
After extracting of the exe file, it appear that it build is Windows Live 10, 7, 61, 500 release since 20/04/10, as say aa125690 last version is 10.7.0061.0500.2000; that i propose in my dedicated topic for Microsoft &Windows applications in signature
Supersonic112 said:
Thanks for your reply, but in my case, it doesn't work. Opera mobile, Outlook mobile and any other program that needs an internet connection are able to use wifi, but windows live insists on using gprs. When I try to log in(with wifi enabled and connected of course), it opens the connection bubble saying that a gprs connection is being started. If I click it away a couple of times, a notice appears that gprs doesn't work...
I already made an empty isp in the connection settings to prevent it from using gprs, but it somehow seems to start ActiveSync on the mobile. There I have no option to change the connection type to use wifi, but only wap gprs or mms etc.
Btw. my mobile is running its original windows mobile 6.0 Pro. Could that have something to do with this?
sorry for writing so much, but I want to make it as easy as possible for you to help me.
Thanks again
Click to expand...
Click to collapse
you could try DataController or Modaco NoData to (temporarily) disable your data connections. That way Windows Live is forced to use wifi
One thread with all official MS apps is not a bad thing, but someone looking specifically for Windows Live will have an easier time finding a thread dedicated to just that.
accountabc said:
you could try DataController or Modaco NoData to (temporarily) disable your data connections. That way Windows Live is forced to use wifi
Click to expand...
Click to collapse
I'm having the same problem of unable to connect messenger on wifi. Even when I disabled the GPRS connection, Messenger will say that problem connecting to the data connection.
hmm I maybe wrong to intervene and say try using Palringo which has all MSN, Yahoo, Gmail etc (perhaps you are using Live messenger for a reason there) -
Regards
jaytheguru said:
hmm I maybe wrong to intervene and say try using Palringo which has all MSN, Yahoo, Gmail etc (perhaps you are using Live messenger for a reason there) -
Regards
Click to expand...
Click to collapse
Thanks for your tip, you're quite right. I'm going to give it a try tomorrow in the morning.
With windows live etc. I haven't been able to even only take one step further. It still always uses the connection that is chosen at "programs - internet access - network connection". If I deactivate this connection(i.e.with NoData), it simply tries another one and if I stop all connections (or simply turn off the phone part of my mobile), it immediately says that there is no connection available. But it does still not use wifi, although it's turned on all the time. It works via GPRS, by the way, but it's much too expensive.
Expect to hear from me soon
EDIT: I have now tested palingo and I have to admit that it works really good! Also, there were no problems with wifi (of course)

Categories

Resources