mostanes

Results 6 comments of mostanes

> But if you want to remove Riru, AOSP modification is required. You should implement your own Riru API such as calling EdXposed [`forkAndSpecializePre`](https://github.com/ElderDrivers/EdXposed/blob/master/edxp-core/src/main/cpp/main/src/main.cpp) in Zygote's `forkAndSpecialize`, which was not...

I was hoping for something more generic. Callbacks are a pain in that sense (technically, it might be possible to have some script that adds a callback to every function...

> I think #532 is as far as you can get right now. Applying Xposed modules like patches onto apk files statically is also not possible, because most modules apply...

> isn't this temperature arithmetic confusion a result of confusing the distinction between points in affine space vs translation vectors in affine space? Sadly, not. Temperature scale is not an...

> var temp20C = Temperature.FromDegreesCelsius(20);` This is perfectly fine. > var tempDelta5C = TemperatureDelta.FromDegreesCelsius(5); This is a bad idea (thought experiment: why would degrees celsisus -> temperature delta be different...

> > This is a bad idea (thought experiment: why would degrees celsisus -> temperature delta be different from degrees celsius -> kelvins -> temperature delta?) > > I'm not...