Nokia PC Suite Plugin
If you already have Backup4all, you can add the Nokia PC Suite backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
This is the official PC suite developed for Nokia phones, that allows users to connect their phones to PCs in order to synchronize information or upload/download media files. This backup plugin will allow backing up Nokia PC Suite settings and user files.
Raw Plugin (XML) Code: Nokia-PC-Suite.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{9CE8FFD6-321F-4BEC-96F5-ED508072C438}</id>
<!--Program name-->
<name>Nokia PC Suite</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>7.0</minversion>
<maxversion>7.9</maxversion>
<!--Information about the plugin author-->
<author>
<name>Softland</name>
<email>[email protected]</email>
<website>http://www.backup4all.com</website>
</author>
<!--Variables used in the XML file-->
<variables>
<!--If type="reg" then the value will be read from the registry-->
</variables>
<!--The backup sources-->
<sources>
<source name="Nokia" type="folder">
<folder>%appdata%\Nokia</folder>
</source>
</sources>
</b4asource>