-
-
Notifications
You must be signed in to change notification settings - Fork 21
Rooting devices
Tarek edited this page Jun 19, 2015
·
3 revisions
To indicate in your config that you want your device rooted, you have to set the following property:
{
"update": {
"root_method": "supersu"
}
}
where root methods are found under __config__.target.root.methods, at the moment supersu is only supported and has the following properties:
{
"__config__": {
"target": {
"root" : {
"methods": {
"supersu": {
"path": "path/to/supersu.zip",
"include_archs": [],
"include_apk": true
}
}
}
}
}
}
To generate an autoroot package without an explicit configuration, see incept autoroot