droidspaces-v6.1.0-2026-05-14.tar.gz
832.5 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Added: RM6785 community maintained kernel (#117)
droidspaces-v6.1.0-2026-05-14.tar.gz
832.5 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
ui: replace all dropdowns with shared DsDropdown composable
droidspaces-v6.1.0-2026-05-14.tar.gz
831.9 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Merge branch 'dev'
droidspaces-v6.1.0-2026-05-14.tar.gz
832.5 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
ui: implement global keyboard overlap fix for input fields
droidspaces-v6.1.0-2026-05-14.tar.gz
838.1 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
container: enhance SysVinit shutdown with /dev/initctl and SIGPWR
droidspaces-v6.1.0-2026-05-15.tar.gz
837.9 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
post_extract_fixes.sh: improve systemd detection logic and encapsulate initialization within conditional block
droidspaces-v6.1.0-2026-05-15.tar.gz
837.9 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
perf(ui): implement container list caching for instant display
droidspaces-v6.1.5-2026-05-15.tar.gz
838.1 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Official Release
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Official Release
Commit Message:
app: implement HardwareAccessDialog with confirmation gate for hardware access toggles
droidspaces-v6.1.5-2026-05-15.tar.gz
881.3 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
virt: decouple resource visibility from cgroup limits
Droidspaces CI
droidspaces-v6.1.5-2026-05-15.tar.gz
This is the APK/tarball that has the CPU/RAM/PID limitations and resource virtualization.
On Android, there's not much you can do to limit resources because most phones still use legacy cgroupv1 controllers, making it impossible to mount the modern cgroupv2 CPU and memory hierarchies while they are already mounted.
So, the CPU/RAM/PID limitation is CLI only. (You can try it on Android if you really wanted to too)
However, on Android, uptime virtualization works. Now, it properly shows the container's actual uptime.
On Android, there's not much you can do to limit resources because most phones still use legacy cgroupv1 controllers, making it impossible to mount the modern cgroupv2 CPU and memory hierarchies while they are already mounted.
So, the CPU/RAM/PID limitation is CLI only. (You can try it on Android if you really wanted to too)
However, on Android, uptime virtualization works. Now, it properly shows the container's actual uptime.
droidspaces-v6.1.5-2026-05-16.tar.gz
883 KB
Droidspaces Build Successful
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
Repository: ravindu644/Droidspaces-OSS
Author: ravindu644
Event: Git Push
Commit Message:
boot: add --init=PATH to override the default init binary