HTC : Machine Shop / Incredible Not Working
May 13, 2010
I'm in need of some advise. I love my incredible. But... I keep it in my front pocket all the time. Not a problem for most people but i work in a machine shop. I have uniforms and they tend to get tiny steel shavings in the pockets. The incredible likes to clean the shavings from my pockets with the ear piece and external speaker.
I think I have figured out a way to take care of the external speaker with some sort of thin cloth between the speaker and back cover. But I'm not sure how to fix the problem with the ear piece. I hate to put a piece of tape or something on the face of a phone. I'm going to try some sort of thin sleve to slide it in before I put it in my pocket @ work.
View 7 Replies
Mar 11, 2010
Please tell me someone is working on a port of The Incredible Machine. This was one of my favorite games. Anyone have any ideas?
View 3 Replies
View Related
Jan 2, 2010
I thought I would let you know how my Hero survived the washing machine. The waranty is obviously invalidated and there are a few scratches to the paintwork on the top corners where it bounced against the drum but everything is working fine including battery and SD card.
The washing machine was about 20 minutes into the cycle when I realised my mistake, I turned the machine off and grabbed the soaking Hero. The back, memory card, sim card were immediately removed and all were placed on a radiator. I found that condensation was forming in various places under the Hero's display so it was turned and put in numerous positions over the next few days until the condensation had gone.
I left everything on the radiator for the next 5 days (hero face down) and finally re-assmebled the device, plugged it in and it's alive I have read other methods for drying a water damaged phone on the interweb including rice and silica gel, I am not saying that this method is better than any other but drying on the radiator worked for me. My phone was not insured so fortunately this has not turned into the costly mistake I had first feared.
View 20 Replies
View Related
Feb 15, 2010
What is the best bar code scanner app to work with Shop Savvy?
View 4 Replies
View Related
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
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
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
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
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
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
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
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
Aug 5, 2010
Okay, so I downloaded the Android Central Sideload Wonder Machine for the Mac, and it is a file called swm-install.sh. When I clicked on it, it opened up as a text file. I tried renaming it swm-install.command and it wouldn't open saying that I didn't have the priveleges/permissions, even though I unlocked it in the Get Info Window.
I tried using Platypus to make it run as an application...but I'm unsure how to get that working. I don't understand terminal and coding, although I'm willing to learn new things. How do I get this to work?
I need detailed instructions for a novice?
View 1 Replies
View Related
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
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.
View 3 Replies
View Related
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
Sep 8, 2009
Is there any way to connect the debugger to an emulator running on a remote machine? It's using TCP so I suppose it shouldn't be too difficult, but I can't figure out how. I would like to run the emulator on my (fast) laptop and do my coding on my (slow, but with bigger screen) desktop machine.
View 4 Replies
View Related
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
Sep 29, 2009
How to connect to development machine from device?
I can easily do this from Emulator, but from device I have connection timeout exception.
Here is my code:
code:..................
View 2 Replies
View Related
May 17, 2010
We have just released a new app onto the Market which helps you find your nearest Cash Machine or ATM, its called Cash Machine. We have had to charge to this (99p!), but we believe its good value for money with the following features: - Lists nearest ATMs in list or map format - Find by current location GPS/Network - Find by postcode or place name
- Each result displays charges (if any) that are taken by the machine/bank. This version covers the entire , please give it a go and let us know of any feedback (We also have a German version out GeldAutoMat DE, available in German only in Germany, Austria and Switzerland).
View 1 Replies
View Related
Sep 14, 2009
[ Attached Message ] From: Pedro Fernandes <pe...@isr.uc.pt> To: android-developers@googlegroups.com Date: Mon, 14 Sep 2009 19:01:01 +0100 Local: Mon, Sep 14 2009 2:01 pm Subject: [Fwd: [Fwd: [android-developers] Re: apk installation on mobilefromLinux machine] Code...
View 3 Replies
View Related
May 18, 2010
Is there any answering machine app for Android ? I have found one but it answers only by sending SMS to someone but I need something real so I can record message and when someone calls it answers the call with preset voice message. I need that often when I wash my car outside or play with my dog and I leave my phone inside the house.
View 9 Replies
View Related
Aug 24, 2010
My voicemail costs me a small fortune to listen to so I hardly bother. But My Samsung S keeps the notification at the top until I listen to the damn thing Any help in getting rid without having to listen to VM ?
View 2 Replies
View Related
Jul 27, 2010
I want to know how to install apk in device using window machine.
View 4 Replies
View Related
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
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
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
Nov 18, 2009
Is it possible to write the code/compile Android application on one machine and debug it remotely on the emulator launched on another? I'm sick and tired of the emulator constantly eating half of my laptop's processor.
View 6 Replies
View Related
Aug 20, 2009
I'm running some service on my android emulator. On android I bound it to 127.0.0.1:6100.
How can I access the service from my development machine? Do I have to redirect?
View 8 Replies
View Related
Feb 2, 2009
How can my host machine connect to emulator using socket? In my application, I need emulator to open a server socket, then host machine connects to emulator as a client. But when host creates the socket using "10.0.2.15:xxxxx" (xxxxx is the port which emulator is listenning), it doesn't work. I think maybe the address"10.0.2.15" goes wrong. Is it a local address behind the "virtual router" and the host can't find? If so, how to find a correct IP address of emulator?
View 4 Replies
View Related