Android
lz2133
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
开始玩一玩安桌的代码
前面的已经忘光了/home/x/work/lineageOS/system/core/healthd/BatteryMonitor.cpp电池管理单元,BatteryService会调用,得到底层数据数据从内核文件传出来可以在 bool BatteryMonitor::update(void) 函数中修改电池数据,模拟电池消耗 /*//伪装电量 66%props.ba...原创 2019-08-27 18:42:22 · 327 阅读 · 1 评论 -
init_shell.te
{# ========= sdcard ===========# avc: denied { read } for pid=3824 comm="killall" scontext=u:r:qti_init_shell:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=file permissive=0#缺少什么权限: { exe...原创 2019-08-27 18:58:15 · 736 阅读 · 0 评论 -
从系统底层伪造 IMEI
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...原创 2019-08-30 15:53:41 · 1866 阅读 · 0 评论 -
每次重启都换一个 ANDROID_ID
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...原创 2019-08-31 23:14:43 · 1231 阅读 · 0 评论 -
默认打开或者关闭 ADB WIFI 等
#!/usr/bin/env python## Copyright (C) 2009 The Android Open Source Project## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with ...原创 2019-09-01 11:39:10 · 1321 阅读 · 0 评论
分享