Windows Phone 7 Developer Tools - April Refresh [Offline Install] - Windows Phone 7 Development and Hacking

Hi guys,
Now you can download the Full Offline Developer Tools by downloading this file.
* Mod EDIT *
Links removed; warez not permitted on this forum.
Where it includes:
1. Microsoft Visual Studio 2010 Express Edition for Windows Phone.
2. Microsoft Visual Studio 2008 Debugger Tools.
3. Standalone Windows Phone 7 Emulator + Standard Image.
4. Silverlight 4 SDK for Windows Phone.
5. Silverlight 4 DevTools for Windows Phone Apps.
6. XNA Studio 4 for Windows Phone Gaming.
Instructions for offline installation:
There are 2 ways to install.
1. Automatic:
By double clicking the CTP.exe file.
2. Manual:
By Extracting CTP.exe file to a folder, and copy the entire folder present in [CopyToTemp] folder to this path
Vista/7: "C:\Users\{Your User}\AppData\Local\Temp"
XP: "C:\Documents and Settings\{Your User}\Application Data\Temp"
After copying finishes, run vm_web.exe.
And you're done.

Is this all 64 bit stuff?

Thanks a lot, very usefull, many many thanks

Yes, ofcourse it contains all 64 bit stuff.

Why are you repacking and reuploading Microsofts software, rather than providing direct links to their (much faster) mirrors?
So how about we provide the real link to the developer tool: Windows Phone Developer Tools CTP - April Refresh. I also recommend downloading Expression Blend 4 RC and the Expression Blend Add-in for Windows Phone 7
Official Microsoft links, fast mirrors, no reupload to sites where the OP get paid every time someone downloads.

Related

anyone have eMbedded visual basic software,please

i need the software to run some program if anyone can send that or any links to download thanks
Hi,
The SDK for Pocket PC is actually available for free at Microsoft!
You just have to search a little for it: use "Pocket PC SDK 2002" as keywords at www.microsoft.com, or try this direct link:
http://www.microsoft.com/downloads/...4a-bd94-4167-b817-2b2e548b2e92&DisplayLang=en
The SDK for Pocket PC 2003 only includes VC++ 4.0, but the SDK for Pocket PC 2002 contains both VCC++ 3.0 and Visual Basic CE 3.0.
For VB Apps to run, you need to install the VBRUN-Runtime library on the PDA.
Be aware that embedded VB has some severe drawbacks, compared to VB6:
- you don't have the DoEvent command, so no "multitasking"
- you don't have VAR() and VAL()
- you don't have many of the controls
- it is VERY slow
More info's about it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm/evbstart.asp
Cheers,
vma
VBRuntime.cab
VBRuntime.cab
Note that it is better to write your apps in Visual C++ rather than VB, as VB will not be supported on future devices...
eMbedded Visual Basic can run on WM 2003, just use the following link to download the runtime library from the following link:
http://msdn.microsoft.com/mobility/windowsmobile/downloads/evb_eula.aspx
This will allow any applications written using eVB 3 to run on your device!

Windows Mobile Device Emulators 6.5.x

I extracted the WinMo device emulators out of the accidentially published 6.5.x SDK (which has meanwhile been removed by MS). So if you want to give your apps a testride on them, here they are.
The zip (330 MB) contains 2 folders, copy them as follows, assuming you already have WM6 SDK installed.
DeviceemulationV65x ==> C:\Program Files\Windows Mobile 6 SDK\PocketPC
My Device Emulators ==> C:\My Documents\
You may need to modify the *.decfg files to your needs, please check the OSImage and Skin paths in each file to fit your configuration.
Windows Mobile 6.5.3 DTK has now been officially released by MS.
download DTK from Microsoft
Thanks!
6Fg8 said:
I extracted the WinMo device emulators out of the accidentially published 6.5.x SDK (which has meanwhile been removed by MS). So if you want to give your apps a testride on them, here they are.
The zip (330 MB) contains 2 folders, copy them as follows, assuming you already have WM6 SDK installed.
DeviceemulationV65x ==> C:\Program Files\Windows Mobile 6 SDK\PocketPC
My Device Emulators ==> C:\My Documents\
You may need to modify the *.decfg files to your needs, please check the OSImage and Skin paths in each file to fit your configuration.
Thanks to zzattack for providing webspace.
download here
Click to expand...
Click to collapse
THANKS!!!
I missed the download from MS and have been waiting for someone to host
Is is possible to flash roms on the emulator to review them before flashing my phone??
Build Version ??
Ogawa said:
Is is possible to flash roms on the emulator to review them before flashing my phone??
Click to expand...
Click to collapse
though it would be great, but unfortunately ... no.
The 6.5.3 DTK is meanwhile officially released by MS. I'll remove the download as its no longer necessary.
See this link
this is a 23090?
nokser said:
this is a 23090?
Click to expand...
Click to collapse
The one i uploaded was 23090. Dont know what the now officially released one is, didnt install yet.
Ok, thanks for the download
can I install something on emulator or not like previous releases? IE mobile shell to test themes and so on
Hi all! How to incraise main memory size?
Thanks for that link, it works again
the installer wants Microsoft Visual Studio.Is it for free ,where can i download it?
Install In PC, Open VS, edit options emulator, and change image from old file emu
yeah ok,but wherw to gwt VS ?
MS Visual Studio 2008, then create new projekt(for the smartdevice), and Edit options Emulator ...
ok,sorry but there seems tobe a missunderstanding,i dont know where to download VS,i cant find a free download,i dont know why but i find only links where to buy it.I would apprechiate a download link
See this http://www.microsoft.com/poland/developer/produkty/vs2008/vs2008expressedition.mspx
ok the file i am downloading is 900 mb ,but why does the emulator need it now,before i had a wm 6.5 emulator and a 6.5 rom,why does it need now framework,vs,mobile device center+ the emulator and a rom.Before it was about 500mb needed,now its nearly 2gb thats insane

Install Windows Mobile SDK without Visual Studio

I'm going to start with why, then how.
Why: I use the open source SharpDevelop to write Windows Mobile .NET applications. Some of the managed libraries that are included in Windows Mobile are not usable without the Windows Mobile SDK files. Microsoft's SDK Installer checks for Visual Studio, and if it not installed, will NOT install the SDK.
How: Download the SDK, open a command prompt, cd to where the SDK was downloaded to and type (making appropriate changes):
Code:
msiexec /a "MSI File.msi" /qb TARGETDIR="Full path to target directory"
For example, lets say that the file is called "WM6 SDK.msi" (which it is not), you downloaded it to "C:\WM SDKs\" and you want to extract it to "C:\WM SDKs\WM6 SDK\", you would type:
Code:
cd C:\WM SDKs
msiexec /a "WM6 SDK.msi" /qb TARGETDIR="C:\WM SDKs\WM6 SDK\"
The DLLs you need to add a references in your project will be under a folder called Designtimereferences
Anyone find this useful?
heyy thanks i found this useful...havent tried it yet, but didnt wanna go about downloading and installing VS if i dont want/need to
thanks man
hasseye said:
heyy thanks i found this useful...havent tried it yet, but didnt wanna go about downloading and installing VS if i dont want/need to
thanks man
Click to expand...
Click to collapse
No problem ... Thanks for the feedback.
cool!
Ultracool Man!
thanks for sharing the information .... no doubt it is useful to alot
Interesting! Anyone know if this enables the SDK to work with Visual Studio Express?
FloatingFatMan said:
Interesting! Anyone know if this enables the SDK to work with Visual Studio Express?
Click to expand...
Click to collapse
I doubt it ... I use SharpDevelop. I have a legal copy of Visual Studio 2003 + 2005, but I use SharpDevelop.
SharpDevelop
Does sharp develop support Compact Framework 3.5?
What are some advantages to using this?
I normally develop with visual Studio 2008 Professional with the Window Mobile 6 SDK.
Wish I would have know about this sooner.
2008 Standard does not support windows mobile development and pro was kind of spendy.
2005 standard supports it.
<slight rant>
Why microsoft? Why would you require pro to make apps, when you need to gain market share. The other platforms are growing because of the availabilty of apps.
</slight rant>
Sharp Develop DOES support CF 3.5, but you need to install .NET CF 3.5 and .NET CF 3.5 Power Toys on the PC to use it ... See Compact Framework on SharpDevelop Wiki.

Mango Developer Tools!

Now available for download:
http://www.microsoft.com/downloads/...64-ab15-40e1-bc38-713a95a56a05&displaylang=en
I cannot wait wait to see what developers come up with...
Yes!!!
Now just an unlocked emulator image and we can check out the new OS features.
Thanks mate for reffing the link =D
WM71C1.en-US.bin
Extracted the **** lol
Just have a look at those files inside (exe's, dll's, and languages etc)
New xap:
"STKApplication.xap"
And "Debugged Emulator" writes this almost every time you do something:
"Sentinels are Disabled for all processes."
For those who (probably) have a problems with installation (especially on x64 OS'es), like "Incompatible software found: Microsoft Windows Phone Emulator":
- just delete following registry key (on PC):
(x86): HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\sde\Servicing\10.0\xde
(x64): HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\sde\Servicing\10.0\xde
Windows Phone Developer Tools 7.1 Beta ISO
http://go.microsoft.com/fwlink/?LinkID=219401
718MB
(me dont like webinstalls)
Where do we find the WM71C1.en-US.bin image?
Pdiminico said:
Where do we find the WM71C1.en-US.bin image?
Click to expand...
Click to collapse
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Emulation\Images\WM70C1.en-US.bin
i have installed the tools and suddenly my deskmarketplace 1.6.3 deployer stopped working.
but this tools come with its own deployer which worked flawless for now
its in a folder "windows phone developer tools"
webwalk® said:
i have installed the tools and suddenly my deskmarketplace 1.6.3 deployer stopped working.
but this tools come with its own deployer which worked flawless for now
its in a folder "windows phone developer tools"
Click to expand...
Click to collapse
Ι point that to the developer and waiting for a solutions
any news on when the actual os will come out, either for developers or for everybody?

Install application from computer - Windows 10 Mobile

Hello there.
Is there any way how to install .xap/.appx/.appxbundle to my Windows phone device from my computer? I know I can install Visual Studio 2015 with deployment tool but I want to be sure I can install downloaded applications from the Internet and they won't crash.
Thanks in advance!
for XAP files you must have WP SDK installed (and use deploy tools or WPPT)
for APPX files you can use portal method (enable developer and portal in settings) and send appx file via FTP WEB interface (connect to phone with phone WiFi IP address)
Where can I download the Lite SDK?
Download the WP8.x SDK Tools Lite for your current WP8.x version:
- WP8.1: http://www13.zippyshare.com/v/15281796/file.html (155 MB)(v1.20)*
- WP8.0: http://www14.zippyshare.com/v/18768687/file.html (65 MB)(v1.20)
* APPX deploying might not work on Windows 7 (Error - The parameter is incorrect).
| How do I install the Lite SDK?
1) Extract the zip file and run InstallWP8XSDKToolsLite.bat to start the installation
2) After a few minutes WP8 Lite SDK should be installed on Windows 7 and Windows 8 (32 and 64bit)
| How can I developer unlock my phone?
- Step by step guide: https://msdn.microsoft.com/library/...UsingtheWindowsPhoneDeveloperRegistrationTool RegistrationTool
| How can I deploy an application to my phone?
- Step by step guide: https://msdn.microsoft.com/library/...UsingtheWindowsPhoneApplicationDeploymentTool DeploymentTool
| Registering an App Studio account for free
1) Register for a free App Studio account on: http://apps.windowsstore.com/
2) Now Developer unlock your Phone with the WP8 SDK lite tools following the guide above.
For Windows 10 Mobile you can directly install appx on phone using file manger or device portal on localhost/pc.

Categories

Resources