[MOD][Xposed] HTC Gesture Modifier - One (M8) Themes and Apps

Requires Xposed Framework!
This module allows you to change the gestures on the HTC One (M8), this is specific to the gestures when the screen is off.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Compatibility:
HTC One (M8) one 4.4.2
Source:
The mod is open source: https://github.com/MohammadAG/Xposed-HTC-Gesture-Modifier
You may NOT distribute this app on the Play Store, paid or free.
Download:
http://repo.xposed.info/module/com.mohammadag.htcgesturemodifier
Support development:
If you found this mod useful, consider donating with PayPal.

This looks awesome. I'll install Xposed just for this and will report back!

Will this work also when changing to AOSP Lockscreen?

I've been hoping somebody would come up with this, thank you!
I know it's version one but on my device (Verizon running SkyFall ROM and Evo's kernel) the Google voice gesture doesn't turn the screen on. It works, but the screen is still off lol. Just a heads up!
Sent from my VZW HTC One M8
EDIT: Didn't realize you mentioned that on the download page in Xposed... disregard

sparky_005 said:
I've been hoping somebody would come up with this, thank you!
I know it's version one but on my device (Verizon running SkyFall ROM and Evo's kernel) the Google voice gesture doesn't turn the screen on. It works, but the screen is still off lol. Just a heads up!
Sent from my VZW HTC One M8
EDIT: Didn't realize you mentioned that on the download page in Xposed... disregard
Click to expand...
Click to collapse
Actually Google Voice Search should turn on the screen, it has a flag set on it that does that.
I can add the option to turn on the screen manually if it doesn't work for some reason.
Do you have a passcode set? (Although I did test that too)

MohammadAG said:
Actually Google Voice Search should turn on the screen, it has a flag set on it that does that.
I can add the option to turn on the screen manually if it doesn't work for some reason.
Do you have a passcode set? (Although I did test that too)
Click to expand...
Click to collapse
I have a lockscreen set but no passcode. Google Voice starts (I can hear the chime) but the screen doesn't turn on and it immediately quits. Everything else seems to work just fine. I just took a glance at your source, and I noticed that there's no call to wakeUpDevice in the performAction method (for Voice anyway.) Could that be the issue?
I tried adding that and testing it myself, but for some reason when I compile and run on my device, nothing at all works. So clearly I'm doing something wrong on that front

sparky_005 said:
I have a lockscreen set but no passcode. Google Voice starts (I can hear the chime) but the screen doesn't turn on and it immediately quits. Everything else seems to work just fine. I just took a glance at your source, and I noticed that there's no call to wakeUpDevice in the performAction method (for Voice anyway.) Could that be the issue?
I tried adding that and testing it myself, but for some reason when I compile and run on my device, nothing at all works. So clearly I'm doing something wrong on that front
Click to expand...
Click to collapse
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk

MohammadAG said:
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Gotcha. I don't know that much about developing for Android. I activate the module and reboot though, to no avail
Sent from my VZW HTC One M8

Nice mod! Any way to have the phone not wake up with the music prev/next gestures?

ssojyeti2 said:
Nice mod! Any way to have the phone not wake up with the music prev/next gestures?
Click to expand...
Click to collapse
That was the original goal, but after a gesture is detected no more gestures are recorded, so you either have to turn on the screen yourself or not use gestures.
I mentioned it in the repository link description. I have no idea if this is a thing in the SensorHub hardware, the kernel, or SensorHubService I'm hooking, so it needs more time to see if it's possible.
Sent from my HTC One_M8 using Tapatalk

MohammadAG said:
Yeah, it's not there cause there's a flag set with intent.addFlags that turns the screen on.
It probably didn't work cause you didn't wait for Xposed to update the module list. Toggle the module and reboot.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
I have the same issue with the screen not turning on. I toggle the module and reboot and it didn't fix it for me.
Sent from my HTC One_M8 using Tapatalk

@MohammadAG I've finally gotten the Google Voice trigger to work as intended. I modified the Xposed.java file to include the wakeOnScreen method when starting Google Voice (I'll attach my modified file here.) This change combined with your Secure Google Voice Search module works perfectly. Thanks so much
EDIT: apparently I don't know how to attach files... here's a link instead then: https://drive.google.com/file/d/0B3WKgmwysr6OM29rbUxwbG93NlU/edit?usp=sharing
---------- Post added at 01:20 PM ---------- Previous post was at 01:13 PM ----------
Clarkkent434 said:
I have the same issue with the screen not turning on. I toggle the module and reboot and it didn't fix it for me.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
You can have my modified version of the apk here: https://drive.google.com/file/d/0B3WKgmwysr6OQUM0MFZySW13OWs/edit?usp=sharing
Bear in mind that it's unsigned and such (I don't know how to sign apks yet ) I just got it working on mine and figured I'd offer you the version that's working for me if you want it. Installing this + OP's secure google voice search module will make it work.

I just installed the modified APK and the secure google voice thing. It does work and wakes the devices, but after the very first time it launches google voice search, subsequent attempts only open google now search, but no voice. I have to close google search for it to work again.
That being said its definitely working better than before!!! Kudos!
sparky_005 said:
@MohammadAG I've finally gotten the Google Voice trigger to work as intended. I modified the Xposed.java file to include the wakeOnScreen method when starting Google Voice (I'll attach my modified file here.) This change combined with your Secure Google Voice Search module works perfectly. Thanks so much
EDIT: apparently I don't know how to attach files... here's a link instead then: https://drive.google.com/file/d/0B3WKgmwysr6OM29rbUxwbG93NlU/edit?usp=sharing
---------- Post added at 01:20 PM ---------- Previous post was at 01:13 PM ----------
You can have my modified version of the apk here: https://drive.google.com/file/d/0B3WKgmwysr6OQUM0MFZySW13OWs/edit?usp=sharing
Bear in mind that it's unsigned and such (I don't know how to sign apks yet ) I just got it working on mine and figured I'd offer you the version that's working for me if you want it. Installing this + OP's secure google voice search module will make it work.
Click to expand...
Click to collapse

Main Target said:
I just installed the modified APK and the secure google voice thing. It does work and wakes the devices, but after the very first time it launches google voice search, subsequent attempts only open google now search, but no voice. I have to close google search for it to work again.
That being said its definitely working better than before!!! Kudos!
Click to expand...
Click to collapse
I'm not having that issue, it works every time for me. So I dunno but I'm glad this version is working for you. Keep in mind that when OP updates his you'll have to manually uninstall the apk I gave you, as the signatures won't match.

Boo thats not what I was hoping to hear
It works 100% better than before, so i cant complain too much hehe

Thanks! Trying nooow
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Great development!
I was wondering is it posible to give each swipe option "no action" line?
Thing is that I like double tap wakeup but all other options are wakeing my phone by accident too many times.
Sent from my HTC One_M8 using XDA Premium 4 mobile app

strazicic said:
Great development!
I was wondering is it posible to give each swipe option "no action" line?
Thing is that I like double tap wakeup but all other options are wakeing my phone by accident too many times.
Click to expand...
Click to collapse
Agreed, what I really want is a way to enable/disable some of the gestures. HTC doesn't allow me to do that, it's all or nothing. I was hoping this module would give me that option, but it doesn't

Sense 6 toolbox allows you to disable gestures. Does a bunch of other stuff too
Sent from my HTC6525LVW using Tapatalk

I'm having the same problem as a bunch of the above with it not waking the screen. I tried using this with the dot view case and without and get the same chime and stop effect. Is this supported with the case? (I'm also using your dot view mods app)
Sent from my HTC6525LVW using Tapatalk

Related

CM10.1 Discussion Thread

First of all - if a team member of Team Chopsticks or Team Rook would like to hold this thread that's fine with me - just make a new one and this will be edited to nothing.
2/9/2013 - Official CM10.1 Preview 2
Download : http://www.teamchopsticks.org/p/cm101-release-notes2.html
Known Issues as of 2/7/2013
Whole-device encryption is not supported at this time
(AT&T only) "Use only 2G networks" option in Settings does not work
(AT&T only) Changing "Preferred network mode" in Settings does not work
Contacts on SIM card are not accessible
Changing call forwarding from this ROM is broken
MTP mode does not work on Linux or Mac - stick with USB mass storage for now
Video preview
Preview 2 fixes the following issues:
Fix: brightness slider did not take affect until lock/unlock of device
Fix: CPU spends most of time at 1512 and 384 && battery life is short (credit: cyanogen, who tuned the powerHAL)
UPDATE: As of 2/10/13 - Nightlies for the Skyrocket are available at http://get.cm
I will NOT be updating this OP with nightly changes; you can view those at http://changelog.bbqdroid.org/#skyrocket/cm10.1/next
I will however run a tally on which nightly I am running, as I will not have the time to flash a new one every day - so those people new to CM nightly system can be assured that I'm on a relatively stable one.
Currently on : Preview 2
Extra Tidbits
Photo sphere will not be released as part of this ROM due to proprietary issues, check for flashable zips.
Slide along the bottom when the notification drawer is down to access quick settings (for easier onehanded use)
CSCHMITT has 'On CM9/CM10 go into Mobile Network Settings -> Network Operators, then Search Networks (can take awhile), then manually select the network name, back out to the Mobile Network Settings menu at which point 'Use only 2G networks' and 'Network Mode' should now stick. One catch, you'll have to do this dance following each reboot and possibly after coming out of flight mode.'
If looking for a custom Kernel - car vs driver has one in the works I believe - please be patient
To enable developer settings - go to about phone and tap the build box 37.5 million times while holding your breath and it'll enable.
4.2 Gapps are available http://goo.im/gapps/gapps-jb-20121212-signed.zip there.
And finally, if you change your DPI, you break your play store - please google 'Multi DPI playstore' and you'll find one to install to get around this
FOR THEMES: http://forum.xda-developers.com/showthread.php?t=1801752 (685 of them)
FINAL NOTE: Don't be an ass in this thread.
Thanks to Team Chopsticks and Steve Kondik (Cyanogen) who stepped in.
I'm not getting Picasa Web albums in the Gallery. Not sure if that's a ROM or a gapps issue.
irishpadres said:
I'm not getting Picasa Web albums in the Gallery. Not sure if that's a ROM or a gapps issue.
Click to expand...
Click to collapse
Ditto; I think it's not finished yet because photosphere is missing - my guess is it's coming
whosgotlag said:
Ditto; I think it's not finished yet because photosphere is missing - my guess is it's coming
Click to expand...
Click to collapse
Photosphere wont be in cm10.1 until its open sourced.
Sent from my SGH-I747 using xda premium
BaconStep said:
Photosphere wont be in cm10.1 until its open sourced.
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
Can you explain what that means? Isn't it always open source? Like all of their stuff is on github isn't it?
whosgotlag said:
Can you explain what that means? Isn't it always open source? Like all of their stuff is on github isn't it?
Click to expand...
Click to collapse
I guess goog didnt open source it. There are workarounds to getting working.
Sent from my SGH-I747 using xda premium
The first gapps for 4.2 that was available, photosphere was included??
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Anyone else unable to send or receive mms pictures in GO SMS PRO? The stock one seems to work but no matter what options you play with the GO ones won't work. Any ideas? CM10 was working fine and it was a full restore from that copy.
Video Recording
Well I did a few tests with the video recording.
When I recorded with the phone in portrait all the recordings and previews have the green lines in the preview and playback.
When in landscape however, only the 1080p recordings and previews have the green lines.
Nonetheless, all of these are blurry when recording itself. The playback on the ones that do work come out perfectly fine.
Seems pretty awesome so far. I have noticed that it won't go into deep sleep, still working on figuring out why.
Anybody have a d/l mirror? My downloads keep stopping at 99%.
rpr69 said:
Seems pretty awesome so far. I have noticed that it won't go into deep sleep, still working on figuring out why.
Click to expand...
Click to collapse
It's definitely an app you're using. It goes into it for me
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
claudeman said:
Well I did a few tests with the video recording.
When I recorded with the phone in portrait all the recordings and previews have the green lines in the preview and playback.
When in landscape however, only the 1080p recordings and previews have the green lines.
Nonetheless, all of these are blurry when recording itself. The playback on the ones that do work come out perfectly fine.
Click to expand...
Click to collapse
I got below result:
Portrait:
720p - recording and playback are fine in stock and MX player
1080p - recording fine but blurry and lines when playback on stock and MX player
Landscape:
720p - recording is blurry, playback in stock and MX player with green lines
1080p - same as above in 720p
styx66 said:
Anybody have a d/l mirror? My downloads keep stopping at 99%.
Click to expand...
Click to collapse
I just tried it, works fine. Try downloading from your phone
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Weather on the lockscreen question: How do you get this thing to stay on the lockscreen?
I set everything up in setting->Sytem->Clock widget->Weather panel.
But when I click the power button to get to the lockscreen it's not there. I have downswipe then swipe to the next screen to view it. At this point I've removed some of these extra screens so now all I have to do is downswipe, but can I get it just to be there on the initial lockscreen?
Not a big deal, just trying to figure this out.
Thanks!
Locoman_ said:
Weather on the lockscreen question: How do you get this thing to stay on the lockscreen?
I set everything up in setting->Sytem->Clock widget->Weather panel.
But when I click the power button to get to the lockscreen it's not there. I have downswipe then swipe to the next screen to view it. At this point I've removed some of these extra screens so now all I have to do is downswipe, but can I get it just to be there on the initial lockscreen?
Not a big deal, just trying to figure this out.
Thanks!
Click to expand...
Click to collapse
Are you positive weather is enabled? That was my problem.
If it is remove everything from the lockscreen, then add the widget 'cLock' not 'Clock'. That should be it
Edit: you mean like this?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
whosgotlag said:
I just tried it, works fine. Try downloading from your phone
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Hmm nope, still stalls out at 98/99. Could be my isp?
Edit: Wow. So after about 15 more tries, I got off wifi on my phone and downloaded it OTA and it went 100%.
...??? wth verizon?
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Am I the only one who thinks it's hilarious that your phone is "discharging" ? My god I'm immature.
car vs driver said:
Am I the only one who thinks it's hilarious that your phone is "discharging" ? My god I'm immature.
Click to expand...
Click to collapse
It discharges for 12 hours then has an overnight refractory period
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Only problem I'm having so far is I cannot do a full app restore from Tit. BU. I get through a few apps and titbu just stops. The progress bar is their but not moving.

[Discontinued] - CleanROM 2.0 -★| Clean! | Smooth! | Stable! | Aroma! |★-

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CleanROM is an all inclusive ROM designed with you in mind!
CleanROM is based on the latest AT&T 4.2.2 ROM Base and is Odex!
CleanROM is targeted to the towards the user that wants a CLEAN stock ROM experience that demand performance and expect stability!
Aroma Installer with the following options
Status Bar Choices: Mod 1, Mod 2 and Stock
File Managers: ES File Manager, Stock LG File Manager, No File Manager
Keyboards: Google Keyboard, LG Keyboard
LG Apps: Polaris Office, Quick Remote, Quick Translator, Tasks, Video Editor, Voice Dialer, Quick Memo and Notebook, Voice Mate
Google Apps: Play Store, Gmail, Search / Now\, YouTube, Hangouts, Maps, Play Music, Google+
Additional Apps: Ad-Away, DropBox, Terminal Emulator, AT&T Visual Voice Mail
Boot Animations: LG, Nexus 5, AT&T
Zip Aligned
Busybox
init.d support
GPU Rendering as well as other performance and battery enhancements
Non flashable removed apps can be downloaded HERE.
Stability that is legendary!
Version 2.0 - 11/10/2013
Added: Aroma Installer for complete selectivity during install
Added: Advanced Power Menu
Added: Nexus 5 Ring Tones
Changed: Launcher to International Launcher to support themes
Updated: All Apps
All new posts start HERE!
Must have twrp 2.6.3.2 installed!
Copy ROM to storage
Reboot to Recovery
Factory reset (highly recommended)
Flash ROM
Reboot to System
Profit!
An anonymous donator, Chainfire, DSI XDA, djrbliss, burningembers, bigfau!
Donations are gladly accepted but never expected!
Please hit Thanks and Rate the thread 5 Stars
Click to expand...
Click to collapse
[/CENTER]
General Info
First ROM for the LG G2!
Highly de-bloated and slightly tuned
Mods and or Add-Ons
Accessories in Settings is HERE!
Text Link for text messages (forgot when building ROM) is HERE!
TIP: For faster Wipes go into TWRP settings and choose the option for "rm -f instead of formatting"!
MUCH faster!
good job bud. hopefully you can look into turning off content adaptive brightness... and maybe modding the launcher to not redraw anymore. you rock.
Sent from my VS980 4G using Tapatalk 4
Looking forward to a deodexed version =]
Sent from my LG-D800 using XDA Premium 4 mobile app
jayochs said:
..... hopefully you can look into turning off content adaptive brightness.......
Sent from my VS980 4G using Tapatalk 4
Click to expand...
Click to collapse
Amen!!!!!!!!
---------- Post added at 09:04 AM ---------- Previous post was at 08:57 AM ----------
Thanks Scott for the giving us early adopters a little somethin' somethin'
10 bux sent your way....good for a couple of brews while you read about adaptive brightness
AT&T owner here.
TWRP installed flawlessly. CleanROM 1.0 installed flawlessly and booted up just fine.
OP was not kidding, Factory Reset took about 5 minutes. Just be patient.
I'm happy to report TWRP did not nuke out my pictures on Factory Reset, like my Factory Reset via LG settings menu did the other night (sadpanda).
I really, really, really wish AT&T Ready2Go or whatever the hell that is was replaced with the Stock setup that triggers a proper App Backup/Restore process, but no big deal.
FYI, if you want street names back in Google Maps, change your Text-to-Speech to Pico TTS from LG TTS. Unfortunately, Pico TTS is not natural sounding, and there doesn't appear to be a way to sideload Google Text-to-Speech yet. I attempted ganking Maps/VoiceSearch from /system and installing them manually to get the Google Services directly, but it didn't help.
Thanks Scrosler! Runnin' just fine.
Looks like I lost the ability to change my lock screen wallpaper with Clean ROM, anyone else experiencing this?
I tried a clean re-install and got the same result, so I'm pretty sure maybe something might've been debloated that it hinged on...
Nope. Not here. Mine changes fine. Are you using a third party launcher?
Sent from my LG-D800 using xda app-developers app
burningembers said:
Looks like I lost the ability to change my lock screen wallpaper with Clean ROM, anyone else experiencing this?
I tried a clean re-install and got the same result, so I'm pretty sure maybe something might've been debloated that it hinged on...
Click to expand...
Click to collapse
I use Nova, I dont have any issues.
Installed. Running. Profiting as always, Scott!
Sent from a van down by the river using my AT&T LG G2 and Tapatalk 4.
burningembers said:
Looks like I lost the ability to change my lock screen wallpaper with Clean ROM, anyone else experiencing this?
I tried a clean re-install and got the same result, so I'm pretty sure maybe something might've been debloated that it hinged on...
Click to expand...
Click to collapse
There is actually a file that you can freeze that would cause this issue. I dont recall the specific name of it but its something like lockscreen settings. I had to edit the file to change out the wallpaper. But I cant recall the name.
Wesley32 said:
Nope. Not here. Mine changes fine. Are you using a third party launcher?
Sent from my LG-D800 using xda app-developers app
Click to expand...
Click to collapse
TechSilver13 said:
I use Nova, I dont have any issues.
Click to expand...
Click to collapse
holeshot77 said:
Glad to hear good stuff so far. Going for the install now while listening to Ylvis. Haha
Posted via my nuked LG G2...
Click to expand...
Click to collapse
jmacdonald19 said:
Installed. Running. Profiting as always, Scott!
Sent from a van down by the river using my AT&T LG G2 and Tapatalk 4.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Good to hear guys!
So far so good. No issues, yet. I'll keep playing. Since basically stock I don't think much can happen.
Sent from my LG-D800 using Tapatalk 2
burningembers said:
Looks like I lost the ability to change my lock screen wallpaper with Clean ROM, anyone else experiencing this?
I tried a clean re-install and got the same result, so I'm pretty sure maybe something might've been debloated that it hinged on...
Click to expand...
Click to collapse
I have this problem. I can switch to different stock wallpapers on my home screen, but I'm locked to a blue wallpaper for my lock screen. I'm kinda sad because I like using the stock papers for my lock screen.
burningembers said:
Looks like I lost the ability to change my lock screen wallpaper with Clean ROM, anyone else experiencing this?
I tried a clean re-install and got the same result, so I'm pretty sure maybe something might've been debloated that it hinged on...
Click to expand...
Click to collapse
I tried it and confirmed. I will look further into it tonight or tomorrow...
This fix is no longer needed in version 1.1+
Its only for 1.0.
Lock Screen Fix!
Issue: Lockscreen will not allow you to change the background picture
Resolution: Flash THIS PATCH and your lockscreen backgrounds will function as normal!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Is goo.im struggling on the download for anyone else?
dnorthington said:
Is goo.im struggling on the download for anyone else?
Click to expand...
Click to collapse
No it's a big file so it might take a while for you phone to download it
Sent from my LG-D800 using Tapatalk 2
dnorthington said:
Is goo.im struggling on the download for anyone else?
Click to expand...
Click to collapse
I heard its running slow... Sometimes it does, sometimes it doesnt.
I have another server I can mirror on, AndroidFile Host, but its not as user friendly so I dont care to use it.
If they would give me shell acess to use wget I would do it. But alas...
Here we are with what we have...
No worries. Understood. I've downloaded enough files from goo to know it's "potential". It will eventually get the job done. Just happy for clean rom.
Sent from my LG-D800 using xda app-developers app

[Q & A][evita]Beanstalk 4.4

[SIZE=+2]This thread has been created for
Questions & Answers/Troubleshooting[/SIZE]​ [SIZE=+2]
Specific to[/SIZE]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click link here for ROM thread>>Beanstalk 4.4.x<<Click link here for ROM thread
Please feel free to share issues, questions and offer help.
It is always best to thank a ROM OP, in lieu of simply posting "Thank you".
Please keep discussion focused, and on the topic described in the OP
Reserved for F.A.Q.
and one more
Great ROM thx for sharing your hard work with us lots of options to keep us busy lol. I Can't seem to find where to add custom lockscreen wallpapers and remove the ability to access quick settings on lock screen. I searched Google first and xda threads so I will now ask second. Thankyou
DESERT.TECH said:
Great ROM , lots of options to keep us busy lol. Can't seem to find where to add custom lockscreen wallpapers and remove the ability to access quick settings on lock screen, thx. I moved this from the ROM thread to start things off .
Click to expand...
Click to collapse
I never even noticed these things. I did, however, look into it and found the following.
1. Quick settings only pulls down from lockscreen when you use the slider
2. I haven't ever really tried to have a seperate wallpaper for my lockscreen, but the only options I noticed available now is for transparency of the lockscreen.
I will look into applying the same settings (disabling quick settings) the other lockscreen options have for the slider option.
Thanks for your input.
Low call volume
Thanks for your hard work. I have been on this rom for a few months now and love it. It keeps getting better over time. I noticed however that the phones speaker isn't as loud as usual on this latest build. It's really odd. I use Viper4Android Fx instead of DSPManager. I wonder if it has something to do with that. Otherwise, the build is solid overall. Just a few reboots, but that's common on my phone so for with any rom.
EDIT: Actually found the cause. I never knew that there were different volumes for in call. I accidentally stumbled upon it while on a call. The volume was set low for some reason, I don't make a lot of calls normally so this was odd for the volume to change. Oh well, all is good now. Awesome rom! 10/10 in my opinion
lemonfugu said:
Thanks for your hard work. I have been on this rom for a few months now and love it. It keeps getting better over time. I noticed however that the phones speaker isn't as loud as usual on this latest build. It's really odd. I use Viper4Android Fx instead of DSPManager. I wonder if it has something to do with that. Otherwise, the build is solid overall. Just a few reboots, but that's common on my phone so for with any rom.
EDIT: Actually found the cause. I never knew that there were different volumes for in call. I accidentally stumbled upon it while on a call. The volume was set low for some reason, I don't make a lot of calls normally so this was odd for the volume to change. Oh well, all is good now. Awesome rom! 10/10 in my opinion
Click to expand...
Click to collapse
Happy to hear that you were able to figure it out on your own.
scott.hart.bti is the main one putting in all of the hard work. I'm just building it for our device, and trying to merge a few changes of my own here and there, based on the feedback that I receive here; which, to be honest, hasn't been much. 200+ downloads from goo.im on the latest build and only two comments. I have to logically assume that lack of feedback means everything is operating as it should.
Sent from my One X using Tapatalk
Black!Jack said:
Happy to hear that you were able to figure it out on your own.
scott.hart.bti is the main one putting in all of the hard work. I'm just building it for our device, and trying to merge a few changes of my own here and there, based on the feedback that I receive here; which, to be honest, hasn't been much. 200+ downloads from goo.im on the latest build and only two comments. I have to logically assume that lack of feedback means everything is operating as it should.
Sent from my One X using Tapatalk
Click to expand...
Click to collapse
Oh yeah. I swap between CM11 and this, and Beanstalk is much better. Even using the Torched KK kernel, CM11 isn't performing well for me. Yeah Scott is doing a awesome job, but your help is appreciated as well. I know time is money/family/sleep among other other mundane obligations, so it's nice to have a dedicated maintainer despite having lives. Thanks a lot :good:
Quick question, does this have an option for the battery bar? I see it's a feature in the ROP OP, but can't seem to find it on my phone. I also can't seem to connect via ADB. I just rooted two other One Xs the other day, so I don't think it's my computer, but I'm gonna check later tonight with the other phones. Otherwise, great Rom, and keep up the good work!
There's no option for battery bar on this ROM. Do you have usb debugging enabled in Developer Options? You also need to grant root access to apps & adb.
Sent from my Evita
timmaaa said:
There's no option for battery bar on this ROM.
Click to expand...
Click to collapse
timmaaa said:
Do you have usb debugging enabled in Developer Options?
Click to expand...
Click to collapse
I do.
timmaaa said:
You also need to grant root access to apps & adb.
Click to expand...
Click to collapse
Where do I do that? Nothing has come up that I'm aware of to grant root for that. I also just tested it with another phone, ADB is working for it. (JB ROM)
The option is right there in Developer Options, just above the usb debugging option.
Sent from my Evita
timmaaa said:
The option is right there in Developer Options, just above the usb debugging option.
Sent from my Evita
Click to expand...
Click to collapse
Thanks, found it! Jeez, I feel like an idiot.
EDIT: Changed options, didn't work, did reboot, still didn't work.
Maybe you need to completely uninstall your HTC drivers and reinstall them.
Sent from my Evita
timmaaa said:
Maybe you need to completely uninstall your HTC drivers and reinstall them.
Sent from my Evita
Click to expand...
Click to collapse
Got it figured out. One of the drivers for my own phone wasn't installed properly. Thanks for the help!
saulk said:
Got it figured out. One of the drivers for my own phone wasn't installed properly. Thanks for the help!
Click to expand...
Click to collapse
I believe that there is a xposed module that allows you to put a battery bar at the top or bottom of your screen.
Sent from my One X using Tapatalk
Black!Jack said:
I believe that there is a xposed module that allows you to put a battery bar at the top or bottom of your screen.
Click to expand...
Click to collapse
I found it. I didn't even think about that, thanks!
does anyone know how to/ if its possible to enable bln?
Trickster Mod from the Play Store can be used to enable bln, but it has to be supported by your kernel.
I use the most recent version of Torched.
Sent from my One Xl using XDA Premium 4 mobile app
Would someone with an older version of BeanStalk please try the BeanStalk OTA app now? I think I may have corrected the issue with the app detecting the older versions of the ROM!
Edit: Already confirmed working. Now I just need to figure out how we are doing our Gapps, so that we can keep up to date.

[APP][5.0+] Memo Reminders - Easy and Powerful reminders in the notification bar

Introduction
Often forgetting to do or get something? You need quick memo or reminder without the hustle? Try "Memo reminders".
How does it work?
"Memo reminders" creates Android notifications which can be seen in notification drawer. Easily accessible, always there.
Specially with Android 5 where notifications are also shown on the lock-screen, you will see you quick memos or reminders every time when you check your phone.
Don't want them on the lock screen? No worries, there is option for that.
Perfect for making quick grocery list before going to shop.
Just swipe it away when done.
Personally I'm using it mostly for creating grocery list before going to shop or to remind myself to do something during day/s when I will time.
I also made Chrome Extension that replaces your new tab page where can create reminders and you will see them each time you open new tab.
And there are widgets to make your new tab page more useful. You can get it from the Chrome Web Store.
Features
Highly customizable: set icon, short text, add longer description if needed
Show reminders only when unlocked
Keeps history of your memo reminders
No ads
Nice and clean design (I think)
Add actions on reminders - Customize the action when you tap on the notification. You can set the action to dial number, prepare SMS text or email someone, navigate to your destination, open website if you need to book tickets, launch application(ex. launch Camera app for #SelfieOfTheDay)… you name it!
Not enough space for description? Use Emojis!
Saves you time and effort.
"Read contacts" permission is added to prevent crashing when picking contacts on some Sony and HTC devices.
No personal information is collected.
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Let me know what do you think
Link to Google Play
You can also get it in the Chrome Web Store
If you like, you can upvote it on Product Hunt https://www.producthunt.com/posts/memo-reminders.
XDA:DevDB Information
Memo Reminders, App for all devices (see above for details)
Contributors
drashko
Version Information
Status: Stable
Current Stable Version: 1.4.1
Stable Release Date: 2015-09-07
Created 2015-09-08
Last Updated 2020-05-26
Reserved
Chrome Extension that replaces your new tab page where can create reminders and you will see them each time you open new tab. You can get it from the Chrome Web Store
---Version 1.1.0
-- Dark theme. Go to settings to try it!
-- Run-time permissions
---Version 1.0.1
- Added "Read contacts" permission to prevent crashing when picking contacts on some Sony and HTC devices.
- Fixed other small bugs and crashes.
I'm so forgetful that it's for sure going to be handy ^^
I'll try for a little while then buy it if it suits me.
Thanks for your work!
First of all:
This app is simple and powerful, yet still manages to be beautiful at the same time. :good:
I suppose it wasn't intended for this, but would it be possible to include a Time-Date/Location reminder?
Otherwise this app is perfect for me and I already use it very often, that reminder thing is the only thing that prevents me to completely switch from Google Keep
Keep up the good work
One issue I noticed, when I attempt to setup a reminder to call a contact it crashes the app. I can successfully setup a call to a number manually imputed,though. I am using an HTC one m7 unrooted.
**Edit: it appears Any request to connect to the address book crashes the app... I just got the same result from setting a message to be sent from a contact.
Also, one suggestion : I'd love to see the option to only show the shortcut in the statusbar (without being on the lockscreen). I think clutter on the lockscreen in Android 5 is a real problem for a lot of people.
Thank you for the great app and taking the time to read my suggestion. ?
Sent from my secret lair in a hidden mountainside.
Very Cool App, Thanks A Lot
Nice app! Keep up the great work!
Sent from my Xperia T using Tapatalk
This is a beaitful material-based app with an awesome functionality. Everything works just fine.
One question: is it normal or desired that if you unlock the phone the reminders "jump" under the notifications?
Nevertheless awesome app :good:
@drashko
Great idea and beautifully simplistic.
Ideas for consideration:
- Repeat reminder on a set day(s)
- Reminder during set hours
Sent from my HTC One using Tapatalk
darKpoiSonend said:
First of all:
This app is simple and powerful, yet still manages to be beautiful at the same time. :good:
I suppose it wasn't intended for this, but would it be possible to include a Time-Date/Location reminder?
Otherwise this app is perfect for me and I already use it very often, that reminder thing is the only thing that prevents me to completely switch from Google Keep
Keep up the good work
Click to expand...
Click to collapse
Scheduling reminders is planned to be added in future, about the location, I'll consider it. General idea for the application is to be very simple to use.
mrdoug said:
One issue I noticed, when I attempt to setup a reminder to call a contact it crashes the app. I can successfully setup a call to a number manually imputed,though. I am using an HTC one m7 unrooted.
**Edit: it appears Any request to connect to the address book crashes the app... I just got the same result from setting a message to be sent from a contact.
Also, one suggestion : I'd love to see the option to only show the shortcut in the statusbar (without being on the lockscreen). I think clutter on the lockscreen in Android 5 is a real problem for a lot of people.
Thank you for the great app and taking the time to read my suggestion.
Sent from my secret lair in a hidden mountainside.
Click to expand...
Click to collapse
I agree about the shortcut, that is great idea, thanks.
For some reason, READ_CONTACTS permission is needed on your device and that is crashing the application. I'll look into.
fiz:ik said:
This is a beaitful material-based app with an awesome functionality. Everything works just fine.
One question: is it normal or desired that if you unlock the phone the reminders "jump" under the notifications?
Nevertheless awesome app :good:
Click to expand...
Click to collapse
Thanks, I'm glad you like it.
If you set personal reminders, it is normal because they are readded on unlock.
mitchst2 said:
@drashko
Great idea and beautifully simplistic.
Ideas for consideration:
- Repeat reminder on a set day(s)
- Reminder during set hours
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Cool ideas. As I mentioned above, scheduling reminders is on my to-do list and will think about them.
Thanks.
Big thanks to @GermainZ for spreading the word, I appreciate it!
I'm gonna use this on my note 5 and use it as one of my "air command" apps
---------- Post added at 03:14 PM ---------- Previous post was at 02:27 PM ----------
This is an essential tool.
It is simple and effective.
I like how you can change the icon for the reminder so it shows on top screen to jog your memory with a simple glance.
If you can support split screen for Samsung note devices it would be awesome. No need tho.
I wouldnt be surprised if samsung, apple, Google come knocking on your door.
Awesome job ???
thanks
good tool
This app is crashing for me when I try to select "launch app" as the reminder action. As soon as I select this it just crashes
Other than that problem though, it's a great app, I love it
Is the lock screen notifications only for lollipop? I am still on KitKat, and it doesn't seem to work there. Other than that, the app works so far. I will keep you posted.
Your apps seems great. Thanks for your work.
@drashko nice concept. Well gonna use this app for daily use....
---------- Post added at 09:17 AM ---------- Previous post was at 09:04 AM ----------
[/COLOR @drashko nice concept. Well gonna use this app for daily use....
drashko said:
...Cool ideas. As I mentioned above, scheduling reminders is on my to-do list and will think about them.
Thanks.
Click to expand...
Click to collapse
Did you use Memo Reminders to create that to-do list?
Just installed and very nice.
mrdoug said:
One issue I noticed, when I attempt to setup a reminder to call a contact it crashes the app. I can successfully setup a call to a number manually imputed,though. I am using an HTC one m7 unrooted.
**Edit: it appears Any request to connect to the address book crashes the app... I just got the same result from setting a message to be sent from a contact.
Also, one suggestion : I'd love to see the option to only show the shortcut in the statusbar (without being on the lockscreen). I think clutter on the lockscreen in Android 5 is a real problem for a lot of people.
Thank you for the great app and taking the time to read my suggestion.
Sent from my secret lair in a hidden mountainside.
Click to expand...
Click to collapse
I added MemoReminders-1.0.0-xda-HTC.apk in Downloads tab, it has the READ_CONTACTS permission. Let me know how it will work for you.
Don't worry, your contacts won't leave the device.
AndreasDay said:
This app is crashing for me when I try to select "launch app" as the reminder action. As soon as I select this it just crashes
Other than that problem though, it's a great app, I love it
Click to expand...
Click to collapse
KeylanHalfdan said:
Is the lock screen notifications only for lollipop? I am still on KitKat, and it doesn't seem to work there. Other than that, the app works so far. I will keep you posted.
Click to expand...
Click to collapse
No, should work on other versions as well. Which device and rom you are using?
cliffr39 said:
Did you use Memo Reminders to create that to-do list?
Just installed and very nice.
Click to expand...
Click to collapse
Yes, sticky one
drashko said:
No, should work on other versions as well. Which device and rom you are using?
Click to expand...
Click to collapse
I am running on a Verizon Samsung Galaxy Note 4, KitKat 4.4.4 stock ROM.
It shows the little check mark in the status bar while on the lockscreen, it just doesn't show the notifications like in the screenshots.
Sent from my SM-N910V using XDA Free mobile app
KeylanHalfdan said:
I am running on a Verizon Samsung Galaxy Note 4, KitKat 4.4.4 stock ROM.
It shows the little check mark in the status bar while on the lockscreen, it just doesn't show the notifications like in the screenshots.
Sent from my SM-N910V using XDA Free mobile app
Click to expand...
Click to collapse
In that case yes, that is Lollipop feature. But you can try to get similar feature with DashClock Widget + DashNotifier and add it like lockscreen widget.

Fingerprint Lock - Android Pie

I know its early on, but since this has been in place since early beta, I'm hoping there is an actual app by now...
Has anyone found an app (not a Tasker mod) to use the fingerprint scanner to lock the screen that uses the new code, and hence does not disable the fingerprint scanner for unlocking?
This was the big letdown coming from a Moto g5 to the pixel 2. Hoping it can now work exsctly the same.
Thanks!
Sent from my Pixel 2 using Tapatalk
mrdoug said:
I know its early on, but since this has been in place since early beta, I'm hoping there is an actual app by now...
Has anyone found an app (not a Tasker mod) to use the fingerprint scanner to lock the screen that uses the new code, and hence does not disable the fingerprint scanner for unlocking?
This was the big letdown coming from a Moto g5 to the pixel 2. Hoping it can now work exsctly the same.
Thanks!
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
yep, coming from op3t, that feature should be on stock android. its annoying for me to glance at the notification by pressing power button to sleep the phone. i think atm there is no app that could do that without root. with root there are many alternatives.
koax88 said:
yep, coming from op3t, that feature should be on stock android. its annoying for me to glance at the notification by pressing power button to sleep the phone. i think atm there is no app that could do that without root. with root there are many alternatives.
Click to expand...
Click to collapse
Root is required? Akk. From what I read I thought it would be (relatively) as simple as hitting a different (new) GLOBAL_ACTION_LOCK_SCREEN API instead of the Device Admin API. Of course... Google. They don't do things right, they just do them halfway, so you fee like it could be right. I think they secretly like the impression that they built up hope and then let their customer base down. Lol.
Thanks.
Sent from my Pixel 2 using Tapatalk
mrdoug said:
Root is required? Akk. From what I read I thought it would be (relatively) as simple as hitting a different (new) GLOBAL_ACTION_LOCK_SCREEN API instead of the Device Admin API. Of course... Google. They don't do things right, they just do them halfway, so you fee like it could be right. I think they secretly like the impression that they built up hope and then let their customer base down. Lol.
Thanks.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
my mistake, idk about (new) GLOBAL_ACTION_LOCK_SCREEN API before this. Anyway i just tried on nova launcher beta, yep, now can assign lock screen to any gesture. it uses the new screen lock method that supported by android P now.
and here an app that i found also support android P. But it is a paid app, i tried and it works.
https://play.google.com/store/apps/details?id=com.ivianuu.screenlocker
koax88 said:
my mistake, idk about (new) GLOBAL_ACTION_LOCK_SCREEN API before this. Anyway i just tried on nova launcher beta, yep, now can assign lock screen to any gesture. it uses the new screen lock method that supported by android P now.
and here an app that i found also support android P. But it is a paid app, i tried and it works.
https://play.google.com/store/apps/details?id=com.ivianuu.screenlocker
Click to expand...
Click to collapse
Awesome. Thanks!
This looks like it needs Tasker. Never used that before but I went ahead and purchased it. Figured out how to set the task to the lock app, but I cant figure out how to set up a trigger. Seems to be the profile tab, but I dont see anything that is fingerprint sensor there. Could you point me in the right direction? Thanks.
EDIT: I think I figured it out. TouchTask app. I like pressing the button, so I just set every direction. Best I could get.
EDIT2: Found out how to set a vibrate to occur right before screen off to get the same haptic feedback from screen on. Thanks again! [emoji846]
Sent from my Pixel 2 using Tapatalk
mrdoug said:
Awesome. Thanks!
This looks like it needs Tasker. Never used that before but I went ahead and purchased it. Figured out how to set the task to the lock app, but I cant figure out how to set up a trigger. Seems to be the profile tab, but I dont see anything that is fingerprint sensor there. Could you point me in the right direction? Thanks.
EDIT: I think I figured it out. TouchTask app. I like pressing the button, so I just set every direction. Best I could get.
EDIT2: Found out how to set a vibrate to occur right before screen off to get the same haptic feedback from screen on. Thanks again! [emoji846]
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
mrdoug, would you mind sharing the steps you used to make TouchTask and Tasker lock the screen using the fingerprint reader? Much appreciated!
Here's the base steps I figured out. I had to go back and try to recreate it.
Personally, I didn't find Tasker easy to use at all...very unintuitive for me, at least. Hopefully this is everything. I dont have the vibrate part in there... I need to recreate that, first. Hope to post shortly for you.
One word of caution... I found this somewhat tempormental ... it doesn't work on occasion, for no good reason I can discern. Maybe one of the apps necessary is closed to save memory? I don't know. Still, until I find an all inclusive app using the new API, this is the best I could do myself. I literally program nothing... No knowledge whatsoever. This was very new to me.
For the setup I created, you need three apps:
1. Tasker
2. TouchTask (https://play.google.com/store/apps/details?id=com.balda.touchtask)
3. Screen Locker (https://play.google.com/store/apps/details?id=com.ivianuu.screenlocker)
In Tasker...
A. Create a Task:
1. In the Task Tab
2. Select the + in the bottom right corner to Create new task
3. Name it
4. Select the + in the bottom right corner to add a new action
5. select plugin...
6. Choose screen lock app
7. Tap the config pencil (upper right)
8. Choose back arrow (twice?)
9. The new task should appear in the main screen
B. Create a Profile
1. Got the profile tab
2. Select the + to add new trigger
3. select event
4. choose plugin
5. choose touchtask app
6. Choose fingerprint gestures
7. Choose pencil icon to edit
8. Select all option you want (I set all directions, personally)
9. Select check mark upper right to save
10. Back arrow to main window
11. Popup will appear asking what task to link it to... Select the screen lock initially created
If anyone has any suggestions to improve this... Or better yet, an all inclusive app, let me know.
Hope this helps (and actually works for you... Again, I'm in uncharted territory here).
Edit: To add the vibrate just go into the tasks tab, select the one you created for the screen off, and press the plus in the bottom corner to add a new action. Select alert and then Select vibrate. When you fine tune the duration to your preference, simply move vibrate before lock screen in the list. That's it.
Sent from my Pixel 2 using Tapatalk
Thank you, mrdoug, for providing very clear, detailed instructions for integrating TouchTask, Tasker and Screen Locker. I was able to lock my screen using the fingerprint reader. Seems to function very similar to the paid app Fingerprint Action Pro, which is also Pie-compatible. The best Oreo fingerprint app, Fingerprint Quick Action, hasn't been updated yet for Pie.
Surprise! I found this a few minutes ago...
https://play.google.com/store/apps/details?id=com.catalyst06.fingerprintactionpro
Anyone with Android P try this? Any word on how the fingerprint lock function works? Unfortunately it's an IAP, so I'm hesitant to buy it without any knowledge of it's quality. Maybe I'll email the developer.
Sent from my Pixel 2 using Tapatalk
mrdoug said:
Surprise! I found this a few minutes ago...
https://play.google.com/store/apps/details?id=com.catalyst06.fingerprintactionpro
Anyone with Android P try this? Any word on how the fingerprint lock function works? Unfortunately it's an IAP, so I'm hesitant to buy it without any knowledge of it's quality. Maybe I'll email the developer.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
I bought Fingerprint Action Pro, and it does work with Pie. No vibration however.
bassguy60 said:
Thank you, mrdoug, for providing very clear, detailed instructions for integrating TouchTask, Tasker and Screen Locker. I was able to lock my screen using the fingerprint reader. Seems to function very similar to the paid app Fingerprint Action Pro, which is also Pie-compatible. The best Oreo fingerprint app, Fingerprint Quick Action, hasn't been updated yet for Pie.
Click to expand...
Click to collapse
mrdoug said:
Surprise! I found this a few minutes ago...
https://play.google.com/store/apps/details?id=com.catalyst06.fingerprintactionpro
Anyone with Android P try this? Any word on how the fingerprint lock function works? Unfortunately it's an IAP, so I'm hesitant to buy it without any knowledge of it's quality. Maybe I'll email the developer.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
Just saw your comment... So how does FAP work? Is it responsive? Does it kill the battery? Any issues with it not working like Tasker?
So glad you posted that. Was hoping someone had tried it.
Thanks.
Sent from my Pixel 2 using Tapatalk
Automagic, IMHO, is much easier to use (and some say more functional) than Tasker and can do what you want (if I've understood the ask correctly) with no add-ons and a very simple 'flow' concieved, written, applied and tested in about 2 mins
I'm no more than a fan of this app, which is extremely well supported by the dev and community.
https://play.google.com/store/apps/details?id=ch.gridvision.ppam.androidautomagic
Screenshot below is the UI that completely defines how this flow works - everything is defined just by creating flow charts which, if necessary, can become as complex as you like. BTW the lockScreen() function is new and currently only available in the beta (Early Access Program) version of the app, freely available from the app's support forum and is as stable (for me) as the Play Store version. I currently have 55 (now 56) flows defined in the app....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WibblyW said:
Automagic, IMHO, is much easier to use (and some say more functional) than Tasker and can do what you want (if I've understood the ask correctly) with no add-ons and a very simple 'flow' concieved, written, applied and tested in about 2 mins
I'm no more than a fan of this app, which is extremely well supported by the dev and community.
https://play.google.com/store/apps/details?id=ch.gridvision.ppam.androidautomagic
Screenshot below is the UI that completely defines how this flow works - everything is defined just by creating flow charts which, if necessary, can become as complex as you like. BTW the lockScreen() function is new and currently only available in the beta (Early Access Program) version of the app, freely available from the app's support forum and is as stable (for me) as the Play Store version. I currently have 55 (now 56) flows defined in the app....
Click to expand...
Click to collapse
Might give it a try at some point, Thank you.
I am currently liking the app bassguy60 suggested. It is a LOT more stable than my Tasker script. I miss the vibrate function, but I'm in the process of asking the developer to implement. Hopefully it's something easy and much requested.
The most important part is consistency and fingerprint action pro has it over my Tasker script.
Sent from my Pixel 2 using Tapatalk
this one works like a charm :
https://play.google.com/store/apps/details?id=com.vinance.fingergesture

Categories

Resources