[OFFICIAL][8.1.0_r15][scorpio] XenonHD 8.1 Experimental - Xiaomi Mi Note 2 ROMs, Kernels, Recoveries, & Oth

{
"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"
}
TeamHorizon's XenonHD rom builds for Xiaomi Mi Note 2 (scorpio)
http://www.xenonhd.com/
XenonHD is a custom firmware aka ROM for various Android devices. It is based on LineageOS 15.1 with additional features, performance and battery life improvements.
The idea behind XenonHD is to give users a ROM that is "blazing fast, rock stable and buttery smooth".​
Device Source:
android_device_xiaomi_scorpio
android_kernel_xiaomi_msm8996
Download Links:
Recovery: TWRP
ROM: Experimental
Gapps: Unofficial OpenGapps
Changelog: Experimental​
Flashing Instructions:
To install this ROM you will need to have a latest custom Recovery such as TWRP installed.
Copy the downloaded ROM to your phone.
Boot into your recovery
Back up your ROM
Make a full wipe (system, data, cache, dalvik)
Install the ROM
Install GAPPS package
Reboot - the first boot can take up to 5 minutes
Installing updates:
Copy the downloaded update to your phone.
Boot into your recovery
Back up your ROM
Install the update
Optionally wipe caches
Reboot
​
Other Links:
Github
Google+
Telegram
XDA:DevDB Information
Official XenonHD 8.1 ROM by TeamHorizon, ROM for the Xiaomi Mi Note 2
Contributors
joe2k01, dadi11
Source Code: https://github.com/TeamHorizon
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
Based On: LineageOS
Version Information
Status: Beta
Created 2018-02-18
Last Updated 2018-03-25

Thanks for the rim, Looks nice , will download and give feedback

Video MIC low sound

Hi!
I don't know if it's just me , but the brightness slider does not work and i couldn't find a switch for the automatic brightness to see if that's the problem.
The ROM is smooth at the first sight . Nice to see an official release

Finally a second official ROM. Thank you so much.
I'll try it when it gets more stable

alexmanu1 said:
Hi!
I don't know if it's just me , but the brightness slider does not work and i couldn't find a switch for the automatic brightness to see if that's the problem.
The ROM is smooth at the first sight . Nice to see an official release
Click to expand...
Click to collapse
It's not just you, it will be fixed as soon as possible

Have tried it. and apart from usual volume and netflix quietness (caused by netflix an a tendancy of Oreo itself) it is snappy and smooth. Wierd though? overclocked it in a freezer an got 107000 antutu. and then 143000 in room temps of 26c??? Everything else seems to work straight out the box flawlessly. Well done joe2k01 and dadi11.
We all live in hope for a sound boosting solution that does not sound to callers like you are in a large auditorium lol

Microfone in video recording is just not working, on other ROM it's running without any issues

thx for your hard work, @joe2k01 !!!
I see, in changelogs, there are things about OTA's ... will be implemented in the rom???
M

New XenonHD build has been released:
Fixed low in call audio
Fixed Brightness slider
Fixed automatic brightness
You can update from the XenonOTA App

maikkolino said:
thx for your hard work, @joe2k01 !!!
I see, in changelogs, there are things about OTA's ... will be implemented in the rom???
M
Click to expand...
Click to collapse
OTAs are already implemented

bavoolek said:
Microfone in video recording is just not working, on other ROM it's running without any issues
Click to expand...
Click to collapse
Microphone is working, the volume is just low.

joe2k01 said:
Microphone is working, the volume is just low.
Click to expand...
Click to collapse
For RR and Pixel Rom, I have changed any parameters of /device/etc/mixer_paths_tasha.xml as "ADC1 Volume" to value "18". I changed all occurrences of type "ADCx Volume" into file. For example:
<ctl name="ADC1 Volume" value="18" />
<ctl name="ADC2 Volume" value="18" />
<ctl name="ADC3 Volume" value="18" />
<ctl name="ADC4 Volume" value="18" />
<ctl name="ADC5 Volume" value="18" />
<ctl name="ADC6 Volume" value="18" />

OTA is there?

antoniogutierrezdelvalle said:
For RR and Pixel Rom, I have changed any parameters of /device/etc/mixer_paths_tasha.xml as "ADC1 Volume" to value "18". I changed all occurrences of type "ADCx Volume" into file. For example:
<ctl name="ADC1 Volume" value="18" />
<ctl name="ADC2 Volume" value="18" />
<ctl name="ADC3 Volume" value="18" />
<ctl name="ADC4 Volume" value="18" />
<ctl name="ADC5 Volume" value="18" />
<ctl name="ADC6 Volume" value="18" />
Click to expand...
Click to collapse
Thank you for sharing this
vs947 said:
OTA is there?
Click to expand...
Click to collapse
Yes

Bryceicle1971 said:
Have tried it. and apart from usual volume and netflix quietness (caused by netflix an a tendancy of Oreo itself) it is snappy and smooth. Wierd though? overclocked it in a freezer an got 107000 antutu. and then 143000 in room temps of 26c??? Everything else seems to work straight out the box flawlessly. Well done joe2k01 and dadi11.
We all live in hope for a sound boosting solution that does not sound to callers like you are in a large auditorium lol
Click to expand...
Click to collapse
I strongly advice you not put your phone in the freezer , when u put it out into room temperature and do something , the phone gets warm and so u create condense water inside your phone ...

joe2k01 said:
Microphone is working, the volume is just low.
Click to expand...
Click to collapse
Please if you can fix this we ll finally have something close 2 stable Oreo.

Andrikkos said:
Please if you can fix this we ll finally have something close 2 stable Oreo.
Click to expand...
Click to collapse
I have solved modifying the file "/vendor/etc/mixer_paths_tasha.xml". Exactly I have modified next lines:
- line 54 <ctl name="RX0 Digital Volume" value="95" />
- line 2276
<path name="handset-mic">
<path name="adc4" />
<ctl name="ADC4 Volume" value="12" />
</path>
- line 2407
<path name="headset-mic">
<path name="adc2" />
<ctl name="ADC2 Volume" value="12" />
</path>

antoniogutierrezdelvalle said:
I have solved modifying the file "/vendor/etc/mixer_paths_tasha.xml". Exactly I have modified next lines:
- line 54 <ctl name="RX0 Digital Volume" value="95" />
- line 2276
<path name="handset-mic">
<path name="adc4" />
<ctl name="ADC4 Volume" value="12" />
</path>
- line 2407
<path name="headset-mic">
<path name="adc2" />
<ctl name="ADC2 Volume" value="12" />
</path>
Click to expand...
Click to collapse
Going to Try it and i ll let you know if its working. What file explorer are you using ?

Andrikkos said:
Going to Try it and i ll let you know if its working. What file explorer are you using ?
Click to expand...
Click to collapse
I use Solid File Explorer with root

Related

[DEV/HLP_NEEDED!][PORT/UNOFFICIAL]Paranoid Android 3.10

{
"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"
}
DEVs FROM AROUND THE WORLD HELP NEEDED!
So I've just downloaded Paranoid Android for Crespo device (Nexus S) and merged some folders..... (lol- I doubted it even had a chance to non-bootloop)
Basically it boots up, nearly everything works fine,
(yeah:
bt, gpu, cpu, pa settings and so)
Even wifi afrer flashing custom kernel!
, but....
1) I have NexusS's option in settings
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
But every project have to start somehow!
I'm counting for help! After managing most bugs there is possibility for helping some non-dev users.
After all this funny part, I'll release noobyproof tutorial for porting incuding all I learn in the process...
But now (to try it out):
1) flash this,
2) then gapps
3) then custom kernel (semaphore will be ok)
DEVs FROM AROUND THE WORLD HELP NEEDED!
Link is dead ?
---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
did you try flashing modem with odin
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Odp: [DEV/HLP_NEEDED!][PORT/UNOFFICIAL]Paranoid Android 3.10
I wait for stable version ! ^ ^
Thanks for try porting
Sent from my GT-I9000 using xda premium
sickleman said:
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Click to expand...
Click to collapse
Actually me too tried porting and got exactly all your issues good luck for you i ported the rom from nexus s (crespo) using a guide overhere in the forum
Sent from my GT-I9000 using xda premium
---------- Post added at 11:41 PM ---------- Previous post was at 11:39 PM ----------
sickleman said:
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Click to expand...
Click to collapse
Waiting for ur reply about flashing modem with odin hope it helps and lasf question is the base you are uploading now without kernel
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Link is dead ?
---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
did you try flashing modem with odin
Click to expand...
Click to collapse
on custom rom flashing modem via odin ?
aways said:
on custom rom flashing modem via odin ?
Click to expand...
Click to collapse
Why not give a try ? Can it hard brick the phone ?!!
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Why not give a try ? Can it hard brick the phone ?!!
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
idk try and see...
I really wanted to compile PA from source using only device specific SGS's files, but I failed..
IT EVEN CAN WORK, becaouse PA is a fork from CM!
I followed this guide.
I prepared manifest as it's shown (but for SGS ) at end of manifest.xml in ./.repo I added:
Code:
<!-- Add i9000 device tree -->
<project name="CyanogenMod/android_device_samsung_galaxysmtd" path="device/samsung/galaxysmtd" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_device_samsung_aries-common" path="device/samsung/aries-common" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_kernel_samsung_aries" path="kernel/samsung/aries" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="cm-10.1" />
and then i typed...
here is list of commands:
Code:
mkdir ~/WORKING_DIRECTORY
cd ~/WORKING_DIRECTORY
repo init -u git://github.com/ParanoidAndroid/android.git -b jellybean
repo sync -j32
.....
after last command there is an error (at 93% -_- )
Code:
Fetching projects: 89% (284/319) Permission denied (publickey).
Fetching projects: 99% (316/319) Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
error: Cannot fetch android_packages_apps_paranoidpreferences
error: Exited sync due to fetch errors
[email protected]:~/android/ParanoidAndroid$ repo sync -j32
Fetching projects: 93% (293/314) Permission denied (publickey).
Fetching projects: 99% (311/314) Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
error: Cannot fetch android_packages_apps_paranoidpreferences
error: Exited sync due to fetch errors
and I'm stuck............
hlp pls?
sickleman said:
I really wanted to compile PA from source using only device specific SGS's files, but I failed..
IT EVEN CAN WORK, becaouse PA is a fork from CM!
Click to expand...
Click to collapse
PA 2.xx was a "fork" from CM. PA 3.x is AOSP + PA Hybrid engine. That's why it's called AOSPA.
I managed to compile normal, but I had to copy the folders from the source of CyanogenMod, you have to go in and delete this file local_manifest.xml line containing "android_packages_apps_paranoidpreferences", you will get there.

[KERNEL][4.1.2][RM-980] SilverNexus Kernel (for Nokia X) 04-04-2014

This Kernel is not Overclocked or Anything but it is unsecured for those of you who would like to use adb remount to tweak the system.
Hope this helps further development on the Nokia X
head over to www.silvernexus.co.nr to Download.
Installation Guide:
1. Enable Usb Debugging
------ Go into settings
------ Open up Developer options
------ Tick USB Debugging
2. Install Nokia ADB Driver (assuming that you have not installed it yet)
------ Make sure device is disconnected.
------ Extract folder inside downloaded zip to a location of your choosing.
------ Inside that folder you'll find a folder named "driver". Open that up.
------ There you'll find a file named "nokia_winusb.inf". Right Click on that and select Install.
------ Wait a few seconds till it tells you wheather your installation was successful or not.
------ If successful head over to number 3.
3. Install the Kernel on your device
------ Inside the folder you extracted you'll find file named "install" or "install.bat" depending on wheather you have extensions shown or not.
------ Double click that and wait.
------ Enjoy... You now have an unsecure kernel installed... Happy tweaking....
first
features of this kernel please
mack2087 said:
features of this kernel please
Click to expand...
Click to collapse
nothing special as of now its just unsecured but we might see overclocking and more governors when i get the kernel source.
SilverDragon24 said:
nothing special as of now its just unsecured but we might see overclocking and more governors when i get the kernel source.
Click to expand...
Click to collapse
ya why nokia not revealing the source codes
waiting for it so we could get overclock,Pmem n some cute governors with low memory consumption and also then atleast we can cook some roms
But you initiated so thanx to you
mack2087 said:
ya why nokia not revealing the source codes
waiting for it so we could get overclock,Pmem n some cute governors with low memory consumption and also then atleast we can cook some roms
But you initiated so thanx to you
Click to expand...
Click to collapse
Legally Nokia Has to release kernel sources according to the Apache 2.0 License. so we might get it soon.
https://github.com/dhacker29/android_kernel_nokia_normandy
If we're now able to shove in custom kernels into the X, does this mean that the bootloader's unlocked, or has anyone come up with a way to unlock it, or at the very least, work around the restrictions?
blakegriplingph said:
If we're now able to shove in custom kernels into the X, does this mean that the bootloader's unlocked, or has anyone come up with a way to unlock it, or at the very least, work around the restrictions?
Click to expand...
Click to collapse
its already unlocked
SilverDragon24 said:
its already unlocked
Click to expand...
Click to collapse
As in from the start, i.e. Nokia left it open for developers to mess around with? Or did someone come up with a way to hack the device's bootloader?
blakegriplingph said:
As in from the start, i.e. Nokia left it open for developers to mess around with? Or did someone come up with a way to hack the device's bootloader?
Click to expand...
Click to collapse
nokia left it open i guess
David_Vaz said:
https://github.com/dhacker29/android_kernel_nokia_normandy
Click to expand...
Click to collapse
Thanks for the sources now I can start my first kernel project.
SilverDragon24 said:
nokia left it open i guess
Click to expand...
Click to collapse
I guess it's about time to do a CM port for the Nokia X, then.
blakegriplingph said:
I guess it's about time to do a CM port for the Nokia X, then.
Click to expand...
Click to collapse
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset
SilverDragon24 said:
Thanks for the sources now I can start my first kernel project.
Click to expand...
Click to collapse
Good luck with the project
---------- Post added at 08:23 PM ---------- Previous post was at 08:19 PM ----------
blakegriplingph said:
I guess it's about time to do a CM port for the Nokia X, then.
Click to expand...
Click to collapse
SilverDragon24 said:
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset
Click to expand...
Click to collapse
{
"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"
}
FONT
SOURCE CODE
David_Vaz said:
Good luck with the project
---------- Post added at 08:23 PM ---------- Previous post was at 08:19 PM ----------
FONT
SOURCE CODE
Click to expand...
Click to collapse
wow can i get join the project?
SilverDragon24 said:
wow can i get join the project?
Click to expand...
Click to collapse
Download the sources of CyanogenMod 10 (branch jellybean)
And push this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="hacker" fetch="https://github.com/dhacker29/" />
<project path="vendor/nokia/normandy" name="android_vendor_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="device/qcom/msm8625" name="android_device_qcom_msm8625" remote="hacker" revision="jellybean" />
<project path="device/nokia/normandy" name="android_device_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="kernel/nokia/normandy" name="android_kernel_nokia_normandy" remote="hacker" revision="jellybean" />
</manifest>
To SOURCE/.repo/local_manifests/normandy.xml
SilverDragon24 said:
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset
Click to expand...
Click to collapse
The Karbonn A8+/Cherry Mobile Flare also appears to be the same banana hardware-wise from what I gathered.
David_Vaz said:
Download the sources of CyanogenMod 10 (branch jellybean)
And push this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="hacker" fetch="https://github.com/dhacker29/" />
<project path="vendor/nokia/normandy" name="android_vendor_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="device/qcom/msm8625" name="android_device_qcom_msm8625" remote="hacker" revision="jellybean" />
<project path="device/nokia/normandy" name="android_device_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="kernel/nokia/normandy" name="android_kernel_nokia_normandy" remote="hacker" revision="jellybean" />
</manifest>
To SOURCE/.repo/local_manifests/normandy.xml
Click to expand...
Click to collapse
ok got it

[ROM] [5.1.0] [UNOFFICIAL] CyanogenMod 12.1 for Oppo Find 7a

Downloads:
25/03/15: https://mega.co.nz/#!Lwo3zTKJ!ZMZ2TLpYrxW_1WlNfQDlCAmJYEEyL2kOCbrwMLTQ1Lw
01/04/2015: https://mega.co.nz/#!rkRHVAhY!bFWe9OnOAwQW_qCzaWw3V7RWkCHc_RFj8apThi83j4g
12/04/2015: https://mega.co.nz/#!agpzEaBQ!ztCOfjg6QAU45WfsnYfvJ8teN8Qb3MSHLEqpXz9fw5k
Gapps: http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
How to build:
THIS IS NOW OBSOLETE. CYANOGENMOD HAVE UPDATED THEIR SOURCES TO CM12.1 SO JUST BUILD IT LIKE ANY CM ROM.
Code:
repo init -u git://github.com/CyanogenMod/android.git -b staging/cm-12.1
repo sync
Code:
mkdir .repo/local_manifests
nano .repo/local_manifests/local_manifests.xml
Paste this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remove-project name="CyanogenMod/android_packages_apps_Email" />
<remove-project name="CyanogenMod/android_packages_apps_UnifiedEmail" />
<remove-project name="CyanogenMod/android_packages_apps_Camera2" />
<project name="CyanogenMod/android_device_oppo_find7" path="device/oppo/find7" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_oppo_find7-common" path="device/oppo/find7-common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_device_oppo_msm8974-common" path="device/oppo/msm8974-common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_device_oppo_common" path="device/oppo/common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_kernel_oneplus_msm8974" path="kernel/oneplus/msm8974" remote="github" revision="staging/cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oppo" path="vendor/oppo" remote="github" revision="cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_frameworks_opt_connectivity" path="frameworks/opt/connectivity" remote="github" revision="cm-11.0" />
<project name="Euphoria-OS/android_packages_apps_UnifiedEmail" path="packages/apps/UnifiedEmail" remote="github" revision="lollipop" />
<project name="Euphoria-OS/android_packages_apps_Camera2" path="packages/apps/Camera2" remote="github" revision="lollipop" />
<project name="Euphoria-OS/android_packages_apps_Email" path="packages/apps/Email" remote="github" revision="lollipop" />
</manifest>
Code:
repo sync
Code:
. build/envsetup.sh
breakfast find7
brunch find7
How to install:
Wipe /data /cache /system /dalvik-cache
Flash rom and gapps
Boot and enjoy
CREDITS:
CyanogenMod Team
Euphoria OS Team
CraZY_BoY^ for his OnePlus One CM12.1 thread here: http://forum.xda-developers.com/oneplus-one/development/wip-cyanogenmod-12-1-t3063266
Screenshots:
{
"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"
}
Bugs:
Probably the same bugs as CraZY_BoY^'s OnePlus One CM12.1, as I used the same compilation process.
Nice work :good:
Not that i use cm12, but tryed to clean flash on my x9076 qhd and got a script error in twrp 2.8.4.0!!
thx anyways
How to root?
spoonymoon said:
Not that i use cm12, but tryed to clean flash on my x9076 qhd and got a script error in twrp 2.8.4.0!!
thx anyways
Click to expand...
Click to collapse
You should try to use the same recovery I use, here: http://sourceforge.net/projects/nam...very-twrp-2.8.5.0-find7-20150213.img/download
If it doesn't work, please tell me the exact error message you get.
mymember said:
How to root?
Click to expand...
Click to collapse
Go to Settings app, then About, then tap the build number 7 times. Then go back to Settings, Developer options, and Root access > Apps and ADB.
I get a messaging error...anyone else?
stkman32 said:
I get a messaging error...anyone else?
Click to expand...
Click to collapse
same error. but I use google messenger instead.
---------- Post added at 12:26 PM ---------- Previous post was at 12:21 PM ----------
Installation by myself up error messages every time, but the app has been installed into.
and video player can not choose Subtitle.
New version is up. For those who had bugs, try it and please report back.
I also updated the manifest to have everything CM12.1 now, thanks to uppon2 for telling me revisions CM12.1 were up.
Can you please re-build one again? The battery life here is much better than the official CM12 nightly build. Is it because you use One plus One kernel?
I have no idea how to build one myself and don't have a Linux machine.
BUG: Is anyone having problem using Messager (google sms app) to replace SMS/MMS, mine wont work (send or receive)
Coren0327 said:
Can you please re-build one again? The battery life here is much better than the official CM12 nightly build. Is it because you use One plus One kernel?
Click to expand...
Click to collapse
Nope, official CM12 and any other Find7 rom also use OnePlus One kernel, both device share the same kernel sources.
I'll make a new build today now that CM12.1 seems to have been updated on their repos recently.
EDIT: new build is now available. Also, you don't have to flash only rom, boot, complete setup, then flash gapps anymore. You can flash both rom and gapps as usual.
battery backup
every thing looks amazing but i am getting very less battery backup :crying:
calendar not working for me, it ask me cyanogen acount...
4k video not working too, but i guess its normal??
ps.. this rom looks amazing
thanks
any update coming soon ?
no new update ?
Download link is broken.
Mirror please, ok?
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
thanks
Demazda said:
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
Click to expand...
Click to collapse
Demazda said:
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
Click to expand...
Click to collapse
That's a shame. Which device have you moved to?
uppon2 said:
That's a shame. Which device have you moved to?
Click to expand...
Click to collapse
Huawei Ascend Mate 7. It's good but no custom roms, I don't want it anymore, I'll sent it back to Amazon.
I want to get back my Nubia Z7 Max, best device I've ever had. Battery life was fantastic on it much better than Oppo's, which has bad battery life to me.
Demazda said:
Huawei Ascend Mate 7. It's good but no custom roms, I don't want it anymore, I'll sent it back to Amazon.
I want to get back my Nubia Z7 Max, best device I've ever had. Battery life was fantastic on it much better than Oppo's, which has bad battery life to me.
Click to expand...
Click to collapse
Get a Samsung if you want custom roms - I would like to try LG again but I hate OSK, I need capacitive
uppon2 said:
Get a Samsung if you want custom roms - I would like to try LG again but I hate OSK, I need capacitive
Click to expand...
Click to collapse
Yup, my next buy is probably the Note 4, even though I fear for its battery life. But removable battery is a plus.
Anyway, CM12.1 official is out for the F7/F7a, so this thread is not needed anymore. You can download it here: https://download.cyanogenmod.org/?device=find7

[MOD] Xiaomi mi A1 - MOD DualSpeaker/BuzzFix/MicFix - (05/09/2018) - (TWRP + MAGISK)

Hello Everyone,
I hope you all are great...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have received a post on my thread requesting a soundmod for Xiaomi mi A1 - Android Oreo Jan Patch - from user laugeek57
After providing me the files he changed his mind...
But Big Thanks go XDA Rajeev for his time in testing...
a memebr requested for Mic Fix robby_tan, so I made a Mic Fix Only...
The Question is, should I add it to the DualSpeaker...? is it an issue...?
PLEASE GIVE ME YOUR FEEDBACKS IN ORDER TO IMPROVE THE MOD...
Dualspeaker Soundmod tutorial can be found here... ​
!!! ALWAYS MAKE BACKUP OF YOUR FILES BEFORE REPLACING THEM !!!
No worries if you forgot to backup, I have uploaded the backup just in case...
DUALSPEAKER includes ALL, for Buzz Fix or Mic Fix or Both, go into its corresponding Folder...
---> If you install two mods, they will overwrite each other, simply because they are targeting the same file, so choose only one, if you want something, request it...
***** : stands for DUALSPEAKER or MicFix or Mic_And_Buzz_Fix...
Just extract the "Xiaomi_Mi_A1_*****.zip" and get the mixers and place them in your
(system/etc) for Nougat or (system/vendors/etc) for Oreo &
IMPORTANTLY set mixer permissions to 644 (rw-r--r--) ...
reboot...
or
Flash "OREO_TWRP_Xiaomi_mi_A1_*****.zip" or "NOUGAT_TWRP_Xiaomi_mi_A1_*****.zip" according to your device, it will place backup of original mixers and replace current mixers with Modded mixers...
Stable - Tested by members in this thread
or
Use the Magisk Module "OREO_MAGISK_Xiaomi_mi_A1_*****.zip" or "NOUGAT_MAGISK_Xiaomi_mi_A1_*****.zip" according to your device
Stable - Tested by members in this thread
Let me know if you face any issues...
Google Drive: Xiaomi Mi A1 - DualSpeaker/BuzzFix
--- BIG THANKS TO black_arashi for providing me logcat of whatsapp and a recorded video of what happens when playing voice note, Fixed sound issue, some apps you'll hear dualspeaker & some single speaker, it's kernel related issue, not in my hands...
--- Big THANKS go to XDA amarbajpai for his time in testing for buzz sound fix in headphones...
IMPORTANT NOTICE:
This MOD can be used with Equalizers, but this mod sets the phone to the loudest balanced volume gain...
Using Equalizers might cause crackles and noise which damage your earpiece if you don't fix it, to fix it either you adjust the other MOD settings by reducing the boost
or Adjusting my MOD by Opening Mixer_paths_mtp.xml and edit value 84 to 80 or less for earpiece and values for 5,56 (you may not need to change these) are for speaker,
change at your own risk, eleminate all crackles and noises...
Each Device and brand have different SAFE LEVELS however things to Consider:
--- for earpiece: upto 10 value increase is safe ( value 84 to 94 or 95 is Safe)
--- for Speaker: upto 10-20 gain and 1-2 value increase are safe (value 56 to 66-76 and 5 to 6-7)
Keep in mind increasing the volume will cause you issues when using it with other sound mods such as Viper, Dolby, etc...
Code:
<path name="speaker">
........................................................................
<ctl name="Speaker Volume" value="5" /> <!--speaker-->
<ctl name="Digital Gain" value="56" /> <!--speaker-->
........................................................................
<ctl name="RX1 Digital Volume" value="84" /> <!--earpiece-->
........................................................................
</path>
The BuzzFix: It Significantly reduces the Buzz, not eliminate it completely due to "impedance" can't be modified through the mixers, you should hear it very less as reported by the tester...
--- for headphones: default was 84, it was decreased to 65 to reduce unwanted buzz as tester mentioned "The Volume in headphones is very loud at mid point, so max volume is a very rare case for someone to use...", you may raise it but not more than 90 but you'll bust your ear as it's very loud you'll also hear & I quote "LOUD HUMMING BIRDS CHIRPING IN YOUR EARS", raising the Volume will raise the Buzzing sound as well...
Code:
<path name="headphones">
........................................................................
<!-- Possible Fix for headphone buzz/hissing sound XDA-Dev Dante63-->
........................................................................
<ctl name="RX1 Digital Volume" value="65" />
<ctl name="RX2 Digital Volume" value="65" />
<!---->
........................................................................
</path>
Another BIG THANKS TO black_arashi for the Images...
Don't Forget to say :good: THANKS :good: ...
And Please, your Feedbacks are important for futuristic updates to improve the MOD...
(19/03/2018)
--- TWRP has been updated again, it will backup only if there is no backup...
--- Merged Mic Fix into DualSpeaker, DualSpeaker now has everything...
(05/03/2018)
--- TWRP has been updated, it will backup your current Mixers in the same path with file name as "mixername.xml.bak0", if you flash TWRP file twice you'll lose your Original...
(19/02/2018)
--- Upon requests, Mic Fix & Buzz/hiss Sound Fix MOD was created...
(15/02/2018)
--- Magisk Module updated to support V15 and above...
(11/02/2018)
--- Fixed Mic, Requested by robby_tan...
(05/02/2018)
--- Fixed buzz in headphones, THANKS TO @black_arashi & BIGGER THANKS TO @amarbajpai for testing...
--- Thread updated, IMPORTANT NOTICE section, please read it again...
(01/02/2018)
--- Fixed sound issue, some apps you'll hear dualspeaker & some single speaker, it's kernel related, not in my hands...
(31/01/2018)
--- TWRP & MAGISK Created for Nougat...
(30/01/2018)
--- Users reported sound issue in whatsapp voice notes...
(29/01/2018)
--- MOD released thanks to tester Rajeev...
(28/01/2018)
--- Started thread upon request from laugeek57...
Current Complaints:
--- None...
Current Requests:
--- None...
Currently Doing:
--- None...
Done:
--- Fixed Mic requested by robby_tan...
--- Fixed Buzz Sound THANKS TO @black_arashi & BIGGER THANKS TO @amarbajpai for testing...
--- Fixed Sound issues in some applications...
--- MOD Released (Oreo Based)...
--- TWRP & MAGISK are Working...
Confirmed & Conclusions:
--- Stereo Mod is not Possible due to Hardware...
here i am[emoji119]
Sent from Xiaomi Mi A1
---------- Post added at 01:42 PM ---------- Previous post was at 01:38 PM ----------
mark me as a tester.But only for magisk.☺
Sent from Xiaomi Mi A1
samrattt said:
here i am[emoji119]
Sent from Xiaomi Mi A1
---------- Post added at 01:42 PM ---------- Previous post was at 01:38 PM ----------
mark me as a tester.But only for magisk.
Sent from Xiaomi Mi A1
Click to expand...
Click to collapse
Bless you :angel:, but before magisk, it must be done manually first, once everything is captured correctly, the magisk part wouldn't take much time...
if you still want to be a magisk tester, then you'll have to wait a bit longer...
Dante63 said:
Bless you :angel:, but before magisk, it must be done manually first, once everything is captured correctly, the magisk part wouldn't take much time...
if you still want to be a magisk tester, then you'll have to wait a bit longer...
Click to expand...
Click to collapse
I don't have twrp recovery installed!Because i don't wanna lose ota.[emoji19]
Sent from Xiaomi Mi A1
I am willing to test. Provide me files. Or if u need files i can provide
samrattt said:
I don't have twrp recovery installed!Because i don't wanna lose ota.[emoji19]
Sent from Xiaomi Mi A1
Click to expand...
Click to collapse
Manual as in file explorer, copy, paste and change permissions...
It's pretty much useless to make magisk do that to wrong files...
Manual will confirm the MOD working, then you can put back your original mixers and install Magisk MOD....
Dante63 said:
Manual as in file explorer, copy, paste and change permissions...
It's pretty much useless to make magisk do that to wrong files...
Manual will confirm the MOD working, then you can put back your original mixers and install Magisk MOD....
Click to expand...
Click to collapse
He will lost OTA if he change system files.
Rajeev said:
He will lost OTA if he change system files.
Click to expand...
Click to collapse
If I am not mistaken that would be the CSC file which will mismatch the stock...
he will be playing with mixers in "system/etc" or "system/vendor/etc" which shouldn't be related to OTA or Warrenty Void...
Rajeev said:
I am willing to test. Provide me files. Or if u need files i can provide
Click to expand...
Click to collapse
No harm done yet, I just saw this... Great I'll PM you what needs to be done... :good:
Dante63 said:
If I am not mistaken that would be the CSC file which will mismatch the stock...
he will be playing with mixers in "system/etc" or "system/vendor/etc" which shouldn't be related to OTA or Warrenty Void...
Click to expand...
Click to collapse
Modifying system files will break OTA in MI A1 case. Anyway that's not an issue for me. If u wish u can provide files. Since no response from u regarding my Testing offer i am leaving now. U can always ping me if u need testers
Rajeev said:
Modifying system files will break OTA in MI A1 case. Anyway that's not an issue for me. If u wish u can provide files. Since no response from u regarding my Testing offer i am leaving now. U can always ping me if u need testers
Click to expand...
Click to collapse
I am very slow at replying, it seems we're both responding at the same time...
thank you for being a tester... I'll PM you what needs to be done and later release everything here...
Dante63 said:
I am very slow at replying, it seems we're both responding at the same time...
thank you for being a tester... I'll PM you what needs to be done and later release everything here...
Click to expand...
Click to collapse
Sure my friend.... Some times XDA labs sucks
Rajeev said:
Sure my friend.... Some times XDA labs sucks
Click to expand...
Click to collapse
You may try tapatalk then![emoji6]
Sent from Xiaomi Mi A1
samrattt said:
You may try tapatalk then![emoji6]
Sent from Xiaomi Mi A1
Click to expand...
Click to collapse
Still i loves XDA LAB
Waiting for files to test!
samrattt said:
here i am[emoji119]
mark me as a tester.But only for magisk.
Sent from Xiaomi Mi A1
Click to expand...
Click to collapse
edkozuto said:
Waiting for files to test!
Click to expand...
Click to collapse
MOD has been released...
Rajeev said:
Still i loves XDA LAB
Click to expand...
Click to collapse
I know you already tested, but I'll need TWRP & MAGISK testers if possible...
magisk manager says,this zip is not a magisk module.
Sent from Xiaomi Mi A1
samrattt said:
magisk manager says,this zip is not a magisk module.
Sent from Xiaomi Mi A1
Click to expand...
Click to collapse
zipped wrongly wait i will upload it @Dante63 please upload this file in your download list
https://drive.google.com/open?id=10do1AbLZQDHAOpRqrWPQWm4fo8ojbzqN
ramesh1686 said:
zipped wrongly wait i will upload it @Dante63 please upload this file in your download list
https://drive.google.com/open?id=10do1AbLZQDHAOpRqrWPQWm4fo8ojbzqN
Click to expand...
Click to collapse
404 file not found
Sent from Xiaomi Mi A1

[ROM][8.x][TREBLE][UNOFFICIAL] LineageOS, ResurrectionRemix & more // personal builds

This thread was formerly "[ROM][8.1.0][UNOFFICIAL] LineageOS 15.1 [BETA][VoLTE]"
This thread hosts personal builds of LOS15.1 and other ROMs for Mix 2, built from @Cozzmy13 's and official LOS trees. It wouldn't have been possible without tremendous efforts from all the Mix 2 / Mi 6 devs behind the scene; I'm just building upon their awesome work and making choices available, so full credits to them.
Currently I build the following ROMs:
LineageOS 15.1 (weekly, follows official LOS schedule)
ResurrectionRemix 6 (weekly, follows official LOS schedule)
AOSPExtended 5 (biweekly)
PixelExperience 8.1 (biweekly)
My builds differentiate from official with some small changes:
Default stretch-to-fullscreen (force apps to render in 18:9) - LOS official solution defaults to OFF, which complicates setup
Full built-in root from LOS (when possible - enable from Developer options)
Lollipop-esque lockscreen fonts (when possible)
Grey-blue DeskClock color scheme (when possible)
Navbar stays on the right side of the screen under 270° rotation
System-level rounded corners overlay (size adjustable on RR), courtesy of @Arasthel
Do note that I build ROMs firstly for self use, so I make changes out of personal preferences, and it's my freedom to accept/reject features (e.g. I will not add gestures into LOS).
What's working / not:
Refer to official LOS
Instructions:
Coming from MIUI? Since the new encryption has been implemented, you only need to wipe (not format) /data.
Flash an appropriate Oreo firmware - the current required version is 8.4.19.
Download the latest build and optionally GAPPS
Reboot to TWRP
Flash the latest build, GAPPS and whatever other additions you need
Reboot
If you're stuck in bootanimation, manually reboot by holding POWER
Extras:
Read here if you want to use unencrypted data
Read here if you want to migrate between official/unofficial LOS
Downloads:
SourceForge folder: https://sourceforge.net/projects/andyyan/files/ - final releases in the "8.x - Treble" folder
AFH folder: https://androidfilehost.com/?a=show&w=files&flid=230017 - final releases in the "8.x - Treble-enabled" folder
Root addon: not needed for LOS-based ROMs; use this Treble-enabled Magisk otherwise
Google Apps : http://opengapps.org/
Source Code:
https://github.com/LineageOS/
XDA:DevDB Information
LineageOS 15.1, ROM for the Xiaomi Mi Mix 2
Contributors
AndyYan, Cozzmy13, mikeioannina, Arasthel, Andr68rus, wight554
Source Code: https://github.com/LineageOS/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
ROM Firmware Required: MIUI Oreo base
Based On: LineageOS
Version Information
Status: No Longer Updated
Created 2018-03-11
Last Updated 2018-10-17
Reserved
Hell yeah
Thanks! I will give this a try.
Nice work man !!
Thanks for all the support for mi mix 2 ?
Awesome AndyYan! I'm running Arasthel's LOS15.1 currently and have been running your LOS14.1 build prior.
Can you tell what the main differences are between this build and Arasthel's build? Is there no need to flash the kernel 2.zip that has been going around in the other Oreo topics?
Thanks very much for your work!
Edit: Running it now for a few hours, works great! Camera quality seems on par with Arasthel's LOS after flashing the kernel 2. One difference I noticed is that this build doesn't have the AOSP night mode, but only LOS LiveDisplay. The fast blinking led is also solved in this build, where I needed to tweak it on Arasthel's LOS build.
Great ROM, many thanks AndyVan. Only issue I have is proximity sensor is not working (I have Elliptic labs sensor).
@AndyYan
Glad to see you back with an Oreo version of LOS ! Been following telegram group since a bit and just switched to your release. Thanks for sharing ! I hope battery drain will be improved while roaming with this one. Will check tomorrow and report
Keep it up guys, your work is really appreciated !
Cheers.
Envoyé de mon MI Mix 2 en utilisant Tapatalk
I make a clean install. After the Startsscreen i can setup the language, then in the Next screen the setup Program crash. Any ideas?
@AndyYan
Hello
This is more about the lineage 14.1 port. I was built a kernel from the lineage os repos. and I built one from the prebuilt and one from the mokee repos. but they all just boot loop on the mi logo. The kernel also seems to be around 2 megs smaller than the one in the zips but the ram disks are the same size. any idea what I might be doing wrong?
cheers
Feenfleisch said:
I make a clean install. After the Startsscreen i can setup the language, then in the Next screen the setup Program crash. Any ideas?
Click to expand...
Click to collapse
You installed GAPPS? I've been receiving reports of neither of the linked GAPPS work properly from some of my local mates (which isn't something I can do anything about, I don't even use GAPPS). The vanilla installation works fine on my side.
m4r0v3r said:
@AndyYan
Hello
This is more about the lineage 14.1 port. I was built a kernel from the lineage os repos. and I built one from the prebuilt and one from the mokee repos. but they all just boot loop on the mi logo. The kernel also seems to be around 2 megs smaller than the one in the zips but the ram disks are the same size. any idea what I might be doing wrong?
cheers
Click to expand...
Click to collapse
I've never built a standalone kernel. Since I don't think I'm building LOS14.1 anymore, I might as well just sticky the manifest I use here, might be of help:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="AndyCGYan/android_device_xiaomi_chiron" path="device/xiaomi/chiron" remote="github" revision="cm-14.1" />
<project name="AndyCGYan/android_device_xiaomi_msm8998-common" path="device/xiaomi/msm8998-common" remote="github" revision="cm-14.1" />
<project name="MoKee/android_kernel_xiaomi_msm8998" path="kernel/xiaomi/msm8998" remote="github" revision="mkn-mr1" />
<project name="hondajohn88/android_vendor_xiaomi_chiron" path="vendor/xiaomi/chiron" remote="github" revision="xenonhd" />
<project name="hondajohn88/android_vendor_xiaomi_msm8998-common" path="vendor/xiaomi/msm8998-common" remote="github" revision="mkn-mr1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" path="vendor/nxp-nfc/opensource/frameworks" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" path="vendor/nxp-nfc/opensource/libnfc-nci" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_Nfc" path="vendor/nxp-nfc/opensource/Nfc" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-14.1" />
<remove-project name="LineageOS/android_system_bt" />
<project name="hondajohn88/android_system_bt" path="system/bt" remote="github" revision="mkn-mr1" />
<remove-project name="LineageOS/android_hardware_qcom_audio" />
<project path="hardware/qcom/audio/default" name="hondajohn88/hardware_qcom_audio" groups="qcom,qcom_audio,pdk" revision="xenonhd" />
<project path="hardware/qcom/audio-caf/msm8998" name="RR-chiron/hardware_qcom_audio" groups="qcom,qcom_audio" revision="proximity" />
</manifest>
AndyYan said:
You installed GAPPS? I've been receiving reports of neither of the linked GAPPS work properly from some of my local mates (which isn't something I can do anything about, I don't even use GAPPS). The vanilla installation works fine on my side.
I've never built a standalone kernel. Since I don't think I'm building LOS14.1 anymore, I might as well just sticky the manifest I use here, might be of help:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="AndyCGYan/android_device_xiaomi_chiron" path="device/xiaomi/chiron" remote="github" revision="cm-14.1" />
<project name="AndyCGYan/android_device_xiaomi_msm8998-common" path="device/xiaomi/msm8998-common" remote="github" revision="cm-14.1" />
<project name="MoKee/android_kernel_xiaomi_msm8998" path="kernel/xiaomi/msm8998" remote="github" revision="mkn-mr1" />
<project name="hondajohn88/android_vendor_xiaomi_chiron" path="vendor/xiaomi/chiron" remote="github" revision="xenonhd" />
<project name="hondajohn88/android_vendor_xiaomi_msm8998-common" path="vendor/xiaomi/msm8998-common" remote="github" revision="mkn-mr1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" path="vendor/nxp-nfc/opensource/frameworks" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" path="vendor/nxp-nfc/opensource/libnfc-nci" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_Nfc" path="vendor/nxp-nfc/opensource/Nfc" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-14.1" />
<remove-project name="LineageOS/android_system_bt" />
<project name="hondajohn88/android_system_bt" path="system/bt" remote="github" revision="mkn-mr1" />
<remove-project name="LineageOS/android_hardware_qcom_audio" />
<project path="hardware/qcom/audio/default" name="hondajohn88/hardware_qcom_audio" groups="qcom,qcom_audio,pdk" revision="xenonhd" />
<project path="hardware/qcom/audio-caf/msm8998" name="RR-chiron/hardware_qcom_audio" groups="qcom,qcom_audio" revision="proximity" />
</manifest>
Click to expand...
Click to collapse
so were you using the prebuilt kernel?
CrazyBeaver2377 said:
Awesome AndyYan! I'm running Arasthel's LOS15.1 currently and have been running your LOS14.1 build prior.
Can you tell what the main differences are between this build and Arasthel's build? Is there no need to flash the kernel 2.zip that has been going around in the other Oreo topics?
Thanks very much for your work!
Edit: Running it now for a few hours, works great! Camera quality seems on par with Arasthel's LOS after flashing the kernel 2. One difference I noticed is that this build doesn't have the AOSP night mode, but only LOS LiveDisplay. The fast blinking led is also solved in this build, where I needed to tweak it on Arasthel's LOS build.
Click to expand...
Click to collapse
Sorry for the late reply.
It has been quite a while since that last LOS15.1 build, during which Arasthel refined the source quite a bit, to the extent that you'd no longer need the prebuilt kernel for up-to-par camera and fixes for a bunch of stuff have been integrated. Try flashing again without it and see it for yourself.
m4r0v3r said:
so were you using the prebuilt kernel?
Click to expand...
Click to collapse
LOS14.1? Yeah. AFAIK OSS kernel for Nougat was experimented by hondajohn88 but ditched shortly after.
AndyYan said:
LOS14.1? Yeah. AFAIK OSS kernel for Nougat was experimented by hondajohn88 but ditched shortly after.
Click to expand...
Click to collapse
ahh fair enough, might have to base my work on top of the LOS 15.1 then
AndyYan said:
Sorry for the late reply.
It has been quite a while since that last LOS15.1 build, during which Arasthel refined the source quite a bit, to the extent that you'd no longer need the prebuilt kernel for up-to-par camera and fixes for a bunch of stuff have been integrated. Try flashing again without it and see it for yourself.
Click to expand...
Click to collapse
Thanks very much for your reply. Already running your build since yesterday, flashed with opengapps (working fine). Only difference I noticed is the AOSP night mode is missing, but LiveDisplay also works fine. Of course I also noticed the kernel changes, very nice! I love how fast Mix 2 development is going.
Hi! Thanks for your continued support in building ROMs for us, I really appreciate it.
I was wondering if there'd be any chance of you making 100% stock LOS builds? I don't really have a need for root on my device and I would rather stick to the stock version if at all possible.
Again, I appreciate it! Thanks.
Hi,
Thanks for the great ROM! Everything is working well for me but, just one thing, is there any way to adjust the haptic feedback intensity/duration?
I find the dafault setting too intense compared to MIUI.
Thanks
Sent from my MI Mix 2 using Tapatalk
Si it necessary change oreo firmware if i hace your ROM 14.1? Sorry about my basicall english.
I think undestand is right but i'll like somebody confirmed, because i was a lucky when rooted my phone after a lot of mistakes.
Thanks
Enviado desde mi MI Mix 2 mediante Tapatalk
kenernest said:
Si it necessary change oreo firmware if i hace your ROM 14.1? Sorry about my basicall english.
I think undestand is right but i'll like somebody confirmed, because i was a lucky when rooted my phone after a lot of mistakes.
Thanks
Enviado desde mi MI Mix 2 mediante Tapatalk
Click to expand...
Click to collapse
Yes, read the startpost.
Do the following in TWRP (Most people here use Raupe's TWRP)
Format data
Flash oreo firmware
Flash rom
Flash gapps
Reboot

Categories

Resources