views:

71

answers:

2

Hi guys,

I want to do programming directly on my cell phone. Do you guys know this kind of programming environment available? The programming language is irrelevant.

Thanks.

+1  A: 

I believe you are probably referring to the HTC Touch Pro 2:

alt text

This is a Windows Mobile - based phone, so to develop software for it you'll need to get a WinMo dev kit, which can be downloaded here. You will have to buy yourself a copy of Visual Studio (2005 or later), but it looks like all the other dev tools can be downloaded for no cost.

T.E.D.
Looks like the OP is looking for a windows mobile based IDE, not an SDK that targets windows mobile.
Tanzelax
Admittedly, it looks that way, but that's a rediculous question (although it would be an interesting research project for a grad student). I'm answering what he probably actually wants, or at least what *can* be done. Sometimes when English isn't folk's first language, it helps communications when you meet them halfway rather than get all technical on what their words precisely mean.
T.E.D.
...then again, I could be totally wrong. Wouldn't be the first time.
T.E.D.
A: 

You can create Python apps. Google for "PythonCE" and some text editor.

myfreeweb
Very interesting. Is MinMo actually close enough to WinCE that Wince dev tools work for it?
T.E.D.
"PythonCE" is just a name. It's a distribution for WinMo. I use it.
myfreeweb