Run Android on Your Netbook or Desktop
Run Android on Your Netbook or Desktop
Would you like to try out Google’s Android OS on your netbook or desktop? Here’s how you can run Android from a flash drive and see how fast Android can run on real hardware!
Install Android On Your Flash Drive or Memory Card
First, make sure you have a flash drive or memory card inserted into your computer with around 256MB or more storage space. Remove any files you may need off of the drive, so you can use it to run Android on your computer.
Now you’re ready to download and setup Android on your drive. Head over to the Android x86 download page (link below), scroll down to the StableRelease section, and click Viewunder android-x86-1.6-r2.iso. This will start the iso file downloading to your computer.

In the mean time, head over to the UNetbootin site (link below), and download it as well.

Once your downloads are complete, run UNetbootin. Click the bullet beside Diskimage, then click the “… “ button and select the Android ISO file you just downloaded. Finally, select the correct flash drive or memory card in the menu on the bottom, and click Ok.

UNetbootin will now copy the files to your flash drive. This may take a few moments, depending on your flash drive’s speed.

Once it’s finished, it will ask if you wish to reboot. If you want to go ahead and run Android, you can click Reboot; otherwise, just exit and run Android from your flash drive when you want.

If you want to try Android on a computer that has a CD/DVD drive, you could just burn the ISO to a disk and boot from it. Netbooks don’t have CD drives, and even on a desktop, it can be nice to not waste a CD just for this. If you want to burn it to a disk, you can do iteasily from Windows 7 or with a free program such as ImgBurn.

Using Android-x86 On Your Computer
Now you’re ready to run Android on your netbook, laptop, or even a full desktop computer. Simply reboot your computer with the USB drive, and select to boot from it. Not all computers will automatically boot from a USB device, so you may have to press F2, F10, or another key, depending on your computer, and change the Boot options in the bios.

Now, when you boot from the USB drive, select Live CD – Run Android-x86 without installation.

You’ll see a text prompt for a few moments as Android begins to load.

Then you’ll see the Android boot screen, though we only saw it for a moment, as our computer booted really fast into Android.

After a couple seconds, you’ll see the Android desktop … on your netbook or computer! You can quickly access one of the apps on the home screen, or open the menu to see more options.

Click and hold to open a context menu, such as to change the background or add a desktop widget.

Or, press your mouse’s right button to open a menu, such as to open a new tab in the browser.

It works very good as a quick way to get online; the Android browser is actually quite capable for normal browsing, and worked very well in our tests. With a 10 second or less boot time, you may enjoy using this as an alternate to Puppy Linux or other light distros for a quick way to get online securely.

You can even install new applications with the included AndAppStore, though these will only be installed while this Android session is running. If you reboot your computer, you’ll only see the default applications and settings again.

Android x86 supports all of the hardware, including cameras and Wi-Fi, on several Netbooks and laptops; check the link below to see if yours is supported. In our test, our camera wasn’t supported, and we additionally had to connect to the internet via Ethernet since it didn’t detect our Wi-Fi card.

For the most part, Android was very responsive, but anything that would fade out the desktop such as opening a dialog box or a menu would run very slowly and even make the mouse feel jerky. Additionally, we couldn’t get it to boot on our desktop with an AMD processor. You could install Android to your hard drive, but we wouldn’t recommend it considering the limitations and issues it has. But, it is very fun to play with from a flash drive or memory card, and you may even feel adventurous enough to try installing it. Be warned, though; this isn’t for the weak of heart!
Conclusion
If you’re curious about how Android works and would like to try it out on a real machine, this is a great way to see how fast a mobile OS can be on a netbook or desktop. We wish it was more stable and could actually store programs and settings on the flash drive, but it did work as a nice substitute for Puppy Linux or other light, Live CD distros. It runs much faster on a real computer than in the emulator. Since you’re running it from a flash drive, you don’t have to worry about messing anything up, so go ahead and try it for research or fun.
Or, if you’d rather just try out Android from inside Windows, check out our articles on How to Test Drive Android in the Android Emulator and How to Enable the Android Market in the Emulator to try out the best Android has to offer.
Links
See if Your Netbook or Laptop is Fully Supported
Run Android on Your Netbook or Desktop的更多相关文章
- weexpack build android 和 weexpack run android 报错 及 解决方案
1. weexpack build android (1)Configuring > 0/3 projects > root project > Resolving dependen ...
- android环境搭建环境 cordova run android gradle wrapper报错
cordova run android命令报错 Error: Could not find an installed version of Gradle either in Android Studi ...
- 命令行运行ionic run android 出现running one or more of the platforms Error
问题如图所示: 或者 这个问题也是由于端口号被占用的原因,解决的方法在上篇博客<Ionic run android失败解决方法>.
- Ionic run android失败解决方法。
今天在node.js窗口执行命令行ionic run android时就是报Error executing "adb device":error错,一开始以为是SDK不全,后来以为 ...
- cordova run android 可能遇到的错误解决
运行: ionic cordova build 等待下载,然后根据提示 输入android或者ios平台,即可 运行cordova run android 报错: 最快捷的解决方法就是使用Androi ...
- This version of android studio is incompatible with the gradle version used.Try disabling the instant run解决办法
今天打开android studio又碰到一个奇怪的问题:This version of android studio is incompatible with the gradle version ...
- Android新特性Instant Run详解
关于 Instant Run Android Studio 2.0 中引入的 Instant Run 是 Run 和 Debug 命令的行为,可以大幅缩短应用更新的时间.尽管首次构建可能需要花费较长的 ...
- [转] - Configuring Android Studio: IDE & VM Options, JDK, etc
Configuring Android Studio: IDE & VM Options, JDK, etc You should not edit any files in the IDE ...
- android studio 各种问题
1.dexDebug ExecException finished with non-zero exit value 2 全bug日志如下: (Error:Execution failed for t ...
随机推荐
- ComboBox的数据绑定
这里的ComboBox指System.Windows.Forms中的ComboBox. 使用对象数据源 IList<Model> models = ModelService.GetAllM ...
- centos6.x下手工安装二进制Docker v1.1x
Docker在 centos 6.x 下面默认最新的版本是1.7, 然而这个并不符合我的实际需求, 尤其我需要 docker-compose 来作为编配工具部署swarm, 所以只有使用二进制的安装包 ...
- form表单中的常用控件
<form action="#" method="post"> placeholder:输入表单是提供一个提示 <input type=&qu ...
- 【Django】Django model与数据库操作对应关系(转)
Django对数据库的操作分用到三个类:Manager.QuerySet.Model. Manager的主要功能定义表级方法(表级方法就是影响一条或多条记录的方法),我们可以以models.Manag ...
- PHP基于SOAP实现webservice
简单对象访问协议(SOAP)是一种轻量的.简单的.基于 XML 的协议,它被设计成在 WEB 上交换结构化的和固化的信息. SOAP 可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议( H ...
- Servlet 添加购物车
import java.io.IOException;import java.io.PrintWriter;import java.util.ArrayList;import java.util.It ...
- GsonWithoutObject 没有对象(脱离对象) 直接提取 ... gson json
GsonWithoutObject 脱离对象, 直接提取 package temp; import tool.FileTool; import com.google.gson.JsonElement; ...
- Python:迭代器
迭代器:可以被next()函数调用并不断返回下一个值的对象称为迭代器. 可迭代对象:可以直接作用于for循环的对象. 基本方法:iter()和next() 迭代器创建: 例1: list = ['a' ...
- zabbix网络发现
zabbix的网络自动发现是一个非常强大的功能,该功能可以完成以下工作 •快速发现并添加主机. •简单的管理. •随着环境的改变而快速搭建监控系统. 网络发现基于以下信息 •ip地址段 •基于服务的F ...
- hp小机定位网卡位置
rad已经被olrad取代 HPUX下定位网卡位置 一台HP小型机,可能配了多块网卡,在系统中以la ...