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
1
vote
0 answers

Android gingerbread lock screen media/remote controls vanish on mediaplayer.pause()/playstate change

I have a problem with the built-in media controls, which appear on the lock screen when music is playing through the mediaplayer. When the music is playing the controls are always present, but when i press the pause button on the lock screen and…
1
vote
0 answers

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.
ice 13
  • 333
  • 4
  • 17
1
vote
1 answer

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 the desktop of the machine, connect remotly to it…
KayelGee
  • 15
  • 3
1
vote
1 answer

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 1000+ test scripts to WebDriver, so hopefully…
Andrew
  • 11
  • 1
1
vote
2 answers

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) models. It seems to be a known bug…
simplyray
  • 1,200
  • 1
  • 16
  • 25
1
vote
0 answers

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 using iphone with an adaptor and app to control RC…
minjiera
  • 336
  • 3
  • 16
0
votes
1 answer

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 applications like team-viewer. It has to be some kind…
TechCoze
  • 491
  • 5
  • 15
0
votes
1 answer

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 how to send the "currently playing" information…
Chad
  • 275
  • 3
  • 13
0
votes
1 answer

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 a remote control for this interface? Basically…
0
votes
2 answers

How can I establish a TLS connection to a device with an untrusted certificate in my local network in an iOS app?

My task is to create a remote control for Android TV for iOS. After unsuccessful attempts to find any SDK that provides such an opportunity, I decided to rewrite androidtv-remote. This library can do everything I need. To create a TLS connection, I…
0
votes
1 answer

Removing the batteries from the remote kills the app

If the remote control uses bluetooth control, then if the battery is removed / inserted into the remote control, the following events occur: onPause() -> onSaveInstanceState() -> onCreate() -> onStart() -> onRestoreInstanceState() -> onResume(). The…
0
votes
1 answer

Arduino HID keyboard keycodes not working properly

I'm working on a project where I can use an IR remote to hook up to my PC and control it because I have a projector connected to it that I want a remote for. I've figured out all of the IR remote stuff and have also been able to configure my Arduino…
Jonah.Checketts
  • 54
  • 2
  • 10
0
votes
0 answers

Handle up/down buttons of Chromecast Voice Remote on Chromecast receiver side

I'm casting from iOS/Android to Google Chromecast device and trying to switch channels by clicking up/down buttons, but can not catch an event if Up or Down button has been clicked. Tried to listen for all events from…
0
votes
0 answers

how to configure tripod mode for DJI M210 V2 on Cendence Remote controller with DJI SDK?

I want to lower the max speed of my drone DJI M210-V2 by adjusting the max speed of the aircraft to 1.8 m/s. To do so, I have noticed setTripodModeEnabled that drops the max to 1m/s and setAircraftHeadingTurningSpeed that set the range of speed…
0
votes
0 answers

How to make Android TV (MiBox) remote control app?

So, I want to make an app that allows you to control Android TV through your Android phone. There are plenty of such apps on Google Play but they contain a large number of ads and you often have to purchase Premium to get rid of them. I've been…
thewolf1119
  • 141
  • 1
  • 12