Posts

Tasker, the best terrible app.

 Recently I've been messing around with Tasker . Now what is Tasker? It's basically AutoHotKey for Android. Both applications I can't do without anymore. The pros: You can do ANYTHING. There's a more complex UI (in this case meaning more control). With an additional app, you can export your tasks to different phones as an APK. Basically, you can create Apps. Buttons and everything.  Good support. The cons: You need to grant a whole list of permissions depending on what you want to do. The setup can be a tad complex, involving ADB commands. Creating if and else statements can be a hassle, especially while dragging and dropping stuff to the correct position. Or adding an extra command at line 4 for example. Arrays suck big time. No multidimensional arrays either. Examples: Locate your phone after sending a text to it. Play music when your facing east and are jumping around. I don't know why you would want to, but its possible. Send http requests Turn on your wifi or d...

ADB commands on a single device!

Ever gotten into the hassle of wanting to do some ADB commands, but you didn't want to open your laptop? Well, there's a way to execute them straight from your phone on newer android versions with the option to enable ADB over Wifi. Things you need: Developer options enabled ( a random guide ) ADB over Wifi enabled (and an android version that supports it) A local Wifi network. You can probably do this over WAN, but that's for another guide. F-Droid app store installed From F-droid install Termux. The version from the playstore is an older one and won't work for this purpose. In Termux install ADB tools: https://github.com/MasterDevX/ Termux-ADB Remember your phone's local IP number. Usually something like 192.168.1.xxx on the local network. A 64bit device running android 11 or higher (I haven't tested it on 32) When you have the required apps installed and the settings enabled, its a matter of navigating back and forth between screens or use a split screen. Sp...

Never The Cookie!

Spoiler: This isn't going to be a great post. But the first post had to be about cookies, or the blog URL wouldn't make sense. So here's a sweet treat to some bad internet content: Cookies banners on websites are starting to get more and more complex. Having dozens of sliders for all the cookies you want to or don't want to accept (If you always press accept, you probably don't know what I'm talking about. And I probably will hate you for doing it, especially if you're likable).  Anyway, there's dozens of plugins for managing those nasty popups. I just installed one for my favorite browser, FireFox, although it has become a bit less likable over the years. I don't care about cookies Two weeks later: The plugin works great. It might not be the best for privacy purposes, because sometimes it will just accept a cookie based on whats easier to do. But then again, being so tired of cookie popups this late in the game, my behavior evolved to do about the s...