14nicholasse
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
07:14 PM
Corrupt Zip Archive
I was able to sucessfully install one of the pre-zipped sample applications, but when i unzipped, and then recompressed the folder, it would not appear on the home screen, and i looked at the debug info and it said that the archive was corrupt...I am on mac, i tried stuffit and archive utility...please help
7 REPLIES 7
MarkRoddy
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
08:12 PM
Re: Corrupt Zip Archive
"14nicholasse" wrote:
I was able to sucessfully install one of the pre-zipped sample applications, but when i unzipped, and then recompressed the folder, it would not appear on the home screen, and i looked at the debug info and it said that the archive was corrupt...I am on mac, i tried stuffit and archive utility...please help
Check that 'stuffit' used the 'zip' format when you regenerated the archive. I haven't used this tool to know if this would be an issue, but its wikipedia page says it uses it's own proprietary compression format
-Mark
14nicholasse
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
08:16 PM
Re: Corrupt Zip Archive
no, it is in the .zip format...
MarkRoddy
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
08:27 PM
Re: Corrupt Zip Archive
Have you tried installing using the makefile(s) that come with the demo apps? If you have 'make', 'zip', and 'curl' installed you should be able to do so from the command line.
Using the command line (I believe it's called 'Terminal' in OSX) cd into the rokudev/examples/source/audioapp and run 'make install'.
-Mark
Using the command line (I believe it's called 'Terminal' in OSX) cd into the rokudev/examples/source/audioapp and run 'make install'.
-Mark
14nicholasse
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
08:33 PM
Re: Corrupt Zip Archive
i tried that, i got this error:
make: *** No rule to make target `install'. Stop.
make: *** No rule to make target `install'. Stop.
MarkRoddy
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
09:14 PM
Re: Corrupt Zip Archive
Sounds like you're in the wrong directory. From the same directory, post the output of both the 'pwd' and 'ls' commands.
bcl
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
09:18 PM
Re: Corrupt Zip Archive
Also make sure there's no extra dotfiles in there, I got bit by the the first time I did an install. OSX sometimes likes to drop in an unexpected file.
14nicholasse
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2010
09:20 PM
Re: Corrupt Zip Archive
ohh.. i found out what was wrong...i was trying to make the whole directory, not the make file..thanks anywyas