Related
Guyz can any 1 port nexus 5 lollipop update for galaxy grand duos i9082.
When will the new lollipop update come for our grand duos....???
Sent from my GT-I9082 using XDA Premium 4 mobile app
::thumbup:
Sent from my GT-I9082
pawitp said:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* 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.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo.
Device-specific source code for the Samsung Galaxy Grand Duos are available from https://github.com/pawitp/android_device_samsung_i9082 and https://github.com/pawitp/android_kernel_samsung_i9082.
Compatibilitiy Patches: https://gist.github.com/pawitp/cba169c87dba57eea8ef
(Please give credit if you use them in your ROM and if you fix something, please submit patches.)
Do not submit bug on CyanogenMod issue tracker
Downloads
ROM: http://goo.im/devs/pawitp/i9082_cm12.0
Google Apps: For now, find your own package
What works?
Wi-Fi
Bluetooth
RIL (Calls, SMS, Mobile Data)
Dual SIM
Sensors (Accelerometer, Compass, Light, Proximity, etc.)
Camera (photo)
Video playback
Audio (playback & recording)
GPS
Everything else not listed under "known issues"
Known Issues
screenrecord does not work
FM Radio does not work
Sometimes wake up causes music stutter
Video recording does not work
.wav playback does not work (.mp3 works fine)
SELinux is in permissive mode
Wi-Fi HAL (i.e. Scanning MAC Address Randomization) not implemented
Sim Tool Kit (STK) not fully working
Video in YouTube app sometimes freeze
Does not work on 4.1 stock ROM's bootloader, please upgrade to 4.2 before flashing
Additionally, Dual SIM has the following limitations:
Both SIMs are always enabled (no way to disable one SIM)
"Receive incoming call while data is enabled" is always enabled
3G may not work properly if Dual SIM mode is enabled with only 1 SIM inserted
Installation
Make a backup!
If you were on CM 10.1 or a stock ROM prior to 4.2, upgrade to 4.2.
Install ClockworkMod recovery with SELinux support (.tar) (.zip by codekidX). Older CWM will result in a "status 7" error.
Reboot into recovery
Wipe data if coming from stock or another non-CM ROM (You may get a "staus 7" error if you fail to wipe.)
Install the ROM
Optionally install the Google Apps Addon
To upgrade to a newer build, simply flash the zip. There's no need for data wipe or flashing Google Apps again.
Changelog
20141116: Initial release
FAQ
How do I enable/disable Dual SIM?
Dual SIM support is enabled by default. If you only use 1 SIM and wants to disable Dual SIM support, you can use the following instruction:
Enable:
Code:
su
setprop persist.radio.multisim.config dsds
Disable:
Code:
su
setprop persist.radio.multisim.config none
(Instruction screenshots)
Are delta updates available?
Delta updates are not yet available for CM 12.0.
Can you include Feature X into your ROM?
No. This ROM will have CyanogenMod's feature set.
Can you include S-Note/S-Planner/MultiWindow/Insert Samsung App Here?
No. This is an AOSP ROM and cannot have TouchWiz applications.
Can you include call recording?
No. CyanogenMod does not include call recording to avoid potential legal issues.
Can you add Feature X to the stock ROM?
No. I don't work on stock ROMs.
What kernel does this ROM use?
A slightly modified version of the stock kernel, the source code is linked above.
I've heard that Broadcom doesn't release source, how can you make this ROM?
Contrary to the popular belief, userspace driver source code is not always required to make an AOSP-based ROM as long as the proprietary binaries shipped with the device does not modify the API too heavily (or is from a very different version of Android). Instead of modifying the source code of the drivers, the Android source code was adapted to be able to use the proprietary binaries.
Can I use your ROM as a base?
http://source.android.com/source/licenses.html
Most of Android/CyanogenMod is licensed under the Apache License with other small parts licensed under other open-source licenses. Which means that you may modify and redistribute without asking for permission as long as the proper credits is given and it is not misappropriated as being the official CyanogenMod. (In other words, you must say that it is based on pawitp's unofficial CyanogenMod, but is not related to CyanogenMod in any other way.)
Will you make this official CM?
Due to the amount of work and commitment involved, I am not planning to make an official CM port.
Can contacts be saved to phone/SIM?
No. It is not supported in AOSP-based ROMs.
Can I send files over Wi-Fi Direct?
Yes, but you must use third-party applications. The implementation provided on Samsung ROMs is not an open standard. AOSP/CM does not provide a native way to send files over Wi-Fi Direct.
Can I mirror your ROM?
You're free to, but I will not list it in this post.
Is overclock (OC) available?
1.3 GHz OC is available in Settings -> Performance -> Processor (enable developer mode first). Higher frequencies are not enabled since benchmark does not show additional benefit.
Will feature X from a previous version of CM be implemented?
I don't know, probably will be, eventually. I don't really involve myself in the feature-set side of CM.
Will you add OTA support?
No.
I cannot add APNs
Make sure you set the correct MCC/MNC code, the APN will not appear otherwise. Also make sure to use menu -> save (back button means discard).
Reporting Bugs
You are allowed to report bugs only in this thread.
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. The following is a useful format to follow.
Code:
What is your--
Phone model (I9082 or I9082L):
Radio (baseband):
CM version:
CM Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
CMSettings/Performance settings (other than stock):
ART Runtime:
Dual SIM:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Thanks
- The CyanogenMod team for providing a great ROM. Without all the compatibility work which went into it, this ROM would've been much harder to make
- My real-life friend for letting me borrow his phone to work on this
- RampantRhino for donating a phone to help me continue with this project
Click to expand...
Click to collapse
See this
Press thanks if I helped
Sent from my GT-I9082 using XDA Premium 4 mobile app
Legendary PAWITP has given us a great cm12 ROM
I find it almost 100% similar to the official lollipop
Great ROM...
I cannot thank "pawitp" enough....
Grand users are lucky to have such great developers like pawitp, xenon, and others...
Unofficial LineageOS 14.1 for Sony Z1 Compact
Code:
#include
/*
* 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.
*/
General
This is an unofficial LineageOS 14.1 as is build for the Sony Z1 Compact, (Amami/D5503).
The builds will be builds when i want it, as long as LineageOS updates and support LineageOS 14.1 or when it goes official.
I won't include features that I dislike. If u want something else, build it.
Install
How to install:
New Install (coming from another ROM)
Do a full backup with your favorite latest Nougat compatible recovery (3.1.0.0 ATM)!
Download the Rom zip and an OpenGapps file for 7.1.2, 32 bit, Arm
Do a full wipe in recovery (data/factory reset, system)
Install the Rom zip and Gapps zip through recovery compatible with Nougat!
Enjoy!
Coming from previous version of LOS14.1
Do a full backup with your favorite latest Nougat compatible recovery!(optional, for if things go wrong)
Download the Rom zip
Install the Rom zip (and Gapps if getting erros with Google services) through recovery compatible with Nougat!
Enjoy!
Downloads
Latest-Rom: lineage-11-20170810-UNOFFICIAL-smi.zip
XDA Download Section
Github Version number is different
Project manifest
Manifest/Roomservice
Bugs/Issues
HW overlay needs to be disabled for some full screen video applications and front camera
Bluetooth may not work as expected
Reboot to recovery doesn't always work
Needs a compatible recovery to install
Camera may not work 100%
Will never pass full CTS test?
Wifi starts without data connection after reboot
NFC HCE will maybe never be supported, used for android pay
Thanks and credits
SpiritCroc
SuperLamic
All MSM8974 Maintainers
Sony (OSS)
LineageOS
All the rest that have helped to construct these builds and develop software for Z1 Compact directly or indirectly in the past.
XDA:DevDB Information
Unofficial LineageOS 14.1, ROM for the Sony Xperia Z1 Compact
Contributors
Hazou
Source Code: https://github.com/LineageOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Testing
Current Beta Version: lineage-14.1-2017080
Beta Release Date: 2017-08-10
Created 2017-07-14
Last Updated 2017-08-10
Hazou said:
Unofficial LineageOS 14.1 for Sony Z1 Compact
I won't include features that I dislike. If u want something else, build it.
2017-07-14
Click to expand...
Click to collapse
Nice, thanks. Could you summarize which features you did implement? I'm currently using LOS by Micha-Btz, and it's working great,but I might try this out if it's any different...
levone1 said:
Nice, thanks. Could you summarize which features you did implement? I'm currently using LOS by Micha-Btz, and it's working great,but I might try this out if it's any different...
Click to expand...
Click to collapse
Can't say for sure what he changes. Not all his repos are open to public.
This version is the latest updated version of lineage, at the time of build. With all the newest changes from the msm8974 maintainers to get a working Android 7.1.2 on this device. The only extra difference is that I included the smartcard API, so u could use NFC pay with a compatibele sim card.
Hazou said:
Unofficial LineageOS 14.1 for Sony Z1 Compact
Click to expand...
Click to collapse
Which kernel does this ROM use? I can't find a repository at your GitHub
Might be a good idea to link to these sources from OP as public sources are required by GPL.
Btw, this information seems to be wrong
Hazou said:
Downloads
Latest-Rom: lineage-11-20170227-UNOFFICIAL-smi.zip
Click to expand...
Click to collapse
hahnjo said:
Which kernel does this ROM use? I can't find a repository at your GitHub
Might be a good idea to link to these sources from OP as public sources are required by GPL.
Btw, this information seems to be wrong
Click to expand...
Click to collapse
Thx for sharing. Will add them right away. They are indeed not on mine or lineage GitHub. The kernel source is on another GitHub. Will add a local_manifests to the message.
Thx. Works great so far.
My findings:
- original Sony camera app has that hw overlay issue.
- automatic brightness seems to be calibrated to bright
- wlan works smoothly (current aicp has has issues with that)
Not tested Bluetooth yet
Regards
Update:
[2] lineage-14.1-20170721-UNOFFICIAL-amami.zip
Fixes:
Audio_effect fix
A tiny bit better battery life
Fix nightly reboot when charging
Thermal improvements in config
LineageOS changes
Known bugs:
HW overlay needs to be disabled for some full screen video applications
Bluetooth may not work as expected
Reboot to recovery doesn't always work
Needs a compatible recovery to install
Camera may not work 100%
Will never pass full CTS test?
Wifi starts without data connection after reboot
NFC HCE will maybe never be supported, used for android pay
Great firmware!
Problems with lineage-14.1-20170721-UNOFFICIAL-amami.zip
- I still get nightly (while recharging) and some times random reboots
- HW Overlay with Camera
I didnt have any other issues yet
@Hazou thanks for your work! This device still can work well and thanks for support LOS!
Pardon, is it possible to have this feature enabled to receive mms when data is disabled? It can be much of annoyance and inconvenience to have data always be turned on for those with limited data or having to turn data on and of manually just to receive mms
https://review.lineageos.org/#/c/172853/ I can beta test a patch if need, very useful feature. This device deserves a good maintainer like you!
Thanks again sir for attention!
echo124 said:
@Hazou thanks for your work! This device still can work well and thanks for support LOS!
Pardon, is it possible to have this feature enabled to receive mms when data is disabled? It can be much of annoyance and inconvenience to have data always be turned on for those with limited data or having to turn data on and of manually just to receive mms
https://review.lineageos.org/#/c/172853/ I can beta test a patch if need, very useful feature. This device deserves a good maintainer like you!
Thanks again sir for attention!
Click to expand...
Click to collapse
Thank you, But I am not alone Doing this stuff with many others
And yes, we could implement this, than u need to test it, will have a look at it for next update
Hazou said:
Thank you, But I am not alone Doing this stuff with many others
And yes, we could implement this, than u need to test it, will have a look at it for next update
Click to expand...
Click to collapse
Great, will test and thans much to all developers for their time and awesome work! Thanks for this very much!
is the gps working?
- GPS works
- HWOverlay needs to be disabled for Cam or Youtube
- Nightly reboots if the phone is charging over night - even with 21.07.2017 version
Hopefully the team could fix it. Great work so far
Frash said:
- GPS works
- HWOverlay needs to be disabled for Cam or Youtube
- Nightly reboots if the phone is charging over night - even with 21.07.2017 version
Hopefully the team could fix it. Great work so far
Click to expand...
Click to collapse
Yup, we are working on them. Just takes a lot off time to debug and find the issue. Also it's holiday season; sun, beach, party
New version 8-10
Changelog:
3AM bug solved
Touch firmware update (changed to stock amami)
Time correctly set at boot
Update in media codecs/profiles
BLE peripheral mode enabled
Network type change and search should be fixed
Thanks for the update!
Thanks for the update, Hazou!
Unfortunately, changing of network operator does not work with my 2 SIM cards.
I can change the network type and search for network operators, but changing the network operator is not possible.
I have tested various ROMs (AICP, Lineage - yours and Micha-Btz - and Paranoidandroid, v6.03).
Only with the stock Rom and with Paranoidandroid I can change the network operator.
The problem seems related to accessing the SIM card (at least my SIM cards). When the Z1C can read the contacts stored on a SIM card, I can also change the network operator.
Can you change the network operator without problem?
Hi Hazou,
there also seems to be a problem with the telephone function if you toggle the loudspeaker or the mute button during a call.
Once you click mute and enable the mic again, it will stay muted... Same problem seems with the loudspeaker button from time to time.
Would be great if this could be fixed.
Good work! It is really appreciated!
Hi Hazou,
I have also a problem with telephone calls. The microphone seems always to be muted.
When I use Google Duo or WhatsApp Calls if works flawlessly.
The reboot bug while charging is also still existant.
Bisides that: Nice work, thanks for that.
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Important information:
This thread is for unofficial LineageOS 14.1 builds for Xiaomi Mi Note 3. The following will not be supported here:
Custom kernels
Mods
Xposed
We don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
Known bugs:
you tell me
Hint:
As Xiaomi hasn't released kernel source for the device, this ROM uses prebuilt kernel from stock
Before flashing this ROM, make sure you've installed MIUI9(the latest is recommended)
Currently kernel&blobs are pulled from miui_MINote3_8.3.8_6a211e88cf_7.1
Changelog:
2017/12/17:
Initial release
2018/02/03:
Sync latest LineageOS source
Switch to OSS kernel, based on LA.UM.6.1.r1-11600-sdm660.0
Allow swapping app switch key and back key
Pocket mode
Allow disabling capacitive keys and enabling virtual keys
Livedisplay CABC & color enhancement
sdcardfs
Switch to bfq I/O scheduler
2017/02/05:
Sync latest LineageOS source
Fix mic when recording videos
Workaround time_daemon crash after applying pti patches
2017/03/10:
Sync latest LineageOS source
Update kernel to CAF LA.UM.6.1.r1-12000-sdm660.0
Fixed unbanlanced irq for fpc fingerprint sensor
Fixed battery stats
Update proprietary blobs
2017/03/14:
Sync latest LineageOS source
Misc kernel fixes&improvements
More robust fingerprint sensor detecting
Fixed green screen in Snap video mode
Fixed NFC firmware downloading
2017/03/16:
Sync latest LineageOS source
Fixed widevine DRM
2017/03/18:
Sync latest LineageOS source
Fixed quick charge
Set GPU idle freq to 160MHz
2017/04/22:
Sync latest LineageOS source
Fixed tethering
Pulled blobs from latest MIUI dev
2017/04/23:
Fixed wifi when secure boot enabled
Installation:
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery (https://forum.xda-developers.com/android/development/recovery-unofficial-twrp-3-0-3-0-touch-t3716806 is recommended)
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Optional: Install the Google Apps addon package, install the SU addon package(https://download.lineageos.org/extras, choose arm64)
Reboot
Credits:
LineageOS Team & Contributors
Code Aurora Forum
......
Download:
https://androidfilehost.com/?fid=746010030569970581
XDA:DevDB Information
LineageOS, ROM for all devices (see above for details)
Contributors
dianlujitao
Source Code: https://github.com/MiNote3Dev
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 4.x
Version Information
Status: Snapshot
Created 2017-12-17
Last Updated 2018-04-23
Xiaomi has released the kernel source of jason, will you continue to support this? @dianlujitao
Thank you and looking forward on your response.
chonghua said:
Xiaomi has released the kernel source of jason, will you continue to support this? @dianlujitao
Thank you and looking forward on your response.
Click to expand...
Click to collapse
I'll release a new build with OSS kernel and bug fixes&new features soon.
dianlujitao said:
I'll release a new build with OSS kernel and bug fixes&new features soon.
Click to expand...
Click to collapse
Why arent you make a thread for mokee rom? Sorry if my question isnt related with this thread.
Amazing job!
I've flashed the latest version and tested it today. Runs really really smooth. Amazing job! :good:
There is a problem with the internal mic(s). It works only for sim calls. I tried recording a video and also I did a video call but there was no audio recording from the mic(s). But instead I connected a headset, and the mic audio from the headset worked.
I'll still use this rom as my daily driver, I just can't stand MIUI!
Looking forward for future updates
Home button doesn't work
I tried this rom and the home button doesn't work.
Gabriele1311 said:
I tried this rom and the home button doesn't work.
Click to expand...
Click to collapse
For me it works, but sometimes it doesn't. I relock the phone and then it works again. Weird
LordTonoicu said:
For me it works, but sometimes it doesn't. I relock the phone and then it works again. Weird
Click to expand...
Click to collapse
Maybe pocket mode doesn't work well with fpc fingerprint sensor. My device uses goodix so I blindly implemented for fpc.
When screen is black and proximity sensor is covered, fingerprint sensor will stop work, this is expected behavior. Can be disabled in Settings->Additional buttons. goodix works as expected but idk how it works with fpc.
Thank you for making the rom. Hope Mi Note 3 will have the sub forum soon!
dianlujitao said:
My device uses goodix so I blindly implemented for fpc.
Click to expand...
Click to collapse
My fpc scanner/button does not work at all.
Also safetynet test fails on CTS profile.
dianlujitao said:
I'll release a new build with OSS kernel and bug fixes&new features soon.
Click to expand...
Click to collapse
Thank you very much for responding mate! More power!
It is possible to use stock camera with portrait mode. Google camera don't work properly
This is so great! thanks @dianlujitaon.
Great Work, Thanks @dianlujitao
dromaczek said:
It is possible to use stock camera with portrait mode. Google camera don't work properly
Click to expand...
Click to collapse
It is possible if it is ported to LOS14 of this device.
LordTonoicu said:
For me it works, but sometimes it doesn't. I relock the phone and then it works again. Weird
Click to expand...
Click to collapse
I reinstalled a lot of times this Rom, I updated to latest version (05/02) and the home button doesn't work...Are there more than one button model?
dromaczek said:
It is possible to use stock camera with portrait mode. Google camera don't work properly
Click to expand...
Click to collapse
Hey there, I flashed this https://forum.xda-developers.com/showpost.php?p=74893764&postcount=1431 and it works, kinda. I mean the portrait mode works , but right after you take the photo, the app crashes but the photo is still saved.
Update: I flashed the latest version (05/02) and the mic works. I also deactivated "Prevent accidental wake-up" and the fingerprint works all the time, and also the battery life seems to have improved, or it might be just me
Amazing job. Thanks a ton @dianlujitao !
Hi, i installed latest nightly.. Look this video i took. LTE signal bar is dropping up and down..
https://youtu.be/SWmGAbbzwi0
What is not working in the last version of the rom?
Thanks a lot
xtreme97 said:
What is not working in the last version of the rom?
Thanks a lot
Click to expand...
Click to collapse
Everythig exept photo is ok,
PHOTO: dont work portret mode, dont work zoom 2x etc. No port of Mi Camera. Unusable cause cant use photo dual camera. No sense to install then. Dont do it, cause you cant use photo dual camera!
As the title says, I can't get the network scan in SnoopSnitch to work. I'm not sure where the problem lies, so I decided to ask here.
The error it shows when I try to run a network scan (sry, can't post links to a picture):
Code:
Network scan is not possible
REASON: Could not initialize DIAG interface.
SnoopSnitch's network scan will not work properly.
Visit the project website for details:
https://opensource.srlabs.de/projects/snoopsnitch
I'm on a Oneplus 3, running LineageOS for microG 16.0 from the 28th of November.
I also tried a few different kernels, but none of them worked for me.
Kernels I tried:
mcd kernel (Custom) r12
MadKernel Reborn 29
HolyDragon Kernel (Pie blobs)
I rooted my phone with Magisk and it works for everything else that needs root privileges, so that shouldn't be the problem either.
RealStickman said:
As the title says, I can't get the network scan in SnoopSnitch to work. I'm not sure where the problem lies, so I decided to ask here.
The error it shows when I try to run a network scan (sry, can't post links to a picture):
Code:
Network scan is not possible
REASON: Could not initialize DIAG interface.
SnoopSnitch's network scan will not work properly.
Visit the project website for details:
https://opensource.srlabs.de/projects/snoopsnitch
I'm on a Oneplus 3, running LineageOS for microG 16.0 from the 28th of November.
I also tried a few different kernels, but none of them worked for me.
Kernels I tried:
mcd kernel (Custom) r12
MadKernel Reborn 29
HolyDragon Kernel (Pie blobs)
I rooted my phone with Magisk and it works for everything else that needs root privileges, so that shouldn't be the problem either.
Click to expand...
Click to collapse
Did you read the FAQ on SnoopSnitch website and try the solutions there?
LineageOS 20.0 is a free, community built, aftermarket firmware distribution of Android 13.0 (T), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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.
*
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
The source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Known bugs:
Screen mirroring via slimport HDMI adapter doesn't work. (won’t fix)
PMF aka 802.11w doesn't supported. PMF SHOULD NOT be enforced in your wifi router! (can’t fix)
Encryption doesn’t work. FDE encryption was removed completely in Android 13! (can’t fix)
There may be a lot of other issues because these builds are experimental!
Downloads:
ROM: https://sourceforge.net/projects/hammerhead-lineageos/files/20.0/
GAPPS: https://bitgapps.github.io/latest.html
Credits:
Many thanks to the LineageOS and LineageOS-UL team and all the contributors out there in the community
Contributors:
z3DD3r
Source Code:
Device tree: https://github.com/z3DD3r/android_device_lge_hammerhead/tree/lineage-20.0
Kernel tree: https://github.com/z3DD3r/android_kernel_lge_hammerhead/tree/lineage-20.0
Vendor tree: https://github.com/z3DD3r/android_vendor_lge/tree/lineage-20.0
Android version: 13.0.0 (T)
Kernel version: Linux 3.4.113
SELinux: Enforcing
Status: Beta
Created 2022-11-24
Last Updated 2023-02-20
ROM Installation
To install rom you should increase the /system partition size
This can be done for example with TWRP HH.R
[RECOVERY][UNOFFICIAL] TWRP HH for Nexus 5 (hammerhead)
TWRP HH for Nexus 5 About: TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with...
forum.xda-developers.com
GAPPS Installation
LineageOS Team have recommendations about GAPPS
My recommendation is BiTGapps for Android 13.0.0 for arm devices.
Google apps should be installed via recovery immediately after installing LineageOS. If you reboot into LineageOS before installing Google apps, you must factory reset and then install them, otherwise expect crashes.
ROM Build
To make your own build of LineageOS 20.0 please use my trees with manifests from LineageOS-UL github.
Currently HAL3 camera is broken in LineageOS-UL repos. You should use my forks of the android_frameworks_av and android_frameworks_base or use roomservice.xml attached to this post.
reserved
Comment with google nexus 5 lineage os 20 android 13..just camera and video suddenly stuck..but overall all perfect..smooth ui..this is the most fastest and smooth os i use on my nexus 5..tq so much for make my nexus 5 more powerfull
The only issue I have is that I cannot turn on Bluetooth. I wiped the phone and clean installed it with BiTGApps. Even in the setup wizard I got the Bluetooth keeps stopping message. Apart from this everything I tried seems to be working. I tried to wipe cache in TWRP, but that didn't fix it. Also wanted to clear cache in Apps but Clear storage and Clear cache is grayed out.
Edit: Here's a logcat. Is this some more SELinux policy issue? Because in the logcat I see this:
Code:
11-29 00:19:09.309 1586 1586 E SELinux : seapp_context_lookup: No match for app with uid 1002, seinfo default, name com.android.bluetooth
I'm just guessing blindly. That line caught my eye.
___________________________________________________
Edit 2: Did some more digging and found out this is because com.android.bluetooth is signed with a different certificate?
I found that for another device: https://github.com/phhusson/treble_experimentations/issues/58
Then I found this patch on LineageOS Gerrit: https://review.lineageos.org/c/LineageOS/android_packages_modules_Bluetooth/+/344542
That topic has two more patches: https://review.lineageos.org/q/topic:bluetooth-cert
Is this what we need? Does this build have these patches?
Thanks for developing latest roms for the Nexus 5! Really awesome of what people can do
@bluetooth-bug,
Yes these patches are included. It is very strange because we have tested bluetooth and it worked. Unfortunately i can't do anything with it without device
@bluetooth-bug and @z3DD3r same issue with bluetooh even i wiped the phone and clean installed it with BiTGApps.
Otherwise the rom is super smooth and usable.
Good work
@bluetooth-bug, @androcib,
Please try new build. Please test with clean flash and without gapps and magisk.
@z3DD3r I dirty flashed it from previous build and Bluetooth is working now. Something was definitely missing from the previous build and somehow com.android.bluetooth was still not signed with the proper certificate.
I knew something was wrong because I dirty flashed the previous build as well and Bluetooth was still borked. (lineage-20.0-20221124-UNOFFICIAL-hammerhead-experimental.zip)
Thank you for all the hard work! This ROM definitely has potential. I think I am going to keep it.
@z3DD3r thanks
bluetooh seems to be ok however camera does not work same for listening msique with app
androcib said:
@z3DD3r thanks
bluetooh seems to be ok however camera does not work same for listening msique with app
Click to expand...
Click to collapse
@bluetooth-bug,
Can you please also check this?
@z3DD3r @androcib
Of course I can check. And cannot confirm the issue, because camera works for me. And works as intended.
I opened the Camera app, took a picture, and I was able to view the picture as well. Next, I switched to video and recorded one. Then I was able to play it back.
@androcib keep in mind that if you play a video you shot for the first time then you will need to raise the volume. Every LineageOS is like that.
Sure the preview window is a bit tiny but that's just how the app is. So yeah. Push volume up and you will see that you will have sound if that's what you mean. This is not a bug.
z3DD3r said:
@bluetooth-bug,
Can you please also check this?
Click to expand...
Click to collapse
bluetooth work now , camera also and music too
a reinstallation, formatting and repair file system solves my camera and music issues
I was excited to see Android 13 for my Nexus 5, but is it really discontinued already...?
I'll be trying it anyway. The feedback above seems positive. Thanks for giving us more toys to play with.
This is really impressive and awesome that Android 13 works on the Nexus 5.
It would be great to have a stable-daily 13 android for our N5!
thanks @z3DD3r
https://sourceforge.net/projects/hammerhead-lineage/files/lineage-20.0/lineage-20.0-20221216-UNOFFICIAL-hammerhead.zip/download
Build with December security patch. Just in case someone needs it