Try WM5.0 now for free (now without genuine advantage) - MDA II, XDA II, 2060 Windows Mobile 2005 Upgrading

Want to try WM5.0 out for your self? I originally posted this on ipaqhq.com but I figured this forum is more of a target for such information .
1) Get the emulator from here (login with your MS passport, then enter MSDEVICE when it asks you for a GuestID)
2) Install the emulator.
3) Delete "C:\Program Files\Microsoft\Device Emulator Preview\PPC_2003_SE\PPC_2003_SE_WWE_ARMv4.bin"
4) Go here (or here without genuine advantage check) to download the WM5.0 SDK (it's 174MB so be patient!).
5) Go here to download ZipZag.
6) Install ZipZag.
7) Go here to download MSI extension support for ZipZag.
8) Extract the above file to "C:\Program Files\ZipZag"
9) Run ZipZag and open "Windows Mobile 5.0 Pocket PC SDK.msi" in it.
10) Sort the files by Size (largest to top)
11) Extract the biggest file (sdkfiles.cab)
12) Using winrar open this file.
13) Sort the files by size (again, largest to top)
14) Extract "_208PPC_USA_bin" to "C:\Program Files\Microsoft\Device Emulator Preview\PPC_2003_SE\PPC_2003_SE_WWE_ARMv4.bin" (the file you deleted earlier!)
15) Go to "Start -> Programs -> Microsoft Device Emulator Preview -> Emulate Pocket PC-WM 2003 SE(Cold Boot)" - Note that the smartphone and square versions WONT WORK!
16) WAIT (about 30 seconds) for it to boot. When faced with the new welcome screen, click on it then wait another 30 or so seconds.
17) Enjoy your sneak-peek of WM5.0!
Attached is a proof shot of it working which also illustrates the newest feature - persistant storage! Thats the new "Memory" control panel application!

Cool Thanks

I have my sneak-peek on my QTek 2020

10x !! i'm testing now !
edit - it's work :lol: !! but limited by the low memory.... how to increase this ?

Emulator is great
@all,
I am using the Mobile Device Emulator at work to test applications before installing on real device. It is great. If you have the latest Visual Studio or other development tool then you have the emulator. It is included. The Mobile SDK you have to download.
Greetings,
Bitfrotter

Can u pls send me an e-mail with the files cuz i cant extract and to anything pls mail me at [email protected]

Do you really want a WM5 emulator now, in 2007, when WM6 is already out!
This is a very old thread (notice the 2005 date stamps) and I'm not sure if you thought this thread referred to something else.

Related

[TUT] Windows XP for Bochs

Hy everyone,
I thought to make a Tutorial about how to install Windows XP and run it on Android.
------------------------------------------------------------------------
Requirment
At first you have to download Bochs for Android and PC
Android version: http://forum.xda-developers.com/showthread.php?t=1389700
Thanks to korvs2003
PC Version: http://bochs.sourceforge.net/getcurrent.html
Then Download Qemu: http://wiki.qemu.org/Download
You need Windows XP
Android: Install Bochs
PC: Install Bochs and Qemu
--------------------------------------------------------
Creating the bootable image!
1. Open up Bochs for PC and run bximage.exe -> you can find bximage here C:/Program Files/bochs/ | depends on where you have installed it.
2. Create a Image with following: hd, flat, 1500, c.img
hd: It is the format of your boot disk. | fd will create a bootable floppy disk image. For some odd reasons you can use with win 3.11 or something like that.
flat: It means that it has a fixed size.
1500: It is the size of your Image. | you need around 1,5 gb disk space, because the installation of winxp, even you edit it with nlite, wont let you use lower disks -.- , i am trying to solve that problem.
c.img: It is the name of your Image. | choose the name like you want to, but dont forget to edit the bochsrc.txt, else it wont start.
notice: Maybe you have to run bximage.exe as Admin.
--------------------------------------------------------
Install Windows XP in the boot image
1. Open up Qemu
2. Set up a new Virtual Machine
3. As disk use the c.img
4. Configure the cdrom
5. Give the machine around 512 MB - 1 GB RAM if possible
6. start the Virtual machine and run the installation of Windows XP
---------------------------------------------------------
Run the Image on Android
1. create a SDL folder on your SDCARD like here http://forum.xda-developers.com/showthread.php?t=1389700
2. copy your c.img to your SDCARD: sdcard/SDL/c.img
3. now replace the bochsrc.txt lines with:
Code:
megs: 256
cpu: count=1, ips=6000000, reset_on_triple_fault=1, ignore_bad_msrs=1
# filename of ROM images
romimage: file=BIOS-bochs-latest
vgaromimage: file=VGABIOS-lgpl-latest
vga: extension=cirrus, update_freq=25
pci: enabled=1, chipset=i440fx, slot1=cirrus
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata0-master: type=disk, path="c.img"
#ata0-slave: type=disk, path="d.img"
#ata1-master: type=disk, mode=vvfat, path=/sdcard/HDD, journal=vvfat.redolog
#type=cdrom, path="CD.ISO", status=inserted
boot: c
config_interface: textconfig
#display_library: x
# other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga
log: bochsout.txt
sb16: enabled=1
mouse: enabled=1
sb16: wavemode=1, dmatimer=500000
clock: sync=none, time0=1
For more Information about bochsrc configuration visit http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html
megs: ram in MB you will give the machine.
I use 256 (Xperia Play) 300mb will crash your windows after a while.
4. Run bochs on Android.
Boot will take around 30 min, yeah it is really slow
---------------------------------------------------------
Notice
I used Nlite to resize and optimize windows xp before installing it.
here some screenshots:
http://imageshack.us/photo/my-images/254/screenshot1327566148311.png
http://imageshack.us/photo/my-images/819/screenshot1327565583563.png
http://imageshack.us/photo/my-images/263/screenshot1327569555412.png
http://imageshack.us/photo/my-images/692/screenshot1327569773009.png
http://imageshack.us/photo/my-images/715/screenshot1327569992581.png
More specific options in "Creating the bootable image!"
Can you upload the file c.img ... I dont understand these steps ( AND ALSO DONT WANT TO UNDERSTAND > HEHEHE )
nguyen_vh said:
Can you upload the file c.img ... I dont understand these steps
Click to expand...
Click to collapse
+1+1+1+1+1 !!!!
That CPU count var looks interesting.... maybe we could set it to 2 for dual core phones?
Can u supply .txt for sp3 fundamentals
Sent from my GT-I9100 using XDA App
nguyen_vh said:
Can you upload the file c.img ... I dont understand these steps ( AND ALSO DONT WANT TO UNDERSTAND > HEHEHE )
Click to expand...
Click to collapse
no i cant, because it is not legal to upload windows version =), try it it is very easy to create it.
That CPU count var looks interesting.... maybe we could set it to 2 for dual core phones?
Can u supply .txt for sp3 fundamentals
Click to expand...
Click to collapse
its useless setting it up to 2, because bochs is a single thread programm.
(my english is not the best so plz forgive me )
Updatet Creating the bootable image!
Tonight im trying windows 7 maybe it will boot
Working great on my xperia play after some tweaking around.
I used QEMU Manager 7 to install it as this is one of the more easier options for QEMU.
what kind of tweaks did you use? because my image boots about 30 mins....
umm
interesting...
can be installed apps?
also 1ghz+ phones require 30 min to boot?
so,it is useful or only an hobby
just a hobby, not usefull at all, crashes etc. but you can say: I HAVE WINXP ON MY PHONE!!!
Yes as i toyed with it a bit longer it turns out it does boot fine.
But it is very slow and unusable for me still .
What phones have u used bochs with xp on ?
Sent from my GT-I9100 using XDA App
Xperia play
acocalypso said:
no i cant, because it is not legal to upload windows version =), try it it is very easy to create it.
its useless setting it up to 2, because bochs is a single thread programm.
(my english is not the best so plz forgive me )
Click to expand...
Click to collapse
ITs not EZ at alll =.=.... please... please
---------- Post added at 11:13 AM ---------- Previous post was at 11:05 AM ----------
acocalypso said:
Hy everyone,
I thought to make a Tutorial about how to install Windows XP and run it on Android.
------------------------------------------------------------------------
Requirment
At first you have to download Bochs for Android and PC
Android version: http://forum.xda-developers.com/showthread.php?t=1389700
Thanks to korvs2003
PC Version: http://bochs.sourceforge.net/getcurrent.html
Then Download Qemu: http://wiki.qemu.org/Download
You need Windows XP
Android: Install Bochs
PC: Install Bochs and Qemu
--------------------------------------------------------
Creating the bootable image!
1. Open up Bochs for PC and run bximage.exe -> you can find bximage here C:/Program Files/bochs/ | depends on where you have installed it.
2. Create a Image with following: hd, flat, 1500, c.img
hd: It is the format of your boot disk. | fd will create a bootable floppy disk image. For some odd reasons you can use with win 3.11 or something like that.
flat: It means that it has a fixed size.
1500: It is the size of your Image. | you need around 1,5 gb disk space, because the installation of winxp, even you edit it with nlite, wont let you use lower disks -.- , i am trying to solve that problem.
c.img: It is the name of your Image. | choose the name like you want to, but dont forget to edit the bochsrc.txt, else it wont start.
notice: Maybe you have to run bximage.exe as Admin.
--------------------------------------------------------
Install Windows XP in the boot image
1. Open up Qemu
2. Set up a new Virtual Machine
3. As disk use the c.img
4. Configure the cdrom
5. Give the machine around 512 MB - 1 GB RAM if possible
6. start the Virtual machine and run the installation of Windows XP
---------------------------------------------------------
Run the Image on Android
1. create a SDL folder on your SDCARD like here http://forum.xda-developers.com/showthread.php?t=1389700
2. copy your c.img to your SDCARD: sdcard/SDL/c.img
3. now replace the bochsrc.txt lines with:
Code:
megs: 256
cpu: count=1, ips=6000000, reset_on_triple_fault=1, ignore_bad_msrs=1
# filename of ROM images
romimage: file=BIOS-bochs-latest
vgaromimage: file=VGABIOS-lgpl-latest
vga: extension=cirrus, update_freq=25
pci: enabled=1, chipset=i440fx, slot1=cirrus
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata0-master: type=disk, path="c.img"
#ata0-slave: type=disk, path="d.img"
#ata1-master: type=disk, mode=vvfat, path=/sdcard/HDD, journal=vvfat.redolog
#type=cdrom, path="CD.ISO", status=inserted
boot: c
config_interface: textconfig
#display_library: x
# other choices: win32 sdl wx carbon amigaos beos macintosh nogui rfb term svga
log: bochsout.txt
sb16: enabled=1
mouse: enabled=1
sb16: wavemode=1, dmatimer=500000
clock: sync=none, time0=1
For more Information about bochsrc configuration visit http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html
megs: ram in MB you will give the machine.
I use 256 (Xperia Play) 300mb will crash your windows after a while.
4. Run bochs on Android.
Boot will take around 30 min, yeah it is really slow
---------------------------------------------------------
Notice
I used Nlite to resize and optimize windows xp before installing it.
here some screenshots:
http://imageshack.us/photo/my-images/254/screenshot1327566148311.png
http://imageshack.us/photo/my-images/819/screenshot1327565583563.png
http://imageshack.us/photo/my-images/263/screenshot1327569555412.png
http://imageshack.us/photo/my-images/692/screenshot1327569773009.png
http://imageshack.us/photo/my-images/715/screenshot1327569992581.png
Click to expand...
Click to collapse
How to OPEN UP QeMu... where is it ?
at first you must download qemu see link in first post.
install qemu and start it.
how is the mouse working. we did this with Windows Mobiel but you had to drag the mouse.
do you have to drag it or does the cursor go where you place your finger.
you have to drag it.
acocalypso said:
at first you must download qemu see link in first post.
install qemu and start it.
Click to expand...
Click to collapse
Sent from my SamSungGalaxySII using xda premium
tar.gz file...not exe...... how to install?
Can anyone try this trick with damn small linux or with puppy linux?
Sent from my Desire HD using XDA App

All Credits Goes TO Perceval from Hyrule

Al Credits Goes TO Perceval from Hyrule
Quote:
Originally Posted by Perceval from Hyrule
** Currently writing this, please wait !
Hello there,
here is a new tutorial I'm sure you'll like. As usual it took me LOTS of work to get all info and make this to work, so now I share it with you and show how to run custom ROMs within Android SDK Emulator.
Please note it's mainly for XPERIA X10, but process is the same for other Android-powered devices. It will show you the process for Linux.
1. Download the latest Android SDK.
2. Open the archive, and copy the folder android-sdk-linux-x86 to a safe place. You can also rename it to an easier name. Example : I placed it in ~/Home and renamed it androidsdk.
3. Go to the SDK folder, then in the folder Tools/. Double-click on Android and choose Run.
4. Go to Available packages, and choose to install (choose at your will !)
Android SDK Tools, revision 8
Android SDK Platform-tools, revision 1
SDK Platform Android {VERSION(S) YOU WANT} (!) You need at least one Platform. For X10, you can download 1.6, 2.1. You can also add 2.2, 2.3.
Once it's done, close the window.
5. Download Xperia X10 add-on for SDK. (?) Read the PDF add-on guide, it is helpful !
Copy the folder (from the archive) XPERIA-X10_r1 inside the folder add-ons of your Android SDK folder ({androidsdk}/add-ons/).
6. Run terminal, go to your Android SDK folder, then in tools folder, and run
Code:
./android list target
.
Note the id number of the Android you want to develop (ie for me, Android 2.3 is
Code:
id: 3 or "android-9"
). (?) You might also want to note the name ("android-X") as it might be useful later.
7. Now, create AVD (a profile for emulator). Usual command (assuming you are INSIDE the /tools/ folder !) is
Code:
android create avd -n NAMEYOUWANT -t {ID}
So, for us, it will be
Code:
./android create avd -n myx10 -t 3
8. To generate the AVD, you will be prompted several info. Type these for Xperia X10 :
Create custom hardware profile : yes
SD Card support : yes
Asbstracted LCD density : 160 (correct if I'm wrong ?)
DPad support : no (?)
Accelerometer : yes
Max camera pixels (H) : 3264
Cache partition size : 66 (?)
Audio playback : yes
Trackball : no (?)
Max cam pixels (V) : 2448
Camera support : yes
Battery support : yes
Touch screen : yes
Audio record : yes
GPS : yes
Cache partition : yes
Keyboard : no
heap size : 32
RAM : 280
GSM Modem : yes
(?) I recommend you to create one profile for each Android version you want to run (so : you just have to change the ID, and create same profile). If you don't, you won't be able to run custom ROMs using other versions of Android (ie your AVD profile is 2.3 and you run a 2.1 custom ROM).
9. Done ! Take your custom ROM (downloaded, compiled... In this case, files are in {YourAndroidRepoFolder}/out/target/product/generic/. It comes with about 3 files, including a file called system.img. Copy this file into the folder (hidden) .android/myx10{In fact, the name you've chosen earlier "NAMEYOUWANT"}.avd/
10. Run terminal, go to Android SDK folder/tools/ (if you didn't close your current terminal, you're already in and run this command to run emulator WITH your custom ROM :
Code:
./emulator -avd myx10{again the "NAMEYOUWANT" you've chosen before}
Wait and enjoy !
(?) First boot is long - it's NORMAL. Just like on a real device, the OS will be cached and will work faster and faster.

[Android iA[ JB 4.2.2 Dualboot/Bare metal

Run JB 4.2.2 NATIVE (EFI bios only)
Diualboot with win8/linux/osx. - This is NOT a x86 emu - its bare metal
https://01.org/android-ia/documentation
Required materials:
•1GB or larger USB thumb drive
•A supported target device
•A laptop or PC running Linux, Windows, or Mac OS with working internet connection
Step 1: Back up your existing OS and all data on your device. The Android-IA installer will erase everything and repartition your hard drive automatically.
Step 2: Download the latest installer image for your device from the Downloads page.
Step 3: Prepare the USB thumb drive
Linux users:
•Unzip the downloaded file: `unzip your_installer_file.zip'
•Insert the USB thumb drive into your machine
•Open your terminal application and find the device name of the thumb drive. Run `dmesg' and look near the end for a name like "/dev/sdX" where X is a letter.
•Unmount any partitions that were automatically mounted: `sudo umount /dev/sdX*' (Where X is the letter from above)
•Write the live.img file from the extracted zip to the USB flash: `sudo dd if=live.img of=/dev/sdX bs=1M conv=fsync' (Where X is the letter from above)
Windows users:
•Extract the installer image from the downloaded zip file
•Download "Image Writer" application from https://launchpad.net/win32-image-writer/ and extract it to a folder of your chioce.
•Insert your USB drive into your computer.
•Find the drive letter of your USB drive by opening 'My Computer' on the desktop.
•Run Win32DiskImager.exe from Image Writer's directory.
•In Image Writer's window, select the installer.img you extracted from the downloaded zip
•In Image Writer's window, select your thumb drive's letter that you found in 'My Computer'
•Click "Write" and wait until the process is over.
Mac users:
•Extract the installer image from the downloaded zip file
•Open the Terminal (under Utilities)
•Execute `diskutil list' to get the current list of devices
•Insert your USB drive into your computer.
•Execute `diskutil list' again and determine the device node assigned to your flash media (e.g. /dev/diskN)
•Execute `diskutil unmountDisk /dev/diskN'
•Execute `sudo dd if=live.img of=/dev/diskN bs=1m'
•Execute `diskutil eject /dev/diskN' and remove your flash media when the command completes.
Step 4: Prepare device for installation:
•Set the device to boot from the USB thumb drive (device-specific instructions can be found on the devices page.
•Make sure "UEFI Boot Support" is enabled in the BIOS.
Step 5: Install the system.
• Plug in the USB thumb drive with the Android-IA installer image created in step 1
• Power on the device
• From the boot menu, choose "Install Android to hard disk"
• Wait until the installer finishes
• Unplug the USB thumb drive
• Power off the device by holding down on the power button for 10 sec., then power on the device and choose "Boot Android system" (or let the countdown timer expire)
You're done! Enjoy your Android-IA device.
Click to expand...
Click to collapse
Move post if in wrong section plz...
Sent from nexus 4 AOSP
Hello.
I installed the latest Android-IA (android-4.2.2_r1-ia1) on my Acer Iconia W700, and it works perfectly. The only downside (however, huge one) is the lack of libhoudini - without it half of android apps refuse to load on x86 processor. Which, by the way, scores ~70000 in Antutu (!)...
I searched everywhere, but there's just too little information on both libhoudini as well as Android-IA . Please, can anyone help in porting this library to Android-IA? I know it is not open source, but so are gapps, and Android-x86 already uses libhoudini. So there shouldn't be any real difficulties...
WBR, Draco.
Drakosha said:
Hello.
I installed the latest Android-IA (android-4.2.2_r1-ia1) on my Acer Iconia W700, and it works perfectly. The only downside (however, huge one) is the lack of libhoudini - without it half of android apps refuse to load on x86 processor. Which, by the way, scores ~70000 in Antutu (!)...
I searched everywhere, but there's just too little information on both libhoudini as well as Android-IA . Please, can anyone help in porting this library to Android-IA? I know it is not open source, but so are gapps, and Android-x86 already uses libhoudini. So there shouldn't be any real difficulties...
WBR, Draco.
Click to expand...
Click to collapse
Antutu score 70000!? really? You are using the i5 model?
Drakosha said:
Hello.
I installed the latest Android-IA (android-4.2.2_r1-ia1) on my Acer Iconia W700, and it works perfectly. The only downside (however, huge one) is the lack of libhoudini - without it half of android apps refuse to load on x86 processor. Which, by the way, scores ~70000 in Antutu (!)...
I searched everywhere, but there's just too little information on both libhoudini as well as Android-IA . Please, can anyone help in porting this library to Android-IA? I know it is not open source, but so are gapps, and Android-x86 already uses libhoudini. So there shouldn't be any real difficulties...
WBR, Draco.
Click to expand...
Click to collapse
I remember finding a manual install of libhoudini somewhere but it didnt work. That was with the february version of A-IA, though.
Sent from my 700T using XDA Premium HD app
Drakosha said:
Hello.
I installed the latest Android-IA (android-4.2.2_r1-ia1) on my Acer Iconia W700, and it works perfectly. The only downside (however, huge one) is the lack of libhoudini - without it half of android apps refuse to load on x86 processor. Which, by the way, scores ~70000 in Antutu (!)...
I searched everywhere, but there's just too little information on both libhoudini as well as Android-IA . Please, can anyone help in porting this library to Android-IA? I know it is not open source, but so are gapps, and Android-x86 already uses libhoudini. So there shouldn't be any real difficulties...
WBR, Draco.
Click to expand...
Click to collapse
Did you ever find a solution to this?
DJDrew said:
Did you ever find a solution to this?
Click to expand...
Click to collapse
Hi there
I'd also be glad to hear more about that...From what I could gather so far, there is no fully working ARM translator / libhoudini solutions for android IA. Hence the only solution would be to switch to android x86...
Change dpi and get bluetooth working with android and windows 8.1 at the same time
Do these changes if you are confident in your skills. I'm student and quite busy so if you ask something it can take some time for me to answer. Damages you might do to your system are your own responsibility. I have tested these instructions with Acer W700 on android-4.2.2_r1-ia3 and can confirm that they worked for me.
First changing dpi from original 213 to 160:
1. Get file manager on android like ES file Explorer
2. R/W rights to whole system on android
3. From root go to /system/etc/machine-props/
4. Open acer-w700.prop with ES Explorer and edit line "ro.sf.lcd_density = 213" and change 213 to 160
5. Reboot android and system should now be 160 dpi
Now about that bluetooth. I find it annoying that you have to pair your bluetooth mouse and keyboard again every time when you switch between android and windows 8.1. So I did research and found a way to fix this problem and here's how to do it. I can confirm that this works with Acer bluetooth/cover keyboard and MS Sculpt touch mouse.
1. Pair your bluetooth devices first with android and the with Windows
2. On Windows download PsExec
3.Then from downloaded file copy PsExec.exe in Windows to directory C:\Windows\System32 or to directory where your System32 folder is.
4. Write in the search cmd and run it as administrator
5. Then use command: psexec -s -i regedit.exe
6. Now go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Keys
7. From \Keys you can find your paired bluetooth devices. First there is the devices bluetooh mac address and 32 numbers long linkkey. Now write those linkeys and mac addresses up or copy them.
8. Now everything is set on Windows side. Next boot to android.
9. On android you need again for example ES file Explorer and R/W rights
10. With file Explorer fro root go to /data/misc/bluedroid/
11. Open file called BT_config.xml
12. From text find your devices using mac address
13. When you find you devices mac addres scroll down and you should see line with linkkey and 32 number code.
14. Now take that 32 number code you got from Windows
15 You have to change it little so the linkey works and here how it's done:
for example your Windows linkkey is "12345678qwertyuiasdfghjkpoiuytre" now set it as 8 number clusters like this
"12345678 qwertyui asdfghjk poiuytre"
Now you have to reverse those 8 number clusters
Take the set on far right "poiuytre" and mark it like this "po iu yt re"
Now reverse those pairs like this "re yt iu po"
Now "reytiupo" this is the first line in the new linkkey
Do the same for other three cluster. After it's done this example linkkey looks like this "reytiupojkghdfasuityerqw78563412"
16. When you have your modified Windows linkkey ready you can just replace the old one from the file BT_config.xml
17. Now just reboot android and your keyboard and mouse should work.
I've found that sometimes when switching from Windows to android bluetooth doesn't connect. Just reboot android and your bluetooth devices should connect.
I would have posted this on deveopers site where people visit more often but you need 10 posts and this is my first one so if you can you should link my post there so more people can enjoy these instructions.
Thank you for reading this and don't forget to like it :good:
Anyone know where to find the source code for this?

Updated Windows 8.1 to Windows 10 upgrade guide for HTC One m8 Windows (October 2016)

How to upgrade to Windows 10 on your HTC One M8 for Windows running Windows Phone 8.1
Prerequisites:
a. A Microsoft account. You NEED one to do this. Preferably sync it with your phone BEFORE you do all this, it will make your life so much easier. Even if you are paranoid about Microsoft getting all your data, you STILL need an account to complete the steps here.
b. Several pieces of software. Please use the versions specified in this walkthrough. Other versions have not worked well. You can download them all in a RAR file from: https://mega.nz/#!2JNBTCiZ!tBFDPMFzUu3g7EqulH9BSlFFebv4IcZiPrRSvS_fx88
c. Patience. If you mess up a step, all the way up through the Windows 10 install, you can flash back to stock WP8.1! You can probably even downgrade afterwards.
d. A MicroSD card is required. I didn’t have one installed on the phone before I started, but it’s 100% necessary (I’ll detail why as we proceed).
e. A willingness to completely wipe your phone. This ought to go without saying, but I’ve had people ask me “oh you mean I have to delete EVERYTHING?” Yes. Your phone will be reset to factory at least once in this process.
Credits:
Thanks to Bladeni, on whose instructions this is based. And all the folks at XDA Developers and Betanews, Disqus and a few other places I’m probably forgetting. The guys who wrote WindowsPhoneCustomPFD and CustomWPSystem. And the whole community!
Walkthrough:
1. Backup all your data. Preferably to the cloud. But if you are a privacy nut, put it all on your computer. Or the SD card. Somewhere other than main phone RAM which is going to be completely wiped.
2. Charge your phone to 50%. I know other walkthroughs say 40, and the tools say 25, but the reality is that we don’t know how fast your battery will drain once the phone is in bootloader mode.
3. If for some reason you have Windows Insider or Preview for Developers installed, uninstall them now!
4. Install the Windows Device Recovery Tool on your PC and run it.
5. You may also at this point want to install HTC Sync Manager, just to get the HTC drivers.
6. Restart in bootloader. This is a point of some contention, but basically hold down the power button until the phone tells you to swipe to restart. As soon as the screen goes black, hold down both volume buttons. You should get this screen (those are barcodes under the black swatches):
a. If the phone shuts all the way down, just hit the power button for a long press, then immediately hit the volume buttons. It takes a couple tries if you’ve never done it.
7. Plug the cable into the phone and the computer. Wait for Windows to recognize the device. Check Device manager to make sure it shows up as HTC Phone and not an unknown device.
a. If it shows up as an unknown device, try installing HTC Sync Manager (see list at end).
b. If it STILL shows up as unknown, install HTC Drivers Standalone (see list).
c. If that doesn’t work, as a last resort, right click the unknown device, update driver, and browse to where you unzipped the Fujitsu driver.
8. Once the device is recognized, you may need to hit “My device was not detected” in the Recovery Tool.
a. If you do, browse to “Other OEM’s” and then to “HTC”.
9. Now hit next, don’t give a reason (“Continue without submission”), and wait. After a few minutes, your phone will be back to Windows 8.1 factory image.
10. You need to set up WP8.1 – sign in with your account. If it starts to restore your stuff, let it do so – you have to wait until the queue is clear before you can proceed, so take this time to install the other software you need:
11. Install the WP8.0 SDK Tools Lite Setup. It may give errors about setting up links. Ignore them.
12. Install the WP8.1 SDK Tools Lite Setup. It may give errors also but usually won’t.
13. Once the phone is stable, go to Storage Sense and make sure that apps are set to install TO THE PHONE. This is super important!
14. If for some reason you still have Windows Insider or Preview for Developers installed (you shouldn’t, after step 2), uninstall them now! I’ve seen this happen with Preview for Developers.
15. Under the Windows Phone SDK 8.1 on your PC (NOT THE 8.0!) run “Windows Phone Developer Registration”.
a. Unlock the phone, it HAS to be on the start screen for this to work.
b. Log in with your Windows account (same as on the phone! Very important!) and hit “register”. You can tell it worked because when you run it again, it will say “unregister” (don’t unregister, but you can check!)
16. Under the Windows Phone SDK 8.1 on your PC, run “App Deployment” and select the CustomWPSystem_0500.xap file you previously downloaded. Deploy it.
17. Now open up your phone in explorer, and go to the downloads folder. Drag the CustomPFD_0003.xap into this folder. DO NOT DEPLOY THIS XAP.
18. If you want HTC Sense TV, download it from the store now, since after this step it will be impossible to install.
You are now ready to start modding the phone. Nothing you’ve done until this point has been destructive or done anything other than a reset. Now is the point where you probably void your warranty. You’ve been warned! We are about to hack a Microsoft app to make it into a registry editor.
19. THIS IS CRITICAL. Navigate to storage sense and set apps to install to the SD card. If you don’t do this, NOTHING ELSE WILL WORK FROM HERE ON OUT.
20. This website has a helpful set of screenshots for the next section: http://windowsphonecustompfd.blogspot.com/2015/01/you-need-two-filesfirst-custompfd0003.html?m=1
21. Download the “Preview for Developers” app from the store. Wait for it to finish installing.
22. Run the CustomWPSystem app on your phone.
23. Tap the red button labeled “SD Card Permissions”, then tap SD Card, then hit the check mark. The button should turn green.
24. Make sure “Preview for Developers” is selected (it is the default).
25. Now select the CustomPFD_0003.xap file using the select button.
26. Hit “apply XAP”. IF THE APP CRASHES AT THIS POINT, you have done something wrong. Most likely you didn’t set apps to download to the phone and SD card at the right places. The CustomWPSystem app MUST be installed on the phone and the Preview for Developers app MUST be installed to the SD card. You MUST be logged in with the correct Windows account. Go back and check everything again. If you have to, drop back to the system restore again using the Recovery Tool.
27. Go to the apps pane, and you should see that Preview for Developers now has a weird green icon with a key on it instead of the purple icon it came with. If it doesn’t, see step 25.
OK, for real. Now you’re going to void the warranty, since you’re about to edit the registry. Basically we are about to trick the phone into thinking that it’s a Nokia Lumia 735, which is a phone with roughly similar specs to this one, at least as far as the Windows 10 update process is concerned.
28. Run the Preview for Developers. This is now a modifier registry editor. You’ll see “cannot write here”. That’s normal. Navigate to:
a. HKLM (HKEY_LOCAL_MACHINE)
b. SYSTEM
c. Platform
d. DeviceTargetingInfo
29. Now you’ll see you can write. So let’s find the keys we need. There are three. In each case, pick the key, then you’ll do this:
a. Hit the plus at the bottom.
b. Put the name of the key in the top field.
c. Pick “String” instead of “Key”.
d. Put the required data in the bottom field.
e. Hit “write”.
30. If your screen doesn’t move the keyboard out of the way, just hit back (ONLY ONCE) to get the other fields to show.
31. The three keys, with their data, are as follows. Remember they should all be set to type “string”:
a. PhoneManufacturer (yes, caps are important and leave off the quotes) is currently “HTC”, change it to “NOKIA”.
b. PhoneManufacturerModelName is currenly “HTC6995LVW”, change it to “RM-1089_1087”.
c. PhoneModelName is currenly “HTC6995LVW”, change it to “Lumia 735”.
32. Double check them by clicking back into them one at a time. Make sure the data is correct.
33. Download the “Windows Insider App” from the app store, and run it.
34. Register, and click “get insider builds”. When presented with a choice, choose the top selection. This is called the “Fast Ring”. It gets you the latest preview build, which is needed for bug fixes for the HTC One M8. Prior builds – stable and prod – don’t have the keyboard or SIM card working properly.
35. Reboot.
36. After reboot, check for updates the normal way. You should see an update starting. This is Windows 10. Let it install. THIS TAKES A LONG TIME.
37. Once you’ve rebooted into Windows 10, there will be a lot of other updates. Be patient and eventually it will be time to proceed.
38. Go to your app pane – notice that the Insider app as well as the Preview app are all the way at the top under “recently added”. The Preview app has no text, just an icon. This is normal.
39. Run the Preview app, and reverse the steps above to restore the original values (HTC, HTC6995LVW, HTC6995LVW) to the keys in steps 29-31.
a. If your Preview app is missing, you can try the Interop tools (included here) but they crash on a lot of builds for a lot of people when you try to go into the “Platform” subkey of the registry.
b. To install Interop tools, just load the file onto your phone and go run it from file explorer.
c. To run Interop tools (it isn’t an app, it’s a control panel applet!), go to settings->extras->interop tools.
40. Run the Insider app again, and this time put it onto release ring (the bottom option). This is optional – you can choose to continue to get all the latest options, but the latest ones tend to be buggier. I will update these instructions when the release build is good enough for the HTC One m8 to use in step 34. But for now, you may want to do this step.
Again, the download location is:
https://mega.nz/#!2JNBTCiZ!tBFDPMFzUu3g7EqulH9BSlFFebv4IcZiPrRSvS_fx88
I have an issue on Step 15.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have unregistered and registered 3 times and still I cannot deploy.
And you reformatted the phone (factory reset) in the earlier step?
Same Problem
I encountered the exactly same problem on Step 15. Solution?
completed.! (31-10-2016) but I'm not convertible into Vietnam language .
quocthai75 said:
completed.! (31-10-2016) but I'm not convertible into Vietnam language .
Click to expand...
Click to collapse
I try to do it again and stuck here.!!!!!!!!! Microsoft seems to have seen and prevent.!
Yes I did flash to OEM. I have opened a case with Microsoft as well to see why it says I have to many unlocks when my Dev account shows no unlocks.
That's interesting. Maybe they wised up to this method? I'll try an play around with it again this upcoming weekend. As a quick check, can you try using the 8.0 version of the app loader?
I appreciate that. I also submitted a support ticket with Microsoft and they refused to help, instead directing me to the forums, which advised me to ... submit a support ticket. I reset my phone to OEM and same error message. But I have confidence you'll be able to outsmart them. Thanks.
---------- Post added at 05:54 PM ---------- Previous post was at 05:45 PM ----------
I also tried 8.0 application deployer. No luck. Same error message. Not sure this is related, but I have a developer account and my phone, even when registered as unlocked using SDK tool, will not appear in the Dev Center's Dashboard as an unlocked device. And when I try to open Preview for Developers on my phone, I log in with the same username and password as my developer account but it won't recognize that and sends me to a page to buy a developer account.
MarkinSD said:
I appreciate that. I also submitted a support ticket with Microsoft and they refused to help, instead directing me to the forums, which advised me to ... submit a support ticket. I reset my phone to OEM and same error message. But I have confidence you'll be able to outsmart them. Thanks.
---------- Post added at 05:54 PM ---------- Previous post was at 05:45 PM ----------
I also tried 8.0 application deployer. No luck. Same error message. Not sure this is related, but I have a developer account and my phone, even when registered as unlocked using SDK tool, will not appear in the Dev Center's Dashboard as an unlocked device. And when I try to open Preview for Developers on my phone, I log in with the same username and password as my developer account but it won't recognize that and sends me to a page to buy a developer account.
Click to expand...
Click to collapse
Uh-oh. It sounds like they have killed the "one phone for non-developers" workaround that they had previously put in place. I don't have a test phone - the one I upgraded has become my daily driver - but I'll see what I can figure out.
I did I! I made it through. Microsoft fixed my developer account and I went all the way through. Do I need to relock the phone or no? Also should I uninstall the XAP 003 app or the reg editor?
quocthai75 said:
I try to do it again and stuck here.!!!!!!!!! Microsoft seems to have seen and prevent.!
Click to expand...
Click to collapse
Microsoft limitations of the app installation for free account dev
I used another free account and everything is perfect, but Windows Insider problem, I didn't find the building in there...
Success
Worked perfectly once Microsoft fixed app deployment problem. Appreciate all your hard work setting this up!
What build of Windows 10 should I have? I currently have 10586.107. Is there a way to get a more current build?
had a couple of these phones laying around after we switched to Lumia 735s this worked just fine, i will say one thing the phone got very hot! i nearly dropped the phone when i picked it up, after all the updates it cooled down and is running like a dream so far
To update to a higher build
MarkinSD said:
What build of Windows 10 should I have? I currently have 10586.107. Is there a way to get a more current build?
Click to expand...
Click to collapse
Ensure you enable developer mode on your phone
Install Interop on your device and follow instruction
. Open Interop Tools (Settings->Extras)
Please take a snap shot of the original setting before alerting, this is very important
Click the "Registry Browser" button
Open "HKEY_LOCAL_MACHINE"
Open "SYSTEM"
Open "Platform"
Open "DeviceTargetingInfo"
Open "PhoneManufacturer"
In the "Value Data" field, enter "NOKIA" (all caps). Click "Write"
Open "PhoneManufacturerModelName"
In the "Value Data" field, enter "RM-1089_1087". Click "Write"
Open "PhoneModelName"
In the "Value Data" field, enter "Lumia 735". Click "Write"
Run Windows Update in fast or slow ring
Restart phone after update and change by to the default values
Click the "Registry Browser" button
Open "HKEY_LOCAL_MACHINE"
Open "SYSTEM"
Open "Platform"
Open "DeviceTargetingInfo"
Open "PhoneManufacturer"
In the "Value Data" field, enter "HTC" (all caps). Click "Write"
Open "PhoneManufacturerModelName"
In the "Value Data" field, enter "HTC6995LVW". Click "Write"
Open "PhoneModelName"
In the "Value Data" field, enter "HTC6995LVW". Click "Write"
HTC M8 Windows to Windows 10 mobile lastest build
Instructions to root HTC One M8 with Windows Phone 8.1 to install Windows 10 mobile
1. Backup all your pictures, videos, music and files to your SD card or your Computer, remember every thing will be erased
2. Download the latest Windows Device Recovery Tool
3. Ensure that your battery charge is 40%.
4. Restart your phone and hold down the volume keys at the same time.
5. If there is a gear and lighting symbol restart the phone again because you were unsuccessful.
6. To restart the phone hold down the Power and volume down key until the phone vibrates
7. Immediately hold down the both volume keys.
8. One successful you will see a white screen appear with the phone serial number another information.
9. Connect to the phone with the USB cable to the computer with windows device recovery tool open
10. If the windows device recovery tool shows the message: My device was not detected
11. Click My device was not detected and click Other OEMs and Select HTC
12. Click next and continue without submission. Please note formatting your phone back to factory is very important to registering your phone in further steps.
13. At this point your phone should be formatting to Windows Phone 8.1
14. Complete initial setup of the phone on Windows Phone 8.1
15. Ensure that you signed in with a Microsoft account.
16. Download files WP8.0 SDK Tools Lite Setup Av1.20
17. Download files WP8.1 SDK Tools Lite Setup Av1.20
18. The files are normally in a zip format use WinRAR to extract them
19. Extract contents of the zip files and run the InstallWP80SDKToolsLite bat file.
20. Extract contents of the zip files and run the InstallWP81SDKToolsLite bat file.
21. Click start navigate to Windows phone SDK 8.0 then click Windows Phone developer registration.
22. Ensure that the device is on, unlocked and in the start screen.
23. Click Register. Wait, for the pop up window for you to enter your Microsoft account.
24. Enter to same Microsoft account that you are using on the phone.
25. One successfully completed you would see the option to Unregister.
26. Download the XAP file: CustomWPSystem_0500.xap
27. Note if the file is downloaded with a zip extension change the extension to XAP.
28. For example: CustomWPSystem_0500.zip to CustomWPSystem_0500.xap
29. Click start navigate to Windows phone SDK 8.0 then click application deployment.
30. Ensure that the device is on, unlocked and in the start screen.
31. Click browse in application deployment, navigate to the CustomWPSystem_0500.xap you downloaded
32. Select the file and click deploy.
33. Download the file CustomPDF_0003.xap as stated before if it is zip change it to xap
34. Copy CustomPDF_0003.xap to your phone internal memory in documents
35. Go to storage sense and set app, to be installed on SD card.
36. Open this website :
37.
38. Use the above website as a visual reference
39. Open the deployed app CustomWPSystem on your phone
40. Follow the instructions in the app. Tap SD card permission
41. Select the SD card root folder this means navigate to the SD card and no other sub folder and tap the tick
42. SD card permission should be green
43. Click download from the store to download Preview for developers after the app is installed hold the back and app switch back to CustomWPSystem app
44. Scroll down and click select the XAP, navigate to the CustomPDF_0003.xap file located on your phone
45. Click Apply the Xap once finished
46. Open the Preview for developers app the icon has change to greenish color with a key
47. Follow these instructions
48. Please take screen shots by pressing volume Up and the power button at the same time before making changes
49.
50.
51. Open "HKEY_LOCAL_MACHINE" Or HKLM
52. Open "SYSTEM"
53. Open "Platform"
54. Open "DeviceTargetingInfo"
55. Once the Application was applied properly you will notice on the top a message: you can write hear
56. Open "PhoneManufacturer"
57. Ensure you take a screen shoot and note the original values
58. Click the Plus button at the bottom
59. In the first field enter: PhoneManufacturer
60. Change Type to String
61. In the last "Value Data" field, enter "NOKIA" (all caps). Click "Write" please do not enter inverted comma.
62. Press the back arrow in Windows phone 8.1
63. Open "PhoneManufacturerModelName"
64. Ensure you take a screen shoot and note the original values
65. Click the Plus button at the bottom
66. In the first field enter: PhoneManufacturerModelName
67. Change Type to String
68. In the "Value Data" field, enter "RM-1089_1087". Click "Write" please do not enter inverted comma.
69. Press the back arrow in Windows phone 8.1
70. Open "PhoneModelName"
71. Ensure you take a screen shoot and note the original values
72. Click the Plus button at the bottom
73. In the first field enter: PhoneManufacturerModelName
74. Change Type to String
75. In the "Value Data" field, enter "Lumia 735". Click "Write"
76. Press the back arrow in Windows phone 8.1
77. Please note HTC sense tv can only be downloaded in Windows phone 8.1 store if you update before downloading it you will never be able to download for deploy it to your windows 10 mobile phone.
78. Once you have modified the registry
79. Download and open the Windows Insider app
80. Join the fast ring. Reboot your device when prompted.
81. After the reboot, check for updates and you should start downloading the latest Redstone build.
82. Repeat steps after windows 10 installation to restore your previous registry values
83. Do this only after you have reached the lastest build
84. Please note however you will lose HTC sense tv app after the factory reset
85. Download : InteropToolsApp_0.0.2.0_arm.appxbundle
86. Open Interop Tools locate in (Settings->Extras)
87. Click the "Registry Browser" button
88. Open "HKEY_LOCAL_MACHINE"
89. Open "SYSTEM"
90. Open "Platform"
91. Open "DeviceTargetingInfo"
92. Open "PhoneManufacturer"
93. In the "Value Data" field, enter "HTC" (all caps). Click "Write"
94. Open "PhoneManufacturerModelName"
95. Enter the appropriate Original Value below.
96. In the "Value Data" field, enter "HTC6995LVW". Click "Write"
97. Open "PhoneModelName"
98. In the "Value Data" field, enter "HTC6995LVW". Click "Write"
The files can be found in xda-developers.
•
First off - thank you for these instructions, they are excellent!!! I BELIEVE I have followed everything to the 'T'...unfortunately, I am stuck at step "80", I install Windows Insider with no problem, then I open it, select "Get preview builds" (my only option) and get the message "Server Error - A connection error prevented us from downloading programs for you. Please check the date/time of your device and its network connection and try again.". I have tried:
Turning it off and back on.
'Soft' reset
Setting time manually
Setting to Pacific time zone (what it defaulted to when I started it up)
Uninstalling/reinstalling Windows Insider (with reboots in-between)
Checking all registry edits, re-doing them
Researching this error online has not yielded any solutions outside the ones I have already tried.
Can anyone help/suggest something please? Thanks!
I am having the same problem with windows insider, server error, thanks for any help
I resolved my issue - by leveraging another forum in addition to all the great information on this one, here's the link: http://forums.windowscentral.com/htc-one-m8-windows/426772-5.htm and below are the exact instructions. it's a little bit of a hassle to pull the cabs but IT WORKS. I started right from where I couldn't move forward (step 80), though I uninstalled Windows Insider and put the registry settings back to 'normal' until this was complete. Interestingly, after completing and REINSTALLING Windows Insider, same error BUT Windows Update from control panel seems to work. It has restarted/rebooted several times but is now on the most recent update (November 9th) that I know of. No glitches (YET) to report, except for battery life seems shorter. Hope this helps someone!
Excerpt (starts from step 2 because step 1 is the Windows device recovery tool resetting device to 8.1 - if you've followed these instructions up to this point you don't need to do that)
....
2. Go to this site: 14219-10586 htc w8 tmous (0P6B140) - Pastebin.com and grab all of the .cab file urls. These urls are from this thread: [W10M BUILDS] Update links collection (cab-f… | Windows 10 Development and Hacking)
3. This is the part that sucks... Paste each url into a browser to download the file (you should end up with 47 files) - on a side note, if anyone doesn't want to do this, I could paste a link to a zipped folder with all of the files
4. Place all the files into a folder named "cabs" in your C: drive (ex: C:\cabs)
5. Download and install the Windows Driver Kit from http://go.microsoft.com/fwlink/p/?LinkId=526733
6. Open command prompt (windows + R then "cmd") and enter this command (places you in the proper folder to execute the next command): cd C:\Program Files (x86)\Windows Kits\10\Tools\bin\i386
7. While your phone is connected to the PC, run the command: iutool.exe -V -p "C:\cabs" - it will take a while to execute as it transfers, then installs all 47 files. I think it took about 75-90 minutes for me.
Once that finishes, you'll be on build 10586.11
Once you've completed those steps, you can follow the directions posted by benj1091 at the beginning of the thread to OP the registry (via Interop Tools) to match a Lumia 735. If you want, you can then (or before) install Windows Insider to select your insider ring.

[TOOL] Android File System (Network ADB Extension) for Windows Explorer

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​Description:
Viewing Android file system by ADB in native Windows Explorer.
Accordingly, copying files, installation APK, create screenshots: ADB utility is used (included in the installer).
Virtual Folder "Network ADB" is added to "My Computer"
----
1) Copy the Windows-Android, Android-Windows, Android-Android
2) Create a new folder
3) Delete the folder / file
4) Create a Link for Windows - move the Android-Windows while holding down the left mouse button
----
1) The context menu on any folder, any drive - Creating a screenshot (in the folder place the device screenshot)
2) Right-click the APK file - install apk on your device
----
1) Requires .NET Framework 4.0
2) Tested only on Windows 7, the behavior of other systems not tested.
3) Tested: on Android 5 - 7
mobiles: nexus 6p, sony xperia, samsung note 3
Sony Android TV: KD-55x9305c, KDL-55w807c
Instruction:
1) Turn on your mobile (android TV) - developer mode.
1.1 Go to the "Settings" section and select "About phone (or on TV)"
1.2 find the "Build Number", click on it seven times (the system will report that enabled mode)
1.3 In the setting will be a new item - Developer Mode
2) In option "developer mode" enable - "remote debug"
3) After install my application - in context menu click - "Preferces" and type IP Adress (port 5555 not change - this is ADB port)
4) in context menu click - Connect. In TV or Mobile message appears for authorization to operate the device with your computer - click allow. Amen, in Windows Explorer, you should see a Android file system.
--- change device to using network:
1) connected via USB
2) run command: adb.exe tcpip 5555
3) Disconnect USB
latest adb.exe - contains in installer. If Installed Android Studio - delete in current dirrectory adb.exe - extension will work with adb.exe installed in android studio.
--- this extension only wrapper for adb
VERSION 0.0.3
1) Add Install apk progress window
2) Set permissions+owner/group
Installer for Windows x64: View attachment NetworkADB-x64-003.zip
Version 0.0.2
1) add console
2) change adb path, multi-devices support (wifi-usb-emulator etc)
Installer for Windows x64: View attachment NetworkADB-x64-002.zip
Installer for Windows x32:View attachment NetworkADB-x32-002.zip
if no work: rty version in this post
version 0.0.1
Installer for Windows x64: View attachment NetworkADB-x64.zip
Installer for Windows x32: View attachment NetworkADB-x32.zip
Source code (VS 2012 C#): View attachment NetworkADB-src.zip
Main russian forum in 4pda - "Network ADB for Windows"
Hi, when I run this, nothing comes up I downlaod Framework 4 running on 64 win 7
@svansvan is it support English language ?
Hamidreza2010 said:
@svansvan is it support English language ?
Click to expand...
Click to collapse
it is ONLY in English
zfk110 said:
Hi, when I run this, nothing comes up I downlaod Framework 4 running on 64 win 7
Click to expand...
Click to collapse
1) Install Framework 4
2) You download NetworkADB-x64.zip unzip and run NetworkADB.exe and click Install.
In Windows Explorer (not IE) in folder My PC (in left treview) should appear "Network ADB"
-------
if you tried to install the program without Framework 4.
1) Install Framework 4
2) Uninstall NetworkADB
3) Install NetworkADB
------------
~200 downloads from this site
~300 in russian
no comments or reviews.
It means all everything works well
svansvan said:
it is ONLY in English
1) Install Framework 4
2) You download NetworkADB-x64.zip unzip and run NetworkADB.exe and click Install.
In Windows Explorer (not IE) in folder My PC (in left treview) should appear "Network ADB"
-------
if you tried to install the program without Framework 4.
1) Install Framework 4
2) Uninstall NetworkADB
3) Install NetworkADB
------------
~200 downloads from this site
~300 in russian
no comments or reviews.
It means all everything works well
Click to expand...
Click to collapse
Please see this video to see whats doing it, I already installed net 4 on the system
https://drive.google.com/open?id=0B8UIJJhXQ-yfVWJkVGNWUjdpcWM
video course terrible quality
After install:
1) in LEFT side of Explorer window (tree)
You have "My computer" in this item you have disks C,D... You have item "network adb"?
2) in context menu on item Network Adb (right mouse click) you have "properties, connect, disconnect etc" items ?
---
Like as in attached screens in main post.
---
Do you run install exe as administrator?
Do you restart windows after instal Framework 4 ?
In same folder (where you run install.exe) You will have some files. 2 ddl's must be registered in system. may, for whatever reason, they did not register. there need to debug deeper knowledge and only Monday I will be able to give more detailed instructions
New 0.0.2 version in header.
1) add adb console window
2) change adb path,
3) multi-devices : support selection (wifi-usb-emulator etc)
----
Before installing, you must uninstall the previous version.
Crashes at startup
Hi,
just tried it, it installs fine and i have the icon in explorer.
But it crashes at startup, win7, 32bit, your adb version 32bit 002.
See attched image for the crash info.
Hope you can do somthing about it, thanks!
JJSJJS said:
Hi,
just tried it, it installs fine and i have the icon in explorer.
But it crashes at startup, win7, 32bit, your adb version 32bit 002.
See attched image for the crash info.
Hope you can do somthing about it, thanks!
Click to expand...
Click to collapse
Try this Release x32 version. Before install - uninstall old version.
(This error is probably due to the fact that the version was in Debug)
I do not have 32 windows, so I can not test
View attachment NetworkADB-x32.zip
Many Thanks Svansvan,
i will try it and report back.
***edit***
Sorry to inform you, the bug is still there. So installing is still ok, but it crashes immidiately after double clicking.
JJSJJS said:
Sorry to inform you, the bug is still there. So installing is still ok, but it crashes immidiately after double clicking.
Click to expand...
Click to collapse
What version number .NET Framework ? (it should be 4.+)
I have only 64 bit Windows 7. I can only compile in 32. Only one person with a 32 bit version left a tip (in russian forum - all works), but it has windows 10.
By the way, I do not guarantee the work in Windows 10 too (it works, but there are 3 bugs)
With this data, I can not know what the problem is: something is wrong with your system or is it a problem in my code.
People download, but do not leave comments
In this case, I upload the source code. Can someone help you faster. I did not get to fixing the problems in Windows 10 (and I do not know when it will be)
Last Try (added strong named key for dll`s + fix assembly):
View attachment NetworkADB-x32.zip
View attachment NetworkADB-x64.zip
Hi,
i have .NET 4.5.1 installed. And only Win7Pro.
I will try your latest x32 and report back.
Thanks a lot!
JJSJJS said:
Hi,
i have .NET 4.5.1 installed. And only Win7Pro.
I will try your latest x32 and report back.
Thanks a lot!
Click to expand...
Click to collapse
If it does not work at all, try update .NET to 4.6 version and restart PC.
do you have this path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe
if folder v4.0.30319 not exist, try find in folders(subfolders) C:\Windows\Microsoft.NET\Framework program RegAsm.exe
This program is needed to register 2 dll`s (WindowsShell.dll, NsEx3.dll).
copy RegAsm.exe to install folder (where placed NetworkADB.exe)
in console (run console as administrator!) run:
1) RegAsm.exe WindowsShell.dll /codebase
2) RegAsm.exe NsEx3.dll /codebase
in output you can see like: Types are registered successfully
In general, the entire installation is reduced to registering these two dll files using the .NET program regasm.exe
If the registration is successful - everything will work.
After, using Task Manager - kill process explorer.exe, and run new task explorer.exe (restart explorer.exe)
This is the maximally-extended technical documentation that I could give.
Hi Svansvan,
yes i have the folders and the exe.
First i will update to 4.6.x .NET , restart and do as you said.
I will report back, thanks for your great help!
***edit*** according to the check of the DWORD in the registry as mentioned on this page https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx#net_d
I have 4.6.2 already installed, so far so good.
***2nd edit*** i have a nsext3.dll, but not nsex3.dll also not a windowsshell.dll, can you provide them please?
Thanks a lot!
Hi svansvan!!
For me it worked at first without having to do anything, just install it.
I have Windows 10 x64, Samsung Galaxy S5 with Nemesis Reborn ROM and Phoenix v13 kernel.
Only thing i miss is an option to change permissions.
Thanks!!!
Finally someone left a comment. Many thanks!
Without this, I did not want to continue my work
acid981 said:
Only thing i miss is an option to change permissions.
Click to expand...
Click to collapse
Just now i worked on this (and installation APK file progress dialog... etc...)
-----
But first, I want to understand why does not work on Windows x32
---------------------------------------------------
JJSJJS said:
i have a nsext3.dll, but not nsex3.dll also not a windowsshell.dll, can you provide them please?
Thanks a lot!
Click to expand...
Click to collapse
In this post! (not in header and other posts!)
https://forum.xda-developers.com/showpost.php?p=71636023&postcount=11
download NetworkADB-x32.zip and unzip (not run in zip folder(program) view) in SEPARATE Folder file NetworkADB.exe
and run it and click install.
You must have the following files in your folder:
--------
adb.exe - from android sdk
adbwinapi.dll - from android sdk
adbwinusbapi.dll - from android sdk
NetworkADB.exe - installator
nsex3.dll - need register
regasm.exe - from .NET (for registration nsex3.dll and windowsshell.dll)
windowsshell.dll - need register
--------
And yes, in OLD version It was nsext3.dll, But in the new version it is called nsex3.dll (without 't').
And there can not be not present windowsshell.dll ! Physically just can not be that it was not present.
The only thing I can think of - is that it for some reason removes antivirus program.
I specifically downloaded it again and installed it. Everything is there.
Just in case, I attached it to you separately:
View attachment windowsshell-dll.zip
but it is not necessary, if everything is done correctly
svansvan said:
in console (run console as administrator!) run:
1) RegAsm.exe WindowsShell.dll /codebase
2) RegAsm.exe NsEx3.dll /codebase
in output you can see like: Types are registered successfully
In general, the entire installation is reduced to registering these two dll files using the .NET program regasm.exe
If the registration is successful - everything will work.
After, using Task Manager - kill process explorer.exe, and run new task explorer.exe (restart explorer.exe)
Click to expand...
Click to collapse
Hi Svansvan,
i did as you described above.
It al registers perfectly. But starting the program still gives the Just in Time Debug error.
Is there something that need to be done in Visual Studio which needs to be enabled, just like the error messsage says (in above post) ?
Sorry for all this trouble. Hoep you can find what the issue can be.
Have a good weekend.
acid981 said:
Only thing i miss is an option to change permissions.
Thanks!!!
Click to expand...
Click to collapse
New version in header 0.0.3 - permissions
-----
Only x64. As far as I understand, x32 version - no working (I do not know why yet)
svansvan said:
New version in header 0.0.3 - permissions
-----
Only x64. As far as I understand, x32 version - no working (I do not know why yet)
Click to expand...
Click to collapse
Thank you very much svansvan.
It's working for me with no issues... it's perfect.:good:
thanks again
acid981 said:
Thank you very much svansvan.
Click to expand...
Click to collapse
There is only one bug: if open two (or more) windows explorers with the same folder.
You change the permissions in one window. In other windows they do not visually change
You need to refresh them (right click in context menu - refresh or reload)
The case is rare and insignificant, but it's a bug.
----
There will be other wishes - leave comments

Categories

Resources