Ananbox / ananbox

Rootless Android container on Android
1 stars 1 forks source link

Request for Rootfs in Repository #1

Open FlyKOO opened 5 months ago

FlyKOO commented 5 months ago

I've tried building the rootfs, but I'm unable to run it successfully. Could you provide the correct rootfs.7z to ensure everything runs smoothly?

TeddyNight commented 5 months ago

OK, I will upload one working version later. But first, could you provide more information about your testing environment? And do you mean that you failed to build one rootfs?

TeddyNight commented 5 months ago

I"ve uploaded a arm64 version rootfs.7z on releases page, you can download and give it a try.

FlyKOO commented 5 months ago

Thanks for your help, but I'm still unable to enter the system. I tested it on my Xiaomi Mix2S (Android 12) and got the proot.log and system.log files. proot.log system.log

TeddyNight commented 5 months ago

Can you provide the logcat's log of the ananbox app and system error in logcat that contain keywords like binder or ActivityManager or BroadcastReceiver?

FlyKOO commented 5 months ago

Yes, I found some errors in the log, which contain these keywords. app_logs.log all_logs.log image (1)

unnamed

unnamed

TeddyNight commented 5 months ago

emmm, Ananbox doesn't support api level 32(Android 12L) currently because it require some extra work to figure out the format of the binder msg to get it work. You can try ananbox on api level 30 (Android 11) or api level 31 (Android 12, not Android12L). And thanks for your feedback, I will fix it later.

FlyKOO commented 5 months ago

Okay🥳

TeddyNight commented 5 months ago

I've uploaded a new one to release page. You can download and test it.