General :: Remote View One Android Device From Another
Aug 10, 2011
I am looking for a way to remote desktop my android phone (atrix) from my honeycomb tablet. Preferably over LAN, as I only really do it at home but not really close enough for bluetooth, however with bluetooth I could make do. Something like what the atrix can do with the dock.
View 3 Replies
Mar 23, 2011
I am looking for a way to remote control my android device (Motorola Xoom & Motorola Droid). I assume this will have to occur via Bluetooth but I am open to any option (wifi?)I'd like the following functionality in the remote:
- Launch Music Player
- Launch Maps / Navigation
- Play / Pause / Next Track / Previous track
- Launch Voice Search
- Launch text search
The official motorola Xoom Bluetooth keyboard has physical buttons for many of these operations (maybe not navigation or voice search) but this device is far too large to use as a 'remote'
My ideal situation would be to find a small Bluetooth remote designed for something like this. I've been looking at getting a Wiimote and the app that allows you to map its keys to keystrokes. Are there keyboard shortcuts for these operations?
I also noticed many of the keyboard shortcuts require the 'Search' key (i.e. Search+'b' launches the browser). What if I got a generic bluetooth keyboard without a 'Search' key - what is the alternative keypress?
View 5 Replies
View Related
Nov 11, 2012
how to setup a infrared remote control to use with android instead of keyboard or mouse.I thought in lirc but the several ports that I found for android are working to send infrared signals, not to receive them.I was wondering if there is some project or program to allow infrared remote controller manage the android device.
View 1 Replies
View Related
May 30, 2014
Does enabling a lock screen password do ANYTHING to protect the device from threats? Other than someone with physical access, obviously. Would it make installing malware or exploiting a security flaw any more difficult? Assume the device in question is not rooted, if that makes any difference.
View 2 Replies
View Related
May 9, 2014
What I need is a way to control Android device (s) from PC via Wi-Fi. I found a lot of apps (and Desktop programs) to do it, but I didn't found a way to View OR control the Android device WITHOUT ROOT. I work on the company which asked me to find a way to do this without root with their Android devices. After googling a lot I started to think that where is no way to do this, because either way I need to root them . Is it true or maybe there is somewhere an app which could do this? It doesn't care if it's paid or not.
I have downloaded and tester these apps:
MyMobiler - Doesn't work because when I restart Android device, app doesn't start WiFi, just keyboard mode only. I need that when the app starts it should run itself and start WiFi automatically.
VMLite VNC Server - Don't know why but it didn't worked for me. Just cannot start server from the browser.
View 8 Replies
View Related
Sep 5, 2010
I have coded this service, that computes stuff and i want other applications to be able to bind this service, i.e. i want to enable other programmers to communicate with this service. problem is, this has to work without these other programmers to get access to the source code. just the (installed) apk with the remote service is given (and of course a detailed description of the service' interface)...problem is, eclipse keeps braggin' about that the packages of the service are not available in source code...
View 1 Replies
View Related
Aug 25, 2010
I managed to configure iJetty on the emulator and I am setting up both a REST-based and SOAP-based services on it.
Regarding sqlite3. I am able to run and control it remotely using the shell. is there a way to generate databases on the device using the remote tool? I didn't find any evidence that that is possible and I think the only way may be through the API. I just wanted to double check in case I missed this.
View 3 Replies
View Related
Nov 8, 2010
I want to create an application that can be interactive with another Android device that could be across the room or across the country. For example, imagine playing Tic-Tac-Toe; but I'm the X's on my phone and the O's are my brother on his Android phone. I think it can be done via application specific messaging. Looking to see if it is possible, and, if so, how to send a message from one application to another on another device.
View 5 Replies
View Related
May 31, 2009
Im trying to show font from my assets on a widget but i dont know how to set the typeface from a remote View, here is what i do now right now Remote Views update Views = new Remote Views(context.getPackageName(), R.layout.Test); updateViews.setTextViewText(R.id.TextView01, "test"); Component Name this Widget = new Component Name(this, RSSWidget.class); AppWidgetManager manager = AppWidgetManager.get Instance(this); manager.updateAppWidget(this Widget, update Views);
View 3 Replies
View Related
Apr 28, 2009
Can someone know the answer tell me which is more efficient if the bmp is a big bmp? RemoteViews views
1. views.setImageVIewBitMap(R.id.icon, bmp)
2. bmp = BmpUtils.resizeToFitIconSize(bmp) views.setImageVIewBitMap(R.id.icon, bmp)
In short, will resizing the bmp before setting it on a remote view make it more efficient? Or should I just let the imageView take care the resizing? Code...
View 2 Replies
View Related
Jan 3, 2010
When I first ran across PhoneGap, I was excited because I envisioned simply dropping in the URL of a mobile site and simply updating the mobile site to use the devices capabilities when available.
Alas, it seems it is not that easy.
From what I understand (and I could be incorrect), any HTML/JS access to the device's hardware is limited to local 'pages'. So essentially create a HTML/JS local 'web' app to access the 'real' mobile web app by AJAX like calls. It seems a little redundant (at least to me) when the point is to simply extend the interface an existing mobile site.
Not trying to knock PhoneGap here, just wondering if there's a similar framework that allows a remote site to access the phone's hardware directly. Or if I've missed how that can be done with PhoneGap.
(Sure, I know "allows a remote site to access the phone's hardware directly" sounds scary - but the URL is hard-coded in the app, and HTTPS could provide authenticity. Of course, security is probably why this isn't supported by PhoneGap.)
View 2 Replies
View Related
Sep 6, 2012
I was planning to make my phone (a rooted SGSII Skyrocket on AT&T running GB) accessible over SSH so I could remote-control it in the event thieves (or my parents) took it. how would I know what my phone's external IP is? Any app that can read the phone's external IP and respond with it via, say, text message?
View 4 Replies
View Related
Feb 16, 2010
I have connected my Android application to a Windows desktop machine via Bluetooth. The application interacts with the machine. At the end of the interaction the application on the desktop closes the socket that was opened between the Android and the desktop application. Right when socket.close() is called on the Windows machine my Android app pops open a dialog saying that the application has stopped unexpectedly and then it quits. I have a breakpoint on the line in the ConnectedThread (like in the BluetoothChat sample) where I read the InputStream on the Android and that is not hit. I also have a breakpoint in the catch statement for the try surrounding the place where I read the InputStream. That one also does not get hit. So I have no idea how I can catch this error. Is this a bug?
View 2 Replies
View Related
Apr 21, 2010
I wanted to know if there is any way possible that I could use an opaque view like webView or mapView or such opaque view in some defined portion of my device screen like I want to use webView alongwith some another layout having another views. Is that possible? If yes, how? If no, where can I look to find some solution or workaround?
View 3 Replies
View Related
Jul 26, 2010
added a quick demo video of our upcoming Android Infrared (IR) Remote.Initially it will support a full IR dbase of 300,000+ IR codes, IR learner for any code not in the dbase, Pre-Built GUI so it is simple to setup. Will add rs232, relays, and other tcp options also after initial release.
View 5 Replies
View Related
May 28, 2009
I want to view the Log on device i.e the System.out.println(); I am able to view on DDMS but how to view on device screen while running an apk file
View 3 Replies
View Related
Apr 15, 2010
I have Windows XP and use Eclipse v3.4.1.
Under Device Manager I see Android Phone -> Android Composite ADB Interface when my Nexus One is plugged into the computer (Disk drives - > HTC Android Phone USB Device when my myTouch is plugged in), so I
View 5 Replies
View Related
Aug 1, 2010
Looking for an App to remote to my desktop.I am trying to see if I can access magicjack on my desktop and make true voip calls.
View 2 Replies
View Related
May 20, 2010
Is there any tool that will allow me to browse databases on my Android device? Something like Sql Management Studio - you know GUI tool that displays databases, tables, row in tables, etc.
I'm using Eclipse for development (if it is important for plug-in suggestions).
View 2 Replies
View Related
Sep 23, 2010
I have just started testing my application on a real device. Why can't I see my application data on the device using DDMS like I can on the emulator?
View 2 Replies
View Related
Feb 28, 2009
how the application knows that the view of device has changed from portrait to landscape.is there any way to know the application about view change.
View 2 Replies
View Related
Feb 28, 2014
Basically I have an old iPod touch 2g on iOS 4.x and a Nexus 5.
I want to use my iPod as my media player but I'd like to be able to control music from my Nexus (only basic controls).
Is there an app on either device that allows this? I know tsk skipping can be done by some Bluetooth headphones so I'm hoping there's a way to make iOS accept command from my Nexus
View 1 Replies
View Related
Dec 3, 2012
I'd like to use iPhone/iPad as a set of virtual mouse and keyboard for an Android Mini PC. Something similar to apps like Remote Mouse [URL] or Mobile Mouse [URL].
View 2 Replies
View Related
May 31, 2010
Does any similar Android app to this fabulous WinMo app?
I figured since the WinMo version was created by someone on XDA, can create an Android version?
View 9 Replies
View Related
Aug 12, 2010
The IPhone works with an DSRL Remote app. I have an HTC HD2 and it works with winmobile 6 and with android now. Any app which works on android or winmobile 6 like the DSRL Remote camcorder app ?
View 9 Replies
View Related
Nov 14, 2012
I have a small issue with my remote connectivity to my android, the scenario is simple and my target is to connect to my android remotely through my laptop while the android is connected to my PC in the other room through USB cable, so what I have done already is that am connecting the Android to the PC through a USB cable and the PC to the Laptop through the LAN, now am connecting Remote desktop from my laptop to the PC and on the PC I installed application that can connect to the android so I can totally see the skin of my android and control it, but the final thing I wish to do is to make a phone call, here I connect a Bluetooth to the PC and I connect the Bluetooth as free handset to the android it didn't totally work, you see its interesting scenario and if we work together we can accomplish something really assume
View 1 Replies
View Related
Oct 26, 2012
I saw on Internet some services that give you the possibility to test an Android app on the web: for example, Manymo launches an emulator on a remote server and give you the possibility to interact with it. AppSurfer let you test your Android app in an emulator-like environment. Pieceable Viewer is similar to AppSurfer but for iOS.
According to you, how these services are implemented?
Maybe there are some emulators running on a remote server on which run a vnc server, but looking at AppSurfer or PieceableViewer they looks too responsive for this implementation.
View 3 Replies
View Related
Sep 25, 2013
I'm lookin for an app to remote controll android devices from each other, like teamviewer for pc!
Lot's of my friends have problems with their phones sometimes and keep asking me, how can i do this or that and how does stuff work....
So I am looking for a app witch works like Teamviewer, so i can see there screens and just do it for them via remote I thougt I've seen something in the xda portal someday but don't remember a name....
Any app to do that? It should work without root and easy like teamviewer (at least for the host)......
View 2 Replies
View Related
Aug 8, 2013
I am interested in swapping to Google Play Music from Spotify. However, I am yet to find an android app that allows me to remotely control playback of Play Music on my desktop.
Play Music is now available in Europe and the US and I am sure its user base is only going to grow. This, combined with the fact that there are no such apps at the moment.
Play Music has a wide range of keyboard shortcuts that can be found here. If the app is capable of sending these keyboard commands to the Play Music tab in the browser then it should be able to have quite extensive control over Play Music. Most of these remote apps require a server component installed on the target computer. I was thinking that perhaps this could be achieved via a Chrome extension so that it can remain platform independent.
View 1 Replies
View Related
May 26, 2014
Is there any way to use the Wiimote as Mouse-emulator on Android? I want a mousepointer on my screen that I can move by moving the Wiimote (using the IR sensorbar). When I press A, it should emulate a touch to where the mousepointer is.
I couldn't find a single app that would emulate a computer mouse with the Wiimote. I just know there are plenty for Windows.
I found something: [URL] ..... It says that my device (Sony Ericcson Xperia Neo V) is not compatible with it. Is there a way to make it work anyway? My device is rooted and still has the preinstalled Android 2.3.4.
View 1 Replies
View Related