Some projects integrating Kinect on the PC and windows phone have begun to appear on the internet.
Ultimate destination for all things Windows Phone!
Some projects integrating Kinect on the PC and windows phone have begun to appear on the internet.
This news was first reported by Tom Warren on 19 July, but there was a lot of misgivings about accuracy of that article at that time due to lack of a source. Well, Tom seems to have been vindicated now, as WMPU reports that the App Hub Registration Walkthrough has been updated, stating that individuals and students (wait… aren’t students individuals also?) will no longer be required to go through a GeoTrust verification process. As a student in the US whose GeoTrust verification was processed within the hour, I don’t think this will make much of a difference to me… but this is definitely good news for people elsewhere where GeoTrust was causing unnecessary delays. It should also let students unlock their phones immediately after registration (which was earlier delayed till someone submitted their first app.)
The application is relatively simple: download the ZIP that contains both the phone and desktop applications. Then, deploy the phone application, and enable Jaxbot's dehydration hack. After that, connect your phone to your computer, run the desktop server, and enter your computer's IP address. Voila, your computer will now display whatever content is displayed on your phone, and you can use a screen recorder of your choice from this point on.

Take this short test to evaluate whether your application is ready for certification. Please note that your application details (name, version, etc) are not captured in this test, however your responses may be recorded and stored for analysis purpose. The test is only indicative of how fair your application will do in the certification process.
The test will also give you hints & suggested applications/frameworks to achieve some functionalities
Once you appear for this survey, you will receive a mail with the survey results telling you how ready you are for WP7 Application Certification.
- Enter this app- Navigate to the app you want to capture (no more than 2 apps in between (this app will be killed by "Watchdog"))
- Hold "focus" (not click, >focus), for at least 500ms
- Wait for messagebox to verify capture
- (SUCCESS) > Located under "Pictures > All > Saved Pictures"I can see developers and fellow bloggers befitting from this immensely. Strange that Microsoft still hasn't figured out the utility of this feature, hence they are avoiding implementation of this feature to be built in.
@0xMW We are working on a plan for DEVELOPERs to be able to get Mango for phones before we launch -- but for end-users: this fall.Yes, Microsoft is working to provide Developers an early access to Mango, which is a great idea since developers know their tech well and can act as great testers resulting in ironing out issues before the final release which is also beneficial for the company as well as consumers. Also, developers prefer device over emulators - who wouldn't ? So this sounds just about the perfect move to make developers oh so happy. Today, seems to be a fine day for developers, first the launch of beta tools and now this announcement.


Main Features :XLive items:-Shortcut-Shortcut notification-Shortcut notification ex-Digital clock-CalendarScreens:-Task manager-Device lock-Device settingsSmooth kinetic scrolling"WP7 Dark" as default theme25 accent colorsVibration feedbackOverride Taskbar
Windows Azure Access Control Service 2.0With the help and guidance of Vittorio Bertocci (aka Captain Identity) we are introducing integration with the Access Control Service (ACS) 2.0. The current (and previous) versions of the toolkit provide a very simple ASP.NET membership store in Windows Azure Tables. With the next release the new project wizard will give you the ability to choose between ASP.NET membership and the ACS.
The wizard only asks for the essentials and will then configure ACS automatically for you. The result is that, after the wizard completes, you can hit F5and run.
For more details on the upcoming ACS integration, take a look at Vittorio’s post: Windows Azure Toolkit for Windows Phone 7 1.2 will Integrate with ACS.
2. More StyleInspired by the Metro Design Language of Windows Phone 7, we’ve significantly updated the web application UI. .
3. Support for Windows Azure Storage QueuesOne feature we “missed” in our initial releases—and to be honest it was a matter of prioritization—was support for Windows Azure storage queues. With our next release we will provide support for queues in our storage library and the sample application.
Rhomobile : , the leader in tools for enterprise smartphone applications, today announced the release of Rhodes 3.0, the leading and first native smartphone app framework. Rhodes now includes support for near field communications (NFC) chips as well as Windows Phone 7 and Windows CE support. Additionally, Rhodes 3.0 now includes RhoStudio, its own Integrated Development Environment (IDE) which provides integrated app generation, editing building, device emulation and debugging.
Rhodes is now the first framework to provide support for Windows Phone 7 development. It provides a modern HTML5-based approach to creating native device-optimized WP7 apps, while still allowing instant portability to other phones. It is a great alternative to using Silverlight and XAML for WP7.
- First, we’ve updated and clarified our content policies and technical requirements to address some of the common questions and points of confusion that we have heard from several developers. These requirement changes will go into effect on June 3 for new applications and application updates.
- Second, we have added several test steps to the technical certification requirements to help developers conduct in-house application testing during the development cycle, in order to avoid common certification pitfalls and to improve pass rates and certification times.
- Finally, the application certification requirements for Windows Phone have now been integrated into our MSDN developer documentation. You can find the updated certification requirements here.
2.14 Your application must have distinct, substantial and legitimate content and purpose other than merely launching a webpage.This is a new requirement. It appears to be aimed at apps that are simple WebBrowser containers pointing to a publicly available site. Pretty self-explanatory.Do let us know your thoughts on this.
3.7 (part) Applications that enable legal gambling in the applicable jurisdiction where legal gambling is allowed may be permitted, subject to the Application Provider's acceptance of additional contract terms.This is an addition to the illegal gambling clause to clarify that legal gambling is generally not an issue.
4.7 Application Tile ImageThis section seems to have been added for the singular purpose of telling developers to make their small and large app tiles actually have someting to do with their apps. Seems kind of obvious to me, but I suppose this rule wouldn't have been made had someone not tried to violate it.
5.1.3 Application Responsiveness: If an application performs an operation that causes the device to appear to be unresponsive for more than three seconds, such as downloading data over a network connection, the application must display a visual progress or busy indicator.This was changed from the previous "5.1.3 Application Does not Hang". It now has a well-defined limit of three seconds maximum before an app is required to display some kind of "busy" indicator. This makes sense from a UX perspective, although the only real difference between the two versions is the explicit 3 second rule, so it's not thatdifferent.
5.2.3 (missing?)Um, yeah, I have a feeling Microsoft will fix this little omission.
6.5.4 The SoundEffect class must not be used to play a continuous background music track in an application.This was changed from a "should" in a note to a separate "must" clause. MediaPlayer is for music, and SoundEffect is for, well, sound effects.
Promised we are committed to enabling early access. Still some things to solve. #wp7dev
A C# development environment running in Windows Phone 7, with build and run functionality handled by an Azure-hosted web service. The C# editor has syntax highlighting, auto-indentation and code snippets to save typing on the little keyboard. There is also an MSDN search facility which reformats the content to be more phone-friendly. Code can be saved to the web service and accessed from your browser when you get to a computer.Pocket C# is essentially a mobile IDE ( first of it's kind ? ) which remote compiles your C# code ( console application only) and saves the code on a web service so you can access it anywhere from a browser.