Shatur

joined 3 years ago
[โ€“] Shatur@lemmy.ml 1 points 4 weeks ago

That's sad ๐Ÿ˜ข

I heard that the antenna issue can be fixed manually, but it's not an easy fix.

[โ€“] Shatur@lemmy.ml 1 points 4 weeks ago

This is weird. I saw an announcement on Discord that they finished shipping all devices in November 2024.

[โ€“] Shatur@lemmy.ml 1 points 4 weeks ago

Yes, this managed to ship all devices in November 2024.

[โ€“] Shatur@lemmy.ml 1 points 4 weeks ago

You can run Droidian, which is galium-based (special Android compatibility layer to talk to hardware).

Running on mainline is also possible, but the support is not great. Here is the PMOS page.

[โ€“] Shatur@lemmy.ml 4 points 4 weeks ago (2 children)

Yeah, I heard that many units have antenna issue. Before buying I asked the seller to test it for me. My unit was unaffected by the issue.

Yeah, the situation with the company is not great.

Big thanks to the guy keeping lineage working on it!

There actually 4 maintainers for this device! It was a surprise for me. Usually it's 1 guy.

[โ€“] Shatur@lemmy.ml 2 points 4 weeks ago

I considered their Astra or Communicator, but they donโ€™t support LineageOS, which is important to me.

17
submitted 1 month ago* (last edited 1 month ago) by Shatur@lemmy.ml to c/bevy@programming.dev
 

Post from @bushRAT in Discord:

Thanks to the ever growing support for no_std in Bevy, I'm now able to use Bevy on the GameBoy Advance! Using the current main branch (which will be included for 0.16!) you can use a crate like agb (and some boilerplate I'm hiding) to write GameBoy Advance games almost as easily as you would for any other Bevy platform. Systems, plugins, resources, queries, the gamepad input API, it all just works. See the attached ROM if you have a GameBoy Advance emulator handy, but I recommend the MGBA emulator as it can also show debug logs (yes, even all the logging just works)

Links to GBA files:

If you have a real GBA or an FPGA console, the author will appreciate if you try :)

Repository: https://github.com/bushrat011899/bevy_agb_test

[โ€“] Shatur@lemmy.ml 3 points 1 month ago (1 children)

True ๐Ÿ˜ฅ Did you broke yours?

[โ€“] Shatur@lemmy.ml 5 points 1 month ago

Yeah...

I wish companies produce more phones like this.

[โ€“] Shatur@lemmy.ml 3 points 1 month ago* (last edited 1 month ago)

Try looking at their unofficial Discord server. It's usually cheaper then on eBay. But ask to test the antenna, some units have issues with that.

[โ€“] Shatur@lemmy.ml 8 points 1 month ago (2 children)

Same. But recently I managed to buy almost new for 300 EUR.

I only recently started using it, so maybe later I will make a post about it :)

138
submitted 1 month ago* (last edited 1 month ago) by Shatur@lemmy.ml to c/android@lemmy.world
 

A long time ago, I owned a Motorola Droid 4 and Photon Q. Feeling so nostalgic now ๐Ÿ™‚

The keyboard on this one is much better - it's full-sized, and the slider mechanism feels quite robust.

[โ€“] Shatur@lemmy.ml 13 points 1 month ago (1 children)

I've always been a lurker, but I started being active on Fedi, and I like it!

[โ€“] Shatur@lemmy.ml 3 points 1 month ago (1 children)

Looks awesome!

 

cross-posted from: https://lemmy.ml/post/25050675

If you use https://es-de.org/, which themes do you like the most?

14
submitted 1 month ago* (last edited 1 month ago) by Shatur@lemmy.ml to c/retrogaming@lemmy.world
 

If you use https://es-de.org/, which themes do you like the most?

15
submitted 1 month ago* (last edited 1 month ago) by Shatur@lemmy.ml to c/sbcgaming@lemmy.ml
 

ES-DE Molla

I was hoping this update would enable pure black mode (which looks awesome on the borderless display of the black model). But it turns out that feature was added in Android 14 ๐Ÿ˜ข

I really wish retro handhelds were supported by FOSS Android distros like LineageOS.

Still, I'm quite happy with the update. This time I decided to try Molla launcher and ES-DE ๐Ÿ™‚

 

ES-DE Molla

I was hoping this update would enable pure black mode (which looks awesome on the borderless display of the black model). But it turns out that feature was added in Android 14 ๐Ÿ˜ข

I really wish retro handhelds were supported by FOSS Android distros like LineageOS.

Still, I'm quite happy with the update. This time I decided to try Molla launcher and ES-DE ๐Ÿ™‚

 

It's a crate for dynamic and contextual input mappings for Bevy, inspired by Unreal Engine Enhanced Input.

Actions now have a parameter that requires inputs to reset to zero before activation and continue consumption after context removal until they return to zero. This is very useful if you want to use the same input to toggle between contexts.

See the changelog for more details.

๐Ÿ“œFull changelog ๐Ÿ“ฆbevy_enhanced_input

7
submitted 1 month ago* (last edited 1 month ago) by Shatur@lemmy.ml to c/bevy@programming.dev
 

It's a crate for dynamic and contextual input mappings for Bevy, inspired by Unreal Engine Enhanced Input.

It's a small release. I'm quite happy with the API, just wanted to make a few adjustments. Here are some highlights:

  • Replace SmoothDelta modifier with SmoothNudge. It uses StableInterpolate::smooth_nudge, which properly interpolates inputs across frames.
  • Remove InputContext::MODE. All contexts now work like InputContext::Exclusive (the default). If you want to share the same input across multiple entities, use a separate "controller" entity for a context and apply inputs to the desired entities. This approach is more efficient and explicit, so it's not worth having a special case in the crate for it.

See the changelog for more details.

๐Ÿ“œFull changelog ๐Ÿ“ฆbevy_enhanced_input

view more: โ€น prev next โ€บ