Tag: GAPPS

Run Android 11 on your PC :: AndEX 11 (Android-x86_64) with GAPPS (Google Play Store etc.) and many other apps :: Build 220608

NEWS 220608 – AndEX 11 is ready!
I’ve uploaded AndEX 11 – andex-11-x86_64-gapps-220608-1450mb-version-final.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store.

NEWS 220608 about AndEX 11 with GAPPS
My first build of AndEX 11 is ready. It has GAPPS (Google Play Store etc) and many other apps pre-installed. This build of Android x86_64 11 – andex-11-x86_64-gapps-220608-1450mb-version-final.iso – can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 11 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX 11. So does the YouTube, Google Maps and Google Earth app. You can also run some video/movie apps with excellent video quality. For example SVT Play (Swedish) and TV4 Play (Swedish). Unfortunately not Netflix.

MORE ABOUT AndEX 11
My new compiled Android-x86_64 system (11) can run and be installed on almost all newer laptops (and some Desktop computers). For example Lenovo Ideapad Flex 5, Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can also run AndEX 11 in Qemu in Linux, but unfortunately not in VirtualBox and/or VMware. I can also mention that I could run my new 11 version on a HP All-in-One PC (with a touch screen), HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 22.04) installed. Read more about how to install AndEX 11 below.

Android 11 was released 200908.

About the Android-x86 project – my sources

AndEX 11 is compiled by me with sources from the Android-x86 Project. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Android-x86 Project’s instructions you can build your own Android-x86_64 system.

You will see this boot screen (when booting from a DVD or a USB stick).

Boot animation during start up
You shall see this boot animation when AndEX 11 is starting up. If not, something is very wrong.


Click on the ring if you want to see the animation,

Kernel
Kernel 5.4.40-exton-android-x86_64 is used in AndEX 11 Build 220608.

HOW TO do a simple manual installation (FRUGAL) of AndEX 11 to hard drive
The system’s install function work very well in AndEX 11 Build 220608. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Follow these steps.
1. Download andex-11-x86_64-gapps-220608-1450mb-version-final.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX 11 installed.
3. Create a special partition for AndEX 11 or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX11-220608
5. Extract andex-11-x86_64-gapps-220608-1450mb-version-final.iso to the root (/ANDEX11-220608) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX11-220608.
7. You will then have a folder called ANDEX11-220608 with four important files – the folder data, initrd.img, system.sfs and kernel – see the picture below. The folder /ANDEX11-220608/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX11-220608 in the right place it is time to configure Grub so you will be able to boot up AndEX 11 – see the examples below.

ABOUT ROOT
As you can see from the screenshot above I’ve added boot-magisk.img and initrd_real.img. That is to make AndEX 11 rooted, which it isn’t from the start. If you want to do that you can download boot-magisk.img and initrd-magisk.img. Change the name of the original initrd.img to initrd_real.img and initrd-magisk.img to initrd.img. After that you can su to become root. That can be useful if you want to change the system. For example remove system apps. For that to work you’ll have to make the system writable. Open a terminal and run the command su followed by mount -o remount,rw /.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX 11 Build 220608 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX 11 220608 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX11-220608/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX11-220608
initrd /ANDEX11-220608/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX11-220608/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX11-220608
I could also run AndEX 11 from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

NOTE 4 (Very important): On some computers you may have to skip adding DPI and UVESA_MODE to be able to connect to Google Play Store. Otherwise you will get an error message saying There was a problem communicating with google servers. Once you have logged in to Google Play Store and/or Gmail you can change your Grub configuration. I.e. add for example DPI=160 and UVESA_MODE=1366×768 (if you need to).

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title ANDEX11-220608 (sda8)
root (hd0,7)

kernel /ANDEX11-220608/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX11-220608
initrd /ANDEX11-220608/initrd.img

NOTE: Doing a manual installation is not necessary. The system’s install function works very well. On the other hand I wouldn’t mess with my UEFI partition if I have other Linux systems and Windows installed and everything works alright.

Watch a movie showing the “normal” install process (in VirtualBox)…
Note: The movie is for AndEX 10, but it works in the same way for AndEX 11.

Language settings
You can (of course) run AndEX 11 in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX 11. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying. Eventually you will get connected to Internet. Or move yourself (and the computer) next to your router. You will be connected immediately – screenshot. NOTE: In VirtualBox you must also turn WiFi on even if you don’t have a WiFi card. Then connect to Virtual WiFi (VirtWifi) – screenshot. You shall also connect to VirtWifi if your computer has an ethernet connection.

Running AndEX 11 live from a USB stick
When running AndEX 11 from a USB stick you can install new apps or download new wallpapers or… Nothing will be left after a reboot (of course). When installing to a USB stick using Rufus it will look like this.



Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restar

About YouTube
The YouTube app works very well – screenshot. The video performance is excellent.

About Facebook
The Facebook app works very well in AndEX 11. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX 11 many new apps can be installed via Google Play Store. You can, however not install any big/complicated games. If you try you will get this error message. You can’t make AndEX 11 compatible with ARM apps. Many nice games can be installed and run very well in my AndEX 10/9 builds though. Because of the lack of support for ARM apps in AndEX 11 you can also download all versions of AndEX 10 if you buy AndEX 11. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 11 won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download AndEX 11 you must be aware of that not all apps downloaded via Google Play Store can run in an Android-x86_64 system. Also: Most games won’t run because of the lack of ARM support in AndEX 11.

NOTE3/WARNING3
1. Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though). You can, however, use the installed File Manager to connect to Google Drive and OneDrivescreenshot.
2. You can’t run Netflix. The Netflix app works in my AndEX 9 Pie Build 190912, AndEX Oreo Build 181028 and AndEX Marshmallow Build 170923 though.
3. AndEX 11 Build 220608 can run live (from the ISO file) with very good video and sound quality, but unfortunately not at all in VirtualBox or VMware. You can, however, run AndEX 11 very well in Qemu – watch this screenshot.

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Running AndEX 11 live: Use preferably Rufus 3.18 (see above) to create a bootable USB stick from the different ISO files. Or burn the ISO file to a DVD and run the system from it.

Screenshots
Screenshot 1 – AndEX 11 Desktop 220608 with GAPPS + extra apps
Screenshot 2 – AndEX 11 first Desktop after boot
Screenshot 3AndEX 11 – Running Google Play Store
Screenshot 4 – AndEX 11 – Running YouTube
Screenshot 5AndEX 11 – before changing to initrd-magisk.img
Screenshot 6 – AndEX 11 – after changing to initrd-magisk.img


DOWNLOAD AndEX 11 Build 220608 (and all AndEX 10 versions) for for 9 $

md5sum for AndEX 11 Build 220608 ISO
md5sum for AndEX 10 Build 200108 ISO
md5sum for AndEX 10 Build 200218 ISO
md5sum for AndEX 10 Build 200225 ISO
md5sum for AndEX 10 Build 200604 ISO
md5sum for AndEX 10 Build 201027 ISO
md5sum for AndEX 10 Build 210402 ISO

Android is a trademark of Google Inc.

Read about my Android-x86 Systems – 11, 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 11 (with GAPPS), AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Android 13, 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!
No Comments AndEXexton

AndEX (Android-x86_64) Pie 9.0 with GAPPS (Google Play Store etc.), Aurora Store, Spotify and Netflix – Build 210411 (with Netflix) and 200301 (without Netflix)

NEWS 210411 about AndEX Pie 9.0 with GAPPS
A new build of AndEX Pie is ready. It has GAPPS (Google Play Store etc), Aurora Store, Netflix, Spotify and many other apps pre-installed. I’ve replaced Pie Launcher with Launcher for Mac OS Style. The best launcher I’ve ever tried.

MORE NEWS 210411 about AndEX Pie 9.0
My first build of AndEX Pie is from 190912. In this new build I’ve upgraded all included apps and added Spotify. My upgraded build of Android x86_64 – andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso – can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 9.0 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX Pie. So does the Netflix and Spotify app. If you have a touchscreen you can also (for example) run CarX Drift Racing 2, Hunting Clash, Nova Empire and Bowling Crew Clash.

Upgrade from previous versions of AndEX Pie?
If you already have AndEX Pie Build 190912 or 200301 up and running there is no need to acquire the newest version from 210411. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install for example Google Maps, Google Earth, YouTube, Aurora Store, Spotify, Mint Browser and Google Play Games yourself if you want.

Screenshot – AndEX Pie Build 210411 – the Desktop with many (extra) nice apps installed.

Why this new AndEX Pie Build?
My first AndEX Pie build is from September 12, 2019. It is still very good and valid. Mainly because the Netflix app can run also in Build 190912. My AndEX Pie Build 200301 is rooted, which prevents Netflix from running. The Android Project released Android-x86 9.0-r1 200227 – The Android-x86 project is glad to announce the 9.0-r1 release to the public. This is the first stable release for Android-x86 9.0 (pie-x86). The 9.0-r1 release is based on the latest Android 9.0.0 Pie release (android-9.0.0_r53). The features include: support both 64-bit and 32-bit kernel and userspace with latest LTS kernel 4.19.105; support OpenGL ES 3.x hardware acceleration for Intel, AMD, NVIDIA and QEMU (virgl) by Mesa 19.3.4; support OpenGL ES 2.0 via SwiftShader for software rendering on unsupported GPU devices; support hardware accelerated codecs on devices with Intel HD and G45 graphics family; support secure booting from UEFI and installing to UEFI disk; a text-based GUI installer; add theme support to GRUB-EFI; support multi-touch, audio, WiFi, Bluetooth, sensors, camera and Ethernet (DHCP only); simulate WiFi adapter on devices with Ethernet only to increase app compatibility; auto-mount external USB drive and SD card. I tried Android Project’s ISO the same day (200227). To my surprise it didn’t run well (at least on my computers). The system wouldn’t run/start at all or the computer/system froze or crashed when I reached the Android Pie Desktop. I therefore decided to build my own new Android Pie system using the same sources as the Android Project. The result is AndEX Pie Build 200301. It works very well. I.e. no freezes or crashes. Note: The Android Project’s build from 200227 is also rooted. So even if you manage to start the system you can’t run the Netflix app.

PLEASE NOTE: Whats written about AndEX Pie Build 210411/190912 functions etc. is also valid for AndEX Pie Build 200301. The Netflix app doesn’t work though. It isn’t included in Build 200301 and it can’t be installed.

NEWS 210411 about AndEX Pie 9.0 with GAPPS
A new build of AndEX Pie is ready. It has GAPPS (Google Play Store etc), Aurora Store, Spotify, Netflix and many other apps pre-installed. My new build of Android x86_64 – andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX Pie in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX Pie. So does the Netflix and Spotify app. I’ve also included one extra app store – Aurora Store. Use it if you can’t find the app you’re looking for using Google Play Store.

Screenshot – AndEX Pie Build 210411 – the Desktop with many nice apps pre-installed.

MORE ABOUT AndEX Pie
My new compiled Android-x86_64 system (Pie 9.0) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can (of course) also run AndEX in VirtualBox and/or VMware. I can also mention that I could run my new Pie version without problems on a HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. Also on a HP All In One computer with a touchscreen. (My very best experience from running AndEX Pie and other AndEX systems). You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 20.04) installed. Read more about how to install AndEX Pie below.

Android Pie 9.0 was released 180806.

About the Bliss and the Android-x86 project – my sources for Build 210411

AndEX Pie is compiled by me with sources from BlissAn Open Source OS, based on Android, that incorporates many customization options and added security features. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Bliss’s instructions you can build your own Android-x86 system. You can also (of course) download Bliss’s “original” image.

Booting on an UEFI enabled computer
You will see this boot screen (when booting from a DVD or a USB stick).

Boot animation during start up
You shall see this boot animation when AndEX Pie is starting up. If not, something is very wrong.


Click on the ring if you want to see the animation,

Clash of Clans (not pre-installed) and Angry Birds (not pre-installed) and other popular games
Clash of Clans (a very popular epic strategy game) and Angry Birds (both not pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also (for example) run CarX Drift Racing 2, Hunting Clash, Nova Empire and Bowling Crew Clash. Watch a screenshot of the desktop when I have installed the just mentioned game apps.

Kernel
Kernel 4.19.50 is used in AndEX Pie Build 210411 (and 190912). Kernel 4.19.105-exton is used in AndEX Pie Build 200301.

HOW TO do a simple manual installation (FRUGAL) of AndEX Pie to hard drive
The system’s install function work very well in AndEX Pie Build 210411. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as bootloader. Follow these steps.
1. Download andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX Pie installed.
3. Create a special partition for AndEX Pie or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX-PIE-210411
5. Extract andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso to the root (/ANDEX-PIE-210411) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX-PIE-210411.
7. You will then have a folder called ANDEX-PIE-210411 with five important files – the folder data, initrd.img, ramdisk.img, system.sfs and kernel – see the picture below. The folder /ANDEX-PIE-210411/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX-PIE-210411 in the right place it is time to configure Grub so you will be able to boot up AndEX Pie – see the examples below.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX Pie Build 210411 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX Pie 210411 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX-PIE-210411/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX-PIE-210411
initrd /ANDEX-PIE-210411/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX-PIE-210411/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX-PIE-210411
Screenshot of the desktop when AndEX Pie Build 210411 is running on my HP Pavilion. I could also run AndEX Pie from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title AndEX Pie – 210411 (sda8)
root (hd0,7)

kernel /ANDEX-PIE-210411/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-PIE-210411
initrd /ANDEX-PIE-210411/initrd.img

Manual installation of AndEX Pie in VirtualBox and/or VMware
You can (of course) also do a manual (FRUGAL) installation – as described above – also in VirtualBox and/or VMware. After such an installation everything will work very good. Do it like this.
1. Install a Linux system on a virtual partition of at least 20 GB in for example VirtualBox. Use Grub2 as boot loader. In this example I use ExLight Build 180214.
2. Start up ExLight and download the ISO file andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso to / – i.e. to the root of your filesystem.
3. Extract the ISO file to a folder ANDEX-PIE-210411 (which you create yourself). Delete the ISO file.
4. Create the folder data in ANDEX-PIE-210411. Very important. Delete all files in ANDEX-PIE-210411 except the folder data, initrd.img, ramdisk.img, system.sfs and kernel.
5. Finally edit /boot/grub/grub.cfg as the example below shows. I.e. add these start lines to /boot/grub/grub.cfg:
menuentry ‘AndEX Pie (sda1/VirtualBox-FRUGAL)’ {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root=’hd0,msdos1′
linux /ANDEX-PIE-210411/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-PIE-210411
initrd /ANDEX-PIE-210411/initrd.img
}

NOTE: Doing a manual installation is not necessary as regards AndEX Pie Build 210411. The system’s install function works very well.

Language settings
You can (of course) run AndEX Pie in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX Pie. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying (or move your computer next to your router). Eventually you will get connected to Internet.

Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restart.

Using Netflix
Note: When running AndEX Pie Build 210411 live (i.e. from a DVD or USB stick or live in VirtualBox or VMware) it can happen that you get an error message when you try to start Netflix. Just try again (up to about five times) and/or wait a few minutes. Everything will be alright after that. When running AndEX Pie from hard drive Netflix starts immediately when you want (with perfect video and sound quality). Note also: Whatever you do don’t try to upgrade Netflix. No other version than the one pre-installed will work. So don’t upgrade even if Google Play Store or Aurora Store wants you to do it. NOTE: AndEX Pie Build 200301 is rooted, which prevents Netflix from running.

Using Spotify
Just install the Spotify app via Google Play Store, start the app and log in. Note: In AndEX Pie Build 210411 Spotify is pre-installed.

Running AndEX Pie in VirtualBox and/or VMware

You can run AndEX Pie Build 210411 (from the ISO file) very well live in VirtualBox and VMware. You can also install AndEX Pie Build 210411 to a virtual hard drive in VirtualBox and VMware. The install function works very well. You can also do a manual installation as describe above under Manual installation of AndEX Pie in VirtualBox and/or VMware. When starting up AndEX Pie in VirtualBox you will see this boot screen. When the boot process is ready you will see this desktop. After some configurations the desktop can look like this.

About YouTube
YouTube works very well when running YouTube in Firefox. The YouTube app is therefore not pre-installed. You can, however, install the app via Google Play Store (for example).

About Facebook
The Facebook app works very well in AndEX Pie. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX Pie Build 210411 many new apps and games can be installed via Google Play Store or Aurora Store. You can even install very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 Pie won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download this version of AndEX Pie you must be aware of that not all apps downloaded with Google Play Store can run in an Android-x86_64 system. You must also be aware of that some (many) games need a touchscreen. Clash of Clans, CarX Drift Racing 2, Hunting Clash, Nova Empire, Bowling Crew Clash and Angry Birds work very good in AndEX Pie even though most of them need a touchscreen.

NOTE3/WARNING3
Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though).

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as bootloader. Running AndEX Pie live: Use preferably Rufus 3.13 to create a bootable USB stick from the ISO file andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso. Or burn the ISO file to a DVD and run the system from it. While using/running Rufus 3.13 in Windows it will look like this.

Screenshots – Build 210411
Screenshot 1 – AndEX Pie Desktop 210411 with GAPPS
Screenshot 2 – AndEX Pie Desktop 2 210411 with GAPPS
Screenshot 3 – AndEX Pie – first screen after boot
Screenshot 4 – AndEX Pie – showing all pre-installed apps
Screenshot 5 – AndEX Pie – running Netflix
Screenshot 6 – AndEX Pie – running Spotify
Screenshot 7 – AndEX Pie – running Hunting Clash
Screenshot 8 – AndEX Pie – running CarX Drift Racing 2

DOWNLOAD andex-pie-x86_64-gapps-aurora-netflix-spotify-1580mb-210411.iso for 9 $

AndEX 10 Build 210402 is ready :: Read more…

md5sum for AndEX Pie Build 210411 ISO

Android is a trademark of Google Inc.

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!
No Comments AndEXextonEXTON Linux systems

Run Android 10 on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), Aurora Store, Mint Browser, Google Maps, Google Earth, Mac OS Style Launcher and Spotify :: Build 210402

NEWS 210402 – A new version of AndEX 10 is ready!
I’ve uploaded a new version of AndEX 10 – andex-10-x86_64-gapps-aurora-spotify-1150mb-210402.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store.

NEWS 220608 – AndEX 11 is ready!
Read more about my AndEX 11 (Android 11) build…
NOTE: When buying AndEX 10 you will also get AndEX 11 for the same price. I. e. $ 9 for all AndEX 10 versions and the AndEX 11 version.

Upgrade from previous versions of AndEX 10?

If you already have AndEX 10 version 201027, 200108, 200218, 200225 or 200604 up and running there is no need to acquire the newest version from 210402. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install for example Google Maps, Google Earth, YouTube, Gmail, Aurora Store, Spotify, Mint Browser and Google Play Games yourself (if you are running the AndEX 10 mini version of 200225).

NEWS 210402 about AndEX 10 with GAPPS
My sixth build of AndEX 10 is ready. It has GAPPS (Google Play Store etc), Google Maps, Google Earth, YouTube, Gmail, Aurora Store, Spotify, Mint Browser. Launcher for Mac OS Style and many other apps pre-installed. This build of Android x86_64 10 – andex-10-x86_64-gapps-aurora-spotify-1150mb-210402.iso – can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 10 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX 10. So does the YouTube and Spotify app. I’ve also included one extra app store – Aurora Store. Use it if you can’t find the app you’re looking for using Google Play Store.

MORE ABOUT AndEX 10
My new compiled Android-x86_64 system (10) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can also run AndEX 10 in VirtualBox and/or VMware. I can also mention that I could run my new 10 version on a HP All-in-One PC (with a touch screen), HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 20.04.2) installed. Read more about how to install AndEX 10 below.

Android 10 was released 190903.

About the Android-x86 project – my sources

AndEX 10 is compiled by me with sources from the Android-x86 Project. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Android-x86 Project’s instructions you can build your own Android-x86_64 system.

You will see this boot screen (when booting from a DVD or a USB stick).

When booting up AndEX 10 you shall see this boot animation.

Clash of Clans and Angry Birds (not pre-installed) and other popular games
Clash of Clans (a very popular epic strategy game) and Asphalt 9 (not pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also run some hunting, shooting and (other) racing games. 3D Chess Game is pre-installed. Unfortunately some very big games won’t run. They can be installed via Google Play, but they won’t run (at least not on my computers). One example of such big games is PUBG Mobile.

Kernel
Kernel 4.19.175-exton is used in AndEX 10 Build 210402.

HOW TO do a simple manual installation (FRUGAL) of AndEX 10 to hard drive
The system’s install function work very well in AndEX 10 Build 210402. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Follow these steps.
1. Download andex-10-x86_64-gapps-aurora-spotify-1150mb-210402.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX 10 installed.
3. Create a special partition for AndEX 10 or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX10-210402
5. Extract andex-10-x86_64-gapps-aurora-spotify-1150mb-210402.iso to the root (/ANDEX10-210402) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX10-210402.
7. You will then have a folder called ANDEX10-210402 with four important files – the folder data, initrd.img, system.sfs and kernel – see the picture below. The folder /ANDEX10-210402/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX10-210402 in the right place it is time to configure Grub so you will be able to boot up AndEX 10 – see the examples below.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX 10 Build 210402 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX 10 210402 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX10-210402/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX10-210402
initrd /ANDEX10-210402/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX10-210402/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX10-210402
I could also run AndEX 10 from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

NOTE 4 (Very important): On some computers you may have to skip adding DPI and UVESA_MODE to be able to connect to Google Play Store. Otherwise you will get an error message saying There was a problem communicating with google servers. Once you have logged in to Google Play Store and/or Gmail you can change your Grub configuration. I.e. add for example DPI=160 and UVESA_MODE=1366×768 (if you need to).

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title AndEX 10 – 210402 (sda8)
root (hd0,7)

kernel /ANDEX10-210402/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX10-210402
initrd /ANDEX10-210402/initrd.img

NOTE: Doing a manual installation is not necessary. The system’s install function works very well. On the other hand I wouldn’t mess with my UEFI partition if I have other Linux systems and Windows installed and everything works alright. Anyway for testing purposes I did a normal installation of AndEX 10 Build 200108. I.e. I let the installation program reinstall Grub. After a reboot I saw this Grub menu.

I could still start my other Linux systems and Windows, but nevertheless I wanted my old/normal boot menu back. To achieve that I booted up the Linux system (Ubuntu 19.10) where I had Grub installed in the first place. Then I ran the command sudo boot-repair. After that I got my old/normal Grub boot menu back. It looked like this.

Watch a movie showing the “normal” install process (in VirtualBox)…

Language settings
You can (of course) run AndEX 10 in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX 10. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying. Eventually you will get connected to Internet. Or move yourself (and the computer) next to your router. You will be connected immediately – screenshot. NOTE: In VirtualBox you must also turn WiFi on even if you don’t have a WiFi card. Then connect to Virtual WiFi (VirtWifi) – screenshot.

Running AndEX 10 live from a USB stick
When running AndEX 10 from a USB stick you can install new apps or download new wallpapers or… Nothing will be left after a reboot (of course). When installing to a USB stick using Rufus it will look like this.



Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restart. Or use the app Simple Rebootscreenshot.

Using Spotify
Just start the Spotify app and log in. You must be a premium subscriber to be able to use the app.

Cloud connections
From AndEX 10 you can connect to your account at Dropbox, Google Drive, OneDrive, Box and Yandex. Watch this screenshot.

Samba connections
From AndEX 10 running File Manager+ you can connect to your shared folders on Windows computers in your Network. Watch this screenshot and this one.

Running AndEX 10 in VirtualBox and/or VMware

You can run AndEX 10 Build 210402 (from the ISO file) live in VirtualBox and VMware. You can also install AndEX 10 to a virtual hard drive in VirtualBox and VMware. The install function works very well. The desktop will look like this.

It is not possible to setup a wallpaper when running AndEX 10 Build 210402 in VirtualBox/VMware. NOTE: AndEX 10 Build 200604 works very well in VirtualBox. I.e. you can use the nice launcher 3D Live Launcher and you can change wallpaper. Watch this screenshot. As regards AndEX 10 Build 200604 you can also change the screen resolution by editing grub/menu.lst. Then you have to start up VirtualBox from a ISO file (Ubuntu or…) and mount the partition where you have AndEX installed. Run the commands sudo mkdir /dev/sda1 and sudo mount /dev/sda1 /mnt/sda1. Then open up a file manager with (for example) sudo pcmanfm and go to /mnt/sda1/grub. Edit menu.lst as this screenshot shows. I.e. you shall add UVESA_MODE=1366×768 to the kernel line. You can try with other resolutions, but not all will work.

About YouTube
The YouTube app works very well – screenshot. You can also run YouTube in Google Chrome – screenshot. Or in the Mint Browser. The video performance is excellent.

About Facebook
The Facebook app works very well in AndEX 10. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX 10 many new apps and games can be installed via Google Play Store and Aurora Store. You can even install some very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 10 won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download AndEX 10 you must be aware of that not all apps downloaded via Google Play Store or Aurora Store can run in an Android-x86_64 system. Some very big (around 1GB) games for example won’t run. You must also be aware of that some (many) games need a touchscreen. Clash of Clans (not pre-installed) and Asphalt 9 (not pre-installed) work very well though.

NOTE3/WARNING3
1. Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though). You can, however, use the installed File Manager to connect to other computers in your Home network – screenshot1 and screenshot2. You can also connect to Google Drive and OneDrivescreenshot.
2. You can’t run Netflix. The Netflix app works in my AndEX 9 Pie Build 190912, AndEX Oreo Build 181028 and AndEX Marshmallow Build 170923 though. AndEX 10 is rooted, which prevents Netflix from running.
3. AndEX 10 Build 210402 can run live (from the ISO file) with very good video and sound quality. AndEX 10 Build 210402 can also run live and be installed in VirtualBox/VMware, but unfortunately the video performance (in YouTube) is bad. NOTE: Not as regards AndEX 10 Build 200604 though. As you can see from this screenshot you can even set a wallpaper when running AndEX 10 Build 200604 in VirtualBox.

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Running AndEX 10 live: Use preferably Rufus 3.13 (see above) to create a bootable USB stick from the different ISO files. Or burn the ISO file to a DVD and run the system from it.

NEWS 220608 – AndEX 11 is ready!
Read more about my AndEX 11 (Android 11) build…
NOTE: When buying AndEX 10 you will also get AndEX 11 for the same price. I. e. $ 9 for all AndEX 10 versions and the AndEX 11 version.

Screenshots
Screenshot 1 – AndEX 10 Desktop 210402 with GAPPS + extra apps
Screenshot 2 – AndEX 10 first Desktop after boot
Screenshot 3 – AndEX 10 showing some pre-installed apps
Screenshot 4 – AndEX 10 – Desktop after boot in VirtualBox
Screenshot 5AndEX 10 – Running Google Play Store
Screenshot 6 – AndEX 10 – Running Aurora Store
Screenshot 7 – AndEX 10 – AIDA64 running


DOWNLOAD AndEX 11, AndEX 10 Build 210402 (and all other AndEX 10 versions) for for 9 $

md5sum for AndEX 10 Build 200108 ISO
md5sum for AndEX 10 Build 200218 ISO
md5sum for AndEX 10 Build 200225 ISO
md5sum for AndEX 10 Build 200604 ISO
md5sum for AndEX 10 Build 201027 ISO
md5sum for AndEX 10 Build 210402 ISO

Android is a trademark of Google Inc.

Read about my Android-x86 Systems – 11, 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 11 (with GAPPS),  AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!
14 Comments AndEXAndroidextonEXTON Linux systems

Run Android 10 on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), F-Droid, Brave Browser, VLC, Computer Launcher 2 and Spotify :: Build 201027

NEWS 201027 – A new version of AndEX 10 is ready!
I’ve uploaded a new upgraded version of AndEX 10 – android_x86_64-10-exton-gapps-aptoide-fdroid-spotify-1330mb-201027.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The ISO file is of only 1330 MB! Makes it easier to run AndEX on computers with low RAM. The very nice launcher Computer Launcher 2 is used in this AndEX version. Make it your standard Launcher. (Surprise your friends with new look style windows 11 of your Android). Version 201027 of AndEX 10 is a totally new build with a new kernel – 4.19.122-exton-android-x86_64. I’ve noticed that the WiFi connection works better with this new kernel. I.e. the connection is more stable – see below.

Upgrade from previous versions of AndEX 10?
If you already have AndEX 10 version 200108, 200218, 200225 or 200604 up and running there is no need to acquire the newest version from 201027. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install for example YouTube, Brave, the Spotify app and Google Play Games yourself (if you are running the AndEX 10 mini version of 200225).

NEWS 201027 about AndEX 10 with GAPPS
My fifth build of AndEX 10 is ready. It has GAPPS (Google Play Store etc), Aptoide App Manager, F-Droid, Spotify, Google Maps, YouTube, Gmail, VLC, Brave Private Browser, Computer Launcher 2 and many other apps pre-installed. My new build of Android x86_64 10 – android_x86_64-10-exton-gapps-aptoide-fdroid-spotify-1330mb-201027.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 10 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX 10. So does the YouTube and Spotify app. I’ve also included two extra app stores – Aptoide App Manager and F-Droid. Use them if you can’t find the app you’re looking for using Google Play Store.

MORE ABOUT AndEX 10
My new compiled Android-x86_64 system (10) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can also run AndEX 10 in VirtualBox and/or VMware. Unfortunately with somewhat bad performance. I.e. the system is a bit slow and it might restart. I can also mention that I could run my AndEX 10 on a HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 20.04) installed. Read more about how to install AndEX 10 below.

Android 10 was released 190903.

About the Android-x86 project – my sources

AndEX 10 is compiled by me with sources from the Android-x86 Project. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Android-x86 Project’s instructions you can build your own Android-x86_64 system.

You will see this boot screen (when booting from a DVD or a USB stick).

(AndEX 10 was compiled 201025).

When booting up AndEX 10 you shall see this boot animation.

Clash of Clans and Angry Birds (not pre-installed) and other popular games
Clash of Clans (a very popular epic strategy game) and Angry Birds (not pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also run some hunting, shooting and racing games. 3D Chess Game is pre-installed. Unfortunately some very big games won’t run. They can be installed via Google Play, but the won’t run (at least on my computers). One example of such big games is PUBG Mobile.

Kernel
Kernel 4.19.122-exton is used in AndEX 10 Build 201027.

HOW TO do a simple manual installation (FRUGAL) of AndEX 10 to hard drive
The system’s install function work very well in AndEX 10 Build 201027. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Follow these steps.
1. Download android_x86_64-10-exton-gapps-aptoide-fdroid-spotify-1330mb-201027.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX 10 installed.
3. Create a special partition for AndEX 10 or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX-10-201027
5. Extract android_x86_64-10-exton-gapps-aptoide-fdroid-spotify-1330mb-201027.iso to the root (/ANDEX-10-201027) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX-10-201027.
7. You will then have a folder called ANDEX-10-201027 with four important files – the folder data, initrd.img, system.sfs and kernel – see the picture below. The folder /ANDEX-10-201027/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX-10-201027 in the right place it is time to configure Grub so you will be able to boot up AndEX 10 – see the examples below.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX 10 Build 200108 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX 10 201027 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX-10-201027/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX-10-201027
initrd /ANDEX-10-201027/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX-10-200108/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX-10-201027
I could also run AndEX 10 from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

NOTE 4 (Very important): On some computers you may have to skip adding DPI and UVESA_MODE to be able to connect to Google Play Store. Otherwise you will get an error message saying There was a problem communicating with google servers. Once you have logged in to Google Play Store and/or Gmail you can change your Grub configuration. I.e. add for example DPI=160 and UVESA_MODE=1366×768 (if you need to).

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title AndEX 10 – 201027 (sda8)
root (hd0,7)

kernel /ANDEX-10-201027/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-10-201027
initrd /ANDEX-10-201027/initrd.img

NOTE: Doing a manual installation is not necessary. The system’s install function works very well. On the other hand I wouldn’t mess with my UEFI partition if I have other Linux systems and Windows installed and everything works alright. Anyway for testing purposes I did a normal installation of AndEX 10 Build 200108. I.e. I let the installation program reinstall Grub. After a reboot I saw this Grub menu.

I could still start my other Linux systems and Windows, but nevertheless I wanted my old/normal boot menu back. To achieve that I booted up the Linux system (Ubuntu 19.10) where I had Grub installed in the first place. Then I ran the command sudo boot-repair. After that I got my old/normal Grub boot menu back. It looked like this.

Watch a movie showing the “normal” install process (in VirtualBox)…

Language settings
You can (of course) run AndEX 10 in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX 10. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying. Eventually you will get connected to Internet. Or move yourself (and the computer) next to your router. You will be connected immediately – screenshot. NOTE: In VirtualBox you must also turn WiFi on even if you don’t have a WiFi card. Then connect to Virtual WiFi (VirtWifi) – screenshot.

Running AndEX 10 live from a USB stick
When running AndEX 10 from a USB stick you can install new apps or download new wallpapers or… Nothing will be left after a reboot (of course). When installing to a USB stick using Rufus it will look like this.



Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restart. Or use the app Simple Rebootscreenshot.

Using Spotify
Just start the Spotify app and log in. You must be a premium subscriber to be able to use the app.

Cloud connections
From AndEX 10 you can connect to your account at Dropbox, Google Drive, OneDrive, Box and Yandex. Watch this screenshot.

Samba connections
From AndEX 19 running File Manager+ you can connect to your shared folders on Windows computers in your Network. Watch this screenshot and this one.

Running AndEX 10 in VirtualBox and/or VMware

You can run AndEX 10 Build 201027 (from the ISO file) live in VirtualBox and VMware. You can also install AndEX 10 to a virtual hard drive in VirtualBox and VMware. The install function works very well. The desktop will look like this.

It is not possible to setup a wallpaper when running AndEX 10 Build 201027 in VirtualBox/VMware. NOTE: AndEX 10 Build 200604 works very well in VirtualBox. I.e. you can use the nice launcher 3D Live Launcher and you can change wallpaper. Watch this screenshot. As regards AndEX 10 Build 200604 you can also change the screen resolution by editing grub/menu.lst. Then you have to start up VirtualBox from a ISO file (Ubuntu or…) and mount the partition where you have AndEX installed. Run the commands sudo mkdir /dev/sda1 and sudo mount /dev/sda1 /mnt/sda1. Then open up a file manager with (for example) sudo pcmanfm and go to /mnt/sda1/grub. Edit menu.lst as this screenshot shows. I.e. you shall add UVESA_MODE=1366×768 to the kernel line. You can try with other resolutions, but not all will work.

About YouTube
The YouTube app works very well – screenshot. You can also run YouTube in Google Chrome – screenshot. Or in the Mint Browser. The video performance is excellent.

About Facebook
The Facebook app works very well in AndEX 10. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX 10 many new apps and games can be installed via Google Play Store, Aptoide App Manager or F-Droid. You can even install some very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 10 won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download AndEX 10 you must be aware of that not all apps downloaded via Google Play Store, Aptoide App Manager or F-Droid can run in an Android-x86_64 system. Some very big (around 1GB) games for example won’t run. You must also be aware of that some (many) games need a touchscreen. Clash of Clans (not pre-installed) and Angry Birds (not pre-installed) work very well though.

NOTE3/WARNING3
1. Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though). You can, however, use the installed File Manager to connect to other computers in your Home network – screenshot1 and screenshot2. You can also connect to Google Drive and OneDrivescreenshot.
2. You can’t run Netflix. The Netflix app works in my AndEX 9 Pie Build 190912, AndEX Oreo Build 181028 and AndEX Marshmallow Build 170923 though. AndEX 10 is rooted, which prevents Netflix from running.
3. AndEX 10 Build 201027 can run live (from the ISO file) with very good video and sound quality. AndEX 10 Build 201027 can also run live and be installed in VirtualBox/VMware, but unfortunately the video performance is really bad. NOTE: Not as regards AndEX 10 Build 200604 though. As you can see from this screenshot you can even set a wallpaper when running AndEX 10 Build 200604 in VirtualBox.

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Running AndEX 10 live: Use preferably Rufus 3.12 (see above) to create a bootable USB stick from the different ISO files. Or burn the ISO file to a DVD and run the system from it.

Screenshots
Screenshot 1 – AndEX 10 Desktop 201027 with GAPPS
Screenshot 2 – AndEX 10 201027 running Google Play Store
Screenshot 3 – AndEX 10 201027 Desktop with another wallpaper
Screenshot 4 – AndEX 10 201027 – shows how to access files from a PC in your Network
Screenshot 5 – AndEX 10 Build 201027 running AIDA64
Screenshot 6 – AndEX 10 Build 201027 running VLC with very good video quality
Screenshot 7 – AndEX 10 running Aptoide App Manager
Screenshot 8 – AndEX 10 running F-Droid
Screenshot 9 – AndEX 10 running the YouTube
Screenshot 10 – AndEX 10 running Angry Birds
Screenshot 11 – AndEX 10 running Drag Racing
Screenshot 12 – AndEX 10 running 3D Chess
Screenshot 13 – AndEX 10 Fishing Clash
Screenshot 14 – AndEX 10 running CSR Racing 2

DOWNLOAD five different versions of AndEX 10. All for for 9 $

Or use this download link especially for AndEX 10 Build 201027…

md5sum for AndEX 10 Build 200108 ISO
md5sum for AndEX 10 Build 200218 ISO
md5sum for AndEX 10 Build 200225 ISO
md5sum for AndEX 10 Build 200604 ISO
md5sum for AndEX 10 Build 201027 ISO

Android is a trademark of Google Inc.

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!
No Comments AndEXAndroidextonEXTON Linux systems

Run Android 10 on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), F-Droid, Brave Browser and Spotify :: Build 200604, 200225, 200218 and 200108

NEWS 200604 – A new version of AndEX 10 is ready!
I’ve uploaded a new upgraded version of AndEX 10 andex-10-x86_64-gapps-BIG-1080mb-200604.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The ISO file is of only 1080 MB! Makes it easier to run AndEX on computers with low RAM. I have replaced the Brave Browser with Mint Browser, which also is an excellent Web Browser in many ways. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher. Version 200604 of AndEX 10 is a totally new build with a new kernel – 4.19.122-exton-android-x86_64. I’ve noticed that the WiFi connection works better with this new kernel. I.e. the connection is more stable. This build works very well also in VirtualBox and VMware. You can even use the very nice launcher 3D Live Launcher and also change wallpapers to your liking – screenshot.

Fourth Build of AndEX 10
This is my fourth build of AndEX 10. When downloading Build 200604 you will also get the other three previous versions. They are all somewhat special.

MORE ABOUT AndEX 10 Build 200604
My new compiled Android-x86_64 system (10) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can also run AndEX 10 in VirtualBox and/or VMware. I can also mention that I could run my new 10 version on a HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 20.04) installed.

Android 10 was released 190903.

SCREENSHOTS
Screenshot 1 – AndEX 10 Desktop 200604 with GAPPS and many other apps pre-installed
Screenshot 2 – AndEX 10 Build 200604 running Google Play Store
Screenshot 3 – AndEX 10 Build 200604 Desktop after first boot
Screenshot 4 – AndEX 10  Build 200604 running AIDA64
Screenshot 5 – AndEX 10 Build 200604 running in VirtualBox

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

1 Comment AndEXAndroidextonEXTON Linux systems

Run Android Pie on your PC :: AndEX Pie (Android-x86_64) with GAPPS (Google Play Store etc.), Spotify, Clash of Clans, Angry Birds, Brave Browser and Root Explorer :: Build 200301

NEWS 200301 about AndEX Pie 9.0 with GAPPS
A new build of AndEX Pie is ready. It has GAPPS (Google Play Store etc), Aptoide App Manager, Clash of Clans, Angry Birds, Root Explorer, Brave Browser, Spotify and many other apps pre-installed. My new build of Android x86_64 – andex-pie-x86_64-gapps-1360mb-200301.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX Pie in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX Pie. I’ve also included one extra app store – Aptoide App Manager. Use Aptoide if you can’t find the app you’re looking for using Google Play Store. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher.

Why this new AndEX Pie Build?
My first AndEX Pie build is from September 12, 2019. It is still very good and valid. Mainly because the Netflix app can run in Build 190912. My new Build 200301 is rooted, which prevents Netflix from running. The Android Project released Android-x86 9.0-r1 200227 – The Android-x86 project is glad to announce the 9.0-r1 release to the public. This is the first stable release for Android-x86 9.0 (pie-x86). The 9.0-r1 release is based on the latest Android 9.0.0 Pie release (android-9.0.0_r53). The features include: support both 64-bit and 32-bit kernel and userspace with latest LTS kernel 4.19.105; support OpenGL ES 3.x hardware acceleration for Intel, AMD, NVIDIA and QEMU (virgl) by Mesa 19.3.4; support OpenGL ES 2.0 via SwiftShader for software rendering on unsupported GPU devices; support hardware accelerated codecs on devices with Intel HD and G45 graphics family; support secure booting from UEFI and installing to UEFI disk; a text-based GUI installer; add theme support to GRUB-EFI; support multi-touch, audio, WiFi, Bluetooth, sensors, camera and Ethernet (DHCP only); simulate WiFi adapter on devices with Ethernet only to increase app compatibility; auto-mount external USB drive and SD card. I tried Android Project’s ISO the same day (200227). To my surprise it didn’t run well (at least on my computers). The system wouldn’t run/start at all or the computer/system froze or crashed when I reached the Android Pie Desktop. I therefore decided to build my own new Android Pie system using the same sources as the Android Project. The result is AndEX Pie Build 200301. It works very well. I.e. no freezes or crashes. Note: The Android Project’s build from 200227 is also rooted. So even if you manage to start the system you can’t run the Netflix app.

Kernel
Kernel 4.19.105-exton is used in AndEX Pie Build 200301.

Clash of Clans (pre-installed) and Angry Birds (pre-installed) and other popular games
Clash of Clans (a very popular epic strategy game) and Angry Birds (both pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also (for example) run Wild Hunt, Flight Pilot, CSR Racing 2, Bowmasters and Shooting King. Watch a screenshot of the desktop when I have installed the just mentioned game apps (in AndEX Nougat).

About YouTube

YouTube works very well when running YouTube in Brave Browser. The YouTube app is therefore not pre-installed. You can, however, install the app via Google Play Store (for example).

About Facebook
The Facebook app works very well in AndEX Pie. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX Pie Build 200301 and 190912 many new apps and games can be installed via Google Play Store, Aurora Store or F-Droid. You can even install very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

SCREENSHOTS
1. The AndEX Pie Desktop with 3D Live Launcher (pre-installed)
2. The standard AndEX Pie Desktop with 3D Live Launcher’s wallpaper. (You can of course change it)
3. Showing how to make a WiFi connection in VirtualBox
4. Using another launcher
5. Using yet another launcher. (Find the one you like on Google Play Store)

READ MORE ABOUT AndEX Pie Build 200301 and Build 190912…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!
1 Comment AndEXAndroidextonEXTON Linux systems

Run Android 10 “Mini version” on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), Mint Browser and Root Explorer :: Build 200225

NEWS 200225 – A new mini version of AndEX 10 is ready!
I’ve uploaded a new upgraded version of AndEX 10 – andex-10-x86_64-mini-gapps-892mb-200225.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The ISO file is of only 892 MB! Makes it easier to run AndEX on computers with low RAM. I have replaced the Brave Browser with Mint Browser, which also is an excellent Web Browser in many ways. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher.

Upgrade from version 200108 to 200218 or to version 200225?
If you already have AndEX version 200108 or 200218 up and running there is no need to acquire the new version. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install for example YouTube, Brave, the Spotify app and Google Play Games yourself (if you are running the AndEX 10 mini version of 200225).

Running AndEX 10 live from a USB stick
When running AndEX 10 from a USB stick you can’t normally install new apps or download anything. For example new wallpapers. That’s because you have no storage space. If you, however, use Rufus 3.8 when installing AndEX to the USB stick you can create a Persistent partition of 2GB on the stick. When running Rufus it will look like this.

When running AndEX 10 from the USB stick you can open up a File Manager. You will notice that you have a persistent space of 2GB – screenshot. You will now be able to install new apps and download things. Unfortunately nothing will be left if/when you reboot your computer.

READ MORE or download the ISO directly…

No Comments AndEXAndroidextonEXTON Linux systems

Run Android 10 on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), F-Droid, Brave Browser and Spotify :: Build 200218

NEWS 200218 – A new version of AndEX 10
I’ve uploaded a new upgraded version of AndEX 10 – andex-10-x86_64-gapps-fdroid-spotify-1180mb-200218.iso. I.e. all included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The main reason for this new version is that I discovered that Google Chrome couldn’t run anymore. I have therefore replaced Google Chrome with Brave, which is an excellent Web Browser in many ways. At the same time I discovered a new very nice launcher – 3D Live Launcher. So it is of course included in AndEX Build 200218. Make it your standard Launcher. I’ve also added the app Google Play Games. Makes it easier to run games in AndEX.

Upgrade from version 200108 to 200218?
If you already have AndEX version 200108 up and running there is no need to acquire the new version. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install Brave, the 3D Live Launcher and Google Play Games yourself.

READ MORE or download the ISO directly…

No Comments AndEXAndroidextonEXTON Linux systems

Run Android 10 on your PC :: AndEX 10 (Android-x86_64) with GAPPS (Google Play Store etc.), F-Droid, Brave Browser and Spotify :: Build 201027, 200604, 200225, 200218 and 200108

NEWS 200604 – A new version of AndEX 10 is ready!
I’ve uploaded a new upgraded version of AndEX 10 – andex-10-x86_64-gapps-BIG-1080mb-200604.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The ISO file is of only 1080 MB! Makes it easier to run AndEX on computers with low RAM. I have replaced the Brave Browser with Mint Browser, which also is an excellent Web Browser in many ways. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher. Version 200604 of AndEX 10 is a totally new build with a new kernel – 4.19.122-exton-android-x86_64. I’ve noticed that the WiFi connection works better with this new kernel. I.e. the connection is more stable – see below. This build works very well also in VirtualBox and VMware. You can even use the very nice launcher 3D Live Launcher and also change wallpapers to your liking – screenshot.

NEWS 200225 – A new mini version of AndEX 10 is ready!
I’ve uploaded a new upgraded version of AndEX 10 – andex-10-x86_64-mini-gapps-892mb-200225.iso. All included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The ISO file is of only 892 MB! Makes it easier to run AndEX on computers with low RAM. I have replaced the Brave Browser with Mint Browser, which also is an excellent Web Browser in many ways. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher.

NEWS 200218 – A new version of AndEX 10
I’ve uploaded a new upgraded version of AndEX 10 – andex-10-x86_64-gapps-fdroid-spotify-1180mb-200218.iso. I.e. all included apps have been updated to the latest version. Also Google Play Services and Google Play Store. The main reason for this new version is that I discovered that Google Chrome couldn’t run anymore. I have therefore replaced Google Chrome with Brave, which is an excellent Web Browser in many ways. At the same time I discovered a new very nice launcher – 3D Live Launcher. So it is of course included in AndEX Build 200218. Make it your standard Launcher. I’ve also added the app Google Play Games. Makes it easier to run games in AndEX.

Upgrade from version 200108, 200218 or 200225 to version 200604?
If you already have AndEX version 200108, 200218 or 200225 up and running there is no need to acquire the newest version from 200604. Just upgrade all apps to the latest version of today and you’re done! Use Google Play Store for that. You can of course also install for example YouTube, Brave, the Spotify app and Google Play Games yourself (if you are running the AndEX 10 mini version of 200225).

NEWS 200108 about AndEX 10 with GAPPS
My first build of AndEX 10 is ready. It has GAPPS (Google Play Store etc), Aptoide App Manager, F-Droid, SpotifyAngry Birds and many other apps pre-installed. My new build of Android x86_64 10 – andex-10-x86_64-gapps-fdroid-aptoide-chrome-1240mb-200108.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 10 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX 10. So does the YouTube and Spotify app. I’ve also included two extra app stores – Aptoide App Manager and F-Droid. Use them if you can’t find the app you’re looking for using Google Play Store.

Screenshot – AndEX 10 Build 200218 – the Desktop with many nice apps installed. The apps Facebook, Opera, Fishing Clash, Clash of Clans and CSR Racing 2 are not preinstalled, but they run very well in this AndEX build. Just go to Google Play and install them! (Once you have installed AndEX 10 to hard drive).

MORE ABOUT AndEX 10
My new compiled Android-x86_64 system (10) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can also run AndEX 10 in VirtualBox and/or VMware. Unfortunately with bad video performance and distorted colors – screenshot. Not as regards Build 200604 – screenshot. I can also mention that I could run my AndEX 10 on a HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30. Also with bad video performance and distorted colors. But not as regards Build 200604. You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 20.04) installed. Read more about how to install AndEX 10 below.

Android 10 was released 190903.

About the Android-x86 project – my sources

AndEX 10 is compiled by me with sources from the Android-x86 Project. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Android-x86 Project’s instructions you can build your own Android-x86_64 system.

You will see this boot screen (when booting from a DVD or a USB stick).

Clash of Clans (not pre-installed) and Angry Birds and other popular games
Clash of Clans (a very popular epic strategy game) and Angry Birds (pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also run some hunting, shooting and racing games. Drag Racing and 3D Chess Game are also pre-installed. Unfortunately some very big games won’t run. They can be installed via Google Play, but the won’t run (at least on my computers). One example of such big games is PUBG Mobile.

Kernel
Kernel 4.19.80-exton is used in AndEX 10 Build 200218 and 200108. Kernel 4.19.95-exton is used in AndEX 10 Build 200225. Kernel 4.19.122-exton is used in AndEX 10 Build 200604.

HOW TO do a simple manual installation (FRUGAL) of AndEX 10 to hard drive
The system’s install function work very well in AndEX 10 Build 200108. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Follow these steps.
1. Download andex-10-x86_64-gapps-fdroid-aptoide-chrome-1240mb-200108.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX 10 installed.
3. Create a special partition for AndEX 10 or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX-10-200108
5. Extract andex-10-x86_64-gapps-fdroid-aptoide-chrome-1240mb-200108.iso to the root (/ANDEX-10-200108) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX-10-200108.
7. You will then have a folder called ANDEX-10-200108 with four important files – the folder data, initrd.img, system.sfs and kernel – see the picture below. The folder /ANDEX-10-200108/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX-10-200108 in the right place it is time to configure Grub so you will be able to boot up AndEX 10 – see the examples below.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX 10 Build 200108 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX 10 200108 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX-10-200108/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX-10-200108
initrd /ANDEX-10-200108/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX-10-200108/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX-10-200108
I could also run AndEX 10 from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

NOTE 4 (Very important): On some computers you may have to skip adding DPI and UVESA_MODE to be able to connect to Google Play Store. Otherwise you will get an error message saying There was a problem communicating with google servers. Once you have logged in to Google Play Store and/or Gmail you can change your Grub configuration. I.e. add for example DPI=160 and UVESA_MODE=1366×768 (if you need to).

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title AndEX 10 – 200108 (sda8)
root (hd0,7)

kernel /ANDEX-10-200108/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-10-200108
initrd /ANDEX-10-200108/initrd.img

NOTE: Doing a manual installation is not necessary as regards AndEX 10 Build 200108/200218/200225/200604. The system’s install function works very well. On the other hand I wouldn’t mess with my UEFI partition if I have other Linux systems and Windows installed and everything works alright. Anyway for testing purposes I did a normal installation of AndEX 10 Build 200108. I.e. I let the installation program reinstall Grub. After a reboot I saw this Grub menu.

I could still start my other Linux systems and Windows, but nevertheless I wanted my old/normal boot menu back. To achieve that I booted up the Linux system (Ubuntu 19.10) where I had Grub installed in the first place. Then I ran the command sudo boot-repair. After that I got my old/normal Grub boot menu back. It looks like this.

Language settings
You can (of course) run AndEX 10 in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX 10. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying. Eventually you will get connected to Internet. Or move yourself (and the computer) next to your router. You will be connected immediately – screenshot. Note: In VirtualBox you must also turn WiFi on even if you don’t have a WiFi card. Then connect to Virtual WiFi (VirtWifi) – screenshot.

Running AndEX 10 live from a USB stick
When running AndEX 10 from a USB stick you can’t normally install new apps or download anything. For example new wallpapers. That’s because you have no storage space. If you, however, use Rufus 3.8 when installing AndEX to the USB stick you can create a Persistent partition of 2GB on the stick. When running Rufus it will look like this.

When running AndEX 10 from the USB stick you can open up a File Manager. You will notice that you have a persistent space of 2GB – screenshot. You will now be able to install new apps and download things. Unfortunately nothing will be left if/when you reboot your computer.

Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restart. Or use the app Simple Rebootscreenshot.

Using Spotify
Just start the Spotify app and log in. You must be a premium subscriber to be able to use the app.

Running AndEX 10 in VirtualBox and/or VMware

You can run AndEX 10 Build 200108 (from the ISO file) live in VirtualBox and VMware. You can also install AndEX 10 to a virtual hard drive in VirtualBox and VMware. The install function works very well. After some configurations the desktop can look like this.

As you can see the colors are distorted. It is also not possible to setup a wallpaper when running AndEX 10 Build 200108 in VirtualBox/VMware. NOTE: AndEX 10 Build 200604 works very well in VirtualBox. I.e. you can use the nice launcher 3D Live Launcher and you can change wallpaper. Watch this screenshot. As regards AndEX 10 Build 200604 you can also change the screen resolution by editing grub/menu.lst. Then you have to start up VirtualBox from a ISO file (Ubuntu or…) and mount the partition where you have AndEX installed. Run the commands sudo mkdir /dev/sda1 and sudo mount /dev/sda1 /mnt/sda1. Then open up a file manager with (for example) sudo pcmanfm and go to /mnt/sda1/grub. Edit menu.lst as this screenshot shows. I.e. you shall add UVESA_MODE=1366×768 to the kernel line. You can try with other resolutions, but not all will work.

About YouTube
The YouTube app works very well – screenshot. You can also run YouTube in Google Chrome – screenshot. Or in the Mint Browser. The video performance is excellent.

About Facebook
The Facebook app works very well in AndEX 10. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX 10 many new apps and games can be installed via Google Play Store, Aptoide App Manager or F-Droid. You can even install some very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 10 won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download AndEX 10 you must be aware of that not all apps downloaded via Google Play Store, Aptoide App Manager or F-Droid can run in an Android-x86_64 system. Some very big (around 1GB) games for example won’t run. You must also be aware of that some (many) games need a touchscreen. Clash of Clans (not pre-installed) and Angry Birds (pre-installed) work very well though.

NOTE3/WARNING3
1. Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though). You can, however, use the installed File Manager to connect to other computers in your Home network – screenshot. You can also connect to Google Drive and OneDrivescreenshot.
2. You can’t run Netflix. The Netflix app works in my AndEX 9 Pie Build 190912 though. AndEX 10 is rooted, which prevents Netflix from running.
3. AndEX 10 can run live (from the ISO file) and be installed in VirtualBox/VMware, but unfortunately the screen colors are distorted – see above. NOTE: Not as regards Build 200604 as you can see from this screenshot.

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. Running AndEX 10 live: Use preferably Rufus 3.10 (see above) to create a bootable USB stick from the different ISO files. Or burn the ISO file to a DVD and run the system from it.

Screenshots
Screenshot 1 – AndEX 10 Desktop 200604 with GAPPS and many other apps pre-installed
Screenshot 2 – AndEX 10 Build 200604 running Google Play Store
Screenshot 3 – AndEX 10 Build 200604 Desktop after first boot
Screenshot 4 – AndEX 10  Build 200604 running AIDA64
Screenshot 5 – AndEX 10 Build 200604 running in VirtualBox
Screenshot 6 – AndEX 10 Desktop 200218 with GAPPS and the 3D Launcher

Screenshot 7 – AndEX 10 Desktop 200108 with GAPPS
Screenshot 8 – AndEX 10 running Google Play Store
Screenshot 9 – AndEX 10 running Aptoide App Manager
Screenshot 10 – AndEX 10 running F-Droid
Screenshot 11 – AndEX 10 running the YouTube
Screenshot 12 – AndEX 10 showing all apps
Screenshot 13 – AndEX 10 running Angry Birds
Screenshot 14 – AndEX 10 running Drag Racing
Screenshot 15 – AndEX 10 running 3D Chess
Screenshot 16 – AndEX 10 Fishing Clash
Screenshot 17 – AndEX 10 running CSR Racing 2
Screenshot 18 – AndEX 10 Desktop 200225


DOWNLOAD andex-10-x86_64-gapps-BIG-1080mb-200604.iso, andex-10-x86_64-gapps-fdroid-spotify-1180mb-200218.iso, andex-10-x86_64-gapps-fdroid-aptoide-chrome-1240mb-200108.iso and andex-10-x86_64-mini-gapps-892mb-200225.iso for for 9 $

READ MORE about the latest AndEX 10 Build from 201027…

md5sum for AndEX 10 Build 200108 ISO
md5sum for AndEX 10 Build 200218 ISO
md5sum for AndEX 10 Build 200225 ISO
md5sum for AndEX 10 Build 200604 ISO

Android is a trademark of Google Inc.

22 Comments AndEXAndroidextonEXTON Linux systems

Android-x86_64 Pie 9.0 with GAPPS (Google Play Store etc.), Aurora Store, F-Droid and Netflix – Build 190912 (with Netflix) and 200301 (without Netflix)

NEWS 200301 about AndEX Pie 9.0 with GAPPS
A new build of AndEX Pie is ready. It has GAPPS (Google Play Store etc), Aptoide App Manager, Clash of Clans, Angry Birds, Root Explorer, Brave Browser, Spotify and many other apps pre-installed. My new build of Android x86_64 – andex-pie-x86_64-gapps-1360mb-200301.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX Pie in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX Pie. I’ve also included one extra app store – Aptoide App Manager. Use Aptoide if you can’t find the app you’re looking for using Google Play Store. The very nice launcher 3D Live Launcher is used also in this AndEX version. Make it your standard Launcher.

NEWS 210411
A new build of AndEX Pie was released today. It has the Netflix app working. When downloading AndEX Pie Build 200301 and 190912 you will also get Build 210411.

Why this new AndEX Pie Build?
My first AndEX Pie build is from September 12, 2019. It is still very good and valid. Mainly because the Netflix app can run in Build 190912. My new Build 200301 is rooted, which prevents Netflix from running. The Android Project released Android-x86 9.0-r1 200227 – The Android-x86 project is glad to announce the 9.0-r1 release to the public. This is the first stable release for Android-x86 9.0 (pie-x86). The 9.0-r1 release is based on the latest Android 9.0.0 Pie release (android-9.0.0_r53). The features include: support both 64-bit and 32-bit kernel and userspace with latest LTS kernel 4.19.105; support OpenGL ES 3.x hardware acceleration for Intel, AMD, NVIDIA and QEMU (virgl) by Mesa 19.3.4; support OpenGL ES 2.0 via SwiftShader for software rendering on unsupported GPU devices; support hardware accelerated codecs on devices with Intel HD and G45 graphics family; support secure booting from UEFI and installing to UEFI disk; a text-based GUI installer; add theme support to GRUB-EFI; support multi-touch, audio, WiFi, Bluetooth, sensors, camera and Ethernet (DHCP only); simulate WiFi adapter on devices with Ethernet only to increase app compatibility; auto-mount external USB drive and SD card. I tried Android Project’s ISO the same day (200227). To my surprise it didn’t run well (at least on my computers). The system wouldn’t run/start at all or the computer/system froze or crashed when I reached the Android Pie Desktop. I therefore decided to build my own new Android Pie system using the same sources as the Android Project. The result is AndEX Pie Build 200301. It works very well. I.e. no freezes or crashes. Note: The Android Project’s build from 200227 is also rooted. So even if you manage to start the system you can’t run the Netflix app.

PLEASE NOTE: Whats written below about AndEX Pie Build 190912 functions etc. is also valid for AndEX Pie Build 200301. The Netflix app doesn’t work though. It isn’t included in Build 200301 and it can’t be installed.

NEWS 190912 about AndEX Pie 9.0 with GAPPS
A new build of AndEX Pie is ready. It has GAPPS (Google Play Store etc), Aurora Store, F-Droid, Netflix and many other apps pre-installed. My new build of Android x86_64 – andex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso can be installed to hard drive or on a USB stick. You can also run the system live. I.e. from a DVD or a USB stick. On some computers you’ll have to start up AndEX 9.0 in compatibility mode (VESA) though. The sound and video performance is generally very very good. Google Play Store works very well in this build of AndEX Pie. So does the Netflix and Spotify app. I’ve also included two extra app stores – Aurora Store and F-Droid. Use them if you can’t find the app you’re looking for using Google Play Store.

Screenshot – AndEX Pie Build 190912 – the Desktop with many nice apps pre-installed.

MORE ABOUT AndEX Pie
My new compiled Android-x86_64 system (Pie 9.0) can run and be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. You can (of course) also run AndEX in VirtualBox and/or VMware. I can also mention that I could run my new Pie version without problems on a HP Pavilion 500-317no Desktop Computer and on a Lenovo ThinkStation C30 . You can very easy do a “normal” or manual installation to hard drive. A manual installation can also be done to a drive where you already have another Linux system (for example Ubuntu 19.04) installed. Read more about how to install AndEX Pie below.

Android Pie 9.0 was released 180806.

About the Bliss and the Android-x86 project – my sources for Build 190912

AndEX Pie is compiled by me with sources from BlissAn Open Source OS, based on Android, that incorporates many customization options and added security features. All AndEX versions are also dependent of the Android-x86 Project’s activity and development. Following Bliss’s instructions you can build your own Android-x86 system. You can also (of course) download Bliss’s “original” image.

Booting on an UEFI enabled computer
You will see this boot screen (when booting from a DVD or a USB stick).

Boot animation during start up
You shall see this boot animation when AndEX Pie 9.0 is starting up. If not, something is very wrong.

Clash of Clans (not pre-installed) and Angry Birds (not pre-installed) and other popular games
Clash of Clans (a very popular epic strategy game) and Angry Birds (both not pre-installed) work very very well. Perfect video quality and audio. If you have a touchscreen you can also (for example) run Wild Hunt, Flight Pilot, CSR Racing 2, Bowmasters and Shooting King. Watch a screenshot of the desktop when I have installed the just mentioned game apps (in AndEX Nougat).

Kernel
Kernel 4.19.50 is used in AndEX Pie Build 190912. Kernel 4.19.105-exton is used in AndEX Pie Build 200301.

HOW TO do a simple manual installation (FRUGAL) of AndEX Pie to hard drive
The system’s install function work very well in AndEX Pie Build 190912. You can, however, also do a very simple manually installation to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as bootloader. Follow these steps.
1. Download andex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso
2. Start up a Linux system (Ubuntu or…) on the computer where you want to have AndEX Pie installed.
3. Create a special partition for AndEX Pie or use the partition where you already have one Linux system installed. The one you just booted up or…
4. Create a folder called (for example) ANDEX-PIE-190912
5. Extract andex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso to the root (/ANDEX-PIE-190912) of your new partition (formatted as ext4) or to the root of (for example) your Ubuntu system.
6. Create a folder called data in the folder ANDEX-PIE-190912.
7. You will then have a folder called ANDEX-PIE-190912 with five important files – the folder data, initrd.img, ramdisk.img, system.sfs and kernel – see the picture below. The folder /ANDEX-PIE-190912/data is very important! All your system changes will be saved to the folder data. You can’t even run the system without it. All other files which is in the ISO file can be deleted.

When you have the folder ANDEX-PIE-190912 in the right place it is time to configure Grub so you will be able to boot up AndEX Pie – see the examples below.

About Grub and “dual-boot/multi-boot”
If you already have have one or more Linux systems installed on your hard drive (which you must have to be able to install AndEX Pie Build 190912 manually) you can see below how to use Grub2 (which Ubuntu and most other Linux systems use as boot loader). You should add these lines to /boot/grub/grub.cfg or /etc/grub.d/40_custom – for example:
menuentry ‘AndEX 9.0 Pie 190912 (sda8-FRUGAL)’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
else
search –no-floppy –fs-uuid –set=root 35527b5d-4652-4bcf-97b5-27ff3b1f267a
fi
linux /ANDEX-PIE-190912/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 DPI=160 UVESA_MODE=1366×768 SRC=/ANDEX-PIE-190912
initrd /ANDEX-PIE-190912/initrd.img
}

NOTE 1: On some computers you may have to add nomodeset to the linux boot line. If so you may also have to remove DPI=160 and UVESA_MODE=1366×768 from the linux boot line. AndEX won’t start otherwise or you won’t have sound.

NOTE 1 B: On my HP Pavilion 500-317no Desktop Computer I had to use the boot lines below to make everything work.
linux /ANDEX-PIE-190912/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 nomodeset SRC=/ANDEX-PIE-190912
Screenshot of the desktop when AndEX Pie Build 190912 is running on my HP Pavilion. I could also run AndEX Pie from hard drive on my Lenovo ThinkStation C30 using the same boot line. I.e. with nomodeset. Screenshot of the desktop when AndEX Pie Build 190912 is running on my Lenovo ThinkStation.

NOTE 2
: The DPI=160 entry provides a hint about the display’s pixel density in dots per inch. This is an important setting – if the Android display’s icons and text look too small and crowded, increase this number. If things seem too big, make it smaller.

NOTE 3: The UVESA_MODE=1366×768 entry describes the display size. This is also an important setting. If you know your display’s actual dimensions, enter them here. But not all dimensions work – it sometimes happens that a display specification that’s possible in principle isn’t feasible in practice.

If you use Grub Legacy (which is very unusual today) you should add these lines to /boot/grub/menu.lst
title AndEX Pie – 190912 (sda8)
root (hd0,7)

kernel /ANDEX-PIE-190912/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-PIE-190912
initrd /ANDEX-PIE-190912/initrd.img

Manual installation of AndEX Pie in VirtualBox and/or VMware
You can (of course) also do a manual (FRUGAL) installation – as described above – also in VirtualBox and/or VMware. After such an installation everything will work very good. Do it like this.
1. Install a Linux system on a virtual partition of at least 20 GB in for example VirtualBox. Use Grub2 as boot loader. In this example I use ExLight Build 180214.
2. Start up ExLight and download the ISO file andex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso to / – i.e. to the root of your filesystem.
3. Extract the ISO file to a folder ANDEX-PIE-190912 (which you create yourself). Delete the ISO file.
4. Create the folder data in ANDEX-PIE-190912. Very important. Delete all files in ANDEX-PIE-190912 except the folder data, initrd.img, ramdisk.img, system.sfs and kernel.
5. Finally edit /boot/grub/grub.cfg as the example below shows. I.e. add these start lines to /boot/grub/grub.cfg:
menuentry ‘AndEX Pie 9.0 (sda1/VirtualBox-FRUGAL)’ {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root=’hd0,msdos1′
linux /ANDEX-PIE-190912/kernel root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=android_x86_64 SRC=/ANDEX-PIE-190912
initrd /ANDEX-PIE-190912/initrd.img
}

NOTE: Doing a manual installation is not necessary as regards AndEX Pie Build 190912. The system’s install function works very well.

Language settings
You can (of course) run AndEX Pie in any language. Just go to Settings and change to your preferred language. The changes will take immediate effect.

Wireless connections
WiFi works alright in AndEX Pie. Just go to Settings and turn WiFi on. Connect to your Network. Sometimes your WiFi connection will be “Saved”. I.e no Internet. Just keep on trying. Eventually you will get connected to Internet.

Power off the system

Just press gently on Ctrl Alt Delete keys simultaneously and you will get two alternatives. Power off or Restart.

Using Netflix
Note: When running AndEX Pie Build 190912 live (i.e. from a DVD or USB stick or live in VirtualBox or VMware) it can happen that you get an error message when you try to start Netflix. Just try again (up to about five times) and/or wait a few minutes. Everything will be alright after that. When running AndEX Pie from hard drive Netflix starts immediately when you want (with perfect video and sound quality). Note also: Whatever you do don’t try to upgrade Netflix. No other version than the one pre-installed will work. So don’t upgrade even if Google Play Store or Aurora Store wants you to do it. NOTE: AndEX Pie Build 200301 is rooted, which prevents Netflix from running.

Using Spotify
Just install the Spotify app via Google Play Store, start the Spotify and log in. You must be a premium subscriber to be able to use the app.

Running AndEX Pie in VirtualBox and/or VMware

You can run AndEX Pie Build 190912 (from the ISO file) very well live in VirtualBox and VMware. You can also install AndEX Pie Build 190912 to a virtual hard drive in VirtualBox and VMware. The install function works very well. You can also do a manual installation as describe above under Manual installation of AndEX Pie in VirtualBox and/or VMware. When starting up AndEX Pie in VirtualBox you will see this boot screen. When the boot process is ready you will see this desktop. After some configurations the desktop can look like this.

About YouTube
YouTube works very well when running YouTube in Firefox. The YouTube app is therefore not pre-installed. You can, however, install the app via Google Play Store (for example).

About Facebook
The Facebook app works very well in AndEX Pie. Just go get it via Google Play Store.

What’s the point?
Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Also: In AndEX Pie Build 190912 many new apps and games can be installed via Google Play Store, Aurora Store or F-Droid. You can even install very big games (of 1GB or so), but unfortunately almost all such games need a touchscreen. Still not convinced? Then read my article about “How useful an Androx-x86 system can be for the average computer user“.

NOTE1/WARNING1
You must use a fairly new/modern computer. Android-x86_64 Pie won’t run (even start) on older computers. My other Android remaster KitKat 4.4.4 Build 180108 will run also on older computers.

NOTE2/WARNING2
Before you buy and download this version of AndEX Pie you must be aware of that not all apps downloaded via Google Play Store, Aurora Store or F-Droid can run in an Android-x86_64 system. Some very big (around 1GB) games for example won’t run. You must also be aware of that some (many) games need a touchscreen. Clash of Clans and Angry Birds (not pre-installed) work very well though.

NOTE3/WARNING3
Bluetooth doesn’t work. (You may be able to enable Bluetooth and see units/devices on some computers though).

And once again please note this
PREREQUISITE for manual installations
The system can be installed the “normal way” or manually to hard drive – see above. That’s sort of a FRUGAL installation used by Puppy Linux. To be able to do a frugal installation you must have at least one Linux system installed on your hard drive. You must also use Grub as bootloader. Running AndEX Pie live: Use preferably Rufus 3.7 to create a bootable USB stick from the ISO fileandex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso. Or burn the ISO file to a DVD and run the system from it. While using/running Rufus 3.7 in Windows it will look like this.

Screenshots – Build 190912
Screenshot 1 – AndEX Pie 9.0 Desktop 190912 with GAPPS
Screenshot 2 – AndEX Pie 9.0 running Google Play Store
Screenshot 3 – AndEX Pie 9.0 running Aurora Store
Screenshot 4 – AndEX Pie 9.0 running F-Droid
Screenshot 5 – AndEX Pie 9.0 running Netflix
Screenshot 6 – AndEX Pie 9.0 showing all apps (some not pre-installed)

Screenshots – Build 200301
1. The AndEX Pie Desktop with 3D Live Launcher (pre-installed)
2. The standard AndEX Pie Desktop with 3D Live Launcher’s wallpaper. (You can of course change it)
3. Showing how to make a WiFi connection in VirtualBox
4. Using another launcher
5. Using yet another launcher. (Find the one you like on Google Play Store)

DOWNLOAD andex_x86_64-pie-9.0-gapps-netflix-1600mb-190912.iso, andex-pie-x86_64-gapps-1360mb-200301.iso and andex-pie-x86_64-gapps-aurora-netflix-spotify-210411.iso. All ISO’s for for 9 $

md5sum for AndEX Pie Build 190912 ISO
md5sum for AndEX Pie Build 200301 ISO
md5sum for AndEX Pie Build 210411 ISO

AndEX 10 Build 210402 is ready :: Read more…

Android is a trademark of Google Inc.

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!
8 Comments AndEXAndroidextonEXTON Linux systems