[TUT] The Quest for the Difinitiv Guide to QEMU for Windows Mobile - Windows Mobile Development and Hacking General

OP News: (27.4.2011)
Added Developer Files in case someone acctualy wants to take a look at the Source Code from mamaich. See Post Nr. 5
Older News:
There is still alot of Information yet to be Organized and published but feel free to submit Links, Drivers, Addons, Plugins, or anything else you found and tested. Just always remember never to publish any licensed stuff.​
Some Cool stuff some XDA Members have already tested: Photoshop 4.0, 3D Max v3.1, ZBrush2, SiSoft Sandra 2000, OpenOffice, Virtual Joystick, etc.​
{
"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"
}
Rules & Reminders:​
- Always respect XDA-Developers.com Forum Rules!
- Please try to stay on Topic as much as possible.
- Do not post any Copyrighted Material without explicit and written permission of the copyright owner. If you own a legitimate License this Thread will show you everything you need to know to recycle that license to create your own Windows Mobile Device Images.
- Hopefully this Thread will stay impartial to any Device but that said having a 1Ghz Snapdragon does not hurt.
- There is allot of Information to be collected, verified, and compacted. Any help is greatly appreciated and rewarded by special mentionings throught this Thread. PM Swiss420 with suggestions, feedback, ideas, or basically any material that you think could be usefull for the thread.
- Use the Thanks Button instead of posting "thanks" and please don’t ask why we are rolling this up again. We know its old news but I am sure we can provide new insights and focus the Information. No! Networking has not been achieved yet. But as we see it, it is a Question of what was first the Chicken or the Egg.​
​

[QEMU Applications]
QEMU v0.91 [/Storage Card/QEMU] --> Download ​
Qemu Manager v7.0 (April 2010) with Qemu 0.11.1 and KQEMU Support -> Download
Qemu Manager v6.0 (April 2009) with Qemu 0.10.2 and KQEMU Support -> Download
Qemu Manager v5.0 (Feb 2008) with Qemu 0.9.0/0.9.1 and KQEMU Support -> Download
Qemu Manager Version 4.0 (Feb 2007) With QEMU 0.9.0 and KQEMU support -> Download​
3D_Toolbar_V1.qtb
3D_Toolbar_V2.qtb
3D_Toolbar_V3.qtb
3ddesktop.qtb
boot_Toolbar.qtb
BOOT3D.qtb
FULL.qtb
full_keyboard.qtb
toolbar-boot.qtb
toolbar-Desktop.qtb
toolbar-full.qtb
toolbar-fullO.qtb
toolbar-her.qtb
toolbar-min.qtb
Attached is a preliminary Version of QEMU Extended and preped for Windows 98SE by aSiD1712 and contributing work by TruckyBN. See Original Thread -->​

[QEMU Plugins]
int33mouse.dll [missing Description]​
int21hk.dll [missing Description]​
heroes2.dll [missing Description]​
FMOD.DLL [missing Description]​
LIBUSB0.DLL [missing Description]​
SDL.DLL [missing Description]​

[QEMU Settings]
[Screenshot QEMU Manager running Windows 98SE]​
Code:
CMDLINE.TXT
-tb-size
8
-emul
\Storage Card\QEMU\emul\WinXX

[QEMU Information]
QEMU is a generic and open source machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). Or viceversa. By using dynamic translation, it achieves very good performance.
In order for QEMU to run under Windows Mobile it was necessary to recompile the OpenSource Code. Mainly mamaich at pdaprime.com has taken on this task himself in 2004 and succesfully recompiled QEMU. Unfortunately in March 2010 Mamaich announced the following:
"I've stopped working on QEMU and HOMM 1-2 ports for WinMobile. Earlier I've published complete source code and a toolchain used to build QEMU, but links were lost after this forum have crashed. I'll look for them and reupload in a few days. Currently I'm attaching source code for launcher and all plugins. To build them you'll need Visual Studio 2008. To build QEMU you'll need cygwin, my GCC 3.3.3 port (a bit modified for QEMU), i'll upload them after I'll find them.
Edited:
Added toolbar editor with sources. To compile - use C++ Builder. Usage is similar to DosBox TB editor.
Edited:
Added compiler (arm-wince-pe-gcc.rar). Extract it to /usr/ directiory of CygWin installation and add /usr/local/arm-wince-pe/bin/ to the start of CygWin $path. This GCC is already preconfigured for QEMU, it contains all needed libs like SDL. Added qemu src (qemu-0.9.1.rar). It is already "./configure"d, just use "make" to build in CygWin environment. Normally QEMU.EXE file should not be modified at all. Everything is controllable from plugins."
March 2010 Mamaich (pdaprime.ru)
Click to expand...
Click to collapse
So were does that leaves us? First off we want to thank mamaich for the great work he has done and wish him all the best. We are putting this together in order to search for someone else with enough knowledge to recompile QEMU and add Network functionality if possible. Hopefully someone steps up to the plate and cracks this nut. He will be able to completly rely on our help in any way shape or form. We will post any Developer Information mamaich has provided at PDAPrime as soon as possible but we would like to check first with mamaich and or pdaprime. For now you can find the allot of the Information here
Original Developer Files from Mamaich (Ad Free xda-developers.ch Links):
arm_wince_pe_gcc.rar (Compiler)
GEN_Toolbar.rar ()
qemu_0.9.1.rar
ui_and_launcher.rar
Download here​
This is only a quick overview. We will create Step by Step Instructions for you to follow eventually.
1. Create an Image - use the following command using the qemu-img.exe provided in the QEMU v0.91 [qemu-img create image.img 1000MB] (Creates a Unformated 1Gb Image)
2. Install OS using QEMU Manager for Windows. -> Download here
3. Copy QEMU to SD Card -> Download Example
4. Adjust CMDLINE.TXT, EMUL_CMDLINE.TXT, emul_ini.txt and plugins_ini.txt according to your specific OS and Environment
5. Add a Second Drive by creating a new Image and adding files with WinImage or create a ISO with Nero and load it as a CD Image in QEMU Manager.
6. For debugging and Errors please check the output in: QEMU_OUT.TXT [Error Log]

[QEMU Links]
XDA-Developers Links:
[QEMU on himalayas]
[Windows 95 on HD2]​
Offsite Links:
http://en.wikipedia.org/wiki/QEMU [QEMU @ wikipedia.org]
http://wiki.qemu.org/ [QEMU Wiki]
http://www.davereyn.co.uk/ [Home of QEMU Manager]
http://forum.pdaprime.ru/index.php?showtopic=45356&st=240 [Original Thread from mamaich]
http://www.qemu.com/ [QEMU git repositories]​
YouTube Videos:
Windows 95 on a HD2 [Swiss420]​
Developer Links:
Bug in qemu 0.9.1 (and maybe later) + fix [mamaich @ QEMU Forum]
VBEMP x86 Project - Universal VESA/VBE Video Display Driver [Bearwindows and AnaPa Corporation]​

[QEMU Drivers]
[Verified Drivers: These Drivers have been tested and as working classified]​
Drivers for Cirrus GD-5446 video adapter
"None available"​
Drivers for Realtek 8029AS network adapter (for other OSes try NE2000 compatible driver)
"None available"​
Drivers for Realtek 8139 network adapter
"None available"​
Drivers for Sound Blaster 16 adapter"
None available"​
[Caution: These Drivers have not been tested yet: Use and try at your own Risk - Leave Feedback with exact file name]​
Drivers for Cirrus GD-5446 video adapter
DOS Drivers
OS/2 Drivers
Windows 3.1, Windows NT and Windows 9x Drivers
Drivers for X.Org and X11 are inside "cirrus" module.
QNX includes the driver.​
Drivers for Realtek 8029AS network adapter (for other OSes try NE2000 compatible driver)
BeOS R4 and R4.5 instructions (Use NE2000 PCI)
BeOS R5 instructions (Use NE2000 PCI)
DOS driver for NDIS2
LANtastic 4 driver
LANtastic 5 driver
Windows NT 3.51 driver
Windows NT 4.0 driver
Novell NetWare Client32 driver
Novell NetWare Client for DOS ODI driver
Novell NetWare Client for OS/2 ODI driver
Novell NetWare Server driver
OS/2 driver for NDIS2
SCO UNIX driver
UNIXWare driver
Windows for Workgroups driver (3.1 and 3.11)
Windows 95 driver
Windows 98 driver
Windows 2000 driver
Windows XP includes driver
Windows Vista stopped support
Linux driver is in ne2k-pci.c​
Drivers for Realtek 8139 network adapter
BeOS R4 and R4.5 driver
BeOS R5 driver
DOS driver for NDIS2
FreeBSD driver (for versions that do not include it in kernel repository)
JavaOS driver
MacOS 8.5, 8.6, 9.0 and 9.1 driver
Novell NetWare Client32 driver
Novell NetWare Client for DOS ODI driver
Novell NetWare Client for OS/2 ODI driver
Novell NetWare Server (from 3.12 onward)
SCO UNIX driver
Slackware Linux 8 driver
Solaris 7, 8, 9, and 10 driver
UNIXWare driver
VXWorks for x86 driver
Windows NT 3.51 driver
Windows NT 4.0 driver
Embedded Windows NT 4.0 driver
Windows for Workgroups driver (3.1 and 3.11)
Windows 95 driver
Windows 98 driver
Windows 98 Second Edition, Windows Me and Windows 2000 driver
Windows XP and Windows XP Professional x64 Edition driver
Windows CE 2.0 for x86 driver
Windows CE 3.0 for x86 driver
Mac OS X 10.0.4 and Darwin/PPC 1.3.1 driver
Mac OS X 10.1, Darwin/PPC 1.4.1 and Darwin/PPC 5 driver
Mac OS X 10.2 and Darwin/PPC 6 driver
Linux driver is in 8139too.c or 8139cp.c
Windows Vista, Windows 2003 and Windows CE.NET include drivers​
Drivers for Sound Blaster 16 adapter
DOS driver
Windows NT 4.0 driver
Windows 95 and Windows 98 driver
OSS and ALSA have drivers.
Windows 98 SE, Windows Me, Windows 2000, Windows XP and Windows 2003 include drivers.
Windows Vista dropped support.​

[DOS & Windows 3.1 for QEMU]
Reserved for Windows 3.1

[Windows 95 for QEMU]
Windows 95 osr2​
Graphics: Cirrus Logic 5446 PCI v1.41
Network: [Not yet Available]
Sound: Creative Labs Sound Blaster 16 or AWE-32
Hard disk controllers: Intel 82371SB PCI Bus Master IDE Controller
Monitor: (Unknown)
Mouse: (Unknown)
Ports (COM & LPT): COM1 / LPT1
System Devices: (Unknown)​
Videos:​
Windows 95 on HD2 [by Swiss420]​
Screenshots: 1​
[PDAPrime Thread]​
Mamaich [pdaprime], aSiD1712 [xda-developers], TruckyBN [xda-developers]​

[Windows 98 for QEMU]
Reserved for Windows 98 Ori.

[QEMU for Windows 98SE]
Windows 98 Second Edition
Videos:​
"None yet"​
Screenshots: 1 2​

Windows NT 4.0 for QEMU
Reserved for Windows NT 4.0

[Windows ME for QEMU]
Reserved for Windows ME

[Windows 2000 for QEMU]
Reserved for Windows 2000

[Windows XP for QEMU]
Reserved for Windows XP

[Windows 7 for QEMU]
Reserved for Windows 7

Linux Builds
​
There are many Open Source Operating Systems that run great under QEMU for Windows Mobile. Here you will find a few that have been reported as Working.
--------------------
Puppy Linux / Linux
Puppy Linux is a special build of Linux meant to make computing easy and fast
--------------------
Icaros Desktop light / pre-configured AROS Desktop Environment / AmigaOS 3.1 / Fast and Stable
Icaros Desktop is a pre-configured AROS desktop environment for the PC platform, distributed on a bootable live media. The AROS Research Operating System is a open source lightweight, efficient and flexible desktop operating system, aiming at being compatible with AmigaOS 3.1 at the API level, while improving on it in many areas. [Supports Amiga Forever and AMIGA Games - Untested - Please Report findings]

First
Great work mate!
I think this will be going to an big Thread!
Greetz Tokl

Looks like a very interesting thread I downloaded the QEMU.7z file and transfered it to my phone, but without a base OS, I doubt it'll work. I think I have a 95 disk laying around here somewhere. How would I go about emulating it? Those posts only have images of download links, no actual links

BarrettBear said:
Looks like a very interesting thread I downloaded the QEMU.7z file and transfered it to my phone, but without a base OS, I doubt it'll work. I think I have a 95 disk laying around here somewhere. How would I go about emulating it? Those posts only have images of download links, no actual links
Click to expand...
Click to collapse
Yes you are right the acctual instructions are not yet published. But to get you jumpstarted just download QEMU Manager for Windows here use that to install your Windows 95 or 98 and transfer the image to the SDCard. Will send you a IM with some more information. Feel free to ask if you get stuck same goes for everyone else.

Related

Windows (Embedded) CE PowerToy: DiskPrep

Here's a head's up message. I did a search before posting, though found nothing mentioned on the forum, therefore I'm continuing..
Resource Page Description
DiskPrep can prepare any hard disk that can be attached to your development PC so that it can boot your X86-based (Embedded) Windows CE OS Design.
USB disks (including disk "keys"), Compact Flash Cards, and SD cards all work if your system bios can boot from that type of media.
FAT16, FAT32, and exFAT all supported.
DOS is not used - the program prepares the bios loader on the disk and only uses that.
If you use Windows Vista or Windows 7, you can use VHD files for VirtualPC. This allows for rapid prototyping of a self-booting system!
Windows Embedded Blog;
Long link;
http://blogs.msdn.com/mikehall/archive/2010/03/27/windows-ce-powertoy-diskprep.aspx
Short link;
http://xrl.in/4xtd
Within this above links the extention VHD is mentioned, which means Virtual Hard Disk;
Virtual PC (Virtual Hard Disk) by Microsoft Corporation
Virtual PC allows you to maintain the compatibility of legacy and custom applications during migration to new operating systems and increases the efficiency of support, development, and training staffs. Connectix Virtual PC was taken over by Microsoft and is the basis for the Microsoft product.
Inform yourself more about Virtual PC here;
Long link;
http://www.microsoft.com/windows/virtual-pc/default.aspx
Short link;
http://xrl.in/4xte
:END
Have a nice read,
Senax
thx you!!!!!!!!
Does anyone have a direct link to this tool?

[GUIDE] Getting drivers to work on W7 x64

There has been a few times I've ran into issues with drivers not being compatible with Windows 7 x64 so I am going to show you a way to get them working by running a virtual machine with windows xp x32 installed.
#1. Here you can download a free Virtual machine.
http://hotfile.com/dl/45019228/154c711/VMware-player-3.1.0-261024.exe.html
here is the same download link from their website, which will require registration and verification.
https://www.vmware.com/tryvmware/?p=player&cmp=EMC-PlayerEvalActivation&li=license
#2. You will need to either have an ISO of Windows XP or an installation disk for this to work.
#3. Install VMWare Player and follow the instructions, it is very simple.
#4. Once your virtual machine is open, it should install VMWare tools. This will give you access to dragging and dropping, copying and pasting, and various other functions from your host computer to the virtual. You now should copy all necessary files and apllications you will need to complete whatever modification it is you are going to do.
#5. Install HTC Sync on the virtual machine. Link: http://member.america.htc.com/download/Driver/HTC EVO (Sprint)/HTC_Sync_2.0.40.exe
#6. You can easily switch your device from syncing to your host computer to your virtual by right clicking the icon that shows your phone. These icons are located on the bottom right corner of the virtual machine. Picture below.
{
"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"
}
One of the issues I have encountered so far is when trying to run CDMA Workshop on the virtual machine it will not open. It will give you the error "Sorry, this application cannot run under a virtual machine".
I have found a workaround for this.
Go to the folder on your host computer:
C:\Users\YOURUSERNAME\Documents\Virtual Machines\Windows XP Professional
Open your Windows XP Professional.vmx in notepad. This is the VMware virtual machine configuration file. Go to the bottom of the file on a new line each add these lines of code
Code:
monitor_control.restrict_backdoor = "TRUE"
disable_acceleration = "TRUE"
This will stop CDMA Workshop from thinking it's being run on a virtual machine and should work for other programs as well.
May I ask you what exactly you are having trouble with with W7x64? I was able to get ADB up and running, root my phone, and check my MSL with CDMA workshop within W7x64. Just had to find the right drivers online, but it didn't take too long.
Same here, Win7x64, no problems
DSwarP said:
May I ask you what exactly you are having trouble with with W7x64? I was able to get ADB up and running, root my phone, and check my MSL with CDMA workshop within W7x64. Just had to find the right drivers online, but it didn't take too long.
Click to expand...
Click to collapse
Albaholic said:
Same here, Win7x64, no problems
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=708419&page=6
it's a response from this thread. i, along with several other 64b win7 users cannot get it to work. go to the device mgr and click on the suspect, update driver and point to where the dl'ed drivers are and it does not recognize the drivers.
it seems to work fine on my the xp here at work. which drivers are you both using? i know it's not that technical. i can't develop for hack it any electronics but i can follow instructions and have hacked the psp, unlocked the tp2 and this phone among many, but i cannot understand how some were saying they've been successful and i'm in the same boat with many others who can't seem to get it to work on a 64b win7.
skoobz said:
it's a response from this thread. i, along with several other 64b win7 users cannot get it to work. go to the device mgr and click on the suspect, update driver and point to where the dl'ed drivers are and it does not recognize the drivers.
Click to expand...
Click to collapse
I'll pull my own quote from that thread:
"The 64 bit drivers will not be recognized or installed by the Windows 7 automatically. You must force the installation of the drivers by choosing the "Browse" option then "Let Me Pick" option then the "Have Disk" option."
skoobz said:
http://forum.xda-developers.com/showthread.php?t=708419&page=6
it's a response from this thread. i, along with several other 64b win7 users cannot get it to work. go to the device mgr and click on the suspect, update driver and point to where the dl'ed drivers are and it does not recognize the drivers.
it seems to work fine on my the xp here at work. which drivers are you both using? i know it's not that technical. i can't develop for hack it any electronics but i can follow instructions and have hacked the psp, unlocked the tp2 and this phone among many, but i cannot understand how some were saying they've been successful and i'm in the same boat with many others who can't seem to get it to work on a 64b win7.
Click to expand...
Click to collapse
Weird. I run Win 7 Pro x64 at home, and got the copy of HTC Sync that was on my Evo's SD card to install on it with no issues. Run the version of adb-windows from toast's evo recovery zip file from it too.
crackerstyle said:
Weird. I run Win 7 Pro x64 at home, and got the copy of HTC Sync that was on my Evo's SD card to install on it with no issues. Run the version of adb-windows from toast's evo recovery zip file from it too.
Click to expand...
Click to collapse
Its not the adb drivers that are a problem. Its the diag drivers that won't install automatically.
Berner said:
Its not the adb drivers that are a problem. Its the diag drivers that won't install automatically.
Click to expand...
Click to collapse
My bad, I saw him talking about installing HTC Sync on the virtual XP.
For HTC Diag Drivers see my article in my sig. I have changed the Sprint banner with QPST with no problems using my diag drivers on Win7 x64. I also included 32 bit drivers.
I also outlined a guide on how to manually install them.
thanks for the guide!
Thanks, worked perfect. I was wondering why CDMA workshop wouldn't work right with VMware a few days ago.
Works fine for me on windows7 x64 as well... You just have to point windows to the exact .inf driver file and force it to install. No need to install an entire virtual machine..
Sent from my PC36100 using Tapatalk
The evo always worked fine for me on win7 x64 but its terribly inconsistent with recognizing android phones and installing drivers (moment and vogue were a nightmare) even pointing to them directly. For whatever reason solutions for some definitely dont work for everyone
For some reason Win7 64 is picky about how the drivers get installed. When I followed this guide everything worked fine.
http://forum.xda-developers.com/showthread.php?t=697487
After following the instructions and running CDMA WS 3.6 in VMWare (WinXP Pro) I'm being told my current license key for CDMA WS is locked to a different machine or machine configuration, which I guess isn't terribly surprising.
I am not going to buy another license... so is there any way to set up the VMWare host machine to make CDMA WS think it's running on the same machine to which it's been locked (which is my host machine)?
The only other thing that would solve my problem would be 64-bit diag drivers for a Treo Pro and a Palm Centro.
KJThaDon said:
There has been a few times I've ran into issues with drivers not being compatible with Windows 7 x64 so I am going to show you a way to get them working by running a virtual machine with windows xp x32 installed.
#1. Here you can download a free Virtual machine.
http://hotfile.com/dl/45019228/154c711/VMware-player-3.1.0-261024.exe.html
here is the same download link from their website, which will require registration and verification.
https://www.vmware.com/tryvmware/?p=player&cmp=EMC-PlayerEvalActivation&li=license
#2. You will need to either have an ISO of Windows XP or an installation disk for this to work.
#3. Install VMWare Player and follow the instructions, it is very simple.
#4. Once your virtual machine is open, it should install VMWare tools. This will give you access to dragging and dropping, copying and pasting, and various other functions from your host computer to the virtual. You now should copy all necessary files and apllications you will need to complete whatever modification it is you are going to do.
#5. Install HTC Sync on the virtual machine. Link: http://member.america.htc.com/download/Driver/HTC EVO (Sprint)/HTC_Sync_2.0.40.exe
#6. You can easily switch your device from syncing to your host computer to your virtual by right clicking the icon that shows your phone. These icons are located on the bottom right corner of the virtual machine. Picture below.
One of the issues I have encountered so far is when trying to run CDMA Workshop on the virtual machine it will not open. It will give you the error "Sorry, this application cannot run under a virtual machine".
I have found a workaround for this.
Go to the folder on your host computer:
C:\Users\YOURUSERNAME\Documents\Virtual Machines\Windows XP Professional
Open your Windows XP Professional.vmx in notepad. This is the VMware virtual machine configuration file. Go to the bottom of the file on a new line each add these lines of code
Code:
monitor_control.restrict_backdoor = "TRUE"
disable_acceleration = "TRUE"
This will stop CDMA Workshop from thinking it's being run on a virtual machine and should work for other programs as well.
Click to expand...
Click to collapse
Did everything you mentioned and after i add those two lines and the end of the file and try to open CDMA Workshop in the Windows XP on the virtual machine it keeps closing out just like before. I been trying to get this to work for a couple days. Anyone who can point me in the right directions is appreciated.
bump
Thank you!
Thank you for the knowledge, may you have many happy blessings in your future! :good:

[Q] Installing Windows Phone SDK on Atom

I have Samsung Ativ Smart PC notebook (tablet transformer) based on Intel Atom Z2760 and Windows 8 x86 core.
Windows Phone SDK 8.0 required Windows 8 x64, Hyper-V and hardware virtualization. But if I don't need Windows Phone Emulator, I don't need Hyper-V and hardware virtualization.
Is there a way to install Windows Phone SDK without Emulator?
(Sorry, translated from Russian)
oh
The windows phone SDK comes with a complete set of tools, so while installing you can't CHOOSE what you want or not....
You have just 2 options-
1 : Install it with every thing which is present in the SDK.
2 : Maybe after installation TRY to delete/uninstall the phone emulator separately but at first you HAVE to let it install completely.
Hit thanks if you got me..!!
SUDALV said:
I have Samsung Ativ Smart PC notebook (tablet transformer) based on Intel Atom Z2760 and Windows 8 x86 core.
Windows Phone SDK 8.0 required Windows 8 x64, Hyper-V and hardware virtualization. But if I don't need Windows Phone Emulator, I don't need Hyper-V and hardware virtualization.
Is there a way to install Windows Phone SDK without Emulator?
(Sorry, translated from Russian)
Click to expand...
Click to collapse
did you ever find a solution to this? I am having the same issue...

Indicator to manage ADB Wifi connections

I developed a little tool which can be used to connect and disconnect adb sessions to Android devices via wifi.
Maby some of you will find it handy
The tool is targeted at Ubuntu 12.04 or above but it should run on other distributions too.
The following libraries will be needed to run this program:
Code:
libgtkmm-3.0-dev
libglibmm-2.4-dev
libsigc++-2.0-dev
libappindicator3-dev
libsqlite3-dev
libnotify-dev
The code is available here
The License is GPL3.
32-Bit version and debian packages will follow soon.

Android studio gradle sync fail please help

Sir
My android studio software shows the below error please help to resolve the issue
Gradle sync failed: Could not run JVM from the selected JDK.
Please ensure JDK installation is valid and compatible with the current OS (Windows 7 6.1, x86).
If you are using embedded JDK, please make sure to download Android Studio bundle compatible
with the current OS. For example, for x86 systems please choose a 32 bits download option. (751 ms)
Please help

Categories

Resources