i was read and do the guide to enable camera2api,
i use Linux Mint OS, adb and fastboot was installed.
i was enter to bootloader mode and run command
Code:
sudo fastboot devices
, the devices is detected.
but when i run command
Code:
sudo fastboot oem enable_camera_hal3 true
i got error
Code:
sudo fastboot oem enable_camera_hal3 true
...
FAILED (remote: unknown command)
finished. total time: 0.001s
what wrong with this?
how to fix this, how update driver adb on LinuxMint?
Related
Lately I am trying to root my p8, when I came across this issue:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem unlock 2104915622823317
...
FAILED (remote: already fastboot unlocked)
finished. total time: 0.140s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-info
...
FAILED (remote: Command not allowed)
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot twrp-2.8.7.1-p8.img
downloading 'boot.img'...
OKAY [ 0.556s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.559s
As seen above I am not being granted the permission to these commands even though I have a unlocked bootloader.
Because I can not think of any reason why this is happening I am asking for tipps I can try.
Thanks in advance
fastboot boot won't work........... i tried it too....... didn't try oem device-info though
ZTE Blade S7 impossible to unlock ("fastboot oem unlock" is an unknown command)...
Hi all,
I tried to unlock the bootloader of my ZTE Blade S7, but had no luck.
Followed some similar guides in Internet basically.
When I reboot into the bootloader, I issue "fastboot devices" and I can get the correct information below.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot devices
bd9bc873 fastboot
Instead when I try to issue the "fastboot oem unlock" command I get the error message below.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.000s
I tried also with "fastboot oem unlock-go" and "fastboot oem device-info", but they did not work too.
I allowed the "OEM Unlock" option of course.
Any ideas?
Thanks in advance.
Emanuele
same
I'd look through the source code to see what commands it has.
I have been trying to unlock my bootloader, when i type fastboot oem unlock i get
FAILED (remote: 'unknown OEM command')
fastboot: error: Command failed
on the cmd, and when i type fastboot flashing unlock i do not get anything on the cmd, but i get "RESULT: FAIL(unkown command) on my phone.
please help.
i have a motorola moto c how do i unlock the bootloader the fastboot oeam get_unlock_data command says its unknown command
Presumably that's a typo in your quote?
You should quote exactly what happened so people can help.
There are two different errors, local or remote.
Code:
C:\>fastboot stupidcmd
fastboot: usage: unknown command stupidcmd
C:\>fastboot oem stupidcmd
(bootloader) 'stupidcmd' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote: '')
fastboot: error: Command failed
Have you tried fastboot oem help?
To answer your question, I believe that Motorola in general has stopped supporting fastboot unlocking on the less expensive models.
delete
Renate said:
Presumably that's a typo in your quote?
You should quote exactly what happened so people can help.
There are two different errors, local or remote.
Code:
C:\>fastboot stupidcmd
fastboot: usage: unknown command stupidcmd
C:\>fastboot oem stupidcmd
(bootloader) 'stupidcmd' is not a supported oem command
(bootloader) See 'fastboot oem help'
FAILED (remote: '')
fastboot: error: Command failed
Have you tried fastboot oem help?
To answer your question, I believe that Motorola in general has stopped supporting fastboot unlocking on the less expensive models.
Click to expand...
Click to collapse
i did try fastboot oem help but it didnt help and its not the typo and the error is remote
Hi,
I would like to ask you about a support in programming my "old" Redmi 3s, becase I want to have a newer Android version on the device
The device has Android 6.0.1 MMB29M, MIUI10 Global 9.3.28 Beta, kernel: 3.18.20-g89abe5f.
When I enter fastboot mode, I do not see any version of fastboot, only "picrure of bunny" with FASTBOOT.
Bootloader is arelady unlocked (as in bellow logs).
After when I flashed TWRP and I tried boot twrp.img, I got info:
FAILED (remote: dtb not found)
I tried with available the oldest one as I found on page Redmi3s-Land is twrp-3.1.1-0-land.img , and also tried with the newest one twrp-3.6.2_9-0-land.img.
ISSUE:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 0.403s]
booting...
FAILED (remote: dtb not found)
finished. total time: 0.487s
BOOTLOADER:
I have unlocked bootloader:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: true
(bootloader) Display panel:
OKAY [ 0.016s]
finished. total time: 0.017s
What I should do to fix this issue and to enter TWRP:
FAILED (remote: dtb not found)
?
Ahh.. I fouded solution. :/ :/
Commands:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot twrp.img
calls twrp.img file from above folder, not from Redmi 3s interal flash, where I copied a new twrp.img to programming.
So simply I moved "right" file of twpr inside to folder "Minimal ADB and Fastboot", and then commands works an issue FAILED (remote: dtb not found) doest apperas.