c# - Read/Write files on Windows Phone 8 via PC USB connection -
i'm attempting write music player windows phone 8 because current xbox music app lacking. i'd able sync files on device based on whether they've been rated or down.
since device won't let me delete or make changes music files on app, i'm thinking of keeping database of ratings in isolated storage can write data. i'll have companion app on pc read database device, , remove files have been rated downwards.
unfortunately unable access device on pc through code. know it's possible since can access device through windows explorer, when load c# code try read files, cannot find device @ all. i've used file picker see if can modify files, every time select file, windows copies file device temporary directory on c:\, when try deleting it, deletes temporary file , file remains on device.
what in heck going on here? cannot seem find information accessing wp8 in code on usb. ideas?
the windows phone power tools on codeplex can write files isolated storage pc connection - might want check out source code: https://wptools.codeplex.com/
Comments
Post a Comment