All Projects → act262 → Androiddeveloptools

act262 / Androiddeveloptools

Android开发工具助手

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androiddeveloptools

Adb Enhanced
🔪Swiss-army knife for Android testing and development 🔪 ⛺
Stars: ✭ 808 (+4652.94%)
Mutual labels:  developer-tools, android-development
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+158.82%)
Mutual labels:  android-development, developer-tools
Shipr-Community-Android
Shipr Social is the Multi Platform Chat Project for Developers
Stars: ✭ 21 (+23.53%)
Mutual labels:  android-development, developer-tools
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (+3858.82%)
Mutual labels:  developer-tools
Puppeteer Api Zh cn
📖 Puppeteer中文文档(官方指定的中文文档)
Stars: ✭ 697 (+4000%)
Mutual labels:  developer-tools
Headcrab
A modern Rust debugging library 🦀
Stars: ✭ 756 (+4347.06%)
Mutual labels:  developer-tools
B4linuxinstall
A bash script for installing B4X RAD tools in Linux systems
Stars: ✭ 6 (-64.71%)
Mutual labels:  android-development
Android Oss
Kickstarter for Android. Bring new ideas to life, anywhere.
Stars: ✭ 5,627 (+33000%)
Mutual labels:  android-development
Parity
Shell commands for development, staging, and production parity for Heroku apps
Stars: ✭ 801 (+4611.76%)
Mutual labels:  developer-tools
Conferences.digital
👨‍💻Watch the latest and greatest conference videos on your Mac
Stars: ✭ 751 (+4317.65%)
Mutual labels:  developer-tools
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+4270.59%)
Mutual labels:  developer-tools
Revise.jl
Automatically update function definitions in a running Julia session
Stars: ✭ 705 (+4047.06%)
Mutual labels:  developer-tools
Android Next
Android Next 公共组件库
Stars: ✭ 768 (+4417.65%)
Mutual labels:  android-development
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+159947.06%)
Mutual labels:  developer-tools
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (+4505.88%)
Mutual labels:  android-development
Bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
Stars: ✭ 730 (+4194.12%)
Mutual labels:  developer-tools
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+33682.35%)
Mutual labels:  developer-tools
Tddd
A Laravel Continuous Integration Package
Stars: ✭ 722 (+4147.06%)
Mutual labels:  developer-tools
Awesome Ios Interview
📲 The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Stars: ✭ 753 (+4329.41%)
Mutual labels:  developer-tools
Graph Node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Stars: ✭ 884 (+5100%)
Mutual labels:  developer-tools

Android开发助手README

基本功能如下图所示:

screenshot


本应用设置方式参考 系统设置模块Settings模块 Frameworkcmds模块

大部分功能不能直接使用,可用反射方式设置系统属性,部分功能需要root权限才能正常使用。


SystemProperties

系统属性设置,可以在shell中调用,方便测试使用

# 获取所有的键值对
getprop
# 获取指定键的值
getprop key
# 设置指定键值对
setprop key value

Settings.System、Settings.Global、Settings.Secure

全局设置,需要系统权限,所以在执行时以root用户执行的命令 对应的shell命令settings命令

settings list system
settings get system show_touches
settings put system show_touches 0

感谢万能的IconFont,本应用所有图标资源均来自IconFont

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].