I have been working on a way to have rockbox upgrade when you connect it to your PC!
The only thing I need is the command line arg. to make it autodectect drive; and if possible install files.
this is all I got so far....
Autorun.inf
[autorun]
OPEN=rbutilqt.exe
ICON=rbutilqt.exe
ACTION = Update Rockbox
Since I use it on many different PC's I need Auto detect, the Auto install files is just a plus, if any one can help let me know.
or....
maybe someone could help me how to make a portable version; you stick on your MP3 player and it just uses that as the drive; and reads an INF for the device type.
Because as of now if I use a friends PC, I have to search through my MP3 player root for "rbutilqt.exe" then configure (auto detect), and finally start the update.
The 1st will most like be essayer; (I don't know much C).
Anyone interested?