zoukankan      html  css  js  c++  java
  • <wp7查看独立存储工具>———2012年11月后仍可以工具

    由于wp8的发布原来http://wptools.codeplex.com/提供的windows phone 独立存储查看工具现在已经不提供对wp7的支持。

    经过网上查找终于找到一个可以用的工具。

    点击此处下载

    由于这个工具是国外个人开发的所以比较简陋,但还是比较好用的。

    下面的这个链接是此工具的使用方法blog:

    http://mobileworld.appamundi.com/blogs/petevickers/archive/2011/08/31/appa-mundi-release-free-gui-interface-for-the-isolated-storage-explorer-tool-gui-iset.aspx

    由于国外服务器,链接难打开这里复制下基本内容,

    =================================================================================================================================================================

    FREE GUI interface for the Isolated Storage Explorer Tool - GUI Iset

    A great, and much needed facility for Windows Phone 7 developers arrived with the 7.1 SDK – the ‘Isolated Storage Explorer Tool’. As its name suggests, it allows you to explore isolated storage on the phone itself, copy files from isolated storage to your PC, and copy files to isolated storage from your PC.
    This will greatly help developers – I had an XML problem, where I had to add a ‘frig’ to my program to allow me to look at the XML. If this tool had been available, my task would have been a lot easier.

    The Isolated Storage Explorer Tool can be found in your program files folder, at “Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool” and uses a command line interface. The documentation for the tool can be found here.

    You can only explore isolated storage from your own applications, as you need to provide the GUID from the application.

    In the same way we developed a GUI interface for the Capability Detection Tool, APPA Mundi have developed and released a FREE GUI interface to the Isolated Storage Explorer Tool – imaginatively called GUI Iset.

    When you fire up the program, you see the initial screen as shown below.

     

    You need to enter a GUID for your application. You can use the ‘Find’ button to browse to your project folder, and GUI Iset will scan your ‘WMAppManifest.xml’ file and extract the GUID for your application. If you have sub-folders in your isolated storage, you need to enter them, otherwise just leave the text box blank to look at the root folder.

    Click on ‘Go’, and GUI Iset will show all your files, and file sizes in isolated storage. The example below shows the ‘settings’ file from our APPA FlightInfo program.

    GUI Iset also supports taking snapshots, and restoring snapshots. ‘Take snapshot’ will copy the files from isolated storage to your PC, and ‘Restore snapshot’ will copy files from your PC to isolated storage.  To copy files from isolated storage, click on the ‘Take snapshot’ option. This will bring up a text box to select your destination folder, and a check box. If you want to explore the destination folder when you have copied the files, check the ‘Show uploaded files when complete’. You also need to enter a valid path on your PC (this will be remembered, as will your choice of device or emulator, the isolated storage path, and the path to your app if you use the ‘Find’ button).

    You can now look at and/or modify your files on the laptop. If you then select ‘Restore Snapshot’ and click on ‘Go’, the files from your PC are copied back to isolated storage on your device (or emulator).

      

    If you want your FREE copy of GUI Iset, it can be downloaded here

    If you have any problems, or suggestions, please email us at support@appamundi.com

    We have also made a couple of small updates to GUI CapDetect, although this is no longer needed in Mango.

    =================================================================================================================================================================

    这里再给出一个现在仍可以查看独立存储的工具,不过我没有研究出怎么查看文件夹中的内容

    不过此工具能够向独立空间中创建文件夹和添加文件 

    地址:Windows Phone 7 隔离存储空间资源管理器

    http://www.cnblogs.com/alexis/archive/2011/04/09/2010131.html

  • 相关阅读:
    Brackets 前端编辑器试用
    java面试题之第一回
    java数据类型
    [转]JAVA标识符和关键字
    Servlet的几个关键知识点
    一个Servlet中可以有多个处理请求的方法
    基于java的聊天室/群发控制台程序
    java 创建string对象机制 字符串缓冲池 字符串拼接机制
    git 常用命令
    ajax axios 下载文件时如何获取进度条 process
  • 原文地址:https://www.cnblogs.com/qq278360339/p/2770570.html
Copyright © 2011-2022 走看看