#Bookmarks Organizer for Windows 7.5 Windows Phone does not provide a way to manipulate internet explorer bookmarks. This app attempts to workaround this and give the user the ability add/edit/delete and synchronize bookmarks with the cloud.
The phone stores each bookmark as a .url
files within the \Windows\Favorites
folder. Internet Explorer treats every file with the same extension as a new bookmark entry. It was only a matter of reading and manipulating these files.
- Visual Studio 2010 or higher
- Windows Phone SDK 7.1
- Register as a new application in order to obtain a Live Sdk Client Id for SkyDrive (OneDrive) integration, .
- Update the App.xaml file with your new key:
<clr:String x:Key="LiveConnectClientId">YOUR KEY HERE</clr:String>
##Installation Pre-Requisites
- Interop-Unlocked Windows Phone running Mango (7.5) - Complete Guide
- WP7 Root Tools by Heathcliff74 installed on the device.
##Installation
- Deploy the .XAP file using your favourite deployment tool.
- Make Bookmarks Organizer a trusted app using WP7 Root Tools
- ...
- Profit!
##Disclaimer This application interacts with folders and files that were not intended to be accessed. Use at your own risk!