Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
1k views

Background Audio and Remote Control Support using MPMusicPlayerController on iOS 4. Is this even possible?

I've spent two days on this and have gotten nowhere. I'm trying to use [MPMusicPlayerController applicationMusicPlayer] to play audio chosen from the user's iPod library and have it run in the ...
4
votes
1answer
1k views

BlackBerry - background application to listen starts and foreground app

I would like to create background application which will listen to what applications are started and what are moved to foreground. Please reply If question is not clear will explain again. Thanks
3
votes
2answers
589 views

Objective-C block not being released for background-only applications

I have an application that runs in the background only (by specifying LSBackgroundOnly in the info.plist file). The problem is, that all blocks that I run on parallel queues are not being released. ...
3
votes
1answer
2k views

BlackBerry - Get current Process ID

I read Blackberry - How to get the background application process id but I'm not sure I understand it correctly. The following code gets the foreground process id; ...
3
votes
3answers
3k views

Blackberry - How to get the background application process id

In my blackberry simulator i m running two application at the background now i want to retrive which are the application running in the background..I dont how to do..pls help me ... is it possible to ...
1
vote
1answer
159 views

Detect Lock Screen in background application

I Have application which run in background mode. And when Lock Screen is active I need to perform some code. How to detect when lock screen is active from my background app?
1
vote
2answers
136 views

Need suggestion on replacing Windows Service by invisible WinForm Application

I need a background application to support my client application, which should always run on the client machine regardless of the main client application is running or not. Windows Service was my ...
1
vote
1answer
2k views

BlackBerry - Does TimerTask run in the background?

Does TimerTask work even if my exit my application and come to home screen or explore other apps? I have read the forum and find out the thread kind of easy mechanism is to use TimerTask in BB. I want ...
1
vote
1answer
2k views

Intercept outgoing call in Blackberry

we are looking for a way to do the following: user with BB enters a number (or selects a contact and clicks 'send') our app in the background detects the call event our app does something (e.g. ...
0
votes
1answer
88 views

Android. Broadcast Reciever

I have som trouble while try using boradcast reciever. Target: i have three app wich will work next schema 1. First - is broadcast reciever app wich will write some data to database when it will get ...
0
votes
1answer
171 views

Overriding UIPasteboard Globally for iOS/iPhone

The purpose of my application is to extend the functionality of the UIPasteboard across all applications on the iPhone. So if you are composing a text message, you could doubletap and access the ...
0
votes
1answer
59 views

Is there a way to change iphone app behavior when it is sent to the background?

Hey guys. I have a navigation-based app, and I want to control what the app does when it enters the background. In this app, the user has usually made it to the 3rd or 4th view controller before ...
0
votes
2answers
361 views

playing radio in background

I just need to confirm if an iPhone app can play or stream radio in the background. I created a radio app which is working fine. I want to add a feature by which the user can play radio in a ...
0
votes
3answers
1k views

Blackberry - Running Background Application

Good afternoon. I'm starting programming in java and blackberry. I am developing an application with three windows, which I will show basic information about the device, these windows are already done ...
0
votes
1answer
2k views

Blackberry - Create an application which will lock another application event

Actually I want to make an application which will getGlobalEvent and control that event through another custom application. Is there any way to do so. Can i get global event from a particular ...