Android :: Android - Based On Linux - Can Run Anything That Can Run On A Linux Box
Apr 16, 2009
I know android is based on linux, does this mean it can run any and all linux applications? If so has anyone tried to run anything like wine? I also noticed that by default you cant run apps directly from sd card, but i saw a modification on a site that lets you change it so you can, so technically speaking is there any limit on the size of sd the G1 can handle?
View 1 Replies
Jun 19, 2010
i successfully got into adb in recovery mode fairly easily on my ubuntu 10.4 laptop using the following method- this should also work for a linux live boot from a usb flash drive
in one terminal tail and follow log messages
~$ tail -f /var/log/messages
In another terminal run the loop
Then
1. plugin usb and keep it plugged in
2. remove battery, eject sd card.
3. put battery in
4. press vol- and power
5. after around 6 seconds, your terminal with the log will show something like "new high speed USB..."
6. press vol- to select recovery
7. press the power button
8. IMPORTANT- as soon as you see a new log entry (something like "USB disconnect"), pop in the sd card
check your loop terminal for adb. if it doesn't work, repeat at step 2
View 2 Replies
View Related
Nov 15, 2010
Today I got a notification that I have an update for my Linux based android phone. The problem is that I have to use a the PCCompanion software that only runs on Windows. I have several computers but I only have Mac OSX and Linux (Ubuntu) as operating systems. How can I upgrade my Linux based phone on Linux or Mac?
View 1 Replies
View Related
Jan 28, 2010
Is it possible to run apk application on Linux without using android emulator? if yes, How ?
View 2 Replies
View Related
Mar 25, 2010
Since Android is built on Linux Kernel.Are there any functionality of Linux which we can use in our application?
View 2 Replies
View Related
Dec 21, 2009
I wonder if someday the SDK will run fine on Linux 64 bits. I understand it's not a priority for Google team, but 64bits desktop OS are becoming common. My case : Mandriva 2010 64 bits, Eclipse 64 bits, SDK 1.6 : OK to create code & launch emulator. But : - adb never find my phone linked to USB cable (it was OK before on Mandriva 32 bits) - TTS also doesn't work well on the emulator (it was OK in Mandriva 32 bits). Do you think the problem is with Mandriva ? or in Android SDK ?
View 9 Replies
View Related
Jun 5, 2009
I've been trying to set up torrent fu on my computer for the past 2 hours. I have everything downloaded, things just wont connect, can anyone help me who has done this before, I have a Linuxes router which I've read might be a problem?
View 26 Replies
View Related
Feb 20, 2009
I've got a problem! I don`t know how to sign an application on Linux. Can you please help me?
View 9 Replies
View Related
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
Nov 17, 2010
I am having a serious problem. What i have in my hand : Linux Kernel 2.6.29 with Android Eclair patches and some board specific patches(as .patch files). Linux Kernel 2.6.32 with Android Froyo patches.
View 1 Replies
View Related
Sep 1, 2012
Android and Linux kernels started re-merging at version 3.3. People said that a short way down the road, android apps would be able to run natively in linux. the kernel is now version 3.6 and I've heard nothing more about running android apps in linux. people on these and other forums put a lot of great work into getting linux running on android devices. now with windows 8 coming out, the market will be full of both ARM and x86 based touch devices of all sizes and shapes. I for one would love to be able to boot up ubuntu on one of these devices, and use either traditional linux apps or android touch apps as my mood and situation dictate. so- any new word on when we will be able to run android apps in linux?
View 4 Replies
View Related
Mar 2, 2014
Been following chroniccorey's linux mod for the gbox mx2, and am wanting to use advanced launcher to access the terminal to add firefox and a couple emulators to my xbmc. Unfortunately I can't seem to find the terminal, and ssh isn't working to apt-get from repositorys. I have some experience with linux, but am by no means pro.
View 2 Replies
View Related
Sep 6, 2010
I want a ssh client or terminal simular to Unix or Linux so I can ssh into my server.
View 2 Replies
View Related
Aug 22, 2010
I want to run a dj tango app on a hand-held device. It'll need to run Python (obviously) and will write its data to an SQLite database. Are there any tablets available that will let me do this? Specifically, if I bought an Android tablet, would I have to/be able to install Linux instead, or would I be able to run it under Android?
View 2 Replies
View Related
Oct 18, 2009
If one downloads the Linux SDK (1.6) the extension of it is .zip but in fact it uses the .tgz format. So if anyone cannot unpack just rename the file to .tgz and it will work. I am surprised that no one from Goolge tested that and that no one complained so far.
View 2 Replies
View Related
Feb 22, 2010
I'm a Linux user, so the idea of rooting the phone is one of the many reasons I picked up this phone. However, I've been reading the forums and searching around, and have yet to find anything about rooting *from* Linux. Ubuntu and Fedora find the Hero beautifully; I've had better response mounting this than some portable hds I own. But has anyone successfully tried rooting any Android phone from a Linux OS? I'd really rather not install Windows just to do this. I imagine Wine might help, but there's got to be a better way to access Linux-to-Linux than using Windows.
View 2 Replies
View Related
May 2, 2009
I am running Ubuntu Linux (Jaunty) JDK 6.0 and am getting a strange error for my first app. i created the project and set the SDK home. And also the JAVA_HOME is set. But I can't run the app.
Your Project Contains error(s) please fix them before running your application.
The only thing I see on the console logs are the following:
CODE:.................
--------------
When I click Run as Android Application, I get the following error.
View 3 Replies
View Related
Jul 1, 2010
As I've heard from Google IO 2010 session, Dalvik JIT compiler just support ARM processor.Do this mean my own build of Android source on Linux X86 or Mac OS X can not support JIT compiler?Should I use some target board with ARM processor to test Dalvik JIT compiler?
View 2 Replies
View Related
Aug 22, 2010
What are the minimal steps necessary (including retrieving the source code) to compile and run just the Dalvik virtual machine on Linux?
View 1 Replies
View Related
Apr 12, 2009
I have been developing on the windows Android SDK until recently I have moved to the Linux SDK. Once I launch the application from eclipse, I click the 'x' of the emulator window and an empty window persists, whereas this does not happen in the windows. I have to manually kill thru the shell (kill -9 "<emulator process id>") Has anybody faced this problem on ubuntu 8.04, with android SDk 1.1?
View 3 Replies
View Related
May 25, 2010
I want to run an Android application on Windows using eclipse that has been already developed on Linux OS. I tried to copy the source/res and menifest file of Android application form linux and started creating a new project on windows. I tried to replace the source/res and menifest of newly created Project on windows with one on linux. It was unable to generate R.java file.I wonder if java is portable accross platform then why I couldn't create and compile a new project on Windows from Linux.
View 1 Replies
View Related
Sep 4, 2009
I am using embedded-linux for device which has Arch ARMv5 Speed 266MHZ, vfpu and 32bit bus, 32MB 133 Mhz DDR Ram. can you tell me which windowing system should I use,
1).QT for embedded linux
2). Android.
3). Other!
Well, I am using microwindows for last one year and not satisfied with it as it does not have BSP (Binary Space Partitionin) in its windowing system , No shared memory support for bitmaps. I think Microwindows is just optimized for memory-size not for speed.
View 4 Replies
View Related
Aug 12, 2010
I have an compiled executable that is supposed to copy itself from the res folder, and into the /data/data/package-name/ folder, and change the permissions, and then execute. Every step completes all the way to the end. The output stream seems to be writing, etc. Except when I go check the file system, nothing has been done. I first tried with 'sh' then with 'su' (I have a rooted Cyanogen rom).
Here is the code:
CODE:.........................
View 1 Replies
View Related
Jul 29, 2010
The Logcat in Eclipse has colors ofr errors, warning, debug, ...How can I do to get the same result on Linux (Ubuntu) when I run the command 'adb -e logcat' in a terminal to get it colored?
View 1 Replies
View Related
Mar 25, 2010
While implementing the BluetoothChat application .apk inside G1 device, it always pops up a message:
$adb install -r /home/parveen/workspace/BluetoothChat/bin/BluetoothChat.apk
-bash: adb: command not found
I am not getting clearly why this error is popping up every time.
View 2 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
Jul 15, 2013
This is examples of windows game being ported to linux and open pandora.
Jedi Knight: Outcast
[URL]
Jedi Knight: Academy
[URL]
View 3 Replies
View Related
Apr 27, 2013
I Want to run This File in my phone (via terminal emulator).
but after type ./amxxpc i have error
line 1: syntax error: unexpected "("
File which I Want to start is in scripting.zip
View 3 Replies
View Related
Jun 19, 2011
i read kubuntu 11.10 finally has integrated phone capabilities and is going to be heavily geared towards mobile devices URL....and development of Android execution environment for the android os that allows you tu run .apk in linux if so i think this would be full of win for kubuntu with it being the first linux distro with integrated phone capabilities and if the AEE was available that would just be the coolest phone ever
View 2 Replies
View Related
Feb 28, 2012
Is it possible to run Linux on low-end android phones? Possibly a method that does not need loop device support.
I'm talking about 600Mhz processor and 256mb RAM. And Damn Small Linux as the linux distro.
Is there any method to do this? I have seen methods for Ubuntu and backtrack but they require better hardware.
View 3 Replies
View Related