pocopaw v1.0.2
pocopaw v1.0.2 Release Notes
Release Artifact
- Version Name: 1.0.2
- Version Code: 3
- Variant: release
- File: app/build/outputs/apk/release/app-release-signed.apk
- SHA256: 24FD130304249DBB048FF4957C802BA1DCF00DCF490762510CCB57AD55196D01
- Notes: signed installable release APK.
Post-Release Hotfix Included
- Restore Shizuku settings section visibility in release build.
- Enable Auto prepare on startup switch in release build.
- Enable startup auto-bootstrap path in release build.
Highlights
- Enforced onboarding order for key setup actions.
- Add message share/copy and photo upload support.
- Add voice STT and TTS support.
- Demo ready:
- Model provider: Deepseek/Qwen (1M demo token).
- Search provider: Aliyun OpenSearch.
- Voice: Domestic Tencent ASR.
Shizuku Setup (Added)
1) Download Shizuku
Pick either source:
- Official site: https://shizuku.rikka.app/download/
- GitHub releases: https://github.com/RikkaApps/Shizuku/releases
Install and open Shizuku on your phone.
2) Pair and Start via Wi-Fi (No USB-root required after setup)
Prerequisites:
- Phone and computer are on the same Wi-Fi network.
- Developer options enabled on phone.
- Wireless debugging enabled on phone.
Steps:
- In Shizuku, choose Start via wireless debugging.
- Tap Pairing in Android wireless debugging panel and note pairing code and port.
- On PC, run:
- adb pair <phone_ip>:<pairing_port>
- Enter pairing code when prompted.
- Then connect debug channel:
- adb connect <phone_ip>:<adb_port>
- Return to Shizuku and tap Start (or authorize if prompted) until status is running.
Example (replace placeholders):
- adb pair 192.168.1.23:37123
- adb connect 192.168.1.23:41739
3) Configure Shizuku in pocopaw
In pocopaw:
- Open Settings.
- Locate Shizuku bootstrap section.
- Verify Shizuku status is available/running.
- Tap Prepare with Shizuku.
- Grant Shizuku API permission when prompted and verify prerequisites complete.
- Enable Auto prepare on startup if you want startup auto-bootstrap.
- Confirm top status row updates (for example, Shizuku status and related readiness).
Screenshots (User-Provided)
- Screenshot 1: Shizuku main page showing wireless flow and running status.
- Key actions highlighted: Pairing -> Start (via Wireless debugging).
- Screenshot 2: pocopaw Settings page Shizuku bootstrap section.
- Key actions highlighted: Prepare with Shizuku and Auto prepare on startup switch.
Upgrade Notes
- Existing installs may require one clean launch after update to refresh onboarding state.
- If onboarding/testing state is inconsistent, clear app data and relaunch.
QA Checklist
- First launch defaults to Settings page.
- Onboarding buttons highlight in order:
- one-off tool discovery
- accessibility settings
- screen capture
- After all three steps are completed, UI auto-switches to chat.
- Second launch enters chat directly.
- Shizuku setup path works end-to-end with Wi-Fi pairing.