Signal strength for cell

ahz

New member
I read a previous thread that the variable wifi_strength has dual purpose and reports cell when disconnected from wifi, but it always returns -127 when wifi is disabled.

Past thread
 

Attachments

  • Record_cell_strength__2_test.macro
    2.5 KB · Views: 2
  • Record_cell_strength__2_test.png
    Record_cell_strength__2_test.png
    110.5 KB · Views: 12

Endercraft

Moderator (& bug finder :D)
I read a previous thread that the variable wifi_strength has dual purpose and reports cell when disconnected from wifi, but it always returns -127 when wifi is disabled.

Past thread
It's probably because the magic text was supposed to work with Wi-Fi in the first place, so it's disabled when Wi-Fi is disabled.
 

ahz

New member
:cry:

Do you mean it's unreliable because of a limitation of the Android OS, because it has not been a focus for Macrodroid, or because it never will be important for Macrodroid? It doesn't seem to be the first case because many Android apps report or collect cell strength (RSRP) and quality (RSRQ).

Could Macrodroid be improved, so the cell signal information is reliable? (Even better: it reports the cell signal even when wifi is on.)

Or is there a good workaround? I'm not familiar with Android, but maybe it's available by scraping output from a shell command.
 

MacroDroidDev

Administrator
Staff member
The features I add for MacroDroid are largely driven by what users request. Now of course I get many times the number of requests than I have time to implement, so I try to prioritize the best I can and add what I think will be most useful to as many users as possible.

wifi_strength is designed to show wifi strength and nothing else. If it does show cell signal strength on some devices then this is a side effect and certainly not by design. I will feed your request into my TODO list and prioritize accordingly.
 
Top