newenglander
newenglander
@wildmetal Did you end up getting this working, or find out any more useful information?
I'm pretty sure this wasn't updated for (and didn't work on) iOS 7, so the same goes for iOS 8.
I can confirm this too (6.1, iPod touch 4g). Also the Cydia app Bridge has been updated with the message "Fixed duplicate song import bug on iOS 6." The duplicate...
@H2CO3: I've already tried some things. Did a diff of SSDownloadQueue.h in iOS 5 and 6 and saw one method was added: _handleDownloadsRemoved, but didn't get anywhere with that. Is...
Is it possible to hook into private framework functions with a tweak and do a stack trace, or would most information be missing in release versions?
I tried a bunch of different functions out today, including an alternative to importing with SSDownloadQueue: SSDownloadManager. All had no effect on the double import. Also tried this out on...
I think @H2CO3's right, I tried out @intarstudents' script and it even though it worked at first sight--the empty file was back after a restart, so the database must have...
I got a workaround that looks good, using the `ML3MusicLibrary` class from the `MusicLibrary` private framework. There you can open the database with `initWithPath:enableWrites:` and then with `executeSQL:` I ran...
The problem with providing a binary is I'm using the code for another project. If you're curious, check out my blog: http://erike.net/audioexplorer/ If you'd like to try a beta version...
@H2CO3 is strangely silent, not satisfied with the solution? ;) I would just add more conditions to @intarstudents' SQL statements to really make sure we're not deleting anything that was...