โจ Daily Romantic & Respectful Quotes
๐น Love Tips & Sweet Vibes with Courtesy
๐ Positivity & Royal Motivation
๐ฎ Knowledge of Magic Arts & Spiritual Wisdom
๐ป Insights into Mystical & Paranormal Studies
https://t.me/+b5ocKjv-j90wMzM1
๐น Love Tips & Sweet Vibes with Courtesy
๐ Positivity & Royal Motivation
๐ฎ Knowledge of Magic Arts & Spiritual Wisdom
๐ป Insights into Mystical & Paranormal Studies
https://t.me/+b5ocKjv-j90wMzM1
โค1
Forwarded from ๐๐๐๐ | ๐๐๐
Here is a another agentic AI, that can build and clone any app
Link ยปยป
You can create and publish app using this
dont over use โค๏ธ๐
ex: spotify, facebook, insta
Link ยปยป
You can create and publish app using this
dont over use โค๏ธ๐
ex: spotify, facebook, insta
Lovable
Join Lovable - Build for the web 20x faster
You've been invited to join Lovable! Build software products using only a chat interface. Create web apps 20x faster with AI.
devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks.
pkg update && pkg upgrade
pkg install git rsync jq
git clone https://github.com/ezaco-dev/devmode.git
cd devmode
mkdir config
chmod +x devmode.sh
Create a shortcut
export DEVMODE_ALIAS="alias devmode='~/devmode/devmode.sh'"
[ -n "$PS1" ] && eval "$DEVMODE_ALIAS"
[ -n "$ZSH_VERSION" ] && source ~/.zshrc ([ -n "$BASH_VERSION" ] && source ~/.bashrc [ -f ~/.profile ] && source ~/.profile)
Command List
1. Creating workspace
devmode set-new-workspace
devmode set
2. Remove workspaces
devmode remove-workspace
devmode rm
3. Run the program
devmode run
devmode
GitHub
GitHub - ezaco-dev/devmode: devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks.
devmode is a programming tool when you are coding on your phone, it helps to filter files with symlinks. - ezaco-dev/devmode
โค3๐ฅ1
ADBash allows you to automatically connect to your device's ADB Shell using a Bash shell from Termux. You don't need root access, making it suitable for most Android users. The tool simplifies the process of executing ADB commands and enhances your device's functionality.
Download & Install
To get ADBash, visit this page to download the latest version:
Download ADBash
GitHub link ๐
Download & Install
To get ADBash, visit this page to download the latest version:
Download ADBash
Download ADBash:
Run the following command in Termux:
wget [insert download link for ADBash]
Set Permissions:
Change the permissions to make the script executable:
chmod +x ADBash
Run ADBash:
Start ADBash by typing:
./ADBash
Connect Your Device:
Make sure your Android device is connected to your computer with USB debugging enabled.
Check Device Connection:
adb devices
Access Shell:
adb shell
Install an App:
adb install [app.apk]
GitHub link ๐
โค2