[ROM][UNOFFICIAL] LineageOS 20.0 for Nexus 6 - Nexus 6 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-20.0-20230222-UNOFFICIAL-shamu.zip
lineage-20.0-20221217-UNOFFICIAL-shamu.zip
lineage-20.0-20221014-UNOFFICIAL-shamu.zip
Known issues:
- On some boots the camera may not be working. Simply reboot your phone to fix it.
How to enable encryption on the February build and newer:
- Data must be formatted. If you're using TWRP, click wipe and then format data
- Install the LineageOS zip
- Install the attached SetEncryption.zip
- Reboot and enjoy encryption
How to build from source:
I'm going to assume you've built LineageOS before and just describe the special steps
- Repo init with the LineageOS-UL sources here: https://github.com/LineageOS-UL/android
- Copy the attached roomservice.xml to .repo/local_manifests
- Sync the sources
- From the source root execute:
Code:
sed -i "s/.*TARGET_BUILD_UNBUNDLED.*/ifeq (0,1)/" build/make/core/tasks/platform_availability_check.mk
- If you want your builds to use encryption then run:
Code:
sed -i "s/latemount/latemount,fileencryption=adiantum/" device/moto/shamu/rootdir/etc/fstab.shamu
- cd to frameworks/opt/net/ims and run git apply path_to_attached_Ignore-SubId.patch
- DO NOT use an existing vendor repo . You must run ./extract-files.sh on the latest build I've provided
- Build as normal
Kernel Source: https://github.com/rootfan/android_kernel_moto_shamu
Special thanks to:
- LineageOS team
- Elektroschmock, npjohnson, and anyone else who has worked on shamu in the past
- abhishekt295 and wavedashdoc for getting IMS to work on android 10
- tarkzim and khalvat for their work on the LineageOS-UL project
Standard disclaimer: You're responsible for what you do to your devices, so don't blame anyone else if something goes wrong.
Enjoy android 13 on the Nexus 6

bravo!!!!!!!

any build plan for angler?

Which gapps to use with this build?

Hey, I'm here to do some reports.
My last OS is Mokee based on Oreo 8.1 and I flashed this from with TWRP 3.1.1-0.
When the first time I try to flash it notices that "This package is for shamu, and your device is [empty]." So I removed the asserts check from update-script and I made it this time.
Here are my steps to flash this:
1. Reboot into recovery, wipe data.
2. Wipe data, davlik, system, data, and cache.
3. Flash the rom
4. Format data
5. Reboot
Now it is stuck in the loop of lineage os boot animation. Any suggestions?

I happen to come across this thread and just had to poke my head in here real quick and say "hell yeah! ' " Long live the Nexus!! "I always like it when I see a Nexus still getting current rom love. I had all of the Nexus devices.
Those were the days!!

lepi said:
Which gapps to use with this build?
Click to expand...
Click to collapse
I used BiTGApps-arm-13.0.0-v1.4_signed.zip. I did dirty flash to lineage-19.1-20220919-UNOFFICIAL-shamu. lineage-20.0 booted without any problem.
MindTheGapps-13.0.0-arm-20221007_211145.zip may be used instead.

TatsuMasa said:
I used BiTGApps-arm-13.0.0-v1.4_signed.zip. I did dirty flash to lineage-19.1-20220919-UNOFFICIAL-shamu. lineage-20.0 booted without any problem.
MindTheGapps-13.0.0-arm-20221007_211145.zip may be used instead.
Click to expand...
Click to collapse
Used MindTheGapps 13, thanks

Thanks a lot! Great work!

the camera is not working, please tell me how to fix it

bccrosby said:
the camera is not working, please tell me how to fix it
Click to expand...
Click to collapse
Be patient. Release 20.0 is very early. Take a look at >chengelog<. Work continues, including on the camera.

bccrosby said:
the camera is not working, please tell me how to fix it
Click to expand...
Click to collapse
Just reboot your phone and then the camera should work fine.

rootfan said:
Just reboot your phone and then the camera should work fine.
Click to expand...
Click to collapse
thank you for android 13 on the nexus 6 although the play store cant update apps because it doesnt have a storage permission
for some reason

@rootfan
Thanks for your work !
I was feeling adventurous this morning so I tried to build with your repos
To do so I've gotten to adding the following lines to my roomservice.xml
XML:
<project path="kernel/moto/shamu" remote="github" name="rootfan/android_kernel_moto_shamu" revision="los-20.0" />
<project path="device/moto/shamu" remote="github" name="rootfan/android_device_moto_shamu" revision="los-20.0" />
<project path="vendor/motorola" remote="github" name="TheMuppets/proprietary_vendor_motorola" revision="lineage-18.1" />
<project name="LineageOS/android_hardware_sony_timekeep" path="hardware/sony/timekeep" revision="lineage-18.1" />
but build is failing with
Code:
FAILED:
build/make/core/main.mk:1308: warning: device/moto/shamu/lineage_shamu.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
nfc_nci.bcm2079x.default
build/make/core/main.mk:1308: error: Build failed.
12:15:32 ckati failed with: exit status 1
--> What am I missing ?
I noticed you also have a android_frameworks_opt_telephony repo, but I have not used it as your initial post suggests only kernel source and device tree repos are necessary. --> Is it also required ?
Lastly, do you plan on merging the shamu: Kang DRM from angler commit that make NEtflix work again !
Looking forward to testing this on my shamu

dwardo said:
@rootfan
Thanks for your work !
I was feeling adventurous this morning so I tried to build with your repos
To do so I've gotten to adding the following lines to my roomservice.xml
XML:
<project path="kernel/moto/shamu" remote="github" name="rootfan/android_kernel_moto_shamu" revision="los-20.0" />
<project path="device/moto/shamu" remote="github" name="rootfan/android_device_moto_shamu" revision="los-20.0" />
<project path="vendor/motorola" remote="github" name="TheMuppets/proprietary_vendor_motorola" revision="lineage-18.1" />
<project name="LineageOS/android_hardware_sony_timekeep" path="hardware/sony/timekeep" revision="lineage-18.1" />
but build is failing with
Code:
FAILED:
build/make/core/main.mk:1308: warning: device/moto/shamu/lineage_shamu.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
nfc_nci.bcm2079x.default
build/make/core/main.mk:1308: error: Build failed.
12:15:32 ckati failed with: exit status 1
--> What am I missing ?
I noticed you also have a android_frameworks_opt_telephony repo, but I have not used it as your initial post suggests only kernel source and device tree repos are necessary. --> Is it also required ?
Lastly, do you plan on merging the shamu: Kang DRM from angler commit that make NEtflix work again !
Looking forward to testing this on my shamu
Click to expand...
Click to collapse
Try to track this in your manifests, maybe it will work.
GitHub - LineageOS/android_hardware_broadcom_nfc
Contribute to LineageOS/android_hardware_broadcom_nfc development by creating an account on GitHub.
github.com
Furthermore,resync @rootfan 's repos for 20.0 branch when he make it up-to-date.

Can someone kindly confirm GPS works on this build? I have LinOS 20 on another phone (admittedly an ancient Sams. Note 2) and the GPS works but very sluggish. All else works fairly well.
On my Nexus 6, I have the well-cared for LinOS 18.1 and GPS is very quick- the whole ROM is rock solid. I can of course make a recovery copy but just want to know what to expect as this is still my daily driver. Some of the rebooting & charging issues also make me a bit uneasy. I know it is still early days and am only grateful for rootfan's efforts.
What have any of you lab rats (just kidding) experienced so far specifically regarding GPS with this 20 ROM on a nav map system e.g. Organic or Google Maps? Thanks

TotalChen said:
Try to track this in your manifests, maybe it will work.
GitHub - LineageOS/android_hardware_broadcom_nfc
Contribute to LineageOS/android_hardware_broadcom_nfc development by creating an account on GitHub.
github.com
Furthermore,resync @rootfan 's repos for 20.0 branch when he make it up-to-date.
Click to expand...
Click to collapse
That got me to the next issues .
tons of warnings turned to errors (found how to bypass that) as -Werror compile option is set
kernel includes not found by other projects
Seems rootfan's modification's are not up to date or all available on his github. Will check from time to time and see if updates become available.

Took the plunge as I can quickly and easily revert back to rock solid LOS18 if nec. with TWRP backup. So..
Unlocked phone and SIM card, dirty flashed ROM, BitGaps 1.6, Magisk 24.3s.....
Whole installation, a few reboots, some App checking, took like 10 Min. Dirty flash saves hours of re-confiuring and reinstalling files and apps. YMMV but as I am fully backed up, it was well worth a try.
All seems just fine. Banking apps, travel, cars etc. all good. My Open Camera app, and the built in Camera all sans problems. Even kept some deep Magisk modules. Will have to watch for a few days re GPS, notifications, battery life. It is slightly less smooth than LOS18 but can easily live with it, and it may improve over time. Have asked trusted wingman to also try and monitor.
@rootfan Nice one; hope you'll keep supporting and updating this great work.

Thank you @rootfan for bringing new up to date life to Shamu . Really amazing to see android 13 on it !

Just a heads-up. Reporting, not complaining.
I followed @esysfound in dirty flashing my N6, and it looked good, but today I've booted from cold and I'm in a bootloop - the LOS circles have been running for a while with occasional reboots. No problem - (a) I knew dirty flashing isn't reliable and (b) I can restore my OrangeFox 19.1 backup.
Just in case anyone is thinking of trying a dirty flash...

Related

[17.04][ROM][5.1] CyanogenMOD 12.1 [UNOFFICIAL]

{
"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"
}
​Ok, less words, more CM
Remember, this is unofficial and there is no guarantee for this!
I am only a builder, so 99% of bugfixing is on CM team.
Builds are produced Every Other Day
Latest build 17.04: http://forum.xda-developers.com/showpost.php?p=60169657&postcount=1075
Source:
CyanogenMOD https://github.com/CyanogenMod
OnePlus One kernel https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/tree/cm-12.1
Credits:
CM Team
smoki3 for a lot of help
Installation:
FC with setup fixed, so nothing special, like any rom!
Bugs:
wow so much bugs here. Or not?
When open "Select and order tiles" Settings FC. Temp fix - use custom theme
When installing apk with file manager, Package installer crashes, but App will be installed. No problems with market / Titanium Backup
When recieve SMS, SMS app FC. Temp fix - use another message app (Google Chat, Hangouts)
Alarm FC
Contacts FC
Navbar glitch
Contacts import FC
More?
CM Gerrit
(merged: branch 12.1) http://review.cyanogenmod.org/#/q/status:merged+branch:cm12.1,n,z - you can see recent changes here
(open: branch12.1) http://review.cyanogenmod.org/#/q/status:open+branch:cm-12.1,n,z - helpful for devs, may contain build fixes
Changelog:
Code:
03.24
initial release
03.24 V2
Sync CM code
Fixed navbar
Disabled block-build mode (just /system folder)
03.25
Sync CM code
Fixed Alarm FC
Fixed QS adding FC
Fixed App installer FC
Fixed SMS FC
Remove CM Setup, you can flash as always, no FC
03.27
Sync CM code
Many fixes and improvements by CM (check CM gerrit)
Switch to almost pure CM sources (only PackageInstaller from Euphoria, we need it)
Android 5.1.0 R3
Bring back CM setup (FC fixed)
Remove CM updater (its useless here)
03.28
Sync CM code (see gerrit for more details)
Another painful attempt to fix SMS. Hope this time it will work
Cherry-picked commit to fix Contacts FC
03.29
Sync CM code
Update msm8974-common blobs. Device specific proprietaries at next.
Little remake of bootanimation, to be more individual
03.31
Sync CM code
Fixed BT audio
100% pure CM source
Final fix for SMS app
Revert bootanim. It's now in Addons post.
Updated build instuction
04.04
Sync CM code
04.06
Sync CM code
04.08
Sync CM code
Remove damn firmware check. Now no "error executing blablabla" for everyone. Use any modem what you like
04.10
Sync CM code
04.12
Sync CM code
Fix alarm wakelock
04.14
Sync CM code
Android 5.1.0 R5
04.17
Sync CM code
Wi Fi fixes
Merged translations
Some videos (Benchmark, Installation, Review) by @savadam
Download:
ROM
GAPPS
GAPPS Minimal - my choise
ADDONS
About phone screenshot
Quick build instruction:
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
repo sync
Code:
mkdir .repo/local_manifests
nano .repo/local_manifests/local_manifests.xml
Paste this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_oneplus_bacon" path="device/oneplus/bacon" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_oppo_msm8974-common" path="device/oppo/msm8974-common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_oppo_common" path="device/oppo/common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_kernel_oneplus_msm8974" path="kernel/oneplus/msm8974" remote="github" revision="cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oppo" path="vendor/oppo" remote="github" revision="cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="cm-12.1" />
</manifest>
Code:
repo sync
Build it:
Code:
. build/envsetup.sh && breakfast bacon && brunch bacon
To build new version, do:
Code:
make clean
repo sync
And every step from "Build it" section
If you got error with incorrect java, do:
Code:
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ && export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH && export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JAVA_HOME/jre/lib && java -version
Very nice guilde for CM roms here, I was guided by it
First!
you did it, at last!
nice rom thx
Blimey!:laugh:
Gaaps ?
Is official cm 12.1 out?
-Fabione- said:
Is official cm 12.1 out?
Click to expand...
Click to collapse
no
saiwala said:
Yes! :good:
Click to expand...
Click to collapse
No no no! Its unofficial!
mdda7 said:
Gaaps ?
Click to expand...
Click to collapse
Try the Banks Gapps. They are updated to 5.1.
http://fitsnugly.euroskank.com/?rom=banks&device=gapps
Anyone tested this? Is everything working? Are there all features from normal CM12 included (DT2W, Buttons, etc)?Thanks
All working here except for quick tile configuration fc
I can't get past the setup wizard. keeps crashing.
I've used the 5.1 gapps linked in the OP.
minty1978 said:
I can't get past the setup wizard. keeps crashing.
I've used the 5.1 gapps linked in the OP.
Click to expand...
Click to collapse
sorry, i dont tested with this gapps. I only found them on forum
no problem, I will try the banks ones..
Yup, the banks gapps work fine:
http://fitsnugly.euroskank.com/?rom=banks&device=gapps
acuicultor said:
All working here except for quick tile configuration fc
Click to expand...
Click to collapse
Good to know, thanks. What features are already implemented?
Falster said:
Good to know, thanks. What features are already implemented?
Click to expand...
Click to collapse
everything from CM12
Very nice build. The only issue I found was if I used bank gapps in OP it would force close on set up wizard. I could only continue on to the rom if I didn't use gapps at all. This may just be on my phone. Very nice start though and Glad to see this Finally. Thank you so much.
"Chance Favors the Prepared"
New build up!
-Sync CM code
-Fixed navbar
-Disabled block-build mode (just /system folder)
Added installation guide to OP
https://drive.google.com/file/d/0B4aqk_6IcgySNFZOUnlxdlhsaDA/view?usp=sharing

[DISCUSSION][WIP][ROM][6.0] CyanogenMOD 13 [UNOFFICIAL]

{
"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"
}
We continue the tradition.
This time chinese developers are little ahead, but i am also here
Source:
CyanogenMOD https://github.com/CyanogenMod
OnePlus One kernel https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/tree/cm-13.0
Credits:
CM Team and everyone who contributed to bacon, especially these guys
@tilaksidduram
@vinman12
Bugs:
This is whole bug i think...
Use ONLY English for now, other languages cause bootloop
Icoming Calls (reboot)
Camera (just a buggy stock app, use Google Camera)
FC's in old apps, better to remove them Removed for now
Buttons wont disable after screen off
[*]Root acces doesnt work
[*]Chrome FC (only in 28.10)
If you try to choose only GSM, FC
Date resets to 1970 after reboot
SMS/MMS issues?
After dirty update gapps are FC (only for someone?)
Of course more
This build is just to prove that it boots, i really reccomend you to dont use it at daily driver (if it's possible at all )
Used a lot of fixes (local and from gerrit)
Later we improve dat rom
Changelog:
Code:
14.11
Synced CM (over9000 changes according to my last builds)
Used device tree by [user=539770]@tilaksidduram[/user], it's always good
CM heavily updated their kernel (3.4.110)
Picked gesures icon fix
29.10
Bottanimation is fixed
Chrome Fixed
Added SMS app (ancient from AOSP)
Picked Status Bar Customization
Problems after reboot still here (SIM, WiFi, etc), to solve them reboot again
Just to be sure reverted http://review.cyanogenmod.org/#/c/115755/ , ringtone and music works fine
+ Fixes + Bugs
28.10
READ THIS http://forum.xda-developers.com/showpost.php?p=63530288&postcount=426
Replaced Browser app from Temasek Rom
Music Player works
Themes are present, but "Failed to install theme"
SU option is sticky, but Root Explorer says "no su", use SuperSU
It's fast, yeah
Calls work fully
Language works
To builders: u can take cm_strings from 12.1 for your language, 99% lines will be translated for now (tested with russian)
They broke the bootanimation binary, so u will see just a black screen
Why it's crazy? You wont have Wi-Fi, BT, SU, Network -> Reboot, u have it -> Reboot, again peroblems -> Reboot, u have it
25.10
Fix calls (but incoming still cause trouble)
Fixed bootloop caused by commit in /frameworks/base
Kexec-hardboot for multirom
Synced with CM
Doze enabled
23.10
Picked Clear All option
Removed some old apps for now (browser, sound recorder, etc)
Picked fix for SetupWizard
Synced with CM
zip with usual /system folder
Fix camera (saving photos) thanks to [user=539770]@tilaksidduram[/user]
21.10
Initial Release
How to get multirom working
Merged CM13 Commits
Open CM13 Commits
Downloads:
https://www.androidfilehost.com/?w=files&flid=41947
Gapps
Slim
Delta
From N4 AOSP
Manifest
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_oneplus_bacon" path="device/oneplus/bacon" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_oppo_common" path="device/oppo/common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_kernel_oneplus_msm8974" path="kernel/oneplus/msm8974" remote="github" revision="cm-13.0" />
<project name="TheMuppets/proprietary_vendor_oppo" path="vendor/oppo" remote="github" revision="cm-13.0" />
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="cm-13.0" />
</manifest>
Some of used fixes
/android_external_stagefright-plugins
http://review.cyanogenmod.org/#/c/114239/ -merged
/android_device_oppo_common
http://review.cyanogenmod.org/#/c/111754/
http://review.cyanogenmod.org/#/c/114337/
/android_build
http://review.cyanogenmod.org/#/c/113774/
coz some stuff fails to build with openjdk
Code:
[email protected]:~/cm13# java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
- solution
/android_device_oneplus_bacon
The most important were merged, so you can try different fixes from Gerrit
/android_external_sony_boringssl-compat
http://review.cyanogenmod.org/#/c/112647 -merged
/frameworks/base
http://review.cyanogenmod.org/#/c/114594/
/vendor/cm
http://review.cyanogenmod.org/#/c/111336/
/frameworks/opt/telephony
http://review.cyanogenmod.org/#/c/115047/
Also, there are some that needs to be solved manually
Removed that lib from makefile https://github.com/TheMuppets/proprietary_vendor_oneplus/blob/cm-13.0/bacon/bacon-vendor.mk#L50, it causes conflicts - fixed on Github
Some lines needs to be commented in vendor/common/xxxxx and vendor/cm/overlay/common/packages/services/Telecomm, u will see what exact when building - there is commit for this
...More that i forgot?
Yay!! Great to see a build from you! Thank you!
@CraZY_BoY^ Thanks man for the update.. you are always so quick
Cool! Congrats... looking forward for fully function ROM
CrazyBoy in the house!!
Nice, it took me a few days to get a build to boot, same thing buggy as well.
Non the less great job on getting this to boot.
If I get any solid fixes I will pass them on.
Will DL now and see how she runs,
Will post any feedback I can give you to help move this along.
+1
Huh I guess almost nothing work? But anyway thanks for your hard work I'm gonna look here forward for updates
Wysłane z mojego A0001 przy użyciu Tapatalka
Awesome.Good Job Dev. Gonna try soon.
wts1 said:
Huh I guess almost nothing work? But anyway thanks for your hard work I'm gonna look here forward for updates
Wysłane z mojego A0001 przy użyciu Tapatalka
Click to expand...
Click to collapse
Honestly, i think it can be used if you have enough time to hard-mod it:
- Remove old apps, replace them with actual google alternatives
- Disable buttons and use navbar, buttons are buggy
- Explore all bugs and defects, then we can find some solutions
Or just use AOSP builds, they are nice and have less bugs
This is just the beginning of cm13 history.
lovely. booting it up right now
CraZY_BoY^ said:
Honestly, i think it can be used if you have enough time to hard-mod it:
- Remove old apps, replace them with actual google alternatives
- Disable buttons and use navbar, buttons are buggy
- Explore all bugs and defects, then we can find some solutions
Or just use AOSP builds, they are nice and have less bugs
This is just the beginning of cm13 history.
Click to expand...
Click to collapse
I'm actually on homemade build, I wish help you but need something more stable with some futures what I'm using everyday like hw buttons , sloe shutter camera
Wysłane z mojego A0001 przy użyciu Tapatalka
Looking forward for this rom, will be checking it out for bug fixes regularly , I love cm over aosp anytime due to the customization available on cm. (does this build as all cm customization like buttons option in settings and dt2w themes etc.)
Tip: remove SetupWizard from your gapps if it crashes after booting
@CraZY_BoY^ i did some testing and noticed theres no audio during calls. You should add this to the bug list as its a major one. And a line saying that there's no features of cm present at the moment its like aosp just with trebuchet launcher which force closes when trying to protect apps.
Awesome Job!
vicelord97 said:
I fid some testing and noticed theres no audio during calls. You should add this to the bug list as its a major one. And a line sayung that there no features of cm present at the moment its like aosp just with trebuchet launcher which force closes when trying to protect apps.
Click to expand...
Click to collapse
Yep, of course it's buggy unusuable sh*t, CM just started working on CM13
U can find on gerrit a lot of commits with adding features, but it's not primary target, it will be buggy unusuable sh*t with a lot of buggy features
I advise everyone to have patience concerning CM, it's a long way before we can have something really good, remember cm12.x, pure AOSP project lead the way for now.
CraZY_BoY^ said:
Yep, of course it's buggy unusuable sh*t, CM just started working on CM13
U can find on gerrit a lot of commits with adding features, but it's not primary target, it will be buggy unusuable sh*t with a lot of buggy features
I advise everyone to have patience concerning CM, it's a long way before we can have something really good, pure AOSP project leads the way for now.
Click to expand...
Click to collapse
I think I've seen you before. Were you a galaxy grand Dev?
NoobInToto said:
I think I've seen you before. Were you a galaxy grand Dev?
Click to expand...
Click to collapse
Nope, i builded cm12.1
CraZY_BoY^ said:
Nope, i builded cm12.1
Click to expand...
Click to collapse
Sorry for ot.but did you play dmo? Lol
Ignore of you don't know what I mean.
BTW what gapps to use with this build?
NoobInToto said:
Sorry for ot.but did you play dmo? Lol
Ignore of you don't know what I mean.
BTW what gapps to use with this build?
Click to expand...
Click to collapse
I dont know what you mean
And I dont know which gapps are better, used Delta Gapps, SetupWizard FC, removed setup wizard and at least it works

[ROM][7.1.2] LineageOS 14.1 for GT-I8190/GT-I9070 [2017-06-09]

{
"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"
}
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 (probably expired) 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.
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit Gerrit Code Review.
TWRP 2.8+ is recommended.
Flashing Instructions (if coming from another rom):
Make a nandroid Backup (seriously)
Wipe System, Data, and Cache
Flash ROM
Flash GApps
[Optional] Flash SuperSU or Lineage Root addon
Update Instructions:
Make a nandroid Backup (seriously)
Flash ROM
Wipe cache/dalvik
Profit!
What works:
Booting
Wifi
Wifi Hotspot
Bluetooth
MTP
Screen
RIL
Buttons
Sound (speaker, headphone jack, bluetooth audio, and microphone)
Sensors
FM Radio (tested on Spirit Light)
GPS
Camera
Offline Charging
HWComposer
MicroG
Issues:
Screen recording (as usual)
Possibly more
Supported Devices:
GT-I8190/N/L
GT-I9070 (Galaxy S Advance)
Planning to support soon:
SGH-T599/N/V (Very similar hardware)
Unsupported Devices:
GT-I8200 (Different hardware)
Download Links:
ROM
Gapps (use arm 7.1)
TWRP 3.0.2
Based on Andi's sources. Blank screen fix patch added and kernel replaced to fix reboot loop issue.
Screenshots are broken (recovery crashes/reboots when you attempt to take a screenshot)
Download Link Updated Link (2021-10-01)
Performance Tips:
Set all animations to 0.5x
The included Camera app is laggy. Use Open Camera instead (quality is also better).
Sources:
.repo/local_manifests/local_manifests.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_external_stlport" remote="github" path="external/stlport" revision="cm-14.1" />
<project name="3liteking148/android_device_samsung_golden" path="device/samsung/golden" remote="github" revision="cm-14.1"/>
<project name="3liteking148/android_kernel_samsung_golden" path="kernel/samsung/golden" remote="github" revision="cm-14.1-alpha"/>
<project name="3liteking148/android_vendor_samsung_golden" path="vendor/samsung/golden" remote="github" revision="cm-14.1"/>
<project name="3liteking148/android_hardware_u8500" path="hardware/u8500" remote="github" revision="cm-14.1"/>
</manifest>
For building unified builds (janice support):
Code:
<project name="3liteking148/android_device_samsung_janice" path="device/samsung/janice" remote="github" revision="cm-14.1"/>
<project name="Epirex/Samsung_STE_Kernel" path="kernel/u8500" remote="github" revision="marshmallow"/>
<project name="3liteking148/android_vendor_samsung_janice" path="vendor/samsung/golden" remote="github" revision="cm-14.1"/>
Before building, don't forget to apply patches (cd patches; . patch.sh).
Credits list:
@Meticulus - for original cm13 device tree
@ChronoMonochrome and SergeyL - cm14 bringup in u8500 platform and Patches
@golden-guy - Kernel
Reserved
Thanx for this development
Sent from my GT-I8190 using XDA-Developers mobile app
It's new release?
kindadifferent said:
It's new release?
Click to expand...
Click to collapse
Yeah. It's now 7.1.1 and wifi is now fixed but not wifi autoconnection. RIL is still the same as last release (buggy).
It starts shutting down system process and does not run aop keyboard, I can not enter the key for wifi and complete the start.
ENRIQUEMM said:
It starts shutting down system process and does not run aop keyboard, I can not enter the key for wifi and complete the start.
Click to expand...
Click to collapse
If AOSP keyboard is the problem and you installed gapps, flash the keyboard fix on my cm13 thread.
thank you for bringing cm14.1 for us ?
Finally, ty elitking
After installing i found this bug
1. Laggy
2. Notif about Mtp host fc.
3. Can't open ext.memory trough cm manager need root
Wifi work fine with auto connect
Sorry for my bad englis..
Thank you for keeping 4 years old phone alive. Awesome work really.
muito bom, tomara que sejas possível reparar os bugs existentes na versão eu gosto muito desse aparelho.
Hey guys i tried installing it on my I8190 but it dosen´t boot, it keeps in the cm logo.
I hope you can fix it
Merry Christmas
adrianmich said:
Hey guys i tried installing it on my I8190 but it dosen´t boot, it keeps in the cm logo.
I hope you can fix it
Merry Christmas
Click to expand...
Click to collapse
The first boot is super slow. (5min) or more
Mkkt Bkkt said:
The first boot is super slow. (5min) or more
Click to expand...
Click to collapse
I let it boot all night long and it dosen´t turned on
I installed ROM , my Sim-card has been recognized and call and sms is fully work [ until now ]
But The camera app couldn't connect to hardware and doesn't work (Pls Solve It)
The Battery drain is a bit high.
The Speed is good ( for my device is as fast as the cm12.1 )
The AOSP Keyboard Forces Stop every 10 seconds So I installed the GBoard(Google inc).
The SD Card some times doesn't recognize ( You should go to setting -> Develop... Mode -> Change Root Access to ON to work with the stock file manager - ( My SD DOESN'T Recognized by The ES Explorer App )
It has been a few lag
In totally as a Alpha Version it gets a GREAT MARK in my opinion.
Thanks For The Developer
Try To Solve The PROBLEMS PLEASE(That Would BE SO GREAT ).
adrianmich said:
I let it boot all night long and it dosen´t turned on
Click to expand...
Click to collapse
Did you do a a clean flash?
When I saw this topic here, I told myself "I'm going to wait for the stable version..." But then I realized that if i'll download and flash this ROM it can help to developers. So I flashed it a few moments ago... The first thing- super ultra slow boot time. It took maybe about 8 mins. When the system finished the booting there was a problem... "System is not responding" But after small time it disappeared again. Next thing I noticed was strange blinking near the arrows while the phone was turning WiFi and verifying Google Account. When the system was ready there were the same problems that are described in this topic. File Manager couldn't open ext. SD Card... The camera didn't work and there also was a quite big battery drain. System was almost smooth, but there also were sometimes lags... And at the end I have to say: Design of this Android is really beautiful!
Hope you'll be succsesfull in solving problems with this ALPHA!
Big Thumb up from me!
New Release
This is the last release of CyanogenMod 14.1 I'm going to do. The reason for it is if you haven't heard about it, CM already shut down . The good thing is LineageOS is being developed as the successor of CM. So the next releases will be LineageOS instead of CM14.1.
Changelog:
Updated CM Sources
Fixed Camera (Unstable, Video recording fc happens)
Now a userdebug build (faster boot time)
Download Link: https://www.androidfilehost.com/?fid=673368273298919392
So it means that this ALPHA is the last relase? Or will there be available stable version of CM14.1?
KopecekCZ said:
So it means that this ALPHA is the last relase? Or will there be available stable version of CM14.1?
Click to expand...
Click to collapse
Just read what he said.
CyanogenMod no longer exists, LineageOS took its place.
So no, there won't be a stable release of CM14.1, maybe you'll have one of LineageOS instead.

[ROM][9.0] LineageOS 16.0

{
"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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), 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 Lineage OS is available in the LineageOS Github repo. And if you would like to contribute to Lineage OS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Instructions
First time flashing Lineage OS 16.0 your device?
Coming from a SENSE ROM?
Enable all location services: Settings > Location > (all location services) = On
Coming from another ROM?
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 LineageOS.
Optional: Install the Google Apps addon package.
Downloads
Downloads
ROM - https://mirror.codebucket.de/claymore1297
Google Apps - http://opengapps.org/?arch=arm64&api=9.0&variant=nano
TWRP Recovery - https://github.com/CaptainThrowback/android_device_htc_hima/releases
XDA: DevDB Information
LineageOS 16.0, ROM for the HTC One (M9)
Contributors:
@Claymore1297
@k4y0z
ROM OS Version: 9 Pie
ROM Kernel: Linux 3.10.108
Kernel Source: https://github.com/Claymore1297/android_kernel_htc_msm8994
SELinux: enforce
Requirements
HTC Firmware: 4.x
TWRP: 3.3.0-0
special thanks to:
@root-expert
Version Information
Status: Beta
What is working
WiFi
Bluetooth
IR
Camera (including video recording)
Telephony (Calls, MMS/SMS and Mobile data)
Audio (Record and Playback)
Video Playback
GPS
NFC
What is not working
FM Radio
Bug report
Bug reports without a proper description of the issue and a log will be ignored!
You don't know howto take a log - see here:
https://www.xda-developers.com/how-to-take-logs-in-android/
https://lmgtfy.com/?q=how to get android logs&p=1&s=g
How to Build
To setup the build environment, follow instructions here: https://wiki.lineageos.org/devices/himaul/build
Remember to change cm-14.1 to lineage-16.0
Create the direct and file .repo/local_manifests/roomservice.xml and add the following:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Claymore1297/android_device_htc_himawl" path="device/htc/himawl" remote="github" />
<project name="Claymore1297/android_device_htc_himaul" path="device/htc/himaul" remote="github" />
<project name="Claymore1297/android_device_htc_hima-common" path="device/htc/hima-common" remote="github" />
<project name="Claymore1297/android_kernel_htc_msm8994" path="kernel/htc/msm8994" remote="github" />
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" />
<project name="Claymore1297/proprietary_vendor_htc" path="vendor/htc" remote="github" />
<project name="LineageOS/android_packages_apps_FlipFlap" path="packages/apps/FlipFlap" remote="github" />
<remove-project name="LineageOS/android_hardware_qcom_audio" />
<project name="Claymore1297/android_hardware_qcom_audio" path="hardware/qcom/audio-caf/msm8994" revision="p9.0-caf-8994" remote="github" />
<project name="Claymore1297/JamesDSPManager" path="packages/apps/JamesDSPManager" remote="github" />
<project name="AICP/frameworks_opt_jamesdsp" path="frameworks/opt/jamesdsp" remote="github" revision="p9.0" />
</manifest>
Things for successful builds:
Code:
cd <build LOS-root-dir>
. build/envsetup.sh
repopick -t pie-aosp-wfd
brunch himaul (for himaul)
brunch himawl (for himawl)
Screenshots
First!
Changelog
2018-12-10:
december ASB's
ambient display
Wifi direct fixed
2018-11-14:
november ASB's
whatsapp + instagram video playback issue fixed
2018-10-14:
Wifi Hotspot: fixed
Wifi disconnects when device sleeps: fixed
saving pics/vids on external sdcard: fixed
3rd party cam-apps working now (like Footej camera)
NFC fixes (namely Mifare-support, Android Beam)
2018-10-12:
october ABS's
latest N camera libs
re-add Snap camera-app
SELinux enforce
2018-10-05:
NFC
Whatsapp video playback
M4A audio playback
2018-09-29:
WiFi
Bluetooth
IR
Camera (including video recording)
Telephony (Calls, MMS/SMS and Mobile data)
Audio (Record and Playback)
Video Playback
GPS
can not load you?
Gửi từ SM-G930F của tôi bằng cách sử dụng Tapatalk
Repo gone private ?
Access Denied
Looks like you don't have permission to access this folder. Make sure you are signed in to an account that has permission, or check with the developer to request access. Only the developer/uploader can provide you with access to their restricted files.
Click to expand...
Click to collapse
GamaPL said:
Repo gone private ?
Click to expand...
Click to collapse
My bad! Link in OP correct now!
Can you provide some screenshot of the rom please?
xhoi287 said:
Can you provide some screenshot of the rom please?
Click to expand...
Click to collapse
see second post
Claymore1297 said:
see second post
Click to expand...
Click to collapse
Oh okay thanks
Is it advisable to flash this now or wait for a much stable build?
Thevenine said:
Is it advisable to flash this now or wait for a much stable build?
Click to expand...
Click to collapse
that up to you, but if no one test this, we can't figure out what's left
In my opinion it's stable. Got no random reboots or something like this.
Claymore1297 said:
that up to you, but if no one test this, we can't figure out what's left
In my opinion it's stable. Got no random reboots or something like this.
Click to expand...
Click to collapse
Is it advisable to restore a titanium backup of aicp 8.1.0 on this rom?
The Washington server its too slow for me
Downloading now, I can't wait to test this and use it as a daily driver if it is ok..
But Clay, one thing I'm fearing is the battery, is the battery okay based on ur 3 days of usage?
Thank you so much!!
tigerland said:
Downloading now, I can't wait to test this and use it as a daily driver if it is ok..
But Clay, one thing I'm fearing is the battery, is they battery is okay based on ur 3 days of usage?
Thank you so much!!
Click to expand...
Click to collapse
well, that's maybe too early to say. But my first impression was, that on screen-off the battery is much better than on O...
If possible, could you please upload the ROM also somewhere else than AFH with their potato servers? Download speed at ~20 KB/s is horrible.
Pawbrotm said:
If possible, could you please upload the ROM also somewhere else than AFH with their potato servers? Download speed at ~20 KB/s is horrible.
Click to expand...
Click to collapse
i have same problem too
Pawbrotm said:
If possible, could you please upload the ROM also somewhere else than AFH with their potato servers? Download speed at ~20 KB/s is horrible.
Click to expand...
Click to collapse
Same problem here as well
Claymore1297 said:
see second post
Click to expand...
Click to collapse
sim not supported why?

[10][microG] Los17.1 ufOFFICIAL with WakelockBlocker (cve January 2023)

[17.1 cve 202301] download : https://androidfilehost.com/?w=files&flid=306432​All-in-one: "Regular" #derf elot Los17.1 build with microG patches, extended 2x permissions, #ale5000 implementation and multiple foss apps:
microG: GmsCore(mapbox) GoogleServicesFramework DroidGuard
addons: NominatimGeocoderBackend DejaVuBackend IchnaeaNlpBackend LocalWifiNlpBackend openbmapRadiocellsOrg LocalGsmNlpBackend wlanBackend
hot-built: photoEditor aospBrowser2
prebuilt: Fdroid F-DroidPrivilegedExtension NeoLinker jQuarks
others: LineageOS_webView ; system/bin* aapt32
Also included are these non-foss 3 Google : Playstore, Calendar/Contact_Sync; like Sony embedded artfilter soundphoto moviecreator apk, they are disabled by default (due to Internet permission with known trackers), and can be activated via Settings/Apps.
Click to expand...
Click to collapse
not included: Latest compatible Google Maps 9.84.2 optional https://androidfilehost.com/?fid=11410963190603886579​
Extra(s): Nfc and AudioFX tiles, basic photoEditor*, experimental WakelockBlocker via Settings/{}DevOptions <USE WITH CAUTION>.
Nota: : android Webview v106 is signed & upgradable from LineageOS_webView, Terminal is activated via Settings/System/Advanced/DeveloperOptions and Playstore has to be ForceStop-ed once after registration/wizard, and relaunch. F-Droid V.102.3 auto-update needs FDroid/Settings/ExpertMode/Privileged disabled.
After first rom flash and MicroG prim-initialization, for immediate working location, toggle /Settings /Security&Location /Location off&on.
All other included prebuilts are fdroid signed editions.
donations: Consider prim-origin @derf elot @MaR-V-iN @csagan5(Bromite)
others : @Setialpha #ThibG(DroidGuard)
+info for microG implementation https://forum.xda-developers.com/android/development/microg-unofficial-installer-t3432360
If you need more, please let me know about it, but for more "Google": just switch to derf_elot 's and flash Gapps...
{
"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"
}
WIP Installation, Features, Patches, ...
Installation : be sure to [FormatData]/yes with latest derfelot/Los17.1 xz1's TWRP
before flashing all-in-one rom' zip.​
Features:
Sony xz2 stock Camera/Panorama/SoundPhoto/CreativeEffect
Playstore + GoogleSync calendar/contacts
...
microG with BackgroundLocation granted & latest ForegroundService
Q un-throttled wifi backends
LineageOS stats removed
Cafeine long-press to PermissionsManager
LineageOS live updatable WebView
Bromite webView compatible
F-Droid photoEditor
AudioFX tile
jQuarksBrowser : Jelly with AdBlock
aosp HTMLViewer (Browser2) for webrtc permissions (missing in Jelly)
WakelockBlocker
(EasterEgg is up and have no idea what IconQuiz is about ??)
XML:
<manifest>
<remote name="gitlab" fetch="https://gitlab.com/"/>
<remote name="aos" fetch="https://android.googlesource.com/"/>
<remove-project name="LineageOS/android_packages_apps_Updater"/>
<!-- fdroid signed jQuarks instead of Jelly: -->
<remove-project name="LineageOS/android_packages_apps_Jelly"/>
<project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" remote="aos" revision="master"/>
<!-- SONY -->
<project name="whatawurst/android_kernel_sony_msm8998" path="kernel/sony/msm8998" remote="github" revision="lineage-17.1" />
<project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-17.1" />
<project name="whatawurst/android_device_sony_poplar" path="device/sony/poplar" remote="github" revision="lineage-17.1" />
<!-- Pinned blobs for poplar -->
<project name="whatawurst/android_vendor_sony_poplar" path="vendor/sony/poplar" remote="github" revision="lineage-17.1" />
</manifest>
Magisk 20.4 compatible useful apps: https://forum.xda-developers.com/an...etter-v1-0-t3637705/post81954189#post81954189
EDIT: to enable Gesture Typing (glide) in keyboard, use Magisk module https://forum.xda-developers.com/t/module-google-glide-typing-library.4223595/
Attached patches.zip if for rom devs only
Thats exactly what i was looking for before upgrading. Thanks a lot!
Just only one version for g8341 ? . DSDS can't use it ?
Sent from my Sony G8342 using XDA Labs
Hi, thanks for the amazing ROM! I've used your treble based ROM, but then switched to derf elot's los for more stability, now this is perfection!
If I may have a feature request: would it be possible to add an option to have the old Oreo style (vertical) recents menu?
Also I feel like nowadays most apps unfortunately need interNet (why capitalise the N btw) so can we have a switch for default state of the internet permission. It was a bit inconvenient to always go into settings and allow permission for every single app.
Sorry if I sound a bit greedy, your patches are already awesome!
Quick question... How stable is this LOS? Is it more stable than derf's rom?
Well it's stable enough for me, but if you rely heavily on gapps, then I don't recommend it. So for example Google classroom didn't work, had one app that couldn't enable push notifications and some firebase related crashes - stuff you'd expect from using microg. I had a few crashes at first but I think that's just because I didn't allow certain permissions. Since it's based on derf elot's build, I think it's mostly the same as if you'd have his build with microg and signature spoofing patches.
Found a bug with the boot animation being scaled wrongly, luckily bootup time is super fast.
Real quick question does love caption work on here? Also can I dirty flash it over my LOS17.1?
May cve release
Latest May 2020 is uploaded : https://androidfilehost.com/?fid=4349826312261816983
Changelog:
- Lineage & derfelot/kernel latest upstream
- Swappiness 25
- Calendar is now working with edit feature ok (be sure to grant all secured tweaked InterNEt apps permission)
- photoEditor updated
Gmail crashing when version > 2020.03.15: download https://androidfilehost.com/?fid=4349826312261817054
boa05 said:
scaled wrongly, luckily bootup time is super fast.
Click to expand...
Click to collapse
This is all the good about microG, isn't it ...
haiha2001 said:
Just only one version for g8341 ? . DSDS can't use it ?
Click to expand...
Click to collapse
I'm now testing unified build method from Carbon, but can't get all FingerprintedPartitions_system equal ( @Myself5 https://github.com/derfelot/android_device_sony_poplar/blob/lineage-17.1/lineage_poplar.mk#L28 missing in CarbonRom process ?); also I'm not sure if it is crucial for microG integration, since safetyNet is still broken (?). @haiha I'll pm you when I'll upload a unified test-build.
oF2pks said:
I'm now testing unified build method from Carbon, but can't get all FingerprintedPartitions_system equal ( @Myself5https://github.com/derfelot/android_device_sony_poplar/blob/lineage-17.1/lineage_poplar.mk#L28 missing in CarbonRom process ?); also I'm not sure if it is crucial for microG integration, since safetyNet is still broken (?). @haiha I'll pm you when I'll upload a unified test-build.
Click to expand...
Click to collapse
The fingerprint is stored on /odm. As I dont touch the stock odm, the vaues are loaded and set via init_yoshino from there. Therefore theres no need to set them inside the device sources
Woohoo. Just dirty flash over top?
Dirty flash and she's running like a dream ?
Few days now, and all is good. She seems smoother than before. I used to get the occasional lock up, in the launcher. But none recently.
Great work dude. Thank you for keeping my phone relevant ?
i tried to install this ROM after wiping everything (previous was Carbon rom - Android 10) with twrp 3.3.1-0, the twrp says UNABLE TO DECRYPT FBE DEVICE but it shows it installs the ROM. But when I restart the phone after flashing with TWRP I get continuos boot loop, I see the SONY LOGO but the device restarts to TWRP, I enter twrp again, wipe everything again and install lineage beta 17.1 but the same things happen, the same message UNABLE TO DECRYPT FBE DEVICE and boot loop.
Then I go and wipe everything and install Carbon ROM again, everything seems fine. Why I cannot install Lineage?
Update: it seems that twrp remembers the security options to unlock the screen from the previous ROM, even after wipping everything, including internal SD, I have a 4 points pattern. After I installed Carbon ROM again, I entered twrp again and wiped everything and the error mesage is no more (UNABLE TO DECRYPT FBE DEVICE). Then I tried to instal this ROM again but still no succes, I see SONY LOGO, the device cannot boot and enters TWRP again (and with the same error mesage before flashing UNABLE TO DECRYPT FBE DEVICE). Something is not quite wright.
Make sure to format data, and wipe everything except SD when you install. Not just flat over the top
7hr08ik said:
Make sure to format data, and wipe everything except SD when you install. Not just flat over the top
Click to expand...
Click to collapse
That's what I did, multiple times. But with no result
No idea then. Trying to think back.
So, for me the process was
TWRP - format data (type yes)
Reboot into recovery
Full wipe (slide across for data, cache etc)
Another reboot into recovery
Then install
But at end of install don't reboot phone.
Go back to TWRP main menu.
Shutdown
Power back on
pleniceanu cristian said:
That's what I did, multiple times. But with no result
Click to expand...
Click to collapse
Are you using derfelot latest twrp ?: https://androidfilehost.com/?w=files&flid=295816
Myself5 said:
The fingerprint is stored on /odm. As I dont touch the stock odm, the vaues are loaded and set via init_yoshino from there. Therefore theres no need to set them inside the device sources
Click to expand...
Click to collapse
@Myself5 , on Lineage, I also have system_fingerprint different and same as odm (checked via Build.getFingerprintedPartitions()) : any hint about possible downside effects with init_poplar.cpp modified, such as:
Code:
void target_load_properties()
{
std::string model = GetProperty("ro.product.vendor.name", "");
[B]+ std::string fp = GetProperty("ro.bootimage.build.fingerprint", "");
+ property_override("ro.odm.build.fingerprint", fp.c_str());
+ property_override("ro.system.build.fingerprint", fp.c_str());[/B]
if (model == "G8342") {
... ...
(btw, didn't follow 100 extreme value for swappiness value on both Lineage & Carbon : 25 instead ?)
oF2pks said:
Are you using derfelot latest twrp ?
Click to expand...
Click to collapse
Yes

Categories

Resources