Call for testing: Google/Huawei Nexus 6P (angler) owners
-
@Nerfiaux since idk what things being encrypted by GooleΒ΄s stock ROM format all partitions that can be formatted with TWRP. Just to be sure
-
Guys from the early days: Anyone who used halium-install willing to try the installer? If its uccessful, you would however need to clean up 2 files from the /data directory on the data partition. And to do this, you need the unlocked recovery. The installer will lock the recovery, so its probably best to do it before the installer does its magic.
-
@Flohack I was thinking on trying it. Which two files am I supposed to remove from /data?
By the way, is the userdata partition preserved?
Also, why does the recovery get locked?
-
@lgtrombetta Basically its rootfs.img and system.img both in /data directory. We have to use the classic install method for the OTA upgrades to work, and that moves that content into /system. The nice thing about it is that you have approx 2GB more space on userdata partition now.
The userdata partition is preserved, note that Ubuntu Touch stores all user-modifyable content in 2 folders actually, user-data and system-data both in /data again.
The recovery is locked as it seems someone wanted to increase the protection level of the phone, but tbh it makes not much sense if the bootloader is still unlocked - So, grab the unlocked recovery from here, and replace it to get access: https://ci.ubports.com/job/Device Compatibility Images/job/halium-angler/14/artifact/halium-unlocked-recovery_angler.img
Depending on the channel you choose in the installer you can have weekly or daily updates of the rootfs now! devel is built at least once per day, sometimes even more often, RC is built every Wed I think. So you can now participate in the latest gossip if you like
-
@Flohack Thank you, I think the main issue was that i did not choose the edge release channel.
When I did select it all went well !First time I use ubuntu touch.
I knew Meamo, Meego, Android, iOS, Sailfisos,PostMarketOS, quite impressed with ubuntu touch.
Thank you for your work !I have an issue on WiFi.
On android I had to insert a european SIM card so that the country region for Wifi would change and allow me to select SSID on channel over 11.
I have inserted sim card but I don't see my access point on channel 13...
What can be done ?
Any info on the fingerprint feature ? -
@Nerfiaux Ohhh I should mentioned that! Yes sure, the channel selection, will fix that now...
But: arm64/hybris channels are the ones which should work actually. Edge is a very experimental channel, and it might break your phone frequently
-
@Nerfiaux Ok so for WiFi: Thats a problem we dont know how to solve. Android has some magic there. We might be able to somewhat configure that off the locale you have selected, but yes, that would be a really static thing. So for the moment no solution for channel 13, sorry.
Fingerprint: UT supports unlocking with fingerprint, but nobody rewrote the middleware driver for that so far. I will have a look when I have time. It works actually already for Android-9-based devices And for the notorious Meizu Pro 5, but thats closed-source unfortunately.
-
Speaking of WiFi, one of the bugs Im experiencing (development channel) is that the wifi connection occasionally drops when the device is idle for some hours. It will cease to be connected, and my solution has been to reboot. Not sure if this is a known bug, leg me know if you would like some diagnosis or another.
-
@Flohack Installed beta installer, erased rootfs.img and system.img. Then ran installer with -f angler.json and it worked like a charm. Did not wipe data or cache since mine was already on your ubuntu build. Much impressed.
Any word on Anbox for N6P?
-
No channels to select it seems, other than the one you installed with...
On edge, bluetooth works. Rotation and all sensors do not - no gps, no rotation, no accelerometer. Will re-install all apps, reboot, and see if it clears.
Edit: Re-installed switching to DEV. Interesting. All sensors and rotation now work, but Bluetooth no longer does. Hotspot does not work. Still can't fetch other channels.
Camera works except video. Flashlight works, but camera flash does not when taking pictures.
-
@potet Yeah I have the same, I am currently almost never using WiFi because of this. Its basically a crash in the (for whatever reason Huawei chose to use a) PCI Express link between CPU/SoC and WiFi chipset. The driver wants to suspend or wakeup the WiFi card but smth goes terribly wrong. Sliding the WiFi enable switch from the indicator should fix it, no need to reboot.
-
@rocket2nfinity Bluetooth seems hit-or-miss at startup, its a reace condition, and not depending on the channel I think. So after enough reboots it should also work in devel
And yes, sensors are broken currently in edge, that affects all devices.
-
@Flohack @rocket2nfinity Is it possible to keep settings, apps, contacts etc if I use the installer or should I backup the phone? It's my daily driver.
-
@Rondarius
With installer you should be able to keep your device settings, data and app, yes (by not choosing the "wipe" options).
But you should backup still, as you never know what can happen with skynet kind ^^ -
@Rondarius yes NEVER choose WIPE option in the installer...
you could, for backup, adb pull the 2 folders /data/user-data and /data/system-data to a backup folder on your PC to be sure. That should cover all Apps, data and settings.
-
@Rondarius Yes, my settings and data remained. That is why I did not wipe data, just manually deleted the two files using TWRP, before using the installer.
-
And my bluetooth and channel options are back.
-
@Flohack i originally installed with the helium installer and then reinstalled with the installer and had no problems.
-
Hey all,
I've been lurking for a while trying to replicate what you're doing on my 6P. I realize this is a super basic prereq, but I've been failing to revert to 7.1.2 and it's to the point that I'm not sure where else to turn. After getting the most recent platform tools from Google and downloading the exact image you linked above, I keep getting stuck here:
./fastboot -w update image-angler-n2g48c.zip
and getting
fastboot: error: Couldn't parse partition size '0x'.
I've tried directly unzipping and doing
./fastboot flash boot boot.img
and getting the same result. I'd really love to help you guys test things out and just need to get past this stupid hurdle.
Thanks in advance.
-G -
@gerg
1-try to unzip the file, you will end up with a zip file, a bootloader image and a radio image.
2-unzip the file "image-angler-n2g48c" which contain the (boot-system-recovery-vendor) images
3-follow these instructions
fastboot flash bootloader bootloader-angler-angler-xx.xx.img
fastboot flash radio radio-angler-angler-xx.xx.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash vendor vendor.img