Hi all newby here with a few questions - JASJAR, XDA Exec, MDA Pro General

I've been lurking and reading the posts and I'm very impressed with the level of knowledge, willingness to help and general friendliness so I thought it's about time I said hello
I recently got an O2 XDA Exec with Rom 1.30.107 WWE, Rom Date 04/11/06, Radio 1.09.00, Protocol 42.42.P8, ExtRom 1.30.162 WWE
I set it up with minimal branding so there's only a little O2 stuff in there and I've not added any applications, generally I'm very happy with it
however basically it's a small PC or pda with a phone built in and among other things I'm a programmer (years out of practice but it still counts honest! ) I've had a trawl through the forum and can't seem to find the answers I'm looking for so I guess my first couple of questions are these
what tools do I need to write applications for this beastie ?
can the visual studio express suite thats free from M$ be used and if so has anyone else managed it ?
also as it's a windows system it's got a registry soooo....
can anyone recommend a good registry edit tool so I can have a look through the settings ?
and is there a list of registry tweaks anywhere (I'd like to stop the IE key going to pda.o2.co.uk and send it to my home page for a start)
needless to say I am not desperately rich so freeware is preferable to anything I have to pay for, but if I have to pay for something then it will recieve serious consideration
thank you in advance

Official info from Microsoft regarding development http://www.microsoft.com/windowsmobile/developers/default.mspx
As for registry editing, one is as good as another in most cases. Personally I use Tascal Registry Editor http://www2r.biglobe.ne.jp/~tascal/download/pocketpc/tre.htm
And there's some good freeware here http://www.pocketpcfreewares.com/en/index.php but there are many more sites out there.

I'm using embedded visual c to do the job. other than me having difficulty getting hang of the GUI language (I came from DOS based C and Java), seems alright. It suppose the WM2003 SDK but doesn't seems to support the WM5 SDK.

ok thanks for the response so far
looks like I need visual studio 2005 if I want to write any apps according to Microsoft specially if I want to use the WM5 SDK although I've caught a reference to something called Pelles C from http://www.smorgasbordet.com/pellesc/ which is donationware i.e. free but they would like a donation and probably doesn't support the SDK but free is free
I'll check out the TRE registy editor too
thanks so far guys please keep 'em coming

YE GODS! VS2005 Basic costs more than I paid for the XDA !
I think I'm going to look a bit harder at this Pelles C doubrey

thank you AlanJC the registry editor works perfectly
modified HKEY_LOCAL_MACHINE\HARDWARE\OEM\KEYBD\PieHomePage to my home page URL closed TRE and hit the IE button and lo and behold it went to my home page I am now officially a happy bunny
it would have been easier if TRE had a search function but again free is free so not complaining here

Related

MW 2003 Registry explained for Dummies :-)

Hi,
do you know where I can find a nice explanantion on how the MW2003 registry works and what are the meaning of all its variables?
I know registry is a dangerous piece to play with, however I noticed that by mastering this piece we can master the Qtek beast
:twisted:
Many thanks for your help
like with the pc registry i think the only full description of the meaning of the registry's (on a clean wm only ofcause) is ms
as soon as you start to install programs the only who know all the meanings is ms + X(3th party manufactors) where X is the number of programs installed
not much of a help
I'll see what do they have in their site
thanks
for ms it's every setting which can be changed in their os's
some they are not even very happy to share with people
there are 10's of 1000's values in there from where my doc is located
to how much read cache high prioty process's have access to
if you found all the meanings you would be soo flooded with information it would be a jungle to find anything
but with goolge you can find many guides who explain at least some of the settings like this
http://www.winguides.com/registry/display.php/941/
find many more with searches like this
http://www.google.dk/search?hl=da&ie=UTF-8&q=pocketpc+registry+guide&spell=1
or this
http://www.google.dk/search?hl=da&ie=UTF-8&q=pocket+pc+registry+guide&spell=1
you're totally right it's a jungle at MS. Great links you provided I'll try to have a look
many thanks for your help

Where can I get eVB

There are a couple of small apps I'd like, but can't find exactly what I want.
So I figured 'what the hell ... ' and decided to write them myself.
Seeing as how I've got a Himalaya running WM2003 and I don't plan on releasing what I write I figure my piss-poor programming won't be a problem for anyone but me.
I looked at eVC ... but frankly I've never really been comfortable with c and it's decendants ... so I guess I'm stuck with using a runtime and basic. This isn't a bad thing, as I'm much more accomplished with basic.
BUT ... dear old Microsoft want everyone to move to .NET (which in my case is a waste or resources) ... so while I can find the eVB runtime available for download I can't find the actual IDE.
I have no desire to run WM2005 on this unit, so the fact that what I write won't be forwards compatible is not an issue.
In that it was available free of cost I believe there is no legal impediment to me securing it from somewhere besides MS ... and so the question is
Where can I find it?
Hi
I use evb all the time
like you i looked at evc but i went for evb
heres the link for it
http://www.microsoft.com/downloads/...48-31ee-4cbe-aac5-0affd5fb27dd&displaylang=en
That's odd - I just noticed that my reply didn't show up!
Thanks for that pjcltd ... it was driving me crazy trying to find it!

Coders new to WM5 "help" (advice)

Hi,
I have a fair background in various coding languages, and there are a couple of programs I want to try and build.
However, while I can usually pick up and understand a language quite easily the problem I usually find is a lack of knowledge of the objects available to make life easier and the functions which are available.
So far, I've sat around and got a setup which I think should allow me to write and compile WM5 applications and today plugins, but I have suddenly found I am missing that "thing" that made writing in other languages easier - effectively a "Cheat Sheet".
What I would appreciate from the other coders with experience in writing software for WM5 is a list of what windows or books you have open for reference when coding. Is it just MSDN, is there a specific page that you have bookmarked or do you just google for it every time?
Any further advice (like good compilers I might have missed) will also be greatly appreciated.
Thanks in advance.
I'd like to hear from others too about this..
So far, My buddies for development help have been:
1. Search in MSDN
2. Search in Google
3. Ask on xda-developers
4. Search in MSDN forums and usenet groups for pocket pc developers
5. A book (that i dont refer to too often) whose name goes smthing like "Programming for Microsoft Windows CE .net" by Douglas Boling (Its not for .net development, it covers native development mostly. Windows CE .Net refers to a version of CE)
6. I also have another book that i have not even opened till now. It is solely for .net development (which is not my forte). Its by Wrox Publishers. If I remember the name correctly, it goes smthing like "Professional Microsoft Smartphone Programming"
There is an exellent documentation on .NET & Native Code on MSDN.
Then there are samples as well, again on MSDN.
For a today plugin, there is a very good sample by levenum which u can easily find in this section of the forum.
For me its always been google & this forum, no boooooks !!!
or
www.codeguru.com
in most cases programming for pocketpc's is like programming for pc's
Thanks for the replies guys. I see what you mean, MSDN is rather good. I was beginning to think it was just WM6, but I eventually found the section on WM5 (which I am planning on coding for given my phone is WM5). Their Wiki also had some good info on it too. Don't know whether these will be my coding buddies yet though....
shantzg001 said:
I'd like to hear from others too about this..
Click to expand...
Click to collapse
I'm glad someone else is interested. TBH I am surprised there is not a sticky at the top of the forum with this information in or a link to the Wiki for further details, but I could only find details of Development Tools on the wiki.
shaileshashar said:
For a today plugin, there is a very good sample by levenum which u can easily find in this section of the forum.
Click to expand...
Click to collapse
Thanks for this pointer. I found two (here and here) which look promising. Don't know if there are any I missed....
Just a small tip when searching in MSDN... add ce in the search pharse. For e.g., "ce WM_TIMER" will give you the CE related sessions at the top.
I like www.pocketpcdn.com - articles and code examples for Pocket PC and Smartphones arranged by categories.
Also www.codeproject.com has been helpfull at times.

Accurate, updated list of software for Mogul?

So I just got my Mogul, and trying to find software for it is really annoying. no list of programs with screen shots, each program type has about 40 different homebrewed versions, most of the stuff doesn;t have a lonk to download anything, no homepage reference so you don't know if you're downloaded a version 4 versions older than the current, piss poor instructions on howw to actually use it, etc.
Is there an actual list of software links, that is updated with the most recent verion, of sotware for this phone? For example, I'm interested in adding that "Cube" menuing system, and doing a Google search returns 50 different versions of 20 different pieces of software linking to pages with older versions of the software that doesn't even work.
Is there a commonly accepted "best" cube type mening system out there? how about a commonly accepted "best" iPhone like interface?
emkorial said:
So I just got my Mogul, and trying to find software for it is really annoying. no list of programs with screen shots, each program type has about 40 different homebrewed versions, most of the stuff doesn;t have a lonk to download anything, no homepage reference so you don't know if you're downloaded a version 4 versions older than the current, piss poor instructions on howw to actually use it, etc.
Is there an actual list of software links, that is updated with the most recent verion, of sotware for this phone? For example, I'm interested in adding that "Cube" menuing system, and doing a Google search returns 50 different versions of 20 different pieces of software linking to pages with older versions of the software that doesn't even work.
Is there a commonly accepted "best" cube type mening system out there? how about a commonly accepted "best" iPhone like interface?
Click to expand...
Click to collapse
Um, there are literally THOUSANDS of programs that work on the Titan. It doesnt take a lot of work searching to find programs that are awesome. Try using the search feature of this website or ppcgeeks to find what you need instead of asking someone to deliver it to you.
Searching is your best answer. Making a list of the most currnet builds out there (some of which the most current isn't the "best") of software out there would be obselete in a months time. I've got the best results with trial and error in finding what works with my setup (hardware, rom and radio).
Thousands? I've downloaded about 20, and TWO work. the rest do NOTHING, due to obscure compatability problems, some random patch being required that no one seems to have, or it just flat out won't work, period. It;s incredibly frustrating.
Most have said it. You need to do your own research and on top of that what's good for you may not be good for someone else. In a way this is the fun part - the searching for the good stuff. Also, I take much advise from the experts on this and other forums.
In any case, you can't *****. The source of this software is coming from thousands of people/companies. Some write something good and just dump it on a server for others to download and offer little to no documentation. BUT... you pay nothing in many cases (can't ***** there). ANd it's almost always "run at your own risk!".
Want something stable, documented, and supported by a company... stay stock (OEM). Wait... my stock software was not stable, not well documented, and hardly supported (Sprint). As a matter of fact an alpha ROM I am running now is much better than the OEM software that the phone came with.
Willing alpha and beta tester,
tsp
Mogul w/ 6.1, 3.16, 3.27, 60711, NexVision Alpha ROM.
YMMV
make sure you are downloading ppc applications and not smartphone ones, and that you are downloading applications for WM6. If the app doesn't work then search the forums to see what other peoples experience is with that program.
while some of the responses here have been a little abrupt, you need to understand that your request is literally impossible. Nobody could possibly compile of a list of all the software that can run on the mogul.
Here are some things to try, though:
Search the forums for "best programs" and such things
Download different windows mobile apps and try them -- I've rarely found any that don't work.
Figure out what functionality you're looking for, and search specifically for that.
At the very least, if you want to post a query such as this one, you need to specify what exactly you're looking for. Our friend above wasn't exagerating when he said that there are thousands of apps that run on the mogul. If you're new to windows mobile, it'll take some getting used to. Be patient and read a lot. you'll figure it out.
Most people on this board are happy to help you with problems, but they do expect that you exert some energy on your own. If they feel like you haven't, they get touchy.
This thread might become a little more useful for you if you were to say what you are looking for (for example, if you're looking for a good program for maps and such that uses a data connection, I recommend Google Maps (visit http://m.google.com from your mobile phone)
Hope this helps, and good luck!
id say VITO SMS CHAT v1.0.1 is almost a must have if u text alot and have a stock ROM...most the custom ROMS have some form of threaded SMS added for u...but stock ROMS dont and this is a very nice program...i dont use this site much, but im on ppcgeeks 24/7 and i know we have a thread about it there...
also if ur looking for a nice web browser check out netfront browser 3.5 is pretty quick and it loads full websites not just the mobile version...and if u use myspace it actually loads the persons page background...its in beta now till may 31st, but if u search hard enough u can find ANY ppc program for free
I tried searching for a while now. After a failed ROM update I lost all my apps so I am re-customizing everything. How do you change the Title on the Home page? Right now it says: 'TELUS' but that's a little tacky. Can someone guide me to the right post?
Titan Apps
I have quite a few apps that I have been collecting would be happy to contribute to the list let me know...also in the development and hacking section there is a huge list of HTC apps that are pretty much always a go on the Titan.
I am new to this site.. I have a moguel.. and I would love to know what programs u have..please contact me at [email protected] with the info..please and thank u.
marriotheblackguy said:
I have quite a few apps that I have been collecting would be happy to contribute to the list let me know...also in the development and hacking section there is a huge list of HTC apps that are pretty much always a go on the Titan.
Click to expand...
Click to collapse
i'm a noob as well but i read a bunch.thing is there are terms and titles that make reading these threads as bad as reading the bible at times.i tried a bunch of stuff since i had my mogul.i removed a bunch of stuff as well.but right now i use spb mobile shell,pocket plus,fun contact,s2play,s2u2,weather panel<-------- wich is cool as hell but takes a bunch of tweaking imo to get to run right.(still haven't got my radar images right)gpstoday,thumbcal,and a bunch of games.i'm not an expert by far but i know these apps work fine on my device.
this is pretty confusing but this is the index i use to keep track of all the apps that both work and are user-friendly(to an extent).
its kind of hard to understand of you havent written it but what ever
if you have any questions feel free to ask.
EDIT:btw i have all of these stored. (as in .cabs, .exes....)
KEY
--------
X = Located in Backup
O = Must retrive
-----------------------------
ON DISK BUT HAVEN'T INSTALLED
-----------------------------
--------
PROGRAMS
---------
O-PDAMedia SIP Keyboard Light v1.0 - Full Screen Keyboard
X-An Original Idea.com Webby - Alternate Internet Browser
O-TCPMP AAC Plugin - Enables AAC PLayback capabilities for TCPMP
O-TCPMP - Alternate Media Player
A_C Slide2Unlock
X-TNT Task Manager 2_0_30487_2 - Task Manager in Tray
X-The EquinoXe Wizard reTOUCHed - New Phone Keypad
X-PHM Registry Editor
X-CodyPPC Threaded SMS
X-Picsel Browser
X-Windows .NET FRAMEWORK
X-Adobe Flash Lite 2.1
X-TouchFlo
X-TOUCHFLOCONFIG.TXT
X-Slither's Cube
------------
EXECUTABLES
------------
X-LAUNCHER - iPhone Emulator
X-REQUIRES CONFIG.INI
X-REQUIRES GFX.FOLDER
X-PPCPimBackUp
X-REQUIRES PIM.FOLDER
X-Where is my Ram?
-----------------
WMDC EXECTUTABLES
-----------------
X-Christmas Runner Lite
X-Chess v2.0
X-Gnuboy-GameBoyColor Emulator
X-Pokemon Crystal ROM
----------
THEMES
----------
X-wm6t-waterandfire.tsk - Lighter with Water
X-wm6t-stargateprometheus.tsk - The Prometheus -> Stargate
By the way, the cube isn't all its made out to be. TouchFLO is worth it, but I find myself constantly bringing up the cube on accident, not to mention that its stays in the background after launching. (eating up 8-9% of memory) It's nice to play with, and its great for showing off the capabilities of the phone but in the end, for me, it just wasn't worth it.
Then again, to each their own. Truly, TRY programs out. People like different things so you can't always trust a stranger to give you accurate advice.
I was once a "noob," having switched from Palm to come over to the "dark side" (remind me of the Mac vs PC thing). I have the VZW XV6800 with DCD's 2.3.2 rom onboard. I have thrashed and trashed my poor PPC many times before getting it stable the way I want. I have the following recommendations to all "noobs" who want to see "what works and what doesn't."
1) Don't fear the hard reset. If things go completely screwy, simply start from scratch. I store all my cab files on the card for this purpose. BTW, I have never needed to call Verizon after a hard reset. I simply *228 to program the SPL and "everyting is irie mon."
2) Make every effort to find the answer yourself before posting a question anywhere. You are likely not the first person to have whatever problem you think you have. To coin a phrase, "the truth is out there." If you don't have the time to search for the answer, you probably shouldn't be putsing (a technical term) with your phone. Check here and over at PPCGeeks.
3) Figure out which base application you cannot live without. ake sure that each works with the other by soft resetting after each install and working the phone a bit before loading another. My base for instance is: SPB Mobile Shell 2; PhoneWeaver; WisBar Advance; Live Search; Google Maps; Opera Mini 4; Resco Backup; Resco file Explorer; and SK Tools. I know they work well, and work together. I always load these first after a hard reset.
4) Get a good backup program (Sprite, SPB Backup, Resco), and use it daily or at least before each new testing round.
5) Backup your registry and save the backup in a safe place (card) in case.
6) Test new applications one at a time, with soft reset after each installation. Do not load another new app, until you are sure that you're happy with the previoous one or have fully uninstalled it.
7) Have fun! Be happy! Don't forget that it's just a damned phone with benefits.
those are some nice tips for someone who is new jgilfor. do you mind if i quoted you in my sig or something? (pm me)
warez i use
After going through this thread, i decided to add the apps i run to my sig. When i get home i'll add some more.
I don't know if it's a good idea or not but maybe i could throw up a page with links to the software? Unless i can upload them all here.
What do you vets think?
It's probably a better request to ask for the programs that each person uses. That's more useful than trying to get a list of every single program out there. With a program name and some patience, then you should be able to find the right install file. If not, then this phone was probably not meant for you, sorry. =( Maybe a Nokia? lol, j/k!
Anyways, I like GhettoBSD's idea! I keep a list of programs that I use so that I know what to reinstall after a ROM flash:
Nilisco Flashlight
HTC Voice Recorder
HTC Home and emunutz HTC Home Customizer
HTC Audio Manager
Skunkworks FlashVideoBundle and TCPMP
Lordsmiff Battery Level
Jorrit Jongma WMWifiRouter
JRebeiro EsmertecJbed and Opera Mini
Stroths-Codyppc Led Killer 3.1
Oxios Memory
CooTek Cooperation Touchpal
GoogleMaps
PPCpimBackup
TomCo Solutions Stopwatch
Do you have a link for the HTC voice recorder that works with Mogul, I tried some but are not working. Cab installs the application, but when trying to record, always get an empty fie of 6b. No matter how long I record always have an empty file named voice00x with size of 6b. Or whay Im doing wrong? I installed the same file in a tytn and works perfect.
Here is what i use
Opera mini (great little browser)
DinarSoft MemMaid ( cleans out junk and temp/ frees memory too)
DinarSoft Handyswitcher (awesome taskbar app with cpu /memory usage that can be on top toolbar in every ap)
Shape Services IM+ ( great instant messanging app )
PPC geeks battery and performance reg hack
acbPowerMeter ( shows how much power apps consume, good for measuring 3g versus no internet use )
Blue Frog Touch Dialer, (htc diamond style dialer , skinable , bigger button layout very cool )
Led Killer 3.1 ( disables annoying flashing green service led )
HTC home plugin schen 2.10 ( nice gui mod, for weather and apps)
Youtubeplay
Total Commander
lokmeup IE Slow Scroll Fix
Google maps
Cloudyfa EsmertecJbed ( java)
PocketCM keyboard
RARLab pocket rar
Sipchange ( change keyboard tool )
someguy sMMS ( adds ability to send picture sms , providing you get your key from the sprint website)
PocketIRC ( mirc application)
Oxios memory ( free tool to free up unused memory)
TRE Pocket PC (free registry editor)

Ppl (pocket Programming Language)

I wanted to start a new thread on a new piece of programming software that I recently purchased. I was looking for a programming language that was easy to use for beginners and experts. I own a Sprint HTC Touch and I wanted to make my own software to run on WM6. I have not completely messed with it but it sort of reminds me of MS Visual Basic with drag and drop and also code. If you want more info please follow this link: http://www.arianesoft.ca/page.php?1 . This software combines some of the most well known programming languages. I was hoping that there were other people who had and were also working with the same software and who had tips,tricks,source code and software using this programming software. I also forgot to mention that this software not only installs on you pc but also installs on you pocket pc so you can create software on the go. If there are any other languages out there like this please post. I hope this fits in this category.
Yes..this is a good language..i am familiar with it..it also lets you make Games....Visit their forums for sample apps
Been using PPL for a while now. Very good application and can actually produce some fast running apps.
Certainly wouldn't use it for a professional application, but for graphics/games, it's one of the best I've used.
Visual Studio have better compatibilities than PPL I think....
But, PPL is very easy to use and costs a lot less.
its funny but i even saw A_C's Post in their forum
I have a copy of one of A_Cs S2U2 source code from the PPL forums!
The one thing I like about PPL over Visual Basic (although I like VB)is that the software installs on my HTC Touch so I can program on the go. VB unfortunately does not. But with the drag and drop it looks just like VB

Categories

Resources