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

Failed installation on Android 5.1 device #491

Open
antonangov opened this issue Jun 22, 2024 · 0 comments
Open

Failed installation on Android 5.1 device #491

antonangov opened this issue Jun 22, 2024 · 0 comments

Comments

@antonangov
Copy link

Hi all,

I am trying to install on an Android 5.1 device. The model is Pipo X8 Pro. It would be perfect for this if it works in the end.

The installation fails when the bootstrap is being installed. Here is what I get in the log:

💻 No bootstrap detected, proceeding with installation
💻 Arch: x86_64
💻 Downloading bootstrap c30fdbdb from https://github.com/feelfreelinux/octo4a-bootstrap-builder/releases/download/vc30fdbdb-1.10.1/bootstrap-1.10.1-x86_64.zip
💻 Request to https://objects.githubusercontent.com/github-production-release-asset-2e65be/795680395/79354dbf-98ba-4d0f-94d8-d9a0be3eeb0b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240622%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240622T190104Z&X-Amz-Expires=300&X-Amz-Signature=4795d88f1ef6a9b22207d588a0ebe8f5381dd24a0aa70d91f478668ec16625bc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=795680395&response-content-disposition=attachment%3B%20filename%3Dbootstrap-1.10.1-x86_64.zip&response-content-type=application%2Foctet-stream returned status code 200
💻 Bootstrap downloaded, extracting it...
💻 >ls
💻 /storage/emulated/0/Android/data/com.octo4a/files
🐸 bin
🐸 build-version.txt
🐸 entrypoint.sh
🐸 fake_proc_stat
🐸 libexec
🐸 rootfs.tar.xz
💻 >ls
💻 /storage/emulated/0/Android/data/com.octo4a/files
🐸 No bootstrap detected, extracting
🐸 Bad mode
🐸 entrypoint.sh[33]: ../bin/minitar: No such file or directory
🐸 entrypoint.sh[33]: cat: : Broken pipe
🐸 entrypoint.sh[62]: ./proot: No such file or directory
💻 An exception has occurred at:
java.lang.RuntimeException: Process exited with error code 1. [No bootstrap detected, extractingBad modeentrypoi
at com.octo4a.utils.ProcessUtilsKt.waitAndPrintOutput(ProcessUtils.kt:43)
at com.octo4a.utils.ProcessUtilsKt.waitAndPrintOutput$default(ProcessUtils.kt:16)
at com.octo4a.repository.BootstrapRepositoryImpl$extractBootstrap$2.invokeSuspend(BootstrapRepository.kt:188)
at com.octo4a.repository.BootstrapRepositoryImpl$extractBootstrap$2.invoke(BootstrapRepository.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:91)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.octo4a.repository.BootstrapRepositoryImpl.extractBootstrap(BootstrapRepository.kt:176)
at com.octo4a.repository.OctoPrintHandlerRepositoryImpl$beginInstallation$2.invokeSuspend(OctoPrintHandlerRepository.kt:134)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

Exception:
java.lang.RuntimeException: Process exited with error code 1. [No bootstrap detected, extractingBad modeentrypoi

Any help or suggestions would be greatly appreciated.

Cheers :)

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

1 participant