IceWM desktop environment setup
Installing and configuring a desktop environment that is not on the Linux Deploy settings list, using IceWM as an example.
Installing and configuring a desktop environment that is not on the Linux Deploy settings list, using IceWM as an example.
Installing and configuring the desktop environment, which is not in the list of Linux Deploy program settings, on the example of Enlightenment.
To increase the image file size for Linux Deploy, you first need to expand the existing image, and then expand the file system to a new size. For example, to increase the image by 3000 MB, you need to do the following:
dd if=/dev/zero bs=1048576 count=3000 >> /mnt/sdcard/linux.img
e2fsck -f /mnt/sdcard/linux.img
resize2fs /mnt/sdcard/linux.img
You must first make a backup copy of the image.
Linux Deploy supports the launch of the BackTrack distribution for Android. The prepared image of this distribution can be downloaded from the Linux-on-Android project website.
Download the image, unpack it and copy it to the SD card.
/sdcard/backtrack.img
);Run reconfiguration (“Properties” -> “Reconfigure”).
Start the GNU/Linux system with the “START” button from the main application window.
changeme
IntelliJ IDEA was launched using Linux Deploy.
Runs on OpenJDK 7 under Debian 7.0 on Samsung Galaxy S2. It was possible to build and run the “Hello World” project.
Tested under Debian/wheezy/armhf on a Samsung Galaxy S II.
SD card read / write speed (10 class) on Android for file systems vfat, ext2, ext4:
Installation time and use space on disk (Debian wheezy/armhf on Samsung Galaxy S II):
Linux Deploy is open source software for quick and easy installation of the operating system GNU/Linux on your Android device.
The application creates a disk image or a directory on a flash card or uses a partition, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from official mirrors online over the internet. The application can run better with superuser rights (root).