Everyone can have a free "bean bag phone": two AI assistants that can automate mobile phones without a computer
found that many friends are looking for AI assistants that can be automated without computer or mobile phone installation, realizing functions such as automatic reply messages, cross-App ticket grabbing, and regular group blessings. Let's share the 2 open source apps I found. The download addresses of the 2 apps will be provided in the article
01
Roubao (meat buns)
an APP mentioned by netizens in a previous message, this Roubao (meat bun), can be used when installed. No computer, no cable, no technical background required. Open the app → configure the API Key → say what you want to do → done.
open source introduction "Roubao" uses a visual language model (VLM) + multi-agent collaboration architecture to allow mobile phones to understand screen content, understand natural language instructions, and independently plan operation steps.
🔧 highly customizable
supports a variety of VLMs: Alibaba Cloud Tongyi Qianwen, OpenAI GPT-4V, Claude, etc
preset API service providers: Alibaba Cloud, OpenAI, OpenRouter, custom one-click switching
dynamically fetch a list of available models from the API, supporting fuzzy search
configurable custom API endpoints that support local models (Ollama, vLLM, etc.)
🔐Security Protection
API Key encrypts storage with AES-256-GCM
detects sensitive pages like payments, passwords, etc., automatically stop
the entire task execution process is visible, and the floating window displays the progress
can manually stop the task at any time
optional cloud crash escalation (can be turned off in settings)
🔓Root mode supports
when Shizuku is running with root privileges, the meat pack can enable root mode:
Root Mode: Unlock more system-level operational capabilities
su command: Allows the execution of su -c commands (with caution)
Auto-Detect: Automatically detects Shizuku permission level (ADB/Root), which is grayed out and not available in non-root environments.
pre-requirement
Android 8.0 (API 26) or later
WiFi Network - Shizuku Wireless Debugging relies on WiFi connectivity, ensuring that the phone is connected WiFi
Shizuku - Used to obtain system-level control permissions
VLM API Key - Requires the API key of the visual language model (I chose the glm-4.6v-flash free vision model of Zhipu bigmodel.cn)
installation steps
1. Installing the meatpack
download the latest APK installation from the Releases page.
download address provided at the end of the article
2. Configure API Key
open the meat bun App
go to the settings page and configure your API Key
go to the bigmodel.cn to register an account (those who have already registered can skip it). )
click on your avatar and select the box above to add a new API Key
click on your avatar and select the box above to add a new API Key
fill in the API interface of Zhipu here
https://open.bigmodel.cn/api/paas/v4 fill in your own API Key
to fill in the visual model, I fill in the free glm-4.6v-flash
3. Install Shizuku
Shizuku is an open-source tool that allows normal apps to gain ADB permissions without rooting.
scroll down on the meat bun settings page, click on the red box in the picture below to see the shizuku download address.
click to download and install.
have already obtained the rooted phone, you can directly click to start after running Shizuku. If you don't get root, please see the next step.
then authorize the app.
boot method without root (choose one of the two):
-
wireless debugging (recommended, requires Android 11+)
go to Settings > Developer Options > Wireless Debugging
enable wireless debugging
select "Wireless Debugging" method in the Shizuku App to start
-
Computer ADB
computer and turn on USB debugging
Execution:
adb shell sh /storage/emulated/0/Android/data/ moe.shizuku.privileged.api/start.sh 4. Run a test meatpack
all the steps are complete, it's time to test.
02
Open-AutoGLM-Android
features
🤖AI-Powered Automation: Use AutoGLM visual language models to understand screen content and perform actions
📱No ADB required: Completely based on Android accessibility services, no need to connect to a computer
🎯Natural Language Control: Describe tasks using natural language, and AI automatically plans and executes
🔄Conversational Interaction: Supports multi-step tasks, where the AI remembers the context and continues with the
🛠️Easy to Use: Clean interface with just enter a task description
System Requirements
Android version: Android 11 (API 30) or later
Device requirements: Android devices that support accessibility services
Network Requirements: A network connection is required to access AutoGLM API
Permission Requirements:
accessibility permissions (required)
network access (required)
query all app permissions (to launch apps)
Steps to use
1. Install the app
download the APK file from the Release page and install it on your Android device.
2. Configure API
open the app and go to the Settings page
still apply for API on the Zhipu platform Key
fill in the following information:
API Key: Your Smart Spectrum API Key
Base URL: Default to
https://open.bigmodel.cn/api/paas/v4 Model Name: Default to autoglm-phone
click on "Save Settings"
3. Enable accessibility services
on the settings page, click the "Go to Settings" button
find "open-AutoGLM-Android" in the system accessibility settings
Accessibility
return to the app and confirm that the status shows "Enabled"
set the App's Power Consumption/Battery Policy to Unlimited/Unrestricted in the system settings to prevent tasks from being terminated by the system after switching to the background
4. Get started
My old mobile phone does not meet the requirements, the main mobile phone should not be used to test this thing, welcome to test the message of friends with conditions.
download address:














Comment List