Notices


Reply
Thread Tools
Posts: 206 | Thanked: 112 times | Joined on Sep 2012 @ Netherlands
#7291
Originally Posted by sigpro View Post
Same here i replaced the icon's with the green ones i like those better.
can you maybe trying a blue one ? i means everything blue ( green designed by Bojan but also in blue )

Last edited by Anthony1971; 2012-11-06 at 18:54.
 
Posts: 137 | Thanked: 51 times | Joined on Aug 2012 @ Netherlands
#7292
Originally Posted by Dazsa View Post
Hi, do you mean the original green designed by Bojan that were used in previous versions? could you please pass me the zip of these two icons and tell me in what file I should replace them, please? I do not like the white/blue notification icons in the newest version Thanks!
Yes the icons from Bojan, i am not near a computer now. I can sent it tomorrow
 

The Following User Says Thank You to sigpro For This Useful Post:
Posts: 172 | Thanked: 170 times | Joined on Jun 2011
#7293
Concerning the recently used Emoji tab. I suggest we change the current behaviour of the Emoji button to opening a overlay popup similar to the one for attachments. This popup will always contain a button to open all Emoji but will continue to fill up with recently used Emoji either enlarging the popup to the top, or having them sidescrollable. On another note one could think about using a method to define favourites rather than autoadding recent Emoji.

This way we'd have a much less intrusive and fast option to insert Emoji with a shorter blend time and less to load in QML and also I'd suggest that on long press Emoji not only the Emoji is inserted but also a Space behind it!

Cheers
 
Posts: 59 | Thanked: 16 times | Joined on Jul 2012 @ India
#7294
this 'no sound bug' is really strange, y do only some people have it? we've tried everything and still cant find a solution. this prob started wit me ever since the option of changing the sound notification was brought in...hope thats a clue to solving this bug
 
Posts: 6 | Thanked: 3 times | Joined on Mar 2012 @ Canada
#7295
Just to add, I am another one with the 'no sound, only vibrate' problem, so it is totally isolated to a handful of users only. I never did anything different other than upgrading periodically to the latest version. I have tried uninstalling, removing all folders/files (that I am aware of), rebooting, reinstalling etc etc. The messaging functionality works perfectly and the app is completely usable - the only issue I have is the lack of notification sound.

Big thank you to all the developers but if they have any pointers on this that would be great.

Thanks,
 

The Following User Says Thank You to arkona For This Useful Post:
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#7296
Can someone who has the sound notification problem post a log?

You should get something like this:
Code:
<message type="chat" from="54911XXXXXXXX@s.whatsapp.net" id="1352230564-1" t="1352230419">
<notify xmlns="urn:xmpp:whatsapp" name="54911XXXXXXXX">
</notify>
<request xmlns="urn:xmpp:receipts">
</request>
<body>
Hello! Testing notifications</body>
</message>

ReaderThread:	Waiting, time to die: T-240 seconds
Sending signal message_received
WAEventHandler:	<Models.message.Message object at 0x470afff0>
MessageStore:	UPDATING STATUS TO 1
UI:	GOT MESSAGES SIGNAL
UI:	proceed to check validity of conv
UI:	Adding messages to conv
UI:	MOVING TO BOTTOM OF LIST
Notifier:	NEW NOTIFICATION! Ringtone: /usr/share/sounds/ring-tones/Message 1.mp3 - Vibrate: True
Notifier:	/usr/share/sounds/ring-tones/Message 1.mp3
UI:	Moving conversation: 54911XXXXXXXX@s.whatsapp.net
SHOULD CALL
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 
Posts: 133 | Thanked: 33 times | Joined on Oct 2012 @ LEBANON
#7297
Originally Posted by CepiPerez View Post
Can someone who has the sound notification problem post a log?

You should get something like this:
Code:
<message type="chat" from="54911XXXXXXXX@s.whatsapp.net" id="1352230564-1" t="1352230419">
<notify xmlns="urn:xmpp:whatsapp" name="54911XXXXXXXX">
</notify>
<request xmlns="urn:xmpp:receipts">
</request>
<body>
Hello! Testing notifications</body>
</message>

ReaderThread:	Waiting, time to die: T-240 seconds
Sending signal message_received
WAEventHandler:	<Models.message.Message object at 0x470afff0>
MessageStore:	UPDATING STATUS TO 1
UI:	GOT MESSAGES SIGNAL
UI:	proceed to check validity of conv
UI:	Adding messages to conv
UI:	MOVING TO BOTTOM OF LIST
Notifier:	NEW NOTIFICATION! Ringtone: /usr/share/sounds/ring-tones/Message 1.mp3 - Vibrate: True
Notifier:	/usr/share/sounds/ring-tones/Message 1.mp3
UI:	Moving conversation: 54911XXXXXXXX@s.whatsapp.net
SHOULD CALL

how 2 get this log file?
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#7298
Open terminal and type:
/opt/waxmppplugin/bin/wazapp/wazapp_init

You will get a lot of debug, just find something like this when a message is received.
This is all I need:
Code:
Notifier:	NEW NOTIFICATION! Ringtone: /usr/share/sounds/ring-tones/Message 1.mp3 - Vibrate: True
Notifier:	/usr/share/sounds/ring-tones/Message 1.mp3
Those two lines should have the same ringtone file
Please check if this file exists (it should)
Also, make sure to reboot the phone after installing wazapp
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 
Posts: 133 | Thanked: 33 times | Joined on Oct 2012 @ LEBANON
#7299
Originally Posted by CepiPerez View Post
Open terminal and type:
/opt/waxmppplugin/bin/wazapp/wazapp_init

You will get a lot of debug, just find something like this when a message is received.
This is all I need:
Code:
Notifier:	NEW NOTIFICATION! Ringtone: /usr/share/sounds/ring-tones/Message 1.mp3 - Vibrate: True
Notifier:	/usr/share/sounds/ring-tones/Message 1.mp3
Those two lines should have the same ringtone file
Please check if this file exists (it should)
Also, make sure to reboot the phone after installing wazapp
ok should the phone be in developer mode ??
 
Posts: 138 | Thanked: 37 times | Joined on Jan 2012 @ Costa Rica
#7300
Originally Posted by Dazsa View Post
Hi, do you mean the original green designed by Bojan that were used in previous versions? could you please pass me the zip of these two icons and tell me in what file I should replace them, please? I do not like the white/blue notification icons in the newest version Thanks!

@Sigpro, please PM me them or if you write them in the thread, I'll look for them... thank you again!
here are the Icons in Green for LPM and status bar!!! just replace them on: \usr\share\themes\blanco\meegotouch/Icons

https://www.dropbox.com/s/uuib40xzxc67z86/icons.zip

If somebody wants new colors tell me and I'll make new Icons Colors for you!!!

Last edited by Thorvic777; 2012-11-06 at 20:14.
 

The Following 5 Users Say Thank You to Thorvic777 For This Useful Post:
Reply

Tags
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp


 
Forum Jump


All times are GMT. The time now is 01:16.