DSZip: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = dsZip | image = | type = Utilities | version = 0.01 Pre-alpha | licence = GPL | author = pierluig | website ...")
 
m (Text replacement - "Category:Utility homebrews on DS" to "Category:Utility Applications on DS")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = dsZip
|title=dsZip
| image       =  
|image=nds.png
| type       = Utilities
|description=Compress/decompress .nds files directly on the Nintendo DS.
| version     = 0.01 Pre-alpha  
|author=pierluig
| licence    = GPL
|lastupdated=2007/08/11
| author      = pierluig
|type=Utilities
| website     = http://code.google.com/p/dszip/
|version=0.01 Pre-alpha
| download    = Media:Dszip001.gz
|license=GPL
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/dszip.7z
|website=http://code.google.com/p/dszip
|source=http://code.google.com/p/dszip
}}
}}
dsZip is a handy utility to compress and decompress .nds files directly on the Nintendo DS.


dsZip is a handy utility to compress and decompress .nds files directly on the Nintendo DS. This way it is possible to store many more homebrew applications (or whatever floats your boat) on a memory card than possible when using normal files, and decompress them only when you really want to use them.
This way it is possible to store many more homebrew applications (or whatever floats your boat) on a memory card than possible when using normal files, and decompress them only when you really want to use them.


==User guide==
==User guide==
When dsZip is run it displays a list of files and directories present in the current directory (that is, the one it has been launched from). Only .gz files are currently listed, as those are the only one you can decompress for now.
When dsZip is running it displays a list of files and directories present in the current directory (the one it has been launched from). Only .gz files are currently listed, as those are the only one you can decompress for now. If it is a file, dsZip will try to decompress the file:
* It will list the gzip'd file name, the output file name and then a progress indicator (for every compressed block that has been decompressed a . is printed).
* Decompression is done when the message asking you to reboot your DS is printed on screen. Please wait for that message before resetting or power cycling your DS.  


If it is a file, dsZip will try to decompress the file. It will list the gzip'd file name, the output file name and then a progress indicator (for every compressed block that has been decompressed a . is printed). Decompression is done when the message asking you to reboot your DS is printed on screen. Please wait for that message before resetting or power cycling your DS. If it seems to be stuck it might be because you are decompressing a very large file. Just wait a bit. An uncompressed 128MB file can take up to 4-5 minutes.
If it seems to be stuck it might be because you are decompressing a very large file. Just wait a bit. An uncompressed 128MB file can take up to 4-5 minutes. Just before the reboot message an exit code is printed. 0 is fine, everything else represents failure.  


Just before the reboot message an exit code is printed. 0 is fine, everything else represents failure.  
The gzip decompressor is tested with different compressed file sizes, up to 128 MB.


The gzip decompressor is tested with different compressed file sizes, up to 128 MB.
'''Note from developer:'''


'''NOTE:''' this is pre-alpha quality code. It might work, or not. It might fail in silent and subtle ways. It might destroy your console, or it might eat your data. Use at your own risk.  
This is pre-alpha quality code. It might work, or not. It might fail in silent and subtle ways. It might destroy your console, or it might eat your data. Use at your own risk.  


==Controls==
==Controls==
Up/Down - change the currently selected entry  
Up/Down - Change the currently selected entry  


A - take action
A - Take action


B or "activating the .." - back to the parent folder
B or "Activating the..." - Back to the parent folder
 
==Compatibility==
Tested on a DS Lite with a R4 adapter.


==Known issues==
==Known issues==
Error reporting is minimal (hint: result = 0 means everything is fine).
* Error reporting is minimal (hint: result = 0 means everything is fine).
 
* No checks on the output file name apart from extension stripping (could overwrite something important).
NO checks on the output file name apart from extension stripping (could overwrite something important).
* Compression does not work yet.
* Archives different from .gz are not supported (even if gzip can normally handle them).
* No check is done for available space on the device.  


Compression does not work yet.
==External links==
* Google Code - http://code.google.com/p/dszip


Archives different from .gz are not supported (even if gzip can normally handle them).
No check is done for available space on the device.
==Compatibility==
Tested on a DS Lite with a R4 adapter.


[[Category:Homebrew applications]]
[[Category:Utility Applications on DS]]

Latest revision as of 06:35, 4 May 2024

dsZip
Nds.png
General
Authorpierluig
TypeUtilities
Version0.01 Pre-alpha
LicenseGPL
Last Updated2007/08/11
Links
Download
Website
Source

dsZip is a handy utility to compress and decompress .nds files directly on the Nintendo DS.

This way it is possible to store many more homebrew applications (or whatever floats your boat) on a memory card than possible when using normal files, and decompress them only when you really want to use them.

User guide

When dsZip is running it displays a list of files and directories present in the current directory (the one it has been launched from). Only .gz files are currently listed, as those are the only one you can decompress for now. If it is a file, dsZip will try to decompress the file:

  • It will list the gzip'd file name, the output file name and then a progress indicator (for every compressed block that has been decompressed a . is printed).
  • Decompression is done when the message asking you to reboot your DS is printed on screen. Please wait for that message before resetting or power cycling your DS.

If it seems to be stuck it might be because you are decompressing a very large file. Just wait a bit. An uncompressed 128MB file can take up to 4-5 minutes. Just before the reboot message an exit code is printed. 0 is fine, everything else represents failure.

The gzip decompressor is tested with different compressed file sizes, up to 128 MB.

Note from developer:

This is pre-alpha quality code. It might work, or not. It might fail in silent and subtle ways. It might destroy your console, or it might eat your data. Use at your own risk.

Controls

Up/Down - Change the currently selected entry

A - Take action

B or "Activating the..." - Back to the parent folder

Compatibility

Tested on a DS Lite with a R4 adapter.

Known issues

  • Error reporting is minimal (hint: result = 0 means everything is fine).
  • No checks on the output file name apart from extension stripping (could overwrite something important).
  • Compression does not work yet.
  • Archives different from .gz are not supported (even if gzip can normally handle them).
  • No check is done for available space on the device.

External links

Advertising: