dreaddymck / nimbus_dmck

Repo for nimbus - a tool for controling jailbroken iDevices from SSH. Activator needed to work properly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimbus

Repo for nimbus - a tool for controling jailbroken iDevices from SSH. Activator needed to work properly. INSTALLING: Download the nimbus file and place it to /usr/bin by using iFILE or Filza file manager. Controlling: type "nimbus help" in the on-device terminal emulator or from SSH for a list of commands.

nimbus_dmck

Customize the default menu items by adding a .nimbus script to the home directory as source. Create custom actions and/or simply copy over preferred menu entries.

Override .nimbus example:

#!/bin/bash
action(){
    #...
}
# required function
nimbus_custom_menu(){
    printf "%$((${COLLUMN0} + ${COLLUMN1}))s\n" " " | tr ' ' '-'
    printf "%-${COLLUMN0}s %-${COLLUMN1}s\n" "unlock" "unlock interface"
    printf "%-${COLLUMN0}s %-${COLLUMN1}s\n" "action "description"
}

About

Repo for nimbus - a tool for controling jailbroken iDevices from SSH. Activator needed to work properly.


Languages

Language:Shell 100.0%