Skip to content

Install from macOS ARM to Orbic is failing with "rootshell is not giving us root" #597

@offbyone

Description

@offbyone

Rayhunter Version

v0.5.1

Device

Orbic RC400L

Installer OS

macOS

Describe the Issue

I attempted to run the installer:

$ ./installer orbic
Forcing a switch into the debug mode to enable ADB
ADB enabled, waiting for reboot... it's alive!
Waiting for atfwd_daemon to startup... done
Installing rootshell...
Failed to install rayhunter on the Orbic RC400L

Caused by:
115fd169c3a53d967d947  /bin/rootshellSYSCMD=mv /tmp/rootshell /bin/rootshell

A second attempt resulted in this:

$ ./installer orbic
Forcing a switch into the debug mode to enable ADB
Device already in command mode. Doing nothing...
ADB enabled, waiting for reboot... it's alive!
Waiting for atfwd_daemon to startup... done
Installing rootshell...
Failed to install rayhunter on the Orbic RC400L

Caused by:
    rootshell is not giving us root.

However, the rootshell is there and puts the session in root:

$ ./installer util shell
opening shell
/ $ id
id
uid=2000 gid=2000 groups=1004,1007,1011,1015(sdcard),1028,3001,3002,3003,3006
/ $ rootshell
rootshell
bash-4.3# id
id
uid=0(root) gid=0(root)
bash-4.3#

So I'm not quite sure what to do next. How do I either reset things to a clean state, or make the installer proceed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginstallerIssues related to the installerorbic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions