How to create freeware and theme for PPC - Windows Mobile Development and Hacking General

Hello everybody!!
Can some1 tell me How to create theme and software for PPC plz??
Thanks.

To create themes, your best bet is the excellent ThemeGenCE which you can get from the ThemeGenCE website
As for creating freeware, you'll need something like Visual Studio, the Windows Mobile 5/6 SDK and a knowledge of VB.NET, VC.NET, C# or similar.....and a wagon load of patience
Cheers,
Mark.

Thank Thank Thank !!!!
You are so nice!

Related

learn to make program.

good day!
can anybody please tell me what to use and how to make a program for a PPC?
i just want to learn.
thanks a lot.
- Microsoft eMbedded Visual c++ 4.0 (IDE)
- Microsoft PPC 2003 SDK
Thats for c++ development. Can also do VB if you like.
A device for testing is handy as well... and some patience.
or visual studio 2003 .net if you want to do .net applications
here are some links to pocketpc code examples
http://forum.xda-developers.com/viewtopic.php?t=21786&highlight=today+plugin
Perhaps the best tool to make PPC apps is NsBasic http://www.nsbasic.com/ce/

Developing application on KJAM

Hi
This is vijay i bought a Imate KJAM PDA. I want to develop an application on this PDA in Java J2ME Technolgies. Can anyone help me how to develop application and what file should i download into PDA. How to run the application file on PDA. Let me know the details in clear.
With regards,
Vijay.G
vijaygutta said:
Hi
This is vijay i bought a Imate KJAM PDA. I want to develop an application on this PDA in Java J2ME Technolgies. Can anyone help me how to develop application and what file should i download into PDA. How to run the application file on PDA. Let me know the details in clear.
With regards,
Vijay.G
Click to expand...
Click to collapse
Hi,
i'm not a developer but i can say that Java J2ME is not very used on pocketpc platform (many PPC do not even have any java support). If you wanna develop managed code then go for .Net (vb or c#) or you can make native applications in c++. The problem is you'll need to buy MS Visual Studio (unluckily, the free Visual Studio Express doesn't support mobile devices). AFAIK
Bye
try using search for J2ME
you'll find tons of posts about it
most likely an url to where you can download the wm too

development environment?

hi
i was wondering if anyone could point me in the direction of some decent but free development tools for wm5
thanks
embedded visual c++
you can also get free compilers like gcc and a .net compiler which run on the pocketpc itself
but it's hardly en ide
Depends on what language you want to code. For instance I couldn't find a decent assembly IDE yet (free or not). For C++/C# (managed and unmanaged) VS2005 is probably still the best. And the epxress versions can be obtained for free. Integration of embedded stuff would have to be done manually, I guess.
well i prefer programming in c/c++ so are there any free tools/IDEs for it?
don't i have to pay for embedded vc++ or is there a free version that lets me program for wm5?
oh and i downloaded the express c++ but when i want to instal the wm5 sdk it tells me it needs visual studio 2005
PSPad is awsome, and free.
Regards,
Jason
hey thanks for the reply but that's not for windows mobile 5 development
i really need something free for windows mobile 5 development
if anyone could help i would appreciate it
thanks
Ok little clarification:
a) You don't need WM5 SDK to develop apps that will run on WM5 and use its special features. You will just have to work a little harder and use LoadLibrary and GetProcAdress for functions not supported in WM2003. Also you can manually unpack the SDK installation and use the binaries and header files (this is VJ's advice I have yet to test it).
b) There is no version of eVC for WM5 because MS switched to Visual Studio. The express version does not support mobile development in any way. I always use eVC 4 this not only works fine for WM5 apps but also insures backward compatibility and saves me keeping two separate projects for one app.
I agree with levenum, as ever.
You don't NEED VS2005 if you're only developing in C++ (which you should be). I don't think VS2005 offers enough over EVC for me to spend a gazillion $$ on it as a hobby programmer. However, you can get VS2005 on trial for free from MS if you feel the need to try it out.
Also - EVC only requires a small number of mbs of space (great to stick on a USB). VS2005 is > 1gb from memory
V
thank you for your replies
i will do as you suggested
thanks
one last question:
does anyone know if there is an SDL sdk for wm5?
if not then any links to wm5 programming tutorials?
wajih.boukaram said:
one last question:
does anyone know if there is an SDL sdk for wm5?
if not then any links to wm5 programming tutorials?
Click to expand...
Click to collapse
here
Regards,
Jason
Hi,
There is an open source IDE for .net that supports (v2.2.1 only) the compact framework 2.0 : http://www.icsharpcode.net/OpenSource/SD/.
I'm using it for windows coding and it's a very good soft.
Regards,
Imer

software to program on PPC

Hi all...well, i tried to search at google without luck, any software that let m program in a ppc...(sorry for bad english but im portuguese )..well i would like to make program lines in my pda with any program, and then compile it and run it in a "command line" style...or even in visual basic style...it could be c++ or visual basic... (by the way i've just started programming...
thanks in advance
your options are
pocket gcc free
ebedded visual c++ / vb free
visual stuio 2005 and up not free unless you get the express version
Rudegar said:
your options are
pocket gcc free
ebedded visual c++ / vb free
visual stuio 2005 and up not free unless you get the express version
Click to expand...
Click to collapse
so i can install that programs on my ppc and program with them ?
can i also compile and run the programs that i make with that list ?
no those are pc tools to make programs for pocketpc
if you wanna compile on the pocketpc itself(maybe a bit slow as 400Mhz arm cpu is not really faster then 120Mhz pentium cpu)
http://www.geocities.com/hrowson/wm5_software/index.htm
http://sdcc.sourceforge.net/
http://www.pocketpcfreeware.mobi/download-pocket-vic-v1-10.html
http://sourceforge.net/projects/wince-xcompile/
http://weblogs.asp.net/pleloup/archive/2004/06/09/151853.aspx
huum...
thanks for that list of programs
but what i really need is an app that let me program on my ppc...like when i'm travelling and want to make any small program...is there any software for that ?
yes all the links i posted in the 2th post is just that
can i program vb language with any of them ?
no
c#
or c++
Rudegar said:
no
c#
or c++
Click to expand...
Click to collapse
i really appreciattd your help
thanks man
i want software for programming in c++
in all ur links i cannot find any software that will help me none of these run.
the cross compiler is .tar file how can i install it on my ppc
please help waht can i do
Check out the wiki pages
http://wiki.xda-developers.com/index.php?pagename=Complete list of Development links and resources
Specifically
Pocket C#, Pocketgcc, Basic4PPC, and ETCL all will let you program on your phone.

How to develop an interface layer over Windows Mobile?

Hello, I'm a Visual Studio and C# web developer, and would like to create an interface layer over Windows Mobile, like TouchFlo 3D. I need some help on what tools (emulator, sdk) I've to use and maybe some tips you can give me.
Thank you very much!!

Categories

Resources