Push to Talk over Cellular, PoC - 8125, K-JAM, P4300, MDA Vario General

Anyone know some PoC software for WM5?
My provider offer PoC feature and I want to use it
Some more info what it is:
- http://en.wikipedia.org/wiki/Push_to_talk
- http://www.openmobilealliance.org/release_program/poc-v1_0.html

Cingular is doing it now too. Maybe they will have an app in the new ROM (if they release one) but I doubt it. I would like to see an app that does that though, would be cool.
I know AgileMessenger does it for the AIM client but that is NOT what we are looking for here.
Later; Lew

Related

(New) Crypted GSM network

Now you will not have to be worry about make your calls,send sms..and be spyed.
This software promise to encrypt entire GSM data.
Realized on a Q-Tek 2020 Hardware
http://www.caspertech.com/prodotti.php
Sorry if this is a stupid question but, having looked at the web site briefly it seems to me that this will only work between two devices both equiped with the Cryptech software?
unapproachable2kx said:
Now you will not have to be worry about make your calls,send sms..and be spyed.
This software promise to encrypt entire GSM data.
Realized on a Q-Tek 2020 Hardware
http://www.caspertech.com/prodotti.php
Click to expand...
Click to collapse
This looks very similar to http://www.cryptophone.nl/
Except that cryptophone is open source, and the CasparTech product uses "proprietary encryption algorithms" - I wonder if these CasparTech guys wrote their application from scratch.
If you don't care about being able to see the source (i.e. if you don't care about backdoors -- remember Crypto A.G.?) you could also use skype, although that uses GPRS rather than a connection directly to another xda2 device with crypto software on in. Depending on the codec's bitrate and your GPRS plan, using GPRS/voip on skype may work out more/less expensive when you use it.
The fine people at http://www.cryptophone.nl/ also offer a windows version for your at-home/work PC or laptop to use with a landline for free, and the source code is right there on their website for all to see. Their product is NOT cheap, but knowing that it's secure should be worth it to those who have the need for it (e.g. big business, politicians, etc.)
(There is no pricing on that Caspartech page, so who knows what it costs..)
The http://www.cryptophone.nl/ people also founded xda-developers.com btw.
A PPC version of speakfreely (google for it, it's cool) would be a Nice Thing To Have.

I've managed to compile cryptophone for PocketPC 2003

I've build a version of crypto phone for PocketPC 2003. ( unsing the sources from www.cryptophone.de ),
with some workarrounds for license test.
I don't have two phone to test it yet. If anyone can test it please send feedback.
As i see it use data call as link layer so your provider must suport it.
PS: Who's testing it , please send feedback.
I've tested in my Qtek 2020, (XDA II, MDA II…).
Is it working? I was able to compile it too, but it died on exchanging keys.
mamaich said:
Is it working? I was able to compile it too, but it died on exchanging keys.
Click to expand...
Click to collapse
Don't work. :-(
I have programmed 2 xda 1 with wm2003 and the crypto, it works perfectly. The only bug is the "file" bar vanishes after a call is placed or received, other than that its great. 8)
Can you post what you changed in the source file in order we could reply your compiled code?
The idea is simple, if we can have access to the original source code and can do the changes you documented, generating the same code as you, with the same hash value for the encrypted code, we can assure that your code have the same security of cryptophone.
dumb ?
what is cryptophone?
Hi,
i am very interested in this (or a similar) software for
the Wallaby or Himalaya platform.
Anyone here who has a working & easy too install binary?
(Or are there any real free & opensource applications like cryptophone?).
kind regards,
Ben
Has anyone managed to get cryptophone working on the XDA ??
... or find a similar program ??
Regards
There are several similar commercial projects. Just wait some time for their announcements.
mamaich said:
There are several similar commercial projects. Just wait some time for their announcements.
Click to expand...
Click to collapse
Hi mamaich,
thnx for that prompt reply
I know about cryptophone.de, raseac.com.br & caspertech.com
Are there any others I have missed ??
Regards
John
2-3 russian companies are also working on similar projects. I don't know their sites.
cryptophone Somebody to compiled? for motorola smartphone mpx220 :?
one more company.
http://www.securegsm.com
and question - where is source download page on http://www.cryptophone.de ?
in general "cryptophone" application isn't difficult
- good vocoder
- some crypto
- good realtime data transfer - CSD for GSM network
- some audio components like AEC
could some one point me to good ARM implementation of vocoder with 2.4-4.8kbitps bitrate? ARM9(v5) PXAxxx ~100MIPS.
Free is preferable, but reasonable commertial offers are welcome too.
just a question,
isn`t it possible with the sourcecode of this software and the sdk for windows mobile 2003 smartphones to make a installer?
is very interesting, or?
is there any other software for ppc or smartphone avalable?
a free wm5 client for this should be awesome! coders go compile now!
is the encryption limited to "only" this version of application ?
- or is there some sort of standard ?
ryhor said:
one more company.
http://www.securegsm.com
and question - where is source download page on http://www.cryptophone.de ?
in general "cryptophone" application isn't difficult
- good vocoder
- some crypto
- good realtime data transfer - CSD for GSM network
- some audio components like AEC
could some one point me to good ARM implementation of vocoder with 2.4-4.8kbitps bitrate? ARM9(v5) PXAxxx ~100MIPS.
Free is preferable, but reasonable commertial offers are welcome too.
Click to expand...
Click to collapse
here
http://www.cryptophone.de/support/downloads/downloads.html
Lord Ashmedai said:
I've tested in my Qtek 2020, (XDA II, MDA II…).
Click to expand...
Click to collapse
Hi, did you manage to get it to work?
I tried on my O2 xda... it hung on the key exchange part...
It concerns me that this program starts two processs, spcore.exe and ui2003.exe. I have not looked over the code, but can you tell me why it must use two. Furthermore once they are going there is no way to stop the spcore.exe. My guess is that if that process contains the thread that is waiting for tapi events, its stopping mechanism has not been implemented properly. If you want to make a thread that is waiting for the event for line state then when the user wants to stop the thread/process, the event interest needs to be reset. eg SetCommMask(hSerialHandle,0); ,but it must be done from the ui thread not the waiting thread because obviously the waiting thread cant do anything. Once it is set to 0 (as apposed to EV_RXCHAR for example) the waiting thread will finish waiting imeadiately.
I tried sending a message to destroy the window with no effect, I then tried using terminatethread to stop it but that did not work so it must be in an api call (such as waiting).
On my mini it starts up ok, and dose not interfear with the phone. I could not test the functionality because the only other phone I had with me was my xda and it dose not install corectly on that. No error messages on intalation but the icon in the program files is not shown properly and it fails when I try to start it.

Bluesnarfing

http://youtube.com/watch?v=B9s2JqmvYQE
So, I saw this on youtube. Looks like bluesnarfing has come a long way since I last tried! Anyway, the writing is in Spanish or something and I can't for the life of me work out what app this guy is using?!?! Any ideas?
Anyone know any good apps for Bluesnarfing/general bluetooth management? I hate the bluetooth management on the Wizard.
Looks very interesting. Most bluesnarfing utilities are generally for linux, but to find one for win CE would be pretty nifty
Although my Spanish is virtually zero 8) I have tried to follow links on give page.
I have found this: http://gospel.endorasoft.es/seguridad/Files/PocketBluesnarfer.ARM.XScale.zip. Just downloaded and going to test on my Wizard. However, the website says Win Mobile 2002-2003 so we'll see...
well, it didn't work for me Don't know if the problem lies in different BT stack in PPC2003/WM5 or something else.
Darn. Gunna give this java application a go when I get back later:
http://trifinite.org/trifinite_stuff_blooover.html
I tried bloover, but I could never get it to work. The PDA the guy was using looked like a Dell x30.
No idea what was going on in that video, those Dell PDA's are cool, friend has a 624 mhz one. Liked the music.
I use Smurf to do BlueJacking :twisted: The SmartPhone version works just fine on my Cingular 8125 (and did on my former qtek 9100). get it at http://www.gatefold.co.uk/smurf/
Maybe someone can hack this app to do full-on BlueSnarfing 8)
SkyyBoy, does this app allow you to look at other peoples documents on their phones, eg images...or is it only to message people?
it says on the web site that the app will always run in the background, is it possible to end the app by using the stop all tasks button in the settings>memory option?
I really would like more bluetooth options. I notice that it really struggles to connect to some Samsung devices.
Also, why can't we set which folder we want incoming files to be saved to (like on the Blue Angel) or to require authorization/authentication depending on which one you desire.
A remote file browser like on the Blue Angel would be lovely too. I thought the Microsoft BT stack was free to use in apps (unlike the Widcomm one whic developers had to pay to use) so people could make their own apps. C'mon people! There is a serious gap in the market for a bluesnarfing app!
I think it would have been possible with the network browser in Resco Explorer, but the bluetooth function is incompatible with the Wizard
I wouldn't expect to get those kinda results all the time to be honest.
From what I remember it was revealed that older SE phones (such as the T68i in this video) had some kinda falw in the Bluetooth Stack (??) that made them easy targets for Bluesnarfing... however I used to have one of these phones in the olden days p) and even if you find someone with one the bluetooth cannot be set to be permanatnley discoverable... you can only make it discoverable for 5 mins at a time (the amoutn of minutes may be different).

[REQ]PocketCM Keyboard 4 wm2003

Hey all
The PocketCM keyboard isnt working with wm2003! Can anybody tell me why? I love this app, but it do not work with my device... that sucks so bad... Please mr. developer sir:
MAKE A wm2003 VERSION! PLEASE!!!
I totally agree with you! i´ve got wm2003, too... I donno why he don´t want to make a wm2003 version...
hm.. I think think many people are sad, because of this (including me!) The developer should share the source code with someone who has a wm2003 device so he could make a special version, but somebody told me he don´t want to give it to anyone.
Open source would be cool !
I own a WM2003SE device, and would love to see this app ported! the built in keyboard just doesn't cut it...
we should start a poll to find out how many people are interested in a wm2003 version!
Great Idea!!!
I've been pleading for this within the existing thread, but I don't even get a response let alone a wm2003 version!!!
I'll sign....
RR
FYI,
I had a reply from the creator. He only has a WM5 SDK installed. That generates THUMB code, that will not run on WM2003 (needs to be ARM)
But he promissed to give it another thought when the project reached final state.
Cheers
sounds like good news!
Can´t wait!
Well, I'll answer
You have to put yourself a little bit at the place of the developer: simply ask you thee basic question: how, when and why.
How?
- developing for 2003 device require (at least): a 2003 device (which I don't have), that the application is actually compatible (WM5 changes lot of stuff, some API used in the keyboard aren't the same or simply do not exist for 2003 device), a 2003 development environment (which takes time to setup) and a huge amount of time to test.
When?
- is it more interesting to develop 2 applications, maintain to application and try to make them stable, or do it later, when one version is stable? Here you have to think long term, not the simple "I want it now", but more what's the most efficient way to get a stable version for 2003, WM5 and WM6?
Why?
That seems to be the aspect your ignore the most, and for me, the most important:
- It takes me lot of time to develop my applications
- I'd like to keep them free, but I also want to get something in return, that's why I use Google Ads on my website, and I encourage donation... but that's not enough. That's also why I don't authorize people to redistribute it, I need your visits and that's why no version of the keyboard exists without time limitation.
- And most importantly: call me greedy or whatever, but what would I get in return?
For WM6 dev: I get a better app for myself, some fun developping it, and hope to get some money back.
For 2003: I don't need it, I don't get a better application, it's not fun to test and port, the fun part is already done.
So I'm simply (and honestly, it's not a trap,I'm just trying to explain my view of the things, maybe you can, considering this, explain me your view of things) asking you the question: what would be the motivation for me? considering the "glory and proud" of making it WM2003 compatible isn't really a turn on for me. Have you thought about that?
That doesn't mean I'm opposed to it, if you can put in place some "motivator", we can of course discuss it.
Well I do understand what you're saying, however from where I sit (and thats having no programming knowledge or experience!!) I'd be more than happy to pay for this app if it was ever developed, and Im sure Im not alone. (c'mon guys, back me up here!!)
The fact is, from what I've seen of this app, this looks as if it is one of the best input methods available, and believe me, I've pretty much tried em all!!
So for you to be asking for a motivator, I put to you COLD-HARD-CASH!!!
I know you're currently accepting donations, but like I said, Im sure other wm2003 users would be quite happy to pay a small fee for having this app up and running on our devices.
yes I do take into account the time and effort (and a wm2003 device) that would be needed to get this out, but seriously, is this impossible.
Even if you couldn't devote the time to it, surely there are other developers out there that (with your help, or code at least) could take this up and continue development.
Just venting my ideas bro, you've made a seemingly great app, let the rest (and im sure its a considerable community) of the non wm5/6 world share this functionality!!!
Other than that, well done on your achievements, I'll be watching the development of this very closely!!
RR
Well, from your point of view, there is no real motivation for him to port his apps for wm2003 and i really understand why. your arguments are very good...
so it´s hard for me tell you why the developer should make a wm2003 compatible version, because when i was in his position i wouldn´t do it, too...
But i will try to explain my ideas
Why:
Richierich is right when he said that it is one of the best input methods available and many people would be happy if they could use it with a wm2003 device!
How:
Share the source code with a developer with a wm2003 device (well i don´t know who this could be, but this community is very big so we can find someone)
When:
when the app works stable he could give the source code to another developer.
I´m no developer, so i have no idea about the amount of work... i just try to explain what i think about it from my point of view.
Thank you for reading.
I'm a developer myself, and trust me, if it's no longer fun. I stop doing it (unless it's work related and my boss requires me to do it).
And I'm sure, not even money (or any form of bribery) can be give enough motivation.
How about sexy gorgeous women? If you can give that, I might even do it myself!
hahaha.. just kidding guys.
I have a better idea... Howabout instead of you writing PocketCM for 03/SE, someone out there ports WM5/6 to my device
That would actually solve many of my other problems too
dito
my message needs to be longer than 10 charakters so i have to write this ****...but i just want to say "dito"
hope there will be a project of this for my imate jam.
I can understand tene (the developer), he is not interested to develop PocketCM Keyboard for WM2003 because he does not have motivation.
Well, there is nothing you can do unless he is motivated, considering this is a free application.
Maybe, you can bargain with him, and "hire" him to build the application
Ask him, how much do you need?
And then, find some people here, collect money, and pay him
That would work ... if tene is willing to be "hired".
If not (not now?), then yeah ... there are still several options:
- Ditch your WM2003 device and upgrade to a newer WM 6.0 model
- Find other onscreen-keyboard alternative, like "TouchPal" from www.cootek.com which people say it is better than PocketCM
http://forum.xda-developers.com/showthread.php?t=334437&highlight=touchpal
http://forum.xda-developers.com/showthread.php?t=335988&highlight=touchpal
Which is still FREE until Dec !
I would love to have a touch keyboard for Wm2003. there are still plenty of Wm2003 users. H4150 was one of the slimmest pda. I would love to have a touch keyboard for it....
i wait for this http://www.iwindowsmobile.com/
it´s propably similiar to pokcketCM keyboard
guys and all,
are you all unhappy of not having pocketCM 2003? well, please consider me also..
That works on my IPAQ HX4700 Win2003SE
try this. that is not easy to install but that works fine.
sorry for my english, i am french.
- edit PocketCM.reg with notepad to edit our options (language)
- Copy files on pocket pc in folder Program files
- execute regsvr_arm.exe and look for folder of pcmkeyboard and choose pcmKeyboard.dll
- The most difficult : Import PocketCM.reg into Register with a software like SKTools
http://s-k-tools.com/index.html?m_downloads.html#tools
- If the skin is not ok, who can download others on the http://www.pocketcm.com/theme.php?application=2

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