Missed calls summary overlay widget

Forum to discuss everything related to the current development build of Automagic.

Moderator: Martin

Locked
Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Missed calls summary overlay widget

Post by Joost van Gils » 29 Mar 2014 14:23

Get a summary of all today's missed calls on a overlay widget. Download both the flow and the widget. After a call is missed, the overlay will pop up and show the summary with the names, the number of missed calls and last time called.
Tapping on the widget will close it.
Attachments
flow_Missed_call_widget_overlay.xml
(13.14 KiB) Downloaded 1395 times
widget_Caller.xml
(4.46 KiB) Downloaded 1412 times

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: Missed calls summary overlay widget

Post by Ankit » 30 Mar 2014 05:57

Hi joost van gils

Very wonderful flow.
I was looking for this kind of flow since last few time.


But instead of missed call can you show free ram using query content provider??

Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Re: Missed calls summary overlay widget

Post by Joost van Gils » 30 Mar 2014 07:35

Here you go...
Attachments
flow_Free_ram_in_kB.xml
(2.6 KiB) Downloaded 1280 times

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: Missed calls summary overlay widget

Post by Ankit » 30 Mar 2014 08:39

Hi
Thanx for your help but it is not showing correct result.
Please help!!
Last edited by Ankit on 30 Mar 2014 09:10, edited 3 times in total.

Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Re: Missed calls summary overlay widget

Post by Joost van Gils » 30 Mar 2014 09:06

Like this:
Attachments
flow_Free_ram_in_MB.xml
(1.96 KiB) Downloaded 1232 times

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: Missed calls summary overlay widget

Post by Ankit » 30 Mar 2014 09:09

This one also not showing correct result.

Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Re: Missed calls summary overlay widget

Post by Joost van Gils » 30 Mar 2014 09:53

Depends what you are looking for:

MemFree — The amount of physical RAM, in kilobytes, left unused by the system.
HighTotal — The total amount of memory, in kilobytes, that is not directly mapped into kernel space. The HighTotal value can vary based on the type of kernel used.
HighFree — The free amount of memory, in kilobytes, that is not directly mapped into kernel space.
LowTotal — The total amount of memory, in kilobytes, that is directly mapped into kernel space. The LowTotal value can vary based on the type of kernel used.
LowFree — The free amount of memory, in kilobytes, that is directly mapped into kernel space.

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: Missed calls summary overlay widget

Post by Ankit » 30 Mar 2014 10:21

Which value have you inserted in global variable??

Joost van Gils
Posts: 19
Joined: 20 Mar 2014 09:00

Re: Missed calls summary overlay widget

Post by Joost van Gils » 30 Mar 2014 10:28

MemFree

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: Missed calls summary overlay widget

Post by Ankit » 30 Mar 2014 14:28

But is is only showing below 30 mb every time!!

Locked