Difference between revisions of "Developers/AddingApps"
From Amahi Wiki
Line 5: | Line 5: | ||
* How to compute checksum: | * How to compute checksum: | ||
** In Linux: use sha1sum in linux on the tar/zip file, e.g. <code>sha1sum XXXX.tar.gz</code> | ** In Linux: use sha1sum in linux on the tar/zip file, e.g. <code>sha1sum XXXX.tar.gz</code> | ||
− | ** In Windows: use the [http://www.shareup.com/HashCalc-download-22889.html HashCalc utility] | + | ** In Windows: use a tool like the [http://www.shareup.com/HashCalc-download-22889.html HashCalc utility] |
==Web Apps== | ==Web Apps== | ||
* Url name: is the url that HDA users will use to access the app | * Url name: is the url that HDA users will use to access the app |
Revision as of 23:52, 5 January 2009
How to add Apps to the Amahi App Gallery
- Logo image native size: 48 h x 62 w (pixels)
- Screenshot image native app: 240 h x 320 w
- How to compute checksum:
- In Linux: use sha1sum in linux on the tar/zip file, e.g.
sha1sum XXXX.tar.gz
- In Windows: use a tool like the HashCalc utility
- In Linux: use sha1sum in linux on the tar/zip file, e.g.
Web Apps
- Url name: is the url that HDA users will use to access the app