Ticket #15 (closed defect: fixed)
bootstrap package fails when Ringtones mis-moved on iPod
| Reported by: | frenky666 | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | Bootstrap |
| Keywords: | installation failed on ipod touch ringtones folder script execution error | Cc: |
Description
Ok... First of all, great job everyone! And thx a lot to all people on #iPod channel!
So... For start, problem description: After downloading and first part of passes without a problem (clearing some space on first partition). Problems pop up during extraction phase with message: "Scrip execution error" or something like that.
Now, remove Cydia form queue, reinstall BSD subsystem (for OpenSSH functionality), and ssh as root to your Touch. Now type in "su mobile" (no quotes), and then type in "/Applications/Installer.app/Installer". Then start installation on of Cydia on iPod using your fingers, and watch for output in terminal. If you see following line: "ATUnpacker: Could not extract folder, aborting operation!" look at the line above it. That onemight look like this: "ATUnpacker: Extracting folder: Library/Ringtones/ >> /Library/Ringtones".
Ok, if that's the case, there are to possible options, either you don't have that folder, either it's there but with root privileges. What you got to do is simple. Press Ctrl + C on your keyboard - that will exit the installer, then type following line in terminal (ssh): "ls /Library". If you see "Ringtones" folder there, type "exit" and then "rm -rf /Library/Ringtones", then again "su mobile" and "mkdir /Library/Ringtones". This is tried way, and simplest one. The other one is to use "chmod" and ""chown"" commands and that might look like this, while logged in as root: "chown -R media:media /Library/Ringtones", and then "chmod -R 770 /Library/Ringtones". I haven't tried that one but it should work.
Enjoy everyone!
