LSFG Android

Verified safeOpen sourceExclusive
No reviews reviews
5.7K
downloads
10
android

AI summary

Android port of LSFG that generates interpolated frames via MediaProjection capture and overlays them on games using a Vulkan pipeline. v0.1.1 adds root-based capture, GPU-accelerated frame blitting, and AHardwareBuffer compatibility for broader GPU support. Requires broad permissions including screen capture, overlay, and Shizuku API access.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

Lossless Scaling Frames Generator (LSFG) Application for Android

LSFG-Android v0.1.0 — Initial Release First public release of LSFG-Android, an Android port of the lsfg-vk Vulkan frame-generation pipeline. Because Android 12+ blocks loading external code into non-debuggable processes, the layer can't hook another app's swapchain like the Linux implicit layer does. Instead, the app runs frame interpolation on a MediaProjection capture and composites the generated frames in a system overlay over the target game.

What's new

v0.1.1Apr 30, 2026
  • 🚀 Version 0.1.1
  • ⚡ Performance Improvements Dropped duplicate frames from MediaProjection (up to 75% at 120Hz/30FPS) before entering the frame generation pipeline
  • Switched frame blitting to GPU instead of CPU memcpy, noticeable per-frame latency reduction (Thanks @dorcelessquack)
  • 🔓 New Features
  • Added root-based capture path using libsu (Thanks @The412Banner)
  • 🧠 Compatibility & GPU Improvements
  • Implemented Android GPU memory sharing via AHardwareBuffer (replaces OPAQUE_FD, unsupported by Turnip/Mesa)
  • Improved Vulkan image handling and synchronization
  • Added compatibility layer so missing Android buffer APIs don’t crash the device layer
  • Android-specific code paths properly isolated with #ifdef ANDROID (Thanks @xXJSONDeruloXx for major Android GPU integration work)
  • 🛠️ Build & System Changes
  • Use TMPDIR environment variable instead of hardcoded /tmp
  • Added Android linking support for AHardwareBuffer APIs
  • Desktop compatibility preserved Reduced APK size by 84%.

About this version

Version
0.1.1 (1)
Size
7.65 MB
Requires Android
10
Target SDK
29
Architecture
arm64-v8a
Downloads
5.7K
Updated
Apr 30, 2026
Package
com.lsfg.android

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app