iMX8QM MEK Android Automotive OS 10 Root Permmision Denied Error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX8QM MEK Android Automotive OS 10 Root Permmision Denied Error

ソリューションへジャンプ
485件の閲覧回数
cbl
Contributor IV

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

ラベル(2)
0 件の賞賛
返信
1 解決策
461件の閲覧回数
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 返信
462件の閲覧回数
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 件の賞賛
返信