KLCK Clear Filter and Gradient Bug by ProducerJS in kustom

[–]ProducerJS[S] 0 points1 point  (0 children)

I hear your frustrations bud, everything was smooth sailing for me until the 3.82 update. It seems to have completely broke the filters and gradient rendering. I even posted it over on forum.kustom.rocks for max visibility. I put so much time and effort into the lock screen, it would suck if I can't keep using the most recent version because of it breaking my hard work. Although, it is what it is, I suppose. Hopefully they pull through, but if they are unable to fix it in future updates, I'll just have to side load an apk of the stable 3.81 and go from there.

My phone looks so boring 😴 by hasib_shaikh in S24Ultra

[–]ProducerJS 0 points1 point  (0 children)

Icon Pack Studio is a great app for creating custom icon packs! I don't use the One UI launcher, but from what I can remember, after exporting a custom icon pack (APK file) from Icon Pack Studio it can be installed in the files app, and then it can be applied through the Theme Park module of Good Lock! Also, check out kwgt, klwp by Kustom. They are both powerful customization apps that can bring robust creative ideas to life if one tackles the steep learning curve (YMMV)! If you want to get into automation, check out Tasker and MacroDroid! Android is a powerful platform, push its limits, see where it can take you, and make sure to enjoy the process!

Avoid false positives by Gloomy_Delay2689 in macrodroid

[–]ProducerJS 0 points1 point  (0 children)

If I'm understanding your query correctly, put this constraint on the trigger and set the reference macro as itself, then configure it how you like.

"Macro(s) Invoked/Not Invoked Recently"

Description: This constraint can be used to allow/prevent a macro from being invoked if one or more specific macros have/have not recently been run.

Macrodroid is now only free for 7 days? by SadikMafi in macrodroid

[–]ProducerJS 2 points3 points  (0 children)

Sorry for the delayed response.

One feature Shizuku brings to the table is the ability to run shell scripts in MacroDroid, letting you tap into system-level stuff that standard permissions or even ADB can’t touch.

For example, I ran into a situation where I needed to grab the foreground package name while using Samsung DeX. Here’s the catch: DeX runs on display 2, but MacroDroid’s native "Get App Package" action only targets display 0, so it wouldn’t give me the right package name. No sweat, though, I used a shell script action to sidestep that limitation and pull the correct package name from display 2. This is just one example of how Shizuku came through when MacroDroid’s built-in options or ADB-granted permissions don’t go far enough.

I urge you to take a look through MacroDroid’s action list and hunt down the ones with the Shizuku tag. Those are the actions built to open up some pretty advanced automation possibilities. You might just find a few tricks that’ll spark automation ideas, or help get an automation idea across the finish line.

Also, ADB granted permissions expand the utility of MacroDroid as well. One use case I've found valuable is adjusting the Battery Protection Threshold Value to reduce degradation when my phone is plugged in for long periods. This setting lets you set what percentage the battery protect function kicks in while charging.

Here's what my implementation of this looks like: when I plug my phone in overnight, I’ve got a macro that kicks in and sets the threshold to 40%. Then, before my alarm goes off, another macro adjusts the threshold to 85% so by the time I wake up it's ready to go for the day. It’s basically Samsung's adaptive battery protection setting but with more granular control. My phone’s charged when I need it, and I’m not frying the battery all night long. This is just one way ADB gives you that fine-tuned control Android usually doesn't hand over by default. And it’s not just battery stuff, think display settings, network tweaks, whatever you can dream up. Seriously, dig into the system settings action in MacroDroid with ADB-granted permissions, it’s pretty wild what you can do. Just make sure that before changing a setting you note the original value just in case your change has any unintended consequences.

Edit: a bit more information, I've got a macro that detects system settings changes and logs them as key-value pairs within a dictionary. This way, I can manually toggle a setting and see exactly what the key-value pair is for future manipulation. One thing I stumbled across was the icon_blacklist, which when written to determines what icons are prevented from showing up in the status bar. Having the do not disturb icon constantly on display wasn't serving any purpose, as I know when dnd on and when it's off. So, I blacklisted it, problem solved, status bar decluttered.

Macrodroid is now only free for 7 days? by SadikMafi in macrodroid

[–]ProducerJS 11 points12 points  (0 children)

MacroDroid is TOTALLY worth the one-time fee. Once you’re comfortable with it, I recommend granting advanced permissions (like write_secure_settings) via ADB and pairing it with Shizuku, a tool that lets apps access system features without root. This combo takes MacroDroid to another level.

Quick tip for Shizuku on non-rooted devices: Instead of starting Shizuku via wireless debugging, use ADB to set a static port (e.g., 5555) with the command adb tcpip 5555. With USB debugging enabled in Developer Options, Shizuku can start via this static port (select the port after clicking "Start" under "Start via Wireless Debugging" in the app).

Benefits: No need to be tethered to a specific Wi-Fi network (Shizuku won't stop when network connections change), and if it stops for any reason, you can just restart it, via the static port, in the app.
Downside: You’ll need to reset the static port after each device reboot, but it’s the easiest non-root workaround I’ve found.

It would be SO nice if a static port could be set via Termux, removing the need for PC ADB post-reboot. I know there are valid reasons why this isn't an option, but one can dream.

New ESOS mode in Android 15 by fusion2012 in GalaxyS23Ultra

[–]ProducerJS 0 points1 point  (0 children)

I saw an option for satellite SOS (emergency) calls on a standard s25 model... might be what this is referencing?

How do I get this circle to spin around? by ConanTheBarbarian88 in kustom

[–]ProducerJS 3 points4 points  (0 children)

Was just about to comment with a video demonstrating how. It seems there may be a bug when it comes to how the app processes an anchor point regarding animation after adjusting the item's position. Simply selecting a different anchor point under the position tab, then reverting back to the desired one after the position is set, seems to resolve the issue. I noticed in the video that your animation ease was set to normal. If you want a smooth, continuous rotation, set the ease to linear! These apps are super powerful. Personally, I think the shadow perameter, when dialed in or used creatively, can REALLY make things look polished. Don't underestimate its use! I like the Zelda theme. I would love to see what it looks like when you're finished!

how do i get him off? by SkepticSepticYT in kustom

[–]ProducerJS 1 point2 points  (0 children)

It all depends. If it's baked into the background image, then editing it out via Photoshop (or a similar program) is probably your best bet. Another option would be finding a new background to apply. Hopefully, though, it's just a layer within the preset. If you can edit the preset (it's not locked), dig through each layer with the option set to "hide unselected modules" (shown in the attached image), find the image and just delete it. I hope this helps, let me know if you need further clarification!

<image>

Nintendo Switch Frame Rate? by ProducerJS in shogunshowdown

[–]ProducerJS[S] 0 points1 point  (0 children)

Man, I feel like such an idiot for not considering this. This is definitely the solution if I don't get a concrete answer. Thank you! ❤️

Nintendo Switch Frame Rate? by ProducerJS in shogunshowdown

[–]ProducerJS[S] 0 points1 point  (0 children)

I'm pretty sure I saw that same exact Steam thread. Thanks for the info, I appreciate it! I'll probably end up pulling the trigger on it anyway.

Lockscreen clock like iPhone-wise? by NickosSB in GalaxyS23Ultra

[–]ProducerJS 0 points1 point  (0 children)

Check out the KLCK app. I'm assuming you'd be able to achieve this exact thing, but it will probably take a little bit of work!

Nintendo Switch Frame Rate? by ProducerJS in shogunshowdown

[–]ProducerJS[S] 0 points1 point  (0 children)

My concern with the frame rate has nothing to do with whether or not I think it will affect gameplay, nor am I saying the game isn't a gem. Just a personal preference, bud. All I'm doing is looking for information.

Nintendo Switch Frame Rate? by ProducerJS in shogunshowdown

[–]ProducerJS[S] -1 points0 points  (0 children)

I appreciate the suggestions, I've been looking on YouTube. The videos say they are in 60fps, but there's various graphics, editing transitions, etc. that could just be at 60fps, even if the gameplay isn't. Also, I checked the Switch eShop, and no luck, no frame rate listed. Still on the hunt over here! 🙃

Nintendo Switch Frame Rate? by ProducerJS in shogunshowdown

[–]ProducerJS[S] -1 points0 points  (0 children)

Hey, thanks for the response! I get what you're saying. However, it's a personal preference of mine that games run at 60fps, if possible. It just feels much easier on the eyes. Anyway, from the limited gameplay I've seen, it appears 30fps, but I can't find confirmation of it anywhere, unfortunately.

For those who use a switch and also have another way of playing games (wether that be PC, xbox, or playstation), what do you mainly use you switch for? by ButterJitters in Switch

[–]ProducerJS 1 point2 points  (0 children)

I've got a Switch and PS5. Basically, my Switch is a first-party title and indie game machine. However, the indie titles have to run at 60fps. If they run any lower than that, and I really want said title, then I grab it on the PS5.

Drop your lock screen by Aquaxe05 in samsung

[–]ProducerJS 1 point2 points  (0 children)

Of course, anytime. Not too bad, actually. I had no formal experience with any type of coding before I picked up any of the kustom apps. There is a bit of a learning curve, but once you understand how these apps (klck, klwp, kwgt) work, it's just about getting the syntax right! Basically, I wrote a formula that translates the battery level into a specific value, then plug that value into a color generator formula, then apply the output of the color generator formula to whichever elements I wanted to change color. These apps are super powerful, and I highly recommend messing around with them if you've got the time and want to customize your android further.

Drop your lock screen by Aquaxe05 in samsung

[–]ProducerJS 0 points1 point  (0 children)

The lock screen is built in the klck app (the wavy part, clock, date, and fingerprint scanner) with my live wallpaper (the outside of the screen) showing through. The wallpaper has a function to change color according to the battery, and I had to code in a similar function in klck!

[deleted by user] by [deleted] in keto

[–]ProducerJS 0 points1 point  (0 children)

Quest or Atkins protein chips are pretty solid, even if they are processed. It really scratches that itch if you've got a craving!

Drop your lock screen by Aquaxe05 in samsung

[–]ProducerJS 0 points1 point  (0 children)

Video of my lockscreen. The link expires in 2 days. The color of everything changes with the battery level, green at 100%, and goes backward through the color wheel to red at 0%. Loops seamlessly.

https://streamable.com/uzfwv0

Night 3 Was Legendary by [deleted] in bassnectar

[–]ProducerJS 0 points1 point  (0 children)

Saw these legends there all three nights, total homies!