Rockbox for the Ipod finally working, Well, MP3/AAC play at lease :) |
![]() ![]() |
Rockbox for the Ipod finally working, Well, MP3/AAC play at lease :) |
Jan 29 2006, 23:58
Post
#26
|
|
![]() Group: Members Posts: 526 Joined: 15-January 02 From: Warwickshire -- England Member No.: 1036 |
@bryant
Just curious, what version firmware does your nano have? I have 1.1 installed on mine. Also how many times did you search for it, ie. how many numbers high did you go. Mine was found at number 7! KRistian //edit Version 1.1 is still he latest according to here: http://www.apple.com/ipod/download/. This is what i updated with, maybe if you updated with the same updater? If you are already are at 1.1 there are several tools to allow you to reload the same version using apples updater. ie. iHack or iPodWizard both found here: http://www.ipodwizard.net/cmps_index.php This post has been edited by kritip: Jan 30 2006, 00:04 |
|
|
|
Jan 30 2006, 00:07
Post
#27
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1219 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
QUOTE (kritip @ Jan 29 2006, 02:58 PM) @bryant Just curious, what version firmware does your nano have? I have 1.1 installed on mine. Also how many times did you search for it, ie. how many numbers high did you go. Mine was found at number 7! KRistian //edit Version 1.1 is still he latest according to here: http://www.apple.com/ipod/download/. This is what i updated with, maybe if you updated with the same updater? If you are already are at 1.1 there are several tools to allow you to reload the same version using apples updater. ie. iHack or iPodWizard both found here: http://www.ipodwizard.net/cmps_index.php Ah, I'm still at 1.0! I'll load 1.1 and see if it helps. Thanks! |
|
|
|
Jan 30 2006, 00:14
Post
#28
|
|
|
Group: Members Posts: 95 Joined: 28-April 04 Member No.: 13767 |
QUOTE (bryant @ Jan 29 2006, 02:49 PM) I tried to install RockBox on my very new Nano and ran into the problem that your program would not find my Nano. I grabbed your source and recompiled it to dump the unrecognized sector to disk. I found that the text "iPod" was actually at decimal offset 83 instead of 71. I uploaded a text dump here: www.wavpack.com/sector.txt Should I just change the constant and be on my merry way? Is that safe, or do you want to have a look first? I suspect the newness of my Nano to be the culprit. Perhaps a bounded search would be better...? That's a completely different boot sector to other ipods I've seen - mine (a 60GB iPod Color) is as follows: CODE 0000000: eb58 904d 5344 4f53 352e 3002 0008 0002 .X.MSDOS5.0..... 0000010: 0200 0000 00f8 0000 3f00 ff00 0000 0000 ........?....... 0000020: 807c fc06 0000 0000 0000 0000 0000 0000 .|.............. 0000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000040: 0200 2952 368b a869 506f 6400 4d45 2020 ..)R6..iPod.ME 0000050: 2020 4641 5433 3220 2020 33c9 8ed1 bcf4 FAT32 3..... 0000060: 7b8e c18e d9bd 007c 884e 028a 5640 b408 {......|.N..V@.. You should be able to safely disable that check (or change the constant) and continue on your merry way. I would be interested to know how you got on. Considering how different your boot sector is, I think I'll just add an || and check for either the "original" iPod string, or your example - assuming you don't run into any other problems. Thanks, Dave. |
|
|
|
Jan 30 2006, 00:15
Post
#29
|
|
|
Group: Members Posts: 5 Joined: 28-August 05 Member No.: 24173 |
Great, thanks for the effort!
Are both displays of the ipod color supported? I have an ipod color and have a scrolling menu in rockbox, and odd colors in apple firmware. EDIT: rephrasing thanks .zamel This post has been edited by zamel: Jan 30 2006, 00:36 |
|
|
|
Jan 30 2006, 00:36
Post
#30
|
|
|
Group: Members Posts: 95 Joined: 28-April 04 Member No.: 13767 |
QUOTE (zamel @ Jan 29 2006, 03:15 PM) So, today I've played an .ogg-file on my iPod Color. That is so brilliant. But my display was all messed up so I had to give it up. After I installed the bootloader and the system defaulted into apples firmware, my display looked like 4-bit color or something. It looked normal when the background light came off. Then I installed rockbox and booted it and I have display problems there too. The menu don't stay still, it scrolls down the display... Is it me or is my ipod not supported yet? .zamel There are two types of LCD in the iPod Color/Photo - the Rockbox LCD driver for the first type of LCD has not been tested by any Rockbox developer, so it's possible that either bugs in that driver are the cause of your problems, or Rockbox is not correctly detecting your type of LCD. If you have some time for testing, come over to #rockbox on IRC - details (and a web client) are here: http://www.rockbox.org/irc/ (edited to correct URL) This post has been edited by davechapman: Jan 30 2006, 00:37 |
|
|
|
Jan 30 2006, 00:48
Post
#31
|
|
|
Group: Members Posts: 5 Joined: 28-August 05 Member No.: 24173 |
Thanks for your quick answer Dave, I see I didn't need to rephrase :-). I'll be happy to do some testing. I'll try to stop by tomorrow (it's really late where I live).
.zamel |
|
|
|
Jan 30 2006, 00:48
Post
#32
|
|
|
Group: Members Posts: 471 Joined: 6-March 03 Member No.: 5360 |
wow, the Ipod Nano is finally looking viable with this latest development...
|
|
|
|
Jan 30 2006, 00:58
Post
#33
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1219 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
QUOTE (davechapman @ Jan 29 2006, 03:14 PM) That's a completely different boot sector to other ipods I've seen - mine (a 60GB iPod Color) is as follows: CODE 0000000: eb58 904d 5344 4f53 352e 3002 0008 0002 .X.MSDOS5.0..... 0000010: 0200 0000 00f8 0000 3f00 ff00 0000 0000 ........?....... 0000020: 807c fc06 0000 0000 0000 0000 0000 0000 .|.............. 0000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000040: 0200 2952 368b a869 506f 6400 4d45 2020 ..)R6..iPod.ME 0000050: 2020 4641 5433 3220 2020 33c9 8ed1 bcf4 FAT32 3..... 0000060: 7b8e c18e d9bd 007c 884e 028a 5640 b408 {......|.N..V@.. You should be able to safely disable that check (or change the constant) and continue on your merry way. I would be interested to know how you got on. Considering how different your boot sector is, I think I'll just add an || and check for either the "original" iPod string, or your example - assuming you don't run into any other problems. Thanks, Dave. I updated to 1.1 firmware and now my boot sector is identical to what you show here. Funny, the problem was not that my Nano was too new, but too old! I don't particularly want to take the risk of going back to 1.0 and trying again (and, in fact, I wouldn't really know how). Probably the safest thing would be to leave your program the way it is and force people to have recent firmware installed. Thanks again! |
|
|
|
Jan 30 2006, 01:11
Post
#34
|
|
|
Group: Members Posts: 4129 Joined: 2-September 02 Member No.: 3264 |
First someone gets MPC to work on a portable, and now theres actually a few people interested enough to work on the decoder. I think hell just froze over.
|
|
|
|
Jan 30 2006, 02:37
Post
#35
|
|
|
Group: Members Posts: 604 Joined: 17-December 05 From: New Zealand Member No.: 26461 |
Are there any plans to support older iPods? ie. the 4G? From what I've seen on the site their hardware is almost the same as the iPod photo, just without the colour LCD. It would be great to have alternative firmware to use as apple abandons support for these older iPods (I realise most people manage to break them quite quickly, but mine's still relatively unscathed
|
|
|
|
Jan 30 2006, 03:06
Post
#36
|
|
|
Rockbox developer Group: Developer Posts: 10 Joined: 17-June 05 Member No.: 22803 |
|
|
|
|
Jan 30 2006, 03:34
Post
#37
|
|
|
Group: Members Posts: 95 Joined: 28-April 04 Member No.: 13767 |
QUOTE (bryant @ Jan 29 2006, 03:58 PM) I updated to 1.1 firmware and now my boot sector is identical to what you show here. Funny, the problem was not that my Nano was too new, but too old! I don't particularly want to take the risk of going back to 1.0 and trying again (and, in fact, I wouldn't really know how). Probably the safest thing would be to leave your program the way it is and force people to have recent firmware installed. Thanks again! Someone else reported the same boot sector as you on her Nano, so I decided to add a check for either boot sector signature. It seems to work fine, so I've released a new version of ipodpatcher. Thanks for the feedback and I look forward to seeing those ARM optimisations for WavPack. Dave. |
|
|
|
Jan 30 2006, 05:13
Post
#38
|
|
![]() WavPack Developer Group: Developer (Donating) Posts: 1219 Joined: 3-January 02 From: San Francisco CA Member No.: 900 |
QUOTE (davechapman @ Jan 29 2006, 06:34 PM) Yeah, I see that the "high" mode WavPack files don't quite make it on the Nano yet... I'm in the process of switching to Ubuntu, so I'll bug you guys soon if I have trouble building the tools. Maybe I'll even try IRC because I already have a client installed (except you're usually all asleep when I'm working!) David |
|
|
|
Jan 30 2006, 07:51
Post
#39
|
|
![]() Group: Members Posts: 1075 Joined: 15-October 03 From: Memphis, TN Member No.: 9323 |
QUOTE (davechapman @ Jan 29 2006, 04:10 PM) Rockbox does have a tag database, but it's been neglected over recent months. I've never looked at it, but I believe some people are using it successfully. However, efforts in that direction seem to have picked up recently, so maybe that area of Rockbox will be improved. But for now, the only reliable way to play back your music is via directories and "static" playlists. If ya'll need some help with that, let me know. I wrote a large part of the iTunesDB entry on the iPodLinux wiki, maybe it would be possible to make the thing capable of reading the normal iPod database (thus making it iTunes compatible... as long as the normal iPod folder structure remains on the thing, iTunes won't know the difference). -------------------- http://ottodestruct.com
|
|
|
|
Jan 30 2006, 11:05
Post
#40
|
|
![]() Group: Members Posts: 526 Joined: 15-January 02 From: Warwickshire -- England Member No.: 1036 |
Glad the updater is sorted now and works with both software versions.
Just thought i'd update that i've tested vorbis, using the Lancer Vorbis Compiles and playback is absolutly faultless on transitions. Gapless playback is perfect which is fantastic news High encoding speed, best quality at 128kbps and pure gapless support. Vorbis and the nano, are now my two best friends. Sadly, looks like it time to re-encode my 100G FLAC collection to vorbis Cheers and keep up the good work! Kristian |
|
|
|
Jan 30 2006, 12:11
Post
#41
|
|
|
Group: Members Posts: 10 Joined: 5-December 05 Member No.: 26229 |
QUOTE (preglow @ Jan 30 2006, 03:06 AM) QUOTE (david_dl @ Jan 30 2006, 03:37 AM) As a matter of fact, we have someone working on a port to the 3G iPods right now. Last I heard, the LCD driver was being worked on. Cool, maybe I'll check it out, have a 3G model myself. |
|
|
|
Jan 30 2006, 12:20
Post
#42
|
|
![]() Group: Members Posts: 474 Joined: 1-December 02 Member No.: 3940 |
QUOTE (kritip @ Jan 30 2006, 02:05 AM) . . . and pure gapless support. Vorbis and the nano, are now my two best friends. Sadly, looks like it time to re-encode my 100G FLAC collection to vorbis Kristian -------------------- Ogg Vorbis for music and speech [q-2.0 - q6.0]
FLAC for recordings to be edited Speex for speech |
|
|
|
Jan 30 2006, 12:45
Post
#43
|
|
![]() Group: Members Posts: 526 Joined: 15-January 02 From: Warwickshire -- England Member No.: 1036 |
|
|
|
|
Jan 30 2006, 15:33
Post
#44
|
|
|
Group: Members Posts: 81 Joined: 4-July 02 Member No.: 2477 |
QUOTE (kritip @ Jan 30 2006, 11:45 AM) QUOTE (de Mon @ Jan 30 2006, 12:20 PM) As in ReplayGain? I didn't check to be honest, as the volume control doesn't work yet, it doesn't matter too much Kristian Rockbox does support replaygain (track or album). I am not sure though if it's implemented on the ipod. |
|
|
|
Jan 30 2006, 16:48
Post
#45
|
|
![]() Group: Members Posts: 40 Joined: 25-December 03 Member No.: 10701 |
QUOTE (fairway @ Jan 30 2006, 03:33 PM) Rockbox does support replaygain (track or album). I am not sure though if it's implemented on the ipod. it also supports a 'track gain if shuffling mode' (which uses album gain otherwise) which is along with 'crossfade when shuffling' pure genius. even foobar doesn't have that |
|
|
|
Jan 30 2006, 17:01
Post
#46
|
|
|
Group: Members (Donating) Posts: 487 Joined: 12-August 02 From: Cheltenham, UK Member No.: 3029 |
There seems to be some ambiguity as to whether sound is supported on the 5g video ipod. Can anyone confirm it working? I've got 1 1/2 hours to decide whether to run to Dixons and buy one so I can play my mpc files on it
|
|
|
|
Jan 30 2006, 17:59
Post
#47
|
|
|
Group: Members Posts: 139 Joined: 21-February 03 Member No.: 5105 |
QUOTE (seanyseansean @ Jan 30 2006, 08:01 AM) There seems to be some ambiguity as to whether sound is supported on the 5g video ipod. Can anyone confirm it working? I've got 1 1/2 hours to decide whether to run to Dixons and buy one so I can play my mpc files on it Nope, there is no sound driver for the Video iPod (5g) at this time. I think we're all waiting for the iPod Linux team to crack this one. Nano and 4g iPods do have working sound. |
|
|
|
Jan 30 2006, 18:09
Post
#48
|
|
![]() Group: Members (Donating) Posts: 1336 Joined: 18-November 01 From: Celaya, Guanajuato Member No.: 478 |
QUOTE (seanyseansean @ Jan 30 2006, 10:01 AM) There seems to be some ambiguity as to whether sound is supported on the 5g video ipod. Can anyone confirm it working? I've got 1 1/2 hours to decide whether to run to Dixons and buy one so I can play my mpc files on it 5G is Video, right? No, it doesn't work yet. But it will, I'm sure. BTW, shouldn't this be on the News section? -------------------- I'm the one in the picture, sitting on a giant cabbage in Mexico, circa 1978.
Reseņas de Rock en Espaņol: www.estadogeneral.com |
|
|
|
Jan 30 2006, 18:22
Post
#49
|
|
|
Group: Members Posts: 4129 Joined: 2-September 02 Member No.: 3264 |
QUOTE (fairway @ Jan 30 2006, 07:33 AM) QUOTE (kritip @ Jan 30 2006, 11:45 AM) QUOTE (de Mon @ Jan 30 2006, 12:20 PM) As in ReplayGain? I didn't check to be honest, as the volume control doesn't work yet, it doesn't matter too much Kristian Rockbox does support replaygain (track or album). I am not sure though if it's implemented on the ipod. Its implemented (and working) on the Ipod simulator at least, so I think it will work on the real thing. |
|
|
|
Jan 30 2006, 20:11
Post
#50
|
|
![]() Group: Members Posts: 1455 Joined: 22-November 05 From: Jakarta Member No.: 25929 |
Great news! Great news indeed!
I have added "Apple iPod with Rockbox firmware" in the list of supporting DAPs in the HA wiki for FLAC and Vorbis. The Musepack (MPC) page however does not (yet) have a section on "Supporting DAPs" so I haven't added it there OT: The Rockbox page in the HA wiki is still empty. Care for some write-up? EDIT: Added info of this development in the HA wiki page for Apple iPod. This post has been edited by pepoluan: Jan 30 2006, 20:19 -------------------- Nobody is Perfect.
I am Nobody. http://pandu.poluan.info |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 00:48 |