The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
6 views

How to stop receiving remote control command in Samsung Smart TV? [closed]

I am working on a smart TV application. I display a spinner when ever the application need time to process data. during this time I don't want TV receive any command from the remote control. cause It ...
-7
votes
0answers
46 views

Total remote control of mouse

Let's say I have one computer I want to control with mouse, and another comp that I whant to use instead of mouse. So I c making USB to USB connection between two computers. Can I somehow to make a ...
1
vote
0answers
32 views

Application to remote control PS3 Test Kit

Any idea how to create c++ or C# application to remote control a PS3 Test Kit on LAN or simulate controller commands to format HDD, create new account etc? A documentation would be splendid.
1
vote
1answer
29 views

Is it possible to show a remote connected console?

I'm connected from a Linux machine to a Windows machine through winexe. I log onto the Windows machine with a user on that machine. I can run cmd.exe or powershell scripts. Now my problem: If I'm on ...
0
votes
0answers
59 views

Android 4.2.x not firing KEYCODE_MEDIA_FAST_FORWARD

In my application, I'm trying to implement handling of remote control button events such as: KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE KeyEvent.KEYCODE_MEDIA_NEXT KeyEvent.KEYCODE_MEDIA_PREVIOUS ...
0
votes
0answers
5 views

Launching browser fails in Selenium RC and Eclipse halts

I have faced a problem related to Selenium RC. Story: Code is fine, without errors. Configuration is ok, but when I run Junit it opens the browser and then Eclipse halts and browser is shown blank.
0
votes
0answers
58 views

Taking over Audio session

My app supports either Audio from an external music app (like Pandora) or playing from within the app, using an AVPlayer to play AVPlayerItem from iPod library. In my AppDelegate, I call: - ...
1
vote
1answer
187 views

Unable to run RC commands under Selenium Grid 2

I've tried this on multiple versions of selenium 2 (from 2.24-2.28) and on two different systems. It's a very simple scenario. I want to run RC commands via Selenium Grid and I don't want to port my ...
0
votes
0answers
51 views

how to open links whith accents (selenium java junit)

I use selenium RC and grid. When i use this code : selenium.click("link=Actualités"); I have an error because of the charset into the grid. com.thoughtworks.selenium.SeleniumException: ERROR: ...
0
votes
0answers
45 views

Is it possible to send RemoteControlEvents from an app?

Are there any facilities in iOS to be able to send the equivalent of a RemoteControlEvents (for controlling currently playing audio) from an app? For example, if iHeartRadio is playing in the ...
-1
votes
2answers
82 views

“pairing” 2 android devices [closed]

I'm trying to build an android application. The purpose of this application is "pair" 2 android devices in such a way that the first android device will be able to perform the following actions on ...
0
votes
0answers
103 views

VLC MediaPlayer RemoteControl + OSD Menu [closed]

is it possible to use the VLC MediaPlayer in remotecontrol mode and enable the OSD menu at the same time? currently i'm starting vlc with -I rc --rc-host 127.0.0.1:666 --rc-quiet which makes the OSD ...
0
votes
1answer
44 views

Build Webpage For Remote Management of Windows 7

I would like to build a mini web app type page on my local machine where I can run CMD commands. For example, my ideal set up would be over the Internet I can go to WANIP:1111, get prompted for ...
0
votes
3answers
286 views

How can I create a Web Interface for my .NET application? [closed]

I created a little app in VB.NET and C# that has two contorls: a TextBox and a Button. It works very simply: clicking the button, the app "runs" the specified text in the TextBox (for example, if I ...
0
votes
0answers
31 views

Android - Remote control numberPicker with docking station

I have a tablet with docking station and telecontroller. Is there a way for controlling with telecontrol numberPicker defined in android.widget.NumberPicker ? For the android.widget.TimePicker there ...
0
votes
0answers
85 views

NumberPicker-remote control interaction in Android

I have created a Dialog, in my Android app, in which there is a Number Picker defined by this code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
0
votes
1answer
318 views

How to utilize remote control buttons with set top box?

I'm developing a simple app on PhoneGap for an Android set top box. I have an image that is usable as a link. When I connect a mouse to the set top box and click the image, the link works. But when I ...
0
votes
0answers
49 views

I want to be able to have a console into a physical machine (like KVM over IP) [closed]

I have a desktop at work and a desktop at home. My desktop at home runs TrueCrypt (which works great) - however, if I ever reboot the machine or it power cycles, until I can go home and input my ...
1
vote
2answers
1k views

Samsung Smart TV App & Brightcove Sample App Remote Control Issue

i ran into issues with the Sample App provided by Bightcove (https://github.com/BrightcoveOS/Samsung-Smart-TV-Sample-App) for Samsung Smart TV. The remote control does not work on the latest (2012) ...
2
votes
1answer
172 views

Run remote app but not the entire desktop

I've always found the answer to my problems here I have a serious problem and i hope you can help me to find the solution. In the company where i work we have, among others, an application made in ...
0
votes
0answers
76 views

Send and retrieve from CoD RCON console in c++ [closed]

I've been googling for days, but I couldn't find any tutorials/examples/libraries to create a RCON application for Call of Duty...I've been working with sockets before, but I have no experience with ...
0
votes
1answer
160 views

iOS remote control - disable next and previous song buttons

I'm writing a streaming app that's using the remote control feature (remoteControlReceivedWithEvent:). I can start and stop songs with the remote control as expected. But I can't seem find out how ...
0
votes
1answer
171 views

Connect Google TV Remote (phone) to Google TV emulator

Is there a way to connect Google TV Remote App to a Google TV emulator? I tried to configure the emulator network to be accessible from outside without success. I know that this question has already ...
0
votes
0answers
168 views

music player and remote control

When using a remote control and pressing the next button, I want to fade the volume down and smoothly go to the next track. The best I could do was: If I press slowly and hold the button down there ...
1
vote
0answers
104 views

How does iPhone interpret data from remote control adapter (eg. iHelicopter or rc-car)?

There are many examples online of iphone adaptor connected through the microphone jack (+ app to be downloaded from iTunes store) that can use iPhone as a remote control. There are also examples of ...
0
votes
3answers
436 views

how to render android screen to a web page in realtime

i'm working on something to remote control android from web browser. something like canvas or flash will draw the android device's screen, and i want it to be very smoothly. as i know, we can capture ...
3
votes
1answer
219 views

Receiving RemoteControlEvents to First Tab when interacting in Second Tab in a TabBar Controlled iOS App

I am developing an iOS app with a tab bar controller. In the first tab, I placed an instance of AVQueuePlayer to start playing music from the web. I did all coding to allow play and pause events ...
1
vote
0answers
169 views

Receive remote control events without audio

Here is some background information, otherwise skip ahead to the question in bold. I am building an app and I would like it to have access to the remote control/lock screen events. The tricky part is ...
0
votes
1answer
243 views

Selenium 'ant run-demo-in-parallel' command failure?

I'm trying to run the Selenium Grid Demo successfully but I'm having a problem. I have the hub set up correctly with 4 localhost Remote Controls. When I try to run them in parallel I get the ...
3
votes
0answers
377 views

remoteControlReceivedWithEvent not called in multiple view controllers app

I have a App works well on iOS 4.3.3. But I found there are some problems on iOS 5. This App plays mp3 files by avaudioplayer and the remote control does not work well on iOS 5. There are four view ...
4
votes
3answers
2k views

Can't beginReceivingRemoteControlEvents in iOS

In my app i want let user to control audio playback in background. I set backGround modes in .plist, and in plays in bg just like i wanted.But i can't get any response from touching the control ...
0
votes
2answers
1k views

Controlling Windows mobile device ( HTC Desire HD2) from a Desktop computer screen [closed]

I have been trying to control a windows Mobile Device ( HTC Desire HD2) from a Desktop ( running Windows 7 Professional) computer, I tried the following approach, I installed HTC sync on my Desktop. ...
0
votes
1answer
379 views

Control proximity sensor on Galaxy SII

The proximity sensor on Samsung Galaxy S II phone consists of infrared LED and IR sensor. Is it possible to control infrared LED of proximity sensor in an arbitrary way (to do a TV remote control or ...
0
votes
1answer
1k views

iPhone headset play button click

I want to detect headset button click on iPhone, see Detect headset button click on iPhone SDK. I follow as the ...
0
votes
1answer
343 views

Remote desktop control using web application

We are planning to develop remote desktop sharing feature in out web application (written in Java) where one user will be able to connect other users desktop with full access. I don't want to use ...
1
vote
0answers
208 views

Remote Control an Isolated Chrome Window?

I need to remote control Chrome on Windows into doing what my application dictates. Right now, my strategy looks like this: APP > WebSocket implementation > chrome.exe --remote-debugging-port=xxxx > ...
0
votes
1answer
842 views

How to connect Google TV remote app with Google TV emulator

As the title suggests, I have been unable to connect (and pair) the google tv remote app with a Google TV emulator running on Ubuntu. I understand that the emulator runs on its own sub-network and ...
0
votes
1answer
390 views

How to send information to the Remote-Control (lock screen) in iOS

i'm currently having issues changing track information at the lock screen. I have managed to get playing/pausing from the lock screen, and everything works fine and dandy, but I'm completely lost on ...
0
votes
1answer
206 views

Is it possible to build a smartphone app that stream a screen to a TV, while allowing you to remote control it with the phone itself?

Is it possible to build an Iphone/Ipad app (and Android app) that can do two things: stream an interface and the respective content (particularly video) to a TV and then let me use the phone itself as ...
2
votes
2answers
2k views

remoteControlReceivedWithEvent not call in a singleton class

In my app, I'd like to implement the music playing just like iPod music library which can play background and remote control. My App is : a table view with several items in the main page, selecting ...
4
votes
1answer
94 views

Interfacing LIRC with Haskell

I've been using pyLirc while prototyping a small application in Python. For performance reasons (among others) I'm moving to Haskell, but can't find any modules providing similar functionality. Should ...
0
votes
1answer
224 views

Is there a way to control my iOS app using the Apple Remote?

I think the title of this question is sufficient. But, just in case there are doubts about what an Apple Remote is, click here.
2
votes
1answer
2k views

UPnP AV Remote Control in Java or C#

I need to create some kind of remote control that can interact with a UPnP media server. I've read that there are kind of like three applications for the UPnP AV stack: media server, media renderer, ...
0
votes
1answer
112 views

Controlling 2 computers, 1 screen, 1 keyboard and 1 mouse [closed]

I have 2 computers - Mac and Windows, and I want to use only 1 screen, 1 mouse and 1 keyboard. I've heard about application named Synergy but I think it only for 2 screens. Any 1 know how can I ...
2
votes
1answer
413 views

Programming for the Apple infared remote controls

How do I get started with programming for the Apple infared remote control? To start with, I only intend to support one control, and one type of receiver, that on the current unibody MacBooks. What ...
1
vote
4answers
281 views

Execute process from java and keeping it alive for input

i want to code a frontend for a fortran-application with java, since fortran has no gui-support as far as i know. ( japi does not seem to work with ifort, correct me on this one ) I want to build the ...
1
vote
1answer
301 views

An elegant API for a C-based remote-control / daemon (IPC / RPC)?

I have a daemon (which must be written in C) which should have a remote like common media players do: mediaplayer-rc --enqueue /path/to/song.mp3 If mediaplayer-daemon isn't running, it is started ...
6
votes
4answers
4k views

How can you play music from the iPod app while still receiving remote control events in your app?

Ok, I'm trying to let a user choose songs from their iPod library to listen to, but I still want to receive remote control notifications (headphones, lock screen osd, etc.) in my app so I can do some ...
7
votes
2answers
3k 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 ...
1
vote
0answers
72 views

Remote Control Software with queue for multiple users?

Is there a remote control software or a http-server available, which has a queue implemented, so that one after another client has the chance to control the screen on the host? Thanks a lot

1 2