CAD for XDAII - MDA II, XDA II, 2060 General

I work with AutoCAD drawings. Does anyone know of a freeware CAD software for XDAII? Perhaps just a dwg/dwf viewer and not a full-fledged editable.

http://www.scovato.it/computer/software/free+cad+software+pocket+pc.html
http://www.pocketpccity.com/software/pocketpc/ProCad-2001-11-22-ce-pocketpc.html
http://www.pilotzone.com/pocket/preview/270961.html

Remember the XDA II is a PPC so just visit the PPC software sites and you will find several alternative applications.

Thank you. After a quick check, i may be getting the 'GiveMePower PowerCAD CE', which is neither free nor just a dwf/dwg viewer! It must be worth the blood coughing price????

I also draw in AutoCad and I do not find these Pseudo-Cad's programs useful.
It is really difficult to draw on ppc because of screen and only some functions.

I wonder is it possible to interface a serial tablet to the xda? Anybody know if its been done? It would be a very helpful tool for drawing in cad. I think the serial interfacing would be reasonably easy but then drivers would be needed for the tablet.

Related

Where can I get SDKs for XDA II?

I saw a lot of programs developed for XDA II, and they are for XDA II only. So it must be a SDK documents somewhere, otherwise no-one can write codes specific for XDA II, Am i correct?
If so, could anyone tell me where can I get the XDA II's SDK?
Thanks in advance
SDK is the PocketPC2003 SDK available free from Microsoft.
It really needs embedded Visual C++ 4, also available free from Microsoft.
http://www.microsoft.com/windowsmobile/default.mspx
They'll also send you all the tools on DVD for a small handling fee, as they are huge downloads.
andyclap said:
SDK is the PocketPC2003 SDK available free from Microsoft.
It really needs embedded Visual C++ 4, also available free from Microsoft.
http://www.microsoft.com/windowsmobile/default.mspx
They'll also send you all the tools on DVD for a small handling fee, as they are huge downloads.
Click to expand...
Click to collapse
Sorry, I didn't make myself clear.
I have the generic SDK from MS, what I need is the SDK for XDA II, it should come from XDA II's manufacture.
Thanks
well there are not xda2 stk
but there are a collection of stk's
one of them is ms's
another is the one which the cam program uses
another is the stk of the ati 2d chip
i think ati will give you their sdk if you reg at their site or something
dont think the cam's sdk is something they would let people get their hands on
a xda2 sdk would be like having a dell Latitude sdk
it dont work like that
Rudegar said:
well there are not xda2 stk
but there are a collection of stk's
one of them is ms's
another is the one which the cam program uses
another is the stk of the ati 2d chip
i think ati will give you their sdk if you reg at their site or something
dont think the cam's sdk is something they would let people get their hands on
a xda2 sdk would be like having a dell Latitude sdk
it dont work like that
Click to expand...
Click to collapse
Thanks, where is the website for ATI? could you post a link please?
BTW, what I need to do is to develop GSM related applications specific for XDA II, say, timed SMS sending. It is best if I can plug my apps into their build-in apps like SMS (it does not have timed SMS sending options)
Aha you're after the device SDK for the XDAII. You want to know what drivers are supplied and how to use them to control the specific hardware at the lowest level, e.g. ATI graphics, Radio hardware, Camera, Bluetooth, Buttons, comms, etc.
... unfortuantely HTC are an absolutely closed shop. Getting any information out of them is like getting blood out of a stone. A particularly hard and bloodless stone.
This site is really the closest thing we have, although as mentioned above you might have some luck with the specific hardware manufacturers such as ATI (although they are also notoriously unforthcoming). There's also sourceO2, who have similar level of knowledge about supporting low level development on the XDAII as a particularly stupid earthworm.
Usual rant follows... If only the device manufacturers would properly open up their products to developers, they'd see a wealth of applications developed that'd make their hardware a real "must have". They probably think it'd eat into their profits on the next device they produce, which is all they're interested in really.
Incidentally, you can both send SMSs, and use the notification subsystem to schedule an app to run at a particular time via the PPC2003 API. So it'd be fairly simple to knock up a client-side SMS timed sending application wihtout hacking RIL.
Hi, andyclap
Thanks a lot for your informative reply.
I am not actually developing very low level applications. What I planned to do is to develop some value added little programs that could be a plug-in or such a kind.
To make myself clear, I can use an example to explain what I might want to do:
The build-in SMS program does not have the feature the let you send a timed (scheduled) SMS. I am wishing to do is:
insert a menu item into its original context menu (tap-and-hold on SMS message body), you can choose to send at specific time
Anyone have an idea?
build in sms programs are not something which would make it a special xda program
all pocketpcs would be able to use that
that is unless you want to block your application somehow from being used on other pocketpc's then the xda then i suppose you need to access some reg indentifier or something
you want me to give your the link to ati ?
well if you are too lazy to type it then i suppose I must
http://www.ati.com/products/handheld.html
Hmm this may be quite hard to do, as I the messaging system is quite unextensible. It's fine if you want to create a new format from scratch, but extending an existing form handler is, I think, impossible.
Some low level dirty tricks (subclassing windows etc) might work, but would be pretty tricky to do, and very hacky.
I just wish somebody would give the PocketPC team a Symbian SDK, Symbian really got it right when it comes to messaging.
Yes, i can write a new SMS program, but it will need me to deal with Contacts object. I mean, I have to write code for fetching data stored in the build-in contacts database. If I can just plug my function into its contextmenu, I will only need to implement a simple function program (setting date/time, save phone number and message text, create a notification, etc).
Using SetWindowLong can hook into the *****, but this program model is some kind of fragile, very easy to crush the system or the apps itslef, not really stable if not tested thoroughly

Someone to write a program

I know this is for programmers only but since I am looking for a programmer I figured it would be okay for me to post this here.
MODS - If it belongs someone else then please feel free to move it...
I own a HTC Universal (Cingular 8125) and I am also a diver. For a few years I looked at various Palm based dive logging software (when I had a Palm) but never bought one because I like to write longish descriptions of the dive and didn't want to do that in Graffiti or bring both a Palm and a portable keyboard on a dive trip. The desire to minimize electronic gadgets (and weight) is also why I never bring a laptop along with me. However, with the 8125 I have one device that I can bring with that lets me watch movies on the plane, listen to music on the beach, check my e-mail if I find find a wifi hotspot, and has the full keyboard and can use as a phone since it is GSM!
That being said, most dive comptures have the capacity to download information about the dive (depth, temperature, etc) to a computer. This information is very useful when you combine it with a log since it allows you to see what is called your dive profile and if you have the right logging software you can then combie this profile with your comments and create a really neat electronic log book.
However, the logging software for my computer, and I believe most computers, will not download to my device to any device running WM5. I had pretty much given up and figured I would have to wait awhile until these silly companies ralized there was a demand for WM5 and hopfully created software so you could download your computer information directly into your phone. However I recently found this device http://reefnet.ca/products/sensus/ which is very different. It is more of a logger than a dive comuter in that you do not interact with it during the dive and it does not give you any guidance about dive limits. One of the biggest things that makes it different is that they, "realizes the benefits of publishing the technical details of its data recording devices. If you're a software developer, dive organization, or just curious, you may download our free Developer's Guides. In them we carefully detail everything you need to know to be able to download data from Sensus recorders. The Sensus Ultra Developer's Guide is AVAILABLE NOW!"
So what I was thinking is that someone might be able to create software for WM5 so that we could download the information directly into a Pocket PC. This could then perhaps be combined with a program like this
http://blackwave.com/products/DiveAssistantPocketPC/index.aspx or this http://www.dreamdives.org/en/products/products1.htm to create the full package.
I think this would be a killer app that could make someone a few bucks. All I would ask for would be a free copy. I will even do the testing for free. the only big hurdle that I know of, and why they currently do not support download to WM5 is that the downloader uses serial ports.
Here is the link to their developers guide
https://secure.reefnet.ca/downloads/public/doc/sensus_devguide_ultra.pdf
If any one has any questions please feel free to PM or e-mail directly at bigcatdiving at gmail dot com
dcdivenut: why do they sell Palm software? What does the Palm software do? Presumably it doesn't link directly to the logger? Although, IIRC, the Palm does have a kind of serial port built in.
Your biggest hurdle here clearly is the physical lack of a serial port.
Basically you've got a logger, and want to connect it to the phone? Converting the data into a universal format should be straight forward, most logging is done in clear and easy to manipulate text.
So, how do you get around the hardware limitation? You could wire together a serial to IRDA converter and blast the logs directly into the infra red port. But is that the kind of thing you want or need?
V
Or you could use a bluetooth to serial converter. It may actually be more stable and easier to use than IrDA.
J-Man5
vijay555 said:
dcdivenut: why do they sell Palm software? What does the Palm software do? Presumably it doesn't link directly to the logger? Although, IIRC, the Palm does have a kind of serial port built in.
Your biggest hurdle here clearly is the physical lack of a serial port.
Basically you've got a logger, and want to connect it to the phone? Converting the data into a universal format should be straight forward, most logging is done in clear and easy to manipulate text.
So, how do you get around the hardware limitation? You could wire together a serial to IRDA converter and blast the logs directly into the infra red port. But is that the kind of thing you want or need?
V
Click to expand...
Click to collapse
I !think! the palm software allows you to download directly to the Palm via the serial port.
As far as an infrared port to get the data into the PC that is more or less exactly what I am looking for. Here is a long discussion on a scuba forum that involves a programmer from the company that might gove some additional information.
http://scubaboard.com/showthread.php?t=140213&highlight=sensus+ultra
I guess there are two challenges
1. Getting the data from the logger to the device either via some sort of serial/USB converter or serial/IRDA converter. I found this out there which would "seem" to work http://www.usbgear.com/IR-210S.html
2. Then having a program to take that data and with a decent GUI turn it into something displayable a la the palm and windows software on their website. Then possibly taking it a step further and integrating that into "dive log" software so that in addition to the profile information gathered from the logger you can record where you were, who you were with, what you saw, what equipment you had, etc. a la the blackwave or sharkpoint software.
Why not try styletap to run the palm software on the pocketpc windows mobile?
J-Man5

TVBGone for PPC?

Hello everyone, I must ask this question-Do any of you know of a program that basically emulates the function of the TVBGone?
http://www.thinkgeek.com/gadgets/electronic/755e/
I have Novii Deluxe remote, but dont like the fact that I have to manually configure the program to turn off televisions in the general vicinity. I dont know if such a program even exists (all it does is cycle through the IR "off" codes for various manufacturers until the tv shuts off), but if it does, please share the company name.
If no one knows about such a program, would some of the more experienced programmers care to help me create such a program? It need not be fancy, but only work. I figured the hardest part would be gathering the IR codes, but I have a library of them from Novii that has about 200 different models. Granted, I have no programming knowledge, but would appreciate anyones help to achieve my goal.
Thank you.
Joshua Giesbrecht
bump...............

Anyone knows n0p's accessibility OR how Tower Toppler can be run?

Has anyone EVER managed to make n0p’s free (!) Tower Toppler ( http://toppler.sourceforge.net/ ) port (available at http://n0p.tonych.info/?Tower_Toppler ) work on his / her WM device?
It wouldn't work on mine - it just displays "null" instead of the name of the map. Tested on several of my devices, with both the older XScale only and the new ARM (02.12.2006) build.
Alternatively, does anyone know n0p's accessibility? I'd need this info on my forthcoming article on all Nebulus clones for Windows Mobile.
In the meantime, I was able to make the game work (see http://forum.xda-developers.com:80/showthread.php?t=304230 if interested). Guys, you MUST give this game a try - it REALLY rocks! n0p has again presented us something REALLY cool, thanks!
ANYWAY, if anyone does know n0p's accessibility, let me know. I, as the Windows Mobile Best Software Awards 2007 Nomination Manager, want to nominate some of his stuff for this year's awards and, for this, I also need to contact him.

microsoft office access moblie

hi can someone point a place to download microsoft access mobile
thx
Access
If you are talking of the Access Database, then I am afraid you are out of luck, as MS stopped support for Access on the PDA in WM5 (if memory serves me correctly, may have been earlier).
What you will need to do is to go to a 3rd party database that will translate and synch with your existing MS Access databases. Personally I use SprintProDB, but there are many others.
Again, you need to be aware of the synch issues as well as usability, so I would strongly recommend going for the trial and field testing the voracity of each developers claims to functionality and synchronisation. FYI, Sprint Pro is at: http://www.kaione.com/
It's dang expensive but haven't seen many other options. I'm a teacher and just need it to keep grade book primarily. there's a program called Gradebook for oh my - 400$! about same as SprinDB wish they'd be reasonable atleast Someone needs to develop something openSource
Psyberd said:
It's dang expensive but haven't seen many other options. I'm a teacher and just need it to keep grade book primarily. there's a program called Gradebook for oh my - 400$! about same as SprinDB wish they'd be reasonable atleast Someone needs to develop something openSource
Click to expand...
Click to collapse
Truly, nobody says dang unless they are on US TV! As to the expense, I am pretty sure you will find SprintPro is not that expensive, its only around 30-40 not 400, so suck it up, pay the man for the work done and see if you can set this as a task for your students to complete as a project.
simple spread sheet in excell?
SQL Server CE 3.5 Works well on WM 6 by the way. Its great as a database and also comes with the Desktop like Query Analyzer.
single word, SQLite

Categories

Resources