https://github.com/xero/text0wnz
i just released v2.1.0 of my web based text-mode art editor! installs as a pwa, uses local storage, exports files as ansi, xbin, nfo, unf8 txt, and a collaborative server backend for secure realtime multi-user drawing w/ chat!
#ascii #asciiart #ansi #ansiart #xbin #textart #textmode #pixelart #sceneart #artscene
How annoying..
Recent #android made %#system /bin" so hard to write to, that I can no longer reliably remount it in shell (as su)

Guess I need to use xbin now (Not sure if I should blame #Magisk or #Google ..  )

Lets use #xbin from now on (and enjoy my bin's getting overwitten each boot ..
Hello zshaolin #imagemagick  )

#!/bin/bash

echo -n "Enter the binary name (must exist in Termux bin dir): "
read BIN_NAME

SRC_BIN="/data/data/com.termux/files/usr/bin/$BIN_NAME"
TARGET_BIN="/system_ext/xbin/$BIN_NAME"

if [ ! -f "$SRC_BIN" ]; then
echo "Error: Source binary '$SRC_BIN' does not exist."
exit 1
fi

echo "Remounting /system_ext as read-write..."
su -c "mount -o rw,remount /system_ext" || {
echo "Failed to remount /system_ext rw, trying /system..."
su -c "mount -o rw,remount /system" || {
echo "Failed to remount /system rw"
exit 1
}
}

if [ ! -d "/system_ext/xbin" ]; then
echo "Directory /system_ext/xbin does not exist, creating it..."
su -c "mkdir -p /system_ext/xbin" || { echo "Failed to create directory"; exit 1; }
su -c "chmod 755 /system_ext/xbin" || { echo "Failed to chmod directory"; exit 1; }
fi

if [ -f "$TARGET_BIN" ]; then
echo "Backing up existing $TARGET_BIN to ${TARGET_BIN}.bk"
su -c "mv $TARGET_BIN ${TARGET_BIN}.bk" || { echo "Failed to backup existing binary"; exit 1; }
fi

echo "Copying $SRC_BIN to $TARGET_BIN"
su -c "cp $SRC_BIN $TARGET_BIN" || { echo "Failed to copy binary"; exit 1; }

echo "Setting executable permission on $TARGET_BIN"
su -c "chmod 755 $TARGET_BIN" || { echo "Failed to chmod"; exit 1; }

echo "Remounting /system_ext as read-only..."
su -c "mount -o ro,remount /system_ext" || {
echo "Failed to remount /system_ext ro, trying /system..."
su -c "mount -o ro,remount /system" || echo "Warning: failed to remount /system ro"
}

echo "Done! You can now run $BIN_NAME from /system_ext/xbin/"




#termux

#repost •acws #acws #ImissKitKat

MIST0525/HORTAU-SHAPE_003

Mistigram: I don’t know if it’s a dimension door or a space elevator, but in any event this man is waiting for the doors to open so he can embark on his journey. This #textmode illustration (taking advantage of XBIN character remapping) by @hortau was included in the new science fiction-themed MIST0525 artpack collection.

#ANSIArt #elevator #Hortau #MIST0525 #monolith #textmode #Xbin