Hello guys,
I'm a Newbie here.
My first time to use ADB command line
Okay, I tried the command procedure of arkusuma in changing the uImage, and I did it, but I don't know how to add the permission code (as shown below) in ADB command?
can anybody show me please commands, same as what arkusuma did in uImage...
Adding Permission node:
| in "/etc/permissions/required_hardware.xml", add
|
Code:
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
|
I'm a Newbie here.
My first time to use ADB command line
Okay, I tried the command procedure of arkusuma in changing the uImage, and I did it, but I don't know how to add the permission code (as shown below) in ADB command?
can anybody show me please commands, same as what arkusuma did in uImage...
Adding Permission node:
| in "/etc/permissions/required_hardware.xml", add
|
Code:
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
|