LTS 4.19.x Kernel for LineageOS / 8T - OnePlus 8T ROMs, Kernels, Recoveries, & Other Deve

Linux 4.19.182 for Oneplus 8T​
I've spent the past few weeks on syncing kernel.org's 4.19.y branch into LineageOS's OnePlus 8T kernel and thought it might be worth sharing with more people since i've been running this for some time now without noticing any issues.
The git repo of the kernel is available at https://git.sr.ht/~adrian-blx/kebab-kernel and i currently have no plans to provide prebuilt boot.img files, so this is mostly only interesting for folks who compile their own builds.
My plan is to keep the kernel sources in sync with both kernel.org and LineageOS's sources - and i may occasionally include other changes (such as removing crap like opslalib)
Build instructions​Add a new entry to your `room_service.xml` which overrides the default kernel with my repo:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="sourcehut" fetch="https://git.sr.ht/~adrian-blx/" />
....
<project name="kebab-kernel" path="kernel/oneplus/sm8250" remote="sourcehut" revision="pabx-vanilla" />
</manifest>
Click to expand...
Click to collapse
Then, do a repo sync (probably want to use --force to overwrite your existing copy from a different source) and build as usual.
{
"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"
}

怎么样获收,如何刷入,谢谢

Related

Compiling cm-kernel

Hi everyone!
I'm trying to compile a cm-kernel just to match the cpu voltages to my phone (I want to get the lowest stable setting that fits me). I'm wondering: is it normal that every version of cm-kenel out there gives a different error from each other and does not compile? I'm not a linux compile expert, but sometimes it's a printf typo, sometimes it's something bigger.. but I cannot have it compiled. I tried following Cyanogen's wiki and it didn't work with their GIT repository, tried cm-kernel-experimental and now it's sayng:
{
"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"
}
I'm running a fresh Ubuntu 10.4 x86 Virtual Machine. If someone with enough heart is willing to help me I'd be really happy about it
By the way maybe I should grab a snapshot of the code that is known to be 100% complete, like when CM released the final code for the latest CM 6.0.0 .
PS: what bugs me is that psdev.c was edited in Oct 5th 2009 and coda.h in Jul 25th 2008 ... why on hell would it not compile? Using arm-eabi 4.2.1 and 4.3.1 I get here, with 4.4.0 (which I saw is commonly used) I get:
edited in the 3rd Dec 2009... even though this looks like a compiler bug.. I'm lost!
Nevermind for the moment, it was due to the config taken from the phone, now I took it from the original boot.img and it looks like it's working.

[MOD][ICS]Custom thumbnails in recent apps. For phones without working preview

Hi! Luckely, Ice Cream Sandwhich, have become stable enough for daily use on the beloved HTC Hero At least as if you don't use camera But what we do not have is previews in the fancy recent apps dialog. So I decided to make a simple mod to make it a little more appealing and I decided to share it in case there are other phones with the same problem
The mods here are done in the SystemUI.apk. I'm using APK-multitool, but any tool should work as long as you manage to decompile and compile the systemui
Change the stuff I have highlightened
res/layout-land/status_bar_recent_item:
Code:
<FrameLayout android:id="@id/app_thumbnail" android:background="[B]@drawable/recents_bg"[/B] android:visibility="invisible" [B]android:layout_width="@dimen/status_bar_recents_thumbnail_width" [/B][B]android:layout_height="@dimen/status_bar_recents_thumbnail_height" [/B]android:layout_marginLeft="@dimen/status_bar_recents_thumbnail_left_margin" android:layout_marginTop="@dimen/status_bar_recents_thumbnail_top_margin" android:foreground="@drawable/recents_thumbnail_fg" android:layout_alignParentLeft="true" android:layout_alignParentTop="true">
res/layout-port/status_bar_recent_item:
Code:
<FrameLayout android:id="@id/app_thumbnail" [B]android:background="@drawable/recents_bg"[/B] android:visibility="invisible" [B]android:layout_width="@dimen/status_bar_recents_thumbnail_width" android:layout_height="@dimen/status_bar_recents_thumbnail_height" [/B]android:layout_marginLeft="@dimen/status_bar_recents_thumbnail_left_margin" android:foreground="@drawable/recents_thumbnail_fg" android:layout_toRightOf="@id/app_label" android:layout_alignParentTop="true">
Now you can add the png (name it recents_bg) you want in the drawable/*dpi folder and compile
One thing to mention is that it will have a a dark overlay. To get rid of this change the android:foreground to recents_bg instead
I hope I haven't forgotten too much and that some people find it useful
{
"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"
}

[Q] sync cm source code errror!

hello everyone,i am an android developer from China.Recently I met a problem when i sync the cm source code with ubuntu12.04lts.I tried a lot of ways,but it didn't work.So I come to you for help.I think you gays will be able to solve my problem.
when i sync the cm10.1 source code,i work normally and finally sync complete.
Then i sync the cm7 source code,it start working normally,but at the end i met the problem as the picture shows.
{
"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"
}
I tried a lot of ways
such as
1.repo forall -c git checkout
repo sync -f
2..repo/manifest/git reset --hard
3.delete ./repo/projects and project.xml ,then repo sync
4.delete /android/cm7 ,then repo sync
~it all didn't work.
i doubt whether if it is the repo program problem,so i change the repo program but it didn't work too.when i do "curl http://commondatastorage.googleapis....downloads/repo > ~/bin/repo",it report error.
please help me you gays.
I think you're in the wrong forum... This is the S4 Active Q&A, Help & Troubleshooting forum.
I'll also assume your translator broke on that last line...

[Z][ROM][CM][HALO] Cyanogenmod 10.2 with HALO for yuga

CYANOGENMOD 10.2 FINAL with HALO
What I did:
This is nothing special, its CM10.2 final with Paranoids HALO feature. Nothing else.
All credits go to @mnemonyc for his repo!
All Ive done is fixed some errors and built the rom for yuga.
What you get:
Stable CM Rom with lovely HALO multitasking.
What it looks like:
{
"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"
}
What you need:
Unlocked bootloader.
How you do it:
1. Download the rom zip from here: http://d-h.st/9v0
2. Flash boot.img from zip if coming from 4.4 or if you dont have a working recovery.
3. Start your phone enter recovery, do a full wipe and flash zip + gapps.
Development info:
Theres a force close when going to settings -> about phone -> additional updates. Doesnt bother me but I will fix this soon!
I will add german translations for HALO soon.
Have fun with this release.
(Saved for changelogs or additional information)

Development OrangeFox-Unofficial - RMX3311/12

my friends, first of all, I am not experienced in development, but it is a subject that I like!
I managed to get orangefox to boot:
fastboot boot OrangeFox_xx.img
not yet installed on the device.
but I have reached a point that is beyond my capacity, I have stagnated!
The problems so far are?
Battery is -1
No vibration on touch
otg does not detect
and does not boot in customs, only in RUI
Installation not tested yet, but backup is, and it's working.
I am compiling on a server at home.
any help is welcome!
GitHub - araujo791/device_realme_porsche-twrp
Contribute to araujo791/device_realme_porsche-twrp development by creating an account on GitHub.
github.com
.....
my english is translating, how much to read and write, so excuse me if you don't understand me.
{
"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"
}
I have discussed about this in official OF Recovery group & they said they don't provide support for unofficial ones!
Exactly, that's why I opened this topic
Log latest test
Anderson_Henrique's Pastebin - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com

Categories

Resources