Search found 77 matches

by heilong
10 Nov 2016 20:24
Forum: Flow Sharing Area
Topic: Create your own quick setting tile on Lollipop
Replies: 46
Views: 136495

Re: Create your own quick setting tile on Lollipop

Update: I have since modified my ROM's settings command (modified SettingsCmd.java and recompiled settings.jar), so the `settings get/put secure sysui_qs_tiles` work for me now. Here's an improved flow that adds a new tile. I have to use settings as root command, rather than Automagic's actions, bec...
by heilong
10 Nov 2016 09:54
Forum: Feature Requests
Topic: Customize "Automagic Premium" notification
Replies: 10
Views: 32833

Re: Customize "Automagic Premium" notification

It works. If I understand correctly, it disables notifications for automagic first, which removes all notifications, then it reenables them and re-adds SmartUnlock's notification. Automagic's notification is not re-added automatically. Is there any benefit between using this flow vs. just unchecking...
by heilong
10 Nov 2016 01:40
Forum: Feature Requests
Topic: Vibrate: add "test pattern" button
Replies: 2
Views: 9437

Re: Vibrate: add "test pattern" button

Gee, what do you know! I could have sworn I checked the menu. Thanks!
A dedicated button just next to the entry field would be even better, but Menu > Execute is also acceptable.
by heilong
09 Nov 2016 23:56
Forum: Flow Sharing Area
Topic: Create your own quick setting tile on Lollipop
Replies: 46
Views: 136495

Re: Create your own quick setting tile on Lollipop

I'm back to the Resurrection Remix ROM, it's just so much more polished than Beanstalk. I was able to add a QS tile similar to how you described in the first post. RR has a bug in `settings` command - it can list secure settings which shows sysui_qs_tiles exist, but get/put for this property doesn't...
by heilong
09 Nov 2016 23:53
Forum: Flow Sharing Area
Topic: Create your own quick setting tile on Marshmallow
Replies: 10
Views: 41923

Re: Create your own quick setting tile on Marshmallow

On my ROM there's no Quick Settings in System UI Tuner. I guess because the ROM provides their own QS customization UI. Unfortunately, that UI doesn't provide support for broadcast tiles. I've tried following your QS Tile on Lollipop idea. Looks like my ROM has a bug in `settings` command - it can l...
by heilong
09 Nov 2016 20:43
Forum: Feature Requests
Topic: Vibrate: add "test pattern" button
Replies: 2
Views: 9437

Vibrate: add "test pattern" button

When editing a custom pattern for the Vibrate action, it would be super helpful if there was also a "test pattern" / "play pattern" button. Please :)
by heilong
09 Nov 2016 20:39
Forum: User Help / Bug Reports
Topic: Vibrate action is interrupted by Lock Device action
Replies: 3
Views: 8470

Vibrate action is interrupted by Lock Device action

Create a test flow. Action "Lock Device" -> Action "Vibrate: Pattern 8 (.....)" Execute the flow. On my device, the screen turns off, phone vibrates once or twice, then the vibration is cut off. If I add a "Sleep 1s" action between "Lock Device" and "Vibrate", screen turns off and 1 second later pho...
by heilong
09 Nov 2016 20:22
Forum: Feature Requests
Topic: Customize "Automagic Premium" notification
Replies: 10
Views: 32833

Customize "Automagic Premium" notification

If I understand correctly, the "Automagic Premium" ongoing notification is necessary to display to make sure Automagic service keeps in memory and auto-restarts in low memory conditions, right? I wonder if it could be active but hidden in the notification drawer (root etc.)? Anyway, if the notificat...
by heilong
09 Nov 2016 20:15
Forum: Feature Requests
Topic: "Follow" execute flow without dialog if there's only one flo
Replies: 0
Views: 8859

"Follow" execute flow without dialog if there's only one flo

The "Execute flows" action, when selected, has an arrow button (I called it "Follow").
When tapped, it shows a dialog "Open Flow...". I propose to automatically open the flow, without showing this dialog, if there's only one flow in the action.