charles chou
charles chou
+1 menu should not modify position if the fixed element is not relate to menu
same message MQTTException: 2 log from docker MQTT server eclipse-mosquitto(457fe4154880) ``` 1639972746: New client connected from xxxx as mqtt-explorer-8c09a901 (p2, c1, k60). 1639972796: New connection from xxxx on port 1883....
 by compare another client, seems new version can not just set keep alive to `0` ~~so change msg = bytearray(b"\x04MQTT\x04\x02\0\0") to msg = bytearray(b"\x04MQTT\x04\x02\0`\x3c`") #60s keep alive~~ update: just...
Dear @amotl, World you consider set keepalive value deafault to non-zero? I beleive many people like me just want to try the example and run into issue immediately. It is...
might relate to https://github.com/ElderDrivers/EdXposedManager/issues/28 because EdXposedManager dont receive ACTION_PACKAGE_CHANGED, the notify not show up, and the module not refresh. https://github.com/ElderDrivers/EdXposedManager/blob/bebb3f7ff9775bec586dd6a5427be592700644ea/app/src/main/java/org/meowcat/edxposed/manager/receiver/PackageChangeReceiver.java#L69
for those who want to compile, this is how I compile inside docker ubuntu:bionic image ``` apt install sudo make lsb-release gcc -y # modify ./server_install.sh # remark check_tools "gcc"...
每次上传前做一個新檔案, $dd if=/dev/urandom of=sample.bin bs=1G count=1
用其他模拟GPS的module再作用在微信上不可以嗎 如:https://repo.xposed.info/module/com.fakemygps.android
如果照樓上操作都不行, 可能是因為biliplus上面的access_key都過期, 即使biliplus上面顯示了用戶名, 如果無法顯示观看历史要先重新登錄biliplus. 之後就能看番了
應該是版本問題, 使用MagiskDelta25206就能用其餘都不用改 下載MagiskDelta25206 放到`~/.cache/redroid/downloads/magisk.apk` 改`magisk.py`不要下載最新版 ``` def download(self): #if os.path.isfile(self.dl_file_name): # os.remove(self.dl_file_name) print_color("Downloading latest Magisk-Delta now .....", bcolors.GREEN) #download_file(self.dl_link, self.dl_file_name) ``` 要把app降回舊版`adb install -d ...`  