|
I have a friend who just received a new GT1 with 111M0 installed, and he sent me a snapshot so that I could build the Amlogic burn package. Unfortunately, it's the A912 version that uses the AP6255 wireless chipset (which I don't have). I did take a look and diffed it with the previous release, and it only had some minor changes to LightHome launcher and the camera. I was looking for an update to the Amlogic codec, but didn't see anything there to indicate that they've fixed the brightness bug yet.
Link to the GT1_111M0 AP6255 burn package (614MB .img file) : https://1drv.ms/u/s!AoqocX31ecnXgZQZDW3iXNlo8Hi7rw
If you have a unit with the Qualcomm QCA9377 wireless chipset (S/N beginning with S912 or G912), I'd very much like to build a burn package for that hardware. I'll just need you to install Terminal Emulator and type the following commands to get a snapshot of the three most important partitions:
$ su
# dd if=/dev/block/system of=system.raw
# dd if=/dev/block/boot of=boot.raw
# dd if=/dev/block/recovery of=recovery.raw
If you can create a ZIP archive of these three files and send me a link, I'll be able to post an Amlogic burn package for everyone and get started on a bunch of custom ROMs based on this new OEM release. |
|