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
Comment #1
Posted on Feb 10, 2010 by Happy OxCool, I'll look into this.
Comment #2
Posted on Jun 15, 2010 by Helpful GiraffeI've already done this, but it was part of a massive refactoring to make it work how I wanted so can't really just post it just as a patch.
Have attached the latest code that I am using - this runs as a system tray icon with a context menu to show a log of current activity and the option to close the server.
I simply run the Java on Startup and it works fine - no more annoying window!
- RemoteDroidServer.zip 121.52KB
Comment #3
Posted on Jul 15, 2010 by Helpful BearCould you provide us with the compiled RemoteDroidServer.jar? I'm a total newbie and don't know how to turn that zip package into an executable jar file. Thanks!
Comment #4
Posted on Jul 24, 2010 by Massive CatThe jar file is inside the zip file already. You start it with java -jar RemoteDroidSerr.jar
Comment #5
Posted on Jul 26, 2010 by Helpful BearI really can't find the .jar file inside the zip file klankenstein posted. They are mostly .class and .java files but none of them is executable.
Comment #6
Posted on Aug 8, 2010 by Helpful BearCan anyone compile this?
Comment #7
Posted on Sep 7, 2010 by Massive OxIm fairly ceartain the zip file was mistakingly uploaded, im not seeing any tray code in it. Also not seeing the jar either. However I think some of the project members are actively looking into tray support. If i make any progress ill keep posted.
Comment #8
Posted on Oct 8, 2010 by Helpful DogDid anything happen to this issue?
Comment #9
Posted on Oct 9, 2010 by Happy PandaI would just like to make a small point regarding this issue.
Ubuntu is transitioning away from the system tray, and building the Application Indicator menus instead (https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators).
This means that any work done to add RemoteDroidServer to the system tray will be ineffective for both Mac and soon Ubuntu. The only common method of task management between the 3 platforms is now the solely taskbar. It is important to maintain legacy behaviour to ensure cross-platform compatibility.
Comment #10
Posted on Nov 1, 2011 by Happy RhinoSo what do I do if I am not going to ever use Ubuntu, only windows but want to get rid of that window? I can't seem to figure out a way to hide it and I can't really find any info about how to hide it. Could someone please show me how to make it hide, or run as a system service? Please!?!?!
Comment #11
Posted on Jun 8, 2012 by Massive HippoI also really love to see the "nowindow" option be implemented :)
I wanna run this in my media-pc (yaVDR) and use my phone as a remote.
Comment #12
Posted on Nov 20, 2012 by Grumpy BirdI carefully read your blog And it satisfied and my problems. Actually I was searching for someone who can correct my mistake. This Guide was really helpful for me. thank you so much http://21century.in/
Status: Accepted
Labels:
Type-Defect
Priority-Medium