goldenduo / AGB

A bridge for Android.
202 stars 15 forks source link

AGB
AGB

A bridge for Android.

Introduction

AGB is short for Android Great Bridge.It does not require any root access neither on the device nor on the computer.

Features

1. Reverse Tethering

2. Display and Control

3. Forwards audio

It may only forward audio from apps which do not prevent audio capture. The rules are detailed in capture policy:

  • By default, apps that target versions up to and including to Android 9.0 do not permit playback capture. To enable it, include android:allowAudioPlaybackCapture="true" in the app's manifest.xml file.
  • By default, apps that target Android 10 (API level 29) or higher allow their audio to be captured. To disable playback capture, include android:allowAudioPlaybackCapture="false" in the app's manifest.xml file.

So some apps might need to be updated to support audio capture.

Requirements

The Android application requires at least API 23 (Android 6.0).

Run (simple)

1、Turn on USB debugging in the settings and connect USB

2、Run AGB and click the button on the right

guide

3、The very first start should open a popup to request permission

request

Download

From GitHub:

From CDN:

Status

AGB is constantly adding features.

Donate

request

Contact

Email: goldenduo@qq.com