[GUIDE] [12/12/11] How to run Ubuntu within Android on Archos - Gen8 Android Development

I will no longer be updating this guide, to keep up to date with the project please see the App thread HERE. The Free app can be downloaded HERE and the Paid HERE
First and for most this guide has been created from a mixture of a few guides to get it all working on the tablets, I do not take any credit for the methods all I have done is taken the time to work out how to get it working on our tablet. This guide is for windows or can be done all on the tablet. Anyway on with the guide
How To Install Ubuntu on the Desire S
Before we start you will need a ROM and kernel that supports loop devices.
This works best on UrukDroid but may well work on stock roms, due to the lack of RAM ubuntu isn't very fast but everything works unlike running it outside of ubuntu.
It is also recommend that you have the Android SDK install so that you can access adb however all commands can be done on the tablet via the terminal emulator
Also make sure that you have debugging mode enabled Go to Settings->Applications->Development and make sure USB Debugging is checked ON.
You will also need atleast 3.5GB of memory card space
Download and extract ubuntu.zip
Once you have a working ROM with loop support you must now download the special modified ubuntu image. I have hosted the file on my own server however if this is not quick enough feel free to mirror it or message me and I shall host else where as well.
There are now three versions to use as you wish, however the new 10.10 image has pretty much everything working, see change log at the bottom of the next post. the 11.10 image's UI does not work right and the 9.04 image is well rather old
[*]10.10 image V2 (Recommend)
[*]10.10 image OLD
[*]11.10 image
[*]Old 9.04 image
Once you have downloaded this .zip file you will need to extract it to a folder on your sdcard name this folder "ubuntu".
Install and run Ubuntu!
If you do not have the android SDK install or wish to do all the commands via your tablet please skip to step 7
1) Connect your Desire S to your computer via your USB cable and make sure USB mode is set to “Just Charge”.
2) Your Android device should be recognized as “ADB Device” under Device Manager. If not, install appropriate drivers.
3) Now open a command window and navigate to the directory that you have installed the android SDK for example
Code:
cd c:\android-sdk
4) From here then navigate to the platform-tools directory
Code:
cd platform-tools
5) Now type “adb devices” to double-check your Android device is recognized. It should display something along the lines of
Code:
Lists of devices attached
HT09SR204261 device
If not then you have not installed the drivers for your tablet or it is not in debugging mode.
6) Next type “adb shell” to enter the Android shell
7) Now type su to enter super user mode, then type cd /sdcard and then cd ubuntu to enter the directory on the SD card that you stored the ubuntu files.
Code:
su
cd /sdcard
cd ubuntu
8) Then type sh ubuntu.sh this will run the included script to ready your ubuntu image, do not worry about any error messages that are displayed!
Code:
sh ubuntu.sh
8.5) If running the 10.10 V2 image you should get this message 'please wait while booting the ubuntu img, please wait as this could take a while.' if you do get this then ubuntu is running and you just need to open vnc and connect to get into ubuntu. Please see the bug section on the second post for more information!
9) Now type bootubuntu to enter ubuntu (note in the future to start ubuntu simply type bootubuntu there is no need to run the script again)
Code:
bootubuntu
You should now see something along the lines of
Code:
[email protected]:/#
If you don't then its likely the ROM your using does not support loop devices and you will need to install one of the ROMs from the top of this guide to get it working.
And thats it you now have a working ubuntu command line running within android! however this isnt really much use so lets now get a more useful system running
How to Install TightVNCserver
This is by far the best program to install first off as it will let you access the GUI of Ubuntu as it run on your Desire S. (note this is already included in the 10.10 (V1 and V2) image there is no need to carry out this step)
0) Before you install any program first we need to update by typing
Code:
apt-get update
1) Now type “apt-get install tightvncserver” to install the VNC server.
it shall then as you if you wish to install the program etc etc say yes and it will install, simples.
How to Install LXDE (optional but recommended)
only need to carry out this step if you are using the 9.04 image
1) Type “apt-get install lxde” and ubuntu will do the rest
Set up TightVNCServer and fix keyboard issues
(note on the 10.10 image this step has been included already! so no need to carry it out)
Before we launch the TightVNCServer we much make changes the the xstartup file to change to it uses LXDE if we want this and also to fix a big issue with the android keyboard not being mapped correctly.
1) Start off by typing
Code:
cat > /root/.vnc/xstartup
To open the file we need to make changes in
2) Now type
Code:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
export XKL_XMODMAP_DISABLE=1
icewm &
lxsession
The last two lines you will only want to type if you have installed LXDE if you want to use XFCE leave these lines off. The line above this (export XKL_XMODMAP_DISABLE=1) is what is needed to fix the keyboard mapping.
3) Now press ctrl+D twice and then press enter to the save the file, we are now ready to start up the VNCServer!
Start TightVNCServer
Now we are ready to start the server and connect our tablet or windows computer to the Ubuntu running within our tablet! (This step is not needed in the new 10.10 V2 image VNCserver now auto starts)
1) Start off by typing
Code:
export USER=root
vncserver -geometry 1024×800
you can change the resolution settings 1024×800 to the resolution of your liking. I find 800x480 does work well but limts your work space so its up to you.
2)TightVNCServer will then ask you for a password to connect to it, fill this in and your server will be then ready to accept any incoming connection from your tablet or computer! (on the 10.10 image it will not ask for this, the password is set to ubuntu)
Connect to VNC on your tablet
1) download the free app Android-VNC-viewer
2) open the app and set your IP address to 127.0.0.1 ( set this to localhost in 10.10 V2) and port number 5901 (5900 in 10.10 V2) and enter the password you set before (or ubuntu on 10.10 images) to then connect.
If all works right you will have a working GUI!!!
Connect to VNC on your computer
1)Start by downloading the desktop version of TightVNC Here
and install it
2) Open the TightVNC Viewer from the start menu it will ask for your tablets IP address, to find this type ifconfig in your ubuntu terminal it will display your IP.
3)Type this into TightVNC and remember to add the port 5901 (5900 in 10.10 V2), it will then ask you for the password ('ubuntu' on 10.10 image) , enter this and you should then have a fully working GUI on your computer!

FAQ
How does Ubuntu look on our tablet?
Ubuntu 9.04
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ubuntu 10.10
What is Ubuntu? and why would I want it on my tablet
Ubuntu is a linux based operating system normally for the computer, however with this port we can run it on our tablet, this allows you to pretty much install any software available for linux and run it on your tablet.
What are the best settings for Android VNC Viewer?
I find full 24-bit colour works very well and there is no need to down step this, also Input Mode is best set to touchpad as the GUI is not very touch screen friendly when its this small! using touchpad makes the touch screen act just like the touch pad on a laptop and I find this very easy to use.
Updates
[12/12/11]
New 10.10 image update
New built in script in Ubuntu to start vncserver and other services on boot
SD card is accessible from within Ubuntu
Image changed to 3.5GB to fit if you have a 4GB SD Card
The ubuntu boot scripts are now on easy to use script!
More working programs (including software centre etc)
Default desktop changed back to LXDE
More apps for 'developing'
Firefox, Thunderbird, openoffice.org suite, GIMP Image Editor, Emacs Text Editor (geared towards programming), C and C++ build-essential, Java JDK, Python, TeXlive and TeXmaker LaTeX editor, Transmission BitTorrent Client, eVince PDF Viewer, File Manager, Terminal, Image Viewer, Leafpad Text Editor, Synaptic Package Manager and Ubuntu Software Center with all repositories enabled (Ubuntu Software Center is pretty and well organized - but bloated and slow), SSH server, Gnash (GNU flash player/plugin for Firefox - as there is no official generla flash pluging for armel CPUs)
[23/11/11]
New 10.10 image
vncserver and bug fixes included in 10.10 image
New light weight UI in 10.10 image
4GB image size for plenty of app space
More programs should be working in the 10.10 image please test!!
New image all icons in GUI don't load Fixed in 10.10 image
New Firefox crashes on start up now fixed in 10.10 image
+More that I cant remember
[05/11/11]
Old 9.04 image readded for those that want working GUI until new image is fixed
[24/10/11]
Java install guide added
[23/10/11]
New 11.10 ubuntu 4GB image
Changed guide for new image
+MUCH more (will add later)
Bugs
At the moment to use the new 10.10 V2 image you have to carry out steps 7 to 8.5 each time in order to get into the GUI, which means the only way to use terminal for ubuntu is within the GUI, this isnt to bad as the build is now very stable
At the moment once you start ubuntu it seems to prevent the sdcard being mounted and as there is no way to shut down the ubuntu session you must reboot if you wish to mount the sdcard via usb
Java might still not be working right please test!!

Other Programs to Install
Ok so as I start working on testing more programs I will post here how well they work and what does and dosnt work. Most programs that run from terminal and don't require any hardware like wifi etc seem to work well!
JAVA SE FOR EMBEDDED
To install the Java version for arm open up the terminal and type the following lines of code
Code:
wget http://android.zpwebsites.com/java.tar.gz
This will download the java package from my server!
Once downloaded type
Code:
gunzip java.tar.gz
Code:
tar xvf java.tar
This will extract the java package into a folder called ejre1.6.0_27
then type
Code:
export JAVA_HOME=ejre1.6.0_27
Code:
export PATH=$JAVA_HOME/bin:$PATH
Java should then be completely installed, please test by typing
Code:
which java
TipsSome android terminal emulators (e.g. better terminal) allow you to specify an initial command that is run as soon as you launch the application. Multiple initial commands can be defined by pressing return between each command when you define it, so for example the initial command:
Code:
su <return>cd /sdcard/external_sd/ubuntu <return>sh ubuntu.sh <return>
This way to load the new 10.10 V2 image simply open the terminal emulator
Help Needed
I would love for people to test there fav linux programs, also anyone that knows alot about ubuntu/linux to help getting the image to run faster etc etc

Wow, how about HDD version? and I would like to know the Bluetooth function, is it work in Ubuntu?

LeoNg628 said:
Wow, how about HDD version? and I would like to know the Bluetooth function, is it work in Ubuntu?
Click to expand...
Click to collapse
Well the files should work ok on the hdd version but I don't have one to test it on. The Bluetooth does not work I don't think but as its running in Android you could set up the Bluetooth keyboard or mouse and it would then function in Ubuntu
Sent from my Desire S using XDA App

"su
cd /sdcard
cd ubuntu"
i have not a ubuntu directory !

Then you didn't read the instructions, as that is the directory you are creating when extracting the files from the rar.
You are supposed to copy the whole directory to the archoos, not the files in there.

put the folder on the sdcard or internal storage?

Ranomez said:
put the folder on the sdcard or internal storage?
Click to expand...
Click to collapse
Either will work but if you have a slow sdcard internal would be better
Sent from my HTC Desire S using XDA App

Hi all,
I have a problem when I launch the command bootubuntu
after some messages, I have this:
bootubuntu: cannot create /data/local/mnt/etc/resolv.conf: directory nonexistent
chroot: not found
Shutting down Ubuntu
failed.
failed.
failed.
failed.
Any ideas???
Thanks
Rocco

which rom are you running? it might be you havnt got busybox installed

Hi,
I have stock ROM rooted

Can someone test something for me....
If you have ubuntu up and running, will you try to install XBMC.
You will obviously want to install the linux edition.

New image
New 10.10 image update
New built in script in Ubuntu to start vncserver and other services on boot
SD card is accessible from within Ubuntu
Image changed to 3.5GB to fit if you have a 4GB SD Card
The ubuntu boot scripts are now on easy to use script!
More working programs (including software centre etc)
Default desktop changed back to LXDE
More apps for 'developing'
Firefox, Thunderbird, openoffice.org suite, GIMP Image Editor, Emacs Text Editor (geared towards programming), C and C++ build-essential, Java JDK, Python, TeXlive and TeXmaker LaTeX editor, Transmission BitTorrent Client, eVince PDF Viewer, File Manager, Terminal, Image Viewer, Leafpad Text Editor, Synaptic Package Manager and Ubuntu Software Center with all repositories enabled (Ubuntu Software Center is pretty and well organized - but bloated and slow), SSH server, Gnash (GNU flash player/plugin for Firefox - as there is no official generla flash pluging for armel CPUs)
New image is live, get it HERE
A side note, If this does work as well as it should I shall be making a app some what like the one you liked to kylon, It will include everything in this guide along with some extras, the app will be free but there will be a paid version for those wishing to donate

The server died due to so to many http requests at once , so I have removed the files as I need my server for my websites etc
They will all be moved to multiupload, the first being my new release, the problem is my upload is max 100KB/s so going to take a few more hours likely

Ok new download link is up, sorry it took so long, you can download here

The first version of the app is now online, the UI is basic but It guides you through the install and give a easy way to download the newest version I have built.
You can download the app here
And I have made a donation version for those that want to support me, its only 99p and you will be the first to get new builds and features! this can be download here

To anyone not using the app, the newest version of my ubuntu.sh and the newest images seem to work much better on the Gen 8 tablets I will update the guide at some point but for now please download the app and use the image and script included in the app!

hi 10.10 image V2 (Recommend) link dead can you please upload this?

Related

[ VM ]~[ COMPILER ] Architekt - Compile Android ROMs with Windows/Mac!

--- copied with permission from nathanpfry.com ---​
Architekt is a custom Virtual Machine that can be used with Mac OSX, Windows, and Linux. It includes everything you need to sync with the repo of your choice (Cyanogenmod, AOKP, AOSP, etc) and start compiling Android ROMs. This version includes Java 6 for compiling Gingerbread thru Kitkat. To compile Android L, switch to OpenJDK7.
Features:
- Latest Arch system
- XFCE Desktop Environment
- All necessary packages for compiling
- No junk (games, etc)
- Geany for editing code
All you have to do is download the source!
The only requirement is that your host machine supports a 64 bit OS. 32 bit systems will not work!
Instructions:
1. Download and install VirtualBox for your host system from here.
2. Download the latest architekt zip archive and extract architekt.ova to your hard drive.
3. Start VB, click File > Import Appliance. Select "Open Appliance" and choose architekt.ova, then click Next to import the virtual machine.
4. Highlight architekt in VirtualBox Manager and open Settings. Under "System" you will want to give it more RAM and Processor Cores. The higher these values are, the faster you will compile ROMs.
5. Start the machine, pull up a terminal and initialize a git repo. Once the source is finished downloading, you're ready to go!
Download:
Click here for download mirrors
Username/Password: android/android
Feel free to buy me a Zico coconut water (donate) if you like my work. It would be greatly appreciated!
Please hit the "Thanks" button if this post helps you out!​
please can you help me how to change java version jdk6 to jdk7 using command?I've tried command that used in ubuntu but Those command are not working in this virtual machine. Also there is no app to extract file and can't edit xml file
Røbin said:
please can you help me how to change java version jdk6 to jdk7 using command?I've tried command that used in ubuntu but Those command are not working in this virtual machine. Also there is no app to extract file and can't edit xml file
Click to expand...
Click to collapse
You might want to try BuilduntuVM instead.
Architekt is getting pretty dated, and I don't have any time or plans to update it. BuilduntuVM received a lot more attention and is up to date with the latest versions of OpenJDK etc. for compiling Android M.
sylentprofet said:
You might want to try BuilduntuVM instead.
Architekt is getting pretty dated, and I don't have any time or plans to update it. BuilduntuVM received a lot more attention and is up to date with the latest versions of OpenJDK etc. for compiling Android M.
Click to expand...
Click to collapse
Thank you

C Compiler

Hello, I downloaded Terminal-IDE because it has a C compiler, but after getting it I realize it doesn't have everything. So I downloaded my copy of GCC and I started trying to install. So does anyone know how to compile without make, or does anyone have a arm compiler that has a few more things?
Great Compiler?
h*tt*p:*//*ds*.arm.*c*om/*ds-*5/build/arm-*compiler-5/
[get rid of the * to work]
how bout this one?
any one that runs on an Android?
Download C4Droid and make c programs and compile & run now .....hit thanx
OK, I want to run Linux programs on android and program new ones. I need a shell compiler like gcc. Sorry for all these details.
Firstly root your mobile & after install busybox app and put all busybox content in mobile after install command Terminal and install linex command program using Terminal
which linux command program?
ehm....OP why don't you run Linux on your device? it should be more easier to run your program there....you can find it by just a simple search....like "Linux on android"

How To Guide Installing Ubuntu With a GUI + WSL2 Upgrade - Windows Subsystem For Linux + Premade Ubuntu Virtual Machines (and more!)

Hello Friends~!
I decided to write out a step by step guide to install WSL - Windows Subsystem for Linux, with an Ubuntu Distro, and integrated GUI using Xserver. As well as how to update WSL to WSL2.
Spoiler: GUIDE
Begin by Enabling the Virtual Machine Platform Windows Feature and WSL. (simply search feature and it will popup)
Spoiler: PIC
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Open Powershell as Admin, then paste:
Code:
wsl --install -d Ubuntu
Spoiler: PIC
Set a Username and Password when prompted, then paste:
Code:
sudo apt update
Close Ubuntu
Download and install the WSL Kernel update from Microsoft
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
To Upgrade our WSL to WSL 2, Open Powershell as Admin and paste:
Code:
wsl --set-version Ubuntu 2
wsl --update
wsl --shutdown
Spoiler: PIC
Download X Server
VcXsrv Windows X Server
Download VcXsrv Windows X Server for free. Windows X-server based on the xorg git sources (like xming or cygwin's xwin), but compiled with Visual C++ 2012 Express Edition. Source code can also be compiled with VS2008, VS2008 Express Edition and VS2010 Express Edition, although current project...
sourceforge.net
Change X Server's desktop shortcut Target property to:
"C:\Program Files\VcXsrv\vcxsrv.exe" :0 -ac -terminate -lesspointer -multiwindow -clipboard -wgl -dpi auto
Spoiler: PIC
Run the shortcut
Open Powershell as Admin and paste:
Code:
netstat -abno|findstr 6000
Spoiler: PIC
Open Ubuntu and Paste:
Code:
sudo apt-get install terminator -y
Then Paste:
Code:
DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 terminator &
This will open the Terminator app allowing us to have GUI for our Apps we install.
This next step sets up a system and script that will allow us to easily run Terminator, IE the GUI for Ubuntu.
Open Run, paste:
Code:
shell:startup
Paste the shortcut in this folder
Spoiler: PIC
Create a new text document on your desktop, name it what you like. Mine will be terminator.
Open the text document and add this code:
Code:
args = "-c" & " -l " & """DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 terminator"""
WScript.CreateObject("Shell.Application").ShellExecute "bash", args, "", "open", 0
Save and change the filetype to .vbs
I used the command sudo apt install nautilus, then sudo nautilus to run the file explorer app, it loaded a window successfully~!
If you learn better seeing it done first, here is a video of the steps
Spoiler: REFS
Using WSL 2 with X-Server — Linux on Windows
What is WSL 2
medium.com
Run Linux GUI apps with WSL
Learn how WSL support running Linux GUI apps.
docs.microsoft.com
Install Ubuntu on WSL2 and get started with graphical applications | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
ubuntu.com
Spoiler: PREMADE UBUNTU VIRTUAL MACHINE
I made a vmware machine with ubuntu preinstalled, jdk, python and other needed components to run certain Android Kitchens, as I found WSL to be Lacking for what I need..
VMWARE 17
UBUNTU PREMADE VMWARE MACHINE:
Ubuntu.zip (3.5G)
PASSWORD IS 0110
How to install:
Extract the folder and save it anywhere you like (the default vm area for vmware is in Documents\VirtualMachines)
In vmware, select open a new machine, navigate to where you saved your ubuntu folder and open the .vmx file
If you want a premade Virtual Box Ubuntu Machine
SUPERR'S KITCHEN
Super Guide write up! Kudos
I've made a short video guide for any other nerds out there looking for a working method to unpack Android 11 system images. It involves the use of the PREMADE UBUNTU VM, located in the OP, and SuperR's Kitchen. (Or make your own linux machine~!)
I have updated the prebuilt Ubuntu machine listed in the OP. I will leave the original link in the OP as the file size is smaller, the only sacrifice with that edition is your time in updating.
If you value your time and would like a machine with jdk, python, adb and fastboot preinstalled and working, here is the updated copy:
Ubuntu.zip
drive.google.com
Ubuntu.zip (5.4G)
My Nvidia Shield posted to the VM immediately after running adb connect 192.168.0.5:5555 no fastboot drivers needed unlike windows. Adb pull commands work better in linux as well, as the windows file system is a little wonky and it wants to treat some items that are files on linux as folders in windows, which is obviously bad..
The linux machine was able to run 10-12 pull requests at once without bogging down the adb shell to the shield, allowing me to research and explore while pulling.... where as 2 pull requests at once in windows will cause a noticeable lag within the adb shell
To Use:
And you are all set~!
0110 = PASSWORD​
Hello I wanted to share something I found too funny and made a mirror of it. If you haven't seen it already, deep on the interwebz lies the most Spooky of Spooky Linux distro...
That of, Miss Hannah Montana Herself~!
Here is a mirror of this silly piece of history, linking it here cause idk what else to do with it and I want to remember where I put it XD
hannahmontanalinux.iso
drive.google.com
Original links
hannahmontana.sourceforge.net
Hannah Montana Linux - ArchiveOS
Web site: hannahmontana.sourceforge.net/ Origin: Category: Desktop Desktop environment: KDE Architecture: x86 Based on: Ubuntu Wikipedia: Media: Live CD The last version | Released: 2 | June 30, 2009 Hannah Montana Linux - a live Linux distribution based on Kubuntu with a Hannah Montana...
archiveos.org
Was able to run it in VMWARE without any troubles. Just too funny I can't even
This is a work in progress for another thread I am going to eventually create. This is in regards to known android x86_64 working images in vmware, as well as forks for that OS and Forks of Chrome OS. None of these are perfect but are still awesome in their own ways, and their nuances will be explained at a later date in the thread I will create
Spoiler: android box premades and knowledge backup
DOWNLOADS
ANBOX BUILT ON UBUNTU: Is super difficult to install this year idk why. I installed it last year no problem. Will be relooked into later
ANDROID X86_64:
Android9.zip
drive.google.com
BLISS OS:
BlissOS.zip
drive.google.com
CHROME OS:
ChromeOS.zip
drive.google.com
FLINT OS:
FlintOS.zip
drive.google.com
FYDE OS:
FydeOS.zip
drive.google.com
PRIME OS:
PrimeOS-Classic.zip
drive.google.com
REFERENCES FOR KNOWLEDGE
ANBOX BUILT ON UBUNTU:
Anbox - Android in a box
anbox/README.md at master · anbox/anbox
Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system - anbox/README.md at master · anbox/anbox
github.com
ANDROID OS:
Android-x86
Android-x86: Free software download for windows, linux.
www.fosshub.com
BLISS OS:
Bliss OS For PC
Open Source OS for PC's, based on AOSP
blissos.org
FLINT OS:
Flint OS - ArchiveOS
Web site: flintos.io Origin: United Kingdom Category: Desktop Desktop environment: Chromium Architecture: ARM, x86_64 Based on: Chromium OS Wikipedia: Media: Live IMG The last version | Released: 1.3 | September 30, 2017 Zobacz po polsku: Flint OS Flint OS - a fast, simple and productive...
archiveos.org
FYDE OS:
FydeOS - Your lightning-fast, rock-solid and always-ready OS
FydeOS offers a choice for regular PCs to behave like Chromebooks with alternative supporting services, on-premise or in the cloud, with or without Google. More choices, greater possibilities.
fydeos.io
GOOGLE CHROME OS -CLOUDREADY:
How to Install Chrome OS Flex on VMware [Guide]
Want to try out the brand new Chrome OS Flex on your PC? Here is a step by step guide on how to install it onto a Virtual Machine.
www.ytechb.com
PRIME OS:
Download | PrimeOS
Download the PrimeOS ISO image or exe installer for Windows from here and install/live-boot on your PC. Choose the ISO according to your PC hardware age.
www.primeos.in
PrimeOS Virtual Machine Images for VMware and VirtualBox
www.osboxes.org
HOW TO INSTALL CHROME OS TO USB:
Chromebook Recovery Utility
Create recovery media for your Chromebook.
chrome.google.com
How to Download and Install Chrome OS
The Chrome operating system (OS) is reserved only for Chromebook users, but now, you can install Chromium OS on other devices because it's the open-source version of Chrome OS. It's a little different than Chrome OS but
www.alphr.com
Quick Start Guide
HOW TO FIX YOUR USB IF THE RECOVERY TOOL BREAKS IT INTO 13 SEPARATE PARTITIONS...
Using Diskpart to re-partition a USB stick
Some USB keys have been found to have various partition table set-ups that the USB software will not work with. You can use Windows Diskpart to re-format a USB key and re-partition it. Open a Command Window (cmd) Enter disk...
tabernusupport.freshdesk.com
HOW TO INSTALL ANDROID IN VMWARE:
How to Install Android on VMware: A Step-by-Step Guide
The advantages of using an Android VMware VM include the possibility of creating snapshots and cloning a VM during the development or testing process.
www.nakivo.com
HOW TO BOOT OFF OF USB IN VMWARE:
HOW TO EDIT SCREEN RESOLUTION:
How to Change the Screen Resolution + DPI on Android x86
Everybody knows that lowering your screen resolution reduces the strain on your graphic card and stuff on your screen becomes larger, but there’s no obvious way to change it in Android x86, is ther…
helpahoy.tech.blog
VMWARE TOOLS DIRECT DOWNLOAD LINK:
https://customerconnect.vmware.com/downloads/details?downloadGroup=VMTOOLS10310&productId=742
vmtools.zip
drive.google.com
I found that the vmware workstation comes with vmware tools isos for all the distros, they are just not aptly named as such..
POSSIBLE VMWARE TOOLS FIX?
GitHub - vmware/open-vm-tools: Official repository of VMware open-vm-tools project
Official repository of VMware open-vm-tools project - GitHub - vmware/open-vm-tools: Official repository of VMware open-vm-tools project
github.com
https://kb.vmware.com/s/article/1018414
BUILD ANDROID FROM SOURCE
anbox/docs/build-android.md at master · anbox/anbox
Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system - anbox/docs/build-android.md at master · anbox/anbox
github.com
Source control tools | Android Open Source Project
source.android.com
I need help fixing vmware tools in the machine. I have gotten really close and can explain how if anyone is bored enough to try. I get hung up here ---THIS USES PRIMEOS
I think this may be the one to make me make a stack exchange account XD
A LINK WITH TONS OF PREBUILT BOXES TO PLAY WITH
OSBoxes - Virtual Machines for VirtualBox & VMware
Homepage of site that offers virtual machines (VDI & VMDK & VHD) for VirtualBox and VMware. Run VMs inside VirtualBox and VMware on any host.
www.osboxes.org
Here's a prebuilt Ubuntu Machine Similar to the one in the OP except it's for vbox
Spoiler: PREMADE VIRTUALBOX MACHINE
Ubuntu.zip (3.9G)
HOW TO INSTALL:

How To Guide How To Backup Your Entire Hard Drive and Build an ISO

Hello Friends~!
I have built a new lab for us that will teach you how to use Several features of the Windows ADK to be able to backup your entire Windows system with any files, folders, apps, programs, or drivers preinstalled and saved onto an iso.
Spoiler: PRE-REQS
A USB Thumb drive is required for this method! (or any external drive or whatever workaround you have.)
Download ADK:
https://go.microsoft.com/fwlink/?linkid=2196127
Download WinPE Addon:
https://go.microsoft.com/fwlink/?linkid=2196224
Download VMWare Player:
https://customerconnect.vmware.com/en/downloads/details?downloadGroup=WKST-PLAYER-1624&productId=1039&rPId=91446
Download MODWIN:
MODWIN.EXE
drive.google.com
Spoiler: WRITTEN GUIDE
Spoiler: PREPARING THE USB
Once all the pre-reqs are installed... Copy the entire WISM Folder to your usb thumbdrive:
Code:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM
Go to the link above, click on DeploymentTools in the toolbar and copy WISM and paste to the thumbdrive.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then Copy your WIM File to thumbdrive.
Spoiler: WIM SOURCE
You can use MODWIN to source a WIM file from your Windows ISOs. In order to do so, run MODWIN.exe once to install MODWIN for us. Now in C:\MODWIN paste your Windows ISO contents into the ISO folder of MODWIN. Now run MODWIN.bat
Select option 2 to source WIM and option 1 for ESD.
Then you may choose whatever version of windows you want, and it will pull the wim for us.
When it is done you will have an install.wim file in sources that you can cut and paste to your USB.
Further knowledge about MODWIN can be found on it's official thread
Spoiler: VMWARE PREPARATION
We are using VMWARE because it is easier to sysprep and generalize an image in a VM as opposed to our host. You do not have to use vmware, you could use virtual box, qemu, or your host pc.
That being said, your machine needs to have it's network adapter turned off or removed entirely so it cannot connect to the internet. For good measure it is advised to build a new machine using only a Microsoft Windows 11 iso, not a Modded iso, and freshly install the image without internet so you have a clean sysprep environment.
This is how to disable internet during win 11 install using OOBE code
Spoiler: SYSPREP AND AUDIT MODE
In the VM Open:
Code:
C:\Windows\System32\Sysprep
Open Sysprep and tick the Generalize box. Leave it on reboot then select OK.
When you get to this screen press:
Ctrl + Shift + F3
This will cause the vm to reboot into audit mode.
Spoiler: BUILDING AN ANSWER FILE IN WSIM
Unplug and replug your usb thumbdrive. This will cause Vmware Player to send a popup. Select:
Connect the usb to the Virtual Machine.
To build a new Answer File:
Run Windows System Image Manager in the VM.
Select File, New Answer File, Yes.
Select your install.wim stored on the thumbdrive and Yes
Spoiler: THEN FOLLOW THESE STEPS
Then save the answer file to your thumbdrive with the name of "AnswerFile"
Spoiler: INSTALL AND SAVE SOFTWARE TO THE WIM
INSTALL ANY DRIVERS, SOFTWARE, OR FILES AND FOLDERS on the Machine
When done, In the VM Open:
Code:
C:\Windows\System32\Sysprep
To save, open command prompt by typing cmd in Sysprep's folder toolbar, then run:
Code:
sysprep.exe /generalize /oobe /shutdown /unattend:E:\AnswerFile.xml
Spoiler: BUILDING WINPE
On your host PC, Search for Deployment, run as admin and paste:
Code:
copype amd64 e:\WinPE
To make a WinPE ISO:
Code:
MakeWinPEMedia /iso E:\WinPE E:\Winpe.iso
Spoiler: RUN WINPE ON THE VM
Select the WinPE iso in vmware, run the machine, then press any button to enter the bios, and select boot from cd rom.
Spoiler: BUILD THE NEW WIM FILE
Unplug and replug your usb to re-sync to the vm
Type into command prompt:
Code:
Dism /Capture-Image /ImageFile:"E:\install.wim" /CaptureDir:C:\ /Name:install
This will create a new install.wim file for us that we can use in MODWIN to create a new iso with everything preinstalled for us!
Spoiler: BUILDING THE ISO
Copy the new WIM file and paste it back into the ISO/sources folder of MODWIN. Delete the install.esd file if it still exists.
Run the MODWIN.bat script again, and Select option 7
Run option 4 to build your new ISO it will go through the steps shown above and produce a new ISO for you in C:\MODWIN\MOD
Spoiler: REFS
A Very Special Thank you to @james28909 for suggesting finding this sort of a work-around for a problem in this reddit thread:
https://www.reddit.com/r/hacking/comments/xqv5dx
Capture and Apply Windows using a WIM file
Capture and apply Windows using a single WIM file
learn.microsoft.com
Windows System Image Manager Technical Reference
Windows System Image Manager Technical Reference
learn.microsoft.com
anyone who wants to try this, it is much easier than it looks. and once done you have your very own customized iso. you can also create the user and have everything preconfigured like dark mode or activation and more. thanks to @jenneh for the great guide!
p.s. for steam games i would suggest to backup your current games you want to a secondary drive and then restore them once you have reinstalled.
Wow! Just an amazing work!
Hi jenneh! I already commented on your other guide but I was also trying to follow this one and I ran into some problems figuring out how to follow this process:
- A multi-edition Windows 11 ISO from Microsoft does not seem to work for this process? I need to modify it with MODWINDOWZ first to have a single edition first.
- When I follow the MODWINDOWZ instructions to generate the final ISO, the install.esd or install.wim file inside the ISO can't be edited using WSIM, correct? I could only get it to work by using the mod.wim from this step
Instead of the final install.wim. Is it because of this part?
I am new to all this so I'm trying to understand everything.
@indospot Thank you for asking all this. This one may take me a day or two to give you a good answer on (Gotta finish assignment first). I wrote (or write all these silly guides) when I am brand new learning too, so I can try to remember how to do said thing. I only did this one once so I have to relearn it again and maybe it can be re-written easier and clearer haha. Bare with me Will share results when available and @ you like we did on the other thread
jenneh said:
@indospot Thank you for asking all this. This one may take me a day or two to give you a good answer on (Gotta finish assignment first). I wrote (or write all these silly guides) when I am brand new learning too, so I can try to remember how to do said thing. I only did this one once so I have to relearn it again and maybe it can be re-written easier and clearer haha. Bare with me Will share results when available and @ you like we did on the other thread
Click to expand...
Click to collapse
Haha it's the same thing here! We are trying to adapt this into an official tutorial on XDA and so I am trying to learn all the details so the instructions are as clear as possible. When it's published, I hope you can look at it and see if any changes are needed
@indospot okay now that I understand what's being asked
"- A multi-edition Windows 11 ISO from Microsoft does not seem to work for this process? I need to modify it with MODWINDOWZ first to have a single edition first."
Correct, if your windows iso comes with an install.esd file in it's Sources directory, then we need to source a WIM from it of our choosing. I updated the OP to show how to do this with modwin instead of the "classic" tool as you coined it before. You can use option number 2 in modwin to do this a lot easier.
"- When I follow the MODWINDOWZ instructions to generate the final ISO, the install.esd or install.wim file inside the ISO can't be edited using WSIM, correct? I could only get it to work by using the mod.wim from this step"
I also updated this step in the OP to use Modwin now. If you select option 7, then 4 it will be able to build the iso for us once the wim is replaced in the ISO directory, and the original install.esd deleted if it isn't already.
If there's anything else I can help with please let me know! Thank you for your time in testing these things and looking forward to reading anything you put out there!
jenneh said:
Hello Friends~!
I have built a new lab for us that will teach you how to use Several features of the Windows ADK to be able to backup your entire Windows system with any files, folders, apps, programs, or drivers preinstalled and saved onto an iso.
Spoiler: PRE-REQS
A USB Thumb drive is required for this method! (or any external drive or whatever workaround you have.)
Download ADK:
https://go.microsoft.com/fwlink/?linkid=2196127
Download WinPE Addon:
https://go.microsoft.com/fwlink/?linkid=2196224
Download VMWare Player:
https://customerconnect.vmware.com/en/downloads/details?downloadGroup=WKST-PLAYER-1624&productId=1039&rPId=91446
Download MODWIN:
MODWIN.EXE
drive.google.com
Spoiler: WRITTEN GUIDE
Spoiler: PREPARING THE USB
Once all the pre-reqs are installed... Copy the entire WISM Folder to your usb thumbdrive:
Code:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM
Go to the link above, click on DeploymentTools in the toolbar and copy WISM and paste to the thumbdrive.
View attachment 5733349View attachment 5733347
Then Copy your WIM File to thumbdrive.
Spoiler: WIM SOURCE
You can use MODWIN to source a WIM file from your Windows ISOs. In order to do so, run MODWIN.exe once to install MODWIN for us. Now in C:\MODWIN paste your Windows ISO contents into the ISO folder of MODWIN. Now run MODWIN.bat
View attachment 5870271Select option 2 to source WIM and option 1 for ESD.
View attachment 5870273
Then you may choose whatever version of windows you want, and it will pull the wim for us.
When it is done you will have an install.wim file in sources that you can cut and paste to your USB.
View attachment 5870275
Further knowledge about MODWIN can be found on it's official thread
Spoiler: VMWARE PREPARATION
Run your Windows iso in vmware and fully install it. Make sure to install VMWARE TOOLS as well to make things easier.
To install VMWARE TOOLS click on PLAYER>MANAGE>then install vmware tools
We are using VMWARE because it is easier to sysprep and generalize an image in a VM as opposed to our host. You do not have to use vmware, you could use virtual box, qemu, or your host pc. I simply prefer VMWARE due to it's rubust features, like once you have installed the VMWARE tools you are able to drag and drop files to the VM, as well as copy and paste to and from the machine.
Spoiler: SYSPREP AND AUDIT MODE
In the VM Open:
Code:
C:\Windows\System32\Sysprep
View attachment 5728361
Open Sysprep and tick the Generalize box. Leave it on reboot then select OK.
When you get to this screen press:
Ctrl + Shift + F3
View attachment 5728363
This will cause the vm to reboot into audit mode.
Spoiler: BUILDING AN ANSWER FILE IN WSIM
Unplug and replug your usb thumbdrive. This will cause Vmware Player to send a popup. Select:
Connect the usb to the Virtual Machine.
To build a new Answer File:
Run Windows System Image Manager in the VM.
Select File, New Answer File, Yes.
Select your install.wim stored on the thumbdrive and Yes
Spoiler: THEN FOLLOW THESE STEPS
View attachment 5728365View attachment 5728367View attachment 5728395
Then save the answer file to your thumbdrive with the name of "AnswerFile"
Spoiler: INSTALL AND SAVE SOFTWARE TO THE WIM
INSTALL ANY DRIVERS, SOFTWARE, OR FILES AND FOLDERS on the Machine
When done, In the VM Open:
Code:
C:\Windows\System32\Sysprep
To save, open command prompt by typing cmd in Sysprep's folder toolbar, then run:
Code:
sysprep.exe /generalize /oobe /shutdown /unattend:E:\AnswerFile.xml
Spoiler: BUILDING WINPE
On your host PC, Search for Deployment, run as admin and paste:
Code:
copype amd64 e:\WinPE
View attachment 5728381
To make a WinPE ISO:
Code:
MakeWinPEMedia /iso E:\WinPE E:\Winpe.iso
Spoiler: RUN WINPE ON THE VM
Select the WinPE iso in vmware, run the machine, then press any button to enter the bios, and select boot from cd rom.
View attachment 5728383
View attachment 5728387
Spoiler: BUILD THE NEW WIM FILE
Unplug and replug your usb to re-sync to the vm
Type into command prompt:
Code:
Dism /Capture-Image /ImageFile:"E:\install.wim" /CaptureDir:C:\ /Name:install
This will create a new install.wim file for us that we can use in MODWIN to create a new iso with everything preinstalled for us!
Spoiler: BUILDING THE ISO
Copy the new WIM file and paste it back into the ISO/sources folder of MODWIN. Delete the install.esd file if it still exists.
View attachment 5870327
Run the MODWIN.bat script again, and Select option 7
View attachment 5870333
Run option 4 to build your new ISO it will go through the steps shown above and produce a new ISO for you in C:\MODWIN\MOD
Spoiler: REFS
A Very Special Thank you to @james28909 for suggesting finding this sort of a work-around for a problem in this reddit thread:
https://www.reddit.com/r/hacking/comments/xqv5dx
Capture and Apply Windows using a WIM file
Capture and apply Windows using a single WIM file
learn.microsoft.com
Windows System Image Manager Technical Reference
Windows System Image Manager Technical Reference
learn.microsoft.com
Click to expand...
Click to collapse
Great job! Thank you!
jenneh said:
@indospot okay now that I understand what's being asked
"- A multi-edition Windows 11 ISO from Microsoft does not seem to work for this process? I need to modify it with MODWINDOWZ first to have a single edition first."
Correct, if your windows iso comes with an install.esd file in it's Sources directory, then we need to source a WIM from it of our choosing. I updated the OP to show how to do this with modwin instead of the "classic" tool as you coined it before. You can use option number 2 in modwin to do this a lot easier.
"- When I follow the MODWINDOWZ instructions to generate the final ISO, the install.esd or install.wim file inside the ISO can't be edited using WSIM, correct? I could only get it to work by using the mod.wim from this step"
I also updated this step in the OP to use Modwin now. If you select option 7, then 4 it will be able to build the iso for us once the wim is replaced in the ISO directory, and the original install.esd deleted if it isn't already.
If there's anything else I can help with please let me know! Thank you for your time in testing these things and looking forward to reading anything you put out there!
Click to expand...
Click to collapse
Hi jenneh!
So after some further testing, I have discovered another issue, though I am not sure what causes this one. When I use modwin to extract a WIM file, I eventually run into a problem at the end. If I use the WIM file generated by MODWIN, the install.wim file that's created at the end using WinPE is much larger, around 12GB with only one program installed. When I build an ISO with it, Windows fails to install. It fails after I choose a partition to install to.
indospot said:
Hi jenneh!
So after some further testing, I have discovered another issue, though I am not sure what causes this one. When I use modwin to extract a WIM file, I eventually run into a problem at the end. If I use the WIM file generated by MODWIN, the install.wim file that's created at the end using WinPE is much larger, around 12GB with only one program installed. When I build an ISO with it, Windows fails to install. It fails after I choose a partition to install to.
Click to expand...
Click to collapse
This method will definitely create a huge wim file, which is the sacrifice of having your applications or whatever it is you were trying to have preinstalled first. Why it is not installing after completion is a whole other question that I am afraid I don't know the answer to. For me mine installed but that was with 1 program added to the iso. Trouble is I still don't quite understand the basics of what we even did in it unfortunately, like the purpose of answer pages and whatnot. So I kinda am at a loss to answer these, sorry.
jenneh said:
This method will definitely create a huge wim file, which is the sacrifice of having your applications or whatever it is you were trying to have preinstalled first. Why it is not installing after completion is a whole other question that I am afraid I don't know the answer to. For me mine installed but that was with 1 program added to the iso. Trouble is I still don't quite understand the basics of what we even did in it unfortunately, like the purpose of answer pages and whatnot. So I kinda am at a loss to answer these, sorry.
Click to expand...
Click to collapse
I did some further testing using MODWINDOWZ, and it turns out MODWIN wasn't the problem, but I don't know what it is. There was one time I got it to work, but I don't know what I did differently to make it work. When it worked, though, it was a smaller install.wim file at the end. This is the error I get:
I don't know what settings I may need to change. I'm just following the steps, yet I can't get it to work again. I did it once and I can't repeat it.
@indospot I was able to do all the steps just now and created a small wim in file size, the only thing I did differently than what was in the guide was I built the VM with No Network Driver so it couldn't connect to the internet. Maybe you can try this and see if it reduces the size? I will add that to the guide just incase

General WSA build 2211.40000.10.0 based on Android 13 with Magisk Root and Google Play Store

Preface:
You need at least 8 GB RAM that can get exclusively used by WSA, there is absolutely no way to bypass it. Technically you can modify the files to bypass it but then WSA is gonna crash your PC as soon as it launches since it reserves 4 GB of RAM for the VM if you have less than 12 GB RAM. ( 12 GB and above reserves 6 GB RAM for the VM ). Take note that you cannot set WSA to use the page file on computer's SSD, it can only use PC's physical RAM to load into, there is not even a registry hack that can do that.
Some heavy games as Free Fire or as CarX Streets require 8 GB RAM for themselves to flawlessly run, so PC must have at least >= 20 GB RAM ( 8 GB WSA + 4.5 GB Windows 11 OS + 8 GB game ).
Also it doesn't make any sense to install WSA emulator on a desktop computer with less then 4 CPU cores, because you will not have the performance as expected. Reason: the WSA emulator not only shares computer's RAM, but also its CPU cores.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Windows Subsystem for Android (WSA) updated to Android 13 with build 2211.
WSA version 2211.40000.7.0 brings massive improvements in boot performance for WSA, claiming to be about 50%. Improved mouse click input, clipboard stability, application resizing, an upgraded Intel bridge technology for Android 13, and more.
The most important improvement comes with the upgrade to Intel bridge technology ( AKA Houdini ) for Android 13. Reliability improvements to media files opening in Windows. Jumplist entries for applications supporting app shortcuts.
Here is the WSA installer with Magisk Root and Google Play Store :
WSA_2211.40000.10.0_x64_Release-Nightly-with-magisk-a468fd94(25205)-canary-MindTheGapps-13.0-RemovedAmazon
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Take note that the default pre-installed Amazon app store is got removed!
This WSA package supports Project Treble
Note:
The entire WSA ( read: Android 13 OS ) is in one folder stored what occupies >2 GB disk space. The user-apps and their data get by default stored on Windows computer in %USERPROFILE%\AppData\Local\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx - what may eat up >40 GB. Info: A .VHDX file holds contents of a complete hard disk virtually in the form of a single file).
Prereqisites:
1. Remove existing WSA-installation if not done yet.
Otherwise make sure that Hyper-V feature got added to Windows OS:, if not already done yet, either via PowerShell
or manually
2. Make sure in Windows Settings the Developer Options are turned ON
Installation:
1. Download the mentioned .7Z - file,.
2. Create folder C:\WSA if C: drive is a SSD drive and has >40 GB free available disk space
or on any other drive on computer. Remind WSA stores all user-apps by default in %USERPROFILE%\AppData\Local\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache - you can't change this.
3., Extract the downloaded WSA archive file ( 678 MB ) using 7zip as the file is compressed in 7z format to WSA folder on drive C:. Example code
Code:
D:\7za-v920\7za-x64.exe e C:\WSA\*.7z o C:\WSA
4. Enter the WSA folder and delete the .7z file located therein.
5. Also therein delete the file Install.ps1 because has wrong content.
6. Open Powershell ( recommended v7 ) as Administrator and run this code within
NOTE: If you are using PowerShell 7+, please run
Code:
Import-Module Appx -UseWindowsPowerShell
before using Add-AppxPackage.
This should start installing WSA with Magisk and Play Store immediately.
7. Search Android and the first option should be Windows Subsystem for Android.
Launch it.
Launch Files ( means: enter WSA )
Go to Developer Tab and enable Developer Mode.
Install RootChecker app to verify ROOT - use WSASideloader Tool, available in Microsoft Store
Installl any Android launcher (e.g. Launcher Neox) - use WSASideloader Tool available in Microsoft Store
Recommendation:
Install as next user app on WSA the File Manager + app what allows you to access WSA files from PC - it acts as the FTP server, Windows Explorer is the FTP client:
Info: here is Setting up Windows File Explorer as FTP client explained.
You also may or may not install a browser to access the Internet ( e.g. DuckDuckGo Privacy Browser - its APK is atatched )
Verifying:
You may install CPU-Z, too, to see what you got.. It's APK is attached.
Hint:
If Windows computer has enough RAM ( >=12 GB ) then add WSA to Windows's Start Apps to launch it when you log in.
It is worth mentioning that the version of Microsoft.UI.Xaml is outdated and will cause an error. To resolve this issue, follow these steps:
- Go on https://www.nuget.org/packages/Microsoft.UI.Xaml/2.8.1 and Download package
- Extract the zip file and install the appx located in \tools\AppX\x64\Release by clicking on the file.
- Enable Windows Developer Mode and authorize PowerShell scripts that are not signed.
After following these simple steps, the process was successful and functioning correctly. Thanks a lot !
jwoegerbauer said:
Preface:
You need at least 8 GB RAM that can get exclusively used by WSA, there is absolutely no way to bypass it. Technically you can modify the files to bypass it but then WSA is gonna crash your PC as soon as it launches since it reserves 4 GB of RAM for the VM if you have less than 12 GB RAM. ( 12 GB and above reserves 6 GB RAM for the VM ). Take note that you cannot set WSA to use the page file on computer's SSD, it can only use PC's physical RAM to load into, there is not even a registry hack that can do that.
Some heavy games as Free Fire or as CarX Streets require 8 GB ROM for themselves to flawlessly run, so PC must have at least >= 20 GB RAM ( 8 GB WSA + 4.5 GB Windows 11 OS + 8 GB game ).
View attachment 5798541
Windows Subsystem for Android (WSA) updated to Android 13 with build 2211.
WSA version 2211.40000.7.0 brings massive improvements in boot performance for WSA, claiming to be about 50%. Improved mouse click input, clipboard stability, application resizing, an upgraded Intel bridge technology for Android 13, and more.
The most important improvement comes with the upgrade to Intel bridge technology for Android 13. Reliability improvements to media files opening in Windows. Jumplist entries for applications supporting app shortcuts.
Here is the WSA installer with Magisk Root and Google Play Store :
WSA_2211.40000.10.0_x64_Release-Nightly-with-magisk-a468fd94(25205)-canary-MindTheGapps-13.0-RemovedAmazon
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
The Amazon Store is got removed!
Package content:
View attachment 5797017
Note:
The entire WSA ( read: Android 13 OS ) is in one folder stored what occupies >2 GB disk space.
Prereqisite:
Remove existing WSA-installtion if not done yet.
Installation:
First, Extract the WSA zip file using 7zip as the file is compressed in 7z format.
Rename the newly created WSA folder to something like "wsa"
Enter the WSA folder.
Delete the file Install.ps1 because has wrong content
Create a new Install.ps1 file with content like this
Code:
Add-AppxPackage -Path <PATH-TO-WSA-FOLDER>\AppxManifest.xml -Register
Right-click Install.ps1 and select Run with PowerShell As Administrator
This should start installing WSA with Magisk and Play Store immediately.
Search Android and the first option should be Windows Subsystem for Android.
Launch it.
Go to Developer Tab and enable Developer Mode.
Search Play Store, launch it, sign in, and install any Android launcher (Nova, Action, Lawnchair)
Recommendation:
Install as 1st app on WSA File Manager + what allows you to access WSA files from PC.
View attachment 5799321
Hint:
Add WSA to Windows's Start Apps to launch it when you log in.
View attachment 5799167
Click to expand...
Click to collapse
Hi, could u please specify how the app helps one to access the wsa files on pc
The File Manager+ app lets you connect with your PC using different protocols:
You would select FTP​
because FTP allows you​
To access your Android phone’s files on your PC via Wi-Fi without using USB
To send and receive files between Android and PC
You can also perform actions such as copy, move, delete, rename, etc. on your Android files from your PC.
Thank you @jwoegerbauer, nice info. Installed it tonight and it worked a treat. Nice and quick. Nice job thanks.
CAN YOU PLEASE UPLOAD VERSION WITH GAPPS PICO?
jwoegerbauer said:
The File Manager+ app lets you connect with your PC using different protocols:
View attachment 5804751
You would select FTP​
View attachment 5804945
because FTP allows you​
To access your Android phone’s files on your PC via Wi-Fi without using USB
To send and receive files between Android and PC
You can also perform actions such as copy, move, delete, rename, etc. on your Android files from your PC.
Click to expand...
Click to collapse
Hi I test this with application "material files" on f-droid but dont' work, how can I connect files with FTP ? thanks you.
Do you need install package like d0raken said ?
Thanks you so much !
IDK anything about Material Files app, and I won't to run tests with it. Sorry.
The advise given by @doraken is worthless: DO NOT INSTALL THE MENTIONED
APPX FILE!
YESHIVISH said:
CAN YOU PLEASE UPLOAD VERSION WITH GAPPS PICO?
Click to expand...
Click to collapse
The provided WSA installer isn't pre-made by me.. IMO you can add OpenGApps Pico ( Platform: x86_64 ) at your own by means of ADB using the flash-archive.sh script you can get here.
At time of this writing it's "open_gapps-x86_64-9.0-pico-20220503.zip".
At Windows Command prompt you would enter and run the code listed next line-by-line
Code:
adb disconnect 2>nul
adb connect 127.0.0.1:58526
adb shell "mkdir -p -m 755 /sdcard/Download/.genymotion"
adb shell "mkdir -p -m 755 /sdcard/Download/.genymotion/recovery"
adb push C:\open_gapps-x86_64-9.0-pico-20220503.zip /sdcard/Download/
adb push C:\flash-archive.sh /sdcard/Download/
adb shell "cd /sdcard/Download"
adb shell "dos2unix flash-archive.sh"
adb shell "sed -i 's/\/data/sdcard/Download/g' flash-archive.sh"
adb shell "chmod +x flash-archive.sh"
adb shell "flash-archive.sh open_gapps-x86_64-9.0-pico-20220503.zip"
adb shell "rm -f /sdcard/Download/open_gapps-x86_64-9.0-pico-20220503.zip"
adb shell "rm -f /sdcard/Download/flash-archive.sh"
adb shell "rm -r /sdcard/Download/.genymotion"
adb disconnect 2>nul
adb usb
adb reboot
assumed the 2 downloaded files are located in root of Windows computer's drive C:
NOTE: This method was never tested by me, so don't blame me if it does't work as expected.
can someone please guide how to build these ? which repo is working ?
edit : getting this error
@Er. Aditya
Look inside here
Redirecting
xXx yYy said:
@Er. Aditya
Look inside here
Redirecting
Click to expand...
Click to collapse
thankyou so much il check and see if this sorts it out
@
jwoegerbauer bro can u tell which repo u used to build the wsa zip ?​
The WSA package got made by https://www.androidsage.com/2022/12...-2211-with-magisk-root-and-google-play-store/
jwoegerbauer said:
The WSA package got made by https://www.androidsage.com/2022/12...-2211-with-magisk-root-and-google-play-store/
Click to expand...
Click to collapse
thankyou sooo much bro so all github actions and servers are down
I followed all the steps properly on this post, I got the WSA, magisk and playstore apps in my start menu. But the WSA does not start. The app itself starts but the android apps do not start. Please help
IMO that's contradicting: "But the WSA does not start. The app itself starts but the android apps do not start."
Anyway:
Apps you installed are shown in installed launcher? If so, then any error message / error code gets displayed?
If nothing is shown, even not the launcher, then you probably have a masssive RAM problem or type of installed apps are incpmpatible / unsupported.
jwoegerbauer said:
IMO that's contradicting: "But the WSA does not start. The app itself starts but the android apps do not start."
Anyway:
Apps you installed are shown in installed launcher? If so, then any error message / error code gets displayed?
If nothing is shown, even not the launcher, then you probably have a masssive RAM problem or type of installed apps are incpmpatible / unsupported.
Click to expand...
Click to collapse
I meant that The green coloured WSA app, which shows various options like developer options, turn off wsa, etc starts; But the android apps do not start, i.e the engine does not start. There's no error message, it keeps showing that WSA is starting for ever. I have 16 gigs RAM, with a Ryzen 5 4600h, and the RAM is mostly less than 40% used. I did not install any apps, I only tried to launch Magisk and playstore but the Android engine itself does not start and does not show any error. I tried installing various times but got the same results. However, an older build (android 12 based) that I found on another website gets installed perfectly fine and the apps run as well.
You get this screen, means WSA stucks on loading, correct?
What I'ld do:
Step 1:
Press the Windows + I keys together to open the Settings application.
Step 2:
Find the Apps part and click it to open it. After that, click the Apps & features tab on the right sidebar.
Step 3:
Next, scroll down the page, find the Windows Subsystem Android app, and click the three-dot menu beside it.
Step 4:
Then, click Advanced options. Finally, click the Repair or Reset button to repair or reset the app on Windows 11.
jwoegerbauer said:
You get this screen, means WSA stucks on loading, correct?
What I'ld do:
Step 1:
Press the Windows + I keys together to open the Settings application.
Step 2:
Find the Apps part and click it to open it. After that, click the Apps & features tab on the right sidebar.
Step 3:
Next, scroll down the page, find the Windows Subsystem Android app, and click the three-dot menu beside it.
Step 4:
Then, click Advanced options. Finally, click the Repair or Reset button to repair or reset the app on Windows 11.
Click to expand...
Click to collapse
Thanks. My problem is solved now

Categories

Resources