Please visit https://wp8fileexplorer.codeplex.com/ for source code
I've posted the source code on Codeplex and the project will be continued by @rudironsoni and me.
New in 0.0.7 alpha:
Use LongListMultiSelector to select multi files.
---------20131027---------
Today I've made another alpha release (0.0.5).
New:
1.display the path on the top of the list
2.copy/cut and paste between internal storage / sd card
3.allow user to select the root path (will stay default after restart the app, currently I do not have time to save it)
What will be in the following updates:
1.a better UI (maybe I will redesign it when I have more time..)
2.a GUI registry editor
3.call samsung driver to move system files (edit small files in C:\Windows on device like HOSTS)
4.more...still thinking about that.
---------20131025---------
Yesterday I added some permissions to an app and succeeded to create,delete files on SD card and C:\data\user\public using both NativeAccess library by @GoodDayToDie and StorageFile in windows runtime.
these may be useful because at least we can manage files that we can see on PC very conveniently and we can open .docx files and etc. directly from SD card. I will post the file browser here several days later
another idea is the ServiceAgent. I know that this part is only for OEM but since we've already Interop Unlocked so I think it might be possible to develop a background Web Server (FTP,HTTP,etc.) so that every application can access them even they are downloaded from store.
and we can run that in the background after the device boot up and can keep running until the device shutdown or NotifyComplete() is called.
I take a look at the HTC app(clock) and find that it is using ServiceAgent to run in background to update the tile in a short period.
Also, some permissions are really interesting related to Package manager, using which we can install xap in some way..
the only problem is API documents.. I know it works but I don't know how to implement them.
maybe I can only make a common file manager..
Here comes my XAP...(English) currently it only supports browsing , opening and removing files in public internal folder (which you see in MTP) and SD card.
Double tap to open,you can also use multiselect (single tap)
it might be full of bug..
I've posted the source code on Codeplex and the project will be continued by @rudironsoni and me.
New in 0.0.7 alpha:
Use LongListMultiSelector to select multi files.
---------20131027---------
Today I've made another alpha release (0.0.5).
New:
1.display the path on the top of the list
2.copy/cut and paste between internal storage / sd card
3.allow user to select the root path (will stay default after restart the app, currently I do not have time to save it)
What will be in the following updates:
1.a better UI (maybe I will redesign it when I have more time..)
2.a GUI registry editor
3.call samsung driver to move system files (edit small files in C:\Windows on device like HOSTS)
4.more...still thinking about that.
---------20131025---------
Yesterday I added some permissions to an app and succeeded to create,delete files on SD card and C:\data\user\public using both NativeAccess library by @GoodDayToDie and StorageFile in windows runtime.
these may be useful because at least we can manage files that we can see on PC very conveniently and we can open .docx files and etc. directly from SD card. I will post the file browser here several days later
another idea is the ServiceAgent. I know that this part is only for OEM but since we've already Interop Unlocked so I think it might be possible to develop a background Web Server (FTP,HTTP,etc.) so that every application can access them even they are downloaded from store.
and we can run that in the background after the device boot up and can keep running until the device shutdown or NotifyComplete() is called.
I take a look at the HTC app(clock) and find that it is using ServiceAgent to run in background to update the tile in a short period.
Also, some permissions are really interesting related to Package manager, using which we can install xap in some way..
the only problem is API documents.. I know it works but I don't know how to implement them.
maybe I can only make a common file manager..
Here comes my XAP...(English) currently it only supports browsing , opening and removing files in public internal folder (which you see in MTP) and SD card.
Double tap to open,you can also use multiselect (single tap)
it might be full of bug..
Attachments
-
120.9 KB Views: 2,835
-
208.8 KB Views: 2,481
-
395.6 KB Views: 2,529
Last edited: