android - Fastboot commands in source code not found in fastboot binary -


i working new device has "secure" bootloader , no 'oem' command integration. upon looking @ source code (official) fastboot, stumbled upon several commands not included in fastboot binary ('fastboot flashing [option]') correspond 'oem' commands, not that, within fastboot protocol (fastboot_protocol.txt), there command specific "secure" bootloaders ("verify:%08x") isn't in source code...

is normal? have recompile fastboot myself able access these commands?

the 'flashing' commands noticed recently added aosp. first distributed release of android m preview (v23 of platform tools package).

unless bootloader on given device supports them, these commands not work. since commands recent, bootloaders should support them have come android m preview factory images released nexus 5, nexus 6, nexus 9, , nexus player.

for now, these commands should considered beta, or alpha, since may change in future. after official release of android m (whatever final nickname may be), devices updated level or above should gain support.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -