|
2012-09-27
, 18:55
|
Posts: 88 |
Thanked: 2 times |
Joined on Jun 2012
@ italy
|
#5442
|
|
2012-09-27
, 19:01
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#5443
|
|
2012-09-27
, 19:08
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#5444
|
The Following User Says Thank You to Leinad For This Useful Post: | ||
|
2012-09-27
, 19:36
|
Posts: 299 |
Thanked: 557 times |
Joined on Aug 2012
|
#5445
|
could You PLEASE, devs, take a look at the battery consumption issue... no issue ending with 1509 version, it appeared from 1909 on... I noticed two /usr/bin/pulseaudio --highpriority processes, never seen before...
ps -a | grep pulseaudio | grep -v grep
|
2012-09-27
, 19:57
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#5446
|
|
2012-09-27
, 20:10
|
Posts: 299 |
Thanked: 557 times |
Joined on Aug 2012
|
#5447
|
well, I've noticed higher consumption after installing 1909 version... I regularly monitor consumption especially after installing some new always online app (or version)... at the same time I noticed higher consumption these two processes were at the top of the htop output... and Audio started to be on top of the battery consumption percentage in Battery Usage app... all of this appeared when notification menu had been introduced in settings menu of wazapp, I think...
my output of the line You gave me:
553 pulse /usr/bin/pulseaudio --system --high-priority --log-level=0
2395 user grep pulseaudio
|
2012-09-27
, 20:17
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#5448
|
|
2012-09-27
, 20:25
|
Posts: 48 |
Thanked: 31 times |
Joined on Dec 2011
|
#5449
|
The Following User Says Thank You to smph For This Useful Post: | ||
|
2012-09-27
, 21:49
|
Posts: 173 |
Thanked: 83 times |
Joined on Dec 2011
|
#5450
|
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
|
(/opt/waxmpplugin/bin/wazapp/UI/Contacts/ContactProfile.qml)
Line 212
From:
text: contactNumber
To:
text: "+" + contactNumber
Line 217
From:
onClicked: makeCall(contactNumber)
To:
onClicked: makeCall("+" + contactNumber)
Line 238
From:
onClicked: sendSMS(contactNumber)
To:
onClicked: sendSMS("+" + contactNumber)
All line numbers were taken Cepi's branch (here: https://github.com/CepiPerez/wazapp/...actProfile.qml)
Tested on version 0.8.11.5 and works almost perfectly -- now I am able to make calls but still can't send sms - app becomes very slow then crashes. I would take a look into logs, but I am very busy right now.
PS: Restart wazapp after changing those files