Logo ©1994-2007 Kevin Boone
My professional interests
Computing
Law
Education
Science and research

My leisure interests
Martial arts
Heritage railways
Garden railways
Motorcycles
DIY

Downloads
Linux downloads
Windows downloads
Java downloads
Perl downloads
Home automation downloads

About me
Home & family
My CV

Site info
Contact the author
Download policy
Keyword index

  Home > Computing > Linux > Archos PMA430 (and other Archos AV) stuff

My first Qtopia application -- how to get started with Qtopia development

Last modified: Fri Aug 3 08:41:35 2007

This article provides a step-by-step guide to authoring, testing, and packaging a (very) simple Qtopia application to run on the Archos PMA430. Some of the article applies also to the Sharp Zaurus range, but the Zaurus does not support file transfer over USB out of the box, while the PMA430 does, so you'd need to make your own arrangements for getting your applications onto the device for testing. %-para% I assume that the reader will be using a Linux system to carry out the development, for various reasons. Not least is the fact that I don't think any zero-cost tools for Qtopia development are available for any other platform. What's more, I don't use Microsoft Windows at all, so I don't really know enough about it to comment.
      I also assume you have at least a passing familiarity with C++; you'll be able to carry out the steps I describe without it (but they might not make a lot of sense). Qtopia relies extensively on object-oriented programming concepts like classes and instances, so to do serious Qtopia development you'd have to be prepared to get to grips with this stuff at some point.

   
Search

WebThis site

Shameless plug

By the author of this site. Buy on-line from Amazon USA | UK

Editorial
So you want to be a university lecturer? Read this first!

Speak like your boss: new developments in managerese

Computing features
File handling in the Linux kernel: an in-depth look at how Linux handles files, filesystems, and file I/O

All sorts of Linux stuff

Confused about CLASSPATH? answers are here

First steps in EJB using jBoss (recently revised for jBoss 3.2)