Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version ( BusyBox 1.34.1) doesn't contains busybox bin #117

Open
joselbr2099 opened this issue Jul 26, 2022 · 2 comments
Open

Latest version ( BusyBox 1.34.1) doesn't contains busybox bin #117

joselbr2099 opened this issue Jul 26, 2022 · 2 comments

Comments

@joselbr2099
Copy link

apk from play store and GitHub versions says:

/system/bin/sh: <stdin>[12]: 
busybox: inaccessible or not found

checking busybox-v1_34_1.apk
assets dir only contains all folder

@superbonaci
Copy link

superbonaci commented Jul 28, 2022

Maybe you need root with Magisk and root first. Are you on LineageOS or stock rom?
busybox-v1_34_1-51.apk does work for me:

$ adb shell
android:/ $ which sh
/system/bin/sh
android:/ $ file /system/bin/sh
/system/bin/sh: ELF shared object, 32-bit LSB arm, dynamic (/system/bin/linker), for Android 30, BuildID=68530569b44b24853d1363f7750c794f, stripped
android:/ $ stat /system/bin/sh
  File: /system/bin/sh
  Size: 217252   Blocks: 432     IO Blocks: 512  regular file
Device: b31eh/45854d     Inode: 907      Links: 1        Device type: 0,0
Access: (0755/-rwxr-xr-x)       Uid: (    0/    root)   Gid: ( 2000/   shell)
Access: 2008-12-31 19:00:00.000000000 -0500
Modify: 2008-12-31 19:00:00.000000000 -0500
Change: 2008-12-31 19:00:00.000000000 -0500
android:/ $ /system/bin/sh -v
# Copyright (c) 2010, 2012, 2013, 2014
#       Thorsten Glaser <[email protected]>
# This file is provided under the same terms as mksh.
#-
# Minimal /system/etc/mkshrc for Android
#
# Support: https://launchpad.net/mksh

set +o nohup

if (( USER_ID )); then PS1='$'; else PS1='#'; fi
PS4='[$EPOCHREALTIME] '; PS1='${|
        local e=$?

        (( e )) && REPLY+="$e|"

        return $e
}$HOSTNAME:${PWD:-?} '"$PS1 "

export TERM=xterm-256color

@rubenpgrady
Copy link

@joselbr2099 Does this help? #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants