09 2018 档案
摘要:去除网络X的方法 adb shell settings put global captive_portal_https_url http://g.cn/generate_204 自己用 php 做一个也很容易 <?php header('status: 204 No Content'); exit(
阅读全文
摘要:首先介绍下背景知识。 aosp 仅是一套源码,不含厂家驱动。 CM安卓的厂家驱动是自行提取的。 一般的安卓手机分区,有 boot , system, user , Baseband 基带, recovery , cache 等。 Google Pixel XL 都需要哪些 驱动呢? 1, 厂家驱动二
阅读全文
摘要:手机是 Google Pixel XL 编译环境的准备 google 9月更新了地址 https://source.android.com/setup/build/initializinghttps://source.android.com/setup/build/building ubuntu 1
阅读全文
摘要:手动修改 rc.local 加入也可以实现自启动,缺点手动修改太麻烦,停止只能用 kill 。 配置成服务最方便了,可以启用或禁用,启动,停止,重启非常方便。 在openwrt 中使用服务 service 是非常方便的。 在 gmediarender 的 Makefile 中添加2个项目。 okpg
阅读全文