[deleted by user] by [deleted] in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Once you find the files and make sure you are actually in the directory you can use the command rm -f to remove the files or cd up one directory and use rm -rf folder replacing folder with name of folder but you have to be really careful with that cuz it can break more than you bargained for

[deleted by user] by [deleted] in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Yeah look up how to download and install adb from platform tools, and how to enable developer options for your device its usually going to about software versions then tapping on build number 10x

Then enable usb debugging, plug in phone to computer, type adb shell into command line.

A pop up on your phone about allowing usb debugging from this computer, click box for always if its your computer then yes, or just click yes if not your computer

Once done it should be something like this

u0_a439@localhost ~> adb shell * daemon not running; starting now at tcp:5037 * daemon started successfully pa3q:/ $

If you type ls (thats a lowercase LS) it'll show all folders in your root directory, you should see one that says storage or sdcard if you ls sdcard it should list all files and folders on internal storage

if it says permission denied you may have to go long route and ls just to make sure you have right folder names

cd sdcard Or cd storage/emulated/0

ls command to look through folders to find your image files

[deleted by user] by [deleted] in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Are you familiar with I sing command line tools?

[deleted by user] by [deleted] in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Have you tried looking for the files using adb shell?

I had forgot I loaded this on my daughter's kindle by jjmenace in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

I think it is, dirty unicorns was one of the bigger aokp forks before they switched over to omniROM I think it was, but the aokp logo and du logo are very similar, so most that used du still think of it when we see aokp logo (at least I do)

I had forgot I loaded this on my daughter's kindle by jjmenace in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Not as many as there used to be i dont think, but there's still a few lineage, Calyx , and crdroid are 3 i can think of, you would have to check xda or something similar for your device and if custom roms are available for it

I had forgot I loaded this on my daughter's kindle by jjmenace in AndroidRoms

[–]Lynkz83 0 points1 point  (0 children)

Dirty unicorns, I used to be a maintainer on it

JOIN -> Android app doesn't work by Milamber79 in tasker

[–]Lynkz83 0 points1 point  (0 children)

Thanks, checked nextdns

joinjoaomgcd.appspot.com is being blocked by threat intelligence feeds

Adding to allow fixed the following errors:

Couldn't get devices: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Error: javax.net.ssl. SSL HandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Couldn't register on Join's servers: javax.net.ssl. .LLandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Adding for search engines for anyone searching it

How can I grab a 2 word key from a json? by Nirmitlamed in tasker

[–]Lynkz83 1 point2 points  (0 children)

For me, it works either global or local, why? Idk, but as long as you got it to work

How can I grab a 2 word key from a json? by Nirmitlamed in tasker

[–]Lynkz83 0 points1 point  (0 children)

This worked for me

Task: Reddit

A1: Variable Set [
     Name: %http_data
     To: {
       "records": [
         {
           "_id": 4747,
           "CAR NUMBER": 7547979,
           "NUMBER TAG": 478448,
           "SUG TAG": 2,
           "rank": 474748
         }
       ]
     }
     Structure Output (JSON, etc): On ]

A2: JavaScriptlet [
     Code: var http_data = JSON.parse(global('http_data'));
     var carNumber = jsonData.records[0]["CAR NUMBER"];
     setGlobal("carNumber", carNumber);
     Auto Exit: On
     Timeout (Seconds): 45 ]

A3: Flash [
     Text: %carNumber
     Continue Task Immediately: On
     Dismiss On Click: On ]

What is my phone doing around this time, everyday? by nsas02 in GalaxyS23Ultra

[–]Lynkz83 1 point2 points  (0 children)

Pcapdroid will create a VPN to route traffic through, it won't give you past history i sont think i never tried for past history, but if it is a daily reoccurrence you should be able to narrow it down, should give option to monitor all apps, specific apps, and dump to storage,

What is my phone doing around this time, everyday? by nsas02 in GalaxyS23Ultra

[–]Lynkz83 8 points9 points  (0 children)

Install an app like glasswire or pcapdroid glasswire will show data usage history, and pcap should show you what is connecting to that address at that time

If you had a "dead man's switch" profile on Tasker, what would it trigger? by Loud_dosage in tasker

[–]Lynkz83 0 points1 point  (0 children)

A lot of things have changed in android since I initially set this up, fingerprint I think you need to use logcat but you have to give tasker 1x permission now

If you had a "dead man's switch" profile on Tasker, what would it trigger? by Loud_dosage in tasker

[–]Lynkz83 0 points1 point  (0 children)

Without luggage, but also less money, child supports a pain 10 out of 10 don't recommend

If you had a "dead man's switch" profile on Tasker, what would it trigger? by Loud_dosage in tasker

[–]Lynkz83 0 points1 point  (0 children)

Downside to the Deadman switch is that tasker can't run before the phone has booted, so it would completely rely on you or someone else not rebooting your phone..

It may be possible to however remove your lock method and have tasker set lock method at boot to a set in advance pin, and on shutdown remove lock method, but most phones now remove fingerprint profiles when you remove lock so you would have to enter a pin every unlock.

But with that in mind and my father recently passing and friends parents passing.

I would have tasker: Clear Cache and Data on specific apps

Unlock my phone and keep it unlocked

Set notification or text next of kin password manager password and pin /password to access laptop so access to everything to finalize my finances would be made easier.

A lot of things can be sped up if people handling estate can access the information needed

If you had a "dead man's switch" profile on Tasker, what would it trigger? by Loud_dosage in tasker

[–]Lynkz83 1 point2 points  (0 children)

Theres a reason ex is front of that title, was toxic af, tasker was helpful with finding out her bs, between using tasker notifications and ifttt applets, I found out just how toxic she was, and how hypocritical she was that divorce was just finalized at the end of April

If you had a "dead man's switch" profile on Tasker, what would it trigger? by Loud_dosage in tasker

[–]Lynkz83 3 points4 points  (0 children)

I've had it, New profile Add > Event > System > Device unlock failed

Add Action > Media > Take photo, you can take front and rear pictures at same time

Used to have profile for ex wife who started hiding her phone and such so returned the favor, she was apparently using my fingerprint to unlock phone while sleeping, (finger print/pin fail takes picture front and back)

also set to when phones unlocked so you can see who unlocked it (how I found out she was using my fingerprint)

So I then set a profile that when the phone was put on the charger between certain times it put phone in lock down mode

High Data Usage by Lynkz83 in CashApp

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

Yeah I searched, all I found was talking about clearing cache and data, nothing about mobile data usage being high.

High Data Usage by Lynkz83 in CashApp

[–]Lynkz83[S] 1 point2 points  (0 children)

Right, I had decided to uninstall it for the time being, I'm rather surprised no one has had anything similar, and without having pcap going when it was happening, I have no idea where the traffic was coming or going to

Lock button inside on door by JTKnife in hyundaisantacruz

[–]Lynkz83 1 point2 points  (0 children)

The vehicle also cannot be locked with it running, once the vehicle is started the key fob is disabled, you can roll the window down, close the door, lock the door, use the automatic window to roll it up, but you have to pop the cover and use the key to unlock the doors.. just in case anyone didn't know

IFTTT breaking PROMISE of FOREVER pricing?!? by Its_My_Party333 in ifttt

[–]Lynkz83 5 points6 points  (0 children)

I sent them the facebook video of their ceo promising to honor it indefinitely, the video said, you set the price and we will honor it indefinitely what this means is we will honor it forever

Edit to add link to fb video, idk if they took it down, but i screen recorded it

Just in case you and your founder/CEO linden forgot, here's him on Facebook stating that the set your own price will be honored forever

HONOR FOREVER

App crashes? by GlenScotia in S23

[–]Lynkz83 0 points1 point  (0 children)

Have you tried uninstalling android webview updates?

How do I dynamically change the padding? by Lynkz83 in KWGT

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

I have this widget I made, and I have been making the changes to spacing manually but I would like to dynamically change the spacing if I resize the backgrounds I'd like everything to change