General :: How To Run Android Within One Virtual Machine

Mar 1, 2014

Is there a way to run Android by a Virtual machine within one PC/Desktop? I've got that Virtualbox is not the option for this.

General :: how to run Android within one Virtual machine


Android :: Run On Virtual Machine For Development

Jul 15, 2010

Currently I am using Android emulator for development, but it is very slow. I am looking for some android port that can run on real CPU.

For example I installed this product http://www.android-x86.org/documents/installhowto on VMware, and it seems to work much faster, but I have no idea how to setup network connection here.

The question is if some one is using alternative android setup for development, instead of emulator? If so, a link to configure instructions would be great.

View 1 Replies View Related

Android :: C Development - Virtual Machine - Allowed

Apr 4, 2009

I'm the lead developer of TotalCross, a virtual machine that's just like the one used in Android, and targetted for small devices. Currently, using TotalCross, you write programs completely cross- platform among Palm OS 5, BlackBerry, iPhone, Windows 32, Windows CE (2,3,4,5,6) and Java-enabled platforms.

We plan to port TotalCross to Android, but i'm concerned about the legal way. I'm aware that there may be hack C APIs for Android, but will these APIs allow the users to sell their applications in a legal fashion?

Btw, what is legal and what's not legal in Android? I could easily port our VM to Android if there were a standard C api on it. However, all i see is Java APIs. I could also port TotalCross to run over the Java API, but i'm concerned about speed. I believe our VM is faster than the one in Android (actually, it is a couple times faster than the BlackBerry VM).

View 6 Replies View Related

Android : How Would You Improve Dalvik In Virtual Machine

Jun 21, 2009

I am currently writing a paper on the Android platform. After some research, it's clear that Dalvik has room for improvement. I was wondering, what do you think would be the best use of a developer's time with this goal?

JIT compilation seems like the big one, but then i've also heard this would be of limited use on such a low resource machine. Does anyone have a resource or data that backs this up?

Are there any other options that should be considered? Aside from developing a robust native development kit to bypass the VM. For those who are interested, there is a lecture that has been recorded and put online regarding the Dalvik VM.

Any thoughts welcome, as this question appears subjective i'll clarify that the answer I'll accept must have some justification for proposed changes. Any data to back it up, such as the improvement in the Sun JVM when it was introduced, would be a massive plus.

View 4 Replies View Related

Android :: Doing Coding In Linux Through A Virtual Machine On Windows VS Partitioning

Mar 29, 2010

I already have experience with setting up virtual machines, running them and other minor tasks. Im a gamer, so I wont get rid of windows (for now at least...) but I do want to be a great programmer and to be involved with the Open-Source community Id like to know if its a good idea to do my programming in linux through a virtual machine, vs giving it a partitioned section of the HDD. Id like to know about performance pros and cons and functionality.The type of programming I intend to dive into : Android Dev, Web Dev, Desktop Dev...More Android and Web right now though. I do web designing as well, so dreamweaver is added as an "essential". But im sure I can do dreamweaver files and upload them to the server after programming in Linux...Right? And any info on IDE's in Linux for the above mentioned are appreciated, but i would prefer going the coding route and understanding the essence of whats happening "under the covers".

View 7 Replies View Related

Android :: Create ADT Virtual Machine Of Specific Size That Still Has Hardware Control Buttons

Aug 9, 2010

I'm trying to develop a very specific app for my Dell Streak. I want the entire app to run landscape. The Streak has a tilt function that switches the whole OS to a landscape 800x480.

So I want to make an ADT to test in that uses an 800x480 display, but whenever I set the size I get no buttons. The Streak has a Home, Menu and Back button aswell as volume/mute and power, and I need to use some of them for my application.

I'm not worried about the tilting messing up my application. Not yet, anyway. Just need the test environment the right size and with buttons.

View 1 Replies View Related

General :: Android Answering Machine App?

Jun 6, 2012

I'm looking for an Android application, that makes answering machine, but can not find it anywhere .... You know of any application with that function?

View 9 Replies View Related

General :: Can't Connect To Server On Android Emulator From Host Machine

Mar 9, 2013

I wrote simple server on android with NDK, which will work on port 8888 on android emulator, but i can't connect to it from my client on the host machine.

I added <uses-permission android:name="android.permission.INTERNET"/> in manifest.

I tried to make redirection with telnet:

telnet localhost 5554
redir add tcp:6666:8888

Here code of server:

#include <string.h>
#include <jni.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>

[code].....

View 1 Replies View Related

General :: File Access From Locked Down Win XP Machine

Sep 17, 2012

The situation is this: at work the computers are heavily locked down. By that I mean that you can not download and install anything, no cd rom access and no usb access. they run win xp (some of you may be too young to have heard of this)

I have recently discovered, however, that when i plug my galaxy s3 in, the pc sees it as a digital camera, and i can access every folder on the internal sd card through windows explorer. i can then transfer any file i like to the computer This never happened on my g note, nexus s, or any other device.

Now, I can only confirm that the above works on xpower 2.5 ics custom rom. when I changed to hypergalaxy jb rom, there was no access to my phone via the pc.

how and why this works, and how i might use a hack to enable any usb device on such a locked down pc?

View 1 Replies View Related

General :: Finding App That Works Like Answering Machine

Apr 13, 2013

app that works like an answering machine, allowing incoming calls to be recorded on the phone itself after hearing a prerecorded welcome message? I need this app for the Samsung Galaxy S3 to be used outside the US.

View 9 Replies View Related

General :: Rooting GT-M60 - Machine Has Obtained Permanent ROOT Privileges

Jun 14, 2013

I purchased a AOSON M60 fabbed at foxconn a couple of weeks back, it claims to be pre-Rooted. From Item Description: "The machine has obtained permanent ROOT privileges, a great convenience to the user management system software and remove unwanted software."

I have tested this with the Root checker app and it fails reporting that the device isn't rooted. I have checked this with Titanium Backup and it also reports it's not rooted.

When i have checked this with SuperOneClick v 3.2.2 it says:

Checking if rooted... CheckIfRooted 0.14s True
Checking for shell root... CheckIfShellRooted 0.15s False
The application then stopps at Shell rooting device...-Step #7 WaitForDevice (This never completes)

From my simple understanding, the shell rooting is a one shot thing per boot, and isn't required if the device reports back that rooted=true.

View 6 Replies View Related

General :: How To Run Virtual Android Device On PC

Apr 6, 2013

Similar to a game boy emulator for example.

DROID RAZR

View 3 Replies View Related

General :: How To Root Android 4.0.4 Virtual Device

Jun 25, 2012

I want to root my Android 4.0.4 virtual device for developing.......... How to root it?

View 9 Replies View Related

General :: Use Android Device As Virtual Router?

Jul 22, 2013

I have a galaxy y duos(s6102). I have my internet connection in my pc. i use internet pass through to connect my mobile to the internet. I have a wifi enabled Sony tv too. But i dont have a wifi router. My Question is that can i use my pc's internet connection to my tv through my phones wifi?

View 1 Replies View Related

General :: What About Virtual Ram Swapping

Dec 7, 2012

How to swap what is the use

View 4 Replies View Related

Android :: Android Virtual Keyboard KeyListener For Getting Virtual Keyboard Key Presses

Dec 23, 2009

I want that on each key press I require to change the Counter some what similar to Tweeter Thing but the issue is that OnEditorActionListener only calls for the change while the user presses Enter or Done key, Please Can I Find a Resolution for this.

View 1 Replies View Related

General :: How To Get Play Store App On ICS Under Virtual Box

May 17, 2012

I got hold of a copy of a VirtualBox file containing Android ICS. Its working on my Windows 7 PC except that there is no Play Store App.

I have read on another website that there are two packages I need to install but I have never used Android until this morning and don't know how to get hold of them and install them on my Virtual Android install.

View 2 Replies View Related

General :: How To Make Virtual RAM In Micromax A54

Feb 6, 2013

How to make virtual ram in micromax A54

View 5 Replies View Related

General :: How To Change Function Of Virtual Softkeys

Jul 14, 2013

How can I change the function of my virtual softkeys?.. For example I want my menu key to turn the flash light on when I long press it!....etc......I'm on ICS Kyocera hydro..

C5170

View 4 Replies View Related

General :: How To Test CyanogenMod 10 In Virtual Environment

Oct 26, 2012

Is it possible to test Cyanogenmod (v.10) in a virtual environment without installing it first on my phone (sg2)? I'm really interested a ROM without touchwiz but would like to assess some features i think are missing (as i tried the android sdk emulator with JB).

View 2 Replies View Related

General :: HTC One X Style Virtual Menu Button Patch?

Oct 5, 2012

I tried to re-implement what HTC did with the One X, One S, etc, where they have physical back, home, recent apps keys, and a virtual menu button pops up under apps that need a menu button. I don't have an Android device, so I was only able to test it under the emulator, I have only tested it with the Facebook app, but it seems to work fine.

The patch is against AOSP 4.1.1, to activate it in the emulator, set hw.mainKeys=yes and hw.menuButton=no in hardware.ini. For a real device, you'd need to set config_showNavigationBar to false and config_showLegacyMenuButton to true.

Because this is just a proof of concept, it pops up the entire ICS navigation bar with all four buttons instead of just the menu button. But that's not hard to fix.

View 2 Replies View Related

Android :: Development Machine

Nov 24, 2010

With the latest SDK release, and the ability to download separate platforms releases into the SDK, the hardware resources required to develop for Android have increased significantly. Assuming that the developer targets all currently available seven platforms - that could take your dev machine to its knees. Taken alone the 'Android SDK Content Loader' takes nearly two minutes on a dual-core machine with 2GB memory.

As the title suggest the reason for creating this wiki is for everyone to list their development hardware configurations, and thus determine what is a well-suited machine for Android development.

The secondary reason for the wiki is that I'm trying to get my employer to provide me with a decent machine for development as I'm currently forced to work on a nearly 4 year old randomly-built machine, and expected to deliver great results. However, the reality is that my system keeps running out of memory, and I can hardly get a chance to write a few lines of code in between the numerous crashes.

View 6 Replies View Related

General :: How To Display Several Folders In Gallery As One Single Virtual Folder

Apr 25, 2012

Suppose that into images folder I have several subfolders, say 25. I would like a way to display in Gallery say 2 folders, with the pictures that I desire into each one, without having to physically moving the pictures (because for example each subfolder corresponds to a month, like nokia does: 201201, 201202, etc.)

View 2 Replies View Related

Android :: Connecting Emulator In Another Machine

Aug 26, 2010

I need to test my android app 24h day and I have 3 ubuntu boxes to do it. I would like to connect my development system (MOTODEV Studio 1.3) to a Remote Device.

Well, the interface ask me about ip for machine and port to connect to.

But it doesn't. I found that the adb sever on remote seems not to listen to external ports, only internal loopback, making connections machine-machine impossible.

Could it be true? If so, why there is a section on Device to connect to Android Remote Device on MOTODEV Studio?

I've found an explanation and a workaround in this post (http://rxwen.blogspot.com/2009/11/adb-for-remote-connections.html) but it seems complicated and post's links doesn't work, so I'm confused whether there is a solution to do that.

View 1 Replies View Related

Android :: Sharing Machine For Development

Dec 10, 2009

We have a fast and powerful machine(Ubuntu 64bit) and we are sharing it for Android development. But when running multiple eclipse (with ADT) instances (by multiple users), we are getting the following error:

Could not open Selected VM debug port (8700). Make you do not have another instance of DDMS or of the eclipse plugin running. If it is being used by something else, choose a new port number in the preferences.

And some of the process names are not shown. It shows a bug with red- circle and a question mark instead.

I tried to change the port number under windows-preferences-Android- DDMS-Base local debugger port to 8800, etc. but it does not seem to help. (closed and reopened eclipse)

I ignored this, selected the process and it shows 8607/8700 (I found the process ID I want to debug using adb shell, ps)

And then I tried debugging this. It throws "failed to connect to remote VM"

Is it just not possible for multiple developers to debug different Android applications using multiple eclipse instances at the same time? If it is possible, can somebody please tell how we can do that?

BTW, it did not allow me to launch emulator, while somebody else is running one. I had to change permission to /tmp/android folder.

View 3 Replies View Related

Android :: NDK Installation On Windows XP Machine?

Mar 5, 2010

I am trying to install and run Android NDK on my windows xp machine. I am new to NDK and looking for some help in understanding the installation process. I have downloaded cygwin and GNU Make 3.81 but running the build host-setup.sh command results in a 'Could not find a valid GNU Make executable'.

View 4 Replies View Related

Android :: Simulating A Slot Machine

Jul 24, 2010

I am looking to simulate a slot machine, now so far I am just animating drawables and looping it to create the effect. I was wondering if I could achieve this through a listview instead. I tried looking at this approach but I cannot get it to loop back to the beginning after it reaches the end.

View 3 Replies View Related

Android :: Can Recommend A Slot Machine App

Sep 9, 2010

I am looking for a slot machine with multi-line betting.

I had one, but did a factory reset and now cannot find it on the market.

Here is a pic of a similar slot machine, so you see what im looking for.

I dont mind if its free or paid, thank you.

View 6 Replies View Related

Android :: Changing From One Dev Machine To Another - Keystore

Aug 27, 2010

To this point, I've been doing development on multiple machines but always packaging for deployment on the same machine. If I want to package for deployment on another machine, will simply copying the keystore file to the new machine do the trick? Anything else I need to be concerned about when doing this?

View 6 Replies View Related

Android : Access Dev Machine Localhost Via Usb

Mar 26, 2010

My activity needs to communicate with a java server located on my dev machine. Actually, using the emulator, I can access the server socket via the special 10.0.2.2 address. Now I'd like to test my app on my phone connected via usb, but it seems like I can't use 10.0.2.2 to access my dev machine localhost anymore. Naturally using a wifi router and a proper lan addressing does the trick, but I need to use usb connection instead. Any hint ?

1. Emulator-based scenario: standard java server running on my pc @localhost:15000 android java client running on my emulator. When the android app needs to contact the server it uses 10.0.2.2:15000 like specified here. Everything works fine.

2. Proper wifi scenario with physical connected device: standard java server running on my pc @192.168.1.10:15000. android java client running on my device with 192.168.1.11 address assigned. When the android app needs to contact the server it uses 192.168.1.10:15000 and everything works fine too.

3. Desired scenario: standard java server running on my pc @localhost:15000. android java client running on my device connected via usb cable. No network is active. When the android app needs to contact the server it tries to connect to 10.0.2.2:15000 but instead an exception is thrown (Network unreachable). It seems like special address 10.0.2.2 works only for emulator instances. I just wonder if in the adb/adt suite there's a way to access pc address from the device connected via usb cable.

View 2 Replies View Related







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