thank you! I would love to test it.
Is there a possibility to upload the compressed image(s) and not the payload.bin? It turns out to be very painful to deal with the payload.bin on macā¦I wasted several hours without success (not knowing about Python, ASCII, etc.).
Thanks for your help!
And Googleās stock Android 11 with Google Play system update 1.9.2020 and Android security update September 5, 2020 is also upgradeable for ātaimenā.
It seems that time is passing faster and fasterā¦
Iāve uploaded some prerelease unofficial Q builds to the gdrive folder. Only real issue Iāve noticed is the AOSP contacts apk crashing. Everything else appears to be fine. My builds include the latest Android 10 firmware so need to flash stock. Enjoy!
Is it enough to wipe Dalvik/Art Cache, system and data if you downgrade? I also recommend anyone trying this to use an OTG cable. Since for me ADB sideload didnt work.
Hey Eamo5!
Thank you for all the work you put into this project!
Which stock OS/bootloader/TWRP versions are verified to work?
My taimen is currently on the latest stock Android 11 and I didnāt figure out a way to get /e/ working.
Should I downgrade? And where to?
I am getting my parents Google Pixel 2s since this is the best BYOD their carrier will service. I want to get them on /e/OS and hope to update the /e/OS rom to the latest version.
Since I have Docker, I should be able to follow the /e/ instructions here and get the specific walleye code following LineageOS instructions here.
Iāll give you all an update once the device actually come in.
Thanks @smu44 for the build command. Finally got the build to work after four tries. I believe my issues were:
Did not extract proprietary blobs properly. (There is another directory referenced in the README of where to actually run the extract-files.sh script)
Did not have swap available. (I believe this is tied to the error: FAILED: out/soong/.intermediates/frameworks/base/system-api-stubs-docs/android_common/system-api-stubs-docs-stubs.srcjar which occured at 97%)
I have uploaded the logs in the shared folder linked. I would be curious if not having a swap available was the reason for the stated error. I used Ubuntu 20.04, doing the build on an EXT4 filesystem with 16GB of ram and 16GB of swap, of which <1GB of swap was used.
It ended up using a little over 200GB of space and took two and a half hours.
Unfortunately I canāt try it, I donāt own this device.
Iām surprised you had to extract blobs. I never had to, using Docker method ā¦
No āout of memoryā messages on your logs ⦠If this happens again, it may worth the try to re-launch without adding swap (you may have encountered a bug here).
BTW, storing your files in a Google Drive may not be very welcome here
You may try to create an account at AndroidFileHost for example.
The README in /srv/e/src/Q/device/google/walleye states:
Nothing is really here. The walleye device tree files are in device/google/muskie.
And when I run sudo ./extract-files.sh I get Input file ./lineage-proprietary-files.txt does not exist!. So I try again in the muskie directory, and it appears as though the proprietary files are extracted. I donāt remember if they were already there before or not however, so maybe it is an unnecessary step.