RepoPilot

ZCShou/GoGoGo

一个基于 Android 调试 API + 百度地图实现的虚拟定位工具,并且同时实现了一个可以自由移动的摇杆

Mixed

Slowing — last commit 6mo ago

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Slowing — last commit 6mo ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Last commit 6mo ago
  • 5 active contributors
  • GPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: ZCShou/GoGoGo

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T23:35:08.552Z · commit de0d596190c5

Verdict

Mixed — Slowing — last commit 6mo ago

  • Last commit 6mo ago
  • 5 active contributors
  • GPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

GoGoGo (影梭) is a no-root Android location spoofing tool that uses Android Debug API + Baidu Maps SDK to mock GPS coordinates and simulate movement via a free-moving joystick. It allows users to change their device location without ROOT privileges on Android 8.0+ for learning purposes. Single-activity Android app under app/src/main/java/com/zcshou/: core packages include gogogo/ (UI, activities), database/ (SQLite history for locations/searches via DataBaseHistoryLocation.java and DataBaseHistorySearch.java). Native Baidu Map bindings in app/libs/arm64-v8a/ (libBaiduMapSDK_*.so). Proguard obfuscation configured for release builds.

Start here

Open these first:

  • app/src/main/java/com/zcshou/gogogo/MainActivity.java — Primary UI entry point and map interaction controller; orchestrates location spoofing and joystick input handling.
  • app/src/main/java/com/zcshou/service/ServiceGo.java — Core service managing the virtual location broadcasting and Android Debug Bridge (ADB) communication for mock locations.
  • app/src/main/java/com/zcshou/joystick/JoyStick.java — Joystick gesture recognition and coordinate calculation engine; essential for location delta movement.
  • app/src/main/java/com/zcshou/utils/MapUtils.java — Baidu Map SDK integration and coordinate system utilities; handles location-to-map transformations.
  • app/src/main/java/com/zcshou/database/DataBaseHistoryLocation.java — Persistent storage schema for historical location records; enables replay and location history features.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/ZCShou/GoGoGo.git
cd GoGoGo
./gradlew build
./gradlew installDebug  # Deploy to connected Android device (API 27+)

Note: Requires Android SDK 32, NDK 26.2.11394342, and Baidu Maps API key to be configured.

Daily commands:

./gradlew assembleDebug     # Build debug APK
./gradlew installDebug      # Install to device (requires Android device/emulator with API 27+)
adb logcat                  # View logs

Or import into Android Studio (File → Open → select GoGoGo/ root) and click Run (green play icon).

Key cautions & unknowns

  • Slowing — last commit 6mo ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Baidu Maps API Key Required: Not visible in repo; must be obtained from Baidu and injected via Gradle Secrets plugin (com.google.android.libraries.mapsplatform.secrets-gradle-plugin) into secrets.xml. **Hardcoded…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/zcshou/gogogo?axis=fork)](https://repopilot.app/r/zcshou/gogogo)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/zcshou/gogogo on X, Slack, or LinkedIn.

Ask AI about zcshou/gogogo

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/zcshou/gogogo"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>