I am developing a windows phone 7 application in which i am downloading some audio files,
And i want to upload those downloaded files on Google drive.
I searched but did not found any proper clue. Please suggest how to start with Google drive
and further implementation.
There is Google Drive lib for WP7 curently but. Google Drive APIs are universal HTTP requests and can be used on any devices and platforms. You can construct your HTTP request by hand. If all you want to do is upload then your looking for file insert.
https://developers.google.com/drive/v2/reference/files/insert
Related
I want to be able to scan a document with my universal windows app.The problem is that The Windows.Devices.Scanners APIs are part of the desktop device family.
Is there any way to check if the app is running on a desktop, and use these API's in that case?
Any other solutions or ideas would be welcome
For SMS, I have pulled the sqlite file and put it under the corresponding directory of the simulator on PC, but it didn't read.
Is it because Mozilla hasn't provided the function of SMS on the simulator?
What if I build the emulator myself, can it read the sms.sqlite I got from the phone? Or if the only way to read the sms is to decompress the code?
As for call logs, I have no idea where it is stored, is it mingled in the activity.sqlite?
I'm kind of lost in the Firefox OS, thanks for your help!
Powerful and dangerous APIs are not available to third-party apps.
Only internal apps can access the WebSMS API and Web Telephony API on firefox-os, because they are intended for system-level apps and default apps created by Mozilla/operators/OEMs.
Check the Permissions Table for Internal (Certified) Apps (MDN).
I'm developing an app to fetch SMS and other data from Firefox OS device. You can see the source code here.
Is there any Google Drive API available for upload and download audio files in windows phone 7. If not then, is there any way to achieve this.
The Google APIs Client Library for .NET doesn't support Windows Phone 7 yet, but you can send raw HTTP requests from your app and implement the protocol yourself.
Check the Google Drive SDK documentation for upload and download instructions.
I was trying out the mac app DiskAid and found it does everything that I need to be able to do in the app I am writing. DiskAid appears to have complete access to the filesystem on my iPad. This is not limited to the shared files by the applications on the iPad - not by a long shot. DiskAid sees all the files for every app on the device (sharer or otherwise). It is also not limited to files in the Documents directory for each app. It sees all files down to root level.
I was also amazed when I discovered that iTunes doesn't even have to be running for all of this to work. Also I don't recall having to authenticate in any way (apple ID or anything like that) I just plug in the device via usb and away she goes.
I've been searching for days now and have not found anything that even hints that this is even possible. Yet we know it is.
Does anyone have any idea how they are pulling this off. By the way my device is not jailbroken.
Any help with this would be greatly appreciated. Thanks.
There is info DigiDNA blog that what they use is Apple Mobile Device Service library, which they say function as driver to Apple device. A google search to the library brought me to the Iphone Wiki site about reverse engineered C header files needed to link to the library. Hope it will be useful.
Is it possible to store local data with PhoneGap - Windows Phone 7 Mango at the moment?
I read that the File API is still under development and local and session storage aren't possible at the moment because of the lack that the IE9 doesn't support access to these when running without domain?
So no way to store local data? Have to wait for the next PhoneGap WP7 version? When will that be? :)
Update *:* By using phonegap1.3 you can implement localstroage & sessionstorage in WP7.
Although it is not supported currently by phonegap, you can easily implement Isolated Storage support for your WP7 Phonegap app.
BrowserExperiments has a tutorial on how to do so.
Download the windows phone 7 phone gap tutorial here and go to the section titled:
Isolated storage implementation in PhoneGap