{ROM} GSI Lineage OS For Our Redmi 6! - Xiaomi Redmi 6 Guides, News, & Discussion

Hi There Everyone!​First a brief: I've been a longtime XDA user, but never found the need to create an account. Now, I bought a Redmi 6 and I'm really disappointed by the development:crying:, so I thought i'd chip in a bit I don't have permission yet, so I posted this here.
As you know, till now there are NO Custom ROM's available. This is really sad, and I can't live with MIUI. So I decided to give GSI (Generic System Image) ROM's a try.
And guess what? They work! I tried installing Lineage OS 15.1 on our cereus. The rom is really fast and smooth. Here's what I found:
Working:
Wifi
Bt
Camera
Vibration
Sound
Finger Print
Bugs:
SIM detected, but no range found. RIP calls/sms/data. Looks like a problem with the raido's.
Headphones don't work
I couldn't test hotspot and gps.
Even though there is a bad bug, it still works surprisingly on this MediaTek SoC with no drivers / kernels. All we need is a little paching and we should be good to go!
Give it a try. Ill post guide on how to do this later. For now, i'm using miui cuz i wanna make phone calls
Here are screenshots:
https://ibb.co/J7FRk9K
https://ibb.co/sbNk3N4
https://ibb.co/K5KDW43
https://ibb.co/5Mfrz0d
https://ibb.co/kHCwqb2
https://ibb.co/S3X9gkv
https://ibb.co/1JYNmqp

Yes, we know. We tested this long time ago, there are pretty long discussions in twrp thread comments

What about finger print reader?

TanRayCz said:
Yes, we know. We tested this long time ago, there are pretty long discussions in twrp thread comments
Click to expand...
Click to collapse
I know, and I've read through all that. They are all buried inside TWRP threads, and not everyone knows about GSI. I made this so people know, and I'm also going to make an other thread with instructions on how to flash a GSI rom for our Redmi 6 soon (It's a little tricky getting TWRp to work and all...)

hiitsrudd said:
What about finger print reader?
Click to expand...
Click to collapse
It works! Sorry, I forgot to mention that - added it now :good: Btw, even though it works, it isn't as accurate and as fast as MIUI.

Tech_Expert said:
I know, and I've read through all that. They are all buried inside TWRP threads, and not everyone knows about GSI. I made this so people know, and I'm also going to make an other thread with instructions on how to flash a GSI rom for our Redmi 6 soon (It's a little tricky getting TWRp to work and all...)
Click to expand...
Click to collapse
I meant to say good job about putting this all together. Nice.

I just randomly remembered when i was trying this ROM some time ago. Headphones doesn't work.
(Adding this to post would be ideal)
Edit: It could also be the Pixel Experience ROM. But i don't remember.

TanRayCz said:
I just randomly remembered when i was trying this ROM some time ago. Headphones doesn't work.
(Adding this to post would be ideal)
Edit: It could also be the Pixel Experience ROM. But i don't remember.
Click to expand...
Click to collapse
Thanks! I tried LOS again, and I can confirm that headphones don't work. Added that to the post:good: Btw, do you know any GSI ROMs for Cereus that can actually make calls and work well?

Tech_Expert said:
Thanks! I tried LOS again, and I can confirm that headphones don't work. Added that to the post:good: Btw, do you know any GSI ROMs for Cereus that can actually make calls and work well?
Click to expand...
Click to collapse
All i tried was LOS and Pixel Eperience. Both are same, except PE has Android 9.0. I tried treble RR, it had really cool logo while booting, and i was really excited for RR because i never tried it. But i never made it to boot. Boot logo is looping infinitely and i tried fresh installing (With MiFlash clear) about 10 times.
Edit: Maybe if you would want to, you can give it a try https://forum.xda-developers.com/pr...0-resurrection-remix-v7-0-arm64-32-b-t3891636
Edit: I didn't understand most of it, but i could start adb logcat while booting. From all i could understand, all apps were dying and restarting all over.

https://drive.google.com/file/d/1KSfa8BcgQtEdnHQnbQ8mhGx_rDHSDD7t/view
Omni rom, android 9, works pretty good, no major bugs.
Installation instructions on screenshot in attachments.

[email protected] said:
https://drive.google.com/file/d/1KSfa8BcgQtEdnHQnbQ8mhGx_rDHSDD7t/view
Omni rom, android 9, works pretty good, no major bugs.
Installation instructions on screenshot in attachments.
Click to expand...
Click to collapse
That's nice and all, but more info would be cool. SIM works?

TanRayCz said:
That's nice and all, but more info would be cool. SIM works?
Click to expand...
Click to collapse
Yep, only USSD is broken by default. See 11) on screenshot.
Calls/sms works out of box.
Don't know about volte since my carrier doesn't support it.

[email protected] said:
Yep, only USSD is broken by default. See 11) on screenshot.
Calls/sms works out of box.
Don't know about volte since my carrier doesn't support it.
Click to expand...
Click to collapse
Speaking of, what does append persist.sys.radio.ussd.fix=true to /system/build.prop mean?
Sorry if it's something widely know im kind of a noob.

JosifBoga666 said:
Speaking of, what does append persist.sys.radio.ussd.fix=true to /system/build.prop mean?
Sorry if it's something widely know im kind of a noob.
Click to expand...
Click to collapse
Seems that mtk ussd fix breaks something on other phones. So, this is flag to enable it.
------
Ahh, you mean how to append?
Open /system/build.prop file with text editor that has root access, add line to end, save file, reboot.
Or you can do this via adb/terminal emulator:
1) su
2) echo persist.sys.radio.ussd.fix=true >> /system/build.prop

[email protected] said:
Seems that mtk ussd fix breaks something on other phones. So, this is flag to enable it.
------
Ahh, you mean how to append?
Open /system/build.prop file with text editor that has root access, add line to end, save file, reboot.
Or you can do this via adb/terminal emulator:
1) su
2) echo persist.sys.radio.ussd.fix=true >> /system/build.prop
Click to expand...
Click to collapse
But this doesn't fix ussd right?

JosifBoga666 said:
But this doesn't fix ussd right?
Click to expand...
Click to collapse
I haven't tested this, but why do you think so?

[email protected] said:
I haven't tested this, but why do you think so?
Click to expand...
Click to collapse
Since you said ussd is broken by default i thought that that wouldn't fix it.

JosifBoga666 said:
Since you said ussd is broken by default i thought that that wouldn't fix it.
Click to expand...
Click to collapse
By default — right after installing, without adding this line.

[email protected] said:
By default — right after installing, without adding this line.
Click to expand...
Click to collapse
Oh my bad. By the way I'm going to install this rom and I'll see if that line fixes ussd. Then we'll have a probably fully functional rom for the redmi 6. ****ing finally. It's about time.

JosifBoga666 said:
Oh my bad. By the way I'm going to install this rom and I'll see if that line fixes ussd. Then we'll have a probably fully functional rom for the redmi 6. ****ing finally. It's about time.
Click to expand...
Click to collapse
It doesn't work for me. Same as every single other GSI rom.

Related

ABANDONED!!! [ROM][HYDROGEN/HELIUM][FIXED]CM13 Unoficial 2016-06-14 UNIVERSAL-FIXED

The base rom turned out to be full of small bugs and just not worth it any future work on it. Sorry...
After two days of digging around finally managed to fix the only CM13 release that doesn't have the nasty and so far impossible to fix 3G bug some of us experience with all other CM based releases to date.
I think this ROM by itself deserves a new thread despite the many we have already... Don't you agree?
Fixed Video Playback, Video Recording, Network Location, Speaker Low Volume Level... Those were the major known issues with this version...
Will get us by till 3G bug is fixed(I hope) in later ROMs.
Credits and thank you to:
@ffboy2009[/MENTION] for his 2nd CM13 release this ROM is based on;
@ajsmsg78[/MENTION] for the helium video recording fix;
This is all-in-one Mi Max UNIVERSAL CM13 ROM for both hydrogen and helium devices. It will check an install the proper version for your device.
BUT MAKE SURE YOU ARE RUNNING THE CORRECT TWRP FOR YOUR DEVICE CODE!!! HELIUM WITH OLD TWRP FOR HYDROGEN WILL BRICK!!!
If you are coming from any CM13 rom you can dirty flash. From anything else including RR clean flash is recommended! Backup device before install etc but you know what to do if reading this...
As usual install gapps etc...
Report bugs and I will try fixing them but I am very time/resources limited during the week.
Download: cm-13.0-20160614-UNOFFICIAL-hydrogen+helium-fixed_nijel8.zip
PS. Will appreciate if you guys don't link the ROM download directly anywhere else... Refer to this thread instead... Let's keep it all in one place for better feedback. Thank you!
Just did a clean install. Video recording doesnt work. Tried adding the fix line in build.prop but didn't help.
n1tro said:
Just did a clean install. Video recording doesnt work. Tried adding the fix line in build.prop but didn't help.
Click to expand...
Click to collapse
It's not the build.prop...
What exactly is doing? No sound or else... Need to know to fix it for helium I can't test...
nijel8 said:
What exactly is doing? No sound or else... Need to know to fix it for helium I can't test...
Click to expand...
Click to collapse
After pressing record, it just starts and stops. I took the fix file that asjmsg78 created and flashed it and also left the fix line in the build.prop and it works with sound. I let the phone sleep for a bit and seems to be still working.
Same here in another helium, just start to records and stop suddenly :crying:
n1tro said:
After pressing record, it just starts and stops. I took the fix file that asjmsg78 created and flashed it and also left the fix line in the build.prop and it works. I am letting the phone sleep and will test again.
Click to expand...
Click to collapse
Ok... I'll fix it... Just to be clear you are talking about this file for helium, right? Because it is not needed for hydrogen...
[FIX] [HELIUM] [HYDROGEN] Video Recording Fix by ajsmsg78
nijel8 said:
Ok... I'll fix it... Just to be clear you talking about this file for helium, right?
[FIX] [HELIUM] [HYDROGEN] Video Recording Fix by ajsmsg78
Click to expand...
Click to collapse
Yes, that is the file I used to flash after installing this rom.
n1tro said:
Yes, that is the file I used to flash after installing this rom.
Click to expand...
Click to collapse
Ok, thank you for the quick reply... We'll get it fixed right away...:good: Fixed... Uploading... Done...
Glad no flashing problems on helium. Took a slim chance by not having you or @ajsmsg78 test it on your heliums before publish it.
Skalexs said:
Same here in another helium, just start to records and stop suddenly :crying:
Click to expand...
Click to collapse
Please redownload... Just fixed it...
I just got home and saw this. Great news. I'm glad you were able to fix everything. All we need now is to figure out the data bug and most of our roms should be perfect
ajsmsg78 said:
I just got home and saw this. Great news. I'm glad you were able to fix everything. All we need now is to figure out the data bug and most of our roms should be perfect
Click to expand...
Click to collapse
Yeah... data bug is going to be difficult without proper debugging and taking logcat/dmesg logs. We both can't do that...
Let me know if you want to fix RR5.7.0 and I will give you details...
nijel8 said:
Please redownload... Just fixed it...
Click to expand...
Click to collapse
Great
I've made a clean install and video recording works :good:
Thanks for the time you've wasted here :victory:
PD: I had data bug in RR, but with this rom it seems to work perfectly
nijel8
Thank you!:good:
Skalexs said:
Great
I've made a clean install and video recording works :good:
Thanks for the time you've wasted here :victory:
PD: I had data bug in RR, but with this rom it seems to work perfectly
Click to expand...
Click to collapse
That's why I fixed exactly this one...
Awesome work dude!!!
In general, how does the battery life compare on cyanogenmod ROMs compared to miui?
What about reception/signal compared to miui?
Also, I assume we don't need a locked bootloader for this
I can't wait to try it:victory::victory:
Great job bro..3g working here..Greeting from Malaysia...
Helium 64gb
Sent from my MI MAX using XDA-Developers mobile app
Great Job!
Thanks for the effort, video recorder has become useful again
Just one request, add the Enhanced LTE mode in the sim network options section. Annabathina build has the same issue of no selection/activation menu.
Wish you get a fix really soon. And thanks again.
techy97 said:
Thanks for the effort, video recorder has become useful again
Just one request, add the Enhanced LTE mode in the sim network options section. Annabathina build has the same issue of no selection/activation menu.
Wish you get a fix really soon. And thanks again.
Click to expand...
Click to collapse
Ii didn't build this rom... I am just the fixer... Adding things is not that easy in prebuilt roms.
Even if I can add it I can't test LTE at all and I hate doing things I can't test... So probably not gonna happen, sorry...
panyan said:
Awesome work dude!!!
In general, how does the battery life compare on cyanogenmod ROMs compared to miui?
What about reception/signal compared to miui?
Also, I assume we don't need a locked bootloader for this
I can't wait to try it:victory::victory:
Click to expand...
Click to collapse
for me: normal use on Miui--> 1,5 days, normal use on CM-->3,5 days
This ROM should tie people over until xiaomi releases the kernel for our devices and some developers come into the picture. Amazing how much was accomplished by nijel8 and asjmsg78, both who aren't developers but had enough curiosity about our devices to tinker with it to make it a better device for all. Show some appreciation by making a donation to these guys or we all be stuck with the crappy miui ROM with no android auto and delayed notifications!

[HowTO] Treble for S9

Hello everyone,
After seeing the news that Treble images were properly working on the S9, I decided to give it a go and see for myself how good/bad was it working.
The from my findings, the only thing that is NOT working is the auto-brightness.
Here are the installation steps :
Make sure you got TWRP installed properly, with DM-Verity and Encryption disabled.
Download this : https://www.androidfilehost.com/?fid=817906626617958348
Place it in the root of your device, then navigate to TWRP, click install, click install Image, select the transfered system.img, and select system image.
Make sure to full wipe after that, and reboot, and you are good to go.
This is awesome. As soon as I'm able to get my hands on an Exynos variant S9, I'm buying one for Treble support alone.
Auto-brightness doesn't work because the framework doesn't define any brightness levels for each lux level. You can make an overlay to fix that or modify the framework at source.
MishaalRahman said:
Auto-brightness doesn't work because the framework doesn't define any brightness levels for each lux level. You can make an overlay to fix that or modify the framework at source.
Click to expand...
Click to collapse
I'll pass onto phh, see if he can include a fix in his builds.
Works Samsung câmera app?
how about camera's aperture (switch between 1.5 and 2.4) , slow motion too ?
Paradoxxx said:
Hello everyone,
After seeing the news that Treble images were properly working on the S9, I decided to give it a go and see for myself how good/bad was it working.
The from my findings, the only thing that is NOT working is the auto-brightness.
Here are the installation steps :
Make sure you got TWRP installed properly, with DM-Verity and Encryption disabled.
Download this : https://www.androidfilehost.com/?fid=817906626617958348
Place it in the root of your device, then navigate to TWRP, click install, click install Image, select the transfered system.img, and select system image.
Make sure to full wipe after that, and reboot, and you are good to go.
Click to expand...
Click to collapse
Any idea how to build a treble image?
I know how to build for a specific device but treble... bohh. Maybe you can help me.
Astrubale said:
Any idea how to build a treble image?
I know how to build for a specific device but treble... bohh. Maybe you can help me.
Click to expand...
Click to collapse
phh is sharing his build script : https://github.com/phhusson/treble_experimentations/blob/master/build.sh
That should get you started
Paradoxxx said:
Hello everyone,
After seeing the news that Treble images were properly working on the S9, I decided to give it a go and see for myself how good/bad was it working.
The from my findings, the only thing that is NOT working is the auto-brightness.
Here are the installation steps :
Make sure you got TWRP installed properly, with DM-Verity and Encryption disabled.
Download this : https://www.androidfilehost.com/?fid=817906626617958348
Place it in the root of your device, then navigate to TWRP, click install, click install Image, select the transfered system.img, and select system image.
Make sure to full wipe after that, and reboot, and you are good to go.
Click to expand...
Click to collapse
owsome guide thanks
---------- Post added at 11:23 AM ---------- Previous post was at 11:22 AM ----------
hoangtu2410 said:
how about camera's aperture (switch between 1.5 and 2.4) , slow motion too ?
Click to expand...
Click to collapse
on aosp u loose some tw features
matheus_sc said:
Works Samsung câmera app?
Click to expand...
Click to collapse
Nope
hoangtu2410 said:
how about camera's aperture (switch between 1.5 and 2.4) , slow motion too ?
Click to expand...
Click to collapse
Stays at 1.5, and not sure about slow motion.
Paradoxxx said:
Nope
Stays at 1.5, and not sure about slow motion.
Click to expand...
Click to collapse
damn... maybe it is possible to collect the camera.apk and all needed libs to get the samsung app to work on aosp rom ??
inteks said:
damn... maybe it is possible to collect the camera.apk and all needed libs to get the samsung app to work on aosp rom ??
Click to expand...
Click to collapse
It's also framework related so very much unlikely to happen.
have you guys also tested if the telephoto lens activates when you zoom in?
iamnotkurtcobain said:
It's also framework related so very much unlikely to happen.
Click to expand...
Click to collapse
Porting the frameworks has recently happened for Huawei and Sony. Unless Samsung are deliberately obfuscating things, it should be possible to do the same for the Exynos versions of the S9 and S9+.
Can someone post screenshots
Im so excited .. this is one of the biggest reasons why I will switch to s9+
Hi sorry for a noob question I am new here, after flashing the image will I get stock android ? Like lineage os ?
Thanks
pavneet10174 said:
Hi sorry for a noob question I am new here, after flashing the image will I get stock android ? Like lineage os ?
Thanks
Click to expand...
Click to collapse
Yes
Griffiths_Anna said:
Yes
Click to expand...
Click to collapse
Hey thanks a lot for helping,
I have one more question, when I flashed aosp ROM it worked fine but with the brightness glitch, however when I flashed lineage os it just bootlooped so any suggestions ?
Thanks
26th builds of 8.1 are okay for brightness but fingerprint is broken for some and causes touch to stop but reboot, unlock then a few lock/unlock cycles it's good temp fix til next reboot

[8.1] [Magisk Module] Multi-Touch Fix for 8.1 Devices running LOS/AOSP

Hello guys and girls,
As some of you already know Android 8.1 suffers from a severe Multi-Touch Issue. This issues makes the smartphone randomly jumping between the two touching points on the screen when touching with two or more fingers.
The issue is known to google since the preview of 8.1. It isn´t only affecting pixel but most probably all devices running 8.1. The issue is also present on P.
An issue got created here: https://issuetracker.google.com/issues/70344455
There is a fix since mid march in review on google gerrit. But that didn´t make it into the april release, obviously.
To visualize the issue refer to the following videos:
https://youtu.be/wgYN5GwIgIc
https://youtu.be/2Vv584tvVyg
https://www.youtube.com/watch?v=4dnIk_5qdK8&feature=youtu.be
This is especially bad for gamers. With the recent release of PUBG this issues seems dramatic to some, less to others.
I´m no gamer but I noticed the issue on the google foto app.
This issue has nothing to do with the corners badly reacting to touches, or touch sensitivity etc.
So but now to the fix. It seems the issues is only related to resampling but not to touching specific points of the screen ( not related to crossing x and y axis).
That also explains why the issue wasn´t happening when using the touch tracking tool in dev settings but on various multi touch test apps.
The fix is on google gerrit currently under review here:
https://android-review.googlesource.com/c/platform/frameworks/native/+/640605
https://android-review.googlesource.com/c/platform/frameworks/native/+/640606
Last week I compiled myself a DU build with the changes included and I couldn´t trigger the issue at all. I found no other side effects caused by the two patches.
For now I decided to provide a Magisk Module which replaces the changed libs that fixes the issue.
I compiled the libs while doing my april build of DU. The magisk module can be found on the link a little bit down.
The download is here:
https://www.androidfilehost.com/?fid=890129502657595755
A few disclaimers here.
1. That fix should in theory work for most 8.1 devices, including the likes of pixel 1st gen, pixel 2nd gen, one plus, xiaomi which suffer from this severe issue.
1a. It works only for AOSP/LOS based roms on the essential phone. It seems like stock isn´t close enough to aosp.
2. I didn´t fix this, I just compiled the libs with the fix found on google gerrit.
3. Rom devs you are very welcome to include this fix. I found no ill consequences as of yet but I can understand google taking it slow and reviewing it longer. Maybe they will find a better fix, but as of now this is the best thing we have.
Donations:
Donations are not mandatory but very welcome.
If you like my work: http://paypal.me/freak07
this was confirmed working on the xda portal post by @crixley for the essential phone running a custom aosp/los based rom.
Big thanks to you!
Freak07 said:
this was confirmed working on the xda portal post by @crixley for the essential phone.
Big thanks to you!
Click to expand...
Click to collapse
Huge difference, including touch latency! I'm super pumped about it.
Work perfectly!!! Thank you so much!
Guys, does it work? For me I ended up in bootloop
xorwin said:
Guys, does it work? For me I ended up in bootloop
Click to expand...
Click to collapse
Omg you're right it actually causes my phone to not boot. I wiped my entire phone thinking it was some kind of module conflict and now it still wont boot.
xorwin said:
Guys, does it work? For me I ended up in bootloop
Click to expand...
Click to collapse
wind711 said:
Omg you're right it actually causes my phone to not boot. I wiped my entire phone thinking it was some kind of module conflict and now it still wont boot.
Click to expand...
Click to collapse
I bootlooped too. Flashing the stock boot image fixed it and my phone booted right to Android.
Jank4AU said:
I bootlooped too. Flashing the stock boot image fixed it and my phone booted right to Android.
Click to expand...
Click to collapse
Once I flashed the stock boot image I lost magisk so that wouldn't work.
wind711 said:
Once I flashed the stock boot image I lost magisk so that wouldn't work.
Click to expand...
Click to collapse
I wasn't worried about losing Magisk. I was trying to get my phone to boot.
@crixley what did you do to get it to work? For three of us it results in a bootloop.
Jank4AU said:
I wasn't worried about losing Magisk. I was trying to get my phone to boot.
@crixley what did you do to get it to work? For three of us it results in a bootloop.
Click to expand...
Click to collapse
I'm not on stock rom, that might be it. Should have been clear on that
crixley said:
I'm not on stock rom, that might be it. Should have been clear on that
Click to expand...
Click to collapse
Yeah, I'm on stock so you're probably right, that might be it.
Thank you soo much @Freak07 !
I installed with with magisk app as a module. Booted perfect
tomzefi said:
I installed with with magisk app as a module. Booted perfect
Click to expand...
Click to collapse
Are you on stock or custom ROM?
Jank4AU said:
Are you on stock or custom ROM?
Click to expand...
Click to collapse
Should have mentioned that. I am on resurrection remix and rooted.
Confirmed that it also bootloops on stock ROM, if you have ElementalX Kernel installed.
It seems that the stock rom isn’t close enough to aosp so this fix will only work on custom roms!
I edited the OP accordingly to the stock rom issue.
In the meantime can one of you guys on the stock rom do me a favour and check if you have libinputflinger.so and libinput.so located in system/lib and system/lib64 or if the libs are somewhere in vendor for you?
They exist both files.
hypnz said:
They exist both files.
Click to expand...
Click to collapse
It should be 4 files overall. libinput.so and libinputflinger.so have to be in system/lib and additionally in system/lib64.
but if they are in system and not in system/vendor then I have no way of fixing it atm I fear.

Stable GSI Rom for A6 2018 (A600G)

So after Trying different PIE GSIs, I Found a less buggy GSI rom. It's "RR-P-v7.0.3-20191112-A64-A.img" that i found on @turbolukex5 thread on this link. https://forum.xda-developers.com/pr...iscussion/gsi-expressluke-built-gsis-t4003457
basically i tested camera, BT,in call audio, Fingerprint and Mobile Hotspot. So far they work pretty nice. The only thing that doesn't work as of now is the MTP. So you need to reboot to TWRP to transfer files on storage.
If this thread is prohibited, kindly remove it. I just want to share what i found today. Thank you.
Curcepogi said:
So after Trying different PIE GSIs, I Found a less buggy GSI rom. It's "RR-P-v7.0.3-20191112-A64-A.img" that i found on @turbolukex5 thread on this link. https://forum.xda-developers.com/pr...iscussion/gsi-expressluke-built-gsis-t4003457
basically i tested camera, BT,in call audio, Fingerprint and Mobile Hotspot. So far they work pretty nice. The only thing that doesn't work as of now is the MTP. So you need to reboot to TWRP to transfer files on storage.
If this thread is prohibited, kindly remove it. I just want to share what i found today. Thank you.
Click to expand...
Click to collapse
You can use kraken kernel for fixing MTP.
heni87 said:
You can use kraken kernel for fixing MTP.
Click to expand...
Click to collapse
Thanks bro. I will try it later if you can give me the link. I cant rly find it on internet.
Curcepogi said:
Thanks bro. I will try it later if you can give me the link. I cant rly find it on internet.
Click to expand...
Click to collapse
https://github.com/SPART4NICUS/DOWN...Kernel-V3.0-universal7870-Treble-20200108.zip
Working. On. A6+ gsi
elokuba said:
Working. On. A6+ gsi
Click to expand...
Click to collapse
Yes. It will definitely work on any Device that is treble Enabled. You just need to find the Correct vendor for your device. :highfive:
heni87 said:
https://github.com/SPART4NICUS/DOWN...Kernel-V3.0-universal7870-Treble-20200108.zip
Click to expand...
Click to collapse
Thanks. I will try and report here later. As of now the only bug i got is the Camera when using flash. The shutter is not synced with the flash. You will get a dark photo when taking at night.
Curcepogi said:
Thanks. I will try and report here later. As of now the only bug i got is the Camera when using flash. The shutter is not synced with the flash. You will get a dark photo when taking at night.
Click to expand...
Click to collapse
That's basically a bug which is present in almost every GSI. Use footej/open camera from play store instead. Those will also give you back some of the manual controls if you are into that sorta thing.
heni87 said:
That's basically a bug which is present in almost every GSI. Use footej/open camera from play store instead. Those will also give you back some of the manual controls if you are into that sorta thing.
Click to expand...
Click to collapse
I already tried the kernel. I got a working MTP after reboot(bare bones, no GApps). But when i install GApps(Aroma) the rom is very sluggish and FP was broken during setup. So i did not finish the setup and i quickly reverted to stock. ?
wats bether version on a6+
Curcepogi said:
I already tried the kernel. I got a working MTP after reboot(bare bones, no GApps). But when i install GApps(Aroma) the rom is very sluggish and FP was broken during setup. So i did not finish the setup and i quickly reverted to stock. ?
Click to expand...
Click to collapse
Not sure but the guy who compiled that kernel said not to use magisk it breaks too many stuff.
heni87 said:
Not sure but the guy who compiled that kernel said not to use magisk it breaks too many stuff.
Click to expand...
Click to collapse
I did not used magisk on setup. This are my steps:
-Flashed GSI
-Flashed Kraken kernel
-rebooted and did factory reset
-Resized the system to flash GApps.
-flashed GApps aroma.
And the phone is already sluggish. Any thoughts bro?
elokuba said:
wats bether version on a6+
Click to expand...
Click to collapse
I don't have that device. But u can use CPU info or CPU Z and Treble check to know what variant is for you.
Curcepogi said:
I don't have that device. But u can use CPU info or CPU Z and Treble check to know what variant is for you.
Click to expand...
Click to collapse
Which version should i use? Arm64? Or a64 only?
tutul2336 said:
Which version should i use? Arm64? Or a64 only?
Click to expand...
Click to collapse
Same as mine. A64_a only
Curcepogi said:
I did not used magisk on setup. This are my steps:
-Flashed GSI
-Flashed Kraken kernel
-rebooted and did factory reset
-Resized the system to flash GApps.
-flashed GApps aroma.
And the phone is already sluggish. Any thoughts bro?
Click to expand...
Click to collapse
Would help you out much better if you could come at our telegram. But for now try doing everything first and reserve flashing kraken as last step also factory reset is unnecessary.
heni87 said:
Would help you out much better if you could come at our telegram. But for now try doing everything first and reserve flashing kraken as last step also factory reset is unnecessary.
Click to expand...
Click to collapse
I appreciate your efforts on this query. I will try your suggestions as soon as im available again. Thank you bro.
Curcepogi said:
I appreciate your efforts on this query. I will try your suggestions as soon as im available again. Thank you bro.
Click to expand...
Click to collapse
Anytime bud. Search us on telegram by @SM_A600X don't wanna post the invite link since a mod will eventually come and take it down.
heni87 said:
https://github.com/SPART4NICUS/DOWN...Kernel-V3.0-universal7870-Treble-20200108.zip
Click to expand...
Click to collapse
There is newer version https://github.com/SPART4NICUS/DOWNLOADS/releases/tag/RC11
any good GSI on A6+? Have you tried Havoc OS?

AICP 16.1 (android 11)

Ive noticed this ROM doesn't seem to be listed on here anywhere but I've been running it for a few weeks now. The official build is on the AICP website with weekly updates that install perfectly through the built in updater. I hope the AICP team is okay with this post. If not, please remove.
It's not the most unique ROM out there but it is the best I've run out of every ROM I've tested on here, which is all of them. My first reaction to the pink background option for the daytime theme was "WTF" until I realized that it makes everything visible regardless of the level of sunlight or glare, and at the highest brightness puts no strain on the eyes.
Personally, I decided to switch kernels because the one built-in was geared towards battery life...like 36-48hr battery life, but otherwise this ROM is tough, reliable, the fingerprint sensor responds immediately, and everything works flawlessly. You can set separate themes for day and night, there's signature spoofing, a built in debloater to just click to remove any preinstalled package you don't need, and a selinux switch. Audio mods and magisk modules that have given me issues on all other roms work well on AICP. If you check the OnePlus 8 forums youll see the Thread for AICP there, and it will give you a fairly accurate idea of what to expect. The built in launcher is the best I've come across as well IMO.
For those who haven't tried it, check out Mull browser. It's a stripped version of Fennec with a great Sync feature and some good extensions. It's only available on Fdroid I believe. I was a dedicated Bromite user until I came across it about a week ago, and I never even liked Fennec...still don't.
Yes they started the update, but i don't know why they didn't inform about it in xda????
Gapps included ???
akshat2499 said:
Gapps included ???
Click to expand...
Click to collapse
No, flash mindthegapps
I have installed it yesterday... Just fabulous and awesome..response in terms of all.. Flashed open gapps micro
What kernel ?
I flashed this last week but I'm on Verizon and it has the RTT screen pop up when I make a call. If it wasn't for that it would be perfect. Hopefully someone can fix it.
Thank you sir for sharing was looking months back but they didn't support our 6t so i had given up
Fabulous ROM ever experienced so far... Everything works pretty and responsive.. Looking for best updates in future too...
crosschris said:
Thank you sir for sharing was looking months back but they didn't support our 6t so i had given up
Click to expand...
Click to collapse
Pls do work for oneplus 6t always... ROM is working fine.. Realised many good things in this..thank u
Prabhuraj 0 said:
Fabulous ROM ever experienced so far... Everything works pretty and responsive.. Looking for best updates in future too...
Click to expand...
Click to collapse
You'll get an update every week, just look in aicp extras, go to updates, click download and install but don't reboot. Then go to magisk assuming you're using it and click install to other slot. After you see Magisk finish patching the new stock boot image you can go back to the update section and click restart. I turn all of my modules off before I update and turn them back on when I'm done I haven't had any issues. The only place I can find any support regarding this rom was by joining Discord. Join the Aicp channel. I switched to MCD Kernel because I wanted a bit more performance. The battery life with the included Kernel was more than I needed! This ROM comes with aicp recovery so on a first-time Flash be sure you refresh TWRP or whichever recovery you're using.

			
				
S'il tecpl
Yeedatoy said:
View attachment 5347921please, link Of this kernel for one plus 6t
Click to expand...
Click to collapse
Yeedatoy said:
You'll get an update every week, just look in aicp extras, go to updates, click download and install but don't reboot. Then go to magisk assuming you're using it and click install to other slot. After you see Magisk finish patching the new stock boot image you can go back to the update section and click restart. I turn all of my modules off before I update and turn them back on when I'm done I haven't had any issues. The only place I can find any support regarding this rom was by joining Discord. Join the Aicp channel. I switched to MCD Kernel because I wanted a bit more performance. The battery life with the included Kernel was more than I needed! This ROM comes with aicp recovery so on a first-time Flash be sure you refresh TWRP or whichever recovery you're using.
Click to expand...
Click to collapse
Format Data + Internal Storage like always?
Huskied said:
Formater les données + stockage interne comme toujours ?
Click to expand...
Click to collapse
Oui
jeffvs980 said:
I flashed this last week but I'm on Verizon and it has the RTT screen pop up when I make a call. If it wasn't for that it would be perfect. Hopefully someone can fix it.
Click to expand...
Click to collapse
AluminumTank said:
So I went and read through the RTT docs. One way to make sure RTT is disabled is to remove it from the carrier configuration, lol. So I went and did just that:
UPDATE: So, I found a better way to do this that doesn't break everything else. You can go to /data/user_de/0/com.android.phone/files and edit the carrierconfig file there, mine was called carrierconfig-com.android.carrierconfig-89148000001882338238-1839.xml. Change the following line:
<boolean name="rtt_supported_bool" value="true"/>
becomes
<boolean name="rtt_supported_bool" value="false"/>
And reboot! After that, RTT shouldn't be a bother anymore. This is a bit of a hack, but it works! XD
Click to expand...
Click to collapse
Thank you, AluminumTank! This edit works. It works on Lineage OS, Fork Lineage OS and should work here!
chidi_duru said:
Thank you, AluminumTank! This edit works. It works on Lineage OS, Fork Lineage OS and should work here!
Click to expand...
Click to collapse
I tried it on this one but it didn't work for me.
jeffvs980 said:
I tried it on this one but it didn't work for me.
Click to expand...
Click to collapse
Oh?! I used root explorer, then clicked on "R/W", then made the edit, saved. Root explorer then told me that it saved the original under a different extension. I can see the two files. Then, I rebooted and it stuck.
chidi_duru said:
Oh?! I used root explorer, then clicked on "R/W", then made the edit, saved. Root explorer then told me that it saved the original under a different extension. I can see the two files. Then, I rebooted and it stuck.
Click to expand...
Click to collapse
I just reflashed this ROM again and made the edit just as you described with root explorer which is exactly what I did in lineage but the RTT window still pops up.
Download link?

Categories

Resources