Edit via adb shell /system/framework-res.apk/res/drawable-hdpi-v4/pointer_arrow.png
Hello,
I use Android 5.1 - 1.1.0 1.1.0-FUTEKO. HMD-1.1.0 2017-03-15 firmware, but my message is for HIMEDIA software development doesn`t matter the Android version :
PLEASE, PLEASE, PLEASE, CHANGE THAT AWFUL CURSOR !!!
Thank you.
Sorry, but can you be a bit more specific? I'm all new to Android system editing, and the tutorial I have found on the internet makes me think that it should work this way:
First I need to install Android SDK on my computer.
Run the ADB terminal and enter these commands:
First to backup the original pointer:
adb pull /system/framework-res.apk/res/drawable-hdpi-v4/pointer_arrow.png c:/Android/Bakcup
Than to copy my custom pointer to the Android Box:
adb push c:/Android/pointer_arrow.png /system/framework-res.apk/res/drawable-hdpi-v4/
This would replace (overwrite) the original pointer_arrow.png file on the Android Box with my custom file?!
I guess I'm missing some steps, like to enter and identify my Android Box ip address in the ADB terminal, right? Or do I need to use the OTG USB cable to make this work? The tutorial I have found on the internet are all about connecting the Android device to the PC with an USB cable. :

And sorry for the OFF, and that I have asked this publicly, but other might also would know how to do this properly. (That arrow really needs to get changed...

)