随着android studio版本的不断升级,需要的Gradle也是不断升级 看下gradel各版本对应关系 https://developer.android.google.cn/studio/releases/gr…
分类:安卓
反编译工具dex2jar
文件名的意思很明白,就是dex转成jar, 反之jar转dex也可以,同时也可以直接转为smali 新版名称:dex-tools-2.1 转为jar用于jd-gui工具查看源码 开源下载: https://github.…
android 安卓端openwrt软路由
把旧手机改造成软路由,继续发挥余热 https://github.com/droiter/openwrt-on-android
实现http轻量服务器
用nanohttpd是比较轻量的,而且跨平台,一个jar想怎么弄都可以 https://github.com/NanoHttpd/nanohttpd/releases 另外一个安卓的 https://github.com…
小米5x刷机包第三方rom
卡刷 https://crdroid.net/tiffany/7
在已root安卓上跑linux
有了这个Linux,你的旧手机就可以发挥余热了 https://github.com/meefik/linuxdeploy https://github.com/termux/termux-app https://git…
安卓手机pxeboot引导电脑系统
是e4a的开源 无盘和装系统可以用pxeboot来开机引导 官方 b.chenall.net 开源 https://github.com/chenall/Android-PXEBoot
开源安卓多开之炼妖壶island
开源官方 https://github.com/oasisfeng/island 免root在安卓上面虚拟一个空间来运行应用,类似和沙箱一般,这软件是开源免费。 上帝模式,可以冻结不活动的应用。
Termux安卓终端模拟和linux环境
在安卓上调试运行linux系统的app 官网 https://termux.com/ 开源 https://github.com/termux/termux-app