Questions tagged [remote-control]

remote-control describes question about functionality to interact with services remotely across some communication channel.

In software development, remote-control describes functionality which allows to interact with services across some sort of communication channel.

The term originates from Remote control, but is not limited to one form of communication. It typically includes communication between separate systems, e.g. between two processes or between two different machines, where one participant performs the controlling role and the other is being controlled.

200 questions
0
votes
1 answer

Execute shell command on IR input on Raspberry Pi

I'm a Unix n00b, but I managed to follow enough guides to install node.js and node-sonos-http-api which allows me to do localhost/livingroom/play to start the music I have a Nwazet Pi Infrared Receiver and now I want to control Sonos with my TV…
Morten J
  • 814
  • 10
  • 21
0
votes
1 answer

iOS: Can nextResponder be another app?

This question is related (inspired) to my previous question: iOS: Handle remote-control events and then relay the events to music apps My app can become the first responder to remote-control events. However, I'd like my app to relay the…
kakyo
  • 10,460
  • 14
  • 76
  • 140
0
votes
1 answer

iOS: Handle remote-control events and then relay the events to music apps

I'd like to handle remove control events in my app, but also would like the event can be passed on to other apps when I'm done. I cannot find clear instructions in Apple's Remote Control Events doc…
kakyo
  • 10,460
  • 14
  • 76
  • 140
0
votes
1 answer

Arduino output pin outputs random activity

I am working on an Arduino project controlling a DIY RC truck that reads the output pins of an RC reciever and is supposed to PWMs a couple of pins accordingly. The pins are hooked onto a motor controller that takes PWM. That is where the problem…
0
votes
0 answers

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 KeyEvent.KEYCODE_MEDIA_FAST_FORWARD Everything works…
0
votes
1 answer

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 user/pass and then be presented with a page where I…
Vian Esterhuizen
  • 3,788
  • 4
  • 27
  • 37
0
votes
1 answer

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 use the remote control and select the image (I…
nimi
  • 917
  • 2
  • 14
  • 28
0
votes
1 answer

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 to disable the next and previous song button on the…
RhodanV5500
  • 1,087
  • 12
  • 16
0
votes
1 answer

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 been made here: How to connect Google TV remote…
0
votes
3 answers

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 android screen using frame buffer. there a lot of…
Rain Lee
  • 13
  • 5
0
votes
1 answer

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 following result: [java] [java]…
0
votes
1 answer

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 to transfer something via IRDA)?
Paul
  • 25,812
  • 38
  • 124
  • 247
-1
votes
1 answer

Remotly Control/Stream Android 11 Screen to PC without having to confirm connection every time

I would like to remotely contol my and my families phones without having to confirm the connection every time. I bought myself a new mobile phone and with it I changed from Android 9 to 11. But now I run every time into this request, to allow the…
fn1701
  • 1
-1
votes
1 answer

Remote-control block does not assign variables

I'm writing functional tests with Spock and Geb in Grails 2.5.6 using the remote-control plugin. I have something like this in a when block: String someString remote { someString = SomeDomain.findByName("Some Name").someValue } In the then…
Raphael
  • 9,779
  • 5
  • 63
  • 94
-1
votes
2 answers

Using RPi.GPIO with django

I have django project set on my pc and copy of that project on Raspberry pi 3. I deploy changes through pyCharm to raspi. Raspberry is my server where I host my website. I wanted to play with led light through web app. In my app I've imported import…
1 2 3
13
14