1
vote
4answers
53 views
i’m getting “EXC_BAD_ACCESS”
Hi all, I'm getting error as below
Program received signal:
“EXC_BAD_ACCESS”. warning:
check_safe_call: could not restore
current frame
warning: Unable to restore prev …
0
votes
1answer
47 views
What’s needed to use the Apple Accessory Protocol?
I'm in the process of planning out a personal project that will be a media player and one of the things I would like to do is be able to dock my iPod touch (or any iPod or iPhone) …
2
votes
2answers
115 views
How to play a song from the itunes library in iphone
Hi i need to play a song from the itunes library. I had gone through the Apples ipod Library Access Guide and got the code.
MPMediaQuery *everything = [[MPMediaQuery alloc] in …
0
votes
0answers
15 views
itunes and applications/ game - simultaneously [closed]
hi,
i want to run ipod music and applications/games simultaneously.
is it possible to run two different types, i.e ipod music and applications/ games.
can we play ipod music un …
0
votes
1answer
62 views
iPod Development Under Linux
Hello,
I was thinking in start to develop iPod applications, the thing is that I use Linux(Ubuntu Hardy) and I don't know if I can develop on it, then I'm here asking for some res …
0
votes
1answer
50 views
iPhone SDK - check iPod playlist to see whether there is a next track to skip to
Is there a way to inspect the current playlist from MPMusicPlayerController to see whether there is another track to play in the queue?
It's possible to detect this after as skipT …
0
votes
0answers
48 views
How to make Itunes download all podcast episodes irrespective of listened/not [closed]
I am a big ipod user (especially podcasts). I have used ipod touch, ipod classic and ipod nano. I noticed that Itunes stops downloading podcasts that you no longer listen to and s …
0
votes
0answers
27 views
Need an explanation on iTunes COM persistent ID. Is the ID for a track same when its transferred to an iPod?
I am writing a JScript script with iTunes COM api for updating ratings and played count from the iPod database back into iTunes Library. In order to do so, the script should be abl …
0
votes
0answers
21 views
Restoring problem of iPod 2G [closed]
Hi All,
When I restore(OS 2.2.1 -> OS 3.1) my iPod 2nd generation, I met an error which message is "ERROR: Sending ramdisk to device: An error occurred performing DFU" So I cnaano …
0
votes
0answers
140 views
IPod/IPhone equalizer in my app
Hi! I need to connect ipod/ipohone eq to my app. Even to load ipods eq from my app to change values. I'm trying to use audiounit to call eq but nothing happens. Anyone know what to …
1
vote
1answer
38 views
How to show ipod controls?
When user double-tap home button, the ipod controls shows on the screen. I want to allow user show ipod controls by tapping custom button in my application. Is any possibility to d …
3
votes
3answers
140 views
Is there an iPod SDK?
Is it possible to write applications for the iPod and iPod Nano platforms, i.e. not iPhone / iPod Touch?
Some iPod 'Click Wheel' games are available on iTunes, but I can't find a …
1
vote
1answer
68 views
iPod controls will exit my application
I would like to allow controlling the iPod on top of my application when the user double taps the home button. I know there are a few apps out there that allow this. Unfortunately …
0
votes
1answer
111 views
Strange Behavior with MPMoviePlayerController When Programatically Changing Volume
In my application I am changing volume using the MPMoviePlayerController volume property (for fade effects and muting while leaving it still playing).
Sometimes, sporadically, w …
0
votes
1answer
57 views
How to make an UIAlertView(Pop Up) Come When a Bouncing image touches a dragable image(iPhone SDK)?
Hi Guys
how can a pop up alert cum when an bouncing img touches a dragable image like how it is done in this app http://tinyurl.com/kspnh6
Example there is an image that is going …
