![]() |
[Announce] QRemoteControl
Announcing QRemoteControl.
The purpose of QRemoteControl As you may already guess, QRemoteControl is remote control application. With QRemoteControl you can easily control you computer via WiFi. QRemoteControl includes a touchpad, keyboard, multimedia keys and buttons for starting applications. You can even change the color of the user interface. Powering on the computer via Wake On Lan is also supported. The server application is available for Windows and Linux. Feature overview
For more information and download visit: http://qremote.org https://dl.dropbox.com/u/50861330/qr.../Scr000025.jpg |
Re: [Announce] QRemoteControl
Thanks Strahlex! I love this app. But it still has the bug that if you use the phones keyboard in app it will never unfocus until exited or swiped away from. Otherwise its completely awesome!
|
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
What about an N900 version?
|
Re: [Announce] QRemoteControl
Just Beautiful!
I wanted another Pi controller :) |
Re: [Announce] QRemoteControl
Strahlex, any plan on adding drag-n-drop or just double tap to drag ?
|
Re: [Announce] QRemoteControl
Thanks, I just managed to port the server to Qt5 on Raspberry pi, sources needed a bit of tweaking, but in the end it started to work. Didn't test to compile in 4.8.2 yet, but might try that later.
|
Re: [Announce] QRemoteControl
On windows, if the computer goes to sleep the server is unresponsive after wakeup (still shows connected) and the phone can't connect again. Also +1 for the drag (maybe with multitouch)
|
Re: [Announce] QRemoteControl
Quote:
Drag n Drop: Multitouch is a great thing but currently not implemented in QtQuick 1, I'll probably implement this with Qt5. For now, I implemented Drag n Drop by pressing the button for a longer time (> 400ms), which will lock the button. After the Drag operation, just release it again. I'll add this to the next release. Thanks for all the great ideas and feedback. |
Re: [Announce] QRemoteControl
Any progress solving
Code:
sni-qt/19799″ WARN 02:42:48.774 voidStatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Awesome!!
Works great on OpenSuSE 12.2 |
Re: [Announce] QRemoteControl
Quote:
lsof -i :5487 Code:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME blank Any ideas what could be wrong? |
Re: [Announce] QRemoteControl
Hi,
Just a small question. Is there a way to run the PC application on a mac running OSX? I would love to control the laptop with the N9, but no luck so far. I appreciate your answers. |
Re: [Announce] QRemoteControl
Quote:
But you can compile it yourself: - Download the source code of QRemoteControl. - Install the QtSDK. - Open the pro-file with Qt-Creator and launch the build (or run qmake make from the command line) However its not garanteed that it will no have any build errors. As I already said the only thing that is OS-dependent, is the keyboard emulation. Got my N9 today, already fixed some bugs and created a new more native looking theme: https://dl.dropbox.com/u/50861330/121109_N9_0014.jpg |
Re: [Announce] QRemoteControl
Quote:
Is it maybe possible to make a Debug build or to use a network sniffer to make sure the packets are reaching the server? |
Re: [Announce] QRemoteControl
"This item isn't available at the Nokia Store"... :(
|
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
As expected it didn't compile in the first try. There are 16 Errors all related to 'globalFakeKey' not being declared in this scope, the scope being the qglobalfakekey.cpp file. Any suggestions? I'll play around for a while but the last time i program was looooong time ago and well i will have to study the code to try to understand what's going on. Could it be that the definitions ".h" are not being read on time? Well if you have any suggestions please let me know. |
Re: [Announce] QRemoteControl
Quote:
I love this app! Edit: Not every time. Will see if I can troubleshoot more. |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
been wanting something like this since getting the N9. can it control windows media player?
|
Re: [Announce] QRemoteControl
@jmsarriat
I added an empty class for OSX, I hope that it compiles now. @F2thaK Yes it can. It "fakes" real keyboard input, so it works like a physical keyboard with multimedia keys, it is also possible to define any key combination you like. |
Re: [Announce] QRemoteControl
It would be nice to have ability to add profiles and maybe an option to pair loading a profile with custom command (useful when launching a media player, that has different key bindings than another one you use).
|
Re: [Announce] QRemoteControl
Quote:
well it's getting better but now after trying to build i get 17 warnings many if not all of them related to unused values and one error with the following output: "Undefined symbols for architecture x86_64: "vtable for QGlobalFakeKeyPrivate", referenced from: QGlobalFakeKeyPrivate::QGlobalFakeKeyPrivate(QObje ct*)in qglobalfakekey_osx.o QGlobalFakeKeyPrivate::~QGlobalFakeKeyPrivate()in qglobalfakekey_osx.o QGlobalFakeKeyPrivate::~QGlobalFakeKeyPrivate()in qglobalfakekey_osx.o QGlobalFakeKeyPrivate::~QGlobalFakeKeyPrivate()in qglobalfakekey_osx.o QGlobalFakeKeyPrivate::QGlobalFakeKeyPrivate(QObje ct*)in qglobalfakekey_osx.o NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *** [qremotecontrol-server.app/Contents/MacOS/qremotecontrol-server] Error 1 make: Leaving directory `/Users/juanmanuelsarria/Downloads/QRemoteControl-Server-build-Desktop-Debug' 20:17:57: The process "/usr/bin/make" exited with code 2. Error while building/deploying project QRemoteControl-Server (target: Desktop) When executing step 'Make'" I was looking at your headers and in both cases you include either windows.h or some other headers which i imagine are platform dependent. There is none for the mac header, any clue what the name of it may be? Thanks in advance for your help. |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
Built successfully in first attempt! I managed to build and run the server on the mac! The phone sees the pc and connects without a problem, the only hiccup is that the only functionality so far is the cursor movement. No click or keystroke was perceived by the laptop, what could be the problem? By the way i noticed that in the pic you posted earlier the app has a black theme, somehow different from the one i have, am i missing something? In any case the functionality, not the form, is what i am most interested in. As always i am most grateful for you help. |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
not to be impatient, but are there any news on the OSX port of the server application? Thanks, |
Re: [Announce] QRemoteControl
Thanks for your app.
It works great, but i've managed to hang it twice when loosing connection with the server (bad wifi actually). You probably should do communication stuff in another thread with suitable timeout and reconnection. |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl
Can anyone tell me how to set user commands in qremotecontrol-server?
|
Re: [Announce] QRemoteControl
I'm glad to announce, that QRemoteControl-Server should now work on Mac OSX. Pre-Built packages will follow soon.
Quote:
PS: The repository has changed to git! |
Re: [Announce] QRemoteControl
How about ability to send strings of charachters as input? This would work with existing barcode reader apps for n9 (copy&paste) to send barcode to a window input field on remote server.
Would be very useful for example in reading barcodes from bills and sending them into a netbank's text input field on a remote PC. Even better would be an integrated barcode reader, which would send the string upon reading. Or maybe there's a simpler ways to make N9 work as barcode scanner for a PC? PS. Yesterday I spilled some tea on my keyboard shorting out few switches. I don't have a spare keyboard so I used QRemoteControl as keyboard for the rest of the day, while my Filco was drying. Thanks for this userful app. :) |
Re: [Announce] QRemoteControl
Quote:
|
Re: [Announce] QRemoteControl Server app for Debian
Hi everybody,
You can get the QRemoteControl-Server for Debian here: http://oem.suse.com/repositories/hom...ian_7.0/amd64/ It works with Debian Jessie 64b and surely with Debian Wheezy 64b. For your N9, you can get Media Player Control to control VLC on your PC with your Nokia N9: https://allnokia.ru/symbsoft/moreinfo-6741.htm It works! |
Re: [Announce] QRemoteControl
I'm using this application all the time on my Jolla, but I wonder how hard it would be to make a Maemo version of it. I still use my N900 quite often, and plan on using a Neo900 when it comes out, but unfortunately there's no Qremotecontrol for Maemo at the moment. Sure I can use VNC, but it's far from being ideal for what I want.
|
All times are GMT. The time now is 19:07. |
vBulletin® Version 3.8.8