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

Download Android x86

Download UNetbootin

See if Your Netbook or Laptop is Fully Supported

 

 

Reference

Run Android on Your Netbook or Desktop的更多相关文章

  1. weexpack build android 和 weexpack run android 报错 及 解决方案

    1. weexpack build android (1)Configuring > 0/3 projects > root project > Resolving dependen ...

  2. android环境搭建环境 cordova run android gradle wrapper报错

    cordova run android命令报错 Error: Could not find an installed version of Gradle either in Android Studi ...

  3. 命令行运行ionic run android 出现running one or more of the platforms Error

    问题如图所示: 或者 这个问题也是由于端口号被占用的原因,解决的方法在上篇博客<Ionic run android失败解决方法>.

  4. Ionic run android失败解决方法。

    今天在node.js窗口执行命令行ionic run android时就是报Error executing "adb device":error错,一开始以为是SDK不全,后来以为 ...

  5. cordova run android 可能遇到的错误解决

    运行: ionic cordova build 等待下载,然后根据提示 输入android或者ios平台,即可 运行cordova run android 报错: 最快捷的解决方法就是使用Androi ...

  6. 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 ...

  7. Android新特性Instant Run详解

    关于 Instant Run Android Studio 2.0 中引入的 Instant Run 是 Run 和 Debug 命令的行为,可以大幅缩短应用更新的时间.尽管首次构建可能需要花费较长的 ...

  8. [转] - 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 ...

  9. android studio 各种问题

    1.dexDebug ExecException finished with non-zero exit value 2 全bug日志如下: (Error:Execution failed for t ...

随机推荐

  1. java笔记1

    第五天学习笔记 1.面对对象的理解并举例? 面对对象的核心:找合适的对象做合适的事情. 面对对象编程的思想:尽可能的用计算机语言来描述现实生活中的事物. 面对对象:侧重于对象 2.类与对象之间的关系? ...

  2. C++多重继承子类和父类指针转换过程中的一个易错点

    这两天有个C++新手问了我一个问题,他的工程当中有一段代码执行不正确,不知道是什么原因.我调了一下,代码如果精简下来,大概是下面这个样子: class IBaseA { public: ; int m ...

  3. 命令行启动win7系统操作部分功能

    control.exe /name microsoft.folderoptions 启动资源管理器的 文件夹属性 选项卡 control.exe /name Microsoft.AddHardware ...

  4. AX2012R2使用SQL Server2014安装报表扩展报错

    尝试在SQL Server2014上安装AX2012 R2的Reporting Services扩展失败,出现如下错误: "Could not load file or assembly ' ...

  5. codeforces 361 D - Friends and Subsequences

    原题: Description Mike and !Mike are old childhood rivals, they are opposite in everything they do, ex ...

  6. 信息安全系统设计基础课程实践:简单TUI游戏设计

    简单TUI游戏设计                目       录               一                      Curses库简介与基本开发方法             ...

  7. background-size的两个属性:cover和contain

    两种都不会造成图片失真,其中: (1)cover:相当于宽度等于元素的宽度,高度设为auto: (2)contain:相当于高度等于元素的高度,宽度设为auto: 例如:设置一个高度和宽度都为300p ...

  8. ps命令介绍

    ps是收集进程信息的重要工具.它提供的信息包括:拥有进程的用户.进程的起始时间.进程所对应的命令行路径.进程ID(PID).进程所属的终端(TTY).进程使用的内存.进程占用的CPU等.例如: $ p ...

  9. 問題排查:沒有任何多載符合 System.Timers.ElapsedEventHandler 委派

    這是在實作當前專案最後一個關鍵功能:提醒通知 所遇到的奇怪狀況 目前的設想,是以 Windows Form 結合 Timer,當作發送通知的載體 大家都知道在 C# 的環境裡,有三種內建的 Timer ...

  10. [Ng]Angular应用点概览

      1. 使用模块化写法. var app = angular.module('myApp', []); app.controller('TextController', function($scop ...