From Fedora Project Wiki
(first pass at random notes)
 
No edit summary
Line 6: Line 6:
* iphone_get_specific_device() needs to be added from Patrick's tree
* iphone_get_specific_device() needs to be added from Patrick's tree
* move libiphone-initconf into the library, making sure it's thread-safe
* move libiphone-initconf into the library, making sure it's thread-safe
* had to manually remove <code>~/.config/libiphone/<device serial>.pem<code> before trying to mount the device. Does that file change? lockdown didn't work if the file was still around
* had to manually remove <code>~/.config/libiphone/<device serial>.pem</code> before trying to mount the device. Does that file change? lockdown didn't work if the file was still around
Work-around would be to remove that file if it was older than one of the created files.
Work-around would be to remove that file if it was older than one of the created files.
* the wrong device seems to get tagged with "afc" in HAL, needs fixing
* the wrong device seems to get tagged with "afc" in HAL, needs fixing

Revision as of 13:12, 6 April 2009

iPod Touch/iPhone Music Sync

TODO items

libiphone

  • iphone_get_specific_device() needs to be added from Patrick's tree
  • move libiphone-initconf into the library, making sure it's thread-safe
  • had to manually remove ~/.config/libiphone/<device serial>.pem before trying to mount the device. Does that file change? lockdown didn't work if the file was still around

Work-around would be to remove that file if it was older than one of the created files.

  • the wrong device seems to get tagged with "afc" in HAL, needs fixing

libgpod

  • libgpod should recognise jailbroken trees, which have the same tree but hidden within a few more depths
  • libgpod should be able to change the DBVersion as the [suggests] when presented with a jailbroken tree. Probably would need to use libplist.
  • libgpod should have API for front-ends to be able to pass the Firewire ID of the device
  • libgpod's HAL callout should export the Firewire ID through HAL (as Podsleuth does)

gvfs afc backend

  • couldn't seem to write a file using vim (DBVersion writing failed)
  • should try to mount jail-broken before trying normal rooted mount