Hi,
I'm using Qt SDK 1.1 beta to develop on Symbian. I wanted to use Publish & Subscribe to store my app settings. I manage to do it by using RProperty type of store but in this case my data are lost after a reboot. So I though of using CRepository instead but no data are stored at all in this case, not even between reboots.
My qcrml file is like this:
The way I access the store is exactly the same way that works with RProperty. Should I change something to use CRepository? I've added ReadDeviceData and WriteDeviceData, just in case.Code:<?xml version="1.0" encoding="UTF-8"?> <repository target="CRepository" uidValue="0xE3397C00"> <key ref="/test/login" int="0x1" type="string"/> <key ref="/test/password" int="0x2" type="string"/> <key ref="/test/server" int="0x3" type="string"/> <key ref="/test/port" int="0x4" type="string"/> <key ref="/test/instance" int="0x5" type="string"/> </repository>
And if that's not the correct way, how to easily store config data on Symbian?
Thanks for your help



