Ubuntu For Android Download Zip

broken image


  1. Download Ubuntu For Android
Getting Involved‎ > ‎

Download Chromium


You can test Chrome builds or Chromium builds. Chrome builds have the most infrastructure for analyzing crashes and reporting bugs. They also auto-update as new releases occur, which makes them a good choice for most uses. Chrome Canary is available for Windows and Mac and autoupdates daily. Other channels (dev and beta) are available.
Chromium builds do not auto-update, and do not have symbols. This makes them most useful for checking whether a claimed fix actually works. Use the following instructions to find builds:

Easy Point and Click for latest build:

Open up https://download-chromium.appspot.com

Easy Script to download and run latest Linux build:

Not-as-easy steps:

  1. Head to https://commondatastorage.googleapis.com/chromium-browser-snapshots/
  2. Choose your platform: Mac, Win, Linux, ChromiumOS
  3. Pick the Chromium build number you'd like to use
    1. The latest one is mentioned in the LAST_CHANGE file
  4. Download the zip file containing Chromium
  5. There is a binary executable within to run

Please file bugs as appropriate.


Downloading old builds of Chrome / Chromium

Let's say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.
However, you can get a build of Chromium 44.x which should mostly match the stable release.
  1. Look in https://googlechromereleases.blogspot.com/search/label/Stable%20updates for the last time '44.' was mentioned.
  2. Loop up that version history ('44.0.2403.157') in the Position Lookup
  3. In this case it returns a base position of '330231'. This is the commit of where the 44 release was branched, back in May 2015.*
  4. Open the continuous builds archive
  5. Click through on your platform (Linux/Mac/Win)
  6. Paste '330231' into the filter field at the top and wait for all the results to XHR in.
  7. Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
    1. Sometimes you may have to decrement the commit number until you find one.
  8. Download and run!
* As this build was made at 44 branch point, it does not have any commits merged in while in beta.
Typically that's OK, but if you need a true build of '44.0.2403.x' then you'll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.

Installing Ubuntu Touch is easy, and a lot of work has gone in to making the installation process less intimidating to the average user. The UBports Installer is a nice graphical tool that you can use to install Ubuntu Touch on a supported device from your Linux, Mac or Windows computer. For more experienced users, we also have manual installation instructions for every device on the devices page.

Atenționare

If you're switching your device over from Android, you will not be able to keep any data that is currently on the device. Create an external backup if you want to keep it.

Install Ubuntu Linux on android without root Step 1: Download UserLAnd App. This app is available on Google Play store, here is the link to download it. There is no complications in its installation just like any other, open Play store on phone either use the here given link or search for UserLAnd and when appears, tap to install it. Before you install Ubuntu, you should save some key data. This includes backing up your Android apps and user data and saving some data about your device to make it easier to reinstall Android later. Saving Android data over USB from your Ubuntu Desktop requires first enabling Developer Mode and USB Debugging from the Android OS, as explained next. Choose the location you stored the zip file and start the upgrading process. For the Google apps that come with the download, use the same procedure to then restart when the upgrade process is complete. This is the way to install Ubuntu Touch ROM on the Xiaomi Redmi Note.

You can Download the UBports Installer from GitHub. The following packages are available:

  • Windows: ubports-installer-.exe

  • macOS: ubports-installer-.dmg

  • Ubuntu or Debian: ubports-installer-.deb

  • Other Linux distributions (snap): ubports-installer-.snap

  • Other Linux distributions (AppImage): ubports-installer-.AppImage

Start the installer and follow the on-screen instructions that will walk you through the installation process. That's it! Have fun exploring Ubuntu Touch!

If you're an experienced android developer and want to help us bring Ubuntu Touch to more devices, visit the porting section.

Notă

Please do not start the installer with sudo. It is meant to be run as a normal user, not as root. Using the installer with sudo will mess up permissions in the installer's cached files and lead to problems down the road. If the installer does not recognize your device, check the troubleshooting information below.

Troubleshooting¶

If you need help, you can join UBports» support channels on telegram or matrix or ask a question in the forum or on askubuntu. If you believe that the UBports Installer is not working correctly, you can also file a new issue to help us solve the problem.

Connection lost during installation¶

Try a different USB cable and a different USB port on your computer. Cheap and old cables tend to lose connection during the installation.

Windows Defender prevents Installer from starting¶

We have contacted Microsoft about this problem, but they seem to think it's enjoyable. To dismiss the warning, click on „More Information', then select „Run anyway'.

Device not detected¶

Virtual Machine¶

If you're running the installer in a virtual machine, make sure the virtual machine is allowed to access the USB port.

Windows ADB drivers¶

Install the universal adb driver and reboot your computer.

Fairphone 2 Vendor-ID¶

Run echo0x2ae5>>~/.android/adb_usb.ini in the terminal and restart the installer. This does not affect the snap package.

Missing udev-rules¶

If the device not detected on Linux and packages other than snap, you might be missing udev-rules.

  1. See if /etc/udev/rules.d/51-android.rules exists and contains the rules below. If not, add them to the file and runsudoserviceudevrestart orsudoudevadmcontrol--reload-rules&&udevadmtrigger.

Other issues¶

Ubuntu for android apk

If the troubleshooting tips do not work, you might also try following the manual installation instructions for your device on the devices page.

Install on legacy Android devices¶

While the installation process is fairly simple on most devices, some legacy Bq and Meizu devices require special steps. This part of the guide does not apply to other devices.

Notă

This is more or less uncharted territory. If your device's manufacturer does not want you to install an alternative operating system, there's not a lot we can do about it. The instructions below should only be followed by experienced users. While we appreciate that lots of people want to use our OS, flashing a device with OEM tools shouldn't be done without a bit of know-how and plenty of research.

Meizu devices are pretty much stuck on Flyme. While the MX4 can be flashed successfully in some cases, the Pro5 is Exynos-based and has its own headaches.

Atenționare

BE VERY CAREFUL! You are responsible for your own actions!

  1. Disconnect all devices and non-essential peripherals from your PC. Charge your device on a wall-charger (not your PC) to at least 40 percent.

  2. Download the Ubuntu Touch ROM for your device and extract the zip files:

    • Bq E4.5 (krillin)

    • Bq E5 HD (vegetahd)

    • Bq M10 HD (cooler)

    • Bq M10 FHD (frieza)

    • Meizu MX4 (arale)

  3. Download the latest version of SP flash tool (aka MTK flash tool).

  4. Extract the zip files

  5. Open a Terminal, enter the SP flash tool directory and run it with sudo./flash_tool.sh.

Notă

On Ubuntu 17.10, there are issues with flash_tool loading the shared library «libpng12», so this can be used as a workaround:

  1. In the „Scatter-loading File' section, press the „choose' button and select the *Android_scatter.txt file from the archive you downloaded in the second step.

  2. Choose „Firmware Upgrade' from the drop-down menu.

Atenționare

If you select DOWNLOAD ONLY rather than FIRMWARE UPGRADE, you will end up with a useless brick rather than a fancy Ubuntu Touch device. Be sure to select FIRMWARE UPGRADE.

Also, after selecting the *Android_scatter.txt, the drop-down menu choice is reset to DOWNLOAD ONLY. Be sure to select it after selecting the file.

  1. Turn your device completely off, but do not connect it yet.

  2. Press the button labeled „Download'.

  3. Perform a final sanity-check that you selected the „Firmware Upgrade' option, not „Download Only'.

  4. Make sure your device is off and connect it to your PC. Don't use a USB 3.0 port, since that's known to cause communication issues with your device.

  5. Magic happens. Wait till all the progress bars ended.

Ubuntu For Android Download Zip

If the troubleshooting tips do not work, you might also try following the manual installation instructions for your device on the devices page.

Install on legacy Android devices¶

While the installation process is fairly simple on most devices, some legacy Bq and Meizu devices require special steps. This part of the guide does not apply to other devices.

Notă

This is more or less uncharted territory. If your device's manufacturer does not want you to install an alternative operating system, there's not a lot we can do about it. The instructions below should only be followed by experienced users. While we appreciate that lots of people want to use our OS, flashing a device with OEM tools shouldn't be done without a bit of know-how and plenty of research.

Meizu devices are pretty much stuck on Flyme. While the MX4 can be flashed successfully in some cases, the Pro5 is Exynos-based and has its own headaches.

Atenționare

BE VERY CAREFUL! You are responsible for your own actions!

  1. Disconnect all devices and non-essential peripherals from your PC. Charge your device on a wall-charger (not your PC) to at least 40 percent.

  2. Download the Ubuntu Touch ROM for your device and extract the zip files:

    • Bq E4.5 (krillin)

    • Bq E5 HD (vegetahd)

    • Bq M10 HD (cooler)

    • Bq M10 FHD (frieza)

    • Meizu MX4 (arale)

  3. Download the latest version of SP flash tool (aka MTK flash tool).

  4. Extract the zip files

  5. Open a Terminal, enter the SP flash tool directory and run it with sudo./flash_tool.sh.

Notă

On Ubuntu 17.10, there are issues with flash_tool loading the shared library «libpng12», so this can be used as a workaround:

  1. In the „Scatter-loading File' section, press the „choose' button and select the *Android_scatter.txt file from the archive you downloaded in the second step.

  2. Choose „Firmware Upgrade' from the drop-down menu.

Atenționare

If you select DOWNLOAD ONLY rather than FIRMWARE UPGRADE, you will end up with a useless brick rather than a fancy Ubuntu Touch device. Be sure to select FIRMWARE UPGRADE.

Also, after selecting the *Android_scatter.txt, the drop-down menu choice is reset to DOWNLOAD ONLY. Be sure to select it after selecting the file.

  1. Turn your device completely off, but do not connect it yet.

  2. Press the button labeled „Download'.

  3. Perform a final sanity-check that you selected the „Firmware Upgrade' option, not „Download Only'.

  4. Make sure your device is off and connect it to your PC. Don't use a USB 3.0 port, since that's known to cause communication issues with your device.

  5. Magic happens. Wait till all the progress bars ended.

Notă

If the installation fails with a 100% red bar and hangs there (and logs says something like COMportisopen.Tryingtosyncwiththetarget...), remove the modemmanager package as the one installed is not compatible with SP flash tool, close it and try again from step 4.

Download Ubuntu For Android

  1. Congratulations! Your device will now boot into a super old version of Ubuntu Touch. You can now use the UBports Installer to install an updated version.





broken image