Archived:Backup and restore fails for applications using a developer certificate (Known Issue)
debjit.roy
(Talk | contribs) (Debjit.roy -) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix ArticleMetaData) |
||
| Line 1: | Line 1: | ||
[[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 3rd Edition]][[Category:Backup]] | [[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 3rd Edition]][[Category:Backup]] | ||
| − | + | {{ArticleMetaData <!-- v1.2 --> | |
| − | + | ||
| − | + | ||
| − | {{ArticleMetaData | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| − | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> |
| − | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | + | |platform= S60 3rd Edition |
| − | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices. | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |author=[[User:Technical writer 1]] | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20070816 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= | ||
| + | |id= KIS000544 | ||
}} | }} | ||
{{Archived|timestamp=20120216102735|user=roy.debjit| }} | {{Archived|timestamp=20120216102735|user=roy.debjit| }} | ||
| Line 29: | Line 34: | ||
==Solution== | ==Solution== | ||
| − | This has been fixed in S60 3rd Edition, FP1 in spring 2007 (e.g. Nokia N95, firmware 12.0.13 onwards). <br>See also article [[ | + | This has been fixed in S60 3rd Edition, FP1 in spring 2007 (e.g. Nokia N95, firmware 12.0.13 onwards). <br>See also article [[TSS000750 - Enabling backup and restore for installed C%2B%2B applications]]. |
Revision as of 08:07, 28 February 2012
Article Metadata
Compatibility
Article
Overview
Backup and restore of applications using the backup_registration.xml file is not functioning as intended when the application is signed using a developer certificate.
Description
When the application is signed against either a trusted certificate or a self-signed certificate, backup and restore works as expected, provided that the backup registration file is included in the application SIS package.
When a developer certificate is used, the restore process fails for that application. This affects all certificates that are bound to specific device ID (IMEI) value(s), most notably developer certificates.
Solution
This has been fixed in S60 3rd Edition, FP1 in spring 2007 (e.g. Nokia N95, firmware 12.0.13 onwards).
See also article TSS000750 - Enabling backup and restore for installed C++ applications.

