Help testing new legacy image
-
Hmm, Installation on MX4 seems a bit difficult, but that is possibly just because I can't boot any image from fastboot - and I never could.
So here is a way to make this work (I wanted a clean install, so here is one way to do it):
-
I had to use this tool to clean my device (albeit booting recovery failed): https://github.com/MariusQuabeck/magic-device-tool
sudo snap install magic-device-tool --devmode
magic-device-tool (choose arale, Ubuntu Touch installation and a clean install to wipe all data)
It exits with error that it can't boot recovery, but that should be ok since it fashed some partitions before. -
Once cleaning is done, I flashed adb enabled recovery: http://people.canonical.com/~alextu/tangxi/recovery/recovery.img
-
After this I first had to boot into recovery and flash regular Ubuntu image for some reason as UBports image didn't work for me initially:
ubuntu-device-flash touch --device arale --channel ubuntu-touch/stable/meizu.en -
Finally I booted into recovery again and executed the following command after which UBports image worked just fine:
sudo ubuntu-device-flash --server=https://system-image.ubports.com/ touch --channel=ubports-touch/legacy --device=arale
(I had to specify the device as it didin't recognise it correctly.)
-
-
I'm trying to install the new images on a Bq E5. I'm able to get into fastboot mode in my phone, I connect the phone with an USB cable to my Ubuntu system (I'm running currently Ubuntu 17.04), but it seems that my Ubuntu system does not see my Ubuntu Phone. Nothing appears with "lsusb", and when I try the "ubuntu-device-flash" command, it says it is waiting for the device to be put into fastboot (which it is) and does nothing.
Can I flash the image directly from the phone? I can upload (with ssh) the "img" file to my phone, so if I could I would do it directly there.
-
If
fastboot devices
doesn't detect your phone while it's booted to the bootloader, try a different USB port and USB cable. Ensure you're plugging in to a USB 2.0 port on your computer. -
@UniSuperBox Thanks, it turned out I had changed to mtp only with the tweak toool, when I changed to USB I could mount the device and now I'm flashing the uBport image, crossing my fingers....
-
Yes!, success!, I'm in the uBports ship with my BQ E5!
-
@wgarcia Congratulations!
-
Has anyone tested the Aquaris E4.5? My Aquaris I use as a main phone, so I have some fear of flashing the device
-
@wgarcia What is the restoration procedure?
should you install openssh-server on the phone? -
What I did is the following. You do not need to install openssh-server, you just need to enable the ssh client in the phone. Get a shell with "adb" and execute this command:
android-gadget-service enable ssh
I also use an application called "net-info" to figure out the IP of my phone in the network where it is connected through wifi, say it is 10.60.141.170.
So before wiping out my data I make a copy in my computer of /home/phablet, say in a directory called bq-phone in your home:
rsync -avz - - delete -e ssh phablet@10.60.141.170:/home/phablet /home/myuser/bq-phone
This will create a directory called "phablet" in "bq-phone" with a copy of what you have in your phone. Of course you could do this I believe in a SD-card directly in your phone, in this case without "ssh".
Now, after reflashing the phone, I followed these steps:
- I created a passcode and enabled developer mode
- I accessed again to a shell in my phone and enables "ssh" again
- I copied the public gpg key from my computer to /home/phablet/.ssh/authorized_keys. For this one I had to "adb push" to the phone the file (id_rsa.pub generated in the .ssh directory of my computer), and then append it to the authorized_keys file:
cat id_rsa.pub >> .ssh/authorized_keys (this in the phone shell)
Then I installed first net-info to figure out the IP of the phone again, so that I can use ssh. - I reinstalled all the applications that I had.
- Then I used rsync to restore all the data in the phone:
rsync -avz - - delete -e ssh /home/myuser/bq-phone/phablet phablet@10.60.141.170:/home
I restarted the phone and voilΓ !, everything looks exactly the same, but I'm running now the uBports image.
-
Sorry, in my explanation above, the gpg-key upload and appending to authorized_keys in the phone has also to be done when you first enable ssh to backup your data.
-
@GIEMME
I just flashed my BQ E4.5 about 5 minutes ago and it works fine.
But be aware, all your data and contacts will be deleted, it's like a brand new phone from the factory.I just downloaded the image, where the link to that image is on this site:
https://wiki.ubports.com/wiki/How-to-flash-existing-ubuntu-touch-devices-with-Ubports-imagesI set the phone to developer mode and connect it via USB to my computer.
Then I enter in the Terminal:
adb reboot-bootloader
This takes some time, until the phone was in fastboot mode.
On the phone was ablack screen, where at the bottom is a very tinny like written "fastboot"
Then:
cd Downloads # where I stored the downloaded image
sudo ubuntu-device-flash --server=https://system-image.ubports.com/ touch --channel=ubports-touch/legacy --bootstrap --recovery-image=./recovery-krillin.imgAfter 3 minutes I can see in the terminal:
2017/05/15 16:53:16 Rebooting into recovery to flashThen the phone reboots, which took some other minutes.
After it was initialized, you can see the phone booting and the ubports logo.
Phone is up and running.. -
@WLBI Thank You!
-
I tested a little bit the mx4.
- WiFi: OK
- Camera: OK
- Flashlight: OK
- BT connection to Ubuntu Desktop: OK
- lockscreen notifications: OK
- phone crashes when App is allowed to use a device for the first time:
- utorch: Phone crash when allowing access to camera service for the first time (worked after boot)
- unav: phone crash when allowing access to navigation data for the first time (worked after boot)
Not tested: Phonecalls/SMS as the phone does not recognize SIM anymore (hardware defect)
-
@sk Didn't crash for me, but I had this issue when I was using CM13 and Ubuntu dualboot on my phone.
-
@zubozrout said in Help testing new legacy image:
@sk Didn't crash for me, but I had this issue when I was using CM13 and Ubuntu dualboot on my phone.
How did you managed dualboot? I would love to dualboot my fairphone 2 with FP OSOS and UT. Than i could help testing whithout being lost in business access.
I looked into EFIdroid a little bit which seems promising at least for someone with Mord development skills as I have. -
@Bastos Well, it was sort of a "dualboot" - more here: https://forum.meizufans.eu/topic/4770/tutorial-dual-booting-cyanogenmod-and-ubuntu-touch-on-android-version-mx4
-
Joining in (fairly) late ...
I own a M10 FHD, I'm willing to switch to UBports and help with bug reporting and such. However I feel like I need a more detailed flashing guide ( something dumb proof ...) or at least some link with information about the procedure and requirements.
I truly appreciate your effort, keep the ball rolling!
Cheers
MrH -
I migrated bq e4.5
to ubports channels,but the location does not work,missing the scopes own bq.Any solution?
I have reflashed two times and still the same. -
I would love to test UBports on M10 FHD, but as I see it: "Status: Update fails, tested", I'm not that eager to test it. I presume that at the moment there are some issues to install it on the tablet. Am I right? If that is the case, then I will wait for the image that will work/install and test it then.
Cheers -
@mariogrip since the M10 and Meizu devices are currently not in core, legacy or development in the device list how should you see them.
And back to another question where can you read some release note ex which feature / bugs that been fixed?Thanks!