How to upload Images to Sky Drive in WP7 - windows-phone-7

How i can upload my images to skydrive. I tried with hotmail apis but failed. Does windows phone mango support this feature. Please help me to find a soln for this issue.
regards,
Stephan

Nikovrdoljak’s mentioned a method for backup isolated storage data to sky drive. Try this method. I don't know whether it will solve ur issue or not but try it.
[link]
http://nikovrdoljak.wordpress.com/2011/09/15/backup-your-windows-phone-isolated-storage-data-to-skydrive-using-live-connect-api/

Please visit following link i am sure that it will help you...
http://msdn.microsoft.com/en-us/library/live/hh826531.aspx#uploading_files

Related

RedditSdk full size image is unavailable

I am using https://github.com/samsymons/RedditKit SDK for reddit api's. I have implemented the whole functionality.
I am facing issue in getting full size image from this sdk.
If anybody used this SDK, can help me getting full size image?
Thank you.
Full Size is available in RedditSDK.
Just try digging into the picture structure.

What is the best source of windows form applications?

I want to learn windows form applications but ı didnt find a source.I need help.Yesterday ı found some sentence which one textbox1->text=.... or x=converto.Int32 something like theese.Also my knowledge of win app is 0.Can anybody suggest a source please?
Thanks.
For Windows Form Application Development your best source for information would be MSDN. Here's another link for Getting Started with Windows Forms
Hope that helps.

Is it possible to play with Google Mirror API without having the device?

I've been reading the documentation and playing at https://glass-java-starter-demo.appspot.com/ but it seems there is no way to further investigate since when following the instructions from https://developers.google.com/glass/playground at my https://code.google.com/apis/console/ the Google Mirror switch is not showing up. Is there any workaround?
According to issue #2 on the tracker (https://code.google.com/p/google-glass-api/issues/detail?id=2) access is currently restricted to members of the Explorer program with Glass.
With the release of XE12, the Mirror API is open to all developers. However, it's still very important to test your Glassware on Glass before distributing it.
you can use this.
Have a look at https://github.com/scarygami/mirror-api
Yes you can use your Android phone as a Google Glass. Look at this guide Google Glass XE7 APKs
After installing those apks in your phone. Lounch Glass Home app.
Then go to MyGlass application and configure your Glass.
Then register for Google Mirror API and follow this quick starter guide
Quickstart
Hope this will help you.
It seems possible now: https://developers.google.com/glass/devprev. Similar answer as Jenny but updated.

WaveMediaStreamSource not working on Windows Phone 7

I downloaded the Silverlight WaveMediaStreamSource from this site.
but I am having issues playing .wav files on Windows phone 7 using this wavemediastreamsource with MediaElement control.
I need help from someone who has solved this problem to please share their code or help tell me changes they made to make it work.
I am able to successfully parse the .wav file and pull all header information.
I am stuck, any pointers and sample codes will help greatly if you have fixed this issue yourself or know how to.
I didn't quite understand your problem but you can take a look at the post.
It has nice little example about how to use WaveMediaStreamSource library.

Copying files from the Phone to a PC

Is there any ways to copy text files (I already wrote some files using C#) from windows phone 7 to computer?
Well.. I think you want to copy the txt files you generate on the device to a pc?
You can't do it because of restrictions on the device.. (you can use only your IsolatedStorage and nothing else (without unlocking the device))
you can send the content of the file via email or using skydrive for the transfer
Sockets are your best friends at this point, being the only link to your PC that is directly accessible through the SDK. You could also try working with a service.
If what you want is way to access your isolated storage files from the PC take a look here.
Hope this helps!
Thanks for your suggestions. Here is the exact thing that I was looking for. Hope that it would help others.
http://msdn.microsoft.com/en-us/library/hh286408%28v=vs.92%29.aspx
You should give more details, what do you mean by copy ?
Do you just want to do some thing like copy(TheFileToCopy, TheFileCreatedAsACopy) ?
In that case maybe look at the msnd doc http://msdn.microsoft.com/en-us/library/system.io.file.copy%28v=vs.71%29.aspx
and http://msdn.microsoft.com/en-us/library/cc148994.aspx
or maybe http://msdn.microsoft.com/en-us/library/sfezx97z.aspx
Does it helped you ?

Resources