Android :: Installing Android On A Non Android Device
May 1, 2010
I don't currently own an Android powered smart phone, but have been playing with the emulator on my PC for a while. My brother recently bought some generic touch screen MP3/video players (PMP devices) off eBay. They look like an iPod Touch, and have a very similar interface, and I was wondering if I'd be able to flash these devices with Android instead?
View 5 Replies
Dec 23, 2009
I have created a maps app and i want it to be installed on an android eclair device.. In the emulator if i choose the target as Google APIs its working fine but if i target it to donut or eclair its showing MISSING SHARED LIBRARY - com.google.maps. Initially it was not installing on to the device itself, showing INSTALL FAILED MISSING SHARED LIBRARY but i overcame with it by removing the "uses-library" line in the manifest file.
View 4 Replies
View Related
Dec 3, 2009
I want to create file dir when apk installing ondevice. does it possible?and how?
View 2 Replies
View Related
Apr 12, 2010
I have created a small and simple android app. I tried installing it on an actual android device. But because it won't install, I created an AVD resembling my phone. I tried copying and installing app on that AVD and it still says that error. "Application xxx could not be installed on this phone".
Before I tried installing my app on the phone or AVD I following steps:
1. Exported an unsigned copy of application onto my hard-drive.
2. User jarsigner to sign the app
3. Verified with jarsigner that my app is signed properly.
4. Used zipalign to optimize the app resources.
I do not have an icon assigned to myapp but mandatory properties like version etc. have been specified properly.
I had initially developed app using 2.1 version but because of compatability issues with my phone I reverted code to compile on 1.5 and it still doesn't get installed either on AVD or my phone.
My AVD is on 2.1 though and code is compiled with 1.5.
Is there a place where I can see the logs as to why app is not getting installed.
View 2 Replies
View Related
Oct 20, 2010
Followed the push instructions for putting 2.2 on eris and now the android keeps shining and nothing is working. Also computer can tell that something is plugged in but wont recognize it.
View 5 Replies
View Related
Jan 18, 2010
Do you about how to install application without any developer's tool(Eclipse, android SDK tools) no the real device? I've compiled and created .apk file. Now I am gonna send apk file to my friend.He is not android developer. And he doesn't know about how to use eclipse. And I don't want to publish my application to android market.Is there a way to launch the application on real device without publishing and Eclipse? I've found a solution related this issue.
http://androidforums.com/t-mobile-mytouch-3g/18657-best-way-load-apk-file-touch-3g.html
But I am not sure this post.Because it has risk.Any suggestion?
View 4 Replies
View Related
Sep 25, 2013
I've got an HTC One & I've already unlocked the bootloader but had to give the computer I was using up before I could install recovery or SU. SO, is there any possible way to get a recovery onto my One without a computer? Then I can just flash a rooted ROM. I am also still S-ON.
View 1 Replies
View Related
Jun 25, 2012
i had a issue " not enough space" when i reinstalled tsf on my device , i had installed tsf shell several times before that , but when i used lucky patcher to remove it , then i coundnt reinstall it anymore , the " not enough space" kept appearing although there are plenty free space in my phone .i tried to find *odex titanium file to remove it due to some thread but i coundnt find that file.
View 2 Replies
View Related
Apr 19, 2010
No matter how many times I reinstall the device drivers, they all install correctly besides the Android ADB Device driver.
View 4 Replies
View Related
May 7, 2014
I want to install Cyanogenmod and root my Nexus 7 2013, but I don't know what I should do to backup.
I previously tried to root and install CM on my Motorola Atrix HD on AT&T and successfully rooted it, unlocked the bootloader, and installed Clockwork Mod. I made sure to click backup and proceeded to delete the version of Android on the device and install Cyanogenmod. Cyanogenmod did not successfully install and I wanted to restore my device back to it the backup I made. It said that it did it successfully, but the device gets stuck on the AT&T logo when booting up and doesn't go past that.
I don't want to have to go through the same trouble with my Nexus 7 not being able to restore back to a backup in case something goes wrong. I'm using the Nexus Root Toolkit on my PC and will probably use the Cyanogenmod installer for installing CM11 (if there are any drawbacks to using the installer). What should I use to backup my device and how would I restore it back to stock if something goes wrong? And if I have a bricked device, how can I flash it back to stock?
View 2 Replies
View Related
Nov 9, 2012
Is it possible to install gingerbread on a java enabled touch screen device?
View 2 Replies
View Related
Oct 21, 2010
I have tried to update the default youtube app on my nexus one (Froyo) numerous times. I get the message "Error Installing - Package file was not signed correctly". I am trying to upgrade from 1.6.21 to 2.0.26.I have tried unmounting my SD card, clearing the cache for the android market, the download manager and the original youtube app.
View 5 Replies
View Related
Nov 9, 2010
Anyone ever had this happen? Downloaded an update after the 2.1 upgrade and I sync'd my contacts with FB. It then deleted all of my contacts.So I deleted Facebook, re-stored all my contacts and reloaded Facebook. However, now it gets as far as installing and it never stops. It just stays on Installing.However, the FB app works fine on the phone itself.Is this a Market glitch? Is there anyway I can purge it from out of my downloads section?
View 2 Replies
View Related
May 28, 2010
Can someone explain a couple of very simple concepts to me - I'm interested in mobile devices running android and how they are identified over networks. Some scenarios: Device is connected over WiFi - presumably the device has a standard IP address as with any host and can communicate with any other android host over TCP/IP (assuming it knows the participating device's IP? device is connected over bluetooth - how are devices identified in this case? device is connected over mobile operator's network - this is the one I'm interested in and confused by - is there anyway for two or more devices to discover each other and communicate via the mobile operator's network? How does a device communicate with a backend server in this scenario? In other words, how do apps and devices communicate when not connected to a WiFi network?
View 2 Replies
View Related
Jun 6, 2010
I have developed and tested my app on the emulator, and now want to install it on my HTC device. the apk installs successfully, however my database is not going with it. I have created my database using sqliteman browser b/c I have to insert a bulk data before the app starts. I have four tables in my db and call each in different activities and created all on the sqliteman. after the data is inserted I pull back the db onto the data folder of the emulator. it works perfect on the emulator but failed on the device. when I try to pull my db on the real device, it shows access denied problem
View 2 Replies
View Related
Mar 24, 2009
I have developed a sports game which is single player. Now I want to have one more game mode which is multiplayer.
My question is how can i do device to device connection in android using sets of api which can be :
1.Bluetooth - whose APIs are not currently available.
2.gtalkservice - removed from sdk1.0 3.wifi - I dont knw how to connect 2 devices using wifi apis . I have asked about wifi because we have developed a game on iphone which used wifi connection for multiplayer stuff.
Or is there any other apis which can be used for implementation of multiplayer in game ?
View 3 Replies
View Related
Oct 30, 2009
How do I map the device Y axis to the screen Y axis?I can't figure this out.I'm the developer of Tricorder, and I'm trying to make it so that the accelerometer and magnetometer indicators I draw always point in the right direction.On the G1 phone with the slider closed, all is well.But when I open the slider, I end up showing that gravity is pulling me to the left (if the phone is held with the display vertical).So, I know that the device, and hence sensor, Y axis is always in the direction of the earpiece; and the screen Y axis changes when I open the slider.And I know that I can use remapCoordinateSystem() to change the device axes to match the screen axes.But where do I find out what the device's orientation is?In other words, how do I compute the correct values for the X and Y parameters to remapCoordinateSystem()?
Configuration.orientation seems quite useless.Suppose it is set to LANDSCAPE.What does this mean?Does it mean a device which is "naturally" portrait (i.e. the sensor Y axis points to the narrow end), and which has been turned into landscape mode?If so, which way was it turned?Or does it mean a device which is naturally landscape?In other words, LANDSCAPE could mean that the screen axis is off from the sensor axis by +90, 0, OR -90 degrees.Not much help.So how do I do this?Obviously I want my app to work on all devices, not just the G1 phone.
View 2 Replies
View Related
Oct 29, 2010
I have a standalone GPS enabled data recorder in my car that can function as either a USB host or device. (Its a class 0x00h USB device). I currently connect to it via a WM 6.5 app running on my Palm Treo 750. I would like to port my WM 6.5 app to an Android phone. (I don't have a specific Android phone in mind, I would like it to be as generic as possible).Replicating the GUI is not that difficult, but I am having trouble getting started on the USB communication. I'd appreciate it if someone could point me towards an example, or the appropriate tutorial.
View 1 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
Feb 13, 2010
I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of the android packages, but it still isn't showing up. My phone is running 1.6, which is also the target version listed in the eclipse project.Also, the reason I decided to try testing on a real device is because the emulator doesn't seem to be working right anymore when I run my project. The emulator launches, but the program never does. Any ideas?(using windows 7/t-mobile mytouch 3g)
View 3 Replies
View Related
Aug 10, 2010
Does anybody have an idea what I may be doing wrong. I have installed the usb drivers and have my device running in debugging mode but when I run my basic hello world application through eclipse my device wont show up in the device chooser. I have also tried re installing the sdk and all the drivers and still no luck.
View 4 Replies
View Related
Sep 9, 2013
I have installed cyanogenmod 9 in my Sony Live Walkman, and the kernel that comes with it.
Can I install a new kernel (like rage kernel) without having to install the rom (CM9) again? It will work just replacing the kernel?
View 4 Replies
View Related
Nov 10, 2009
http://developer.android.com/guide/developing/device.html Is there a way to get the device manufacturer or the USB device ID? I could not find anything documented.
View 7 Replies
View Related
Dec 20, 2009
I installed android eclipse galileo, and also downloaded android SDK. while installing ADT, I chose
View 2 Replies
View Related
Jan 13, 2010
Almost all the apps I try to download on my t-mobile pulse don't download, a message appears in the message window saying 'download unsuccessful.' It happens alot even thought I have full connection and alot of memory space. Does anyone know what is wrong and how can I fix it?
View 4 Replies
View Related
May 30, 2010
Hey guys i want to install some apps to my phone (HTC HD2) from my pc but everything i have tried so far wont work. i have tried looking for apps installer on marketplace to no avail, tried using 2 diffrent adb's but none will pick up my phone. does anyone know how i can achieve this ?
View 4 Replies
View Related
Mar 21, 2010
I have been trying to install the android sdk to take screenshots on my Milestone. I am using this How to take screenshots of your Android based phone from Windows - Simple Help tutorial. I have installed the sdk, jdk, and the drivers for my milestone but when i run ddms it opens cmd prompt and then closes. If someone would come on team viewer and help me finish the installation i would appreciate it.
View 10 Replies
View Related
Nov 16, 2010
I uploaded an apk file to a web server and attempted to access the link from the browser on the phone. When I attempt to download from that link I receive an error message that reads "An SD card is required to download." I do not have an SD card installed, but the internal memory is not full, so I would expect the app to install to internal memory.
The obvious solution is to install an SD Card. Putting an SD card in the device does allow the app to install. So, the question is why is this necessary?
Nowhere in my app do I specify that this needs to be installed on an SD Card. I've tried leaving the installLocation blank and setting it to "auto" and "internalOnly". I've scoured the forums and not found a reason for this.
View 2 Replies
View Related
Sep 9, 2009
I'm having problem with installing the android in with Eclipse 3.5 sdk.
Here are some specifications, I have the android 1.5 sdk zip file, and And the Eclipse 3.5 sdk zip file.
I have tried installing android as a plug-in but was unable, please tell me the way so that i can install android in Eclipse with above specifications only. please note that i have the 'ANDROID ZIP FILE'.
View 2 Replies
View Related
Aug 3, 2010
The company I work for is wary of Android app development because the default cryptography library, Bouncy Castle, is not FIPS-140 certified. Nothing I can do to change their minds or policies.
I'm wondering what options I have for installing (or at least bundling) SunJCE with my app.
For one, I can't find where I would download the latest version of this jar. I tried grabbing the jce jar from my desktop and setting it as an internal jar in my Android project and received this amusing, if ominous, message:
Attempt to include a core class (java.* or javax.*) in something other than a core library. It is likely that
you have attempted to include in an application the core library (or a part thereof) from a desktop virtual machine. This will most assuredly not work. At a minimum, it jeopardizes the compatibility of your app with future versions of the platform. It is also often of questionable legality.
If you really intend to build a core library -- which is only appropriate as part of creating a full virtual
machine distribution, as opposed to compiling an application -- then use the "--core-library" option to suppress this error message.
If you go ahead and use "--core-library" but are in fact building an application, then be forewarned that your application will still fail to build or run, at some point. Please be prepared for angry customers who find, for example, that your application ceases to function once they upgrade their operating system. You will be to blame for this problem.
If you are legitimately using some code that happens to be in a core package, then the easiest safe alternative you have is to repackage that code. That is, move the classes in question into your own package namespace. This means that they will never be in conflict with core system classes. If you find that you cannot do this, then that is an indication that the path you are on will ultimately lead to pain, suffering, grief, and lamentation.
View 1 Replies
View Related