This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

android在源码中如何增加一个新linux 内核用户

使用ti-sdk-android的SDK包生成镜像时,如果在编译镜像时就增加应Linux 内核用户呢?

例如,当前板子起来后通过adb shell 登入到内核可以看到有shell 和root用户。

那么怎么修改源码增加一个"test"用户密码配置为"testpw",可以使得编译出来的镜像烧入板子后就有一个test用户?

或者源码中哪里可以修改root和shell用户的密码?