Gregory K
Gregory K
### Information 1. **Apktool Version (`apktool -version`)** - 2.6.0 2. **Operating System (Mac, Linux, Windows)** - Mac 3. **APK From? (Playstore, ROM, Other)** - Play Store Facebook uses some unusual...
Hi. I'm unable to follow a group. This is the activity I'm sending: ``` POST /u/activitypub/inbox HTTP/1.1 Signature: keyId="https://friends.grishka.me/users/1#main-key",headers="(request-target) host date digest",algorithm="rsa-sha256",signature="RNzFauS7UPqz0GwUJxY6xuyiphgwEl5eDuOVU5iUxXcDHxR4bH5ikfOMMHr/0eywjOczDZ7muAp1Ti6ZK8Qspcv75t6t5PNgtYx1QWmUzs6mRBgYaVgvrBJjLnsJcox/it8Z8JFXpSfMi/WRhGoDxiiHM27NhglmyN6VFY+Is2Y2OdHykZCApBQTw2utGtaJIt1iG3cqKosxybQknpDN+3VsHftbi2ikFt+nePD/T0eW+BulDhh/yIRGgjncJ3jQMZVgXaNJW3M4Ipa5GD/FHqHIFLyKquCWq72sFgpf3z/x9WxTg92Bvajpjsk0iJUn0tPTzBFUcmuKOlEln7Q/Pg==" Date: Fri, 29 Jan 2021 11:58:00 GMT Digest:...
If you write this: ```twig {# @pebvariable name="results" type="smithereen.data.SearchResult[]" #} {% for res in results %} ... {% endfor %} ``` The plugin won't pick up the type of the...
Steps to reproduce: 1. Switch to Russian keyboard layout 2. Try pressing some keys 3. Nothing happens You shouldn't be using characters typed by keys unless you're accepting text input....
https://twitter.com/grishka11/status/1438608729281339408 This is apparently new and it drives me absolutely nuts. Would be really nice to have a way to undo this and make that page show replies, all of...
There is a [documented way](https://developer.android.com/training/monitoring-device-state/doze-standby#support_for_other_use_cases) to bypass "battery optimization" as they call it by asking the user to whitelist the app. Supposedly, this allows apps to run regular, non-foreground services...
Rendering this template: ```twig {% extends "page" %} {% block content %} {% include 'login_form' %} {{ serverDisplayName }} {{ serverDescription | raw }} {% if signupMode=='OPEN' or signupMode=='INVITE_ONLY' %}...
``` An unexpected error occurred while processing the command: Disassemble java.lang.NullPointerException at ghidra.program.database.symbol.SymbolManager.getPrimarySymbol(SymbolManager.java:1100) at ghidra.program.database.function.FunctionManagerDB.getFunctionAt(FunctionManagerDB.java:631) at ghidra.program.disassemble.Disassembler.isNoReturnCall(Disassembler.java:1332) at ghidra.program.disassemble.Disassembler.processInstructionFlows(Disassembler.java:1195) at ghidra.program.disassemble.Disassembler.processInstruction(Disassembler.java:1156) at ghidra.program.disassemble.Disassembler.disassembleInstructionBlock(Disassembler.java:1028) at ghidra.program.disassemble.Disassembler.disassembleNextInstructionSet(Disassembler.java:662) at ghidra.program.disassemble.Disassembler.disassemble(Disassembler.java:602) at ghidra.program.disassemble.Disassembler.disassemble(Disassembler.java:473) at...
* Figure out what causes Android to show the "device nearby is sharing" notification. I have a suspicion that it's this: https://developers.google.com/nearby/fast-pair/specifications/introduction * Test whether choosing "receive" in the "nearby...