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

Android 8 System Information : bash setupTermuxArch.sh sysinfo #74

Closed
SDRausty opened this issue Apr 19, 2018 · 5 comments
Closed

Android 8 System Information : bash setupTermuxArch.sh sysinfo #74

SDRausty opened this issue Apr 19, 2018 · 5 comments
Labels
A26+ Android 8 SDK 26+ enhancement spoon Spoon child issue with parent socket issue

Comments

@SDRausty
Copy link
Owner

SDRausty commented Apr 19, 2018

This issue is forked, and is for Android 8 system information. The more we know, the better we can help in finding an answer. This issue is reserved for posting Android 8 system information. Post bash setupTermuxArch.sh sysinfo output for Android 8 right here in this thread (especially if you are enjoying Arch Linux in Termux PRoot on device):

Android 8:

System information:
Linux localhost 4.9.65-13087505 #1 SMP PREEMPT Sun Feb 25 18:48:40 KST 2018 aarch64 Android
Termux-packages arch:
aarch64
Android version:
8.0.0
Device manufacturer:
samsung
Device model:
SM-G965W

Disk report 34518344 on /data Thu Apr  5 16:36:38 EDT 2018

BASH_VERSINFO[0] = 4
BASH_VERSINFO[1] = 4
BASH_VERSINFO[2] = 19
BASH_VERSINFO[3] = 1
BASH_VERSINFO[4] = release
BASH_VERSINFO[5] = aarch64-unknown-linux-android

cat /proc/cpuinfo results:

Processor       : AArch64 Processor rev 12 (aarch64)
processor       : 0
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x7
CPU part        : 0x803
CPU revision    : 12

processor       : 1
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x7
CPU part        : 0x803
CPU revision    : 12

processor       : 2
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x7
CPU part        : 0x803
CPU revision    : 12

processor       : 3
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x7
CPU part        : 0x803
CPU revision    : 12

processor       : 4
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x6
CPU part        : 0x802
CPU revision    : 13

processor       : 5
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x6

processor       : 6
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x6
CPU part        : 0x802
CPU revision    : 13

processor       : 7
BogoMIPS        : 38.40
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp
CPU implementer : 0x51
CPU architecture: 8
CPU variant     : 0x6
CPU part        : 0x802
CPU revision    : 13

Hardware        : Qualcomm Technologies, Inc SDM845

dpkg --print-architecture result:

aarch64

getprop ro.product.cpu.abi result:

arm64-v8a

getprop ro.product.device result:

star2qltecs

Download directory information results.

/sdcard/Download exists
/storage/emulated/0/Download exists

du -hs /data/data/com.termux/files/home/arch results:

124.0K  /data/data/com.termux/files/home/arch

ls -al /data/data/com.termux/files/home/arch results:

total 40
drwx------    9 u0_a290  u0_a290       4096 Apr  5 16:32 .
drwx------    4 u0_a290  u0_a290       4096 Apr  5 16:36 ..
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 data
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 dev
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 proc
drwx------    3 u0_a290  u0_a290       4096 Apr  5 16:29 root
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 sdcard
-rwx------    1 u0_a290  u0_a290       3996 Apr  5 16:29 startarch
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 storage
d---------    2 u0_a290  u0_a290       4096 Apr  5 16:32 sys

uname -a results:

Linux localhost 4.9.65-13087505 #1 SMP PREEMPT Sun Feb 25 18:48:40 KST 2018 aarch64 Android

End `setupTermuxArchDebug0594.log` debug information.

Contributed by @Root-voidX from #59 (comment)

@SDRausty SDRausty added enhancement spoon Spoon child issue with parent socket issue labels Apr 19, 2018
@SDRausty SDRausty changed the title Android 8 Android 8 System Information : bash setupTermuxArch.sh sysinfo Apr 20, 2018
@SDRausty
Copy link
Owner Author

If you are having troubles with Arch Linux in Termux PRoot on Android 8, open a new issue at this project after leaving a comment here with your bash setupTermuxArch.sh sysinfo output information. Ensure that your Termux packages are up to date by running pkg update in Termux.

For the content Arch Linux in Termux PRoot users, leave a comment with the same output from bash setupTermuxArch.sh sysinfo here in this issue. We want this information even more.

@SDRausty
Copy link
Owner Author

Enjoy Arch Linux in Termux PRoot on device ⛵🌊💦🏖🏞🏙☀

@SwiftLawnGnome
Copy link

I'm able to run Arch prooted on 8.1


`termux-info` results:

Updatable packages:
All packages up to date
System information:
Linux localhost 3.10.73-ElementalX-N6P-6.04 #1 SMP PREEMPT Mon Apr 2 21:52:10 EDT 2018 aarch64 Android
Termux-packages arch:
aarch64
Android version:
8.1.0
Device manufacturer:
Huawei
Device model:
Nexus 6P

Disk report 2718588 on /data Sat Apr 28 14:17:16 EDT 2018

BASH_VERSINFO[0] = 4
BASH_VERSINFO[1] = 4
BASH_VERSINFO[2] = 19
BASH_VERSINFO[3] = 1
BASH_VERSINFO[4] = release
BASH_VERSINFO[5] = aarch64-unknown-linux-android

cat /proc/cpuinfo results:

processor	: 0
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 2

processor	: 1
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 2

processor	: 2
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 2

processor	: 3
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd03
CPU revision	: 2

processor	: 4
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x1
CPU part	: 0xd07
CPU revision	: 1

processor	: 5
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x1
CPU part	: 0xd07
CPU revision	: 1

processor	: 6
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x1
CPU part	: 0xd07
CPU revision	: 1

processor	: 7
Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x1
CPU part	: 0xd07
CPU revision	: 1

Hardware	: Qualcomm Technologies, Inc MSM8994

dpkg --print-architecture result:

aarch64

getprop ro.product.cpu.abi result:

arm64-v8a

getprop ro.product.device result:

angler

Download directory information results.

lrwxrwxrwx 1 u0_a334 u0_a334 28 Feb 11 15:44 /data/data/com.termux/files/home/storage/downloads -> /storage/emulated/0/Download
/sdcard/Download exists
/storage/emulated/0/Download exists

df /data/data/com.termux/files/home/arch results:

Filesystem      1K-blocks     Used Available Use% Mounted on
/dev/block/dm-0  56280900 53545932   2718584  96% /data

df results:

Filesystem                                              1K-blocks     Used Available Use% Mounted on
tmpfs                                                     1422440      484   1421956   1% /dev
tmpfs                                                     1422440        0   1422440   0% /mnt
/dev/block/platform/soc.0/f9824900.sdhci/by-name/system   3095324  1914000   1164940  63% /system
tmpfs                                                     1430632        0   1430632   0% /system/framework
/dev/block/loop0                                            60912    19808     39796  34% /system/framework/XposedBridge.jar
tmpfs                                                     1430632        0   1430632   0% /system/lib64
tmpfs                                                     1430632        0   1430632   0% /system/lib
/dev/block/platform/soc.0/f9824900.sdhci/by-name/vendor    201272   189072      8172  96% /vendor
/dev/block/platform/soc.0/f9824900.sdhci/by-name/cache      96688      208     94432   1% /cache
/dev/block/platform/soc.0/f9824900.sdhci/by-name/modem      81872    48688     33184  60% /firmware
/dev/block/dm-0                                          56280900 53545932   2718584  96% /data
tmpfs                                                     1430632        0   1430632   0% /sbin
/data/media                                              56280900 53545932   2718584  96% /storage/emulated

du -hs /data/data/com.termux/files/home/arch results:

1.7G	/data/data/com.termux/files/home/arch

ls -al /data/data/com.termux/files/home/arch results:

total 72
drwx------ 16 u0_a334 u0_a334 4096 Apr 28 14:16 .
drwx------ 31 u0_a334 u0_a334 4096 Apr 28 14:17 ..
lrwxrwxrwx  1 u0_a334 u0_a334    7 Apr 25 15:20 bin -> usr/bin
drwxr-xr-x  4 u0_a334 u0_a334 4096 Apr 26 00:33 boot
drwxr-xr-x  2 u0_a334 u0_a334 4096 Apr  2 21:20 dev
drwxr-xr-x 39 u0_a334 u0_a334 4096 Apr 27 03:52 etc
drwxr-xr-x  6 u0_a334 u0_a334 4096 Apr 26 02:09 home
lrwxrwxrwx  1 u0_a334 u0_a334    7 Apr 25 15:21 lib -> usr/lib
drwxr-xr-x  2 u0_a334 u0_a334 4096 Mar 11 15:24 mnt
drwxr-xr-x  2 u0_a334 u0_a334 4096 Mar 11 15:24 opt
dr-xr-xr-x  2 u0_a334 u0_a334 4096 Apr  2 21:20 proc
drwxr-x---  4 u0_a334 u0_a334 4096 Apr 26 15:46 root
drwxr-xr-x  7 u0_a334 u0_a334 4096 Apr 26 00:37 run
lrwxrwxrwx  1 u0_a334 u0_a334    7 Apr 25 15:21 sbin -> usr/bin
drwxr-xr-x  4 u0_a334 u0_a334 4096 Apr 25 15:21 srv
-rwx------  1 u0_a334 u0_a334 4740 Apr 25 15:36 startarch
dr-xr-xr-x  2 u0_a334 u0_a334 4096 Apr  2 21:20 sys
drwxrwxrwt  4 u0_a334 u0_a334 4096 Apr 28 02:16 tmp
drwxr-xr-x  8 u0_a334 u0_a334 4096 Apr 27 03:42 usr
drwxr-xr-x 12 u0_a334 u0_a334 4096 Apr 25 15:36 var

uname -a results:

Linux localhost 3.10.73-ElementalX-N6P-6.04 #1 SMP PREEMPT Mon Apr 2 21:52:10 EDT 2018 aarch64 Android

I'm having a few issues but I don't know if they're related to 8.1. I think most of them are more about the workarounds for sure/sudo in TermuxArch. But my zsh init file will not load, it will just hang until I press Ctrl-c and then it will return to the default prompt.

@SDRausty
Copy link
Owner Author

SDRausty commented Apr 28, 2018

@SwiftLawnGnome thanks for this information; we are discussing the current status of Android 8 with Termux PRoot in detail at termux/proot#13

Share your Android 8 ktest.sh results at this issue, if possible:

$ bash ktest.sh

PRoot test results:

[-1 2 -1 38 -1 2]

From termux/proot#13 (comment)

@SDRausty
Copy link
Owner Author

The Termux PRoot builds not; why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A26+ Android 8 SDK 26+ enhancement spoon Spoon child issue with parent socket issue
Projects
None yet
Development

No branches or pull requests

2 participants