• 2 Posts
  • 69 Comments
Joined 2Y ago
cake
Cake day: Jun 23, 2023

help-circle
rss

Unlikely. But in other news, Citizen’s Lab has found a host of kernel level zero-days that Cellebrite has used that affect all Android phones.


It’s a pretty popular desktop client, and the migration of K9 into Tbird for Android was a good thing.





Installs all apk files in a given folder to a connected device.

#!/bin/bash

# Check if directory argument is provided
if [ $# -ne 1 ]; then
    echo "Usage: $0 <directory_path>"
    exit 1
fi

# Store directory path
APK_DIR="$1"

# Check if directory exists
if [ ! -d "$APK_DIR" ]; then
    echo "Error: Directory '$APK_DIR' does not exist"
    exit 1
fi

# Check if adb is available
if ! command -v adb &> /dev/null; then
    echo "Error: ADB is not installed or not in PATH"
    exit 1
fi

# Check if any device is connected
if ! adb devices | grep -q "device$"; then
    echo "Error: No Android device connected"
    exit 1
fi

# Count total APKs
total_apks=$(find "$APK_DIR" -name "*.apk" | wc -l)
if [ "$total_apks" -eq 0 ]; then
    echo "No APK files found in '$APK_DIR'"
    exit 1
fi

echo "Found $total_apks APK file(s)"
echo "Starting installation..."

# Counter for successful and failed installations
success=0
failed=0

# Find and install all APK files
find "$APK_DIR" -name "*.apk" | while read -r apk_file; do
    echo -n "Installing $(basename "$apk_file")... "
    
    if adb install -r "$apk_file" &> /dev/null; then
        echo "SUCCESS"
        ((success++))
    else
        echo "FAILED"
        ((failed++))
    fi
done

# Print summary
echo
echo "Installation complete!"
echo "Successfully installed: $success"
echo "Failed installations: $failed"
echo "Total APKs processed: $total_apks"

Is this going to be another one where they fuck up the recog, cancel your google account and report you to the cops because you text pics of your kid to his doctor?



I’ve used this as well, it’s capable enough, and it’s free as in beer. I didn’t see where it was opensource though.



Which great actor are we talking about here? Robert Duvall? Brad Pitt? Dwayne Johnson?

I think which actor will be interpreting my communication, presumably on stage, makes a huge difference.


Nice concept. Can I suggest you make use a searchable table control for the results?


Scott Hamill had no career to speak of after Star Wars, which probably explains his voice acting proclivity. Ford had no such problems.

Edit: derp. Mark Hamill.


There’s a lot of different podcasts in the whole LNL package if you subscribed to the Ad-free feed. It’s 7 different shows and a few of them are over 200 episodes.


Are you me? Pretty much the same except with Late Night Linux added.


Jesus, their device download page is a hot mess.



Don’t most password managers also have TFA builtin?



I might give it a try then, Calibre library support builtin is a dealbreaker for me and it wasn’t obvious in the description.

Thanks.


Librera (ebook reader)

Does it do OPDS for Calibre integration? I don’t see that in the features.


That fucking site’s cookie banner can suck my rectum. Not even going to bother.





As a farmer, I love this app. Great backend and UI, and generally very accurate. This will be the second year I use it to time fieldwork and spraying since the wind information has been spot on.


That’s still far from little known. If we’re going by public perception, nobody knows wtf BYD is either. If we’re going by industry knowledge, both are 300 lb gorillas. And I’m suspecting something wrong with that number, because CATL was the undisputed big boy in vehicle batteries a couple years ago.

https://web.archive.org/web/20231118144913/https://www.nytimes.com/2021/12/22/business/china-catl-electric-car-batteries.html


LiFePO4, it’s the current standard chemistry for most high current applications


Little known?

That’s ridiculous. They pretty much control the LFP market.


What, do you think banks have the money for storing all those extra unnecessary characters? MS Access databases are only so powerful.


He’s trash and the people that defend him are useful idiots.


Yah, the Florisboard comments always weird me out. There isn’t a chance in hell I’m using a keyboard without an autocorrect. Everyone must type perfectly with their thumbs except me.



Going to time this one with my head of lettuce…

https://en.wikipedia.org/wiki/Liz_Truss_lettuce


Dude. Uninstall it, walk away, get a hobby with that $2000. Something you always wanted to do that’s on your bucket list. There’s no way playing a P2W game was on your bucket list.

Buy a guitar, take some lessons. That would be way more fulfilling than playing something in a virtual town square for imaginary tips.


Wouldn’t be an SMS discussion without someone patting themselves on the back because they use use some corpo app.


The android NC client will backup contacts and calendar to hidden files on Nextcloud. Go into the app settings.


Carb manager. IDK if it tracks exercise, but it’s of minimal use anyway. You can’t run enough to make a donut go away. You can’t outrun a bad diet is very true IME.


Didn’t the Patagonia owner do something like that?




Putting things like a back arrow on the upper left is just asshole design, for starters.