I need to update the date and time of my tablet by means of adb
, in a nexus with android 5 I do it with:
adb shell date YYYYMMdd:HHMMSS
However in another tablet with android 6.0 does not allow me, the following message appears:
date: can not set date: Operation not permitted.
Do you know what this message should be?