LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > Kenny the one-teen comittee to stamp out Proprietary $uckware
User Name
Password

Notices


I decided to post a little introduction to myself here: Ask me who I was last March, and I would have had WinBloze 7 Beta on my main computer and would have been part of Micro$uck's test project for WinBloze 7 and would have been excited about it. However, that changed as soon as my network adapter changed and the new one worked with Linux. As soon as I tested the new adapter with Mint (I'd say about a year ago, in July 2009) I began to really value Linux for what it is.

However, I knew about Linux long before that. I started with gOS 2, which was my first distro. I had tried it back in about February 2008. I first learned about Linux back in mid-2007, from an article in PCMag that spanned several pages. I had quite a hard time back then, and Ubuntu Hardy was no different than gOS.

So then what took me so long from knowing about Linux to finally becoming an active user? My house was nothing but Wi-Fi. My mother set a secure wireless network up back then, and I couldn't connect to it because my adapter (Linksys WUSB54GSC) wasn't recognized by Linux. I had the patience to continue.

Then, in June 2008, my family got hit by the economic collapse here in the USA: The mortgage on my old house doubled and my family had to leave because of the rate increase. So, we were stuck in a hotel room until my family and I could end up in a new house. That Christmas, I wanted a netbook, and got my wish (the one I'm typing on, an Acer Aspire One AOA110-1545). It came with Linux preinstalled, and I liked it all around.

From then to June 2009, I still had WinBloze on my desktop, as Linux still didn't work with my wireless network adapter. Then, in June 2009 as I said, I got a new wireless network adapter, and in July decided to test it with Linux Mint 7. It worked, even from the Live CD! Now,

Rate this Entry

HowTo: Run a more *UPDATED* Android On Your PC

Posted 12-30-2010 at 04:05 AM by Kenny_Strawn
Updated 12-30-2010 at 12:33 PM by Kenny_Strawn

There was an article in the Syndicated News forum that told how to run Android on your PC but referred to Live Android, which is DEPRECATED.

To get a more updated version of Android on your computer, you have to build it from source as there is currently no build for any PCs (aside from specific vendors) on the official site (which has moved to http://android-x86.org) that's greater than 1.6. However, thanks to the instructions on http://android-x86.org/getsourcecode, that shouldn't be all that hard, provided you have all the prerequisites installed. It has been patched for Java 6, so the issue of requiring Java 5 (which is wayyy outdated) to be installed on your system no longer is an issue.

First, you need to install the build prerequisites, so here's the command you need to type first (assuming you have an Ubuntu 9.10 or higher system):

Code:
$ sudo apt-get install git git-core gnupg openjdk-6* flex bison gperf libsdl-dev libesd0-dev libwxgtk6-dev build-essential zip curl libncurses5-dev zlib1g-dev
Next, you need to check out the source code, which may take a long time:

Code:
$ mkdir ~/bin
$ export PATH=$HOME/bin:$PATH
$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ repo init -u git://git.android-x86.org/manifest.git -b froyo-x86
$ repo sync
After all the source code is downloaded, there are two options to build: an ISO image or a USB image. The USB image will allow you to dd it to a USB flash drive and run it directly. The ISO image is meant for a CD or DVD, but can also be installed to a USB drive via Unetbootin.

To build an ISO image:

Code:
$ make iso_img TARGET_PRODUCT=generic_x86
To build a USB image:

Code:
$ make usb_img TARGET_PRODUCT=generic_x86
If you get any errors, you might not have all your dependencies installed. Go back to the build prerequisites to see if you have anything missing. If you get the image successfully built, the image should be located here:

Code:
./out/target/product/generic_x86/generic_x86.iso
Or, for the USB image:

Code:
./out/target/product/generic_x86/generic_x86_usb.img

In Ubuntu, you can use Brasero to burn the ISO image by just right-clicking it. To write the USB image to a flash drive:

Code:
$ sudo fdisk -l #lowercase L, not number 1
$ sudo dd if=./out/target/product/generic_x86/generic_x86_usb.img of=/dev/sdX #where /dev/sdX is the entire device file for the USB flash drive given by the above command
Now, just boot from the CD or USB drive and you'll find a working and up-to-date Android system that you can install all your favorite Android apps on. Good luck!

To boot from the CD or USB drive, don't rely on the "Press any key" prompt. You have to go into the BIOS (usually by pressing the Delete or F2 key, but it could be different (for example F1 on HP computers)) and then Boot -> First Boot Device, changing it to the USB drive. Then press F10 and exit the BIOS. You now will boot into the drive.
Posted in Uncategorized
Views 2255 Comments 1
« Prev     Main     Next »
Total Comments 1

Comments

  1. Old Comment
    If you are able to successfully build, notify http://android-x86.org and contribute it so others can use it.
    Posted 12-31-2010 at 04:11 PM by Kenny_Strawn Kenny_Strawn is offline
 

  



All times are GMT -5. The time now is 05:26 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration