技巧
2015-09-09 22:01:59 0 举报
AI智能生成
经常使用的命令
作者其他创作
大纲/内容
python
python -m SimpleHTTPServer
n5 n7 root AF包
解锁
adb reboot bootloader
flash oem unlock
root
首先保证是解锁状态
adb reboot bootloader
mac-root.sh
android
命令行执行android手机root命令
adb shell su -c ls /data/data
查看当前设备的ip的命令
adb shell netcfg
命令行监控android手机文件变化
find -newer a.txt
adb shell find /sdcard/ -mmin -1
adb shell su -c find /data/data/com.mx.browser/ -mmin -1
watch adb shell find /sdcard/ -mmin -1
adb shell su -c find /data/data/ -mmin -1
让手机重启
在system_server中的程序内存泄露或者溢出
查看当前的上层activity
adb shell dumpsys activity top
设备认证原理
$ adb push ~/.android/adbkey.pub /data/misc/adb/adb_keys
在命令行更新sdk
android update sdk --no-ui
shell
nc
server
tar -cvf - {SomeFileOrDirectoryToSend} | nc -l 12378
client
nc {IpAddress} 12378 | tar -xf -
scp
scp -r -v -i key.txt user@ip:/tmp/t.txt /tmp/
增加sudo权限给用户
sudo usermod -a -G sudo hduser
Mx5.3
主页
主页集成调整
多窗口逻辑调整
打开方式调整
主页结构调整
始终显示顶部地址栏
新闻滑动不遮挡地址栏
主页不支持全屏滑动
快速拨号页面UI调整
子主题
子主题
0 条评论
下一页
为你推荐
查看更多