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
|-+  Third Party
| |-+  Unsupported Builds
| | |-+  Apple iPod Classic - Working Git Build with Upstream Commits
« previous next »
  • Print
Pages: 1 2 3 [4]

Author Topic: Apple iPod Classic - Working Git Build with Upstream Commits  (Read 24712 times)

Offline mark-1978

  • Member
  • *
  • Posts: 11
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #45 on: September 23, 2015, 02:39:11 PM »
Joesomebody, thx for all your hard work! Guess the daily builds now also work for the ipod classic fat. You can now spend your time doing more important/other things.

For the people in posession of the ipod classic 6th gen, here's the link to the rockbox latest builds: http://www.rockbox.org/dl.cgi?bin=ipod6g
Logged

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #46 on: September 23, 2015, 02:48:12 PM »
Quote from: mark-1978 on September 23, 2015, 02:39:11 PM
Joesomebody, thx for all your hard work! Guess the daily builds now also work for the ipod classic fat. You can now spend your time doing more important/other things.

For the people in posession of the ipod classic 6th gen, here's the link to the rockbox latest builds: http://www.rockbox.org/dl.cgi?bin=ipod6g

Did you test it? Does the hold switch and charge/USB detection work?
Logged

Offline mark-1978

  • Member
  • *
  • Posts: 11
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #47 on: September 25, 2015, 02:37:46 AM »
Quote from: joesomebody on September 23, 2015, 02:48:12 PM
Quote from: mark-1978 on September 23, 2015, 02:39:11 PM
Joesomebody, thx for all your hard work! Guess the daily builds now also work for the ipod classic fat. You can now spend your time doing more important/other things.

For the people in posession of the ipod classic 6th gen, here's the link to the rockbox latest builds: http://www.rockbox.org/dl.cgi?bin=ipod6g

Did you test it? Does the hold switch and charge/USB detection work?

Yup, they work. Deinstall itunes if you have it installed, cause otherways copying of .rockbox map to the ipod will stop halfways.
« Last Edit: September 25, 2015, 07:56:52 AM by mark-1978 »
Logged

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #48 on: September 25, 2015, 12:03:55 PM »
Nice!

I'll have to give it a shot later. I may remove my git repos and the links in this post ...although I had been including the new frequency scaling on gerrit in my builds too.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #49 on: September 25, 2015, 12:07:08 PM »
Just a note to remember that, due to the nature of the license, you are required to keep the source code that generated each binary you distributed indefinitely in case it is ever formally requested.
(This is one of the minor inconveniences of the license for the casual submitter)


[Saint]
« Last Edit: September 25, 2015, 12:09:22 PM by [Saint] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #50 on: September 25, 2015, 12:08:08 PM »
Quote from: [Saint] on September 25, 2015, 12:07:08 PM
Just a note to remember that, due to the nature of the license, you are required to keep the source code that generated each binary you distributed in case it is ever formally requested.


[Saint]

I'll keep a local copy but will remove from github to prevent people using it.
Logged

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #51 on: September 29, 2015, 10:06:06 AM »
I have noticed that since I use windows and Linux both, that windows with nightlies can't open the Rockbox drive. My builds, I was using a spoofed device ID to make it just appear as a USB mass storage device...

This is annoying. Trying to open the disk I get "please insert a valid disk."

This is an 8 year old bug that can be solved just by changing a device ID.

http://www.rockbox.org/mail/archive/rockbox-archive-2007-12/0206.shtml
« Last Edit: September 29, 2015, 11:10:52 AM by joesomebody »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8968
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #52 on: September 29, 2015, 12:33:25 PM »
Quote from: joesomebody on September 29, 2015, 10:06:06 AM
This is an 8 year old bug that can be solved just by changing a device ID.

I think thats just hacking around a bug in the USB stack by preventing windows from recognizing the device as an iPod. 
Logged

Offline joesomebody

  • Member
  • *
  • Posts: 55
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #53 on: September 29, 2015, 02:38:30 PM »
Quote from: saratoga on September 29, 2015, 12:33:25 PM
Quote from: joesomebody on September 29, 2015, 10:06:06 AM
This is an 8 year old bug that can be solved just by changing a device ID.

I think thats just hacking around a bug in the USB stack by preventing windows from recognizing the device as an iPod.

It is, but at least it doesn't require booting up the emcore backup verison of rockbox, which is ancient.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #54 on: September 29, 2015, 06:49:07 PM »
Changing the USB VID/PID is only required for Apple Mac devices, which will flatly refuse to treat an iPod as anything but an iPod if it detects a known USB VID/PID combination.

I don't quite know what you're experiencing, but, this should absolutely not required for Windows hosts. Like, at all.

Additionally: who cares how old the Rockbox fallback version in emCORE is?
It exists for one reason, and one reason only. The facilitate an initial USB connection when Rockbox proper is not installed, or as an emergengy fallback. It has no codecs, no plugins, you can do absolutely nothing useful with it, other than use it for USB. The age of it is irrelevant, it does what it is supposed to.

Additionally (take 2): are you aware that the thread you link to is absolutely and totally irrelevant for the iPod 6G? That's an ancient thread (2007) for the iPod 5G (Video), from before we had reliable USB. And even that has nothing to do with the USB VID/PID at all. I'm confused. There's been a couple of times now when you seem to have confused iPod Video and iPod Classic (now, and in your sources), these devices have very little in common, and absolutely nothing in common relevant to USB.


[Saint]
« Last Edit: September 29, 2015, 06:55:24 PM by [Saint] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline SpecFroce

  • Member
  • *
  • Posts: 3
Re: Apple iPod Classic - Working Git Build with Upstream Commits
« Reply #55 on: May 04, 2016, 11:36:13 PM »
Irrelevant. Sorry.
« Last Edit: May 04, 2016, 11:46:25 PM by SpecFroce »
Logged

  • Print
Pages: 1 2 3 [4]
« previous next »
+  Rockbox Technical Forums
|-+  Third Party
| |-+  Unsupported Builds
| | |-+  Apple iPod Classic - Working Git Build with Upstream Commits
 

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

Page created in 0.196 seconds with 21 queries.