▲ 2 r/MorpheApp+1 crossposts

Interference with rezygisk

I had been using rezygisk, but, to be blunt, magisk no longer detects zygisk abilities if rezygisk is installed in combination with any morphe patched app that has been root mounted. If any one has found a work around, or has even observed the same phenomena, I'd appreciate hearing about it.

reddit.com
u/AnonymousRedCow — 1 day ago

Automated challenge Checker

I'm going to be making a tour of a new area. I noticed that there are lots and lots of challenge caches.

Now, I can programatically log into geocaching.com, but I've not been able to figure out how to do so with project-gc.com. If I could, I could take that entire large list of challenges and run a checker on all of them.

(Interestingly, this also shows that non-premium users are not allowed challenge caches. Just another area where I think groundspeak is missing the point)

Regardless, any one know of a way to run a large number of challenge checkers?

reddit.com
u/AnonymousRedCow — 13 days ago

Whither JKD?

Is Kuroda-Grauer's expected back this year? I know he's on the 10 day IL, but are there any intelligent opinions?

Resting comfortably... I'd still be lying on the plate, crying and wailing

reddit.com
u/AnonymousRedCow — 22 days ago

Always look on the bright side of life

Some things in life are bad

They can really make you mad

Other things just make you swear and curse

When you're chewing on life's gristle

Don't grumble, give a whistle

And this'll help things turn out for the best

At least the A's aren't sending Langeliers anywhere...

reddit.com
u/AnonymousRedCow — 24 days ago
▲ 5 r/emacs

Debugging Assistance

For debugging emacs, I really want a macro that would send the time, file, line number, and a message to the Message buffer. So

(debug-msg "Right here")

would give me something on the order of:

15:13:57.443 init.el:423 Right here

All of my problems are coming from that line number. Here's the macro that I'm using, but I think that line-number-at-pos is never going to give me what I want.

(defmacro debug-msg (fmt &rest args) (let* ((file (or (file-name-nondirectory (or load-file-name buffer-file-name)) "Unknown")) (line (line-number-at-pos (point)))) `(message "%s %s:%d %s" (format-time-string "%H:%M:%S.%3N") ,file ,line (format ,fmt ,@args))))

(The issue is that line always comes out as 1)

Assistance appreciated

reddit.com
u/AnonymousRedCow — 2 months ago
▲ 1 r/ATOTO

And I though I had a dead camera

I've an Atoto S8 9" (Record of the band that plays the blues) It is rooted, and running DuduOS.

Some time ago, the (Atoto) backup camera simply stopped working. I got the backup screen, but with no picture. A couple of times over the past year or so, it magically turned on and worked for a bit.

Today, I figured out what causes the magic to happen. If I shift into reverse before the OS starts, I get a rear view camera, and keep it until I shift out of reverse (even after the full OS and launcher and applications have started). As soon as I exit reverse, though, the camera goes off, and won't come back on when I shift back into reverse.

So... anyone have a clue? I suspect the atoto software, as it launches before the the DuduOS, and, if I shift out before the launcher starts, the same behavior described above occurs. But perhaps it's a simple setting...

Thanks in advance.

reddit.com
u/AnonymousRedCow — 3 months ago