https://github.com/bol-van/bins
precompiled static binaries for android
https://github.com/bol-van/bins
android arm binaries precompiled static
Last synced: 12 months ago
JSON representation
precompiled static binaries for android
- Host: GitHub
- URL: https://github.com/bol-van/bins
- Owner: bol-van
- Created: 2020-02-26T08:39:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T14:21:43.000Z (about 1 year ago)
- Last Synced: 2025-05-30T19:50:52.442Z (about 1 year ago)
- Topics: android, arm, binaries, precompiled, static
- Homepage:
- Size: 79.2 MB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Often used binaries for android and not only
for ncurses: terminfo = /etc/terminfo
linked to musl or glibc, not bionic. requires /etc/resolv.conf for network name resolution
openssh server:
1)
unpack openssh.tgz to /
chown -R root:root /data/var /data/root
ssh-keygen -A
2)
copy passwd, group and shadow to /etc
chmod 644 /etc/passwd /etc/group
chmod 600 /etc/shadow
3)
unpack shadow.tgz to /
passwd root
4)
/system/xbin/sshd
mc notice : subshell is not supported with android /system/bin/sh. use busybox sh instead.