supechicken / ChromeOS-ARCVM-Root

Scripts for rooting ChromeOS ARCVM-based Android subsystem (Android 11+)
GNU General Public License v3.0
37 stars 9 forks source link

bash: line 1: 404:: command not found (Possible permission issue) #8

Open grumpyman12601 opened 4 months ago

grumpyman12601 commented 4 months ago

Whenever I try to run the Root script I get this error, the bash cmd doesn't run properly. bash: line 1: 404:: command not found I have been able to at least partially install it using the VT-2 Root terminal, but after I restarted the system it didn't stay installed. It could be Google further restricting our ability to remove read-write-protect on systems but I'm not sure. I have tried on v120 and v123 and neither works

When installing directly from root_fix_module I get this error It looks like a permissions issue KernelSU Install Log KernelSU_install_log_2024-05-10-10-32-13.log

I could restore to like v105 and possibly get it working and re-update my system but there's a 99% chance it breaks something in the system due to file hierarchy changes

DEBUG INFO CHROME VERSION 120.0.6099.272

CHROMEOS_ARC_STATUS enabled

CHROMEOS_ARC_VERSION 11319972

CHROMEOS_FIRMWARE_VERSION Google_Sasuke.13606.519.0

CHROMEOS_RELEASE_APPID E0DD1258-E890-493E-ADA3-0C755240B89C

CHROMEOS_RELEASE_BOARD dedede-signed-mp-v38keys

VPD_2.0 "region"="us" "should_send_rlz_ping"="0" "block_devmode"="0" "check_enrollment"="0" "ActivateDate"="2023-42"

grumpyman12601 commented 4 months ago

I'm going to try to modify the permissions of kernelSU for full system files access ETC I'll decompile and modify the APK and give the result here

grumpyman12601 commented 4 months ago

I'll be the first to admit it's extremely out of my skill zone, I added the permissions to the .XML file and recompiled, but I still can't request permissions from: app info -> permissions app info -> More settings and permissions

Here's the modified file AndroidManifest.txt (Switch it back to a .xml file)

supechicken commented 4 months ago

It is unrelated to KernelSU or ChromeOS itself, and the error occurred while downloading the script:

Whenever I try to run the Root script I get this error, the bash cmd doesn't run properly.

bash: line 1: 404:: command not found

Notice that 404, it is likely that you mistyped the URL in the installation command 😅