logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

虚拟机安装 CentOS 6.7

想用虚拟机安装下 CentOS:1. 下载虚拟机文件: http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-Win.exe2. 下载CentOS6.7 64位minimal版本:http://mirrors.sina.cn/centos/6.7/isos/x86_64/CentOS-6.7-x86_

Androidk厨房工具

https://forum.xda-developers.com/showthread.php?t=2073775Android ImageKitchen -- Unpack/Repack Kernel+Recovery Images, and Edit the ramdisk.Windows portsof the necessary Linux utilsfor 

错误:Unhandled Exception: System.TypeLoadException:Could not load type 'Newtonsoft.Json.Linq.JContaine

使用 Newtonsoft.Json的时候 vs 编译出现错误:Severity    Code    Description    Project    File    LineError        Unhandled Exception: System.TypeLoadException: Could not load type 'Newtonsoft.Json.Linq.JCon

vendor.img 解压

out/host/linux-x86/bin/simg2img vendor.img vendor.img.rawmount -t ext4 -o loop vendor.img.raw mnt-vendor/

linux下使用 aapt 解包

linux 下使用aapt 解 apk 包。1. 复制出 android-sdk-linux\platform-tools目录下的 aapt 程序;2. 使用 ldd 查看使用了那些库文件:$ ldd aapt        linux-gate.so.1 =>  (0xf77dc000)        librt.so.1 => /lib32/librt.so.1 (0xf7

openssl 自制国密证书

下载解压 openssl-OpenSSL_1_1_1a.tar.gzcd openssl-OpenSSL_1_1_1a./config -fPIC no-gost no-shared no-zlib --prefix=./outmake && make installcd out/bin./openssl ecparam -out sm2.key -name SM2

cygwin 安装 git daemon

1. 安装cygwin 安装Net   | openssh (不要选成openssl)Devel | gitDevel | git-completionDevel | git-guiDevel | gitkEditors | vimPython  | python2. 用管理员权限执行桌面的cygwin图标进入shell界面 输入cyglsa-config

android busybox vi 文件时出现乱码问题

参考https://blog.csdn.net/iteye_3854/article/details/82564476https://forum.xda-developers.com/t/adb-enhanced-putty-replacement-for-adb-shell-command.803225/在 windows 下使用 adb shell busybox vi 某个文件时显示乱码。网

android img 文件解包

Linux 下使用 Android 源码编译后的 simg2img 命令解包:~/android/out/host/linux-x86/bin/simg2img system.img system_raw.imgmkdir systemsudomount system-raw.img system-o loop -t ext4或者直接用7zip打开Windows 下使用 windows 版本的 s

#android#java#apache
到底了