iMX8QM MEK Android Automotive OS 10 Root Permmision Denied Error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

iMX8QM MEK Android Automotive OS 10 Root Permmision Denied Error

跳至解决方案
578 次查看
cbl
Contributor V

Hello,

I am developing application on iMX8QM MEK EVK with Android Automotive OS 10.

I downloaded and compiled the Android Automotive OS 10 source codes from NXP's official site and I'm running on my board.

The type of my android image is "userdebug".

I want to run commands containing "su" authority in the application I have developed.

However, when I upload the apk to the board, I get a "Permission Denied" error in the command that works with "su".

How do I root this device directly?

Or what way can you suggest for this issue?

Best regards,

Efecan

0 项奖励
回复
1 解答
554 次查看
brian14
NXP TechSupport
NXP TechSupport

Hi @cbl,

You could try using Android Debug Bridge (ADB) with the following commands:

$adb root
$adb disable-verity
$adb reboot

If you have any questions or concerns, don’t hesitate to let me know.

Best regards, Brian.

在原帖中查看解决方案

0 项奖励
回复
1 回复
555 次查看
brian14
NXP TechSupport
NXP TechSupport

Hi @cbl,

You could try using Android Debug Bridge (ADB) with the following commands:

$adb root
$adb disable-verity
$adb reboot

If you have any questions or concerns, don’t hesitate to let me know.

Best regards, Brian.

0 项奖励
回复