Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bol-van/bins
precompiled static binaries for android
https://github.com/bol-van/bins
android arm binaries precompiled static
Last synced: 4 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T07:31:50.000Z (11 months ago)
- Last Synced: 2023-12-16T08:48:36.905Z (11 months ago)
- Topics: android, arm, binaries, precompiled, static
- Homepage:
- Size: 81.1 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- 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 resolutionopenssh 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/sshdmc notice : subshell is not supported with android /system/bin/sh. use busybox sh instead.