Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  20GB 4G ipod not loading extraction folder
« previous next »
  • Print
Pages: [1] 2

Author Topic: 20GB 4G ipod not loading extraction folder  (Read 3711 times)

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
20GB 4G ipod not loading extraction folder
« on: December 01, 2007, 12:18:33 PM »
when i got to extract all the files from the rockbox.zip it extracts them all in my unzip application.. but when i ask it to put the extracted zip (.rockbox) it only puts a folder onto my ipod... i dont know whats wrong.. all the files are extracted i the program please help. im on a mac if that helps
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: 20GB 4G ipod not loading extraction folder
« Reply #1 on: December 01, 2007, 04:56:50 PM »
Just so we're clear, the result of unzipping rockbox.zip should be to place a folder named ".rockbox" into the root of the FAT32 partition.  Are you saying that your unzip tool is putting this directory inside of a separate directory when you extract to your iPod?  Remember that since the .rockbox folder begins with "." it will probably be treated as hidden by your OS.

If this is indeed your problem then you should be able to find a fix by using the search function, since many others have encountered this issue in the past.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #2 on: December 01, 2007, 06:28:15 PM »
Quote from: Chronon on December 01, 2007, 04:56:50 PM
Just so we're clear, the result of unzipping rockbox.zip should be to place a folder named ".rockbox" into the root of the FAT32 partition.  Are you saying that your unzip tool is putting this directory inside of a separate directory when you extract to your iPod?  Remember that since the .rockbox folder begins with "." it will probably be treated as hidden by your OS.

If this is indeed your problem then you should be able to find a fix by using the search function, since many others have encountered this issue in the past.
my zip extraction wont let me copy the whole folder. soo i had to make my own folders inside of the folder title rockbox.. it wont let me put a period before the rockbox folder in my ipod.. i have all the folders inside of the ipod listed correctly with all of the theme stuff inside the folders.. except teh first folder isnt named .rockbox... how can i get the period in front of it?


sorry first time useing Rockbox
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: 20GB 4G ipod not loading extraction folder
« Reply #3 on: December 01, 2007, 06:41:27 PM »
Try renaming it from the shell (command prompt).  Windows will also not allow you to rename folders with names beginning with a period through the GUI, but it will allow this from the command prompt.

Do this:

Code: [Select]
mv rockbox .rockbox

It should rename the folder to what you want.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #4 on: December 01, 2007, 09:13:21 PM »
wow it says no file foudn it directory with the name rockbox this pisses me off. any other suggestions
Logged

zajacattack

  • Guest
Re: 20GB 4G ipod not loading extraction folder
« Reply #5 on: December 01, 2007, 09:18:01 PM »
You have to replace "rockbox" with whatever name you gave the folder with the rockbox folders.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: 20GB 4G ipod not loading extraction folder
« Reply #6 on: December 01, 2007, 09:22:02 PM »
You said:
Quote from: XxxOh SleeperxxX on December 01, 2007, 06:28:15 PM
except teh first folder isnt named .rockbox... how can i get the period in front of it?

so I assumed that the folder was named "rockbox".  You did navigate to the correct location before trying the move command (mv) didn't you?  
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #7 on: December 01, 2007, 09:34:38 PM »
yeah its named rockbox and i went to terminal any copy and pasted the exact code and it said this  

nick-skarvells-imac-g5:~ nicks$ mv rockbox .rockbox
mv: rename rockbox to .rockbox: No such file or directory
nick-skarvells-imac-g5:~ nicks$


Logged

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #8 on: December 01, 2007, 09:37:31 PM »
i got this when i plug my ipod in adn tryed it with the folder iniside of it...



Last login: Sat Dec  1 18:36:34 on ttyp1
Welcome to Darwin!
nick-skarvells-imac-g5:~ nicks$ nick-skarvells-imac-g5:~ nicks$ mv rockbox .rockbox
-bash: nick-skarvells-imac-g5:~: command not found
nick-skarvells-imac-g5:~ nicks$ mv: rename rockbox to .rockbox: No such file or directory
-bash: mv:: command not found
nick-skarvells-imac-g5:~ nicks$ nick-skarvells-imac-g5:~ nicks$
-bash: nick-skarvells-imac-g5:~: command not found
nick-skarvells-imac-g5:~ nicks$
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: 20GB 4G ipod not loading extraction folder
« Reply #9 on: December 01, 2007, 10:05:41 PM »
Quote from: XxxOh SleeperxxX on December 01, 2007, 09:34:38 PM
yeah its named rockbox and i went to terminal any copy and pasted the exact code and it said this  

nick-skarvells-imac-g5:~ nicks$ mv rockbox .rockbox
mv: rename rockbox to .rockbox: No such file or directory
nick-skarvells-imac-g5:~ nicks$




What happens when you try that in the correct folder, as Chronon suggests?
Logged

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #10 on: December 01, 2007, 10:10:32 PM »
Quote from: saratoga on December 01, 2007, 10:05:41 PM
Quote from: XxxOh SleeperxxX on December 01, 2007, 09:34:38 PM
yeah its named rockbox and i went to terminal any copy and pasted the exact code and it said this  

nick-skarvells-imac-g5:~ nicks$ mv rockbox .rockbox
mv: rename rockbox to .rockbox: No such file or directory
nick-skarvells-imac-g5:~ nicks$




What happens when you try that in the correct folder, as Chronon suggests?

please explain sorry i am not following what i am suppose to do.. what do you mean by the correct folder?
Logged

zajacattack

  • Guest
Re: 20GB 4G ipod not loading extraction folder
« Reply #11 on: December 01, 2007, 10:11:20 PM »
OK, you need to first run cd *your sansa's root e.g. E:/*
Then you can execute the command.
Logged

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #12 on: December 01, 2007, 10:29:55 PM »
in terminal?
Logged

zajacattack

  • Guest
Re: 20GB 4G ipod not loading extraction folder
« Reply #13 on: December 01, 2007, 10:32:53 PM »
You do it in the command prompt.

EDIT: Yes, the terminal.
« Last Edit: December 01, 2007, 10:38:50 PM by zajacattack »
Logged

Offline XxxOh SleeperxxX

  • Member
  • *
  • Posts: 8
Re: 20GB 4G ipod not loading extraction folder
« Reply #14 on: December 01, 2007, 10:36:50 PM »
sorry noob question what is that?
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  20GB 4G ipod not loading extraction folder
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.078 seconds with 15 queries.