Hello mates, I am pleased to present to you my first application.
Remote Hub is remote PC controller (incl. touchpad, music control, power management).
- Mouse support (move, dragging, etc)
- Keyboard
- Volume control, play/pause prev/next tracks
- Power: wake-on-lan, reboot, hibernate, lock, etc.
You're welcome!
Download: https://play.google.com/store/apps/details?id=pro.macready.remotehub.free
PC Server is available here: http://remotehub.ru/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Related
Because there was a lack of plain note taking apps without a fancy interface (which increases load time), I decided to make one myself.
Features:
- Sync notes with SkyDrive
- Search through notes
- Notes sorted alphabetically (like your app list)
- Pin notes to start
- Pin 'new note' tile
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can get it from the store:
http://www.windowsphone.com/en-us/store/app/vnote/e35b93c5-7944-499e-ab04-f1bf0392348f
Nice. Install it
Sometimes a song is not to be recognized by Shazam, but is recognized by SoundHound, or vice versa.
It would be great if I can start with a single touch, both in multiwindow at the same time.
In this way, you will definitely have a better chance that one of them recognize that the song!
thanks
when I touch a button on the screen it launch both shazam and soundhound:
http://i.imgur.com/7gwInAv.jpg
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hmm. I'm thinking you might have to be rooted and use something like Tasker to make a profile that will start both apps when needed.
Hi
I have an old WI-FI android tablet, and I want to use it in bathroom like wall clock just for BIG digital clock and to listen FM (maybe RDS) radio stations with ON/OFF button. I dont need any alarm function. Tablet will be WIFI 24/7 ON. Is there any APP, something like bellow ?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thx
beside MIUI, have you switch to gestures control?
just share my setup. Install "Edge Gestures" from Play store, and my config as below:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
not sure how long I can live without NavBar, sacrificed my DUI with Pulse, playback control, cursor control. Any alternative?
please share, how you setup your gestures control? (aka iphoneX, 1+6, P, etc)
There is a toolbar for the android emulator in android studio for the user to "click" the volume button to send a volume KeyEvent to the application.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Are there other android emulators that can do this?
I have tried BlueStacks already but it will adjust the volume only instead of sending the KeyEvent. For the application that may overwrite the default behavior of the Keyevent
(in this case, KEYCODE_VOLUME_UP & KEYCODE_VOLUME_DOWN, ACTION_UP & ACTION_DOWN),
how can I trigger those events in other android emulators?