o2e

Results 6 issues of o2e

I used @NameInDb to rename the field names in the DB, but after testing in the security department I found that the member names of the entity still exist in...

enhancement

![image](https://user-images.githubusercontent.com/24642961/68003694-8276b100-fca9-11e9-97a4-67ccdbd3b500.png) 比如这种 能不能也弄个翻译 在对话框上 或者选中的时候 在其他地方显示翻译 顺便把翻译记录保存离线 下次直接本地翻译什么的

-dontshrink 移除此参数时 混淆后的AndroidManifest中 activity及其他的组件未能修改至正确的类名 会导致class 找不到 dontshrink对我来说是一个重要参数 他对我的安装包缩减大小十分有帮助 是否考虑解决此问题或有其他方案? 我的gradle版本是3.0.0 mess-plugin:2.0.0 jdk8 targetSdkVersion 28 希望能得到帮助 谢谢~ @JackCho @peacepassion

test code Unable to read file in 'rw' mode version:0.7.0 ```java val tempFile = File("test.apk" ) tempFile.createNewFile() val randomAccessFile = RandomAccessFile(tempFile, "rw") randomAccessFile.write(byteArray) randomAccessFile.close() println("download success") println(tempFile.length()) val file =...

**Environment** - OS: macOS - scrcpy version: 2.0 - installation method: brew - device model: Xiaomi 10 - Android version: 13 I read and write English relying on translations, so...

![image](https://user-images.githubusercontent.com/24642961/121794895-bb755680-cc3e-11eb-989b-376ac572ccf2.png) ![image](https://user-images.githubusercontent.com/24642961/121794899-cc25cc80-cc3e-11eb-910e-d36a30cb7c5a.png) 我有哪里做的不对吗 android 11 miui 12.5 面具 root frida环境 无xp copy apk to tmp/xserver.apk 手机上再安装xserver启动选择目标app 然后点击apply 转发端口 8000 或者目标进程pid都打不开 求帮忙看看应该怎么操作