[Q] Windows RT on an Android Tablet/Smartphone!? - Android Q&A, Help & Troubleshooting

Hello guys, i was thinking about Windows RT on an Android Tablet or Smartphone?
One year ago an Italian developer called "MAROCCO2" (i'm italian, sorry for my really bad english) was trying to install Windows RT on an Android Tablet. I have taken his guide and i have translated it (bad, but i hope you can understand it!):
Hi all!
I opened this topic for explain my theory on the installation of Windows RT on an Android Device and Android on a Windows RT Device.
With the help of Hoxygen92, Pasquiindustry, CodeLyoko153 and of the best hackers, find the way to coexist those operating sistems.
Requirements:
1.An Android Tablet of 10 inches and over, with at least 60GB
2.SD Card of 16GB and over
3. A Windows RT Tablet to extract its OS.
WARNING! I’M NOT RESPONSIBLE OF ANY DAMAGE FOLLOWING THIS GUIDE. FOLLOW THIS GUIDE AT YOUR OWN RISK!
PART 1
Let’s start:
Insert Windows RT DVD
Download and install Windows Automated Installation Kit (AIK) that include imagex.exe which we’ll need to copy data on the SD
Connect the SD Memory to Windows 8 and format it in a FAT 32 Primary (unique partition), to do it we can use Disk Management of Windows or we can run those commands from a CMD runned by administrator (recommended):
diskpart
list disk
select disk 1
clear (all)
create partition primary
format fs=fat32 quick
active
exit
Now use images.exe file, from command prompt:
imagex.exe /apply D:\sources\install.wim 1 F:\-
supposing that the D letter is assigned to the DVD drive, while the letter F is assigned to the SD Memory.
The copy is very slow and it can takes few hours. When it finish start from the terminal (ever opened as administrator) this command that will copy boot’s files from the actual installation of Windows RT:
bcdboot.exe F:\windows /s F: /f ALL
At this point you can do the boot from the SD memory. Obviously the first start it ask the initial configuration and some restarts of the system.
We are half of the way; now we see what to do with the Android device.
(WARNING: NEXT PROCEDURE CAN VARY FROM DEVICE TO DEVICE AND CAN BE INCORRECT)
PART 2
1. Unblock Bootloader
2. From a Custom ROM or an application, modify the bootloader to transform it in UEFI
3. Insert the SD memory
4. Restart the tablet and go to the recovery menù
5. Set the SD card to Startup Disk and save.
6. Now the installation should appear and, after some restart, Windows RT should appear!
TOOLS
For UEFI:
EDK2 and GCC-SHELL together.
Now the doubts starts…
How will react Windows 8 when it see Android? Or the other way: How Android will react when it see Windows 8?
Which activation key we must use for Windows RT? None!
This need testers that doesn’t care if the tablet will broke.
Copyright Windowsblogitalia.com​
Now, i will ask to you, is this possible? Like a smartphone like Galaxy S4 or a tablet? It seems easy, but i'm a noob in this field!
EDIT:
A developer called CotullaCode has got success on porting Windows RT on a HTC H2 which it has got 1 GHz Snapdragon processor and 512 mb of RAM! You can search him on Twitter to see some photos!

Up!
No one can help me?

Up
Up!

Related

How install Debian on a LG P500

If you want to install Debian, just follow this step:
1. Download this : megaupload.com/?d=EV1SOKWJ
In the debian folder you should change the installer.sh and bootdeb files by this one
Download them:
installer.sh : mediafire.com/file/6j99zi0g1lu4oxq/ashu11x_installer.rar
Bootdeb : mediafire.com/file/osshm94mo1qhd65/ashu11x_bootdeb.rar
2. After that, copy the debian folder unzipped to the root of your sd-card
3. Than open Terminal and type:
Code:
su
cd /sdcard/debian
sh installer.sh
bootdeb
cd /scripts/onetime.sh
sh onetime.sh
That's it!
Credits:
ashu11x
An other way to install it
I'm back:
Ok galoula create a universal way to install Deban AND UBUNTU
So,
Download Linux Installer here:
uk.androlib.com/android.application.com-galoula-linuxinstall-tFjz.aspx
Install it
Press "Menu" button and choose "Setup".
The configuration apper, the defaults settings work without touch anithing : Debian Leny into a 500M loop file named "Linux.loop" in th sdcard. for lunch this Linux, the script name is "linuxboot".
Detailled functions :
- Install into LOOP file
Check to box if you want use an loop file, a loop file, is a virtual disk, same as image of hard drive. The loop file can be in any directory. I recomand to put this loop file into sdcard with an extension ".loop".
- Server
Name or IP of download server. If this option is empty, the default server is used. To install ubuntu, leave emtpy.
- Distribution type
Type of distibutions, actualy, Debian or Ubuntu.
- Distribution version
Version in type distribution. Warning ! Please check your version with a real type ! Debian can be Lenny or Squeeze, but no Dapper or Jaunty ! This two end, is Ubuntu version !
- Script to lunch Linux
The command to lunch Linux. you can choose own command to lunch. It permit to install Lenny into file Lenny.loop with script name bootLenny and install. after that install debian squeez or Ubuntu Jaunty into a partition of your SD card, and use an JauntyBoot to lunch jaunty. You have two Linux distributions on the same phone !
- Install into (loop)
Enter full path for the filename used as loop. I recommend to /sdcard/myfile.loop
- File size
The size of file allowed for loop. The size is alocated directly, no possible to change or have an dynamic size !
Click to expand...
Click to collapse
The full site with pictures
android.galoula.com/en/LinuxInstall/
where is the /scripts/onetime.sh
http://forum.xda-developers.com/showthread.php?t=1129803
http://forum.xda-developers.com/showthread.php?t=996746
http://forum.xda-developers.com/showthread.php?t=954807
ccownu said:
I'm back:
Ok galoula create a universal way to install Deban AND UBUNTU
So,
The full site with pictures
android.galoula.com/en/LinuxInstall/
Click to expand...
Click to collapse
on My P500 that one sucks, it worked on 2 gb not on 8 gb, but as told its an rc
Or just do this: ← How to Build CHROOT ARM Ubuntu Images for Android! (UBUNTU ONLY) SHALL WORK ON DEBIAN I THINK!
How to Install Busybox on your Android! →
How to Install Ubuntu on Android!
Posted on February 1, 2011 by admin
For those of you who want to install Ubuntu on your Android smartphone or tablet device, here’s our universal guide on how to do it. (This guide is based off my original guide at NexusOneHacks.net)
*Note – This guide should work on most “rooted” Android smartphones/tablets with no further modification.
We will be running Ubuntu “chrooted” under Android OS, which just means that we will be running a “virtual” Ubuntu OS that runs on top of the Android OS. Your Android OS will work fully (e.g. your phone will keep working normally) while the Ubuntu runs on top of it.
First of all, you should have your Android device “rooted” because you need root access to run Ubuntu off your Android.
Second, your Android OS must support loop devices. Most newer Android smartphones/tablets come with this support so we can mount our Ubuntu image as a loop device. If not, you will either have to build your own kernel with support for loop devices or you can try an aftermarket ROM for your phone as most aftermarket ROMs come with support for it.
For example, G2 Phone and Nexus One both come with loop device support so there’s no need for us to compile a new kernel for it but for others, you may have to.
How do you know this? Just try installing Ubuntu and if it doesn’t boot, your Android device needs a kernel with loop device support. Otherwise you are fine.
How to Install Ubuntu on Android! (Windows)
First, download the following Ubuntu.zip file (from a preferred mirror), unzip and copy over the whole ubuntu directory to the SD card of your Android smartphone/tablet device:
Download ubuntu.zip http://downloadandroidroms.com/files/get/Nhi9EJWSw7/ubuntu.zip
(Turn USB storage ON then copy over the Ubuntu folder to the root directory of your SD card.)
(What it looks like after copied over to the SD Card)
1) Again, make sure you have your Android smartphone/tablet “rooted”!
2) You must have Android SDK installed or have access to adb.exe.
3) Make sure your Android phone/tablet is in debugging mode. Go to Settings->Applications->Development and make sure USB Debugging is checked ON.
4) Connect your Android device to your computer via USB cable and set the USB mode to “Just Charge”.
5) Your Android device should be recognized as “ADB Device” under Device Manager. If not, install appropriate drivers.
For all HTC Android smartphones/tablets (such as G2 Phone, Nexus One), you can download Windows drivers here:
HTC Windows 64-bit driver download – Click Here to Download Driver
HTC Windows 32-bit driver download – Click Here to Download Driver
6) Open up a command prompt by typing “cmd” under Start->Search programs and files.
7) Browse to your SDK directory where you installed the Android SDK:
8) Then go into platform-tools directory:
9) Type “adb devices” to double-check your Android device is recognized.
In this example, I used an HTC G2 Phone, which shows up at “HT09SR204261″. This is fine. However, if you get an empty device, that means you didn’t install the drivers for your phone/tablet correctly. (Go back to #5)
10) Type “adb shell” to enter the Android shell.
Then type “su” to enter super user mode, then type “cd /sdcard” and “cd ubuntu” to enter the ubuntu directory in your SD card of your Android device.
11) Next, type “sh ubuntu.sh” to run the script which will basically get your Ubuntu image ready to run on your Android smartphone/tablet.
If you get error messages, don’t worry and keep going.
12) Type “bootubuntu” to enter Ubuntu. (Next time you enter Ubuntu, you just need to type “bootubuntu” from your /sdcard/ubuntu directory, no need to run ubuntu.sh again.
If you got “[email protected]” at this point, congratulations! This means your Android OS comes with loop device support and Ubuntu is now running “chrooted” on top of your Android OS!!!
However, if you failed at this point, your Android OS probably doesn’t support loop devices, try installing another ROM or compiling your own kernel with loop device support.
How to Install Programs on your Ubuntu!
Once you’ve got Ubuntu running on your Android device, it’s time to install some Ubuntu packages(or programs).
Type “apt-get update” to update, this is the first thing you will need to do before installing any new programs.
How to Install OpenSSH-server on your Android Ubuntu!
Type “apt-get install openssh-server” to install OpenSSH-server. What is OpenSSH-server? If you want to connect to your Android Ubuntu via an IP address (and SSH into it), you will want to do this.
How to Install TightVNCServer on your Android Ubuntu!
If you want to access the GUI of your Android Ubuntu, you can install TightVNCServer, which allows you to access the Android Ubuntu via Android VNC app on your Android smartphone/tablet or even access it remotely from your desktop computer.
Type “apt-get install tightvncserver” to install.
How to Fix Language Issues
Above is after I connected to my Android Ubuntu via SSH2. Well, for some reason my default language switched to German. To fix that, just type “export LANG=en_US.UTF-8″:
How to Install LXDE!(optional)
Next, we will install LXDE (Lightweight X11 Desktop Environment). Although we can use Ubuntu’s default GNOME (and trust me I love that), LXDE takes up less memory so our GUI access will be faster.
If you like GNOME, you can skip this step though.
Type “apt-get install lxde”
Next, let’s setup xstartup file so that when TightVNCServer is started, the LXDE runs instead of GNOME:
Type “cat > /root/.vnc/xstartup”
Then type:
cat > /root/.vnc/xstartup
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
icewm &
lxsession
Then hit Ctrl+D twice and enter to save the file.
How to Start TightVNCServer!
Next, let’s start the TightVNCServer and connect to it from our Android phone and my Windows 7 desktop:
Type “export USER=root” and “vncserver -geometry 1024×800″.
Here, you can change the resolution settings 1024×800 to the resolution of your liking.
Now your TightVNCServer is ready to accept any incoming connections from your phone or computer. Just point to the correct IP address and use port number 5901 to connect.
On your Android smartphone, just download the free app “Android-VNC-Viewer” and set the IP address to “127.0.0.1″ and port number 5901 to connect.
And you should be able to get into your Ubuntu like this:
You can also use desktop software like TightVNC Viewer and connect to your phone.
Do “ifconfig” to find out what your IP address is in your Android Ubuntu.
In this example, mine was connected to “192.168.1.131″.
Then connect to “192.168.1.131:5901″ on your TightVNC Viewer:
Here’s LXDE running on my desktop off my G2 Phone’s Ubuntu:
Troubleshooting
Ubuntu not running?
Try typing “cp” under Android shell and if you get an error message, it means you need to install Busybox. Install Busybox and try again.
Final Thoughts
As said in the video, there will be a lot of improvements in the speed of Android devices in the near future. This year, there will be a slew of dual-core 1Ghz processor-equipped Android devices being introduced. Which just means our Android Ubuntu will run faster and faster.

[Q&A] Android x86 tutorial

Q&A for Android x86 tutorial
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
2071
Drakosha said:
How to install Android x86
(Sony Vaio Tap 11)​
GPT, UEFI, working ARM translator​
Hi.
This guide is written for "[FONT=&quot]Sony Vaio Tap 11[/FONT]" (all versions), but it should work for most, if not all UEFI computers with GPT hard drives. However, on "[FONT=&quot]Sony Vaio Tap 11[/FONT]", Android 4.4 RC1 works perfectly. EVERYTHING is functional, including ARM translator, both cameras, Wi-Fi, touchscreen, Bluetooth etc. Therefore, this tablet is an ideal choice for running Windows 8.1 together with Android.
First, download all the required files & software in one package:
What you need:
One USB flash drive (16GB minimum) for installation
Minitool Partition Wizard 8.1.1 (included)
Notepad++ 6.5.5 (included)
Android 4.4 RC1 with libhoudini, GAPPS, Root & UEFI-patched kernel (included)
GRUB from Ubuntu 13 (included)
Working UEFI Windows 8.x with GPT hard drive, on the computer where you are going to install Android to.
The installation is very simple, however if you do not know what is "partition" or how to enter BIOS –​ Please DO NOT TRY THIS. Ask someone for help.​
YES, IT IS POSSIBLE TO RUIN YOUR WINDOWS INSTALLATION AND LOOSE ALL OF YOUR DATA IF YOU MAKE MISTAKE DURING PARTITIONING,
so please be careful.​
Let us begin then! Everything is going to be done on the same Windows 8 PC you are installing Android to.​
[FONT=&quot]0) [/FONT]Go to your PC BIOS and turn OFF "Secure boot" (it will not affect Windows 8). On "[FONT=&quot]Sony Vaio Tap 11[/FONT]" it is ALSO required to "Clear all secure boot keys" in BIOS setup and reboot once. Leave UEFI boot turned on.
[FONT=&quot]1) [/FONT]Start Windows & install Minitool Partition Wizard 8.1.1 (pwhe8.exe).
[FONT=&quot]2) [/FONT]Insert 16 GB USB drive. Format it with regular Windows Explorer, use FAT32.
[FONT=&quot]3) [/FONT]Run Minitool Partition Wizard. BE CAREFUL! CHOOSE YOUR USB DRIVE, NOT YOUR HDD! Resize the main partition of your USB drive so that there is 7.9GB of free space left AT THE END. Do not exceed 8GB.
[FONT=&quot]4) [/FONT]Not closing Minitool Partition Wizard, create PRIMARY EXT2 partition to the extent of that 7.9GB of the empty space on your USB drive. Name it "Android".
[FONT=&quot]5) [/FONT]Close Minitool Partition Wizard. Go to Windows Explorer and copy everything FROM the folder "[FONT=&quot]Install USB[/FONT]" (not the folder itself!) to your USB drive, so that you have "[FONT=&quot]EFI[/FONT]", "[FONT=&quot]boot[/FONT]" and "[FONT=&quot]android[/FONT]" folders in the USB drive's root.
[FONT=&quot]6) [/FONT]Press "Shift" on the keyboard, and while holding it choose "Restart" from Windows 8 charm bar (that annoying vertical stripe to the right). "Advanced Reboot" menu appears, choose "Use device" -> "UEFI USB drive"
Now, if you are using Sony Vaio Tap 11, there is everything already set in config files & you do not need to edit them. However, if your PC is different, now it's a good time to test if it can run Android x86 at all. So:
[FONT=&quot]7) [/FONT]a) - ([FONT=&quot]Sony Vaio Tap 11[/FONT]) - When black GRUB startup screen appears, choose "Install Android" -> wait for installation screen -> Select partition "sdb2 (linux)" -> Select "Do not format" -> Select "Yes, install GRUB" -> Select "Yes, install system r\w" -> Wait -> Select "Reboot".
[FONT=&quot]7) [/FONT]b) - (NOT [FONT=&quot]Sony Vaio Tap 11[/FONT]) - When black GRUB startup screen appears, choose "Live Android 4.4" and TEST EVERYTHING. Don't worry if ARM translator doesn't work - it will, after you install Android to HDD. If everything seems fine, choose "Power Off" from Android (NOT “REBOOT”!), start Windows again and repeat steps 6) & 7a).
[FONT=&quot]8) [/FONT]Now that you have installed Android to EXT2 partition on your USB drive, it is time to move it to HDD. Remove USB drive. Start Windows and launch Minitool Partition Wizard.
[FONT=&quot]9) [/FONT]THIS IS THE PART WHERE YOU MUST BE VERY CAREFUL. Select your main computer's HDD. Find Windows partition (disk C:). If C: is your PC's only drive (like on [FONT=&quot]Sony Vaio Tap 11[/FONT] and most Ultrabooks) - carefully resize it with Minitool Partition Wizard, leaving ~8.5GB of free space AFTER it. WARNING! DRIVE C: IS NOT ALWAYS THE "LAST" PARTITION ON YOUR HDD - SOMETIMES THERE ARE ADDITIONAL RECOVERY & OEM PARTITIONS AFTER IT, WHICH YOU CAN'T SEE UNDER WINDOWS, BUT CAN IN Minitool Partition Wizard. DO NOT TOUCH THEM! RESIZE JUST THE DRIVE C:! If there are additional (logical) drives in your PC (D:, E: etc.) - resize the last one that you can see under Windows explorer, but, I repeat, DO NOT TOUCH ANY PARTITION BEFORE OR AFTER IT!
[FONT=&quot]10) [/FONT]Close Minitool Partition Wizard. Insert your 16GB USB drive, where Android was just installed. Launch Minitool Partition Wizard again.
[FONT=&quot]11) [/FONT]Select your USB drive. Choose EXT2 partition and COPYit to the free space of your main HDD, but position it AT THE END OF FREE SPACE - remember, we created EXT2 with the size of 7.9GB, but resized C: to free 8.5GB? Therefore, there will be ~500-600MB of free space left BETWEEN YOUR RESIZED DRIVE C: & EXT2 PARTITION. That's exactly what we need.
[FONT=&quot]12) [/FONT]When copying of EXT2 partition finishes, create new PRIMARY FAT32 partition in that 500-600MB of remaining free space. Name it "GRUB" and let Minitool Partition Wizard assign some drive letter to it (don't worry, it is all temporary). Let's assume that the letter assigned was "E:"
[FONT=&quot]13) [/FONT]Now the fun part COUNT (literally, with your finger) ALL PARTITIONS ON YOUR HARD DRIVE FROM LEFT TO RIGHT - count every single one, including the just created "GRUB". Write down (on a sheet of paper) the position of your just copied EXT2 partition - on [FONT=&quot]Sony Vaio Tap 11[/FONT], it will be number 7, on other GPT computers - likely 6 (or 7). Close Minitool Partition Wizard.
[FONT=&quot]14) [/FONT]Go to Windows Explorer and copy everything FROM the folder "Copy to GRUB HDD Partition" (not the folder itself!) to your newly created "E:" drive ("GRUB"), so that you have "EFI" and "boot" folders in "E:" drive's root.
[FONT=&quot]15) [/FONT]Go to "E:" drive's root and edit the file "boot" -> "grub" -> "grub.cfg". Do NOT use Windows' "Notepad" for that, use included "Notepad++"
[FONT=&quot]16) [/FONT]Find this:
Code:
menuentry "Run Android x86" {
set root=(hd0,gpt7)
linux /android-4.4-RC1/kernel root=/dev/sda7 androidboot.hardware=android_x86 SRC=/android-4.4-RC1
initrd /android-4.4-RC1/initrd.img
}
CHANGE "root=(hd0,gpt7)" & "root=/dev/sda7" TO THAT NUMBER YOU'VE WRTITTEN ON A SHEET OF PAPER - for example, if your EXT2 partition was 6th from the left, change "root=(hd0,gpt7)" to "root=(hd0,gpt6)" & "root=/dev/sda7" to "root=/dev/sda6". DO NOT CHANGE ANYTHING ELSE. DO NOT ADD SPACES. Save the file.
[FONT=&quot]17) [/FONT]Edit the file "boot" -> "grub" -> "loopback.cfg" in exactly the same way as in the previous step. Save the file. Close editor.
[FONT=&quot]18) [/FONT]Remove USB drive if you had not already. That is important – if USB is inserted, then ITwill become “hd0” for grub & Android would fail to load.
[FONT=&quot]19) [/FONT]Reboot your PC. It will start Windows as usual. Wait until it booted completely and go to Desktop (from Windows 8 Metro screen)
[FONT=&quot]20) [/FONT]Move your mouse to the very bottom-left corner & press RIGHT button. Choose "Disk Management". Find your little ~500-600MB "GRUB" partition (disk "E:" in this guide), press right mouse button & pick "Change drive letters & paths". Press "Remove" button. No more useless disk "E:" in Explorer
[FONT=&quot]21) [/FONT]At last, press "Shift" on the keyboard and, while holding it, choose "Restart" from Windows 8 charm bar (that annoying vertical stripe to the right). "Advanced Reboot" menu appears, choose "Use device" -> and surprise! New choice appears there - "UEFI HDD drive"! That is your Android. This is how you will access it every time (reboot Windows with "Shift").
To return to Windows from Android, just select "Power Off" from drop-down, & then simply start your PC again. Do NOT use terminal command "Reboot" - if PC is rebooted from Android to Windows without proper shutdown, Bluetooth will not work under Windows until switched on\off in Android.
In a rare case when GRUB becomes the default UEFI loader, not letting you to start Windows – there’s an entry in it to chainload UEFI Windows 8 boot manager. You have 5 seconds on every boot to select this entry. Then your PC will boot Windows normally, & Windows should automatically correct its loading sequence. Android will still be accessible in a usual way.
That's it Happy hacking!
Click to expand...
Click to collapse
I have tried following your instructions to put android on my sony Vaio tap 11, but I cant even get past step 5
Ive followed each step to the letter, but once ive created the 'Primary EXT2' partition, I cant see the usb drive in my computer to copy over the 'Install USB' files
Have you got any idea where im going wrong?
smash monkey said:
I have tried following your instructions to put android on my sony Vaio tap 11, but I cant even get past step 5
Ive followed each step to the letter, but once ive created the 'Primary EXT2' partition, I cant see the usb drive in my computer to copy over the 'Install USB' files
Have you got any idea where im going wrong?
Click to expand...
Click to collapse
Once you perform step 2, (Format it with regular Windows Explorer, use FAT32) you should be able to copy the files to the USB drive. If not, there could be an issue with your USB drive. You won't be able to see the EXT2 filesystem on Windows, this is just for OS installation later.
Ok il try transferring the files then doing step 3, 4 (not 5 because weve already copied it) then 6 onwards. Thanks
The USB drive itself is fine, I use it everyday
---------- Post added at 03:44 PM ---------- Previous post was at 03:37 PM ----------
bitpushr said:
Once you perform step 2, (Format it with regular Windows Explorer, use FAT32) you should be able to copy the files to the USB drive. If not, there could be an issue with your USB drive. You won't be able to see the EXT2 filesystem on Windows, this is just for OS installation later.
Click to expand...
Click to collapse
I tried this, and when I reboot using the advanced reboot, use device, UEFI USB drive, it just reboots and goes to windows.
Oh and also my sony vaio tap 11 in advanced reboot > usb device > it doesnt say 'UEFI USB Drive', it just says 'EFI USB Drive'
now when I was doing step 0, there wasnt anything in my bios that said 'Clear all secure boot keys'
Not sure why this wont work for me, im usually quite good with following these sort of things.
Anymore tips?
Ok a bit of an update,
If i boot from the USB stick (this is a second usb stick im trying now)
I get: Could not open "\EFI\BOOT\fallback.efi": 14
error: variable 'root' isn't set.
Any ideas?
smash monkey said:
Ok a bit of an update,
If i boot from the USB stick (this is a second usb stick im trying now)
I get: Could not open "\EFI\BOOT\fallback.efi": 14
error: variable 'root' isn't set.
Any ideas?
Click to expand...
Click to collapse
ok so i only have the error "error: variable root isnt set" if anyone can help please??
Anyone got any ideas on this issue please?
How to install Android x86 (Sony Vaio Tap 11)
Hello, Android 4.4 KitKat is working perfect on my Sony Vaio Tap11, but i have not enough disk space to be able install Apps on the partion that i create for Android. could you please help.
where to get android-x86 system files tool?
Can not distinguish partitions during x86 install on a win7 notebook
Sda 1
Sda 2
Sda 3 . . . And 2 more even though i have only 3 partitions.
There is no other information , and I do not want to instal Android in the Windows C volume. The only recognisable item from that list is the flash drive containing the Android installation Files. This is the very first day on this forum and the very first question, Im yet to find my way around this site.
Thank you
Hello guys
it will be helpfull if anybody will port android x86 L to 32 bit......
installed and used once. Reboot fails as the grub config hasnt been written. " error - variable root hasnt been set." system is read only so I guess the grub file will never get written. The installer needs option to write a grub config or installer generates its own. Im sick of reinstalling this thing through all install options. maybe in a year or two I'll try again.

How to Install Android OS on Virtual machine in PC ?

Can anybody explain me how to install android os on virtual machine on my computer. So that i can easily use the android apps on my pc without using the emulator and i think this would work better. Please Help...
You may take advantage of BlueStacks.
My recommendation: BLISS OS ( dual boot solution )
Emulators - where it doesn't matter which one - are always only a stopgap solution. Because emulators share system resources with PC, a high-end PC is neded to more or less flawlessly run an emulator instance.
Hi Kajal,
I totally agree with all the other answers like you can easily install Bluestacks on your computer and can use android apps easily. But only things only thing in bluestack is that you have good amount of RAM so that the apps can run smoothly. But still if you want to install android Operating system on virtual machine then you can follow these steps:-
Download the android ISO file from android-x86 and then download Virtualbox and install it properly.
1. Now Open Virtualbox
2. Create Virtualbox a new virtual machine
3. Configure virtual machine RAM and Harddrive.
4. Now import the ISO file in the virtual machine and setup it properly.
5. Now Adjust your Video Memory allocated for the android virtual machine.
6. Now once your android machine is created, Click on Start.
7. It will start loading the android files and then select the harddrive where it will be installed.
8. Now wait for few minutes and it will be ready to RUN.
I know the process is little longer, that i have also attached the guide showing how to install Android OS properly.
https://www.buildsometech.com/2020/01/install-android-os-on-pc-virtualbox.html
If it doesn't work. Please comment below, i would definitely love to guide you further.
Thanks,
Hope it helps
jwoegerbauer said:
My recommendation: BLISS OS ( dual boot solution )
Emulators - where it doesn't matter which one - are always only a stopgap solution. Because emulators share system resources with PC, a high-end PC is neded to more or less flawlessly run an emulator instance.
Click to expand...
Click to collapse
i like that option. next project. ty
why not use emulator?

Windows 11 Install Solution / Fix for TPM, Secure Boot, and Ram / Drivers

Step by Step Guide to Install Windows 11​+​Bypass TPM 2.0, Secure Boot, and Ram Check​
Hello everyone! This guide will explain how you can get a copy of Windows 11 Insider Preview without having to deal with enrolling your Microsoft account via the Windows Insider Program! This is a UUP dump copy of Windows 11 ISO file. You do not need to have a Activated Windows 10 copy to do this! There is a lot of debate and speculation going around dealing with Windows 11 not running on a older PC without TPM 2.0, Secure boot, and 4GB ram. This method / fix is a registry edit that injects bypass code that will overlook TPM, Ram, and Secure Boot into the registry " IF " you get the infamous "Windows 11 cannot be installed on this PC" . This is a temporary fix and I assume this will be patched upon first non-developer release of windows 11 arrives! If you want to use this guide to just get a stand alone copy of Windows 11, go ahead. ​
How do I get the copy of Windows 11?​​
1. Open your favorite browser and navigate to
( www.uupdump.net )
2. Click on Dev Channel.
3. Find ( Windows 11 Insider Preview 10.0.22000..51 (co_release) amd64 ) and click the link.
4. Pick your Language.
5. Choose the version of Windows 11 you want to download and DE-select the other versions.
6. On the next page, go ahead and click " Create Download Package "
7. Open the file after it has finished downloading.
8. Open a NEW folder and Navigate to the Local Disk C Folder.
9. Once you are inside Local Disk C, create a NEW folder and name it ( Win11 )
10. Open up the file you downloaded from uupdump again and copy and paste all the files to the brand new folder you created inside the C directory.
11. Run the Windows Command File named ( uup_download_windows )
12. Congrats! Windows 11 is now downloading.... This will take a little bit of time
13. Once the command prompt is done downloading and compiling, you will be prompted to close the command prompt... The Windows 11 ISO file will now be inside the folder you created inside the C Directory.!​
Click to expand...
Click to collapse
Now that you have yourself a copy of Windows 11, we can now explore the different options of installing. You can actually take the ISO file and mount it to your PC and install Windows 11 right from your Desktop, you can choose the route of using a USB Drive to install, or you can use a CD but lets be honest.. a CD?
Method #1 USB 8GB / Clean Install​
1. Grab another device such as a phone, tablet, or another PC and bring this guide up on that device.
2. Shut Down your PC and boot into your BIOS.
3. Load Setup Defaults and Exit Saving Changes. ( You might have to thumb around for a minute to find some of these options in future steps ).
4. Your PC will restart and Boot into BIOS again.
5. If you have option to Enable TPM, do it. If you don't have this option, do not worry. Continue to the next step...
6. Set the boot mode to UEFI. If you have option for both UEFI and LEGACY, choose UEFI.
7. Enable Secure Boot if you have the option.. If you don't have the ability to change, don't worry. Continue to the next step...
8. Exit BIOS and save changes. Your PC will boot up to OS now.
9. Open your browser and navigate to https://rufus.ie and download.
10. Plug in your USB Drive and open Rufus.
11. Inside Rufus, select your USB drive you want to use for installing Windows 11 and then find the Windows 11 ISO file that you downloaded and let Rufus create the install drive..!
12. Keep your USB Drive plugged into your PC and turn off the power then boot into BIOS again.
13. Find the Boot Menu inside of your BIOS and select the USB drive to boot first.
14. You should boot to the Windows Installer now. Choose your Language and continue.
15. Select " I don't have product key " and continue.
OK, so If you made it to this point and you are faced with the message of " Windows 11 cant be installed on this computer " don't freak. ​This portion of the guide is only for the people who are stuck with the message above.. If you don't see this message, continue to step #16 please..!
How do I Bypass the Windows 11 TPM 2.0, Ram, and Secure Boot check?
1. Open the Command Prompt by pressing SHIFT and F10 Key at the same time..
2. Now type " Notepad " inside of the CMD and press enter.
3. Now copy and paste or type out the following text once the notepad loads in...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
4. Now, click on file at the top left and select save as and click on This PC and find the USB drive or any other internal drive and make sure to click save as type (all files) at the bottom of the window and name the file
" Bypass TPM, Secure Boot & RAM Check.reg " then click on save.
( When you save this file, make sure you are able to access again. I don't care where you save it but it needs to be accessible )
5. Once you saved, click on file again, click on This PC, and browse to the registry file you just created. Once you are in the directory where the registry file was saved, find the drop down menu at the bottom and select All Files again and you will see the newly created Bypass registry file you created.
6. Right click on the Bypass Registry file and choose the " Merge " option and click OK on the following prompts then close all the windows except the install window. Click the back arrow button inside the install window, and continue the setup from step #15 please.
​16. Select Windows Version you want and click next.
17. Accept the EULA and continue... Now you select Custom Install and you will see all of your drives on your computer. With this being a clean install, we will want to delete each drive partitions ( Make sure you double check what you are deleting and understand whats happening ), then click on Unallocated space and click next.
18. Now, Windows 11 will install and you go about your way!
Click to expand...
Click to collapse
Method #2 : Install inside of Windows 10 OS​
1. Make sure you already have followed the steps to download a copy of Windows 11 before we continue.
2. Right click on the Windows 11 ISO file inside of the ( Win11 ) folder and click mount.
3. Navigate to This PC and you will see a DVD Drive named ( CPRA_X64FRE_EN-US_DV5 ) . This is the Windows 11 ISO file mounted to your system now.
4. Open up the Local Disk C directory and create a new folder named ( Win11Install )
5. Go back to where the ( CPRA_X64FRE_EN-US_DV5 ) mounted drive is, right click, and open the folder. Copy and paste all files into the new ( Win11Install ) folder you created inside of the Local Disk C directory.
6. Once the files are done copying into the ( Win11Install ) folder, open the folder, right click setup.exe, and run as administrator.
7. Installer will open, It will say " Checking for Update & Checking your PC "
Intermission
Some of you will slide through with no issues and others will be faced with
" Windows 11 can't be installed on this PC "
If you receive this message, the installer will tell you what you are missing
TPM 2.0, Secure Boot, or RAM Requirements
If you don't see this message, continue onto step #8 please...
My computer is telling me I don't meet the requirements!
What do I do?​1. Open your browser and go to the following link. MEGA Download Link
2. Once downloaded, find the file, extract to your desktop or wherever you like.
3. Open the ( Win11Install ) folder located inside the Local Disk C directory, find the sources folder and open that.
4. Once you are inside the sources folder, you will need to replace the old " appraiserres.dll " with the new one you just downloaded.
5. Copy the new .dll file and paste into the sources folder. You will get a message asking to replace and replace file in destination.
6. Close all folder and right click on Desktop and refresh the system.
7. Open up folder and navigate to This PC and EJECT the Windows 11 ISO file.
8. Now open Local Disk C directory and navigate once more to the ( Win11Install ) folder, open, and right click setup.exe & run as administrator.
8. Continue to follow the installer and Install!! Everything is straight forward from here as long as you know how to use a PC ​
Click to expand...
Click to collapse
Windows 11 Drivers​
1. Navigate to setting and select Update and Security.
2. Click on check for updates
3. Look under where the pending update are and you will see the option to view addition updates... Click..
4. There will be an arrow point towards Driver Updates.. Click...
5. Choose all the drivers you want to update, let them download, and restart your pc.​Cheers​
Click to expand...
Click to collapse
​One more thing to keep in mind everyone...​Windows 11 is obviously in Developer mode and Microsoft will be pushing these cumulative updates out frequently. Hopefully we will be getting a new solid build soon and I will adjust the means of upgrading to them if needed.​For now, these are the 2 best ways to use Windows 11 if you don't choose to enroll in the Windows Insider Program, don't have a genuine copy of Windows 10, and/or your PC doesn't meet the new​" Requirements" for TPM 2.0, Ram Check, and Secure Boot Microsoft has laid upon everyone...​
Good Day
​
R U damn sure that Windows 11 being installed this way will be fast on PC's with less than 4GB of ram?
Finally! Installed without issue. My machine meet all the requirements except for the cpu, which is a intel 6th gen.
WZ_DroidMaster said:
R U damn sure that Windows 11 being installed this way will be fast on PC's with less than 4GB of ram?
Click to expand...
Click to collapse
OK so I can't promise it will be buttery smooth...
This is a developer build and there is more updates to come soon!
This method will ensure you can run the OS thanks to the registry edit
Let me know how it runs
UncolourTV said:
Finally! Installed without issue. My machine meet all the requirements except for the cpu, which is a intel 6th gen.
Click to expand...
Click to collapse
Glad to hear. I will be updating this post with new methods and different ways to install Windows 11 also
UncolourTV said:
Finally! Installed without issue. My machine meet all the requirements except for the cpu, which is a intel 6th gen.
Click to expand...
Click to collapse
I asked this question, bcoz I m running windows 10 on a first gen core i3 330M, and had a doubt whether it cud handle windows 11 or not
WZ_DroidMaster said:
I asked this question, bcoz I m running windows 10 on a first gen core i3 330M, and had a doubt whether it cud handle windows 11 or not
Click to expand...
Click to collapse
I understand what you mean..
Depending on how big of a HDD you have, I could make a step by step guide on how to dual boot Win10 and Win11 if you want to try it out. And another thing is that Windows 11 is in Developer Mode now so there will be things that don't seem as good and polished quite yet
You can run it no problem but I cant promise you it will be everything you hope a dream about
What about the beta build released hours ago?
BitcoinMineAds said:
What about the beta build released hours ago?
Click to expand...
Click to collapse
I need to update this. This was posted when the windows 11 build was leaked
Install at window 11 because I need them more flexible work and advance because I am running a beauty salon so that's why I need a best features best colours and best camera also so that's why I am shoes in window 11 and system change call operation of of
Nameless Foe said:
OK so I can't promise it will be buttery smooth...
This is a developer build and there is more updates to come soon!
This method will ensure you can run the OS thanks to the registry edit
Let me know how it runs
Click to expand...
Click to collapse
I got the message this pc can’t run Windows 11. Said not the right processor. No TPM. No legacy boot. Wrong motherboard. I am using SDD drive for Windows. I know this can cause installation issues with Windows. Usually there is a serial boot driver for Windows.Swapped with the Mega file. Then followed the steps given. Message was gone. Windows installer completed the check up then asked how to install. I chose to keep all files and apps. The install began. After a few seconds pop up said install failed. Progress never changed. Stayed at 0. Is there an explanation for this?
win Health check says i cant run win 11, but when i go to system - about this is what i see.
Edition Windows 11 Home
Version 21H2
Installed on ‎06/‎30/‎2021
OS build 22000.258
Experience Windows Feature Experience Pack 1000.22000.258.0
Im totally at a loss. 2600k on a H70 PP, 16 gb ram, evga gtx1060 6gb which they say won't run it, but proof is in the pudding. It runs fine better than 10 did for sure.

Root Windows 11 (Hard Mode)

THESE STEPS HAVE BEEN SIMPLIFIED FOR YOU~! FORGET THIS MESS, PLEASE CHECK OUT THE NEW WINDOWS 11 ISO I MODDED FOR ALL OF US
JROM: WINDOWS 10 AND 11 LITE ISO PLUS WIN11R00T W\ WSA BUNDLE
THIS IS OUTDATED, SEE THE NEW ARTICLE FOR A PREMADE ISO: https://forum.xda-developers.com/t/how-to-make-a-lite-or-modded-windows-iso-tool-premade-lite-win-10-iso.4496967/ ======================================================= JROM: WINDOWS 10...
forum.xda-developers.com
**************************************************************
Thanks to the Community as this Would Not Be Possible Without All of you! Refs At bottom..
*************DISCLAIMER************************************
This build is ONLY for developers and pen-testers.
I am Not responsible if you soft brick your system.
This is all Literally Brand New, Windows 11 Is Not Fully released.
If you prefer to not install this on your direct OS,
Give me a couple days to get you all a Virtual Machine Preloaded.
Also There Is No Voice Over.
The Video Is Intentionally fast, concise, and to the point.
You Will have to Read the Guide.
If you want Easy Mode, Please wait for my Virtual Machine Image release In a day or two.
Also, I expect You to Know How to Recover Your Own Files should Anything Go Wrong.
******AGAIN, WARNING, ONLY THE SUPERNERDS SHOULD INSTALL THIS.**********
Video Proving Concept, Intended to teach slowly by going fast:
Written Guide:
Download Win11Root:
MEGA:
1.22 GB file on MEGA
mega.nz
NOTE: I'M SILLY AND I FORGOT TO UPLOAD THE .DEV FOLDER. HERE IS THE DEVELOPER ISO:
How To Download Windows 11 Developer ISO
THIS THREAD IS OLD AS HECK, BUT WILL TEACH YOU SOME THINGS, IF YOU LISTEN~! Hello, there are three ways to download Windows 11 ISOs, the first and most obvious way being through Microsoft themselves. But what do you do when their site is...
forum.xda-developers.com
*How to Unlock Windows Insider*
Open Settings.
Open Windows Update.
Open Windows Insider Program.
Choosing your data settings - Windows Insider Program
Choosing your diagnostic data settings for flighting
docs.microsoft.com
*Installing the Developer's PreRelease Win 11 Copy*
Open WIN11ROOT.
Open .devimage
Run the Win 11 dev installer through the ISO file..
Wait for reboot...
*Enabling Developer Mode On Windows*
Open Settings.
Scroll Down to Privacy Settings.
Open, then click on "For Developers".
Turn on Developer mode.
*First Step to Setting Up the Debugger*
In Developer Mode:
Select Device Portal.
Let Windows Install the Toolset.
Turn Authentication OFF.
Scroll down to device discovery and turn it on.
*Install Visual Studio*
download visual studio:
Download Visual Studio Tools - Install Free for Windows, Mac, Linux
Download Visual Studio IDE or VS Code for free. Try out Visual Studio Professional or Enterprise editions on Windows, Mac.
visualstudio.microsoft.com
Run .vs_community__559787300.1638713783.exe
---edit I left this out, download visual studio off microsoft's website
---This is necessary to download the dependencies *aka* "Features"
During the Install:
Switch to Workloads tab.
Select:
1- Universal Windows Platform development
select all options except win 10
2- .NET Desktop Development
3- Desktop development with C++
--------NOTE-------------
IT IS NOT NEEDED TO DL "EVERYTHING" AS I SAID BEFORE, THIS BUILD
IS FOR THE DEVS AND PENTESTERS... TO UNLOCK ALL YOUR "TOOLS"
*Installing the Dependencies*
Hit the Windows key on your keyboard.
Search for Features.
Go into feature management.
Turn on EVERYTHING!
*Installing the Android Subsystem*
Right Click android.Msixbundle
Select Copy Path
(android.Msixbundle is the android subsystem downloaded from the microsoft store)
Right Click 0000-ADB.exe
(NOTE THAT THE ADB IN WIN11ROOT IS A /SHORTCUT/ FOR POWERSHELL 7... YOU NEED TO REPLACE IT)
To replace the shortcut, go into the powershell Folder in WINROOT
Hit ctrl + F to "find" pwsh
Right Click and create a new shortcut.
Title it ADB to make it easier to know what it is going to be used for...
Paste the Shortcut in the main folder of WINROOT...
Now right click... Select run as Admin.
Type:
Add-AppxPackage and paste android.Msixbundle's path
The code is in this file, fyi:
00000-InstallAndroidSubsystem.txt
*Programming The Android Subsystem*
Press the Windows Key.
Search Android.
Open Windows Subsystem For Android Settings.
Under Subsystem Resources Select Continuous.
Turn Developer Mode On.
Then Click Manage Developer Settings.
Refresh your IP Address.
Copy your IP Address.
*Setting Up The "ADB Tools"*
Open WIN11ROOT Folder.
Open AdbConnect.txt
Paste your PC's Ethernet IP address from Dev Settings.
Save the file, then copy the full code.
Open 0000-ADB.exe
Paste:
adb connect 192.168.0.5:50080
(Replace 192.168.0.5:50080, with Your Ethernet IP..
From Developer's options...")
*Installing Apps Through ADB*
Open WIN11ROOT Folder.
Open .0-DROP APPS HERE
Drop in Any app or use the Testers..
Right Click the App you want to install..
Click Copy As Path
Open 0000-InstallApps.txt
Paste the path at the end of the command..
For instance:
adb install "C:\Users\anife\Desktop\WIN11ROOT\.0-DROP APPS HERE\rootexplorer.apk"
adb install "whatever else you like"
Replace the quotes with your app's path..
Save The File For Troubleshooting Purposes
Right Click 0000-ADB.exe
Run as admin..
Paste in commands for your apps one at a time.
Obviously this can all be streamlined, but this is a proof of concept demonstration to
help get the devs and pentesters rooted as intended by microsoft through their Insider Program.
Now the easy part!
*Installing Kali Linux*
Open WINROOT Folder.
Right Click ADB.exe
Select Run As Admin
Paste this code to install Windows Subsystem for Linux:
wsl --install -d kali-linux
if you have trouble with your linux install,
wsl –set-default-version 1
will correct
Download any app on the playstore, Without installing GMS, GAPPS, AMAZON, Or any other App Store:
Download Any Apk Off The Playstore Without installing Google, AMAZON, or Any other APP Store
EDIT-- This post is super old (but still works). Another method (maybe better for your use case?) is the Aurora store. Please see the COMMENTS SECTION. How To Download any app on the playstore, Without installing GMS, GAPPS, AMAZON, Or any...
forum.xda-developers.com
REFS <3 SHOUT OUT TO THEIR FAMILY:
I would like to thank my brilliant friend, Ron Lovell. He was the one to first tell me about Windows Insider, about Android apps being able to be run on them, and is currently teaching me new methods for all sorts of things. Together and with the rest of You, we can continue to Build the Future. "It takes a team"
Tipped me off I forgot to get the Dev edition. Hah
Showed me the amazing matrix, linuxesque way of installing dev distros
How to use UUP Dump to download Windows 11 build 25375, 23466, or any ISO file - Pureinfotech
UUP Dump lets you download the Windows 11 build 25375 or 23466 ISO file or any other release for an upgrade or clean install. Here's how:
pureinfotech.com
Summary for Windows 11 Insider Preview 10.0.22509.1011 (rs_prerelease) amd64, English (United States), Windows Home, Windows Home N, Windows Pro, Windows Pro N
Summary for Windows 11 Insider Preview 10.0.22509.1011 (rs_prerelease) amd64, English (United States), Windows Home, Windows Home N, Windows Pro, Windows Pro N on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.
uupdump.net
Showed me how to turn on "features" the dependencies installed from visual studio
How to Install the Windows Subsystem for Linux on Windows 11
The Windows Subsystem for Linux (WSL) lets you run Linux software on your Windows 11 PC. When you enable WSL, Windows will install a custom-built Linux kernel. You can then install Ubuntu or another Linux distribution of your choice.
www.howtogeek.com
Getting started with the Windows Insider Program
Be the first to see what's next for Windows, provide feedback to help us improve Windows, and join our inspiring community in the Windows Insider Program.
insider.windows.com
Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell
Update from PowerShell 5.1 to PowerShell 7 for your Windows platforms.
docs.microsoft.com
Build desktop Windows apps with the Windows App SDK - Windows apps
Learn about the Windows App SDK, benefits it provides to developers, what is ready for developers now, and how to give feedback.
docs.microsoft.com
Use the Windows App SDK in an existing project - Windows apps
This article provides instructions for using the Windows App SDK in an existing project.
docs.microsoft.com
Intel Bridge: What it is, and how it gets Android apps working on Windows 11
Yo dawg, Intel heard you like compiling and it wants to recompile your compilations. Or something like that. The good news is that it actually makes sense.
www.androidcentral.com
How To Manually Install WSA:
Copy this link Then paste it in the link below, DL the MSIX Package
Get Windows Subsystem for Android™ with Amazon Appstore from the Microsoft Store
Windows Subsystem for Android™
www.microsoft.com
Website to download from Microsoft Store:
Microsoft Store - Generation Project (v1.2.3) [by @rgadguard & mkuba50]
Online link generator for Microsoft Store. You can use it to get links to almost all apps, games, themes from the Microsoft Store.
store.rg-adguard.net
Powershell 7:
.Bat file unable to run powershell 7
I have set up a very simple .bat file to execute a couple of commands to save me typing them out every time, however the processes need to be run in powershell 7. If i manually run powershell 7.0.3...
stackoverflow.com
Want a deeper understanding of Android, specifically the sublayers, like the bootloader, rooting, flashing a custom OS and / or GAPPS?
Root Nvidia Shield TV Pro 2019 Version
THIS IS OUTDATED https://forum.xda-developers.com/t/bootmod-root-your-shield-in-1-minute-2015-2017-2019.4524873/ REPLACES THIS IF YOU WANT ANDROID OR USE THIS GUIDE...
forum.xda-developers.com
The instructions above are for the shield, but the steps are mostly the same with any device, once you get into your device's bootloader..
NOTE THAT THE SHIELDTOOLS CANNOT BE USED ON YOUR PHONE, MORE SPECIFICALLY THE SHIELDROOT SCRIPT, DO NOT RUN THAT ON YOUR PHONE BC IT CONTAINS A SYSTEM IMAGE BUILT FOR THE SHIELD AND WILL SOFT BRICK YOUR PHONE UNTIL YOU FIND THE CORRECT IMAGE FOR YOUR PHONE.... EVERYTHING ELSE IS AMBIDEXTROUS
Thread has been updated to include Google Drive or Mega links to download the tool.
Mod Edit: Quote removed since post removed.
The link to your Dev build keeps throwing a forbidden error. So might wanna fix that..
EDIT *IRRELEVANT*
it was not in the download from Mega or Google.. I'm not this much of a stickler to most, because i already have WSA rockin on W11, but I just figured i'd give your method a try because your title honesatly was appealing and I had nothing bette rto do.. because I watched your video and saw the dev image was in your WIN11ROOT folder, but wasn't the case on either download for me.
jenneh said:
Gee, that got fixed quickly I guess I have no choice but to delete the links, For now! Muahahahaha!! Note to users, The Developer ISO is in WIN11R00T, It is just the DIRECT download link that is down, for those who don't wan't to download my toolset. While I'm at it, if you dl my toolset, the adb.exe shortcut will not work, you need to delete it, go into powershell, 7, then hit ctrl f to find pwsh, copy and paste that short cut to the original folder using cmd Will Not Work to activate power shell 7
Click to expand...
Click to collapse
EDIT *IRRELEVANT*
DrScrad said:
it was not in the download from Mega or Google.. I'm not this much of a stickler to most, because i already have WSA rockin on W11, but I just figured i'd give your method a try because your title honesatly was appealing and I had nothing bette rto do.. because I watched your video and saw the dev image was in your WIN11ROOT folder, but wasn't the case on either download for me.
Click to expand...
Click to collapse
Can I ask you, do you know how that's possible? Is it user error on my part or was it removed after the fact? I'm going to try to reupload it with a different name, just the dev ISO. THANK YOU for telling me.
----edit definitely user error... It shouldn't have only been 1.3 gb zipped and that should have registered to me sooner...
I Just got so excited to share the Mostly Gui Method...
I AM REUPLOADING THE DEV ISO I WILL POST A COMMENT WITH THE LINK WHEN IT HAS UPLOADED
THE TOTAL FILE SIZE FOR THE ISO IS 4.6 GB
A new lesson for those willing to learn! https://forum.xda-developers.com/t/how-to-download-win-11-developer-iso.4372383/
A mega link has been provided for the direct DL of the Dev ISO.
As well as an explanation on UUP for future reference..
I'm a little confused about what the intent here. Is this guide intended to help people set up their Windows 11 PC as a ADB platform for their phone? Or is this focused on gaining root access in the WIndows 11 Android subsystem so as to run Android apps with root?
V0latyle said:
I'm a little confused about what the intent here. Is this guide intended to help people set up their Windows 11 PC as a ADB platform for their phone? Or is this focused on gaining root access in the WIndows 11 Android subsystem so as to run Android apps with root?
Click to expand...
Click to collapse
It's about helping beginners interested in learning systems like android and windows understand better where to get started. From beginning to end. *Teaching!* Some folks interested in this are very young and do not have the ability to comprehend a lot of the technical jargon that you find on some of these more advanced concept threads.
I'm am teaching folks, as I learn, how I see things, pitfalls and all, so we have more people in the world learning these things and more people to talk to about Creating The Future.
Yes it helps them get setup with adb without having to dl the toolset off google sdk site, its the full latest sdk from google.
I also included powershell 7 so you don't have to DL that too.
In the past I probably would have not installed visual studio, as I didn't understand that their jargon of "features" is akin to "dependencies" like framework, hypervisor, etc.... Which is a huge mistake!
IRELEVANT
Okay Friends A bare Bones VM running Ghost Spectre's interpretation of what Win 11 should be is uploading now! I'm stuck at work for a few more hours, but when I get home I will make a video to guide you all through programming our new toy!
Now, as this is a class and a learning environment, you will be left with a problem We will get Kali Linux setup and working in our Windows 11 Virtual Machine, We will Install the Android Subsystem through ghost's toolbox, since it's easier.
We will get all our features and dependencies unlocked, and then you will be presented with the problem... Some solutions.... And well just an opportunity to THINK OUTSIDE THE BOX.
The android subsystem is giving me trouble in the VM. Maybe it will you, too.
Can You solve the problem?
Also I want you to think about this question:
What do we want windows to be? More so what do we want computing to be, to Do?
The bare bones windows 11 virtual machine is 6gb in size zipped!
Posting the link here early for those that are interested and already understand how to install vms... still working on the guide for those that wouldn't know the first thing to do with this, otherwise XD
https://mega.nz/file/isdEVD4J#185Cr400Q2qcXuIIBUx-fEbPzzK1iAe54mbCnmIrA3I
this is ghost specter's win 11
i have now built my own modded win 11
jenneh said:
Okay Friends A bare Bones VM running Ghost Spectre's interpretation of what Win 11
Now, as this is a class and a learning environment, you will be left with a problem We will get Kali Linux setup and working in our Windows 11 Virtual Machine, We will Install the Android Subsystem through ghost's toolbox, since it's easier.
We will get all our features and dependencies unlocked, and then you will be presented with the problem... Some solutions.... And well just an opportunity to THINK OUTSIDE THE BOX.
The android subsystem is giving me trouble in the VM. Maybe it will you, too.
Can You solve the problem?
Also I want you to think about this question:
What do we want windows to be? More so what do we want computing to be, to Do?
The bare bones windows 11 virtual machine is 6gb in size zipped!
Click to expand...
Click to collapse
Paylaşımların için teşekkürler

Categories

Resources