schrmh
schrmh
Restored system.img but turns out it really is a problem introduced after enabling Dreamland within Magisk (and rebooting after that ofc). Was able to install an app before enabling Dreamland,...
Last comment for now: There is no difference regarding how I install the apps (adb, SAI, regular installer); only at how much info is shown. And it turns out DreamlandManager-0.0.8.apk...
See comment https://github.com/canyie/Dreamland/issues/42#issuecomment-2831522174. Posting in this issue again cause Dreamland Manager does not crash anymore after replacing the getColor Context things in StatusFragment.java, TroubleShoot.java and MaseListAdapter.java with something that works...
The Android 5.1 armv7 device I tried it on bootlooped after installing xposed via the option to flash via recovery — the other option errored out cause it couldn't copy...
Just a link to this comment pre-dating this pull request cause once again it was implied here more terminals support kitty than iTerm2 which does not seem to be the...
Hmmm. I wonder if it even makes sense to set a default assumption then. Maybe at least rephrasing it a bit could be considered. Hope it never breaks anything due...
_Comment to prevent closing of this unimplemented feature request..._
WebP images that have been inserted to the clipboard using xclip can't be pasted into other programs
Try `xclip -selection clipboard -t image/webp -i /tmp/a.webp` (with -i) This worked for me when your command did not. Honestly, I was originally speculating about if common terminal emulators don't...
Thanks for the reply. Tried with the latest pine commit as of now but no matter with or without the patch, my device just won't boot after `./gradlew assembleAndFlashMagiskReleaseAndReboot` if...
Okay, using that commit and with the patch applied, it does actually boot after bumping ([core](https://github.com/canyie/pine/blob/fff37b80774a091d0e1e5c6d5c3ecabcb4082815/core/build.gradle#L70), [xposed](https://github.com/canyie/pine/blob/fff37b80774a091d0e1e5c6d5c3ecabcb4082815/xposed/build.gradle#L56) & [enhances](https://github.com/canyie/pine/blob/fff37b80774a091d0e1e5c6d5c3ecabcb4082815/enhances/build.gradle#L74)) to ``` implementation 'top.canyie.pine:core:0.3.0' implementation 'top.canyie.pine:xposed:0.2.0' implementation 'top.canyie.pine:enhances:0.1.0' ``` however, the...