Giter Site home page Giter Site logo

remotedroid's People

Watchers

 avatar

remotedroid's Issues

Headless server feature

It would be nice to have an option to run the server software without a GUI 
visible. I've attached a suggested patch to provide a -headless argument at 
the command line.

Original issue reported on code.google.com by [email protected] on 8 May 2010 at 9:28

Attachments:

keyboard doesn't work on Galaxy S

What steps will reproduce the problem?
1. Open the Remotedroid app
2. tip the keyboard icon (the one between the buttons)
3. hit the keys

What is the expected output? What do you see instead?
mouse and buttons work great, when I tip the keyboard icon the virtual keyboard 
appears, when I hit the keys I can hear the corresponding sound, but nothing 
happens on the computer screen


What version of the product are you using? On what operating system?
the latest one, just downloaded both the App and the server
OS on my PC: Windows 7 64 bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Dec 2010 at 2:03

Not compatible with Swype

What steps will reproduce the problem?
1. Connect from RemoteDroid client to RemoteDroid Server
2. Attempt text entry with Swype text keyboard

- Swyping method of text entry yields no results.
- Tapping individual soft keys on Swype keyboard (fallback) produces letters, 
but enter softkey does not work.
- Swype covers mouse buttons and RemoteDroid keyboard icon
- Phone Menu key normally used to enable/disable the soft keyboard does not 
work.


What version of the product are you using? On what operating system?

RemoteDroid Server 1.0
RemoteDroid App 1.4
Swype 1.56.30.7625.t100 on Motorola CLIQ Android 1.5

Additional info / Workarounds

I would say the physical keyboard is a workaround, but the keymapping is 
incorrect on the CLIQ see Issue: 
http://code.google.com/p/remotedroid/issues/detail?id=2
Combined with the fact that the menu button doesn't seem to be enabled to 
switch between soft keyboards this eliminates any easy work-around for regular 
swype users.




Original issue reported on code.google.com by [email protected] on 22 Jun 2010 at 5:47

No arrow keys

There doesn't seem to be anyway to emulate arrow keys.  Perhaps a mode change 
for the trackball would allow for this?

Original issue reported on code.google.com by [email protected] on 3 Aug 2010 at 5:00

Provide -startMinimized commandline option

What steps will reproduce the problem?
1. Place RemoteDroidServer application alongside something else in start-up
2. RemoteDroidServer appears in front of other application needlessly

What is the expected output? What do you see instead?

I would like RemoteDroidServer to start-up minimized

What version of the product are you using? On what operating system?

1.4; Ubuntu Linux

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 10:44

Windows 7 64bit and android 2.1 does nothing

What steps will reproduce the problem?
1. install on as described in summary
2. use buttons on phone, nothing works
3.

What is the expected output? What do you see instead?
should see mouse move or button clicks

What version of the product are you using? On what operating system?
latest from market

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 May 2010 at 7:12

Feature request: Full screen touchpad

I think it would be nice to have an option to hide the click/keyboard buttons 
and make the touchpad take up the entire screen.  You could add two-finger tap 
to right click, and you could use the Menu button to open/close the keyboard.

Original issue reported on code.google.com by [email protected] on 12 Sep 2010 at 4:43

Hide keyboard in menu button

It's very easy to accidentally hit the keyboard button; I'd like all of the 
buttons hidden until I call them. This would increase the touchscreen area as 
well. Currently the menu button is unused - this could be something to put in 
there.

Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 11:19

Keyboard MIA after switching screen orientation (SwiftKey beta input method)

What steps will reproduce the problem?
1. Go into landscape mode from portrait (or portrait from landscape)
2. Try to press keyboard icon, but no response
3. Go back to previous screen orientation, keyboard still MIA

What is the expected output? What do you see instead?
Keyboard is missing, green keyboard button present but not responsive when 
pressed in portrait or landscape after switch

What version of the product are you using? On what operating system?
1.4
I9000XXJM3/2.6.29 curio@carton #161/Tayutama Edition Full.XWJM7

Please provide any additional information below.
Similar issue occurs with alternative app Gmote.


Original issue reported on code.google.com by [email protected] on 5 Sep 2010 at 11:41

Do not virtual keyboard when starting the app

What steps will reproduce the problem?
1. Open remote droid

What is the expected output? What do you see instead?
Expected: no virtual keyboard is shown
Instead: virtual keyboard is shown.

What version of the product are you using? On what operating system?
latest from market
HTC Hero, Android 1.5

Please provide any additional information below.

I usually connect to the same ip address and displaying the keyboard is 
just annoying.


Original issue reported on code.google.com by [email protected] on 3 May 2010 at 11:57

[request] Edge scrolling

When I scroll on the edge of the screen, remotedroid should act as though I 
were two-finger scrolling.

Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 11:27

support volumeup and volumedown

What steps will reproduce the problem?
1. start and connect remotedroid on android
2. push volumeup or volumedown

What is the expected output? What do you see instead?
the volume on the server should change


What version of the product are you using? On what operating system?
windows 7, android 2

Please provide any additional information below.
the JIntellitype API seems to support special keys like volumepp on 
windows. the android app could react on pressed volume buttons and the 
server could invoke the native methods to change the volume (tunesremote 
does a similar thing with itunes)

http://melloware.com/products/jintellitype/index.html
http://code.google.com/p/android-
cookbook/source/browse/#svn/trunk/TunesControl

Original issue reported on code.google.com by [email protected] on 8 Mar 2010 at 4:16

: and ; do not work on hardware keyboard.

On a HTC with hardware keyboard.

Press alt+H for ':' I get '<'
Press alt+j for ';' I get '>'

All the other alt+ keys  work, including alt+n (for '<') and alt+m (for 
'>').

Was trying to edit in vim ;) was kinda tricky without : 

Connecting with a server on Ubuntu.

Original issue reported on code.google.com by [email protected] on 25 Mar 2010 at 6:39

Two quick cursor moves register as a click-and-drag

1. Move the cursor using the touchpad, twice, with a very short finger-lift in 
between.
2. Do it over text to see the text get selected.

Because the first drag was not in-place (ie. it is an obviously intentional 
cursor move), you would expect the second one to NOT be treaded as a 
click-and-drag. On most laptops, the second movement is only treated as a drag 
if the first press did NOT move. remotedroid treats both scenarios as a 
click-and-drag, presumably because it doesn't check whether the first gesture 
moved outside some threshold. 

Version 1.4 on Android 2.1 on rooted Milestone.

Original issue reported on code.google.com by [email protected] on 2 Aug 2010 at 9:35

Keyboard doesn't work on the HTC Incredible

What steps will reproduce the problem?
1. Just launch it
2.
3.

What is the expected output? What do you see instead?
Mouse works great but the keyboard doesn't work

What version of the product are you using? On what operating system?
1.4 on OS X 10.6


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jun 2010 at 12:14

Clicking D-Pad on Moto Droid freezes server

What steps will reproduce the problem?
1. Have a Motorola Droid
2. Click the D-Pad
3. watch as the server freezes

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 9:57

Add an authentication or pairing mechanism

Feature request:

I would like to suggest a pairing mechanism that uses the camera and a
generated QR code displayed on the server.

The data in the QR would be used as a public key to facilitate a symmetric
key exchange. Then AES could be used for the remainder of the session. If
the keys were stored on both ends, the handshake would only need to be done
once.

Optionally one could opt out of the encrypted connection on the server.


Original issue reported on code.google.com by [email protected] on 10 May 2010 at 11:26

Default ip is 127.0.0.1 on Linux

There should be a check that the returned ip is not the loopback interface
otherwise it's impossible to connect from the mobile.

Original issue reported on code.google.com by [email protected] on 30 May 2010 at 4:18

Mouse Scrollwheel via trackball seems upside down.

What steps will reproduce the problem?
1. Scroll in any application that reacts to it. 

What is the expected output? What do you see instead?
Rolling the trackball up causes the scroll wheel to react as though it were
down.

What version of the product are you using? On what operating system?
The latest versions as of March 19 - v1.4 of server and client.

Please provide any additional information below.
This was done on a Rogers HTC Dream.


Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 4:49

Allow different themes to be used

With the latest layout, it is way easier to support different themes for
the PadLayout.

We could start by creating one or two extra different layouts, and maybe
add info on the Project Home on how people can contribute with layouts.
It's just a matter of creating some nine-patch images:
- Pad
- Left button up
- Left button down
- Right button up
- Right button down
- Keyboard button up
- Keyboard button down

Original issue reported on code.google.com by [email protected] on 3 Mar 2010 at 11:47

Audio Entry

Would be awesome to use Google Voice as a way to input text!

Original issue reported on code.google.com by [email protected] on 24 Dec 2010 at 11:39

Stops working when clicking on Skype, Steam and probably more programs

What steps will reproduce the problem?
1. Clicking the Skype window will make it stop working.
2. Same thing with Steam (www.steampowered.com)

What is the expected output? What do you see instead?
RemoteDroid just stops working when clicking a Skype or Steam window. It's like 
it's "going away" from the Windows Desktop somehow. Hence disabling itself.

What version of the product are you using? On what operating system?
Version 1.4. Windows 7 64bit (Ultimate)

Please provide any additional information below.
For all I know, there's probably more programs which will disable RemoteDroid. 
Running a game does the same thing, although this is expected. But Skype and 
Steam are "Windows" programs that aren't going fullscreen or anything other 
that would(should?) disable RemoteDroid.

Original issue reported on code.google.com by [email protected] on 9 Oct 2010 at 6:58

Create an interface to allow different forms of communication

To allow different forms of communication (ex: bluetooth), the best way
would be to create an interface and implement it with different types of
communication.

Currently the UDP code is really heavy and generates lots of GC. See issue
9. (http://code.google.com/p/remotedroid/issues/detail?id=9)

This would allow someone to implement a Bluetooth implementation easily.

I'll work on it.

Original issue reported on code.google.com by [email protected] on 3 Mar 2010 at 11:44

Mouse do not work, just the buttons

What steps will reproduce the problem?
1. install both parts - server and phone
2. use normally
3.

What is the expected output? What do you see instead?
the right and left button works fine, but the mouse do not.

What version of the product are you using? On what operating system?
Windows XP Professional and Android 2.1-update 1 

Please provide any additional information below.
My phone is a motorola A853

Original issue reported on code.google.com by [email protected] on 16 May 2010 at 1:32

Localization needed

RemoteDroid needs to take foreign character sets into account, like
cyrillic for instance.


Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 10:00

Current implementation is generating too much GC

What steps will reproduce the problem?
1. Open the Pad
2. Drag your finger as much as possible
3. See logcat showing tons of big Garbage Collects every few seconds

What is the expected output? What do you see instead?
Little GC

Why?
With reduced GC, we get:
- Faster response
- Less "jumps". When GC runs, system stops responding
- Lower power consumption (yeah, not thaat important, but every little bit
counts)

Original issue reported on code.google.com by [email protected] on 3 Mar 2010 at 11:41

Allow pasting of clipboard to remote host

Not a problem, but it would be REALLY cool to have an option to paste the 
contents of the clipboard 
(plain text) to the remote host. In combination with other apps such as the 
barcode scanner this 
would be very very useful.

Original issue reported on code.google.com by [email protected] on 14 Apr 2010 at 7:43

No feedback about connection

I get no feedback about not being able to connect even wireless is not
enabled or I enter the wrong IP address.

Original issue reported on code.google.com by [email protected] on 14 Mar 2010 at 12:30

Path problem finding config.xml

What steps will reproduce the problem?
1. Build from source and run.

What is the expected output? What do you see instead?
Throws exception.

What version of the product are you using? On what operating system?
Current source as of 1/25/09. Windows XP

Please provide any additional information below.

 Current version built from source can not find config.xml on windows XP. 
Line 28 of KeyTranslator.java throws an exception because there is a
missing separator between the basePath and sPath.  I have modified the line
to include one in my build:
   this.myDoc = builder.parse( new File(AppFrame.basePath+"/"+sPath) );

Original issue reported on code.google.com by [email protected] on 25 Jan 2010 at 5:10

Move is registered as tap.

What steps will reproduce the problem?
1. Enable tap to click
2. Drag across the touchpad section and lift up in a relatively short timeframe

What is the expected output? What do you see instead?
The mouse should move with no other effects. Instead the movement is captured 
as a "click". The click should only be a click if touch location hasn't moved 
that much.

What version of the product are you using? On what operating system?
RemoteDroid 1.4, Arch Linux, Evo 4G with Froyo 2.2.1 (cyanogenmod)

Original issue reported on code.google.com by [email protected] on 8 Nov 2010 at 8:30

Keybo

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 May 2010 at 3:55

Custom On-screen Keys

Custom "keyboards" (feature request)

Feature Description:

User selected image + config "map" (similar to HTML image maps) would define 
screen zones that, when touched, would send specific keystrokes (or keystroke 
sequences).  

Uses:

Desktop app-specific remotes.  One keyboard would, for example, be a "big 
button" keyboard for Hulu, another for iTunes, etc.

Community could share keyboard configs.

If interested, I'm willing to propose a detailed spec.

Original issue reported on code.google.com by paul.tarlow on 12 Jul 2010 at 8:52

IP problem on OpenSolaris

I'm using OpenSolaris snv_134 with Java SE Runtime Environment build
1.6.0_18-b07

Whe I run RemoteDroidServer.jar with double-click method, I get a screen
(in attachment) with RemoteDroid Server running and IP address 0:0:0:0:0:0:0:1

Then, when I put this IP in RemoteDroid in my Nexus One and press connect
button it says "Invalid IP address!"

Original issue reported on code.google.com by jfcastroluis on 28 May 2010 at 11:57

Attachments:

Add Windows Taskbar or services option

Enhancement: Provide the option to start the RemoteDroidServer running in
the Windows taskbar, to avoid Start Menu clutter.

Functionality is a part of Java 6 using the following packages:

java.awt.SystemTray
java.awt.TrayIcon

Original issue reported on code.google.com by [email protected] on 5 Feb 2010 at 6:36

On MotoMilestone dragging windows does not work

Hi all, first of all, thanks for your effort !

and now the issue... as I wrote, I've tried to move a window on my linux
system, but it does not move.

I "select" the window but I cannot drag it... :(

(Version 1.3 on a Ubuntu 9.10)

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 12:29

Mouse and Keyboard do not work when screen is locked (Login screen)

What steps will reproduce the problem?
1. Confirm that the program works (pair phone with computer and do stuff)
2. Select Start > Lock on the computer (you should see the login screen)
3. Try to use the phone to move the mouse or use the keyboard

What is the expected output? What do you see instead?
The mouse and keyboard should work on the Windows login screen, but they don't.

What version of the product are you using? On what operating system?
Client version 1.4 of the product is running on Android 2.2 on a G1
Server version 1.4 is running on Windows 7 Ultimate 64-bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 12:20

Nothing Happend

What steps will reproduce the problem?
1. I had install the server on pc (Win Xp) and the apk on my HTC MAGIC
2. I got the IP address on the Server (192.168.22.64) remotedroid server is 
running
3. i run the Apps on my magic - got the PAD on.. but.. no movement on the 
PC


What version of the product are you using? On what operating system?

Windows XP

ANdroid 1.5 on htc magic




Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 2:19

the backspace on the xperia x10 mini pro is not working

What steps will reproduce the problem?
1. connect to the server
2. click on the backspace on the xperia x10 mini pro
3. nothing happen

What is the expected output? backspace What do you see instead? nothing



What version of the product are you using? xperia x10 mini pro On what 
operating system? android 2.1


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Nov 2010 at 6:51

Client application doesnot have any "exit" menu

What steps will reproduce the problem?
1. start android client
2. close (exit) from client ????


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
remotedroid patched (dowloaded from the issues page - version that corrects the 
wrong IP)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Oct 2010 at 4:40

Server app has to be restarted after PC wakes from sleep

What steps will reproduce the problem?
1. Verify that everything is working
2. Put the computer to sleep and then wake (login if necessary)
3. Try to use the phone to control the mouse/keyboard

What is the expected output? What do you see instead?
After waking PC from sleep, RemoteDroid no longer functions.  The server app 
has to be restarted.

What version of the product are you using? On what operating system?
Version 1.4 on Android 2.2 on a G1 and Windows 7 Ultimate 64-bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 12:27

Missing config.xml error

What steps will reproduce the problem?
1. Lanch RemoteDroid server

What is the expected output? What do you see instead?
Expected output would not include a stack trace. Instead a more friendly 
message could appear perhaps.

What version of the product are you using? On what operating system?
Latest SVN, Linux.

Please provide any additional information below.
Suggested patch attached.

Original issue reported on code.google.com by [email protected] on 8 May 2010 at 9:32

Attachments:

xperia x10 mini

Thank you very much for this application.

Tested the application on an Sony Xperia X10 Mini.
It works like a charm.

Two things on wish-list. 

* It is not available from the android market. Is this intended?
* Your screenshot shows a rotated display, which does not happen on the x10, 
but this is ok in my opinion. Only the left green line of the right button box 
is missing.

Best regards,
Robert


Original issue reported on code.google.com by [email protected] on 29 Sep 2010 at 6:16

keyboard repeat too fast

What steps will reproduce the problem?
1. Type from soft keyboard using Android 1.5
2.
3.

What is the expected output? What do you see instead?
Single characters expected. Get multiple repeats.


What version of the product are you using? On what operating system?
Lates svn checkout

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 May 2010 at 3:59

Backspace/Delete key gets 'jammed'

Using RemoteDroid on Ubuntu 10.04 and an HTC Legend.  On the soft keyboard, the 
delete/backspace button will get 'jammed' and delete a who row of text when 
pushed only once.  This doesn't always happen, maybe 50% of the time.  


Original issue reported on code.google.com by [email protected] on 4 Jul 2010 at 12:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.