随笔分类 -  android相关

其他
摘要:1 mtk 启动debuglog 以及启动页面 am start -n com.debug.loggerui/com.debug.loggerui.MainActivity am broadcast -a com.debug.loggerui.ADB_CMD -e cmd_name stop --e 阅读全文

posted @ 2023-12-15 14:14 Kurenoki 阅读(58) 评论(0) 推荐(0) 编辑

android 前台保活 service
摘要:引用:https://blog.csdn.net/qq_34195507/article/details/103634396 1.DeskService 前台服务 package com.cpsc.livedemo; import android.app.Notification; import a 阅读全文

posted @ 2023-04-23 10:45 Kurenoki 阅读(96) 评论(0) 推荐(0) 编辑

othertools
摘要:package com.example.testtools; import android.util.Log; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io 阅读全文

posted @ 2023-03-31 16:33 Kurenoki 阅读(22) 评论(0) 推荐(0) 编辑

android apk 执行shell命令和Permission Denied 解决办法
摘要:/** *Android 11之后,如上诉原因,执行报错,没有权限, *解决方法,root或者debug版本,执行setenforce 0 关闭selinux即可, user 版本仍然不行,无法解决,如图看能否解决 * DUMP 权限上述方法也不可行,必须要系统签名 * 执行一个shell命令,并返 阅读全文

posted @ 2023-03-29 16:04 Kurenoki 阅读(1510) 评论(0) 推荐(0) 编辑

android 设置亮度相关方法
摘要:package com.example.lightsensortest; import android.content.ContentResolver; import android.content.Context; import android.provider.Settings; import 阅读全文

posted @ 2023-03-23 13:44 Kurenoki 阅读(120) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示