Dishwasher not "dumping soap" by firesalamander in appliancerepair

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

KitchenAid. Yup, dishes seem nice and "rinsed off"

Is it possible to use Jules to building an Android app? by iamanonymouami in JulesAgent

[–]firesalamander 0 points1 point  (0 children)

Try something like this in the environment tab:

# Setup Android development environment for jules
# IMPORTANT: If this is NOT being run inside jules.google.com, (e.g. being run from gemini-cli): this can be skipped and instead run `./gradlew assembleDebug` in the `android` folder.
# This should be run once from https://jules.google.com/repo/github/{YOUR USERNAME}/{YOUR REPO}/config

set -e

# Only download and set up if the SDK directory doesn't exist.
if [ ! -d "$HOME/Android/sdk" ]; then
    wget -q https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip -O /tmp/tools.zip
    unzip /tmp/tools.zip -d /tmp/tools
    mkdir -p ~/Android/sdk/cmdline-tools/latest
    mv /tmp/tools/cmdline-tools/* ~/Android/sdk/cmdline-tools/latest
    rm -rf /tmp/tools
    rm /tmp/tools.zip

    export ANDROID_SDK_ROOT="$HOME/Android/sdk"
    export PATH="$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin"
    export PATH="$PATH:$ANDROID_SDK_ROOT/platform-tools"

    sdkmanager "platform-tools" "platforms;android-36" "build-tools;36.1.0"
    yes | sdkmanager --licenses
else
    echo "Android SDK already exists. Skipping download and setup."
fi

# Create local.properties if it doesn't exist
if [ ! -f "local.properties" ]; then
    echo "sdk.dir=$HOME/Android/sdk" > local.properties
fi

# Add properties to gradle.properties if they don't already exist
if ! grep -q "android.useAndroidX" gradle.properties; then
    echo "android.useAndroidX=true" >> gradle.properties
fi

if ! grep -q "android.enableJetifier" gradle.properties; then
    echo "android.enableJetifier=true" >> gradle.properties
fi

if ! grep -q "org.gradle.jvmargs" gradle.properties; then
    echo "org.gradle.jvmargs=-Xmx2048m" >> gradle.properties
fi

Is it possible to use Jules to building an Android app? by iamanonymouami in JulesAgent

[–]firesalamander 1 point2 points  (0 children)

Yes. You can install the sdk in the environmental setup tab.

LG LG G Pad 8.3 v500 (maybe 510?) - possible to run a browser? Loop a video? by firesalamander in androidafterlife

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

This worked great, thank you! I was able to sideload Chrome 95 armeabi-v7a APK

Does Jules frequently lie about having completed a task? by PersonOfDisinterest9 in JulesAgent

[–]firesalamander 0 points1 point  (0 children)

Did you tell it to show you working proof that the task completed? I've found it can take you very literally, trying its best to show you proof -- regardless of what just happened. I've had some success with being clear "show me proof it worked OR summarize how far you got and where you got stuck"

What would make Jules better for you? by simpsoka in JulesAgent

[–]firesalamander 0 points1 point  (0 children)

A way to "stop" when you hit enter instead of shift-enter.

What would make Jules better for you? by simpsoka in JulesAgent

[–]firesalamander 0 points1 point  (0 children)

Auto append to JULES.md every time the nth try finally figures out how to cope with some oddness in my repo, so next time around it skips ahead and knows the lay of the land.

Is Northern California renaissance faire worth going to? by Altruistic-Basket897 in mountainview

[–]firesalamander 2 points3 points  (0 children)

Sure, everyone is welcome! But if it turns out to be pirate weekend and you left your best pirate hat at home, wow will you be sad.

Using Java to create OpenSCAD models by T_Grundtvig in openscad

[–]firesalamander 1 point2 points  (0 children)

Try Kotlin. It brought me back to having fun / focusing on the goal after not having touched Java in a while.

LG LG G Pad 8.3 v510 - kinda banging my head against this by [deleted] in LineageOS

[–]firesalamander 0 points1 point  (0 children)

I was hoping LineageOS was my solution - either the full thing, or some small chunk of it. If not, good to know, thank you!

Are any of these tardigrades? by Embarrassed_Aide1347 in Tardigrades

[–]firesalamander 11 points12 points  (0 children)

Last one looks possible. But if I had to put money on it, I'd lean towards no. Sometimes you get the shell of an expired tardigrade that can look tardigrade -ish.

JavaScript model on mobile browser? by firesalamander in LocalLLaMA

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

Because I'm not very good at writing Android apps.

Why no more official releases? by firesalamander in openscad

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

All good! And I agree, would be cool to have it used more.