View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Hi
Can you explain me hot to change default password ?
If i understand right, I need to edit this line:
Code:
            Keys.onReturnPressed: {
                wMain.getStringSetting("password","password");
and this:
Code:
            text: qsTr("Validate")
            onClicked: {
                wMain.getStringSetting("password","password");
And instead "password","password" I need to write my pass, like "1234","1234" ?

I also have a problem.. After installation and editing of mail.desktop file like in your example, my app opened normally without LockMe screen..
And when i deleted this line: X-Maemo-Service=com.nokia.fenix
icon of the mail app disappeared..
What wrong ? Maybe something because of updating to PR1.2 ?

PS. I also tested with messaging-ui.desktop - also not work, it's opened normally without LockMe screen..
Only gallery and video working like expected with LockMe screen..

PS2. I also have another problem after playing with you app and uninstalling it, now i have two messaging icons on the homescreen, both of them can open messaging app, but i have only one messaging-ui.desktop file and I don't know how to remove on of this desktop icons from my homescreen.. If I removed messaging-ui.desktop, it's remove both of them.. Reboot/refresh not help
What can I do ?

PS3. I also did some interesting test.. I installed this app again and I edited messaging-ui.desktop file like in the example and now one of this conversation app's opens with password asking and one opens normally without LockMe..
Thanks

Last edited by Schturman; 2012-04-20 at 23:37.