gaifeng8864 / klipper-on-android

Run klipper, moonraker, fluidd, KlipperScreen one-click configuration script on androidOS.
GNU General Public License v3.0
140 stars 28 forks source link

Linux Deploy not installing Debian architecture #5

Closed sssawant17 closed 1 year ago

sssawant17 commented 1 year ago

After following your tutorial (here on Github as well as your video), I am running into following issue: After hitting "Install", the screen immediately displays ">>> deploy" & "<<< deploy" in a matter of seconds. upon checking the status, I get the following response in the screenshot:

Screenshot_20230214-112435_Linux_Deploy 1

Donor phone: Samsung Galaxy S8 (64 bit processor hence using "Arm64 architecture" option.

gaifeng8864 commented 1 year ago

After following your tutorial (here on Github as well as your video), I am running into following issue: After hitting "Install", the screen immediately displays ">>> deploy" & "<<< deploy" in a matter of seconds. upon checking the status, I get the following response in the screenshot:

Screenshot_20230214-112435_Linux_Deploy 1

Donor phone: Samsung Galaxy S8 (64 bit processor hence using "Arm64 architecture" option.

Can you provide the model of your mobile phone and the version of Android system you are using? And, what method does the Android system use to obtain root privileges? The reason for this phenomenon is likely to be the incompatibility between the kernel of the Android system and the Debian system or the container virtualized by linuxdeploy. If this is the case, you can only try to change the Android system version.

sssawant17 commented 1 year ago

The issue is resolved by re rooting teh phone with LineageOS

gaifeng8864 commented 1 year ago

The issue is resolved by re rooting teh phone with LineageOS

That's great, congratulations.