zcshou/gogogo

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 5th, 2026
Created on December 3rd, 2021
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Enabled
Number of forks: 1,277
Total Stargazers: 11,196 (+2)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 days
Mean response time: 16.9 days
90th percentile: 52.6 days
Tracked items: 62

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "question" is answered fastest, typically in about 26 hours, while "bug" waits about 6 days. Only 9% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 7 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • inactive (83)
  • question (36)
  • feature (35)
  • bug (34)

Most active issues this week

Detailed Description

GoGoGo is an Android mock location tool that enables virtual GPS positioning without requiring root access on Android 8.0 and later devices.

The tool addresses the need to modify device location for testing and learning purposes by leveraging Android's debugging API combined with Baidu Maps and location services. It implements location spoofing through a joystick interface that allows free movement simulation, enabling users to change their current position and simulate movement across a map without elevated device permissions.

The project suits developers and learners interested in understanding Android location services and map integration. It provides location modification, joystick-controlled movement, search functionality, coordinate input, and history tracking. The tool is distributed as an installable APK that requires standard app permissions to operate. The README emphasizes this is intended as an educational resource for learning Android and Baidu Maps implementation, and explicitly discourages use for cheating in location-based games or campus fitness applications.

Development activity shows the maintainer actively addresses user issues and maintains the codebase in response to community feedback. The project includes warnings about GPL license compliance and has documented concerns about unauthorized derivative works. The maintainer acknowledges being new to Android development and notes that code quality reflects this learning phase, with technical decisions and challenges documented in an associated blog rather than in formal project documentation.