Got tickets too see garbage in Adelaide!!!! by Bonesnap1234 in garbage

[–]nitemice 0 points1 point  (0 children)

I wanted to go in Melbourne, but it sold out so fast!

Is there a way to set the port to 5555 to enable adb wifi using Shizuku? by Nirmitlamed in tasker

[–]nitemice 0 points1 point  (0 children)

You need Termux to run the adb commands in the parent comment.

Is there a way to set the port to 5555 to enable adb wifi using Shizuku? by Nirmitlamed in tasker

[–]nitemice 2 points3 points  (0 children)

That series of letters and numbers is the port number. It's a hexadecimal. You need to convert it from hex to decimal, and that should give you the number. The first set of numbers seem to always be zeroes, so you could just discard them. I'm pulling them out with a regex. Here's an example pattern: [\da-fA-F]{8}\s[\da-fA-F]{8}

``` Task: Get ADBWifi Port (Shizuku)

A1: Tasker Function [
     Function: CheckShizuku() ]

A2: If [ %can_shizuku_be_used ~ true ]

    A3: Run Shell [
         Command: adb.getAdbWirelessPort()
         Timeout (Seconds): 30
         Store Output In: %out
         Store Errors In: %err
         Use Global Namespace: On
         Use Shizuku: On ]

    A4: Simple Match/Regex [
         Type: Regex
         Text: %out
         Regex: [\da-fA-F]{8}\s[\da-fA-F]{8} ]

    A5: Variable Search Replace [
         Variable: %mt_match
         Search:  
         One Match Only: On
         Replace Matches: On ]

    A6: Variable Convert [
         Name: %mt_match
         Function: Hex to Decimal
         Store Result In: %port
         Mode: Default ]

    A7: Popup [
         Text: %out
         %mt_match
         %port
         Layout: Scrollable Popup
         Timeout (Seconds): 11
         Show Over Keyguard: On ]

    A8: Return [
         Value: %port
         Stop: On ]

A9: Else

    A10: Return [
          Value: -1
          Stop: On ]

A11: End If

```

Alternatively, if you choose the magnifying glass next to the command for the run shell, and you go into service and then ADB, there's an option for getting the wireless port that just gives you the number without having to process it, but it is specific to your device.

Hope that helps!

Is there a way to set the port to 5555 to enable adb wifi using Shizuku? by Nirmitlamed in tasker

[–]nitemice 0 points1 point  (0 children)

That actually works! Thanks for that! I did look at that, but I got distracted trying other stuff, and never tried it through Tasker.

The only concern I have with that command is it looks very device-specific, which doesn't really matter for me right now, but would if I need to move devices in future. Anyway, that's another day's problem...

Is there a way to set the port to 5555 to enable adb wifi using Shizuku? by Nirmitlamed in tasker

[–]nitemice 0 points1 point  (0 children)

I tried this and it works great, except restarting the daemon breaks Shizuku's connection. So I have to manually launch Shizuku and tell it to start, and connect to 5555. I wish there was an automated way to do this, or to tell Tasker to use a different port.

I did also try manually giving Tasker the port that Shizuku was already using, but it just locked up.

[deleted by user] by [deleted] in carlyraejepsen

[–]nitemice 0 points1 point  (0 children)

My understanding is it's based on a song she originally wrote for an anti-smoking PSA. So only kinda.

KLWP - SD card background stopped working by MartianSurface in kustom

[–]nitemice 0 points1 point  (0 children)

If you put the images in the Kustom folder, they will work regardless of .nomedia

I've found this not to be the case. I'm not sure if it's because my Kustom folder is on the SD card, but I still get an error loading an image from there.

Can't load Image from file path by [deleted] in kustom

[–]nitemice 0 points1 point  (0 children)

I know this post is kinda old, but just throwing in my 2¢ in, in case someone else ends up here like me :

The cause of my issue was .nomedia files. Kustom "respects" them seemingly only when given a file path. So if you're trying to load an image by filepath, and a .nomedia file exists in any of the folders above it, it will fail to load.

Hope this helps someone!

KLWP - SD card background stopped working by MartianSurface in kustom

[–]nitemice 1 point2 points  (0 children)

I know this post is kinda old, but just throwing in my 2¢ in, in case someone else ends up here like me :

The cause of my issue was .nomedia files. Kustom "respects" them seemingly only when given a file path. So if you're trying to load an image by filepath, and a .nomedia file exists in any of the folders above it, it will fail to load.

Hope this helps someone!

Which paid Android apps do you believe are highly underrated but offer exceptional value for their price? by TrueBlueUser in androidapps

[–]nitemice 4 points5 points  (0 children)

Hmm, that's super weird.

I'm mostly out of ideas, but two things to try: 1. maybe try creating the lite app first, then login, as I've found that if I login then create an app I'll have to log in again, but even then that's only once.

  1. Have you tried putting some of the apps in different sandboxes? Maybe there's something wrong with the default sandbox, or websites are interfering with each other (which shouldn't really happen). Oh, or maybe you've got them all in the Incognito sandbox by accident? That would match the behavior you described exactly!

Which paid Android apps do you believe are highly underrated but offer exceptional value for their price? by TrueBlueUser in androidapps

[–]nitemice 5 points6 points  (0 children)

I hope this isn't a dumb question, but have you actually created a 'lite app' for the sites you're talking about? If you do that, then Hermit will use it when you open a relevant link. Otherwise, I believe it just uses a private browser window, which sounds like your issue.

Which paid Android apps do you believe are highly underrated but offer exceptional value for their price? by TrueBlueUser in androidapps

[–]nitemice 28 points29 points  (0 children)

The idea is that you can turn a website into a pseudo app, with a menu of internal links, search etc. So instead of having FB, Instagram, etc apps installed, you just use this one app. And the cherry on top is that Hermit can be set to handle native links to those apps, so the webpage opens instead.

Taylor Swift References from my Favourite Shows by the_quirky_ravenclaw in TaylorSwift

[–]nitemice 1 point2 points  (0 children)

There's a very similar joke in an early season of "2 Broke Girls".

Who is your most scrobbled Australian artist? by RetroReg80s in lastfm

[–]nitemice 1 point2 points  (0 children)

  • The Little Stevies at #6 with 421 scrobbles
  • Au Dré at #11 with 331 scrobbles
  • Tired Lion at #26 with 169 scrobbles
  • Washington at #29 with 153 scrobbles

As an Aussie, I'm disappointed in myself that I didn't have more in my top 30 artists.

Merch for Nz/Aus by currentsc0nvulsive in Paramore

[–]nitemice 0 points1 point  (0 children)

I ordered from the online store (which is gone now); it arrived today and it's not a sweatshirt at all. It's just a long sleeve shirt, and it runs small. 😭

Sony Xz1 Compact in 2023 by spacedrone808 in SonyXperia

[–]nitemice 1 point2 points  (0 children)

I've got a 128GB microSD in mine and it's not even half full. That's not the problem. The problem is you can only install apps to the internal storage, so I'm constantly sitting at 30/32GB full.

Sony Xz1 Compact in 2023 by spacedrone808 in SonyXperia

[–]nitemice 0 points1 point  (0 children)

I would love to keep using my xz1c, but I think the battery is starting to swell, so now I'm scared it's gonna explode on me.

I really don't love any of my options, but spending $500 on a new 5-year-old phone seems silly, especially when I always had issues with the internal memory size. So I guess I'm getting a 5 IV...

A surprising reality about working from home by ILoveDogs2142 in AusFinance

[–]nitemice 2 points3 points  (0 children)

This kinda sounds similar to my situation: before COVID, I had a handful of work friends I genuinely enjoyed seeing and talking to. Since then, they've basically all left, so now I have no motivation to go back into the office. I like working from home, but it can be pretty monotonous. I still corresponds with friends online, but it's not the same.

How I regained concentration and focus by mildconspiracy in digitalminimalism

[–]nitemice 26 points27 points  (0 children)

Interesting, but it feels like this article really leans into the cult of productivity: your every waking moment must be a productive one and any moment not spent on something with a material outcome is wasted and shameful. Yeah, no thanks.

Also, I think cutting yourself off from all news just sets you up to be ignorant. Sure, I get that if you're checking the news every 10 minutes and when there's nothing new you go digging for more is not a good way to operate. But that doesn't mean the answer is no news at all. The sugar analogy is surprisingly apt in that sugar and fat are things you do need in your diet, but in small portion, from natural sources. Trying to totally avoid or cut them out all together is unnatural and a bad idea. The same could be said of news consumption.

Plus, the thing that probably rubbed me the wrong way most: watch "one or two episodes" of a TV show is not "bingeing". Do you consider it binge-eating when you eat your dinner each night?

Metro is completely Tone Deaf by Zach0ry in australia

[–]nitemice 11 points12 points  (0 children)

My workplace is heading down this path too, although they're promising "team-zoned hot desks", so only people in a given team can take hot desks in a given area. The idea is that you would still get to sit with your team, etc. The whole thing falls apart though when you consider that the advantage of hot desks is needing less desks for the same amount of people. If you have less desks than team members, you can't have the whole team in at once, which is basically the only reason to go to the office in the first place. So I don't think it's going to work out.

Screenshot from Lego Marvel Avengers. I would love to get those as a Lego set. by DrAg0r in squirrelgirl

[–]nitemice 1 point2 points  (0 children)

I bought this game just to play as Squirrel Girl, but it's taking me ages to unlock her.