摘要:
1、adb shell su 进入root管理员权限(前提是手机已root) 2、chmod 可以修改文件夹的权限: $ adb shell $ su # chmod -R 777 /data/data/com.tencent.mm/ MicroMsg -R或者–recursive参数:递归处理,将 阅读全文
摘要:
1 #include 2 BOOL SimulateDropFile(CString strFilePath) 3 { 4 char szFile[MAX_PATH] = {0}; 5 wcstombs(szFile, strFilePath.GetBuffer(0), _MAX_PATH); 6 DWORD dwBufSize = sizeof(DROPF... 阅读全文