[ROM] [UNOFFICIAL] [7.1] [Nougat] [NIGHTLY] Lineage OS 14.1 for Nexus 5 - Nexus 5 Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Lineage OS 14.1 nightlies
The infrastructure for Lineage OS is not yet complete, so there are no official nightly builds for now.
Therefore I am sharing vanilla nightly builds for the Nexus 5 (hammerhead) here.
These are the only changes that are applied when building: Cherry picks
These builds are fully compatible with CyanogenMod 14.1 nightly builds from december, so one could just flash these like regular updates.
The releases will co-inside and the build start time is at 04:00 UTC every night and should be uploaded soon after. If at anytime the builds are not there, then there was a problem building the ROM, and we will have a look at it ASAP.
Download builds
View upstream changes
And as always: I take no responsibility whatsoever for raging, crying, frustration, burned down houses, dead kittens or global thermonuclear war
​
XDA:DevDB Information
Lineage OS 14.1 nightlies, ROM for the Google Nexus 5
Contributors
milaq
ROM OS Version: 7.x Nougat
Version Information
Status: Nightly
Created 2017-01-03
Last Updated 2017-01-04

Thanks/Credits
CyanogenMod (now Lineage OS) core team and contributors
Pavel Kucera (nadlabak)
Steve Kondik (cyanogen)
Android dev team @ Google
Let me know if i omitted you and i will add you here asap.

Reserved

Will this be compatible with CDMA networks?

milaq said:

Lineage OS 14.1 nightlies
The infrastructure for Lineage OS is not yet complete, so there are no official nightly builds for now.
Therefore I am sharing vanilla nightly builds for the Nexus 5 (hammerhead) here.
These are the only changes that are applied when building: Cherry picks
These builds are fully compatible with CyanogenMod 14.1 nightly builds from december, so one could just flash these like regular updates.
The releases will co-inside and the build start time is at 04:00 UTC every night and should be uploaded soon after. If at anytime the builds are not there, then there was a problem building the ROM, and we will have a look at it ASAP.
Download builds
View upstream changes
Lineage OS 14.1 nightlies
The infrastructure for Lineage OS is not yet complete, so there are no official nightly builds for now.
Therefore I am sharing vanilla nightly builds for the Nexus 5 (hammerhead) here.
These are the only changes that are applied when building: Cherry picks
These builds are fully compatible with CyanogenMod 14.1 nightly builds from december, so one could just flash these like regular updates.
The releases will co-inside and the build start time is at 04:00 UTC every night and should be uploaded soon after. If at anytime the builds are not there, then there was a problem building the ROM, and we will have a look at it ASAP.
Download builds

View upstream changes

And as always: I take no responsibility whatsoever for raging, crying, frustration, burned down houses, dead kittens or global thermonuclear war
XDA:DevDB Information
Lineage OS 14.1 nightlies, ROM for the Google Nexus 5
Contributors
milaq
ROM OS Version: 7.x Nougat
Version Information
Status: Nightly
Created 2017-01-03
Last Updated 2017-01-03
Click to expand...
Click to collapse
What are those cherry picks exactly?

Well look who i found on the N5 section
A pleasure to see your fabulous work now on the Nexus 5. I was a regular of your Touchpad roms
quimbexa said:
What are those cherry picks exactly?
Click to expand...
Click to collapse
Link is in the 1st post, but for the record:
Code:
ignore-exchange-server-policy-1-2.patch enable and refresh common cherry-picks a month ago
ignore-exchange-server-policy-2-2.patch enable and refresh common cherry-picks a month ago
modversion-add-MLQ-infix-to-indicate-changes.patch Further cleanup for LineageOS

Hi,
first of all thanks for your work.
I have an issue when try to open Settings->Developer Option, the settings freeze..
I performed clean install of last rom (20170103 and previous) with Multirom, italian language, using this updater-script:
Code:
assert(getprop("ro.product.device") == "hammerhead" || getprop("ro.build.product") == "hammerhead" || abort("E3004: This package is for device: hammerhead; this device is " + getprop("ro.product.device") + "."););
ui_print("Target: google/hammerhead/hammerhead:6.0.1/M4B30Z/3437181:user/release-keys");
ifelse(is_mounted("/system"), unmount("/system"));
ui_print("skip - system backup");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data", "");
package_extract_file("META-INF/org/lineageos/releasekey", "/tmp/releasekey");
unmount("/data");
show_progress(0.750000, 0);
ui_print("skip - otasigcheck");
ui_print("format system");
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system");
ui_print("Patching system image unconditionally...");
block_image_update("/dev/block/platform/msm_sdcc.1/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat", "system.patch.dat");
show_progress(0.020000, 10);
ui_print("skip - restore system backup");
show_progress(0.050000, 5);
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
show_progress(0.200000, 10);
ui_print("skip - Writing bootloader...");
ui_print("skip - Writing radio...");
set_progress(1.000000);
Just my issue?
I might debug and try to help to fix...

daedric said:
Well look who i found on the N5 section
A pleasure to see your fabulous work now on the Nexus 5. I was a regular of your Touchpad roms
Click to expand...
Click to collapse
Hey mate, I remember you Good to see you here, too.
Yah, the Touchpad - good times. I haven't had much time developing for it lately though.
$$pasquale said:
Hi,
first of all thanks for your work.
I have an issue when try to open Settings->Developer Option, the settings freeze..
I performed clean install of last rom (20170103 and previous) with Multirom, italian language, using this updater-script:
*snip*
Just my issue?
I might debug and try to help to fix...
Click to expand...
Click to collapse
These builds are pretty upstream right now. Any problem you may encounter is most probably an upstream issue.
For me, I can't repoduce your issue; it goes straight to the developer options without a hitch for me.
But, in your case, you are seemingly using another updatescript, that differs from the one shipped within the build package.
Aren't you just flashing the updatezip via CMR or TWRP?
ANDROIDRAZRM said:
Will this be compatible with CDMA networks?
Click to expand...
Click to collapse
It should be without a problem.

$$pasquale said:
Hi,
first of all thanks for your work.
I have an issue when try to open Settings->Developer Option, the settings freeze..
I performed clean install of last rom (20170103 and previous) with Multirom, italian language, using this updater-script:
Code:
assert(getprop("ro.product.device") == "hammerhead" || getprop("ro.build.product") == "hammerhead" || abort("E3004: This package is for device: hammerhead; this device is " + getprop("ro.product.device") + "."););
ui_print("Target: google/hammerhead/hammerhead:6.0.1/M4B30Z/3437181:user/release-keys");
ifelse(is_mounted("/system"), unmount("/system"));
ui_print("skip - system backup");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data", "");
package_extract_file("META-INF/org/lineageos/releasekey", "/tmp/releasekey");
unmount("/data");
show_progress(0.750000, 0);
ui_print("skip - otasigcheck");
ui_print("format system");
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system");
ui_print("Patching system image unconditionally...");
block_image_update("/dev/block/platform/msm_sdcc.1/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat", "system.patch.dat");
show_progress(0.020000, 10);
ui_print("skip - restore system backup");
show_progress(0.050000, 5);
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
show_progress(0.200000, 10);
ui_print("skip - Writing bootloader...");
ui_print("skip - Writing radio...");
set_progress(1.000000);
Just my issue?
I might debug and try to help to fix...
Click to expand...
Click to collapse
Developer options do not work with multirom and rom as secondary. You need the beta version of multirom for that to work, I do not have the link handy but you should easily find it in other nougat room threads.
Inviato dal mio Nexus 10 utilizzando Tapatalk

milaq said:
These builds are pretty upstream right now. Any problem you may encounter is most probably an upstream issue.
For me, I can't repoduce your issue; it goes straight to the developer options without a hitch for me.
Click to expand...
Click to collapse
So, is my issue...
milaq said:
But, in your case, you are seemingly using another updatescript, that differs from the one shipped within the build package.
Aren't you just flashing the updatezip via CMR or TWRP?
Click to expand...
Click to collapse
I use a custom update-script to resolve multirom-twrp "limitations".
Thanks for reply
---------- Post added at 03:49 PM ---------- Previous post was at 03:47 PM ----------
ilciumbia said:
Developer options do not work with multirom and rom as secondary. You need the beta version of multirom for that to work, I do not have the link handy but you should easily find it in other nougat room threads.
Click to expand...
Click to collapse
Thanks!

Related

[ROM][FLOUNDER][5.1.1] TeamEOS - The Revival || Weeklies

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome to EOS! The EOS project originated with the AOSP release of ICS, and was originally founded by Solarnz and co founded by Bigrushdog. Since then, EOS has evolved into a multinational collaborative effort backed by top Android developers. Our objective is to provide a world class AOSP build with unique features and enhancements. EOS is an ongoing development project in which builds are released on a regular basis. Feature request are not guaranteed, but always welcome. Every release should be considered stable and highly functional.
bigrushdog - Project lead, Chief Developer [Nexus 6 || Nexus 10 || HTC One (M7)]
RaymanFX - Co-leader, AOSP code maintainer [Xperia S || Nexus 7 (2013) || OPPO N1 || OPPO Find7a]
Anders3408 - Rom Development [Nexus 7 (2013) || Nexus 9 || OPPO Find5 || OPPO N1 || OPPO Find7 || OPPO R5 || OPPO R7]
Great-Geek - Rom Development, Gerrit Admin, EOS Site Maintenance [OnePlus One]
SuperHanns - Rom Development [Nexus 5 || Xperia Z || Xperia ZL || LG G3]
k5t4j5 - Rom Development, Qualcomm maintenance, G+ page [HTC M8 || LG Optimus G]
xboxfanj - Qualcomm maintenance, Kernel developer [OnePlus One || HTC M8]
wrapped - [Droid DNA || Shield Tablet]
Niropa - [Moto G]
NX Gesture Navigation Bar
Resizable Navigation Bar
LCD Density Picker
Ambient Display
EOS Wallpaper Showcase
Custom Quick Toggles/Tiles
Softkey Long-Press and Double-Tap Actions
Screen Recording
Network Indicator (WiP)
Dynamic Volume Steps
Reported working with MultiROM
CM12 Theme Engine
Volume keys switch depending on rotation. So the volume up key is always either on the top or to the right of volume down. (Toggle-able)
Default Volume Control Stream (Ring or Media)
Advanced power menu with reboot options.
Pre-Optimised OATs for better ART performance
MUCH MORE...
Special thanks to AOSP of course for providing open Android source,
CyanogenMod, and anyone who has contributed to our cause.
Team EOS Nexus 9 Nightly builds
(Builds are not generated if there are no changes to source, saving you from useless updates. Also are we using AOSP Prebuilt kernel temporary)
Because this is an AOSP based ROM, Google Apps are not included. Flash the gapps of your choosing after you flash the ROM. If you need help finding a gapps package, ask any of us and we'll be happy to help
These builds are designed to be installed from your favorite recovery. MAKE SURE YOU HAVE THE LATEST 5.1.X COMPATIBLE RECOVERY.
Detailed instructions:
Going to EOS 5.1.X from another ROM:
Boot to recovery
BACKUP YOUR CURRENT SETUP!!!
Make a full wipe (Dalvik, Dalvik Cache, System, Data)
Flash the ROM
Flash optional kernel if you choose to not use provided kernel **We DO NOT support outside kernels**
Flash gapps
Reboot
Updating from an older EOS build to new EOS build:
You can usually skip the full wipe step and just wipe both caches. If ever you encounter an issue make sure you make a full wipe first before reporting it. This is what most call "Dirty Flashing". Normally this doesn't cause problems, but keep in mind a clean flash is always the best way to go.
Contribute
Gerrit Review
GitHub
Google+ Community
XDA:DevDB Information
TeamEOS, ROM for the Nexus 9
Contributors
anders3408
Source Code: http://github.com/TeamEOS
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Created 2015-07-25
Last Updated 2015-07-25
Reserved
Sendt fra min FIND7 med Tapatalk
Awesome ROM... Stock kernel is fast with no lags... I find this one of the best ROMs... Have it on my nexus 5, 7 and now 9.. Could not be happier...
Rom running great...only odd thing is I don't get a 60fps option in the YouTube player on 60fps videos. I had this happen on aicp rom also where other roms I have the option.
Sent from my EOS on Flounder using Tapatalk
Yeah,
Team EOS is here
nice, was looking for a new rom to try, what gapps do you recommend ?
CerB said:
nice, was looking for a new rom to try, what gapps do you recommend ?
Click to expand...
Click to collapse
Well any gapps for android 5.1.x
Had the N9 since release and finally got bored today and thought id unlock/root her today with a flash of this-
Forgive my ignorance or stupidity but I've spent the last 2 days trying to get this up and running. ROM installs fine on it's own but as soon as I flash gapps (have tried 3 arm64 based one's now) I either get setup wizard process fail just after WiFi setup or Google play services process stops. Base ROM alone works like sorcery, destroys stock in performance. Currently on twrp 2.8, not sure if I'm flashing the wrong gapps or if I'm missing a step like wiping cache etc.
Have tried back to back install of ROM and gapps and also separate after boot/first use setup
Enclave said:
Forgive my ignorance or stupidity but I've spent the last 2 days trying to get this up and running. ROM installs fine on it's own but as soon as I flash gapps (have tried 3 arm64 based one's now) I either get setup wizard process fail just after WiFi setup or Google play services process stops. Base ROM alone works like sorcery, destroys stock in performance. Currently on twrp 2.8, not sure if I'm flashing the wrong gapps or if I'm missing a step like wiping cache etc.
Have tried back to back install of ROM and gapps and also separate after boot/first use setup
Click to expand...
Click to collapse
Had this same issue on another couple ROMs. Ended up flashing latest stock image, and then twrp again, and then the ROM. Works perfect now. Some report that you may just be able to flash the latest vendor image and resolve it. I'd go that route first if I were you. Download the latest 5.1.1 image, then fastboot flash vendor vendor.img
dictionary said:
Had this same issue on another couple ROMs. Ended up flashing latest stock image, and then twrp again, and then the ROM. Works perfect now. Some report that you may just be able to flash the latest vendor image and resolve it. I'd go that route first if I were you. Download the latest 5.1.1 image, then fastboot flash vendor vendor.img
Click to expand...
Click to collapse
Spot on, this worked, had a couple of FC from play store but delete cache seems to have resolved it!
The 8/30 build would not install either from a wiped or update... Hangs at finishing boot and after 15 mins still not up and running. Reverted to the 8/23 ROM which works very well..

[ROM] PAC-Man 4.4.4. release v2 [dior] [PORT] [UNOFFICIAL] [KK 4.4.4]

THIS ROM IS FOR REDMI NOTE 4G aka dior
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PAC-man ROM 4.4 is a ROM build from scratch from AOSP with our own tweaks and options, including picks and features from the best ROMs out there!
Why choose among ROMs, when you have All-in-One !!
Code:
[color=red]
*** Disclamer
* By flashing this, you automatically void your warranty! *
* If your phone breaks, blows up or runs away from you, do not cry to us! *
* Do not ask for ETAs!! *
[/color]
Code:
[color=blue]
* Download the ROM *
* Reboot to recovery *
recommend Philz recovery found here (ONLY for dior) [URL="https://www.androidfilehost.com/?w=files&flid=38171"]Updated Recoveries thanks to @haoyangw [/URL]
* Wipe data/factory reset *
* Flash the ROM (no need of Gapps) *
* Reboot your phone *
* Enjoy *
[/color]
Pac Man ROM v2 (Gapps Included) :angel:
Dolby Atmos
Code:
* PAC-ROM Team *
* Cyanogen Team *
* AOKP Team *
* DirtyUnicorns *
* SlimRoms *
* Vanir *
* Omnirom *
* @ibanez7 for Walkman *
Code:
Everything seems to be working from what i have tested. If something doesn't work post in the thread. I will look into it
XDA:DevDB Information
Pac Man [port] for redmi Note 4g, ROM for the Xiaomi Redmi Note
Contributors
Pavan l
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: KitKat
Based On: CyanogenMod 11
Version Information
Status: Stable
Current Stable Version: v2
Stable Release Date: 2015-10-23
Created 2015-09-18
Last Updated 2015-10-23
Great to see a new rom it would be nice to have it built from source
Tapatalk-kal küldve az én HM NOTE 1LTE-el
Tanks pavan.. i will try it..
** notes **
Can you give a description in your thread title or on disclaimer notes, for which device this ROM build, for redmi note 3G or 4G
Cannot installed in my redmi note 3g.... if i see the updater-script, mount point is diferent from the original redmi note.
this from your updater-script
ui_print("By Pavan l @xda developers);
ui_print("GAPPS are Included! +Dolby ATMOS! Enjoy!");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
bla..bla..bla..
unmount("/system");
show_progress(0.500000, 0);
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
bla..bla..bla..
unmount("/data");
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
ui_print("Installing System");
bla..bla..
Click to expand...
Click to collapse
and this from global developer rom v5.9.1
getprop("ro.product.device") == "lcsh92_wet_jb9" || abort("This package is for "lcsh92_wet_jb9" devices; this is a "" + getprop("ro.product.device") + "".");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/data");
show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/mmcblk0p6", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/system");
Click to expand...
Click to collapse
My Answer
Can i change just only your mount point to the developer mount point rom.
tanks.
No, u can't just change mount points and flash on redmi Note 3g... I'll try to port for it if many are using that device... And I'm also trying to port Carbon Rom for redmi Note 4g... Stay tuned
Ok pavan.. tanks for editing your thread n reply.. in indonesia... redmi note 3g user is more than 4g user.. i will stay for pac build for 3g..
Nice work
Sent from my HM NOTE 1LTEW
Would I be able to move apps to externsl SD card on this rom ?
For a device with 8 GB of internal memory , this is a must .
Error while installing ZIP file...
For me also the installation error
Do both cameras work ?
Do the camera's work properly ?
aalleexx said:
Error while installing ZIP file...
Click to expand...
Click to collapse
Was anyone successful with installing this? 4G single SIM device(Dior)
Yes
aalleexx said:
Was anyone successful with installing this? 4G single SIM device(Dior)
Click to expand...
Click to collapse
I used the new philz recovery by cm12 developer, it's updated partitions and installs zip files faster and wipes quickly also... I tested the rom on that recovery only... If u want I'll upload the recovery.zip, just flash it and try installing this rom again...
Try this first
Wipe system, data and caches
Reboot recovery
Flash my rom
This should solve some issues... I need the exact error which u r getting on ur recovery..
Yes
ankushv said:
Do the camera's work properly ?
Click to expand...
Click to collapse
Both cameras are working fine... Use 360 camera or better camera from play store for better quality
Try
MrPedro said:
For me also the installation error
Click to expand...
Click to collapse
Try this
Wipe system, data, caches
Reboot recovery
Flash my rom
I'll upload philz recovery updated one... If u still getting error, flash that recovery and try again
Yoooo, if this is built from source, the codes can be "ported" to lollipop right? Sooooo excited
Edit: looks like it is a port. Great work nonetheless. Keep it up.
Thanks, Please go ahead and upload the Philz recovery you were mentioning.
Thanks!
---------- Post added at 01:13 PM ---------- Previous post was at 01:01 PM ----------
I'm getting Error (Status 6) on Philz and no further description on TWRP
here
aalleexx said:
Thanks, Please go ahead and upload the Philz recovery you were mentioning.
Thanks!
---------- Post added at 01:13 PM ---------- Previous post was at 01:01 PM ----------
I'm getting Error (Status 6) on Philz and no further description on TWRP
Click to expand...
Click to collapse
recommend Philz recovery found here (ONLY for dior)
Updated Recoveries
thanks to @haoyangw :angel:
something wrong
Hi,
please check once again the updater script, the error remains in TWRP and Philz, regardless if the new version or the old.
I am unfortunately not experienced enough, but maybe you got a typo?
Thanks
Does the rom have this feature?

[ROM][UNOFFICIAL][6.0.1] AOSP-OMS Marshmallow for Moto X 2013 - 10/07

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
What is AOSP ?
AOSP is Android as Google publish without other modifications. More or less AOSP is the Nexus devices stock rom without gapps.
Anyway to get a working system I added some changes from CodeAurora Forum and CyanogenMod. I added also non-AOSP features for a better user experience ("Clear All" button in Recents) and I'm NOT going to add something other.
Click to expand...
Click to collapse
What is OMS ?
OMS (Overlay Manager Service) which was designed by google and its modded by our developers to include it into AOSP ROMs.In short,OMS is a Theme Engine replacement and it can do wonders!
Click to expand...
Click to collapse
Downloads LinksAOSP-OMS 6.0.1:
Download: https://www.androidfilehost.com/?fid=312968873555003333
MD5: 124dcbd525b27c6b92931e54011fd24c
Bluetooth FIX:
Download: https://www.androidfilehost.com/?fid=385035244224386547
MD5: 4ebd82bd83a112aab2cc3a1eb250c68b
GApps (optional, but recommended) :
OpenGapps : http://opengapps.org/ (Use packages for ARM, Android 6.0)
Color Calibration init.d script (optional):
Download: https://www.androidfilehost.com/?fid=457095661767099904
MD5: 19b0f08d0bb94b73b59ae6c1d30303d1
About AOSP-RRO : Repositories available on https://github.com/AOSP-RRO/
About GApps: Flash the GApps before the first boot. If not, a clean flash is recommended.​
Flashing and updatingAOSP-OMS clean install :
- Flash the AOSP-OMS 6.0.1 ROM zip from the Recovery
- (Optional) Flash the GApps to have the Google Applications
- (Optional) Every additional zip you want to flash
- (Optional) Wipe data and cache (Make a backup to make sure you will not lose anything)
- Reboot
AOSP-OMS update / upgrade :
- (Information) Don't wipe anything unless you want to
- Flash the latest AOSP-OMS 6.0.1 ROM zip from the Recovery
- (Optional) Flash the GApps on first install / upgrade. Not required later, but do update sometimes
- (Optional) Every additional zip you want to flash
- Reboot​
About UNOFFICIAL buildsDevice tree : https://github.com/AOSP-ghost
Kernel sources : https://github.com/XPerience-AOSP-Lollipop/android_kernel_motorola_ghost/tree/xpe-10.0
Kernel Toolchain : https://bitbucket.org/DespairFactor/arm-eabi-4.9/overview
ROM Toolchain : https://bitbucket.org/DespairFactor/arm-linux-androideabi-4.9/overview
JustArchi's ArchiDroid Optimizations V4.1 : http://forum.xda-developers.com/showthread.php?t=2754997
JustArchi's ArchiDroid Optimizations V4.1 - Source: https://github.com/ArchiDroid/android_build/commit/f9b983e8e11624b48ae575da206f1baf6979772c
ROM sources : https://github.com/AOSP-RRO/​
Issues and reports- Report issues only if you use the ROM kernel
- If an additional mod is installed, make sure it's unrelated, and mention it
- Make sure the issue wasn't discussed earlier in the threads
- Share a log of the error with SysLog for example​
Q&A - FAQQ : Is root access included into AOSP-OMS ?
A : Not anymore, I removed it since it was too outdated. Download the lastest zip below:
> UPDATE-SuperSU-*.zip
Q : Is the ROM suited for daily usage ?
A : In theory, yes..but be aware that it may have bugs..
Q : Where can I change the Quick Tiles and Status Bar ?
A : Long press the Settings icon in the notifications drawer.
> You will have access to the SystemUI Tuner from Marshmallow.​
AOSP-OMS available for Moto X 2013 also thanks to :- AOSP and CodeAurora Forums
- The CyanogenMod Team
- Alberto97 (for his works on F-AOSP lollipop)
- srisurya95 and akhilnarang for the AOSP-RRO repos
- Men_in_black007 and the AOSP-CAF Team
- SlimROMs
- AOSPB
- Adrian DC for most of the thread design​
Changelog:
2016/10/07:
Code:
- Fixed Rotation Sensor
- Fixed Flashlight
2016/10/06:
Code:
- Updated to Android 6.0.1 R61
- Removed SuperSU zip, since it was outdated
- Built with [B][email protected][/B] toolchains
- Built with "JustArchi's ArchiDroid Optimizations V4.1" by [B][email protected][/B]
- Fixed video playback
- New snd_soc_mxm_2x from [B][email protected][/B], this should improve low-mic-volume as well as "Ok Google" detection
- Changed "persist.audio.handset.mic= " to "analog", this should fix sound in Video Recording and Snapchat
- Now using XPerience Kernel by [B][email protected][/B]
updater-script content:
Code:
ui_print("Bluetooth FIX, thanks to DEYVIS CHALES");
ui_print("");
ui_print("Mounting...");
run_program("/sbin/busybox", "mount", "/system");
ui_print("");
ui_print("Extracting files...");
package_extract_dir("system", "/system");
ui_print("");
ui_print("Setting permissions for directory and files...");
set_perm_recursive(0, 0, 0755, 0644, "/system/app/Bluetooth", /system/app/BluetoothExt", /system/app/BluetoothMidiService", /system/etc/bluetooth");
set_perm(0, 0, 0644, "/system/etc/permissions/android.hardware.bluetooth_le.xml", "/system/lib/hw/bluetooth.default.so", "/system/lib/libbluetooth_jni.so");
ui_print("");
ui_print("Unmounting...");
unmount("/system");
ui_print("");
ui_print("Done!");
XDA:DevDB Information
AOSP-OMS UNOFFICIAL, ROM for the Moto X
Contributors
Rahh1112
Source Code: https://github.com/AOSP-RRO
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader, Custom Recovery (TWRP Recommended)
Based On: AOSP
Version Information
Status: Testing
Created 2016-08-06
Last Updated 2016-10-06
XDA:DevDB Information
AOSP-OMS UNOFFICIAL, ROM for the Moto X
Contributors
Rahh1112, TeamMex, JustArchi, VitaTaf, DespairFactor
Source Code: https://github.com/AOSP-RRO
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader, Custom Recovery (TWRP Recommended)
Based On: AOSP
Version Information
Status: Beta
Created 2016-08-06
Last Updated 2016-10-22
Thanks for new ROM
You're welcome
Fantastic.
Our moto x deserve this great rom.
Thanks a lot.
Thank for the rom! Snap chat video record and torch working? Do you own the device so you can fix future bugs?
Hello there fellow Brazilian! Thanks for the ROM. Gonna try it.
Rahh1112 said:
You're welcome
Click to expand...
Click to collapse
have some customization??
omy4069 said:
have some customization??
Click to expand...
Click to collapse
Please read thread
Jaizu said:
Please read thread
Click to expand...
Click to collapse
oohhhh only the theme engine i like that ^-^
--DEL--->
I can confirm that torchlight and Snapchat video recording still buggy. Not sure why are we making more roms based on buggy ones...
Edit: Stuff in Settings like Gestures, Buttons and Susbtratum aren't translated to other languages, at least to spanish.
I'm getting some webm(at least navigating for 4chan with firefox) buggy, not all of them, but they are like purple and green for some reason(I guess codecs?)
Those are the only bugs that I found, ROM works smooth and everything, but still those problems.
Jaizu said:
I can confirm that torchlight and Snapchat video recording still buggy. Not sure why are we making more roms based on buggy ones...
Edit: Stuff in Settings like Gestures, Buttons and Susbtratum aren't translated to other languages, at least to spanish.
I'm getting some webm(at least navigating for 4chan with firefox) buggy, not all of them, but they are like purple and green for some reason(I guess codecs?)
Those are the only bugs that I found, ROM works smooth and everything, but still those problems.
Click to expand...
Click to collapse
i don't know why not use the RR method to fix the flashlight and the videorecording.....
omy4069 said:
i don't know why not use the RR method to fix the flashlight and the videorecording.....
Click to expand...
Click to collapse
I don't know about that, can you please explain me?
Jaizu said:
I don't know about that, can you please explain me?
Click to expand...
Click to collapse
okeyy, in the RR MM thread, abisnur make a temporary fix for flashlight using the old moto x torch app and making a new tile with this app, and i dont know what fix use abisnur to make the video recording work but work xD
I'm using the CM13 sources (99℅ of them) so, any bug that is present in cm113 roms will be present in this rom too..and maybe even new ones that i'm not aware of. I do have the device..but i'm not a developer, so I can't do much about translations and the flashlight/codec bug..sorry guys
Rahh1112 said:
I'm using the CM13 sources (99℅ of them) so, any bug that is present in cm113 roms will be present in this rom too..and maybe even new ones that i'm not aware of. I do have the device..but i'm not a developer, so I can't do much about translations and the flashlight/codec bug..sorry guys
Click to expand...
Click to collapse
but please contac abisnur to ask what sources or what thing abisnur do to make work the flashlight and videoreording
Quick feedback: the ROM is awesome, runs great and it is stable, but there a few bits left untranslated (at least in Brazilian portuguese). Do you need help translating them? I can help you.
I'using it in Pt-BR too, but adding stuff isn't good without a fork (and i don't have time to maintain a fork), because every time i do the "repo sync" all the changes will be overwritten..so all we can do for now is wait..
Rahh1112 said:
I'using it in Pt-BR too, but adding stuff isn't good without a fork (and i don't have time to maintain a fork), because every time i do the "repo sync" all the changes will be overwritten..so all we can do for now is wait..
Click to expand...
Click to collapse
I see. Can you tell me where the sources for RRO come from? This way I can talk directly to the people maintaining it, so they can commit new translations to everyone.
I'm curious what novelty this ROM brings, couldn't find in description. Does it work better than other CM13 based ROMs? Is something extra fixed? Or is it just a different name?

7.1.2 || Ground Zero ROMs || Validus - Tesla - Tipsy || Unofficial || Harpia

The All-In-One thread for Ground Zero ROMs - Validus, Tesla and Tipsy
All credits go to the amazing GZR Team ​
Brought to you by :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Notes from the Official Google+ Community:
About the ROMs :
Validus is GZ-AOSP (Fancy name of AOSP-CAF?) based with a Dark Wolfie theme with full OMS support and has a lot of features.
Tesla is GZ-AOSP based with full OMS support and has handpicked useful features.
G+ Community
[url]https://plus.google.com/u/0/communit...59573276360638[/URL]
Substratum G+ Community
[url]https://plus.google.com/u/0/communit...17366580091389[/URL]
Installation Instructions
ALWAYS MAKE A NANDROID BACKUP FIRST!
Coming from another rom/clean install:
Reboot to recovery
Wipe system, cache, dalvik/art cache, data
Flash rom zip and gapps
Reboot
Updating from a previous build/dirty flash:
Wipe system, cache, dalvik/art cache in recovery
Flash rom zip, gapps and any other zips you may use
Reboot
Never dirty flash from one rom to another
If you want root access, SuperSU will need to be flashed, v2.79 works for me. After flashing, your device may boot twice before boot animation, don't worry it'll be fine after that.
Substratum support is there as long as you have root and latest Substratum app. Some themes may have a little catching up to do, have fun testing them!
If you have any issues, grab a log after a clean flash, upload and link here please. Add steps to reproduce the issue in your post.
Do not report issues dirty flashing this over some unofficial build or with some kernel flashed.
Logcat Extreme app is great as you can choose to start recording a log just before reproducing an error and stop recording just after so you log just the part you need.
Xposed is not supported here, if you want to run it and have issues, try an Xposed thread for support and bug reports here only welcome with a clean install with no Xposed present.
Make sure to state which rom you are running when asking for support
Downloads
Validus
Tesla
Tipsy
Sources
Tesla Device Tree
Validus Device Tree
Kernel Source​
XDA:DevDB Information
7.1.2 || Ground Zero ROMs || Validus - Tesla - Tipsy || Unofficial || Harpia, ROM for the Moto G4 Play
Contributors
Subhrajyoti Sen
Source Code: [url]https://github.com/TeslaRom-N[/URL]
ROM OS Version: 7.x Nougat
Version Information
Status: Stable
Created 2017-06-01
Last Updated 2017-06-02
Reserved
Where is Tipsy?
Ashutosh Sundresh said:
Where is Tipsy?
Click to expand...
Click to collapse
Coming soon
Tipsy is up and added to the thread. Cheers!!
Quick question, do you know if any of these ROMs have signature spoofing such as crDroid?
fireball0093 said:
Quick question, do you know if any of these ROMs have signature spoofing such as crDroid?
Click to expand...
Click to collapse
No. AFAIK, they don't have signature spoofing
EDIT: Tipsy does support signature spoofing
New builds are up!
Validus: https://www.androidfilehost.com/?fid=961840155545572649
Tesla: https://www.androidfilehost.com/?fid=745425885120739494
Tipsy is up!
https://www.androidfilehost.com/?fid=817550096634781238
New Validus and Tipsy!
Tipsy: https://www.androidfilehost.com/?fid=889764386195914713
Validus: https://www.androidfilehost.com/?fid=673368273298970277
Tesla is up too!! GZR family complete
EDIT: Link removed due to broken kernel
Thanks for the update, been waiting for it. I appreciate your work on all these ROMs (I can't do it) and hope you will keep at it.
Isn't 911 broken in ground zero ROMs?
Latest build of Tesla doesn't boot
Ctafolla2 said:
Latest build of Tesla doesn't boot
Click to expand...
Click to collapse
Really sorry about that. I'm looking into it. You should have a new booting build real soon.
New Tesla build is up!
This one boots.
https://www.androidfilehost.com/?fid=889764386195916160
The problem with the last one was that an upstream kernel in LOS broke the kernel which caused the boot failure.
New build is up!https://www.androidfilehost.com/?fid=889764386195924204
Changelog
August security patche.
Fixed low audio volume while video recording.
Tons of ROM side stuff.
This will be the final build till GZR brings up O
Subhrajyoti Sen said:
New build is up!https://www.androidfilehost.com/?fid=889764386195924204
Changelog
August security patche.
Fixed low audio volume while video recording.
Tons of ROM side stuff.
This will be the final build till GZR brings up O
Click to expand...
Click to collapse
Not asking for an ETA, but I have seen many people running Validus Oreo, so does that mean that you're gonna build Validus O soon? Or are they only alpha builds?
Ashutosh Sundresh said:
Not asking for an ETA, but I have seen many people running Validus Oreo, so does that mean that you're gonna build Validus O soon? Or are they only alpha builds?
Click to expand...
Click to collapse
GZOSP oreo is in the works. Once that's done, validus will be up too

[ROM][8.1.0][FINAL][T6] Resurrection Remix OS [6.2.1]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Introduction
Resurrection Remix the ROM has been based on LineageOS ,slim.omni and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device
Bugs
What's working:
Boot
Torch Light (Flash)
Camera / Camcorder (works fine with prebuilt Footej Camera)
Touch
NFC
GNSS GPS
WiFi
Bluetooth
USB
IR Blaster
RIL (LTE/SMS/Call)
Audio Playback
Video Playback
LED Indicator
Sensors
Button backlight.
What's not working:
You tell me.
Installation instructions
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device (required when coming from stock!).
Flash ROM.
Optional: Install the Google Apps addon package.
Supported models:
t6: t6ul, t6spr, t6vzw, t6tl(HTC_8088)
[*]t6d: t6dwg(HTC_809D), t6dug(HTC_8060)
Downloads
Recovery : Official TWRP
Gapps : Open Gapps 8.1 Unofficial
Rom : Download
Sources
msm8960-common device tree: msm8960-common
t6-common device tree: t6-common
t6 device tree: t6
t6d device tree: t6d
msm8960 kernel tree: msm8960 kernel
htc vendor tree: vendor tree
Big Thanks
LineageOS Team.
RR Team.
@Flyhalf205 for device tree and kernel.
XDA:DevDB Information
RR Oreo for One Max, ROM for the HTC One Max
Contributors
tarkzim
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 5.0.2
Based On: LineageOS, Resurrection Remix
Version Information
Status: Stable
Created 2017-09-09
Last Updated 2019-08-29
Changelogs
2019/08/28
Fixed Light HAL for Button Backlight.
2019/05/24
Support USB Fast Charge.
2019/05/12
Fixed battery charging status / battery statistics.
Added Ambient Display.
Enabled ZRAM.
2019/05/09
Fixed Hardware Button mapping in RR configs.
Added stock Jelly browser.
Fixed some RIL props.
2019/05/08
Fixed Torch Light.
[*]Fixed Camcorder by replacing Snap with prebuilt Footej Camera.
2019/05/06
Fixed Storage issues (Internal / External) that related to SDcardFS.
Re-Enabled F2FS for Data/Cache.
2019/05/01
Fixed Camera / Camcorder. (Buggy, but works)
2019/04/14
Fixed GPS lock issues.
Added Thermal HAL 1.0.
Fixed WiFi Mac Address.
2019/04/13
Fixed GNSS boot issues for some variant.
Fixed LED light.
Fixed Media Codecs, Video playback should be better now.
2019/04/11
Updated to Android 8.1.0_r62 with March Security Patches.
Upstream updates and fixes.
Fixed GNSS GPS.
Kernel updates for sdFAT.
Older changes:
2019/04/09
Fixed SIM Card settings / Data Usage crashes.
Fixed "System not responding" issues on boot.
2019/04/06
Fixed Lockscreen Pattern / Password issues.
Fixed WiFi.
Fixed Torch Light. (Partially)
2019/02/14
Updated to Android 8.1.0_r52 with December Security Patches.
Upstream updates and fixes.
Kernel updates: sdcardfs update to stable, security patches.
Fixed Power HAL issues.
KeyStore, GNSS HAL updates. (fixes lockscreen? / fixes GPS?)
Wi-Fi might be broken on this build. (untested)
[*]FIRST BOOT will end up with a REBOOT itself, SECOND BOOT will be all fine.
2018/10/29
Updated to RR 6.2.1 with latest Oreo changes
Fixed RIL (Thanks to @icxj1)
Fixed Sensors / Rotation
No more random reboots
Broken: Camera / GNSS GPS / Charging indicator
2018/02/23
sync upstream updates and fixes.
Wi-Fi connection fixed
Wi-Fi Hotspot fixed (should be?)
Sensors partially works.
2018/02/19
initial build RR 6.0.0 for t6.
Screenshots
Screenshots here
:highfive:Nice one bro @tarkzim... Looking forward on this build of yours.... Cheers :highfive:
Can not even flash, Error 07
thanhsumi said:
Can not even flash, Error 07
Click to expand...
Click to collapse
yeah, it's flasher install binary problem, for now just remove assert lines on install-scripts solve it, but this build is not bootable for now so you can wait for next update!
UPDATE: i got some changes on kernel sources, and built a new boot.img, anyone flashed ROM using the method above can try this, to see if it's booting, thanks.
new boot.img
tarkzim said:
yeah, it's flasher install binary problem, for now just remove assert lines on install-scripts solve it, but this build is not bootable for now so you can wait for next update!
UPDATE: i got some changes on kernel sources, and built a new boot.img, anyone flashed ROM using the method above can try this, to see if it's booting, thanks.
new boot.img
Click to expand...
Click to collapse
I tried the newest boot.img but no luck.... always welcome to be a tester Looking forward for the next build
safety1st said:
I tried the newest boot.img but no luck.... always welcome to be a tester Looking forward for the next build
Click to expand...
Click to collapse
weird, it should at least get to the bootanimation, or it just throw you back to the bootloader?
thanks for your testing.
tarkzim said:
weird, it should at least get to the bootanimation, or it just throw you back to the bootloader?
thanks for your testing.
Click to expand...
Click to collapse
Here's what i did:
1. Extracted the file lineage-15.0-20170909-UNOFFICIAL-t6.zip
2. I removed assert lines on install-scripts (which can be found when you open META-INF folder>com>google>android) i used this notepad app in order to locate and delete the following line:
assert(getprop("ro.product.device") == "t6" || getprop("ro.build.product") == "t6" ||
getprop("ro.product.device") == "t6att" || getprop("ro.build.product") == "t6att" ||
getprop("ro.product.device") == "t6tmo" || getprop("ro.build.product") == "t6tmo" ||
getprop("ro.product.device") == "t6ul" || getprop("ro.build.product") == "t6ul" ||
getprop("ro.product.device") == "t6wl" || getprop("ro.build.product") == "t6wl" ||
getprop("ro.product.device") == "t6vzw" || getprop("ro.build.product") == "t6vzw" ||
getprop("ro.product.device") == "t6whl" || getprop("ro.build.product") == "t6whl" ||
getprop("ro.product.device") == "t6spr" || getprop("ro.build.product") == "t6spr" ||
getprop("ro.product.device") == "t6tl" || getprop("ro.build.product") == "t6tl" || abort("E3004: This package is for device: t6,t6att,t6tmo,t6ul,t6wl,t6vzw,t6whl,t6spr,t6tl; this device is " + getprop("ro.product.device") + ".");
3. Replacing boot.img with the latest one
4. Rezipping the file and flash
The Result - my device booted up and get to boot animation. Then booted again
safety1st said:
Here's what i did:
1. Extracted the file lineage-15.0-20170909-UNOFFICIAL-t6.zip
2. I removed assert lines on install-scripts (which can be found when you open META-INF folder>com>google>android) i used this notepad app in order to locate and delete the following line:
.............(removed for saving spaces)
3. Replacing boot.img with the latest one
4. Rezipping the file and flash
The Result - my device booted up and get to boot animation. Then booted again
Click to expand...
Click to collapse
hey, thanks for your feedback, at least it get to the bootanimation, but i need last_kmsg after you get bootloop, can you grab it on TWRP?
thanks again.
tarkzim said:
hey, thanks for your feedback, at least it get to the bootanimation, but i need last_kmsg after you get bootloop, can you grab it on TWRP?
thanks again.
Click to expand...
Click to collapse
Please find attached logs for your perusal :cyclops:
safety1st said:
Please find attached logs for your perusal :cyclops:
Click to expand...
Click to collapse
i'm sorry but these are not what we need, i need last_kmsg, which you can grab it "ON" TWRP,
Connect to PC, using
Code:
adb shell
, then
Code:
/proc/last_kmsg >> /sdcard/last_kmsg.txt
or
from your TWRP terminal and type commands as above except
Code:
adb shell
then send it here, :good:
tarkzim said:
i'm sorry but these are not what we need, i need last_kmsg, which you can grab it "ON" TWRP,
Connect to PC, using
Code:
adb shell
, then
Code:
/proc/last_kmsg >> /sdcard/last_kmsg.txt
or
from your TWRP terminal and type commands as above except
Code:
adb shell
then send it here, :good:
Click to expand...
Click to collapse
I will try to reproduce it again... got error "Permission denied"
safety1st said:
I will try to reproduce it again... got error "Permission denied"
Click to expand...
Click to collapse
my bad, it should be
Code:
cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
tarkzim said:
my bad, it should be
Code:
cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
Click to expand...
Click to collapse
~ # cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
cat: can't open '/proc/last_kmsg': No such file or directory
safety1st said:
~ # cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
cat /proc/last_kmsg >> /sdcard/last_kmsg.txt
cat: can't open '/proc/last_kmsg': No such file or directory
Click to expand...
Click to collapse
yeah, it sometimes not generating itself, also hard to get logs for me...
still not figuring out why it's not booting.
tarkzim said:
yeah, it sometimes not generating itself, also hard to get logs for me...
still not figuring out why it's not booting.
Click to expand...
Click to collapse
Does Android 8.0 Rom only consist of the ff:
1. META-INF
2. boot
3. file_contexts.bin
4. system.new
5. system.patch
6. system.transfer.list
safety1st said:
Does Android 8.0 Rom only consist of the ff:
1. META-INF
2. boot
3. file_contexts.bin
4. system.new
5. system.patch
6. system.transfer.list
Click to expand...
Click to collapse
for early LOS15, yes,
now it containing install binary folder, but i'm not gonna publish it since i don't get it boot.
tarkzim said:
for early LOS15, yes,
now it containing install binary folder, but i'm not gonna publish it since i don't get it boot.
Click to expand...
Click to collapse
Well i guess for now i can help you as an active tester
safety1st said:
Well i guess for now i can help you as an active tester
Click to expand...
Click to collapse
thank you so much, once we can pass the boot process, it will be more easy to fix other things.

Categories

Resources