[KERNEL][DEVELOPMENT] Help us make a good kernel! - Xiaomi Mi 4C

ANNOUNCEMENTS
This kernel is already included in AICP, and it will not work on ROMs which use Nougat bootloader(RR by AndropaX, LAOS 14.1 by HnT).
KERNEL DEVELOPMENT
After the problems the entire community encountered using kernels based on Xiaomi's release, like the battery problems and various other issues, I decided to ask for help from the community in developing a stable kernel from the ground-up.
I've been working on this by myself for a while, but i can't test it alone.
This operation will most likely benefit all custom ROMs.
#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.
*/
Click to expand...
Click to collapse
SOURCE
https://github.com/Demon000/kernel_xiaomi_libra
DOWNLOAD
https://drive.google.com/open?id=0B4gtFsm9Zjb5eFJHLWJIQlFGUEE
Works on any rom except MIUI.
BUGS
vibration slider
FIXED
inaccurate battery percentage after restart
touchscreen not working on the edges
shutdown at low percentage
random reboots
improved camera
TASK
test the kernel
report bugs and get logs if you can
provide suggestions and improvements
be patient
test for user experience, battery life and stability, we are not doing a "who gets the highest Antutu score" race
Please only report bugs if you can't find an issue already opened here, https://github.com/Demon000/kernel_xiaomi_libra/issues .
Thanks!

I've been waiting for something like this. Flashing right away
Edit 1:
First report:
Double tap to wake is not working

solis_f said:
I've been waiting for something like this. Flashing right away
Edit 1:
First report:
Double tap to wake is not working
Click to expand...
Click to collapse
It's related to kumajaya's device tree modifications, and I'm waiting for someone to report not working touchscreen before adding his changes.

Cozzmy13 said:
It's related to kumajaya's device tree modifications, and I'm waiting for someone to report not working touchscreen before adding his changes.
Click to expand...
Click to collapse
If there is anything you want me to check (brute-force, crash test etc.) or anything in particular, it's easier for us to make a check-list in the first post so that we know what are we looking for !

solis_f said:
If there is anything you want me to check (brute-force, crash test etc.) or anything in particular, it's easier for us to make a check-list in the first post so that we know what are we looking for !
Click to expand...
Click to collapse
We're not looking for something particular, we're looking for general user experience, stability and battery life.
I updated the OP.

Well if we take Andropax's kernel as a baseline, this kernel must have somewhat near (of not the same) amount of features like sound controls, display controls and adreno idler

solis_f said:
Well if we take Andropax's kernel as a baseline, this kernel must have somewhat near (of not the same) amount of features like sound controls, display controls and adreno idler
Click to expand...
Click to collapse
We can focus on adding features after we get the kernel to work perfectly.
I'll add adreno_idler cause it might improve battery life.

@Cozzmy13 didn't realize you created this thread and was typing in cm14 one. Nice!. Let me know what device part needs to be changed to go inline with the kernel.
Officiak Aicp line compatibility with this kernel since next Thursday.

Just a question -- which ROM can I use to test the kernel?

Update:
When left at screen off for a small period of time, I can not unlock the phone and I have to screen off/screen on again. The reason this is happening seems to be some kind of problem with sliding gesture only registering first and last touch location and some random ghost touches. Just confirmed this with "show taps" option

Installed, I'd be delighted if it solves my battery issues. Will test and report back

solis_f said:
Update:
When left at screen off for a small period of time, I can not unlock the phone and I have to screen off/screen on again. The reason this is happening seems to be some kind of problem with sliding gesture only registering first and last touch location and some random ghost touches. Just confirmed this with "show taps" option
Click to expand...
Click to collapse
I have seen a commit that fixes this somewhere, I just don't remember where, will look for it and make a new build tomorrow.

Phlogistol said:
Just a question -- which ROM can I use to test the kernel?
Click to expand...
Click to collapse
Any ROM, it only patches the kernel and keeps the existing ramdisk.
Remember to backup your boot partition before installing.

helmat said:
Installed, I'd be delighted if it solves my battery issues. Will test and report back
Click to expand...
Click to collapse
One user reported that battery percentage doesn't decrease drastically after restart anymore.
I also think that the phone won't shutdown randomly anymore.

csolanol said:
@Cozzmy13 didn't realize you created this thread and was typing in cm14 one. Nice!. Let me know what device part needs to be changed to go inline with the kernel.
Officiak Aicp line compatibility with this kernel since next Thursday.
Click to expand...
Click to collapse
Find any instance of this inside the device repo
/proc/touchscreen/double_tap_enable
and replace it with
/sys/class/input/input1/wake_gesture
Also find any instance of
/proc/touchscreen/nav_button_enable
and replace it with
/sys/class/input/input1/0dbutton
Make a test build and check if double tap to wake works and if the hardware buttons can be disabled.
I'll have to add edge tap to the kernel then I'll rewrite the edge tap package inside the device tree and send it back to you.
If you don't have time to change those I'll fork your repo and change them myself tomorrow so you can merge it. I can't build the ROM because of bad internet connection so you'll have to test changes for me.
Thanks for the support, buddy!

Thanks a lot for your work, Cozzmy13.
From your fixes all roms can profit.

Cozzmy13 said:
One user reported that battery percentage doesn't decrease drastically after restart anymore.
I also think that the phone won't shutdown randomly anymore.
Click to expand...
Click to collapse
that would be amazing
First impression is good, not as smooth as before but very useable
Just one major issue - out of the three hardware buttons only the back button is working, no response from Home or Menu. I'm using the software buttons for the time.

helmat said:
that would be amazing
First impression is good, not as smooth as before but very useable
Just one major issue - out of the three hardware buttons only the back button is working, no response from Home or Menu. I'm using the software buttons for the time.
Click to expand...
Click to collapse
I am trying to find what's the source of the bug, it's harder to track this one.

Cozzmy13 said:
Find any instance of this inside the device repo
/proc/touchscreen/double_tap_enable
and replace it with
/sys/class/input/input1/wake_gesture
Also find any instance of
/proc/touchscreen/nav_button_enable
and replace it with
/sys/class/input/input1/0dbutton
Make a test build and check if double tap to wake works and if the hardware buttons can be disabled.
I'll have to add edge tap to the kernel then I'll rewrite the edge tap package inside the device tree and send it back to you.
If you don't have time to change those I'll fork your repo and change them myself tomorrow so you can merge it. I can't build the ROM because of bad internet connection so you'll have to test changes for me.
Thanks for the support, buddy!
Click to expand...
Click to collapse
Thanks, will do it tomorrow morning. Night of work today, have to patch some systems [emoji53]
Edit: changes done but can't build tonight.
FYI: For edge touch we are using /proc/touchscreen/edge_touch_mode now.

csolanol said:
Thanks, will do it tomorrow morning. Night of work today, have to patch some systems [emoji53]
Edit: changes done but can't build tonight.
FYI: For edge touch we are using /proc/touchscreen/edge_touch_mode now.
Click to expand...
Click to collapse
https://github.com/reposte/android_...src/com/cyanogenmod/settings/extra/Utils.java
In getInputControlPath
Replace /proc/touchscreen with /sys/class/input/input1/
In setActiveEdgeMode
Replace edge_touch_mode with edge_tap
And writeLine(path, (state ? "2" : "0")); with writeLine(path, state);
I will see if I can implement those changes in the kernel too.
If anyone reports not working touchscreen we will have to revert back to the original implementation.

Related

[ROM][CM-10.1][JB 4.2.2][KANG] NameLess Bean [28.03.2013]

Hi!
I've decided to post my build of CM10.1 for all you flash-o-holics so let me introduce NameLess Bean:
based on CM10.1 sources
bruce2728 kernel sources
Evervolv's media-legacy and display-legacy repos (up to 22.03.2013 build)
Arco's media-legacy and display-legacy (since 28.03.2013 buil)
What's not working:
while in call touchscreen stays active even when backlight is off because of that you can accidentally do all weird stuff while talking.
1080p recording credits to cile381
MHL (most probably I have no means for testing this but I've also made nothing that could possibly fix this)
gfx glitches when playing video using Gallery
tethering fixed upstream (CM)
no autofocus while recording
System Settings>System>Hardware keys "Enable custom actions" does not appear to work (thanks @zath for bug report)
Sweep2Wake causing random touchscreen freezes
most probably there is more and I'm sure you'll find it fast
Additional features:
Frequent contacts in Contacts and Phone app can be hidden (see settings in Contacts app)
sweep2wake control in Settings -> Display
pinch to zoom (all credits go to ufrat
scrolling cache disabled in framework
audio volume control files taken from ARHD 7.0 (most probably HTC is the real source of those)
Install notes::
If you are coming from any other ROM wipe everything (except SDCard) in Ext4Recovery (Do not use Superwipe script!).
When upgrading from earlier version of this kang there is no need to wipe anything.
Make a nandroid backup. Just in case.
Flash the ROM
If flashing for the first time flash GApps.
Reboot
ROM can be downloaded here:
NL-J.org
Box.com
Please use latest GApps from Goo.im
Sources are on my GitHub
Please add logcat if you are reporting a bug. This will make my life a bit easier. THX
Now the most important part:
You would have nothing to flash if not some hard working people:
Team Cyanogen and all devs that contribute to this project
Vorbeth, TamCore, intervigilium, cretin45, for their excellent work on getting CM on HTC Sensation
bruce2728 for his excellent work on CM10
Team Evervolv for getting things done for CM10.1 on HTC Sensation
ufrat for pinch-to-zoom camera
arco and tbalden
Big THANK YOU!!
Changelog
28.03.2013
NameLessBean-20130328.zip md5sum: f4001aa53f72f9a76b71ba9eabc2a925
Fixed touchscreen issues while in-call (again! Stupid mistake!) thx @txgaryf for catching this bug
raised volume levels thx to @erraggy
switched to arco's media-legacy and display-legacy (to be closer to CM sources)
upstream changes
22.03.2013
NameLessBean-20130322.zip md5sum: 7e78c917b5ff73e5bc73c38817c76725
fixed Camera issues other than that only upstream changes (mostly translations)
20.03.2013
NameLessBean-20130320.zip md5sum: fba5ef3f631725ab7c3842fc3a74422f
This is just refreshed build so all changes are from upstream. Last one merged changes is Calculator: Fix build warnings
11.03.2013
NameLessBean-20130311.zip md5sum:b989d3f1f2573835f23843ed803fa221
soft reboots should be gone for good thx to Ablinoman887 shifting of various PMEM bases around
Showing/hiding frequent contacts is now user selectable (see settings in Contacts app)
upstream changes (last merged LockscreenPattern: Fix toggle dots/error pattern visibility
06.03.2013
NameLessBean-20130306.zip md5sum: b7a5c10b6782726f1a5c411d66b7fbb9
Fixed sweep2wake issues
Bumped PMEM size a bit. Should get rid of softreboots and wallpaper reverting to default one. If this proves to be stable I'll plan to wait for ION implementation in kernel. As soon as bruce2728 posts patches I'll try to work on it too
Upstream changes
05.03.2013
NameLessBean-20130305.zip md5sum: 651bf1736cb47c3ffbe88a1822e5a559
switched to CM-10.1 branch of GPS code (uptill now I was using older jellybean (CM-10) branch)
disabled scrolling cache in framework (should improve scrolling)
reverted all in kernel PMEM allocation changes. This trashed display badly. Potentially soft-reboots might come back. Please let me know if you get this
audio volume control files taken from ARHD 7.0.
26.02.2013
NameLessBean-20130226.zip md5sum: 5baa32b805e27308852c9d48c5242dd4
really fix touchscreen freezes when s2w enabled
custom action for hardware keys fixed (wasn't working only for Search key)
bumped PMEM size in kernel (hinted by Albinoman887 and bruce2728) - this should stop soft reboots and wallpaper reverting to default one. This also lowers a bit amount of gfx glitches tho doesn't help in Chrome
upstream changes as of Feb, 25th 2013
22.02.2013 test build
NameLessBean-20130222.zip md5sum: f60976b666478a83f67280fb2e7fd3e1
Fix for touchscreen freezes with s2w enabled
upstream changes as of Feb, 22th 2013
20.02.2013
fix sweep2wake logic in Settings
upstream changes (will update this later when I'll have some time)
18.02.2013
If you want to use sweep2wake than don't flash other kernels You will most likely experience touchscreen problems. You've been warned
(if you don't want to use sweep2wake you can flash whatever kernel you want)
JellyBean 4.2.2
Upstream changes from CyanogenMod (last change included: Feature : Volume adjust sound preference 2/2 (Merged)
Proper (as much as it can be) fix for spurious touch events while calling when sweep2wake is enabled
05.02.2013
pinch-to-zoom by ufrat
Upstream changes from CyanogenMod (last change included: Restored Fused Location app name (Merged)
tethering fixed (upstream)
30.01.2013
workaround for spurious touch events while in-call.
1080p recording now works (thanks to cile381)
Sweep2Wake control in Settings.
Upstream changes from CyanogenMod (last change included: Keyguard: Remove duplicated code).
reserved just in case
welcome and good luck :fingers-crossed:
Nice to see new cm10.1 dev for sensation topic every day.
[ROM][CM-10.1][JB 4.2.1][KANG] NameLess Bean [26.01.2013]
Can you tell me what's different on this one from the other 4.2.1 builds?
Re: [ROM][CM-10.1][JB 4.2.1][KANG] NameLess Bean [26.01.2013]
blahbl4hblah said:
Can you tell me what's different on this one from the other 4.2.1 builds?
Click to expand...
Click to collapse
+1? Just wondering
Sent from my HTC Sensation using xda premium
The differences from albinoman887 ROM are minimal:
working GPS
no frequent contacts list both in Phone and Contacts (frequent not starred)
it's safe to use even with kernels that do not have built-in thermald and mpdecision
Both mine and his ROM are based on CM10.1 so naturally they are similar. I'm quite sure that you can switch back and forth between albinoman887 build and mine without wiping.
Team Evervolv uses some mixture of pure AOSP, CM10(.1) and their own changes. As a result they f.ex have working 1080p recording. As I mentioned in OP I've used their work too.
Why I posted my build? Well I tend to build ROMs for my own usage. I thought maybe someone will make some use of them too. And I can feel the fun of having Android again... Just like in the good ole HTC Dream and FroYo days....
How much time you spend on it per day?
Today? hmm took aroound 2hrs to figure out the gps thingie (not counting build time) thermald/mpdecision was easy so not counting it at all
Before? At least 4hrs probably some more.
Why are you asking? Does this matter at all? After all I'm doing it for fun so time does not matter that much
I've just now started complete rebuild of sources with a bit of repo rebasing. I think this should make build more consistent. Most probably the build will fail so tomorrow I'll have something to do. If not I'll probably add Sweep2wake control in Settings or have a look at tethering depending on the mood if my wife or kids won't mind
delete..........
thanks for contributing. Tried to download, but got Out of Bandwidth from Box.
Awesome, I think I'll try this soon. I remember you from the G1 forums. Great to see some CM 10.1 ROMs!
papikev1714 said:
I can report that adb was not picking up my device with your rom. I could neither push or pull or any other function with adb. Reverted to a backup and it is fine now. By no means a complaint, just informing you if it helps. Everything else seemed to be good. Thanks for your efforts. Regards.
Click to expand...
Click to collapse
Odd... I've been using adb quite a lot.. Did you enabled developer settings in ROM? (tap several times on build number in About phone in Settings). If not - enable them and check again.
THX
BTW I've added another download location in OP.
NLJ said:
Odd... I've been using adb quite a lot.. Did you enabled developer settings in ROM? (tap several times on build number in About phone in Settings). If not - enable them and check again.
THX
BTW I've added another download location in OP.
Click to expand...
Click to collapse
silly.....of course. My bad, simple oversight on my part. Preoccupied with something else when I flashed. Works fine. Sorry for the post......deleted. Good work bro.
i downloaded today in the morning, till now works fine, happy to have it:good:
im planning to use this a s my daily use rom, we will need to see how about battery drain in next days.
Thanks for the ROM NLJ. Been testing since last night. For the most part, very solid, just the odd thing here and there. I received two calls, during the first my ear managed to set an alarm for Sunday 9 am and the second managed to change my time zone and kept setting off key tones like it was pressing on the dailer. The proximity sensor had the screen off, but it still managed to do things behind the curtains. I'll test some more today.
namaste74 said:
Thanks for the ROM NLJ. Been testing since last night. For the most part, very solid, just the odd thing here and there. I received two calls, during the first my ear managed to set an alarm for Sunday 9 am and the second managed to change my time zone and kept setting off key tones like it was pressing on the dailer. The proximity sensor had the screen off, but it still managed to do things behind the curtains. I'll test some more today.
Click to expand...
Click to collapse
You should have a serious talk with your ear, playing with other peoples phones is bad.
namaste74 said:
Thanks for the ROM NLJ. Been testing since last night. For the most part, very solid, just the odd thing here and there. I received two calls, during the first my ear managed to set an alarm for Sunday 9 am and the second managed to change my time zone and kept setting off key tones like it was pressing on the dailer. The proximity sensor had the screen off, but it still managed to do things behind the curtains. I'll test some more today.
Click to expand...
Click to collapse
I've noticed that too and I'll update OP with this bug in a few. Don't quite know where to start at fixing this tho.
At this moment I'm trying to rebase whole source tree and get rid of Evervolv repos as it seems they don't like this. I've spent whole sunday on this but it will take some time
Right now I have two separate source trees and one of them (the one I've build ROM in OP) is quite a mess. If time permits I'll make it compilable again today and see if I can fix this bug as it seems most serious atm.
New build is up on OP.
I managed to find a workaround the bug reported by namaste74. Let me know how this works for you.
As small bonus you can now toggle sweep2wake in Settings -> Display
awesome, will be setting this up now and put it through basics tomorrow. Really love 4.2.1, be great to iron out the issues.

[ROM] [4.2.2] [UNOFFICIAL] CyanogenMod 10.1 for ChaCha [a810e / Status] [28.05.2013]

CyanogeMod 10.1 for HTC ChaCha [a810e / Status]​
DISCLAIMER :
Click to expand...
Click to collapse
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, broken hearts,
* thermonuclear war, you getting fired because the alarm app failed, or
* unfulfilled sexual partners. 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 point that finger back at you and laugh.
* make sure you do a nandroid backup in case your phone blows up in
* your face because your phone cant handle the speed :).
*/
* CREDITS
Click to expand...
Click to collapse
Code:
Google
Android
CyanogenMod
androidarmv6
OWLProject
Andreas Schneider
Special thank to winsuk
Special thank to JDevs (kernel,Device & Vendor,bug fixed,guide,support)
alquez
Droste
pabloPL
WFS: crossfire77 rallapag
ChaCha: adumont (patches Lucas Arran
everyone who's been working on CM10.1
And you!
WORKING
Click to expand...
Click to collapse
Code:
- GSM
- Data (2G/3G)
- SMS / MMS
- GPS ???
- USB
- Bluetooth
- WI-FI
- LED
- Camera
- Photocamera [fully]
- Camcoder (low FPS)
- Panorama mode [figured screen sometimes,It can be fixed easily]
- Video playback [not fully, with the 90º rotation playback,It can be fixed easily]
- YouTube [LQ/HQ/Browser] ???
- FM ???
??? I have not tested them
BUG:
Code:
- Battery drain fast
- Front camera
- USB Tethering
- Wi-Fi-Modem
- A2DP lag
- FM Radio
- in-call screen - caller picture is not in the right place with the right dimensions.It can be fixed easily
KERNEL FEATURES
Click to expand...
Click to collapse
https://github.com/OWLProject/OWL-Predator-KERNEL/blob/master/README.md
NO NEXT
BUT I'll upload my source files and step-by-step guide on my github(https://github.com/luzifer1984). a few days later.
I'm Chinese,so I would not compile next ROM for WWE.
My next build is only support for HTC CN CHS.
You can build a rom from source. plz add zh_CN (Chinese Simplified) support. THX!
cm-10.1-20130528-EXPERIMENTAL-chacha-A1.zip
https://docs.google.com/file/d/0B2l4GSuwT6TKMExrRXpmXzZyb3M/edit
CronMod-INT2EXT
http://forum.xda-developers.com/showthread.php?t=1716124
{
"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 havent tested this yet - I will this evening. but. if this works.. THANK YOU. I LOVE YOU SO MUCH FOR FIXING THE DIALPAD.
although I still think the "end call" onscreen button is not necessary.
We need to figure out how to map the End Call button(the red physical button) to end the call(if you havent already) and the number keys(physical keys) need to also input on the dialpad just as they do in CM9(again, havent tested yet. if they do, you're amazing. )
The "Call" or Green physical button should call the number onscreen, or from the home screen it should open the recently called list.
If you can fix all this stuff(or have already) I'll give you money. lol
Am I dreaming? This is amazing news! WOW. WOW. Great. Need to test this asap! Hopefully someone build one for us using your source. To who that would make a build for us: do not forget TURKISH language please!
---------- Post added at 06:14 PM ---------- Previous post was at 06:08 PM ----------
By the way, why not you make builds for EU, too? I mean, It shouldn't take some time for you to add a couple of more languages whenever you make a new build.
MD5sum: 5b7ccba99f8b63087696568c85070808
I didn't fix the screen layout of the dialpad. that have been fixed by CM10.1
I want to ask, are you working on front cam? All the problems other than front cam seems solvable to me.
So you have made to first custom kernel for the ChaCha?
Do you intend to work on the kernel? Because even if you don't update the ROM, but you keep the kernel source updated I can build it and make a flashable zip.
The battery life is probably a kernel issue right?
Edit: running it now. The slow wakeup bug from CM10 is fixed. Everything is great, except for battery. I hope there is a breakthrough with that. Thanks for the ROM!
kernel,Device & Vendor
Updated
luzifer1984 said:
kernel,Device & Vendor
Updated
Click to expand...
Click to collapse
So these updates include the fixes that OWLProject offers for Wildfire S? In this build of yours there is lag and now I see it is fixed in wildfire s.
Flashed this rom yesterday, looks some of the issues with CM 10 is fixed with 10.1.
If you are looking for gapps for 10.1, the slim version can be found in http://forum.xda-developers.com/showthread.php?t=2265564
I don’t see major issue with battery drain, it got discharged 25% after 12 hours of usage without wifi or data.
a) Lock screen is completely fixed with CM10.1 and fits wells within the screen
b) In call screen is neatly tailored for landscape
c) Apollo player works in landscape
Some of the things which needs fix
a) Caller id screen is overlapped, and it is very difficult see the caller info
b) Many of the popular application in playstore says ‘This item is not compatible with your device’ example ‘gmail’, ‘apex launcher ‘ etc
c) The proximity sensor is not working.
overall its superb rom, and it alomost complete rom. Thanks bro
ajeevlal said:
b) Many of the popular application in playstore says ‘This item is not compatible with your device’ example ‘gmail’, ‘apex launcher ‘ etc
Click to expand...
Click to collapse
Use any file manager, navigate to /system, look for the build.prop
Thanks to
Furkan DEĞER :
Turns out lcd density is set to 150, which should be 160. I changed it back to 160 and it solved my problem.
Click to expand...
Click to collapse
luzifer1984 said:
Use any file manager, navigate to /system, look for the build.prop
Thanks to
Click to expand...
Click to collapse
i figured that out few min back, i just changed the lcd density in build.prop and cleared the data/cache in playstore and it worked.
Thank you
furkandeger said:
By the way, why not you make builds for EU, too? I mean, It shouldn't take some time for you to add a couple of more languages whenever you make a new build.
Click to expand...
Click to collapse
Because chinese need "Lunar support"
" phoneloc (Chinese phone location) display support "
"Chinese keyboard input support by different kernel"
sorry for my english
luzifer1984 said:
Because chinese need "Lunar support"
" phoneloc (Chinese phone location) display support "
"Chinese keyboard input support by different kernel"
sorry for my english
Click to expand...
Click to collapse
Oh, I see so you have to work on a different kernel. I see. I want to ask something else. There are some lags, especially occuring in lockscreen and also on the system generally. I see in the wildfire s forums, this was a problem with the kernel and it was fixed a couple of days ago. You said you updated, kernel, device and vendor. Does that mean you applied this fix? Because, I'm setting up environment to build from your gits so, when I pulled the repo from you, will this fix be applied on the kernel?
furkandeger said:
Oh, I see so you have to work on a different kernel. I see. I want to ask something else. There are some lags, especially occuring in lockscreen and also on the system generally. I see in the wildfire s forums, this was a problem with the kernel and it was fixed a couple of days ago. You said you updated, kernel, device and vendor. Does that mean you applied this fix? Because, I'm setting up environment to build from your gits so, when I pulled the repo from you, will this fix be applied on the kernel?
Click to expand...
Click to collapse
No. I didn't merge OWL-Predator-KERNEL‘s update.
But you can check https://github.com/Luzifer1984/OWL-Predator-KERNEL/commit/b83a499dcbc60b2a18f917de5845d024d905f3f8
and you will kown how to .
just initial import from chacha-gb-crc-2.6.35-1643b58 (HTCDev.com)
luzifer1984 said:
No. I didn't merge OWL-Predator-KERNEL‘s update.
But you can check https://github.com/Luzifer1984/OWL-Predator-KERNEL/commit/b83a499dcbc60b2a18f917de5845d024d905f3f8
and you will kown how to .
just initial import from chacha-gb-crc-2.6.35-1643b58 (HTCDev.com)
Click to expand...
Click to collapse
OWL-Predator-KERNEL updating too often to catch
I wonder, can we use the kernel from the other CM10 rom? would that fix any performance issues? it would likely result in some of the things fixed to be broken again(camera? I dunno) but in terms of battery life and whatnot, I wonder if it would work
That having been said - I tried out the rom, it's very fast, smooth, it does drain the battery faster, but its not -too- bad. I think this has to do with there being no options for governor(or at least, none that I could find)
The rom has fixed most of the layout issues with the ChaCha. The dial screen is very nice, and the physical keys input once again. The lock screen fits properly now too.
I'll definitely have to do some more testing, but theres a few things that need to be fixed still. One is the LCD density in the build.prop - it causes some issues with certain apps.
EDIT: I also just noticed that while the phone is locked, the cpu must get set to a lower clock speed or something. The phone is very slow to respond when you go to unlock it.
kronflux said:
I wonder, can we use the kernel from the other CM10 rom? would that fix any performance issues? it would likely result in some of the things fixed to be broken again(camera? I dunno) but in terms of battery life and whatnot, I wonder if it would work
That having been said - I tried out the rom, it's very fast, smooth, it does drain the battery faster, but its not -too- bad. I think this has to do with there being no options for governor(or at least, none that I could find)
The rom has fixed most of the layout issues with the ChaCha. The dial screen is very nice, and the physical keys input once again. The lock screen fits properly now too.
I'll definitely have to do some more testing, but theres a few things that need to be fixed still. One is the LCD density in the build.prop - it causes some issues with certain apps.
EDIT: I also just noticed that while the phone is locked, the cpu must get set to a lower clock speed or something. The phone is very slow to respond when you go to unlock it.
Click to expand...
Click to collapse
Using kernel-kitchen you can extract the ramdisk from the CM10 boot.img and then extract the zImage from the CM10.1 boot.img and then combine the resulting zImage and ramdisk. I'm not sure if that makes sense. I'll try it sometime this weekend.
atrix4g18 said:
Using kernel-kitchen you can extract the ramdisk from the CM10 boot.img and then extract the zImage from the CM10.1 boot.img and then combine the resulting zImage and ramdisk. I'm not sure if that makes sense. I'll try it sometime this weekend.
Click to expand...
Click to collapse
well, I can't be positive as of yet, because I just installed it, but I just grabbed the CPU editor thing from here:
http://forum.xda-developers.com/showthread.php?t=1846967
I set it to On-Demand, changed the minimum frequency a tiny bit higher than the default, and set the max to 800. So far it seems like its better on the battery, but again, just installed it like 20 minutes ago, so I'll have to give it some time in testing.
kronflux said:
well, I can't be positive as of yet, because I just installed it, but I just grabbed the CPU editor thing from here:
http://forum.xda-developers.com/showthread.php?t=1846967
I set it to On-Demand, changed the minimum frequency a tiny bit higher than the default, and set the max to 800. So far it seems like its better on the battery, but again, just installed it like 20 minutes ago, so I'll have to give it some time in testing.
Click to expand...
Click to collapse
"Settings"--"About phone" AND press "Build number" 3times to enabled development settings .
then go back "Settings" ,there have show "Performance" .
AND in "Processor" you will see this rom default setting is On-Demand.
CONFIG_MSM_CPU_FREQ_ONDEMAND_MAX=800000
CONFIG_MSM_CPU_FREQ_ONDEMAND_MIN=122880
Yes, you are correct completely.
I also just noticed that while the phone is locked, the cpu must get set to a lower clock speed or something. The phone is very slow to respond when you go to unlock it."
Click to expand...
Click to collapse
that can be save power, I guess
kronflux said:
I wonder, can we use the kernel from the other CM10 rom? would that fix any performance issues? it would likely result in some of the things fixed to be broken again(camera? I dunno) but in terms of battery life and whatnot, I wonder if it would work
That having been said - I tried out the rom, it's very fast, smooth, it does drain the battery faster, but its not -too- bad. I think this has to do with there being no options for governor(or at least, none that I could find)
The rom has fixed most of the layout issues with the ChaCha. The dial screen is very nice, and the physical keys input once again. The lock screen fits properly now too.
I'll definitely have to do some more testing, but theres a few things that need to be fixed still. One is the LCD density in the build.prop - it causes some issues with certain apps.
EDIT: I also just noticed that while the phone is locked, the cpu must get set to a lower clock speed or something. The phone is very slow to respond when you go to unlock it.
Click to expand...
Click to collapse
I don't understand the "very fast, smooth" part. It is not like that for me. Rom is occasionally lagging. When scrolling especially. Sometimes it freezes completely. I believe it's kernel related.

[ROM][OFFICIAL][4.4.2] NamelessROM [NIGHTLIES][ATT/CAN]

What is NamelessROM?
What is NamelessROM ?
​
Simple - NamelessROM is opportunity.
An opportunity to have a voice to the development team of the after-market firmware that you run on your device.
The main goal of NamelessROM is to provide quality development for android devices, phones and tablets alike.
NamelessROM developers are available nearly 24/7 and respond to bug reports and feature requests almost instantly.
This availability will allow you, the end-user, to have direct input into exactly what features and functions are included on the firmware that YOU run.
NamelessROM maintains features and functions of several well-known open-source, AOSP-based ROMs, as well as many features of our own. See the screenshots in the 3rd post, and visit our website for more detailed information.
NamelessROM = endless possibilities. Unless you have an iPhone, then you're out of luck.
Click to expand...
Click to collapse
NamelessROM Gerrit Review
NamelessROM Youtube
For video reviews and stuff :highfive:
ANNOUNCEMENT: We are looking for Device Maintainers to expand our support, please visit our IRC channel or PM @jakew02, @Evisceration or @jumoog for information
Disclaimer
#include <std_disclaimer.h>
*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Click to expand...
Click to collapse
Got a bug report? Want to request a feature? Need extended support?
NamelessROM Forums
http://NamelessROM IRC
Or from your IRC client:
Server: irc.freenode.net
Channels: General Discussion - #namelessrom
Development Discussion - #namelessrom-dev
Installation Instructions
FROM OTHER ROMS
Factory Reset/Wipe Data
Format System
Format Dalvik Cache
Install ROM
Install Gapps
Reboot
Profit
UPDATE FROM NamelessROM TO NEWER RELEASE
Just download the zip and flash it. You will NOT need to wipe anything.
OTA Updater is work in progress and will be available soon!​
Click to expand...
Click to collapse
Downloads
ROM:
jflte
Gapps:
Banks Gapps​
Click to expand...
Click to collapse
Extras​SoundPackages for AudioThemes
courtesy XplodWild's thread
ZOOPER WIDGET template from Screenshots
Made by @jakew02​
Click to expand...
Click to collapse
Contributions and Credit​
CyanogenMod
OmniROM
AOKP
SlimROMs
AOSPA
Android/Google/AOSP
ALL OF OUR AWESOME TESTERS
Click to expand...
Click to collapse
Source​
NamelessROM Source​
Click to expand...
Click to collapse
here
Features List​
NamelessROM Proprietary Features
NamelessROM Setup Wizard (replaces Google SetupWizard)
DeviceControl App - Allows for device-specific customizations
NamelessROM OTA Update Center
Fully Integrated KitKat White UI Theme
Advanced Device Information in Settings -> About Phone
Interface Features
DarkToggle - TRDS
Animation Control
Custom Battery Icon Settings
Center Clock Setting
Custom Carrier Label
Signal Icon Settings
Network Activity Indicator
Network Speed Indicator
Notification Count in StatusBar
Double-Tap StatusBar to Sleep
Theme Chooser
Recents RAM Bar
Configurable / Hide-able ClearAll Button in Recents
Screen-Off Animations
Notification Drawer Features
BrightnessSlider in Notification Drawer (see screenshots - like Stock ROMs)
Contextual Notification Panel Headers (notification header background image changes based on time of day)
Auto-Close Notification Drawer
Notification Drawer / Notification Transparency Settings
CM QuickToggles and Ribbons
Lockscreen Features
Lockscreen Notifications
Lockscreen See-Through
QuickUnlock for PIN/Password Security Lockscreens
Battery Level Around UnlockRing
Carousel Animation for Lockscreen Widgets
Custom Lockscreen Widgets
Sound Features
Audio Themes - (will be grayed out until SoundPackages are placed in proper directory on SD Card!!!)
QuietHours
Charging Sounds
Dialer Features
Non-Intrusive InCallUI
Flip to Mute / Flip to Reject Incoming Call
Send Incoming Call to NotificationDrawer/StatusBar
Reverse Lookup
Nearby Location Search within Dialer (like GoogleDialer)
Button Features
Music Playback Control (long-press volume buttons to skip music tracks)
Reorient Volume Buttons on rotation
Keyboard Cursor Control with Volume Buttons
Volume Button Wake
Screenshot / Screenrecord PowerMenu options
Click to expand...
Click to collapse
screenshots 02/04/2014
jakew02 said:
reserve2
Click to expand...
Click to collapse
interesting... Is this CM based ? Omni ? I have to say I'm confused
Nice to see you Jake, looking forward to a test drive but right now the download takes me to a survey
hednik said:
interesting... Is this CM based ? Omni ? I have to say I'm confused
Click to expand...
Click to collapse
we are currently using a CM base but have made major modifications to it, proprietary NamelessROM stuff as well as several features from other AOSP roms such as OmniROM, AOKP, Slim, etc.
PapaMag said:
Nice to see you Jake, looking forward to a test drive but right now the download takes me to a survey
Click to expand...
Click to collapse
i'll fix that, i was between classes when i posted and didn't have time to revise it -- doing that now..
jakew02 said:
we are currently using a CM base but have made major modifications to it, proprietary NamelessROM stuff as well as several features from other AOSP roms such as OmniROM, AOKP, Slim, etc.
i'll fix that, i was between classes when i posted and didn't have time to revise it -- doing that now..
Click to expand...
Click to collapse
Got it, going to flash and take a look now
Thanks
jakew02 said:
we are currently using a CM base but have made major modifications to it, proprietary NamelessROM stuff as well as several features from other AOSP roms such as OmniROM, AOKP, Slim, etc.
i'll fix that, i was between classes when i posted and didn't have time to revise it -- doing that now..
Click to expand...
Click to collapse
You should build a pacman like Rom. With all the features of everything from everywhere
Right now I am impressed with what I see. As far as performance this Kat is the best benchmark I have logged on 4.4. I like the customization so far, would like to see a few more options with the buttons such as power off etc. Battery seems to be very stable and holding steady. Rom is nice and smooth.
Guess I'll have to come up with a new signature banner
Could you please post a list of features included in the ROM somewhere? I can't seem to find one on your site or its forums, unless I missed something.
Make a backup and flash it to see...works every time
Sent from my SGH-I337 using XDA Premium 4 mobile app
Tryer1234 said:
Could you please post a list of features included in the ROM somewhere? I can't seem to find one on your site or its forums, unless I missed something.
Click to expand...
Click to collapse
look at post #2 jake may add more features later. but that is a good start for now.
@jakew02 Just so I understand correctly...the reason that flashing custom kernels on Nameless and Omni causes display issues is because the Omni kernel has components that the CM kernel does not have? Or is it the other way around? I love both Omni and Nameless, but I also am attached to my custom kernels lol.
Is there one particular thing in the framework that depends on having the Omni kernel? Ie is there a certain thing I could pull from the Omni kernel and use to kang the custom CM-based kernels to be fully compatible?
I do know that the KT Kernal doesn't marry up well, had to reflash after flashing it. Just wanted to try it to compare, and now I know the rest of the story
only issue i've come across is the battery icon. Upon reboot, i lose the circle battery with %. I have to toggle the option that enables percentage display and the circle icon reappears.
Otherwise, everything else is good so far!
thanks a lot!
CPA Poke said:
@jakew02 Just so I understand correctly...the reason that flashing custom kernels on Nameless and Omni causes display issues is because the Omni kernel has components that the CM kernel does not have? Or is it the other way around? I love both Omni and Nameless, but I also am attached to my custom kernels lol.
Is there one particular thing in the framework that depends on having the Omni kernel? Ie is there a certain thing I could pull from the Omni kernel and use to kang the custom CM-based kernels to be fully compatible?
Click to expand...
Click to collapse
the problem with the custom kernels, ie with ktoonsez's kernel, is that he's updated the kernel-side drivers to the Flo adreno stuff, but we aren't building omni or this with the device-side or blob-side stuff, so it causes a mismatch, hence the errors. I'll see if I can't get it to work with the device stuff in, but not the kernel stuff, therefore making it compatible with both kernels with and without the updated flo stuff, but i doubt that will work. maybe we should just bite the bullet and add the flo stuff :silly:
Great rom no problems that i am aware of.
jakew02 said:
the problem with the custom kernels, ie with ktoonsez's kernel, is that he's updated the kernel-side drivers to the Flo adreno stuff, but we aren't building omni or this with the device-side or blob-side stuff, so it causes a mismatch, hence the errors. I'll see if I can't get it to work with the device stuff in, but not the kernel stuff, therefore making it compatible with both kernels with and without the updated flo stuff, but i doubt that will work. maybe we should just bite the bullet and add the flo stuff :silly:
Click to expand...
Click to collapse
With your stock kernal I'm getting better performance than any other KitKat, KT did not help with the 01-05 version and mismatched as you say very badly with the 01-13 update which I guess is the side stuff added I presume. All I know is I can leave this build on my device without the urge to flash back to Liquid v2.37.
Thanks again for your efforts and time spent
jakew02 said:
the problem with the custom kernels, ie with ktoonsez's kernel, is that he's updated the kernel-side drivers to the Flo adreno stuff, but we aren't building omni or this with the device-side or blob-side stuff, so it causes a mismatch, hence the errors. I'll see if I can't get it to work with the device stuff in, but not the kernel stuff, therefore making it compatible with both kernels with and without the updated flo stuff, but i doubt that will work. maybe we should just bite the bullet and add the flo stuff :silly:
Click to expand...
Click to collapse
Awesome, thanks for clarifying.
So when you say the ROMs aren't built with the device-side or blob-side stuff, are there specific blobs from vendor/samsung and device/samsung/jf-common that are in CM's repos but not AOSP's? If so I'd love to know which ones so I could just cherry-pick them from CM and build this for my personal use
Edit: I just realized that my last question isn't really that easy to answer without you wading through the CM and TheMuppets repo commits...I can do that, but if you happen to know which project(s) are missing the blobs, that would help tremendously!
CPA Poke said:
Awesome, thanks for clarifying.
So when you say the ROMs aren't built with the device-side or blob-side stuff, are there specific blobs from vendor/samsung and device/samsung/jf-common that are in CM's repos but not AOSP's? If so I'd love to know which ones so I could just cherry-pick them from CM and build this for my personal use
Edit: I just realized that my last question isn't really that easy to answer without you wading through the CM and TheMuppets repo commits...I can do that, but if you happen to know which project(s) are missing the blobs, that would help tremendously!
Click to expand...
Click to collapse
haha yes, Evisceration said it pretty well when he said in the jfltexx forum "why would we put the drivers for a different piece of hardware in the source?"
makes sense to me, maybe the kernel devs can be convinced to release kernels that don't include the flo adreno stuff.
but yea you could probably get away with using CM's blobs as they are now, but there are several commits that you can see regarding "Flo Adreno" , you can click the "jf-common" folder and then click "History" button for all the commits made that affected the "jf-common" folder. then you will see them, probably on page 2 or 3 :highfive:

[ROM][A530W/A530F/A730F] SaboorROM

[A530x][A730F]
SaboorROM
PLEASE READ ALL THIS BEFORE DOING ANYTHING
PLEASE KEEP IN MIND THAT THIS ROM IS NO LONGER IN DEVELOPMENT AND I WILL NOT BE ABLE TO HELP YOU WITH ISSUES, SORRY
________________________________________________
NOTICE:
I am not responsible for any happy endings, a nuclear war with your device, your alarm clock electrically shocking you, or your device literally freezing, so dont blame me for my mistakes or yours, or else i will laugh at you
Please backup your device (System, Data, EFS, and Cache, Especially EFS) because you might regret flashing this
________________________________________________
CREDITS:
@prashantp01 for Quantum Kernel
SuperR kitchen to build rom
________________________________________________
FEATURES:
Canada A530WVLU4CSCA base
Debloated
Deknoxed
Rooted
S10 Sounds and ringtones
Screen Recording (check section 2 on post #3 for more details)
build.prop tweaks
Status bar size options (check section 1 on post #3 for more details)
G975F/G975W ODM
ODM mods that add mobile data quick settings tiles etc
Applock
Call recording
Mobile data toggle in power menu
________________________________________________
BUGS:
Freezes on bootanimation and when playing video (sometimes) (i dont think there is with 4/23 build, someone test and tell me ASAP)
Digital wellbeing not showing stats (check section 3 on post #3 for workaround) (DIGITAL WELLBEING NOT AVAILABLE ON 4/23 BUILD I WILL ADD IT ON FUTURE BUILDS LOL I JUST FORGOT ABOUT DIGITAL WELLBEING)
Everything else works
________________________________________________
INSTRUCTIONS:
1. Download the ROM zip, and zip #2 for your model under this section
2. Boot into TWRP
3. Wipe system, cache, and data
4. Flash ROM zip
5. Flash zip #2
6. Boot and setup
7. done! (PLEASE READ THE BUGS BEFORE YOU GO TO THE COMMENTS AND SAY "sar why my phone freeze so much ur rom is stupid")
________________________________________________
DOWNLOAD
ITS BEEN 2 YEARS SINCE I'VE WORKED ON THIS ROM. THIS ROM IS CLEARLY NO LONGER BEING WORKED ON
________________________________________________
How to update from existing version of rom
1. Dont forget to download the zip #2 update too, that zip updates too!
2. Flash ROM zip
3. Flash zip #2
4. Wipe cache/dalvik
5. Wait for device to finish optimizing and updating before reporting any bugs
________________________________________________​
XDA:DevDB Information
SaboorROM, ROM for the Samsung Galaxy A8 (2018)
Contributors
587.saboor
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Version Information
Status: Testing
Current Stable Version: 420-11:11AM
Stable Release Date: 2019-04-20
Current Beta Version: 4-23-6:50PM
Beta Release Date: 2019-04-23
Created 2019-04-15
Last Updated 2019-04-23
/////////////////////////////////////////////////////////////////
Click here to join us in the one and only A8/A8+ Telegram group
/////////////////////////////////////////////////////////////////​
_____________________________________________
STATUS BAR SIZE
If you see the screenshot below, you'll see the status bar is a bit big (pls don't mind the blank settings page lol)
https://photos.app.goo.gl/wiYKVbJed52t9SiN6
DON'T PANIC BIG STATUS BAR HATERS! THIS IS ONLY OPTIONAL AND THIS EVEN HAS OPTION FOR SMALLER STATUS BAR
How do you get it, you ask?
just follow these steps after installing the rom
1. go to settings
2. developer options (u already know how to turn dev options on)
3. scroll down to "Simulate display with a cutout" and tap it
4. select a size of status bar (this wont add any notch on your phone, this only makes the status bar a bit bigger like on the screenshot)
5. done!
_____________________________________________
SCREEN RECORDER
You can record your screen with sound too
How do you get it, you ask?
just add it to the quick settings menu
_____________________________________________
DIGITAL WELLBEING FIX
Digital wellbeing doesn't show stats but you can make it show
How?
just follow these steps:
1. go to settings
2. search "Special Access"
3. press Special Access
4. scroll down to Usage data access and press it
5. press the 3 dot menu on the top right
6. press Show system apps
7. press Digital wellbeing and enable allow usage tracking
8. done!
_____________________________________________
SCREENSHOTS
https://photos.app.goo.gl/4USaY78w3cm8DG5p9
_____________________________________________​
Reserved
..
So
Is this the final, final one? And, that new kernel that popped up in this section, shall I give that a go? I tried it with a Pie back up and that went into a real tight loop of maybe 2 seconds in between boots.
Anyway, thanks. I don't think I'll be doing the upgrade next week and this project is better than what I'd get, AND just saves time adding in extras.. No reason to pretty much downgrade (in my eyes) with the official. Hope that screen freeze gets worked out eventually so I can stop talking to my phone like a puppy when it boots.
k I see you added the kernel. No freezing on boot. Did a couple reboots but nothing weird.. Just got a nice Samsung logo display here and... yup. Welcome screen. Here we go.
Alright! Great work with the ROM and kernel addition. Still getting a bit of the freezes but not even close to as bad as it was a week ago. And if it freezes, it doesn't do it as the S or SA of Samsung starts. A little more crash friendly for the eyes. Really trying to like this update... but when you see the attached images it's almost like someone wants you to hate it. Once that panel fills out the screen there's 2 swipes to put it back, if you want to swipe. Speaking of progress, the stock weather app is coloured like you're not supposed to look at it.
mindlery said:
Is this the final, final one? And, that new kernel that popped up in this section, shall I give that a go? I tried it with a Pie back up and that went into a real tight loop of maybe 2 seconds in between boots.
Anyway, thanks. I don't think I'll be doing the upgrade next week and this project is better than what I'd get, AND just saves time adding in extras.. No reason to pretty much downgrade (in my eyes) with the official. Hope that screen freeze gets worked out eventually so I can stop talking to my phone like a puppy when it boots.
k I see you added the kernel. No freezing on boot. Did a couple reboots but nothing weird.. Just got a nice Samsung logo display here and... yup. Welcome screen. Here we go.
Alright! Great work with the ROM and kernel addition. Still getting a bit of the freezes but not even close to as bad as it was a week ago. And if it freezes, it doesn't do it as the S or SA of Samsung starts. A little more crash friendly for the eyes. Really trying to like this update... but when you see the attached images it's almost like someone wants you to hate it. Once that panel fills out the screen there's 2 swipes to put it back, if you want to swipe. Speaking of progress, the stock weather app is coloured like you're not supposed to look at it.
Click to expand...
Click to collapse
lol there's still a long way to go with this rom, this isnt final
the only way the screen freeze will get worked out is we wait for official pie to come out for a530w and see lol
ye i kinda hate the fact that it fills up the screen and how it wastes space, but you get used to it, the thing i hate the most is the brightness slider location, its the very bottom and i prefer it to be on the top
587.saboor said:
the thing i hate the most is the brightness slider location, its the very bottom and i prefer it to be on the top
Click to expand...
Click to collapse
Yeah what's up with that? I am wondering if there's something bigger in the making because it seems like this is not a complete OS.
Reminds me of getting a new Playstation and EA Sports makes hockey suck again and each year adds in the things they already had from the beginning so you buy it each year. But not with 2 thousand dollar price tags.
No matter what phone, i will not be on an unaltered OS for a while. I got a friend of mine to upgrade one of her S9+ phones and it kinda works for the bigger screen but still crud. Crud on speed. Keep on cookin'!
Battery life good, I think this rom smoother than the stock. Maybe you can add more custom content like that ringtones. Can you add tweak to change screen resolution like in the samsung flagship phone too? To preserve battery life. Great rom it is my daily driver. :good:
mindlery said:
Yeah what's up with that? I am wondering if there's something bigger in the making because it seems like this is not a complete OS.
Reminds me of getting a new Playstation and EA Sports makes hockey suck again and each year adds in the things they already had from the beginning so you buy it each year. But not with 2 thousand dollar price tags.
No matter what phone, i will not be on an unaltered OS for a while. I got a friend of mine to upgrade one of her S9+ phones and it kinda works for the bigger screen but still crud. Crud on speed. Keep on cookin'!
Click to expand...
Click to collapse
yep oneui literally was only here for like idk 3 months so it still needs some improvement
Slightly. The latest, or the one i downloaded last night hasn't had any freezes/reboots yet. Haven't cut out any apps yet but installed a few Magisk modules and usually would have had an issue at boot by now.
The brightness slider can be applied up top but it's bulky... of course.
mindlery said:
Slightly. The latest, or the one i downloaded last night hasn't had any freezes/reboots yet. Haven't cut out any apps yet but installed a few Magisk modules and usually would have had an issue at boot by now.
The brightness slider can be applied up top but it's bulky... of course.
Click to expand...
Click to collapse
lol im starting to think that ur the only one who uses this rom
mindlery said:
Slightly. The latest, or the one i downloaded last night hasn't had any freezes/reboots yet. Haven't cut out any apps yet but installed a few Magisk modules and usually would have had an issue at boot by now.
The brightness slider can be applied up top but it's bulky... of course.
Click to expand...
Click to collapse
Try YouTube that is where you can get freezes.
mchlbenner said:
Try YouTube that is where you can get freezes.
Click to expand...
Click to collapse
lol youtube is like the app where i get the least freezes, instagram or snapchat has more freezes
Hello everyone
Thanks for the effort made
I tried the image for a week
I've had blocks more than once
in addition, the features of the apps are very small
atilla20 said:
I've had blocks more than once
Click to expand...
Click to collapse
did you read the bugs?
587.saboor said:
did you read the bugs?
Click to expand...
Click to collapse
could you explain to me what to do please
atilla20 said:
could you explain to me what to do please
Click to expand...
Click to collapse
no, there's no way to fix it yet so deal with it
atilla20 said:
could you explain to me what to do please
Click to expand...
Click to collapse
Samsung released a buggy Android pie update so until they fix it all pie will have issues.
Yeah i haven't tried any video yet but i am prepared for that to freeze and this is an excellent version as far as an unfinished ROM goes. I didn't flash the module to maintain bluetooth in my vehicle either as of yet, but once again that functions flawlessly if i just accept the pop-up when starting my car. Not a major concern. What's vastly improved and most important is when re-booting it will not freeze at the Samsung logo if installing a module or for any reason... as of yet and hopefully always. Going to purge some apps now and let you know how that goes. Also, for anyone that wants, you can add camera shutter toggle, call recording and remove the security menu from the battery health section (not an uninstall but just omitted).
Here's the 3 entries for the cscfeature.xml described above that are working: I am getting spaces when i post so make sure to fix it.
<CscFeature_Camera_ShutterSoundMenu>TRUE</CscFeature_Camera_ShutterSoundMenu>
<CscFeature_SmartManager_DisableAntiMalware>TRUE</CscFeature_SmartManager_DisableAntiMalware>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Most of you probably have them already but it's easier copying and pasting if you don't Be careful as there is a space in the code for some reason.
Also, not really anything required, but you can have a data on your power off menu and take out the auto-spacing in your dial pad entry. These should already be there and only require changing "FALSE" to "TRUE"
<CscFeature_Common_DisablePhoneNumberFormatting>TRUE</CscFeature_Common_DisablePhoneNumberFormatting>
<CscFeature_Framework_SupportDataModeSwitchGlobalAction>TRUE</CscFeature_Framework_SupportDataModeSwitchGlobalAction>
Nothing new, but working if you want them. Still trying to get blank texta but I think it's not able to be tweaked anymore. Not from the mentioned file.

Development [ROM][OOS Cam][Android 12.1]StagOS 12.1[lemonade][FINAL][08/09/2022]

{
"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"
}
Hey another day another rom, that's what you might be thinking. but we at stag aim towards elegance. We are learners just like everyone out there, This is small project we have started which helps us learn every single day. Why Stag, you might question, my answer would be why not. After all Harry's patronus was a stag(pun intended). After having a couple of iterations, we still intend to stick to our roots, and keep refining what we have. With Android 12, Stag would still be aiming at an elegantly beautiful close to stock experience, that satisfies just the features and customisations you'd crave for (nothing more, nothing less), at the same time being blazing fast and silky smooth. You'll have to try it to believe it .
~Sic Parvis Magna~
PS: for people wondering what sic parvis magna is, it translates to great endings from small beginnings, Something i picked up while playing a game.
Credits where they are Due:
Google(No explanation needed n this regards)
Lineage(For starting of the custom rom war)​
Code:
/*
* 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.
*/
This Build is a Beta Build, I will not be responsible for any kind of issues that might come up (while flashing)
Pristine Build - Non Gapps: Download Here
Gapps Build: Download Here
Bugs
You tell me ​
Features​
Refresh rate switch
Advanced Reboot
Google Style monet made better thanks to ProtonAOSP and kdragon
OOS Style Screen Recorder (Check qs tiles)
Enforcing Build
CTS Passes
Unlimited Google photos backup (Fingerprint spoofed)
CTS Passes sucessfully
Face Unlock
Less Annoying Notifications
Working Gcam Pre Installed
Ambient Display Gestures
Off Screen Getures
OTA Support
And much much more, hope you all love the build.
The build will be updated with bug fixes, but please don't ask ETA.
Hope you like it.
Please follow the instructions properly.
**Make sure your boot loader is unlocked**
Spoiler: If you are on OOS 11 or OOS 11 based ROM
Follow These Instructions if you are on OOS 11 or OOS 11 Based ROM
Download the boot.img from here
Reboot to bootloader
Use the following command to flash boot.img to both slots
Code:
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
Reboot to recovery
Format Data (Optional if already on Stag)
Select Apply update
Run the following command
Code:
adb sideload romname.zip
Spoiler: If you are on OOS 12 or OOS 12 based ROM
Follow These Instructions if you are on OOS 12 or OOS 12 Based ROM
Download the boot.img, vendor_boot.img, debt.img from here
Reboot to bootloader
Use the following command to flash boot.img to both slots
Code:
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
Reboot to recovery
Format Data (Optional if already on Stag)
Select Apply update
Run the following command
Code:
adb sideload romname.zip
If none of the above methods work, please use the following.
Spoiler: If nothing works
Beware this is OOS 12 C.48 based build so it is important that you follow instructions properly and that you are own OOS 12 C.48.
All builds can be found here
The Proper due credits will be updated promptly, A huge thanks to the Lineage team and luk for bring up of OnePlus 9 trees.
A huge huge thanks to everyone who helped me test it, and develop:
@chandu dyavanapelli for helping me with 12 bringup
and
@aswin_a_s forhelping me deal with some huge issues, and stabilizing source (both rom and device)​@tbiwalkar for always actively testing out 9 builds all the time​EtherealRemnant for testing in general and also, testing multiple builds out to help me fix Verizon.​Yashwant for testing almost all the builds, which made it possible for this build today
Robert, @Jhoopes517, rohan, avid_droid for testing the builds promptly and reporting all the major bugs.
This release would have been super difficult without your help. Thanks a lot.
I am extremeley sorry if I forgot someone, please dm me and I will promptly add your names.
and currently this build is work in progress.​
ROM
Kernel
Device Tree​
I work on this project as a hobby, and the money for the servers completely go out from my pocket.
If you like my work it'd be great if you could: https://buymeacoffee.com/vjspranav
I would really appreciate it.
Thanks and hope you enjoy the build
ROM OS Version: Android 12.1
ROM Kernel: Linux 5.4.x GKI
Based On: AOSP
Version Information
Status: OFFICIAL
Current Build Version: 12.1
Build Release Date: 2022-08-09
Reserved for SS
Changelog - 08/09/2022
Hey everyone, this update took a bit longer. I have been super busy with life. I'll keep changelog this time short and concise.
1. OOS Cam is finally here, everything works.
2. Build is based on August Patch
3. Added volte icon
4. And some stability fixes .
Hope you enjoy this release, this will be the final A12 release for OP9 series, see you in A13
Changelog - 20/07/2022
Hola, We're here quicker then before. This stag build is a simple elegant build that has some beautiful additions. Firstly the build is updated to July Security Patch. Up to date AF.
I'll directly jump on to changelog:
1. Now you have multiple options in alert slider, it's a waste just using alert slider for silent, sound and vibrate. Let's use it for a lot more than that. We call it the Awesome Alert Slider.
2. Added option for higher touch sampling rate.
3. We have an OOS style clear all icon in notifications, it's boring to see clear all text.
4. Now you can flaunt android 12L in your version hehe.
5. We have a screen off fod now, you can use fingerprint when screen is off. You can find the option in Settings > System > Gestures.
6. And many crashes fixed internally )
Changelog - 23/06/2022
Guys this is a small hot fix build that ensures that sensors are fixed. The older update had a bug due to which all sensors stopped working
Changelog - 21/06/2022 - Sensors Broken
Hiya, This time the changelog might turn out pretty long, so yup stay tuned. Before anything else, Yes I realise the time between updates is kinda long, honestly I really try had to get it to you guys much sooner, but this is the best I can do. Another factor that comes in is, every time I add a new feature or fix a bug, I feel like there's something else that can be better, and I go on to fix/work on that, this cycle keeps happening because come on guys, I want to ship out nothing but the absolute best for you guys to use.
And this time with the OOS 12 base, a lot of things broke, and I had to work on fixing things from around up, so without further ado I'll jump right into the changelog. As always, will start with what's bad
Assuming not everyone will read through, please follow the install instructions carefully, as mentioned in OP. else you might end up in brick
So there are two known bugs which I really couldn't fix at this point:
1. Low mic volume in recording apps, calls are perfectly fine (some reported that if you turn on speaker in call once after every reboot, the mic seemingly becomes better)
2. Speaker starts crackling in specific audio (only on max volume) otherwise it's absolutely fine as long as you don't hit the absolulte max.
Ok that aside, now let's get into the good news, the juicy part :
Device Specific:
1. Ok the biggest change, Now the builds are going to be OOS 12 based, partly the reason why there was an even bigger delay, but man o man, the build just flies, you'll forget using any other OS.
2. Biggest challenge was to get the haptics right, the vibrations you feel when you touch your keyboard, or the the haptics when there's a notification, OOS 12 base created a huge mess with them but guess what, you'll not have to worry about them because the haptics are much much better than ever, you'll just fall in love with how your phone vibes (literally hehe).
3. On a few requests, I've decided not to include Gcam in this build, whoever wants are free to install whichever version you want to go with .
4. Verizon sims should finally work, Had multiple tests this time so you should have it working for sure, here's to everyone waiting with a Verizon sim.
5. And everything else that yo love and remember from previous version exactly as they were, if not better
Rom Side:
So here's a lot more magic this time, about time I felt the need of a few essential and good to have feature additions without in the slightest compromising how the usability feels.
1. We now have a working GameSpace dashboard, like for every gaming enthusiasts, finally you can game with the full power without any disturbance of notification.
2. Again for all the gamers out there, we have added some props to allow a game to unlock the maximum FPS possible, for more info:
Spoiler: Click Here
* Free Fire - Spoof Asus ROG Phone 1 will unlock 90 FPS
* COD Mobile - Spoof Xperia 5 || will unlock 120 FPS (only on multiplayer mode)
* PUBG Mobile - Spoof OnePlus 8 Pro will unlock 90 FPS
* Wild Rift - Spoof OnePlus 8 Pro will unlock 120 FPS
* Cyber Hunter - Spoof OnePlus 8 Pro will unlock 90 FPS
* Fortnite - Spoof OnePlus 8 Pro will unlock 90 FPS
3. For apps builds, now we ship a modded Pixel Launcher (credits: source). Gone is the pain of using a half baked custom icons. This is a much more optimised pixel launcher with a lot more goodies (like upto 6x9 grid in launcher)
4. A small aesthetic change, re arranged the layout of qs tiles, gone are the tiles which you rarely used and a rather depreciated wifi/mobile data tile. Now we have separate tiles for mobile data and wifi just like we remember and love from Android 11, and that's what is default.
5. Ohh and on the note of QS tiles, Hasn't it been annoying when you long tap on wifi just to be able to quickly connect but you are having to change the screen, now a small panel pops up as an overlay on the existing screen allowing you to work without leaving whatever you were doing.
6. A proper lock screen charging info, Instead of the boring wrong display, the estimate and wattage have now been fixed, and as multiple people questioned, yes Warp Charging does work .
7. And a highly requested feature (and I can see why), long press power button to turn on torch. You ask and thee shall receive, this build comes with the said feature.
8. Now we allow you to have a haptic feedback on QS tiles, when you tap on that, you know want that, don't you.
9. Some over the hood source changes, that'll make scrolling and animations go whoosh (faster and smoother), especially optimising the download and upload animations.
10. And a huge addition to feature list, Network traffic on status bar. For everyone who have been asking it is finally here.
11. Making life easier with this one, giving you an option to complete pull down the quick status bar either from left side or right side, depending on what you select. So you select, let's say right side, now if you pull down from left you'll have notifications. and if you pull down from right side you'll have the QS tiles. pretty handy right .
12. Added an Ambient music ticker, that'll flash new songs on ambient display, I personally love this, happy to finally be able to have it on stag .
13. Ok finally everything bugging with lock screen pin and pattern has been fixed, which allows to have scrambled pin layout back ).
14. Now directly delete a screenshot if you do not like it, directly from the preview when you take a new screenshot.
15. That's not all, now you can directly feed a screenshot into google lens, isn't that cool.
16. Added font customisation and a huge bunch of fonts, you'll absolutely love it. (We also have status bar, launcher icon customisations) you can find them in Horns > System.
17. Don't like watching '!' when mobile data is off ? worry not you can disable that now. see super thoughtful of me (just kidding)
18. If you are like me, you just want to watch the battery percentage on quick header and not something like "6 hours remaining", so like any sane person would do, I have added an option for you guys to be able to delete it.
Well that's all the changes for this update people....
oops spoke too soon, there's,more
19. Here's a little gesture touch, we now give you an option to turn of sleep either by double tapping on status bar or double tapping on Lock Screen. Use both or use neither upto you.
20. Wanna wake up your device using volume keys instead of power button. Just like shenron would say: "Your wish has been granted"
21. Ever seen a Samsung phone, Noticed their pop up notification (click here for reference), See how non intrusive and beautiful they look, don't be sad, you can have a very similar experience in stag, just go ahead and enable reticker from Horns. yay!!!
22. Ever see all the real estate in the status bar being wasted, the clock being so annoyed stuck beside camera, now you have the ability to customise it's location and the control that gives is amazing.
23. Made battery settings beautiful, added battery health info and capacity info so you also know what you have.
24. Added data usage panel.
25. Nav bar inversion, used to inverted back and recents layout, fear not when stag is here.
26. Smart auto-rotate, i.e. you rotate the phone by mistake when auto rotate is on, and phone just annoyingly rotates? not gonna happen that often anymore, phone will keep a track of your face and rotate only when it deems necessary based on orientation of your phone. (Will lead to higher battery consumption)
I could go on, but that's about most of it, there's still tiny under the hood improvements which aim at making stag ever better,
A huge change set this time, so I really am looking forward for you guys to try this build out, I really really wish you would love it and never want to leave ..
Happy Flashing
~Sic Parvis Magna~
Changelog - 10/04/2022
Hola guys long time no see, I know I promised monthly updates, but this one stretched far too long. The reasons include my college and android 12.1, which was a huge pain for me. But nevertheless here we are as stable as ever ).. Ok as always
Without further ado, I'll quickly list down the Changelog.
Bad news first:
1. We won't be having OOS camera anytime soon, Almost everything works except for rear normal photo, I need some help for fixing hence I am not including it in release builds. If anyone wants to try it out, feel free to pm me on telegram: @vjspranav.
Ok that was it, everything further just keeps getting better.
Device Specific
* Tweaked the position of alert slider UI to make it feel more natural.
* There was a small chance of sim not being detected on first boot, that has been fixed.
* Issues with Verizon have been fixed. A few devices report it as working, a few report it as broken, so you can probably just try it out and let me know.
* Wait must have been super annoying to see wrong charging info on Lock Screen, stuck at some 1hr 24 mins always. Now your phone works as it should have! Lock-screen charging info now shows correct estimates.
* One of the biggest things, we no longer spoof our whole device as pixel, It detects as a oneplus and that helps a great deal with refresh rate in a few apps. And guess what!?
CTS still successfully passes ).
* Added a bit of optimised charging support, although you can't control start stop percentage, your phone will still make sure to stop charging after a certain point. This will be adapted based on your usage.
* Finally for everyone not being able to flash gapps on pristine build, Now you can do so and much more, The issue has been fixed. You can flash any and every apps package, be it micro, mini, full or stock.
* For people having Indian version or any other version which does not support wireless charging, they were unable to turn off, power sharing. Now you all don't have to worry .
Rom
* Updated to Android 12.1 with April security patch, nothing but the latest and the best.
* Added back charging animation ripple removed as part of 12.1 by Google.
* Temporarily removed pocket lock as it is causing issues with device wake.
* Added quick unlock with pin, many have asked for it.
* Added option to enable always on display on charging only.
* Added options to customise fonts and styles of status bar.
* And a lot of under the hood changes thanks to both android 12.1 and also things we at stag do.
As always, stag is as good as you last remember it if not better. I really hope you enjoy the build, and keep showing the love!!.
Cheers
Changelog - 25/02/2022
Hello everyone, first of all, sorry for the delay of two months. I was super busy with life and had covid and college and stuff, secondly I am super happy and thrilled for the support everyone has been giving. I really hope you find this build and also the next exactly to your liking if not more .
Without further ado, I'll quickly list down the changelog.
Device Specific
* Firstly The clock being overlapped by camera cut out, padding issue has been fixed.
* On Lock Screen, you must've seen FP icon and charging info overlapping each other, this issue has also been fixed.
* You must've loved the new unlock animations of A12 right?, But I'm sure everyone felt, the power button location of animation is off, guess what we've got that fixed too!
* Ohh how could I forget, the dreaded ring issue, you won't have to face it anymore, every call you do will for sure have a ring giving you the peace of the call being connected and not having to face surprises.
* We Added OnePlus Specific Settings, That let you select Hyper Touch, Edge touch etc.
* Added Touch screen gestures, these are just love (we also support single tap for ambient display )
* Wake device on pick up, and a couple more ambient display options have been added.
* Build comes with a pre installed working GCam on gapps build.
* Wanted to share your battery to your friends? We have power share toggle added, you can wirelessly or through wire charge your friends phone or any chargeable device!
If you think those are good, wait till you see, what the ROM brings
Rom
* Updated to February patch.
* Ever wanted to look at your phone, and just wanted it to unlock, no sweat, stag has the long awaited face unlock support now.
* We have ota support now, all further builds can be downloaded and installed seamlessly over OTA.
* Added an idle battery manager, this helps in saving idle battery.
* Guess what ever wanted too listen to your class and YouTube, and wanted to decrease volume of your class/meeting only ? It's now possible, we have per app volume control, let your meeting run in silence and let the music begin!. (just kidding, we have the feature but don't miss out on classes )
* I believe there was an issue with no default notification or ringtone in the last build, worry not we got you covered!
* And remember that annoying screenshot sound ? I don't, because we don't have it anymore.
* And And, Live translate works, Complete the initial setup and update all apps, and you're all set.
* For all the enthusiasts, we have an amazing black theme, I know you are there and you are going to love it!
* You scared your phone gets unlocked in your pocket? Well just a toggle and your phone can be smart enough to not unlock as long as it's in your pocket! with pocket lock.
* You like your brightness slider at the bottom? Do not want to see the auto brightness icon ? Or don't want to see the bar at all ? Well you can do all of them now.
* We have saner heads up now, if you are constantly annoyed by every notification pop up on your screen! Explore it to know it.
Upcoming
* We are working on OOS Cam, we have potrait pro mode etc working, so expect to see the next build with OOS Cam .
and too much more, small changes and tweaks to make your experience the best possible!!.
Due to the volume of changes, it is highly recommended to clean flash for the best experience.
Nice flashing now !!!!
Dont try it if you are coming from oos 12 stable . no luck. You must come from oos11
*even from oos 11 no luck.
It booted fine on the TMO op9 fingerprint sensor just flashes when I try to register but other than that everything else works perfectly. Thank you!
JimmyJurner said:
It booted fine on the TMO op9 fingerprint sensor just flashes when I try to register but other than that everything else works perfectly. Thank you!
Click to expand...
Click to collapse
can you tell what recovery you used to please? and from what os did you flash it ?
Woot excited for a new rom to flash. Sick
papad13 said:
can you tell what recovery you used to please? and from what os did you flash it ?
Click to expand...
Click to collapse
I came from an older version of lineage recovery because when I tried using the newer one it would not boot to the recovery. I came from 11.2.10.10 after using the TMO convert msm
Now that it booted android 12 let me try a fresh recovery flash of the newer one and start from scratch.
It booted to the newer recovery fine this time. Booted to the os as well. Still no fingerprint sensor. It seems it it just won't register.
JimmyJurner said:
It booted to the newer recovery fine this time. Booted to the os as well. Still no fingerprint sensor. It seems it it just won't register.
Click to expand...
Click to collapse
At initial install,use the 0626 dated LineageOs recovery.img. Any newer nightly build losrecovery may cause an issue. After installing recovery and installing system, do not attempt to flash any recovery on device. It messes up the Os. I'm running Stag and FP sensor is working fast and easy on my end
avid_droid said:
At initial install,use the 0626 dated LineageOs recovery.img. Any newer nightly build losrecovery may cause an issue. After installing recovery and installing system, do not attempt to flash any recovery on device. It messes up the Os. I'm running Stag and FP sensor is working fast and easy on my end
Click to expand...
Click to collapse
Yeah , everything else is giving a non bootable device . Only booting on fastboot
Maybe a good advice for the TS to add it in the post !!
papad13 said:
Yeah , everything else is giving a non bootable device . Only booting on fastboot
Maybe a good advice for the TS to add it in the post !!
Click to expand...
Click to collapse
Everything is being updated in OP soon.
avid_droid said:
Everything is being updated in OP soon.
Click to expand...
Click to collapse
Yep soooon,
But I spend about 3 hours just to come back on oos11.
In a "tested" build !!
Who cares
avid_droid said:
At initial install,use the 0626 dated LineageOs recovery.img. Any newer nightly build losrecovery may cause an issue. After installing recovery and installing system, do not attempt to flash any recovery on device. It messes up the Os. I'm running Stag and FP sensor is working fast and easy on my end
Click to expand...
Click to collapse
LOS RECOVERY 06/26
papad13 said:
Yep soooon,
But I spend about 3 hours just to come back on oos11.
In a "tested" build !!
Who cares
Click to expand...
Click to collapse
3hrs? I can MSM and update to 11.2.9.9 then Beta 1 and up to C.39 in less than an hour.
It's not a test build,testing is over.
I've messaged OP and instructions and files will be updated soon.
Yep ,you are the one yeaaa!!
You have it bigger !!
I can do it to !
But I was trying to install THIS rom ,with different lineage recoveries .
Because even in the first upload of the TS the recovery was for lemonadep (onep9pro)
So no luck .
I had a personal conversation with the dev and he changed it to the newest and right one .
But even this that is uploaded now it doesn't boot.
papad13 said:
Yep ,you are the one yeaaa!!
You have it bigger !!
I can do it to !
But I was trying to install THIS rom ,with different lineage recoveries .
Because even in the first upload of the TS the recovery was for lemonadep (onep9pro)
So no luck .
I had a personal conversation with the dev and he changed it to the newest and right one .
But even this that is uploaded now it doesn't boot.
Click to expand...
Click to collapse
Okay,so, I'll post instructions for you here until VJS updates it with file links.
Disclaimer: I am not responsible if you destroy your device. Method posted is tried and true and will work if directions are followed.
You must be updated to latest,11.2.10.10
Unlock bootloader
Here are the files needed:
Recovery:
https://androidfilehost.com/?fid=14943124697586357860
Copy partitions:
copy-partitions-20210323_1922.zip | by The Muppets for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
In bootloader:
fastboot flash boot losrecovery-0626.img
Reboot to recovery
adb sideload copy partitions.zip
Reboot recovery
Format data
adb sideload StagOS.zip
Reboot and enjoy
Warning: Do not attempt any other flashing of recovery as it may result in having NO OS!
avid_droid said:
Okay,so, I'll post instructions for you here until VJS updates it with file links.
Disclaimer: I am not responsible if you destroy your device. Method posted is tried and true and will work if directions are followed.
You must be updated to latest,11.2.10.10
Unlock bootloader
Here are the files needed:
Recovery:
https://androidfilehost.com/?fid=14943124697586357860
Copy partitions:
copy-partitions-20210323_1922.zip | by The Muppets for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
In bootloader:
fastboot flash boot losrecovery-0626.img
Reboot to recovery
adb sideload copy partitions.zip
Reboot recovery
Format data
adb sideload StagOS.zip
Reboot and enjoy
Warning: Do not attempt any other flashing of recovery as it may result in having NO OS!
Click to expand...
Click to collapse
Yep thanks . I knew all this !!
But it wasn't available in the op.
Even now that the dev knows that if you come from oos12 : no boot.
If you try with the newest lineage rec : no boot

Categories

Resources