Feedback
I've been using the 6.5.3.1.6 for 3 weeks. It's fast and stable. No new bugs found. However, the 3G video call is still broken, the picture is rotated by 90 degrees when using the front camera.
The "Enabled flash light xx mins selection option for the following notifications (New Messages, Missed calls and Voice Mails)" does not work. Because the registry was wrongly tweaked.
Please use the following registry and add new email notification option:
Code:
Windows Registry Editor Version 5.00
;New Message
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword:15
;Missed Call
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D660-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword:15
;Voice Mail
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D661-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword:15
;New Email
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408}]
"AvailableOptions"=dword:15
|