Meizu Pro5 fastboot mode locked
-
@Marathon2422 @Stefano I followed your tips, from the step needing the TWRP installation, and finally I have Ubports 15.04 on my Pro 5, hurray! Thank you very much! I also have the "Meizu powered by Ubuntu" splashscreen.
Now, I would like to switch to Ubuntu 16.04 but I'm struggling with that and still I'm not succeeding. Here following what I did:- Typed "sudo ubuntu-device-flash --server=http://system-image.ubports.com touch
--device=turbo --channel=ubports-touch/16.04/devel --bootstrap --wipe" from inside phablet-shell but it doesn't recognize the command ubuntu-device-flash: the output states 'command not found'. - When I was on 15.04 stable I ran both the ubports-installer 0.1.12 and 0.1.13. Both didn't detect my Pro 5 so I went in manual mode and the result was the following (P.S. I tried to run both either in terminal with sudo or without sudo):
- 0.1.13: it stops really soon with an error, without starting the pushing file step;
- 0.1.12: it works, it goes pushing all the 13 of 13 files and then I got the 'Success' window; but, once rebooted the phone I step into this:
rebooting the phone I'm still stuck in the 15.04 version.
- Then I switched to 15.04 Release Candidate. I used again both the ubports-installer 0.1.12 and 0.1.13 and here below the results:
- 0.1.13: it detects the phone automatically now, but, once rebooted, it stucks on the splashscreen doing nothing, without achieving the pushing files step;
- 0.1.12: it detects the phone automatically now, but, once rebooted, it stucks on the splashscreen doing nothing, without achieving the pushing files step.
- I tried the other command 'sudo system-image-cli -vvvv --switch ubports-touch/16.04/devel' to update from terminal within the phablet-shell and it seems to work until to get this:
.
Now I'm out of ideas......any hint is always welcome
Matteo
EDIT: I forgot to mention that I finally succeeded because I decided to try to change the USB cable with a brand new one nearly purchased and it worked like a charme! So, the message is: never trust USB cables!
- Typed "sudo ubuntu-device-flash --server=http://system-image.ubports.com touch
-
@matteo Firstly, flash back TWRP recovery, make a TWRP backup of your current 15.04 to ExternalSD card, can copy to your PC as well.
In order to flash anything you need to have ubuntu-device-flash installed. Try: sudo apt install ubuntu-device-flashIn TWRP then wipe whole phone (NO ExternalSD)
In order to flash the 15.04 or 16.04 with ubuntu -device-flash, you need to have ubuntu recovery flashed.
Download it and flash it with fastboot.
Reboot to recovery and type: sudo adb devicesShould recognize the device.
If not, try flash it again.
Also try unplug the phone from PC and in terminal type:
sudo adb kill-server
sudo adb start-serverPlug in the phone ( rebooted to recovery)
sudo adb devicesIt should list the device in recovery.
Yiu can proceed to flashing.The flashing will fail if there is not enough space in the cache partition (15.04)
And will fail (probably) in 16.04 because Xenial image is larger and needs bigger cache partition.In that case just follow the guide to increase the size of cache partition on Pro 5.
-
@stefano I flashed TWRP,
made backup of 15.04,
moved it off of device,
used TWRP,wiped device
,then flashed Stefano's copy/folder for UT 16.04.
Then played for a while,
then flashed recovery,( from the 15.04 folder),giving me working 16.04 that updates -
-
@stefano thanks Stefano. I think I have the same problems than yours with the cache size; the guide to increase the size of cache is this, right? Well, me too I have this situation after a df -h:
/dev/disk/by-partlabel/cache 496M 2,8M 483M 1% /android/cache
And, after installing the ubuntu-device-flash the following command worked:
sudo ubuntu-device-flash --server=http://system-image.ubports.com touch --device=turbo --channel=ubports-touch/16.04/devel --bootstrap --wipe
But it stalled after rebooting into the Ubuntu recovery, like you said in that post. I would like to proceed with the mihael procedure to resize the cache but it is not very straightforward... I'm not sure for example where to type the lines listed at the very beginning:
mount /dev/block/sda41 /system
mount -t proc proc /system/proc
mount -t sysfs sys /system/sys
mount -o bind /dev /system/dev
chroot /system /bin/bashMatteo
-
-
@stefano uuuuuuuu thanks, will do! I completely missed that!
-
@stefano
very stressful for a retired truck driver like me .
nearly tripped up on the name for 43 , got there in the end ,now i need a drink.
maybe i need to buy you a drink Thanks Stefano./dev/block/sda32 45568 50687 5120 20M Microsoft basic data
/dev/block/sda33 50688 55807 5120 20M Microsoft basic data
/dev/block/sda41 65536 720895 655360 2.5G Microsoft basic data
/dev/block/sda42 720896 790000 69105 270M Microsoft basic data
/dev/block/sda43 790016 1031167 241152 942M Microsoft basic data
/dev/block/sda44 1031168 7633914 6602747 25.2G Microsoft basic data -
@stefano UPDATE: I wiped the phone completely and the situation of my Pro5 partitions is the following:
Now I'm stuck at the first step:
mount /dev/block/sda41 /system -----------> OK!
mount -t proc proc /system/proc -------------> ERROR!
mount -t sysfs sys /system/sys -------------> ERROR!
mount -o bind /dev /system/dev -------------> ERROR!BTW how to get rid of the tmpfs partitions, if possible? And why there are 2 partitions named sda44?
-
@matteo If you wiped the phone completely, you lost a tool to change the partitions. You'll need Gparted or flash back Ubuntu Touch and follow the guide. Ubuntu Touch itself is Linux distro and has a tool to do it within the system (fdisk)
The partition you see are Android partitions as you formated with TWRP ( I presume)
No need to remove tmpfs, actually I wouldn't touch it at all. Same for partition 44. -
@stefano Right Stefano, I just realized....Actually I had to wipe it with TWRP because I tried to go back to 15.04 Stable channel but I got a big error at the end of the update and my phone just didn't boot anymore. I noticed I had some issue with the 15.04, for example the wi-fi lost the password at every boot.
-
@matteo one hint from @Marathon2422 ( I was doing that automatically)
If there is trouble to have your phone recognize with adb, then reboot the phone to Ubuntu Touch and unplug it from PC. In terminal (on PC) type:
sudo adb kill-server
sudo adb start-serverPlug in the phone, on the screen should appear a small window to allow adb usb debuggingusb, click on to allow.
Your phone (curent installation of Ubuntu Touch will remeber your PC and will allow the adb usb debugging)
Reboot again to recovery and try Ubports installer or ubuntu-device-flash
-
@stefano I did it Stefano! I followed step by step your guide to resize the cache partition and now I have the 16.04 UT installed! Thank you so much, you were very helpful! I would like only to take the advantage of this open thread to share some thoughts about the newly installed OS:
- I tried to install back the Ubuntu recovery by typing "sudo fastboot flash recovery-turbo.img" but now, inaspectedly respect to when I did the same for the 15.04 working flawlessly, now I got this error:
Just to be clear, the file is in the $home folder, the name of it is "recovery-turbo.img" and I enabled the developer mode.
-
However, is there a reason why I should install the Ubuntu recovery? Doesn't make any sense to stick with the TWRP recovery, in order to be ready in case of any problem and restore for instance the backup?
-
Both with the 15.04 and now with the 16.04 I noted that my home wi-fi session is not keeping the password, which I have to reinstate every time I reboot the phone; I searched for a known bug on the UBports github and on this forum but unluckily I didn't find a thing about it. Do you know how to fix this problem on my Pro5?
Matteo
-
I think I can reply to myself for point 2: if I try to update the OS and I download and install the OS update, the phone tries to boot to the Ubuntu recovery but instead boots to TWRP and there it just stuck and doesn't continue anymore the updating process.
That's why I need the Ubuntu recovery, but up to now I'm not able to flash it again for some reasons it seems.... -
@matteo Congerats!
reinstall the recovery by this command:
sudo fastboot flash recovery recovery-turbo.imgYes it makes sense to have Ubuntu recovery installed for OS updates. If you just want to test it, then no.
The wifi problem I never experienced on Pro 5, only on Nexus 5.
I would probably wipe the phone completely, install Flyme 5......daily (the one for unlocking bootloader)
And try again with Ubuntu aftrwards. Your partitions should stay untouched, ready for 16.04.I don't think that anyone mentioned that wifi bug on Pro 5, so probably just a glitch.
-
@stefano ahahaaha so I missed the command 'recovery' there.....yes, it works now
For the wifi then you are suggesting to install Flyme again ....ok I'll try that also, if I see the wifi problem persisting even after the latest update.Big thanks to all you guys who helped me so much! This community is awesome!
Ciao!
Matteo
-
@matteo No problemo, I got helped, so I do help others.
-
@matteo regarding the wifi
,my bqm10fhd has this problem
Caused by the flash tool,and my error.
If you go back to android it will show NVRAM error x10.
But it will remember passwords ,on android.I do not have this on my pro5
-
Unfortunately I flashed Flyme and then back to UT 16.04 but nothing, the wi-fi doesn't keep the password and at every reboot I have to reinstate that: it is so annoying. In Flyme it worked as expected, by the way. I suspect that also the GPS doesn't work because before, when I flashed for the first time the UT 15.04, both the wi-fi and GPS didn't worked as expected (I left the GPS looking for my position for 10 minutes or so and then I gave up). But here in 16.04 I found out I cannot install the uNav app yet, so I cannot check it.
@Marathon2422 When I flashed the Flyme OS I didn't see such an error you are mentioning, so I don't really know what's going on with my Pro5. Am I the only one to have experienced that? Really weird...
-
@matteo I have uNav installed on my xenial device and also sensorsstatus. Both are versions for vivid, that's true, but they seem to work and at least those apps don't crash. Enough for me until there's a proper xenial version.
For your wifi password you should file a bug report if it isn't filed already https://github.com/ubports/ubuntu-touch/issues (use the Label button to look for issues specific of your phone).