Giter Site home page Giter Site logo

autumnbox's Introduction




免费,简单,易用的图形化ADB工具箱。

贡献者


简介

秋之盒是一个对谷歌安卓调试桥(Android Debug Bridge)命令行工具进行图形化封装的微软视窗操作系统应用。
“方便小白,帮助老鸟”

  • 技术关键词: C# / .NET 5 / WPF / ADB
  • 支持的操作系统: Windows 7 - Windows 10
  • 运行环境/框架技术: .Net 5 (发布时已自带运行时)

能做什么?

  • 为您的设备刷入第三方Recovery
  • 向设备推送文件
  • 一键激活黑域服务
  • 一键激活冰箱
  • 解锁System,获取完整root控制权
  • 以拓展模块为中心的功能开发**,将来将会支持越来越多的功能

进行AutumnBox拓展模块开发

如果您也是一位开发者,欢迎下载SDK开始开发秋之盒拓展模块。
AutumnBox开发文档

为什么要开发秋之盒模块,而不是写bat/sh/ps1脚本?

  • 无需关心用户设备连接情况
  • 快速达成优雅的图形化交互
  • 你可以根据需要构建自己的”秋之盒发行版“,并向特定用户群发布

对秋之盒主体进行贡献

1.克隆到本地

git clone https://github.com/zsh2401/AutumnBox.git

2.初始化ADB环境

在DEBUG秋之盒的过程中使用的ADB环境来自于外部仓库。在开始你的开发前,需要手动配置环境。 请在仓库根目录,使用powershell执行代码:

./scripts/get_adb.ps1

3.打开项目

使用Visual Studio 2019打开src/AutumnBox.sln即可。

4.编译与运行

将启动项目设置为AutumnBox.GUI,然后按下F5即可以调试模式启动AutumnBox
标准拓展模块会被./src/AutumBox.GUI/build_ext.ps1构建并放置到合适的文件夹,如果修改了模块代码,请重新生成整个项目。

5.贡献

5.1 分支结构

目前秋之盒有以下主要分支:

  • master,稳定可编译的代码,可供新入开发者进行最基础的调试,源码阅读。
  • dev,最新的,正在开发的代码,通常领先于master,并会定期合并到master
  • X.X.X-LTS,特定LTS的维护分支,不再添加新的特性,只是进行问题修复与安全更新。

被以二进制形式大规模分发的稳定版本通常来自于master分支。而canary版本则是来自于dev分支。

5.2 提交代码

请在dev分支的基础上进行开发,Pull Request也请提交到dev分支。

autumnbox's People

Contributors

cryolitia avatar dependabot[bot] avatar monologuechi avatar tragiclifehu avatar zsh2401 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.