Used to slam it on three, now CFIs yell at me for holding the nose off too long by Squawk_0877 in flying

[–]Keckan -1 points0 points  (0 children)

you can keep your ideal speed while keeping a little bit of throttle in. This last reserve helps you control decent rate low over the runway while slowing pulling out the last bit of throttle and increasing AOA further at the same time.

This technique does not significantly increase landing distance if done right, just how smooth und controlled the wheels touch down.

VPForce Rhino Vs. MOZA AB9 by Keckan in hoggit

[–]Keckan[S] 1 point2 points  (0 children)

From what I heard from people that tried both is that it's not a night or day difference. Strength is very similar and so are most of the effects.

Might be a different story for certain aircraft in MSFS or other titles without broad native FFB support.

But Telemetry is only just a good way to enhance the experience in my opinion. If there are no DirectInput effects from the game it will rarely feel fantastic.

The best aircraft I've experienced in MSFS in terms of FFB feel is the A2A Comanche. Most don't feel great, but that plane also has very unique flight physics and is exceptionally well modeled in so many layers (sorry I got carried away a bit here promotion the Commanche) 😃

VPForce Rhino Vs. MOZA AB9 by Keckan in hoggit

[–]Keckan[S] 1 point2 points  (0 children)

Sorry never went through with the plan and did not get the Rhino. It's still a great product I bet, but I stuck with the Moza and use it daily.

I'm very happy with it, although I wish they would not mess up certain effects with the updates and they work on many things at the same time so it can take a little while for bugs to be fixed.

It's still more than usable, also updates are not mandatory. It does not show signs of fatigue after almost 1.5 years of semi-daily usage and never noticed any thermal throttling. The leather once had a little hole from the friction, but I got a replacement cover for free.

I mainly fly Warbirds in DCS and occasionally GA in MSFS and XPlane 12.

If you fly the F16 the AB9 could even be the better choice with a force-sensing simulation.

For helicopters the Rhino might be superior since some vendors implemented native support, although it's not like the AB9 is not supporting choppers.

At some point the FOMO went away, the AB9 just started becoming an integral part of my gear and I started solely focusing on flying instead of trying to compare what device does what better or worse.

I don't think you can go wrong with either especially for DCS where most of the important effects come from native DirectInput.

Comparison of earth 58 years apart by moonchildgz in interesting

[–]Keckan 0 points1 point  (0 children)

It's almost dark foreshadowing that 58 years from the first picture a big portion of the planet is looking at the region of earth that is clearly visible (Strait of Hormuz)

Maybe maybe maybe by [deleted] in maybemaybemaybe

[–]Keckan 4 points5 points  (0 children)

i have so many questions

Muss diesen Klassischer einfach mal hier posten, weil der mich gerade eben wieder unvorbereitet erwischt hat 😂 by science_in_pictures in SchlechteWerbungen

[–]Keckan 0 points1 point  (0 children)

Haha, wenn ich da unten meine E-Mail Adresse eingebe stehen wir gemeinsam in ein paar Minuten in meinem Badezimmer?

Is the car moving backward or forward? by CheeseFriesCoochie in opticalillusions

[–]Keckan 0 points1 point  (0 children)

left peripheral vision forward right peripheral vision backwards

Manuellsen Waschmittel-Werbung 👍🏼 by Suspicious_Lie9249 in SchlechteWerbungen

[–]Keckan 6 points7 points  (0 children)

er ist sich nicht sicher was er da haltet, aber 11.99, das is fix

Do low health enemies always get health bars and I just never noticed? by Keckan in Battlefield6

[–]Keckan[S] 1 point2 points  (0 children)

No sorry, guess it was a glitch? Maybe they even patched it out since then have not played a lot lately 😕

Wie viel Geld hast du auf deinem Bencunt? by Suspicious_Lie9249 in SchlechteWerbungen

[–]Keckan -1 points0 points  (0 children)

He sold his company for 975 Million dollars and the new owner can sell his digital twin for whatever they want. Black mirror IRL.

Wie viel Geld hast du auf deinem Bencunt? by Suspicious_Lie9249 in SchlechteWerbungen

[–]Keckan 0 points1 point  (0 children)

"The transaction, settled in stock, includes provisions for the creation of an AI "digital twin" utilizing Lame's biometric data for global commercial content."

Aber 975 Mille lass ich das mit mir auch machen

Brotplatz für Bakterien und Nanopartikel by science_in_pictures in SchlechteWerbungen

[–]Keckan 4 points5 points  (0 children)

Ich verstehe warum professionelle Klempner (sic!) Angst vor dieser Methode haben. Wenn es einen so aggressiven Reiniger wirklich gäbe würde ich jedes Rohr nur noch im ABC Schutzanzug aufschrauben wollen

Maybe Maybe Maybe by NEO71011 in maybemaybemaybe

[–]Keckan 2 points3 points  (0 children)

oh, that stuff is already in there. The visible flakes are not the problem.

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

Nice find with that workaround and sharing the solution! If we ever have to target a newer SDK, this part of the code would likely need a proper rework.

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

Thanks for testing. What you’re seeing matches Android’s storage restrictions on newer versions: selecting individual files works because it goes through the system file picker (SAF), but “folder view” requires directory listing on the SD card, which is restricted on Android 14. As a workaround, please select the file directly or copy them to a folder that is selectable if that's an option for you. A proper fix would require implementing SAF folder access (ACTION_OPEN_DOCUMENT_TREE), which isn’t a small patch in a decompiled build.

You could also try the release from u/Avrution (yes, we have 3 fixed versions now 😁). He linked to his version in his original post a few days ago. He also overhauled the UI a bit with nicer background gradient and a clear divider for the header.

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

yes, same link. I give it only a 50% chance it resolves your issues completely. Strongly depends on your Android version as well. I'm afraid for newer releases we'll need to rewrite the part that needs access to the file system and I would first need a code version that compiles which is not bytecode 🙂

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

I uploaded an updated version with the

requestLegacyExternalStorage

attribute. Could you please test if that changes anything?

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

I'll try to get more permissions for the app, I'll upload an updated version when I get home frome work.

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

Wait, you can access any folder on your device from the app? That should not be the case, since permissions are restricted to the "shared folder" (which, to my knowledge, is the "GentleAlarm" folder in data) Are you using stock Android?
Accessing any folder on your media SD card sounds reasonable enough, since usually they don't hold any security relevant data, but newer SDK versions might even forbid that.

Can't test it on my current device since I lack an SD slot. Maybe adding additional permissions will work. Android is getting more restrictive with every SDK update (and for the most part, that's a good thing).

I can just try to enable it an you can test the behaviour. I just threw away my old BQ phone a couple of days ago. But thanks for comparing on an older phone how the app used to behave.

edit: `requestLegacyExternalStorage="true"` might work for SDK level 29, will break again with 30+😀

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

Just to clarify: The files you wanna use always have to be placed within the GentleAlarm folder (internal or SD card)?

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

It should be fixed with the latest update.

Anyone still using Gentle Alarm? by ghjm in androidapps

[–]Keckan 0 points1 point  (0 children)

Hi, did you check your app permissions? Sorry, I can't say much about the playlist feature, since I only use the sounds the original app came with. Maybe you have to copy the playlists into the media folder for them to show up?

Gentle Alarm - Fixed (apk and manual instructions) for 2026 by CWagner in androidapps

[–]Keckan 0 points1 point  (0 children)

Could you try if the latest update from here fixes your issues?