General :: Running Linux On Low-End Android Phones?

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.

General :: Running Linux On Low-End Android Phones?


Android :: Running App On Windows / Developed On Linux

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

Android :: Running Linux Commands From Java Code

Aug 11, 2009

I am trying to execute "ls -a" from java code, any idea how to do so.

View 6 Replies View Related

Android :: Phones Running Stock

Jun 9, 2010

I Am actually impressed with the idea of Nexus one running on stock android OS keeping the UI simple and powerful, fast..

And also apart from HTC sense, most of the customized skins dont look or feel as good as stock Android. (IMO )

So i am wondering are there any other phones running stock android just like Nexus one does.

View 8 Replies View Related

Android :: Running Android SDK 1.1 R1 On Linux 64 Bit Fedora 11 RawHide

Apr 7, 2009

How to get Android SDK 1.1 R1 (android-sdk-linux_x86-1.1_r1) working on 64 Bit Linux, Fedora 11 Beta RawHide. (this could surely be applied to other distros as well I suppose but I have just tested the above)

Download the "eclipse-java-ganymede-SR1-linux-gtk-x86_64.tar.gz" eclipse.org. The version from Fedora repository doesn't work due to incompatible packages / versions. Make sure you have the Open JDK available and that Eclipse is using that one instead of the gjc.

Then install 32 bit library dependencies for Android SDK on Fedora 11 Beta.

$yum install glibc.i686 $yum install ncurses-libs.i586 $yum install libstdc $yum install libstdc++.i586 $yum install libzip.i586 $yum install libX11.i586 $yum install libXrandr.i586

I had a lot of problems with the emulator which using SDL and got the following error:

"SDL init failure, reason is: No available video device"

Found a good tip to see what libs is not found:

$cd $andoird_sdk/tools/ $strace ./emulator

It seems that the SDL couln't initialize the screen if not the libX11 and libXrandr wasn't aviable.

Next step was to get the ddms working:

The last line of $ANDROID_SDK1.1R1/tools/ddms has a - Djava.library.path entry pointing to 32 bit eclipse libraries which couldn't be used. So I renamed the library property so it wouldn't be read and instead use the 64 bit eclipse versions.

exec "$java_cmd" -d64 -Xmx256M $os_opts $java_debug - Djava.ext.dirs="$frameworkdir" -Djava.dummy.library.path="$libdir" - Dcom.android.ddms.bindir="$progdir" -jar "$jarpath" "$@"

Then getting the usb to work, follow the instructions on: http://groups.google.com/group/android-developers/browse_thread/threa... http://zachoglesby.com/2009/03/android-and-fedora/

The following did work at some point but isn't the prefered way to connect the android according to my googling: [url]

I have to start adb as root.

View 5 Replies View Related

Android :: Can Phone Apps Detect What Phones Around Them Are Running Same App?

Oct 26, 2010

I would like a cell phone app to be able to determine how many cell phones around it are running the same app.I'm not sure what direction to start researching (API's,concepts) to understand how my phone would figure out what other phones are running the same app in a specific distance.

View 2 Replies View Related

HTC Incredible :: Rooting Tip For Linux And Linux Live Booting

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

General :: Android Apps On Linux?

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

General :: Gbox MX2 Android To Linux

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

General :: Linux Game Port To Android

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

General :: Run Linux Execute File On Android

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

General :: Android Execution Environment For Linux?

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

General :: How To Install Android SDK Linux On Ubuntu 12.04.1

Sep 21, 2012

I have been trying all morning and half g today trying to get the bloody thing to instill. I have followed the instructions in the txt file inside but when I go into terminal and CD into the folder and type Android like the instructions day it cannot find three file or if I try it as ./tools/android permission denied and I sudoed in before hands so I have root access.

View 9 Replies View Related

General :: Linux To Android - Corrupt File Transfers?

Oct 18, 2012

I have pretty much given up on trying to transfer files from my pc to my phone while running Linux.

I would guesstimate, 85% of the time, the transfered file gets corrupted. It happens on different phones and different Linux distros.

I would think the two would work well together since they both run on a Linux kernel.

View 9 Replies View Related

General :: Mount Android SD Card Under Linux Via WiFi

May 14, 2012

i tried this tutorial to mount my sdcard over wifi. i like to sync my music with clementine. not only copy paste. so i need to mount the sdcard. but when i tried the following command i got this msg.

Code:
roni@roni-Aspire-5738:~$ sudo mount -t cifs //192.168.1.2/sdcard/ /media/android -o user=roni,uid=roni,gid=roni,nounix,file_mode=0770,dir_mode=0770
mount: block device //192.168.1.2/sdcard/ is write-protected, mounting read-only
mount: cannot mount block device //192.168.1.2/sdcard/ read-only

View 1 Replies View Related

General :: Emulate Linux On Android And Run Windows Program?

Jan 22, 2012

Is it possible to emulate Linux on android, then install wine on it and run Windows programs?

View 2 Replies View Related

General :: Install Linux Hardware Drivers On Android?

Dec 29, 2012

I got a wacom graphic tablett wich I want to use on my Android Tablet PC. Of course Android hasn't got a working driver for it, so thats why I want to install an opensource linux driver. So my first question is, if this might be possible. The linux driver is made for a 2.6 Kernel which of course is not complete the same as my 2.6 android Kernel, but are they similar enough to at least give it a try?

And I got an other question: A grafic tablett is you know... nothing else as a weird mouse so am I might be able to tell Android that it shoud use a simple mouse driver for the graphic tablett? Because my mouse is running well on it.

View 6 Replies View Related

General :: Playing Music On PC (windows / Linux) From Android (no Streaming)

Jan 22, 2013

I've been looking around for a solution to this - and so far have only found Gmote to be close to what I'm looking for. Actually Gmote hits it on the head, but I wanted to see if there were other options. Here's the setup:

We have a soundboard and speaker system. I would like to hook up a small PC (running either windows or Linux) to the soundboard so that whatever is playing from the computer will come through the speakers. And to control what gets played from the computer, I would like to use my Android phone.

I would consider streaming from my phone if it was reliable enough. I had first looked into streaming to the system via bluetooth - but that wasn't quite stable enough and dropped out too many times.

View 1 Replies View Related

General :: HTC Explorer A310e - Boot Linux / Windows OS Instead Of Android

Oct 14, 2012

Is it possible to boot a linux or windows os instead of android? I saw something, if I remember right, there was an app which booted linux os. But it should be like custom ROM.

HTC Explorer A310e

View 9 Replies View Related

General :: Nexus 7 - How To Build Latest Linux Kernel For Android Device

Mar 24, 2013

How to build latest linux kernel from off site for Android device (for example Nexus7)?

I have: AOSP source code

Android build for device (from aosp)
Downloaded kernel 3.8.4 from off site

The question is: How can I build latest kernel using all described stuff (aosp source, kernel config, latest kernel)?

View 1 Replies View Related

General :: Rockchip And ADB On Linux?

Oct 16, 2013

do you use rockchip based Android device with linux?

I've just bought Rockchip rk3066 based AllFine Fine10 tablet, and have trouble setting it up to work with adb on my Linux installation.

I presume problem is with udev rules, I use some giant package of udev rules but it does not contain rule for my tablet.

I have tried to manually define udev rule by inputing device ID listed by lsusb utility.

Quote:

lsub: Bus 002 Device 004: ID 2207:0010

Thus creating:

Quote:

# AllFine
ATTR{idVendor}=="2207", ATTR{idProduct}=="0010", SYMLINK+="android_adb"

But still device is not recognized by adb.

View 1 Replies View Related

General :: Use GPS Device From Within Linux?

Jan 20, 2014

is there any way to use the gps device from within a chrooted linux?

View 1 Replies View Related

General :: How To Upgrade Firmware Using Linux

Nov 10, 2013

How to upgrade firmware using Linux. I ask because it seems that all firmware upgrade downloads are pitched to windows.

View 1 Replies View Related

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 View Related

General :: How To Install Fastboot On Ubuntu Linux

Apr 11, 2012

Just wanted to know is it possible to install Fastboot on Ubuntu Linux. If so, any guide or link? I hate starting my Windows just to flash another kernel.

But also I would need drivers for my SE Arc S , is it even possible?

View 1 Replies View Related

General :: Root Huawei G600 Using Linux?

Feb 23, 2013

I'm looking to Unlock and Root my Huawei g600, (specifically the U8950N-51). However I'm using Linus OS, (Mint 14 KDE).

I've got the unlock code from Huawei, at least I hope because U8950N-51 because the international webpage doesn't recognize the U8950N-51.

Using Wine does not work as the unlock method just hangs looking for a device. (This method: [URL]

View 2 Replies View Related

General :: S3 Connected Via USB To PC With Linux - Can't Find Software?

Dec 7, 2012

I use SGS3 connected via usb to PC with Linux Each time I connect phone to usb I see msg: "Can't find software.... Upgrade your windows media player etc..." I found somewhere that program "kiesexe" can be disabled on phone No I have ls -l /system/bin/kiesexe -rw-r--r-- 1 root root 48836 Aug 1 2008 /system/bin/kiesexe But the message still appears how to prevent this?

View 3 Replies View Related

General :: Linux ADB Mount - Integrate MTPFS?

Jan 23, 2013

Any good method to mount android file systems (4.0+) on Linux? I want to be able to mount my sdcard remotely (TCP) and manage my files on my desktop. I've tried [URL] ..... but this is very buggy. I'd prefer a way to integrate mtpfs and mount to a directory.

View 1 Replies View Related

Android :: Porting Phones App - Upgrading Phones

Sep 5, 2010

Is there an app that lets you easily move your apps and info from an old phone to a new one?

View 5 Replies View Related

General :: Correct APKTool For ICS And Jelly Bean For Linux / Mac?

Jul 21, 2012

Correct ApkTool for ICS and Jellybean for Linux/Mac?

I can't compile using the one from the website as I get compiling errors

View 6 Replies View Related







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