parent
1d8981fab4
commit
de23b321ce
@ -0,0 +1,14 @@
|
||||
# build scripts
|
||||
|
||||
First things first, to get this compiling/working for you, you are going to need to fix these build scripts:
|
||||
|
||||
```
|
||||
adb logcat -c
|
||||
adb push C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so /data/app/com.activision.callofduty.shooter-1/lib/arm/libligma.so
|
||||
start cmd /k "title 'ligma filter' & adb logcat | findstr ligma"
|
||||
start cmd /k "title 'codm logs' & adb logcat | findstr com.activision.callofduty.shooter"
|
||||
start cmd /k "title 'all logs' & adb logcat"
|
||||
adb shell am start -n com.activision.callofduty.shooter/com.tencent.tmgp.cod.PermissionGrantActivity
|
||||
```
|
||||
|
||||
just change `C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so` to the path of your repo. Also change `adb` to whatever `adb` your emulator is using.
|
Loading…
Reference in new issue