Author Topic: Make Software On A Zaurus And Pack The Ipk Files  (Read 2195 times)

g333

  • Full Member
  • ***
  • Posts: 196
    • View Profile
Make Software On A Zaurus And Pack The Ipk Files
« on: March 26, 2005, 03:27:12 am »
Making software and doing everything on the Zaurus might be slow but this will be a guide for everyone.

Source material is easy to find but how do we turn it into a working program and then how do we package it and save the file? There has to be an easy way.

Glen
SL-C3000, Sharp ROM 1.11 JP, AirEdge AH-S405C...

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Make Software On A Zaurus And Pack The Ipk Files
« Reply #1 on: March 30, 2005, 02:12:46 am »
A .ipk file is just a .tar.gz file that contains a data.tar.gz and control.tar.gz
The data.tar.gz file contains the files to be extracted in their corresponding directories and the control.tar.gz file has to contain a control file with info about the application. Just unpack one by doing the reverse process and have a look inside.

regards

Meanie
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Sniffer

  • Newbie
  • *
  • Posts: 34
    • View Profile
Make Software On A Zaurus And Pack The Ipk Files
« Reply #2 on: March 30, 2005, 02:15:59 am »
Near the end of this article it tells you how to package an ipk file and set up your desktop files etc.