Search found 16 matches
- 17 Dec 2014 09:06
- Forum: User Help / Bug Reports
- Topic: Access Muzei api from within automagic?
- Replies: 2
- Views: 8203
Re: Access Muzei api from within automagic?
Martin, thanks for pointing me in the right direction. Its sounds like a difficult job. I will try to go through Muzei's api code.
- 16 Dec 2014 08:47
- Forum: User Help / Bug Reports
- Topic: Access Muzei api from within automagic?
- Replies: 2
- Views: 8203
Access Muzei api from within automagic?
Can I access Muzei api https://github.com/romannurik/muzei/wiki/API or 500px api https://github.com/500px/api-documentation from within Automagic? Muzei is a live wallpaper app and supports plugins via its api.
- 09 Dec 2014 08:09
- Forum: Feature Requests
- Topic: Automagic notification theme
- Replies: 3
- Views: 10545
Re: Automagic notification theme
Actually, I am going to post my settings here. So other users can use the solution. Automagic Preferences --> Check 'Show status icon' & Uncheck 'Icon in expanded status bar' Xposed app --> NotifyClean App --> look for Automagic in list and open it --> Extended options --> Position of the notificati...
- 09 Dec 2014 07:56
- Forum: Feature Requests
- Topic: Automagic notification theme
- Replies: 3
- Views: 10545
Re: Automagic notification theme
Dear Martin You were absolutely right. It wasnt Automagic's fault. Because the notification priority was set to low, android was showing me a different coloured notification. And I was unaware of this fact. Thanks for pointing it out. Using an xposed app, I was able to fix the issue. So now, Automag...
- 08 Dec 2014 10:38
- Forum: Feature Requests
- Topic: Automagic notification theme
- Replies: 3
- Views: 10545
Automagic notification theme
On omnirom, Automagic's notification color doesnt match the default color theme of the notifications. Martin, can you please consider adding an option so that the Automagic's notification follows the default android theme.
- 06 Dec 2014 11:35
- Forum: Feature Requests
- Topic: Compile flows to separate APKs
- Replies: 31
- Views: 102347
Re: Compile flows to separate APKs
+1 for this feature
- 21 Oct 2014 20:43
- Forum: User Help / Bug Reports
- Topic: App Task Started - global var as package name?
- Replies: 1
- Views: 6463
App Task Started - global var as package name?
Can App Task Started trigger accept global variable as package name? I tried it but it doesnt seem to work
- 19 Oct 2014 15:22
- Forum: User Help / Bug Reports
- Topic: Find UID of foreground app
- Replies: 2
- Views: 8701
Re: Find UID of foreground app
The inline script was exactly what I was looking for
Thanks a lot Martin
Thanks a lot Martin
- 18 Oct 2014 17:52
- Forum: User Help / Bug Reports
- Topic: Find UID of foreground app
- Replies: 2
- Views: 8701
Find UID of foreground app
Here's a shell script thats finds out the uid of the current foreground app cat /proc/$(pidof $( dumpsys window windows | awk '/mCurrentFocus/ { sub(/\/.*/,""); print $3}' ))/status | awk '/Uid:/ {print $2}' But it doesnt seem to work with automagic probably because of the {} brackets. And enclosing...
- 18 Oct 2014 17:42
- Forum: User Help / Bug Reports
- Topic: Disable log?
- Replies: 2
- Views: 7336
Re: Disable log?
Anyways Thanks