Alex Burka
Alex Burka
Correct, the lujvo decomposer function that vlasisku uses creates many false positives because it doesn't check for required hyphens. The version in my fork already uses the parser to break...
Partially implemented in the signal-indicators branch. For reference (this is a note to myself): https://github.com/mvglasow/satstat/blob/master/src/com/vonglasow/michael/satstat/MainActivity.java https://github.com/CyanogenMod/android_frameworks_base/blob/db6e4704ebe0d1c12e7ed2057b2678bd4ccfa595/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java#L618
Oh, I missed this. Will try to take a look.
Wow, you've got a lot of stuff in there! I don't even know if the new Karabiner-Elements supports all of these features. First step is to parse the file, I...
Yep, I found that same event in the logcat during my initial research. As you said, I couldn't find any intents related to it. There _must_ be some udev event...
I think you're right about that, @habeIchVergessen (also nice to meet you!). The question is, what else happens on a sensor event besides that output being generated, and how do...
We're getting closer... I'm fairly sure ACTION_USER_SWITCHED is not it, that's "switch logged-in user" as opposed to "user pushed hardware switch". One thing I can't figure out is how you...
Indeed patching InputManagerService seems like the way to go. On Wednesday, March 26, 2014 at 10:51 AM, Dimitris Kazakos wrote: > Hi, I have been doing my own research in...
I'm seeing the same thing, except I don't even get the "extra arguments" error. Also, that version of rustc is an outrageously old nightly.
updated the commit message