Android :: Headless Emulator - Launch Remotely Without Necessary GUI

Oct 4, 2010

I didn't find much on this anywhere and I have a feeling it is not really possible but just in case - is there a way to launch the emulator remotely without the necessary GUI (I can do that using VNC etc. but it turns out to be too slow) and install/launch apps on it?

Android :: Headless emulator - launch remotely without necessary GUI


Android :: How To Send Key Events To Headless Emulator In Instrumentation Test?

Jul 9, 2010

We are currently working on an instrumentation test suite which runs on our build server, but while the tests pass on a dev machine using a normal Android emulator, the builds fail on the build server since there we only run a headless emulator with the -no-window flag.The failure occurs when trying to invoke the InstrumentationTestCase.sendKeys() method to programatically open the options menu.We also tried to let the instrumentation test app and the app under test share the same Linux user ID using android:sharedUserId and run in the same process (android:process -- we weren't sure if that was already the case), but still no luck. Does this mean it's currently impossible to run instrumentations which contain key events on a headless emulator, or are we missing something?

View 2 Replies View Related

How To Launch Applications Inside PC And Then Run Them Remotely

Dec 26, 2012

I'm creating an Android application to send commands from a smartphone to a pc via Bluetooth. I'm using Phonegap framework (which uses HTML, Javascript and CSS) to develop the app. So far, I can theoretically connect the two devices and data can be exchanged between them. But I couldn't figure out how to launch applications inside the pc and then run them remotely. I've tried to use ActiveX controls, but they are not supported by Phonegap, unlike IE which does support them.

1- Launching the programs.

2- Interacting with them.

View 1 Replies View Related

Android : Unable To Launch Emulator - Got Error

Jun 7, 2009

I downloaded android and followed the instructions provided in this website ( http://source.android.com/download )! but i am unable to launch the android emulator. please find the following error

laptop:~/bin/out/host/linux-x86/bin# ./emulator emulator: ERROR: You did not specify a virtual device name, and the system directory could not be found.

If you are an Android SDK user, please use '@<name>' or '-avd <name>' to start a given virtual device (see -help-avd for details). Otherwise, follow the instructions in -help-disk-images to start the emulator. Am i looking at the right executable? can any one please help me figure this out.

View 3 Replies View Related

Android :: Launch Emulator On Mingw/msys But Failed

Apr 24, 2009

I built the android emulator source on mingw/msys, then run "./ emulator" in msys console as below, but failed. $ ./emulator

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. .....

View 4 Replies View Related

Android :: Update Sdk On Headless Linux

Jan 28, 2010

Has anybody succeeded in updating/installing Android SDK platforms on a headless Linux server? All I got is the following error:

It seems like the action "update sdk" is actually not supported? I searched around but couldn't find anything yet..

CODE:.................

View 3 Replies View Related

Android :: Setup Sdk From Command Line On Headless Server?

Apr 21, 2010

So far Ive managed to download and install the SDK and its in my PATH. Problem now is that I can't run "android update sdk" since it expects to be connected to a display and Im connected to a remote headless server through ssh (its a build server so there's no desktop env). Is there a command-line option for the android tool that tells it to run without X ?

View 3 Replies View Related

Android :: Update Sdk" On Headless Linux - Actually Not Supported

Jan 28, 2010

Has anybody succeeded in updating/installing Android SDK platforms on a headless Linux server? All I got is the following error:

It seems like the action "update sdk" is actually not supported?

CODE:........................

View 4 Replies View Related

Android :: Hello Emulator-5554 Disconnected - Cancelling Com.example.helloandroid HelloAndroid Activity Launch

Jan 29, 2010

Follow the HelloAndroid Tutorials by use Eclipse. After run HelloAndroid, the AVD 'xian_avd2' lunched, but stop there, no " Hello, Android". displayed on AVD. Looks like Waiting for HOME ('android.process.acore') to be launched...

Not know how to resolve this,

CODE:..............

View 1 Replies View Related

Android :: Installing Android 1.6 - On Headless Linux Server

Nov 14, 2009

How to install Android 1.6+ on a headless Linux server. Our continuous integration build machine is a headless server in the cloud.

Following the instructions, I downloaded android-sdk_r3-linux.tgz, untarred it, added its location to my path, and tried to update. This what I got:

" root@savendipity:/usr/local/share/android-sdk-linux/tools# android update sdk

No command line parameters provided, launching UI. See 'android --help' for operations from the command line.

Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi- gtk-3550 or swt-pi-gtk in swt.library.path, java.library.path or the jar file

+ stack trace "

I don't know whether this message means that it is not possible to update the SDK without a GUI, that my command line is wrong, or that my environment is missing something that would allow me to install from the command line.

How to install 1.6+ on a headless linux server.

View 2 Replies View Related

Android : Best Way To Launch An App - Calculate Its Launch Time?

Feb 24, 2010

What is the best way to launch an app and calculate its launch time in android(if it can be done with some code,then its better)

View 2 Replies View Related

Android :: Remotely Control PC

May 31, 2010

I have a Linux N wireless router, and a desktop with a wifi card running Windows 7 (Home Premium x64). I have a HTC Magic running the 4.2 version of CyanogenMod (Android version 1.6). What I basically, want to do is in the title. I want to have an app that allows me to view my PC screen on my phone. Gmote and similar apps come close, but they are useless as I cannot view my screen. I have looked at a number of "VNC" apps, but for one reason or another it just doesn't work. I have gotten VLC Remote and TunesRemote to work, which means that I am able to connect my phone to the computer, but beside that nothing works. I managed to get TunesRemote to work by opening certain ports in Windows 7. However, I tried to do a similar thing with a number of VNC applications and none of them worked. I have been trying to port forward for the last three years and no matter what I do, it just doesn't work. I am unsure if it is my Windows 7 firewall or the router, but either way nothing seems to be working.

View 34 Replies View Related

Android :: Controlling Computer With Remotely?

May 29, 2010

I've been messing around with controlling my computer with my Droid remotely, using Wake On Lan to turn it on over the internet and Torrent-Fu/AndroidVNC to interact with it. The only thing I can't seem to figure out, however, is remote shutdown. Can anyone recommend me an app that will do this? I thought AndroidVNC would have a menu option for it or something, but no such luck.

View 8 Replies View Related

Android :: Access Phone Remotely?

Sep 12, 2010

i was reading this topic about how 2 guys hack android kernel becase its open based and its linux. the spy app can be sent via wifi, 3g or even apps.Thats it theres no way to detect it and they have remote access of your phone. Is this really true. Google open source guru says Android code will be in Linux kernel in time | ZDNet

View 3 Replies View Related

Android :: Update Application Remotely?

Nov 24, 2010

How to update anroid third party application on mobile with user permission. we are developing one product.client installed it from our company website. how to update it remotely.

View 2 Replies View Related

Android :: Remotely Wipe Or Lock Phone

Oct 15, 2010

Is there an app that can remotely wipe or lock your phone if it is lost or stolen ? There is all kinds of apps to locate it thru GPS, but if you don't have a signal it`s no good. I would rather wipe it and get a new one rather than have someone else looking thru my contacts.

View 2 Replies View Related

Android :: App To Access And Work Phone Remotely?

Nov 24, 2010

I'd like to connect to my girlfriend's phone (she's currently thousands of miles away) to be able to help her with stuff on her phone (customizing it, help with learning how to do stuff). Is there an app that allows you to remotely connect to another person's phone and manipulate the interface using your own phone or a PC? We use a program called Crossloop to do it for PC stuff, connecting her computer to me via the internet so I can do tech support type stuff on her computer as if I was there. I'm hoping there's something similar for Android. Yes I know she should learn on her own, but she's stubborn.

View 1 Replies View Related

Android :: Diagnose Force Close Remotely?

Jun 14, 2010

I have a customer who upgraded his app (that I wrote and publish) and now it's force closing immediately upon launch. There is critical payroll data contained within the app so it's important that we are able to recover the data. If I could see the output of the log (as from logcat), I'm sure I could diagnose the problem, but the user is not technical and cannot use a shell. Is there a way to access the user's log from within the phone?

View 5 Replies View Related

Android :: Want To Access Temperature Data Remotely

Sep 23, 2010

I have an idea about using an old phone to tell me the temperature at a remote location. I need to know when a greenhouse or any remote location approaches freezing by sending an alarm to my computer or another Android phone. I thought about something similar to remote GPS locating but getting the temperature data instead of the GPS data. I could just leave my old Android phone in the Greenhouse. I know absolutely nothing about App development, I started to look at the SDK but first I needed to know Java, BASIC is as far as I ever got on a BBC.

View 5 Replies View Related

Android :: Remotely Call Methods Through AIDL

Jul 21, 2010

I am curious whether the AIDL only serves for inter-process communication between several Android apps on the same device, or AIDL provides much wider functionality. Let's say I have a Java application running on some server, is it possible to remotely call methods on that server through AIDL from an Android phone?If yes, do I need some extra libraries on the server-side Java application?

View 1 Replies View Related

Android :: Installing Application To Control PC Remotely

Oct 25, 2010

I went through a dozen of websites and apps description on the net to find a tutorial or explanation about how to install and setup an android app to control your pc remotely (gmote, phonemypc, rdp,). But without success. Is there any (complete and working) tutorial somewhere?

The problems & open topics are:
- usually if you have XP home you are stuck because there is no remote desktop (only for XP professional and upper versions). Nevertheless, when reading comments of people who have tried one of these apps, it looks like that a lot of XP home users have successfully installed the app. How? Mystery.
- the IP address: there are either tutorials with an 198.168.x.x IP address or with an Y.Y.Y.Y IP.
If you have an 198. IP, then you are local and probably by WiFi. What is the point of using WiFi at home to control your PC? Are you too lazy to stand up and go to it?

And if you use a "showmyip.com" website to get your network IP, the apps (sofar for me) could never connect to the server on the PC with this IP. So does anyone know how to solve this point? (ports are open, no firewall issue). Finally I need an install tutorial to be able to control my PC with an app (free possibly) with detailed steps and IP/setup examples.

View 5 Replies View Related

Android : Switch On A Pc Remotely From Droid Handset?

Oct 29, 2010

Does anybody know if it is possible to switch on a p.c remotely from an android handset? I've figured out how to control the desktop and switch p.c off but would be good to be able to actually wake remotely.

View 3 Replies View Related

General :: How To Remotely Tunnel Into Android Phone

Mar 7, 2012

It's there a way to access my phones files without it being connected to my WiFi network? Maybe an app that can run as a service?

View 1 Replies View Related

General :: Remotely / Automatically Enable GPS On Android 4.0+?

Apr 1, 2012

I have Seekdroid installed on my phone but if GPS is off it doesn't work - so I want to be able to send a text with a keyword that turns on, GPS (so if I lose my phone and someone turned gps off I can turn it back on).

I know this has been patched since 2.3 but is there a way to unpatch it or is there a workaround for this?

GT-I9100

View 3 Replies View Related

General :: How To Remotely Sign-in Android Device

Jul 20, 2012

I was using my handset as a tracking device. It was working well until one day i decided to change my google password. From next moment onwards, it stopped reporting data. When checked the handset, i saw that it is asking me to enter the new password to login. How can I remotely sign-in my android device?

View 2 Replies View Related

Android :: Application To Locate / Remotely Lock Phone?

Sep 17, 2010

I had a scare today where I left my phone at the gym and thought I had lost it. Whats a good app to locate the phone remotely? (preferably works with GPS AND cell tower location, because I don't have GPS on most of the time.) It would be nice to be able to remotely lock it as well... looks like there are some options available but I'm not sure which one works. The thing with the app store is that you can't sort by reviews, its hard to tell which app is good and which one doesn't work

View 14 Replies View Related

Android :: App To Remotely View Photos And Download To Phone?

Oct 31, 2010

I know there is an app called Gmote for music and video. But is there one for pictures. And is there an app to upload/download pictures to and from the computer. Sorry if this has been asked again. I searched for a thread. I figured I wasn't the first person to want this but I don't see anything.

View 4 Replies View Related

Android :: Can I Remotely Start An Application With A Bluetooth Device

Jul 28, 2010

I need to be able to start and application when l press a bluetooth device that l have. Can this be done? Was thinking of registering a service to listen for the bluetooth device and when l hit a button on the BT device l can then start the application.

Would this work?

View 1 Replies View Related

General :: Remotely Change Text On Android Tablet

Aug 15, 2012

Is there any app or mothered that will allow me to remotely change text displayed on an Android tablet from another android tablet or phone?

I am planning a charity fundraising event and it would be grate if I can hang my Motorola Xoom (running Android 4.1.1 Jelly Been) up on the wall with total amount raised and be able to remotely change / add amounts as people donate with my HTC One X or HP Touchpad running Android 4.0 ICS.

FYI: All devices will be connected to same Wi-Fi network.

View 1 Replies View Related

Android :: App To Remotely Wipe Phone In Event Of Loss / Theft?

Sep 18, 2010

I have some pretty sensitive data on my phone and I'd be nervous if I lost it. I use SplashID, but since my Gmail is on there, that would be bad if it fell into the wrong hands. Is there an App to remotely erase all my data? Or, what about an App that can remotely sign out of Gmail? That would be ideal. I use the "pattern password thing (touch password)", but just in case someone cracks that I want to be able to remotely log out of Gmail. Can I do that?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved