Page 1 of 1
Phone related bug?
Posted: 01 Oct 2014 20:47
by colabi
Hi Martin
I recently changed my phone, from LG P970 ICS 4.0 to LG G2 mini 4.4 rooted.
So...
1:

- screenshot.png (102.08 KiB) Viewed 15973 times

- 2014-10-01-23-18-58.png (76.71 KiB) Viewed 15973 times

- 2014-10-01-23-21-56.png (115.19 KiB) Viewed 15973 times
2:
Flow0 > trigger: Audio Volume: Ring becomes equal to 0
Flow1 > trigger: Audio Volume: Ring becomes equal to 1
Flow2 > trigger: Audio Volume: Ring becomes equal to 2
...
When I press volume hard buttons from up to down step by step:
...
volume level 3 > volume level 2, Flow2 fire
volume level 2 > volume level 1,
Flow1 fire
volume level 1 > volume level 0,
Flow0 don't fire
When I press volume hard buttons from down to up step by step:
...
volume level 0 > volume level 1,
Flow1 don't fire
volume level 1 > volume level 2,
Flow2 fire
Like an workaround, I use General Broadcast: RINGER_MODE_CHANGED trigger and Ringer Mode: Normal condition for Flow0 and Flow1
3:
Set Screen Timeout: Never not working
All this working in ICS
Re: Phone related bug?
Posted: 02 Oct 2014 12:09
by Martin
Hi,
1:
There's a new feature for apps to access notifications on Android 4.3 that does not require the accessibility service anymore. Clicking the label should take you to the settings screen to enable this feature, at least when your ROM adheres to the regular convention of the Android settings app. If not, it should be possible to manually navigate to the screen: system settings->Security->Notification access and enable Automagic
Are you using a customized ROM, Xposed or anything like that?
2:
Maybe this ROM does not change the volume but only changes the ringer mode when you go from 0->1 or 1->0.
When you switch the volume to zero using the volume buttons and then open action Init Variable System Setting what does settings System/volume_ring_speaker show as the current value?
3:
When you set the timeout to Never using Automagic and then go to system settings->Display->Sleep what does the popup dialog show? No radio button selected or the 30 minute one or something different? Does your ROM have a Never-button in this settings screen?
Regards,
Martin
Re: Phone related bug?
Posted: 04 Oct 2014 00:54
by colabi
Hi Martin
1:
Stock ROM, no Xposed or anything like that.
No Notification access in system settings->Security
2:
Volume 1->0 > volume_ring_speaker = 1
3:
timeout to Never using Automagic > 30 sec radio button selected in popup dialog.
Never-button appear in settings screen
Re: Phone related bug?
Posted: 04 Oct 2014 12:45
by Martin
Hi,
Strange, it seems like LG changed quite some things in this ROM...
1:
Please try to use this app to create a shortcut to the notification settings. According to a Google search the LG missed to include the official menu to reach this settings page. It should be possible to create a direct shortcut to the settings page using this tool:
https://play.google.com/store/apps/deta ... ckshortcut. You can probably also use an action
Shortcut, select Build Shortcut->Settings shortcut->Notifications to make the same without using another app.
2:
Your ROM seems to stay on 1, so the trigger does not fire at value 0. You could use a trigger
General Broadcast with action
android.media.RINGER_MODE_CHANGED to detect when the phone switches to silent or vibrate. I will include a new trigger
Ringer Mode to make this process easier in the next version.
3:
When you set the value to
Never in the system settings, what does action
Init Variable System Setting show for value System/screen_off_timeout, -1?
Regards,
Martin
Re: Phone related bug?
Posted: 04 Oct 2014 22:40
by colabi
1:
Shortcut->Settings shortcut - thanks for tip, is working (shame on LG)
2:
android.media.RINGER_MODE_CHANGED - this is OK
3:
system settings to Never > screen_off_timeout = 2147483647
I use this value in action Set System Setting, like an workaround
Re: Phone related bug?
Posted: 07 Oct 2014 10:16
by Martin
1:
I will try to add a workaround to open the settings page in the next EAP version
2:
New trigger
Ringer Mode should also become available in the next EAP version
3:
Funny how every manufacturer uses it's own value for
Never 
. Should be fixed in the next EAP.
Thanks for testing!
Re: Phone related bug?
Posted: 07 Oct 2014 22:31
by colabi
Hi Martin, thanks for your support