SquallATF
SquallATF
@wDCat ANRC v0.0.76 FC on FGO start ``` 01-04 20:49:11.901 30180-30180/? E/AndroidRuntime: FATAL EXCEPTION: main Process: cat.dcat.roothide, PID: 30180 java.lang.RuntimeException: Unable to start receiver cat.dcat.roothide.receiver.AppLaunchMsgReceiver: java.lang.IllegalArgumentException: n
I have down a complete compilation on Windows. I will test mac tomorrow
fix macos detect and successful build under macox 10.15 if rust build with native msys2 python need upstream patch shadowsocks/shadowsocks-android#2735, or use offical windows python or mingw python
@tianxiangbing `"mobile-select-area.css": "mobile-select-area/dist/mobile-select-area.css"`这种写法如果直接写在`"mobile-select-area": "mobile-select-area/dist/mobile-select-area"`后面或者前面都会出错 ``` Module not found: Error: Cannot resolve module 'mobile-select-area/dist/mobile- select-area/dist/mobile-select-area.css' ``` 除非我把`mobile-select-area`改成别的名字 ``` "msa": "mobile-select-area/dist/mobile-select-area", "msa.css": "mobile-select-area/dist/mobile-select-area.css" ``` ps 内附的dialog.js对jquery的引用并没有更新。 ps2 master去掉映射配置可以正常使用 webpack [resolve的资料](https://webpack.github.io/docs/configuration.html#resolve)
> > > I've also just gotten patches merged to the latest linux-firmware repos which link the correct firmware based on the DMI strings we export. > Maybe can modify...
here is a sample TPM implementation for pi2 and pi3 https://github.com/ms-iot/RPi-UEFI/commit/0e2bf04ff3a48e7bf25092f1e1fd7dca16c6f109
new android version backup struct changed, try backup with `-nocompress`
> Does the ld.lld built statically work correctly, or does that hang on exit? There was an issue in August where ld.lld built with this toolchain didn't exit correctly -...
I found the hang reason and create a patch [`D53968`](https://reviews.llvm.org/D53968)
> That works fine in general, but it does require you to run in an environment with INCLUDE and LIB already set up. The codepath for detecting a modern MSVC...