27.03.2017 14:15 - bewerkt 27.03.2017 14:21
27.03.2017 14:15 - bewerkt 27.03.2017 14:21
Hello,
I have downloaded ANDROID RECOVERY PAKET for my
now I am trying run the flash.sh from linux-desktop, but the script returns a few errors:
zajdan@linux-desktop1:/usr/bin$ sh /home/zajdan/Downloads/medion-p7332/flash.sh /home/zajdan/Downloads/medion-p7332/flash.sh: 22: [: unexpected operator /home/zajdan/Downloads/medion-p7332/flash.sh: 27: [: unexpected operator *********************************** *** Intel flash process stage 1 *** *********************************** 1) Power off the device. 2) Press and hold [Power]+[VolUp]+[VolDn] for 5 seconds. 3) Connect device to PC via USB. error: cannot load '/efilinux-.efi': No such file or directory cannot load '/droidboot.img': No such file or directory Sleeping for 10 seconds... *********************************** *** Intel flash process stage 2 *** *********************************** /home/zajdan/Downloads/medion-p7332/flash.sh: 57: [: true: unexpected operator error: cannot load '/esp.img': No such file or directory error: cannot load '/droidboot.img': No such file or directory erasing 'system'... FAILED (remote: unknown command) finished. total time: 0.005s error: cannot load '/esp.zip': No such file or directory error: cannot load '/droidboot.img': No such file or directory error: cannot load '/boot.img': No such file or directory error: cannot load '/recovery.img': No such file or directory error: cannot load '/system.img': No such file or directory /home/zajdan/Downloads/medion-p7332/flash.sh: 82: [: true: unexpected operator resuming boot... FAILED (remote: unknown command) finished. total time: 0.000s *********************************** *** Finished. *** ***********************************
Thanks for any hint
28.03.2017 00:05 - bewerkt 28.03.2017 00:16
28.03.2017 00:05 - bewerkt 28.03.2017 00:16
Hi zajdan, a couple of thoughts; maybe some help, or I miss the clue in total. I am no linux.man.
1. Why don't you change in terminal to your download-folder first, then into the unpacked "medion-p3320" folder, and issue the flash.sh command there? (or, check point 4)
2. Did you create or edited the udev/rules, like mentioned in the install guide point 2.?
3. Did you unzip the recovery-package in linux?
4. Maybe You have to make use of command -> ./flash.sh or sudo ./flash.sh; (or just sudo flash.sh)
Success, daddle
op 29.03.2017 12:13
op 29.03.2017 12:13
it was the first what I did...run the script from the folder where it is placed
root@linux-desktop1:/home/zajdan/Downloads/medion-p7332# ./flash.sh *********************************** *** Intel flash process stage 1 *** *********************************** 1) Power off the device. 2) Press and hold [Power]+[VolUp]+[VolDn] for 5 seconds. 3) Connect device to PC via USB. error: cannot load '/efilinux-user.efi': No such file or directory cannot load '/droidboot.img': No such file or directory Sleeping for 10 seconds...
29.03.2017 12:23 - bewerkt 29.03.2017 12:50
29.03.2017 12:23 - bewerkt 29.03.2017 12:50
I edited the script and instead of variable $OUT I have put there absoluth path, where I have the files and now it is ok.
but appears another problem....when the script starts process stage 2
on tablet is 'warning'
EFILINUX ERROR [efi_main:529] fs_init failed, DnX mode?
is it problem?
op 29.03.2017 18:00
op 29.03.2017 18:00
zajdan@linux-desktop1:/usr/bin$ sh /home/zajdan/Downloads/medion-p7332/flash.sh /home/zajdan/Downloads/medion-p7332/flash.sh: 22: [: unexpected operator /home/zajdan/Downloads/medion-p7332/flash.sh: 27: [: unexpected operator
Your first post above said this; which is not starting from inside the folder medion-p7332. Thats why the flash.sh couldn't find any files. But you still persist:
ZAJDAN wrote:
"it was the first what I did...run the script from the folder where it is placed"
Quite a difference to the way you stated you starting the flash.sh in your post 1.
And it doesn't work anyway; So I am Sorry, can't follow your argumentation.
Good luck, daddle
op 30.03.2017 07:36
op 30.03.2017 07:36
as I wrote...when I changed in the script instead of variable $OUT my absolute path...script loads the files without problem
if You do not believe me, that when I run the script(default version) from the folders where are the files, so I can demonstrate it in more details.
op 30.03.2017 09:12
op 30.03.2017 09:20
op 30.03.2017 09:20
I am glad, that someone communicate with me and try to help, Thanks for Your time.
Anyway I am facing another problem about the EFI BOOT FIX:
https://community.medion.com/t5/Tablet/EFI-Boot-Fix-doesn-t-help/m-p/42053#U42053