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 10 looping in boot screen #22

Open
funkii7 opened this issue Jan 31, 2023 · 1 comment
Open

Android 10 looping in boot screen #22

funkii7 opened this issue Jan 31, 2023 · 1 comment

Comments

@funkii7
Copy link

funkii7 commented Jan 31, 2023

Hi,
System setup: $uname -a Linux useruser 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux. CPU: Ryzen 5 3600, 32GBRAM

I'm currently trying to build & run Android 10 using the provided Tutorial.
Building seems to work fine, executing m -j results in #### build completed successfully (53:59 (mm:ss)) ####.

However, when I try to run the emulator the GUI gets stuck in the boot screen (Image attached). In my shell I get the following output in a loop.

[  674.288299] init: Sending signal 9 to service 'zygote' (pid 1295) process group...
[  674.289602] libprocessgroup: Successfully killed process cgroup uid 0 pid 1295 in 0ms
[  674.290992] init: updatable process 'zygote' exited 4 times before boot completed
[  674.291499] init: Init cannot set 'ro.init.updatable_crashing' to '1': Read-only property was already set
[  674.296649] init: Command 'write /sys/power/state on' action=onrestart (<Service 'zygote' onrestart>:2) took 0ms and failed: Unable to write to file '/sys/power/state': Unable to write file contents: Invalid argument
[  674.309014] init: Sending signal 9 to service 'audioserver' (pid 1296) process group...
[  674.338266] libprocessgroup: Successfully killed process cgroup uid 1041 pid 1296 in 28ms
[  674.362204] init: Command 'restart audioserver' action=onrestart (<Service 'zygote' onrestart>:3) took 53ms and succeeded
[  674.362828] init: Command 'restart cameraserver' action=onrestart (<Service 'zygote' onrestart>:4) took 0ms and failed: service cameraserver not found
[  678.703257] healthd: battery l=100 v=5000 t=25.0 h=2 st=4 c=900 fc=3000000 cc=10 chg=

The full emulator log is attached (At the end i just ctrl+c the process in the shell)
I also waited 3:30h until i canceled it in another run, it kept looping the same messages like in the attached log (I also redownloaded and rebuilt everything from the start in this second run).
Anyone got ideas what I did wrong or how to fix this? Is my CPU too weak? If you need more information or other logs I'm happy to provide them.

log.txt
screenshot

@MaoHan001
Copy link
Contributor

please use the android 12 branch instead or check the System boot fail section in https://github.com/riscv-android-src/riscv-android/blob/main/doc/common_faults_and_treatment_methods.md

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

2 participants