screenshot - Hero, G2 Touch Q&A, Help & Troubleshooting

how do i take screen shot on hero

There are several ways... first is to use the Android SDK or a second quicker way for those not so technically minded is to download and install DroidExplorer which you can get from here... http://de.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34031
x64 and x86 versions are available and work on all Windows Versions...

Related

Dev or User - VMware inside Android, Android inside VMware on desktop computers

This isn't a guide, more an informative post and discussion for Android application and platform developers, AND regular users. Maybe a guide in the future will be a goal of mine.
Some of you may or may not know what VMware is, what it is for, or never used it. Trying to keep the OP brief; VMware is a virtualization solution(s) for desktops and servers. In layman's terms it allows an operating system to be run inside another operating system, instead of setting your desktop to dual boot (have an option at startup to load either windows or Mac as example). There are many applications and benefits to this kind of solution that I won't get into in the OP.
Currently there are solutions available and being built, but are not yet completely optimized, but you can do it. For a developer this means you can be developing Android applications or platforms on whatever OS you want by virtualizing the OS and software currently supported. It also means that you can replace the Android virtual emulator with an Android OS inside VMware for application development, but also means you can load your Android platform into VMware for testing while you develop. Why would you want to do this? Well we all know how painful slow the emulator is, and it is just made worse if your hardware is slow. Because the emulator emulates software running on an arm processor inside an x86 environment things are slow, which means your development is slowed. Using VMware however you are using binary translation to "port" your platform to x86 processing. Currently this solution is not completely optimized, or "official" but it will be. That means less development time, more support, and a more convenient option!
The other edge of the sword is also a VMware virtual machine environment inside Android's Dalvik virtual machine. For users, and developers in certain scenarios this opens even more possibilities. Imagine having the ability to use your personal Android, and that pesky dumbed down corporate phone running together, the corporate advice running inside your personal device, or vice versa. Also, the ability to run any other OS in your device. Windows, Linux and UNIX distributions, solaris, Mac, whatever you wish. This opens lots more doors for Android devices.
Now not everything is complete, but it will be. It sounds like VMware will end up and be the de facto standard for virtualization for Android, as the solution is in the works for google to put VMware into the Android core, in the kernel. Now that would be sweet, because if you have used VMware you probably agree with me that it is THE virtualization solution in any application or solution you need it in.
Maybe this isn't as exciting to others as it is for me. What do you guys think? Let the topic begin!
The following links are meant more to cite my sources, but each one of them is a more detailed read into the topic, and well worth reading to inform yourself and see what is in the works:
http://i.downloadsquad.switched.com/2011/02/15/android-dalvik-vmware-virtualization/
http://gigaom.com/2011/09/27/vmware-mobilize-201/
http://www.android-x86.org/
Run ICS in x86!
gborn said:
Currently a thread about running ICS x86 in Virtualbox is spreaded here:
http://forum.xda-developers.com/showthread.php?p=19815659#post19815659
And I managed at least to create a version of ice cream sandwich running in VMware workstation 7 (should run also in VMware player 3 and 4 and in Workstation 8 as well). The steps to convert the Virtualbox image to VMware are described here.
http://www.borncity.com/blog/2011/11/29/running-ice-cream-sandwich-in-vmware/
Click to expand...
Click to collapse
I use VMware and vSphere at work to manage a bunch of our servers. I'll have to check in with the guy at work who actually implements/sells this to customers to see what he thinks. It seems interesting for sure though.
DoctorComrade said:
I use VMware and vSphere at work to manage a bunch of our servers. I'll have to check in with the guy at work who actually implements/sells this to customers to see what he thinks. It seems interesting for sure though.
Click to expand...
Click to collapse
I don't know if it applies to what your doing, but it is pretty cool to be able to use VMware on your mobile device. If you are managing virtual servers there is already an official solution from VMware you can download from the Android market. It is called VMware view, for Android. Pretty cool.
There is a thread currently at top, with 30 people saying the solution wanted is impossible. You are wrong guys, not impossible at all. You can have windows and Android booting on the same device. Arm processor, x86, doesn't matter with this solution.
Sad Panda said:
There is a thread currently at top, with 30 people saying the solution wanted is impossible. You are wrong guys, not impossible at all. You can have windows and Android booting on the same device. Arm processor, x86, doesn't matter with this solution.
Click to expand...
Click to collapse
Nothing is impossible, but where are you going to get a bootloader, Windows binaries, and SoC drivers?
EGOvoruhk said:
Nothing is impossible, but where are you going to get a bootloader, Windows binaries, and SoC drivers?
Click to expand...
Click to collapse
Well in terms of doing dual boot natively, I agree, probably never going to happen...ever. However if you run it in a virtual machine, just like Android runs in the Dalvik virtual machine, it can be done.
The bootloader and drivers are already built and would be taken care of by VMware. You make or hint at a valid point, there would never be enough desire for anyone to do it natively. It isn't impossible, but just would never see anyone take the time to do it
Ice Cream Sandwich x86 in VMware
Currently a thread about running ICS x86 in Virtualbox is spreaded here:
http://forum.xda-developers.com/showthread.php?p=19815659#post19815659
And I managed at least to create a version of ice cream sandwich running in VMware workstation 7 (should run also in VMware player 3 and 4 and in Workstation 8 as well). The steps to convert the Virtualbox image to VMware are described here.
http://www.borncity.com/blog/2011/11/29/running-ice-cream-sandwich-in-vmware/
gborn said:
Currently a thread about running ICS x86 in Virtualbox is spreaded here:
http://forum.xda-developers.com/showthread.php?p=19815659#post19815659
And I managed at least to create a version of ice cream sandwich running in VMware workstation 7 (should run also in VMware player 3 and 4 and in Workstation 8 as well). The steps to convert the Virtualbox image to VMware are described here.
http://www.borncity.com/blog/2011/11/29/running-ice-cream-sandwich-in-vmware/
Click to expand...
Click to collapse
Bingo! Awesome contribution! Yeah this is one of the two examples I speak of, Android running on an x86 CPU (instead of arm like our phones and tablets) running as virtualization of hardware. Great reply to back me up, and even a guide to boot, AND ics!! If you must play with ICS before it gets to evo 3D
Added the ICS in VMware to OP.
I have tried this a few way and in no way can i get it to work on VMWARE gets stuck on found androidx86
Sad Panda said:
Added the ICS in VMware to OP.
Click to expand...
Click to collapse
works fine, just make sure you follow the steps to the t and convert the .vdi images to .vmdk to run smoothly in vmwareplayer (the link to instructions is kinda hidden away)
i used virtualbox to convert, then vmplayer to run the vmdk
thanks for the info... fun to play around with
digitaljeff said:
works fine, just make sure you follow the steps to the t and convert the .vdi images to .vmdk to run smoothly in vmwareplayer (the link to instructions is kinda hidden away)
i used virtualbox to convert, then vmplayer to run the vmdk
thanks for the info... fun to play around with
Click to expand...
Click to collapse
No problemo
heres some links to the vmdk images to work in vmplayer, dont thank me, thank the guy who wrote the guide on converting vdi to vmdk
ICS vmdk
http://www.megaupload.com/?d=FZWH3G20
SD card vmdk
http://www.megaupload.com/?d=15TLJZ87

[How To] Running Linux on a Windows Machine

A lot of the development that has (is) taken place for our Nook's is performed by the developers in Linux. As such there are a few posts in the development thread that offer "Linux Only" solutions.
We already have the Original ClockWorkMod (CWM) installation instructions, AdamOutlers Ubuntu Recovery and others.
People have also been recommended to re-format their bootable SD Cards using a program in Linux called Gparted. I can verify that this program works great but I'm sure I'm in the minority with having access to a Linux Machine. This thread is here to offer some suggestions.
To my knowledge you have these options:
1. Run Linux in a Virtual Machine (VM)
2. Create and boot from a Live CD/DVD
3. Create and boot from a USB Stick
4. Install Linux on a separate machine
5. Dual Boot
I personally run a MAC and run Linux in a VM. I use a program called Parallels. This is NOT a free solution but if any of you run a MAC I can recommend this program highly. However this thread is dedicated to those Windoze Users so let's press on.
Virtual Machines
VM's are great tools that allow you to try almost all available OS's on your machine with no damage being done to the actual file system of the "Host" operating system which in this case is your windows machine. The "Guest" operating system is typically contained in one single file or a single folder so the entire machine can be backed up easily. This method may be a little more advanced then the method's I will outline below but in my opinion it is well worth it. VM's are fun and once you get the hang of them you will be installing a bunch of new operating systems just to "fiddle".I have a version of Dos 6 running in a VM just because I can. LOL
Virtual Box is a free VM for Windows and I believe they even offer pre-built Linux Distro's that you simply download and open once the main VM software is installed.
VMware Player is also free.
Live CD's/DVD's
Live CD's are great for a quick format job's such as those found here in the Forum's. The downside is that they are a little slower and changes you make while the system is running are lost.
Knoppix
Ubuntu is the distribution recommend most. This link brings you to a download page where you can select either a Full Install Version, a Live CD Version or a Flash Drive version.
The LiveCD List Too many to mention. Check it out.
USB Stick
Advantages to a USB stick is that you can make the file system mountable and changes you make to the system can be made persistent meaning the next time you boot your changes will be saved. It is also a tad bit faster then the live CD but a little more difficult to make. Not much though
Ubuntu same link as above.
Linux Live USB Creator is a cool application that you install and it talks you through the steps. Once Installed I believe it will even provide you with a list of available distributions and download it for you. It will then use the download to create a bootable USB stick.
PenDriveLinux is the same premise as Linux Live. It will talk you through the steps.
Full Installation
This method is obviously for more advanced users and requires a computer that you will dedicate to running linux. If you fit these qualifications it is a rather fun experience and a great learning tool.
Ubuntu I'm linking this again because it is the same area you would obtain the Full Version of the software to download.
Linux Distro Watch contains a complete list of the most recent Linux Distro's. Pick a flavor and read up on how to install.
Dual Boot
AdamOutler has suggested that this Section be added. Dual booting is an option that replaces your boot loader with an "option" screen allowing you to select which OS you wish to boot. I honestly can't recommend this to beginners and even though I consider myself more of an advanced user, I have experienced issues with this in the past. Simply put if that boot-loader somehow gets corrupted you can render the entire machine inaccessible. Mind you it has been a LONG time since I used a dual-boot solution and I'm sure the methods have improved significantly over the years. Adam has mentioned that the Live-CD and USB-Stick versions offer you the option to install the boot-loader now. Like I said, once I went to VM's I haven't looked back but this IS a viable option if you are so inclined. The advantage would be that your Linux Distro would run at full speed and would be just like having your own Linux workstation without the need to purchase or obtain additional hardware. Simply select the OS you wish to run (Windows, Linux, ETC.) and boot into that OS. Adam's post can be viewed HERE. Thanks Adam!
User Suggestions
Wubi was recommended by Veronica (Lavero.Burgos). It looks like it may be a pretty easy (and Cool) option. Give it a shot! Thanks Veronica!
Know-Fear has offer some additional Instructions in This Post. Good Information there. Give him a thanks!
Birdsbeaks recommends NOT taking the easy road if you are truly interested in "learning" Linux. He suggests that you start with a distro that has a "steeper learning curve". One of his recommendations was Slackware. He also prefers MINT over Ubuntu as he feels it is less "proprietary". You can read his full comment HERE.
By no means is this list even close to complete. I simply wanted to give you a starting point and the rest is up to you. I have tried a few of these solutions in the past but since moving to a VM solution that is where I stand. Since it has been awhile, your mileage may vary (YMMV) but this should get you started.
If you have questions feel free to post them and I will do my best to help you along but the best way to learn is to experiment on your own.
If anybody has tried other versions or solutions feel free to post them and I will update the Original Post (OP).
Have fun and good luck!
****Reserved*******
I choose to dual boot windows 7 and Ubuntu.
All the options you mentioned work. Probably a live CD or USB would be the best bet for most people, since most probably wont spend alot of time on it.
@LandMaster you forgot Wubi, also have anyone tested Ubuntu 12.04 LTS alpha? So far im researching about Cinnamon Linux Mint 12 which looks promising .
~ Veronica
lavero.burgos said:
@LandMaster you forgot Wubi, also have anyone tested the new 12.04 LTS alpha of Ubuntu? So far im researching about Cinnamon Linux Mint 12 which looks promising .
~ Veronica
Click to expand...
Click to collapse
Added. Thanks!! Looks cool. I had never heard of it
What is this Windows you speak of.
don't forget to add in the full installation that most Live CDs and USB sticks will give you the option to run "side-by-side" or "Dual-boot". Personally, I'd just wipe Windows from the computer, if you need it back for some reason just use your quick restore disks.
I run a dual boot on my netbook because I have some hardware that requires Windows. Other than that, I can run about 3 separate virtual machines at the same time within Linux and everything works fine... Windows xp, Windows 7 and OS-X Lion all run fine in virtual machines within Linux. With guest additions, you can make them full-screen or share your desktop with the virtual machine so "Windows" windows appear in the same space as the Linux windows.
AdamOutler said:
don't forget to add in the full installation that most Live CDs and USB sticks will give you the option to run "side-by-side" or "Dual-boot". Personally, I'd just wipe Windows from the computer, if you need it back for some reason just use your quick restore disks.
I run a dual boot on my netbook because I have some hardware that requires Windows. Other than that, I can run about 3 separate virtual machines at the same time within Linux and everything works fine... Windows xp, Windows 7 and OS-X Lion all run fine in virtual machines within Linux. With guest additions, you can make them full-screen or share your desktop with the virtual machine so "Windows" windows appear in the same space as the Linux windows.
Click to expand...
Click to collapse
I added a dual-boot section to the OP. I'm out of thanks for the day. I'll hook you up later.
Totally agree about Windoze. I have a really good laptop that runs Win 7 and it would take me about an hour just to clean the dust off of it.
As this guide is for "beginners" I didn't really want to tell them to forego windows and wipe their boxes. Hopefully they will come around once they have a chance to experiment with Linux.
AdamOutler said:
don't forget to add in the full installation that most Live CDs and USB sticks will give you the option to run "side-by-side" or "Dual-boot". Personally, I'd just wipe Windows from the computer, if you need it back for some reason just use your quick restore disks.
I run a dual boot on my netbook because I have some hardware that requires Windows. Other than that, I can run about 3 separate virtual machines at the same time within Linux and everything works fine... Windows xp, Windows 7 and OS-X Lion all run fine in virtual machines within Linux. With guest additions, you can make them full-screen or share your desktop with the virtual machine so "Windows" windows appear in the same space as the Linux windows.
Click to expand...
Click to collapse
Nice!. Adam i have a question for you, i have a netbook as well HP110CA(that gave to bf) 1GB of ram and im having issues with linux on it. It came with windows XP off course and i had to format it twice because it got viruses while in Canada, so i just wiped out and put ubuntu 10.10 in that time. At first was running ok but eventually it started to freeze, later on upgraded to 11.04 and it messed things up so i decided to try other "light" distro and i put Jolicloud(based on ubuntu) again started running fine but keeps freezing and more often, now i don't know what else to put in i was thinking on Puppy linux lol but im not sure why it freezes that much. When i had it with windows it never froze though but i don't want to go back to windows only if its my last resource. What would you recommend? im starting to think its a hardware failure and that linux is too much for that poor machine .
~ Veronica
Hell yeah but I think I messed up bc i. Put the disk in and restarted and it to me to a black screen with cursor so i even up have to goto bios or cmos one of those and change first boot to dvd so hopefully after I'm done with this I. Can get back to windows hopefully my drive order is correct
___________________________________________
Sent from my PG86100-EVO3D-using Tapatalk Born Jan 5th 84 and still getting it in eeee
Anon9mouz said:
Hell yeah but I think I messed up bc i. Put the disk in and restarted and it to me to a black screen with cursor so i even up have to goto bios or cmos one of those and change first boot to dvd so hopefully after I'm done with this I. Can get back to windows hopefully my drive order is correct
___________________________________________
Sent from my PG86100-EVO3D-using Tapatalk Born Jan 5th 84 and still getting it in eeee
Click to expand...
Click to collapse
Yup... When booting from a USB drive or CD the boot order must be set in the bios. I recommend just leaving it as:
1. DVD/CD Rom
2. USB
3. C drive
This way here if 1 & 2 are not attached it will boot from the "C Drive"
I would unplug the hard drive if I were the noobs just in case. That way the noobs wont accidentally wipe their Hard drive
My recommendation for "beginners" would be to try Ubuntu in a Virtual machine ( i use Vmware and love it, has never let me down) and you can still work in your Windows interface, it is also easy to share files between windows and your virtual machine.
It is enough for all the sdcard mods and even adb if you want to set it up there too. I prefer this way rather than Wubi because i can work faster that way, i don't need to reboot to boot into windows, i have all i need in the same place .
~ Veronica
I prefer running either zen-mini or pclos gnome in virtualbox myself
Anon9mouz said:
Hell yeah but I think I messed up bc i. Put the disk in and restarted and it to me to a black screen with cursor so i even up have to goto bios or cmos one of those and change first boot to dvd so hopefully after I'm done with this I. Can get back to windows hopefully my drive order is correct
___________________________________________
Sent from my PG86100-EVO3D-using Tapatalk Born Jan 5th 84 and still getting it in eeee
Click to expand...
Click to collapse
This happens when you use a 64 bit Linux on a 32 bit system. Also when you have a bad copy. Burn at a lower speed. Try redownloading.
AdamOutler said:
...
I can run about 3 separate virtual machines at the same time within Linux and everything works fine... Windows xp, Windows 7 and OS-X Lion all run fine in virtual machines within Linux.
...
Click to expand...
Click to collapse
It's been a couple years since I tried running OSX on non-apple hardware / in a vm. Can you point me to a good resource for this?
I don't always use virtual machines, but when I do, I use VirtualBox. Mostly because it's free.
I have ubuntu 11.10 on my netbook and, while I like the interface, it seems like things get a little slugish at times. Anybody out there know of a good distro for netbooks?
RadicalAns said:
I don't always use virtual machines, but when I do, I use VirtualBox. Mostly because it's free.
I have ubuntu 11.10 on my netbook and, while I like the interface, it seems like things get a little slugish at times. Anybody out there know of a good distro for netbooks?
Click to expand...
Click to collapse
I don't always drink beer, but when I do... Oh wait .... getting sidetracked..
I just did a quick search and believe it or not Ubuntu leads the ranking's on This Page
I remember putting the "Netbook Remix" on an older netbook and it ran OK but not great from what I recall. From quickly glancing at this article it sounds like that version has been merged with the main distribution. You may be able to locate a copy of it though and try it out.
Yeah I really like 11.10 for my netbook. I think I may end up just upgrading the ram on the little bugger. It's nice having a Linux machine that I can muck around on while watching TV w/ the wife.
lavero.burgos said:
Nice!. Adam i have a question for you, i have a netbook as well HP110CA(that gave to bf) 1GB of ram and im having issues with linux on it. It came with windows XP off course and i had to format it twice because it got viruses while in Canada, so i just wiped out and put ubuntu 10.10 in that time. At first was running ok but eventually it started to freeze, later on upgraded to 11.04 and it messed things up so i decided to try other "light" distro and i put Jolicloud(based on ubuntu) again started running fine but keeps freezing and more often, now i don't know what else to put in i was thinking on Puppy linux lol but im not sure why it freezes that much. When i had it with windows it never froze though but i don't want to go back to windows only if its my last resource. What would you recommend? im starting to think its a hardware failure and that linux is too much for that poor machine .
~ Veronica
Click to expand...
Click to collapse
Can someone help me with this one plz i don't know what else to install it lol oh well maybe i end up going back to windows XP.. sigh
~ V

[Q] Emulating Operating systems.

a guy on youtube did this. here.
can someone give me a tutorial please?
ross231 said:
a guy on youtube did this. here.
can someone give me a tutorial please?
Click to expand...
Click to collapse
Go HERE to find instructions for installing Windows XP on an Android tablet. Installing Windows 95 (as shown in the YouTube video you pointed to) on an Android tablet will require the same steps. I used the instructions to install TinyXP (a small-footprint version of Windows XP) on my Sony Tablet S and it successfully ran; however, it ran extremely slow, which was expected seeing how all Android tablets have limited CPU and memory resources and the Android OS was not created for running other OSes in an emulator or virtual machine. Good luck.
Cat McGowan said:
Go HERE to find instructions for installing Windows XP on an Android tablet. Installing Windows 95 (as shown in the YouTube video you pointed to) on an Android tablet will require the same steps. I used the instructions to install TinyXP (a small-footprint version of Windows XP) on my Sony Tablet S and it successfully ran; however, it ran extremely slow, which was expected seeing how all Android tablets have limited CPU and memory resources and the Android OS was not created for running other OSes in an emulator or virtual machine. Good luck.
Click to expand...
Click to collapse
would ubuntu run very well?
ross231 said:
would ubuntu run very well?
Click to expand...
Click to collapse
I do not believe you would have success running Ubuntu on Bochs for Android. I believe you would have better luck with Puppy Linux. However, take into consideration I am speaking from having no experience running either of those distros on Bochs for Android. AntiBillOS compiled a version of Linux specifically for Bochs for Android. You can find AntiBillOS's posting about it HERE.
Thanks for your help.
ross231 said:
Thanks for your help.
Click to expand...
Click to collapse
If you want to run Ubuntu, you're better off using Complete Linux Installer from the Play Store to run Ubuntu as a chroot environment. It's similar to emulation, but possibly a little faster than Bochs or QEMU. It's also vastly easier to install since there are already custom-built images included in the app.

android apps on linux?

as many of you know, android and Linux kernels started re-merging at version 3.3. People said that a short way down the road, android apps would be able to run natively in linux. the kernel is now version 3.6 and I've heard nothing more about running android apps in linux. people on these and other forums put a lot of great work into getting linux running on android devices. now with windows 8 coming out, the market will be full of both ARM and x86 based touch devices of all sizes and shapes. I for one would love to be able to boot up ubuntu on one of these devices, and use either traditional linux apps or android touch apps as my mood and situation dictate. so- any new word on when we will be able to run android apps in linux?
we are exploring this possibility, and did some work, but nothing to release yet.
I assume you already know that for now, you can run Android as a virtual machine on Linux host.
cool to hear the work is progressing, good luck!
I heard about using a VM but was never able to find where to get it.
nothing substantial yet, we wanted to run android apps directly on desktops, Linux or Windows. Using a virtual machine is really an over kill.
You can download a prebuilt vm from ours:
http://www.vmlite.com/index.php?option=com_kunena&Itemid=158&func=view&catid=9&id=8838
it has been downloaded millions of times. You can search "Android vm" on google to find instructions.
interesed
I am also hoping to see a solution to this question also. I understand that Debian, fedora and Arch Linux all have different packaging systems i always thought is was a smiler difference with android with more Java worked into the core of things. So i would think that adding the proper Java support to any Linux distro to support the apk package it should work but i am not a programmer.

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