Skip to content
View WenCoderForMobile's full-sized avatar
  • 06:07 (UTC -12:00)

Block or report WenCoderForMobile

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WenCoderForMobile/README.md

中文English

Hi, I'm Wen 👋

Developer focused on intelligent terminals. This space shares on-device tools, demos, and AI on mobile. All personal research outside of work.

On-device analysis

  • APK analysis: unpacking, common metadata extraction, and signature analysis
  • On-device analysis: installed app inspection and app signature analysis on device
  • System images: unpacking and analyzing Android version images

Mobile AI

  • Automated app / mini-program development platforms
  • Android-based voice input: (android-vad-asr-demo) On-device VAD + ASR demo based on sherpa-onnx VadAsr, fully offline
  • Simulating offline (disconnected-from-cloud) interaction via ADB

Pinned Loading

  1. android-vad-asr-demo android-vad-asr-demo Public

    Android arm64-v8a demo for on-device VAD + ASR, based on sherpa-onnx VadAsr.

    Kotlin 1

  2. android-device-cloud-ngrok android-device-cloud-ngrok Public

    Minimal Android device–cloud echo demo: the phone sends a message, a local PC echoes it back. The channel uses ngrok (no real cloud, no fixed IP). Optional on-device sherpa-onnx speech.

    Kotlin 1

  3. android-device-cloud-adb android-device-cloud-adb Public

    Minimal Android device–cloud echo over USB adb reverse: phone talks to 127.0.0.1, PC agent replies. Pair of android-device-cloud-ngrok.

    Kotlin 1