Quote:
Originally Posted by
turatt
I recently installed copper head os on my nexus. Everything went fine but now data does not work. Any ideas to fix this? I have tried the following fixes to no avail: removing and reinserting the sim, flashing an APN zip, rebooting the device in airplane mode, using the hspa dialer to edit the APN, rooting the ROM and editing the APN files. Nothing has worked. Any help would be appreciated. When I use an app to get to my APN settings it says APN settings are not avaliable to this user even though I am the user account holder. Let me know what you guys think.
Haven’t worked from start or stopped working at some point?
Had issue with Nexus 5X, which I resolved with radio && vendor image (re)flashing.
Download latest CoperheadOS factory images for Nexus 6P from
https://builds.copperhead.co/builds/...7.12.48.tar.xz, untar with
tar -xJf angler-factory-2016.09.09.07.12.48.tar.xz and unzip image.zip, everything in same directory.
Try to fix issue with mobile data by installing appropriate images via fastboot in this order (do not erase bootloader!)
fastboot erase system
fastboot erase cache
fastboot erase userdata
fastboot erase radio
fastboot erase boot
fastboot erase recovery
fastboot reboot-bootloader
fastboot flash bootloader bootloader.img
fastboot flash radio radio.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash vendor vendor.img
fastboot flash cache cache.img
fastboot flash system.img
fastboot flash userdata.img
fastboot reboot-booloader
fastboot reboot