NW   NE
 

Sharp Zaurus Developer Information

Corrections and Comments: Spencer Huang
 
SW   SE
NW   NE
 
Howtos

Upgrading The ROM

Connectivity
Wireless 802.11b

Linux Connectivity
Generic (USB)
Debian (USB)
Red Hat (USB)
Suse (USB)
Mandrake (USB)
Generic (PPP USB)
Generic (PPP Serial)

Windows Connectivity
Win2K (Serial)
Win98se (Serial)
WinMe Over (Serial)
WinNTSP6 (Serial)
WinXP Over (Serial)

Developing
Compiler Setup
Compiling the Kernel
Special Considerations
Checklist
System Layout
Application Help Files
IPKG Howto
Buzzer Howto
Led Howto
IrDa Howto
Audio Howto
Fullscreen Howto
Resume Event
Keys
Turning off the screen

Syncing
Linux
Win2K
Wireless

Other
Wireless Comparison
The Z Boot Process
Ipv6 Setup
Servers Setup
SD And CF FAQ
Setting Up A Feed
Converting TTF fonts
Building a ROM
MPEG Encoding

Downloads
ZaurusZone Feed
Links
 
SW   SE
NW   NE
  Before releasing an ipk the following list of items should be checked over and made sure that they are all met. Sharp currently doesn't have a certification program in place, but this checklist is a good list of items to make any application better and more user friendly. When Sharp does create a certification program it will probably be similar to

Ipk checklist
  1. The ipk properly installs into Memory, SD, and CF with no errors.
  2. Only one entry shows up in the uninstall list after the application is installed.
  3. The ipk can completely uninstall cleanly.
  4. The control file in the ipk has the correct name, category etc.
  5. In the control file "Section" has the best selection of:  admin, base, comm, editors, extras, graphics, libs, misc, net, text, web, x11 settings.
  6. Any requirements (other ipk's) need to be listed in the control file.
  7. The ipk shouldn't create a new tab unless that tab is a category (i.e. Users don't care what programming language it is written in so a Jeod, Python, etc tab shouldn't be created.  But Multimedia can be). If the user can't figure out why an application is in a tab then the tab shouldn't be there.
  8. A help file needs to be installed if the application supports it. (little ? in the upper right of the dialog)
  9. Gui applications shouldn't install command line applications, but should require them ( A frontend for fdisk for example would require an fdisk package.)
  10. Mimetypes are set/unset by a install/uninstall script if needed/required.
  11. Any binary should be stripped to reduce size.
  12. If the application isn't that intensive (like most gui applications) compile the binaries with -Os (optimize for size) as apposed to -O2.
  13. The Source is available for any application(s) that are under GPL or similar license.
  14. If the application has a gpl or similar license the source should be availble somewhere online (or at least a contact name/e-mail to get the source).
  15. Any install script needs to be in UNIX format and not in DOS format.
  16. The package can't have symlinks for it would fail on installing to Fat devices.
Application checklist
  1. Doesn't require any command line usage to get the application up and running. (i.e. no need to install man pages, readme, etc that should be in the user docs on the computer)
  2. If it is a command line app that is ment for the user and not the programmer it should have a frontend applications (even if very basic) Example: samba client, simple web servers, etc.  (i.e. The boa package is ok, because the server manager package is a frontend for it)
  3. The application doesn't allow for system navigation to be presented to the user (can't browse to /usr/bin for example.)
  4. The application doesn't try to create its own color scheme/theme (games are the only real exception).
  5. Any dialogs with the "OK" button should reject the new settings when the "X" is clicked.
  6. Applications works on both the 5000D and the 5500 (i.e. doesn't require 30MB of memory...)
  7. Use the QPEMenu so the menu button will work.
 
SW   SE

    This page was last updated: Wednesday, 09-Apr-2003 04:57:10 PDT