Browsers, messengers, email clients, download utilities
Jan 17th, 2014, 9:47 pm
Unified Remote Full v2.12.1
Requirements: 1.5 and up
Overview: Easily the most feature-filled Android-PC remote. Turns your Android device into a WiFi or Bluetooth remote control for your Windows PC. Control your favorite programs, mouse, and keyboard.
Image

DOWNLOAD SERVER V2: http://www.unifiedremote.com

FEATURES

* Custom Remotes
* WiFi (TCP/UDP)
* Bluetooth
* Easy server and app setup
* Comprehensive server manager
* Automatic server detection
* Clear connection troubleshooting
* Custom/Android keyboard support
* Single/Multi touch mouse
* Hardware volume control
* Quick Switch using swipe gestures
* Quickly change servers
* Auto-pause media for phone calls
* Homescreen shortcuts to remotes
* Wake On Lan
* Server password protection
* 256-bit AES encryption

REMOTES IN FREE AND FULL VERSION

* Basic Input
* File Manager
* Keyboard
* Media
* Power
* Slide Show
* Spotify
* Start
* Task Manager
* Windows Media Center
* Windows Media Player
* VLC (Keyboard)
* YouTube

REMOTES IN FULL VERSION ONLY

* Custom Remotes
* Boxee (Keyboard)
* Boxee (Web)
* Chrome
* Firefox
* foobar2000
* Hulu Desktop
* Hulu Web
* Internet Explorer
* iTunes
* J River Media Center
* Monitor
* Media Portal
* MediaMonkey
* MPC HC
* Opera
* Pandora
* Picasa
* PowerPoint Advanced
* PowerPoint Basic
* Winamp
* Windows Photo Viewer
* VLC (Web)
* XBMC (Keyboard)
* XBMC (Web)
* XBMC Media

COMING SOON

* Develop completely custom remotes
* Improvements for tablets

What's in this version : (Updated : Jan 16, 2014)
Tweaked pinch zoom sensitivity.
Added mouse preference to disable pinch zoom.
Added Plex remote.
Fixed VLC playlist issue.
Fixed iTunes not updating.
Fixed Spotify Advanced with multiple users.
Added pinch-zoom in Basic Input (Android 2.2+).
Added YouTube exit fullscreen.
Preparations for V3 compatibility.
Minor bug fixes.

This app has NO advertisements

More Info:
Code: Select allhttps://play.google.com/store/apps/details?id=com.Relmtech.RemotePaid

Download Instructions: rel. by : chathu_ac
http://www.kingfiles.net/70yl96f2646i/Unified.Remote.Full.v2.12.1.apk

Mirror:
https://www.filemonkey.in/file/3d0opb4n7zx9q7fs
https://rg.to/file/307da4621d8d593bb670a ... 1.apk.html
(Closed Filehost) https://unlimitzone.com/sbsz3enjhwrl/Unified.Remote.Full.v2.12.1.apk.html
Jan 17th, 2014, 9:47 pm
Jan 30th, 2014, 4:47 am
Many thanks for this!
This app is really great.
I made a custom remote for XBMC for you to download as the one supplied sucks.

Image

Copy all the files to the \Program Files (x86)\Unified Remote\Remotes\Custom directory and restart the server.
If you wonder about the exe file in the download it's a compiled script to an exe that restarts XBMC. (If & when XBMC hangs) It makes a cleaner restart than a bat script as the command window is supressed + you can easily pin it to the start menu.
The exe works both as a startbutton & killswitch.

If you don't trust the exe just edit line 55 in the Custom XBMC.xml and edit the path to a bat file instead:
Code: Select all <ActionRef Name="Run" Target="Core.Task" Extra="%ProgramFiles(x86)%\Unified Remote\Remotes\Custom\RESTART_XBMC.exe"></ActionRef>


Put this code into the batfile:
Code: Select all@ECHO off
TASKKILL /im XBMC.exe /f
timeout /T 1
IF /i %PROCESSOR_ARCHITECTURE%==AMD64 GOTO 64BIT
IF /i %PROCESSOR_ARCHITEW6432%==AMD64 GOTO 64BIT
START "" "%ProgramFiles%\XBMC\XBMC.exe"
GOTO END
:64BIT
START "" "%ProgramFiles(x86)%\XBMC\XBMC.exe"
:END


Download:
Code: Select allhttp://www.filedwon.info/kq32cyaje1rw/Custom_XBMC.rar.html
(Closed Filehost) https://hulkload.com/22a9mq0rn1n0
http://www.restfile.ca/wm353u8ximq7/Custom_XBMC.rar.html
Jan 30th, 2014, 4:47 am