whatisgithub

What is com.huamax?

gegewu26-source/com.huamax — explained in plain English

Analysis updated 2026-05-18

13KotlinAudience · developerComplexity · 3/5LicenseSetup · hard

In one sentence

An Android Xposed module for rooted devices that reports a fake GPS location to chosen apps, intended for testing location-aware apps.

Mindmap

mindmap
  root((LocationMax))
    What it does
      Fake GPS location
      Per-app targeting
      Xposed module
    Tech stack
      Kotlin
      Android
      LSPosed
    Use cases
      App QA testing
      Automation scripts
      Fleet management
    Audience
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Test how a location-aware Android app behaves in a different city without traveling.

USE CASE 2

Automate location spoofing for QA scripts using broadcast commands.

USE CASE 3

Manage fake-location state across multiple test devices with a remote JSON control file.

What is it built with?

KotlinAndroidXposedLSPosed

How does it compare?

gegewu26-source/com.huamaxfreenetio/fakesnililmuff2/bsml
Stars131313
LanguageKotlinKotlinKotlin
Setup difficultyhardhardmoderate
Complexity3/54/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires a rooted Android device with LSPosed installed, plus an activation code.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

LocationMax is an Android app that lets a rooted device report a fake GPS location to specific apps of your choosing. It is built as an Xposed module, which means it requires a rooted phone running a compatible framework called LSPosed. Once installed and enabled, it intercepts location requests from whichever apps you select and feeds them a custom coordinate instead of the device's real position. The primary stated purpose is app testing and quality assurance. If you are a developer building a location-aware app, you can use this to verify how your app behaves when a user is in a particular city without physically traveling there. You pick a point on a map inside LocationMax, optionally search for a place by name, and then any targeted app sees that point as the device's current location. You can save favorite spots and toggle spoofing on and off from within the app. The module also supports external control, meaning another app or automation script can send broadcast commands to start, stop, or update the location programmatically. There is also a remote JSON control file mechanism for managing enable, disable, and forced-update states across devices, which is aimed at managed distribution scenarios. Installation requires a few steps: install the APK, enable the module inside LSPosed, pick which apps should receive the fake location, then reboot or restart those apps. An activation code is required to use the app, which the README describes as part of a managed distribution flow. The project is based on an earlier open-source tool called XposedFakeLocation and is released under the MIT license. The README includes a clear legal notice: this is intended only for device owners testing their own setups, and using it to commit fraud, evade compliance checks, or violate third-party terms of service is explicitly outside the intended use.

Copy-paste prompts

Prompt 1
Explain how to enable LocationMax as an Xposed module in LSPosed for testing my Android app.
Prompt 2
Show me how to send a broadcast command to LocationMax to update the spoofed GPS coordinate.
Prompt 3
Help me set up a remote JSON control file to manage LocationMax across several test devices.

Frequently asked questions

What is com.huamax?

An Android Xposed module for rooted devices that reports a fake GPS location to chosen apps, intended for testing location-aware apps.

What language is com.huamax written in?

Mainly Kotlin. The stack also includes Kotlin, Android, Xposed.

What license does com.huamax use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is com.huamax to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is com.huamax for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.