Reply
Thread Tools Search this Thread
Posts: 216 | Thanked: 7 times | Joined on Feb 2010
#841
My work have recently updated all their IT systems to the lastest windows stuff.

so now we cannot connect personal mobiles without them being authorised.

now i know there are some very talented people on this forum, is there anyway round it?

id love to be able to.sync my fone with my work emails again

http://talk.maemo.org/showthread.php...51#post1250651
 
Posts: 97 | Thanked: 44 times | Joined on Apr 2012 @ UK
#842
Originally Posted by nbedford View Post
How did you edit the database, I mean what tool you use?
Just use terminal in non-elevated mode:

Code:
rm /home/user/.qmf/database/qmailstore.db
 
Sergey_Kashin's Avatar
Posts: 171 | Thanked: 291 times | Joined on Oct 2011 @ Nizhny Novgorod
#843
Originally Posted by Hacker View Post
But I don't have a tool for it yet. Do you want me to put it in a .zip file and PM it to you? And I need instructions on exactly how to produce, copy, and send the log file you mentioned.
How to get logs.
In the same way you can copy your DB:
1) In terminal run this command:
Code:
cp /home/user/.qmf/database/qmailstore.db /home/user/MyDocs
2) After that, connect your device in a mass storage mode and copy/cut QMF DB from MyDocs folder to PC.

When everything is collected just .zip it and send it to me.

Originally Posted by andy_con View Post
now i know there are some very talented people on this forum, is there anyway round it?
Try to re-create your MfE account with disabled last option during the account creation (in english it is called non-provisionable device).
NOTE: Most probably after that you will be forced to set a device password, etc.

Originally Posted by Nad View Post
Just use terminal in non-elevated mode:

Code:
rm /home/user/.qmf/database/qmailstore.db
This will remove the DB, it is not editing


P.S. small update about MeMailSettings.

Update is finally released!
__________________
Everyday is a nice day

Don't know how to sync your Hotmail account as an Exchange account with your Nokia N9? Use MeMailSettings! For help you can check out MeMailSetting's support page.

Last edited by Sergey_Kashin; 08-20-2012 at 12:07 PM.
 

The Following 6 Users Say Thank You to Sergey_Kashin For This Useful Post:
Posts: 97 | Thanked: 44 times | Joined on Apr 2012 @ UK
#844
Originally Posted by Sergey_Kashin View Post


This will remove the DB, it is not editing
Apologies, mis-read his post! Thank you for the latest binary of mms, git version failed to compile on my pc (nvm now though!) ;/
 
Posts: 332 | Thanked: 272 times | Joined on Jun 2010
#845
Originally Posted by Sergey_Kashin View Post

When everything is collected just .zip it and send it to me.
Thanks so much, Sergey.

EDIT: There is a workaround from the sister thread that's also devoted to this problem. It has worked for a couple of us already--so far, so good. It uses sqlite3 to program a trigger that makes the unread feature on Yahoo mail accounts work correctly again. Thanks to member Shinto for coming up with the approach. It can be found here:
http://talk.maemo.org/showpost.php?p...0&postcount=28
__________________
Hitting this thanks button will make you smile and feel good ----------------------------------------------------------------->

Last edited by Hacker; 08-17-2012 at 01:11 PM.
 
Sergey_Kashin's Avatar
Posts: 171 | Thanked: 291 times | Joined on Oct 2011 @ Nizhny Novgorod
#846
Originally Posted by Hacker View Post
Thanks so much, Sergey. Here are the files that you requested :
Thanks for the logs and DB (I thought that you will send them as a PM to me, because now all can get an access to some your private data...), luckily I'll have some time a bit later to take a look at them. Meanwhile, can you switch between thread/single message modes? Is it reproducible only in thread mode? if yes then looks like it is a backend issue (my mistake ).

P.S. is it happening after you are getting some new mails when pressing on a "get more messages" button?
__________________
Everyday is a nice day

Don't know how to sync your Hotmail account as an Exchange account with your Nokia N9? Use MeMailSettings! For help you can check out MeMailSetting's support page.
 

The Following User Says Thank You to Sergey_Kashin For This Useful Post:
Posts: 332 | Thanked: 272 times | Joined on Jun 2010
#847
Originally Posted by Sergey_Kashin View Post
Can you switch between thread/single message modes? Is it reproducible only in thread mode? if yes then looks like it is a backend issue (my mistake ).

P.S. is it happening after you are getting some new mails when pressing on a "get more messages" button?
Now that I've adjusted the database with sqlite3 and added the new trigger, the problem has gone away, so I couldn't say if any of these adjustments you mention would have made a difference. But if this problem reappears, then I'll test how single-message option impacts it or how manual mail refresh impacts it. I can tell you that once the unread email number disappeared on me, manually activating a send-receive cycle did not correct the problem and the unread email number was still gone.

EDIT: While still mostly effective, the sqlite approach is letting some messages slip through without noting them as unread.
__________________
Hitting this thanks button will make you smile and feel good ----------------------------------------------------------------->

Last edited by Hacker; 08-18-2012 at 12:13 PM.
 

The Following User Says Thank You to Hacker For This Useful Post:
Posts: 177 | Thanked: 64 times | Joined on Jan 2012 @ UK
#848
I can say that I saw the IMAP notification count issue in single message mode (I have never use threaded mode) but adding the SQL trigger as specified by @Shinto in the other thread has solved the problem for me also
 

The Following User Says Thank You to nbedford For This Useful Post:
Posts: 90 | Thanked: 35 times | Joined on Jan 2012
#849
At least for me the SQL trigger doesn't work 100% of the time - even Shinto said it probably wouldn't be 100% effective. A few times I've opened my Yahoo account with 1 new email indicated and found 2!

I only use single message mode as well and the manual refresh isn't immune from the problem. Shinto mentioned a possible issue with the SQL fix and a write-ahead log DB so maybe that's getting in the way
 

The Following 2 Users Say Thank You to WhitP For This Useful Post:
Posts: 332 | Thanked: 272 times | Joined on Jun 2010
#850
Originally Posted by WhitP View Post
At least for me the SQL trigger doesn't work 100% of the time - even Shinto said it probably wouldn't be 100% effective. A few times I've opened my Yahoo account with 1 new email indicated and found 2!

I only use single message mode as well and the manual refresh isn't immune from the problem. Shinto mentioned a possible issue with the SQL fix and a write-ahead log DB so maybe that's getting in the way
Just like WhitP, I am noticing some slips, too, and the sqlite/trigger approach seems to have more slips as time goes on. I would add that the slips happen in both the thread mode and single message mode. And they happen whether the mail refresh is caused by schedule or by manually hitting the button.

Thanks to Sergey for checking into the root cause of the issue, since the workaround is not a perfect solution.
__________________
Hitting this thanks button will make you smile and feel good ----------------------------------------------------------------->
 

The Following User Says Thank You to Hacker For This Useful Post:
Reply

Tags
attachments, email, issues, mail exchange, nokia n9, nokia n950

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 04:47 PM.