Fingerprint improvement for [ROM][7.1.][MEIZU PRO5][20161107] crDroid 7.1 UNOFFICIAL - Meizu Pro 5 ROMs, Kernels, Recoveries, & Other Dev

I've been working in improving the fingerprint for the @faust93 rom [ROM][7.1.][MEIZU PRO5][20161107] crDroid 7.1 UNOFFICIAL
The rom fingerprint library has some issues:
- Phone frezees a lot if you try to use the fingerprint unlock and you have to reboot the phone.
- Unlock rating is quite low.
I have created a new library using the OpenCv library.
I have done a lot of tests with typical fingerprints algorithms (minutiae, sift...) but at the end I have created my own algorithm based of harris features.
For me is working good.
-No frezee problems
-The unlock rate is ok.
- Sometimes it is unlocked with other finger, but it is not common.
Code:
[U]Changelog[/U]
V2: Improved speed capture. Reduced discarded fingerprint and increase fingerprint threshold (to reduce the amount the invalid matches)
I attach 2 flahable files:
- FPv1.zip: my improved one
- FPorg.zip: original one.
Instructions:
1. Remove all enrolled fingerprints in Settings/Security/Fingerprint.
2. Flash zip from TWRP recovery.
3. Enroll fingerprint in Settings/Security/Fingerprint.
I will continue tuning the algorith.
Give me your comments.
Donations:
paypal

I'll try it Thx !

p82maarj said:
I've been working in improving the fingerprint for the @faust93 rom [ROM][7.1.][MEIZU PRO5][20161107] crDroid 7.1 UNOFFICIAL
The rom fingerprint library has some issues:
- Phone frezees a lot if you try to use the fingerprint unlock and you have to reboot the phone.
- Unlock rating is quite low.
I have created a new library using the OpenCv library.
I have done a lot of tests with typical fingerprints algorithms (minutiae, sift...) but at the end I have created my own algorithm based of harris features.
For me is working good.
-No frezee problems
-The unlock rate is ok.
- Sometimes it is unlocked with other finger, but it is not common.
I attach 2 flahable files:
- FPv1.zip: my improved one
- FPorg.zip: original one.
Instructions:
1. Remove all enrolled fingerprints in Settings/Security/Fingerprint.
2. Flash zip from TWRP recovery.
3. Enroll fingerprint in Settings/Security/Fingerprint.
I will continue tuning the algorith.
Give me your comments.
Donations:
paypal
Click to expand...
Click to collapse
Nice work! Is it possible to optimise the footprint of your solution? I mean libopencv_java3.so size (13.3Mb) seems to big..

faust93 said:
Nice work! Is it possible to optimise the footprint of your solution? I mean libopencv_java3.so size (13.3Mb) seems to big..
Click to expand...
Click to collapse
Thanks!
If you find it usefull you can include these libs in future releases of crDroid 7.1.
Regarding the OpenCv lib size, I've linked the already genereated .so library found in OpenCV-android-sdk\sdk\native\libs\arm64-v8a of the OpneCv 3.1 downloaded here:
http://opencv.org/downloads.html
But sure anyone with knowledge can compile removing not used OpenCv libraries.
If you need I can share with you my code to see what opencv functions are being used.
More info about opencv in android here http://opencv.org/platforms/android.html

I dont have any changes with fingerprint unlock. It is unstable, as it was earlier unstable. No differences between two versions of your zips((

NikSalsa said:
I dont have any changes with fingerprint unlock. It is unstable, as it was earlier unstable. No differences between two versions of your zips((
Click to expand...
Click to collapse
Hi @Niksala,
Could you confirm you have these files in your system/lib64 folder (see attached image). The files should have the same size.

p82maarj said:
Hi @Niksala,
Could you confirm you have these files in your system/lib64 folder (see attached image). The files should have the same size.
Click to expand...
Click to collapse
Yeah, i have the same files and size of files like on your screenshots

NikSalsa said:
Yeah, i have the same files and size of files like on your screenshots
Click to expand...
Click to collapse
Hi NikSalsa. I suppose by your level of "Senior member" you have the knowledge to do this test:
1. Activate android debugging in Settings/Development settings
2. Conect your phone to your pc. (I suppose you have ADB drivers, and ADB.exe in your pc)
3. open cmd, go to your ADB(Where adb.exe is located) folder and execute
Code:
adb logcat LibFingerprint:D *:S"
If my new lib are being used, you will see while you try to unlock these debug mesages
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NeW GALLERY
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 4,count=11, threshold=30, N1=10,N2=11, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 4,count=11, threshold=30, N1=10,N2=12, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 0,count=0, threshold=30, N1=10,N2=11, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 5,count=12, threshold=30, N1=10,N2=11, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 8,count=18, threshold=30, N1=10,N2=11, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] NO! img = 0,count=0, threshold=30, N1=10,N2=11, TotArea=224
1-23 09:42:11.713 2547 10485 D LibFingerprint: fp:debug [fpi_img_compare_print_data_to_gallery] MATCH! img = 38,count=86, threshold=30, N1=10,N2=16, TotArea=224
If not, probably you should remove libfprint.so from system/lib because your system is using that and not the located in system/lib64 (I don't know why)
Regards

not working for me when i go to add a new fingerprint when reaching 25% of scanning everything crashes

is there sourcecode available anywhere?
and cant we just use flyme fingerprint libraries, just like we do with the RIL stuff?

I tried Flyme 6.3.0.2A (Nougat) and found that fingerprint scan is quite faster and better than older Flyme based 5.1. Not sure if anyone can leverage this FP module from Flyme to RR rom or make it flashable?

hall060679 said:
I tried Flyme 6.3.0.2A (Nougat) and found that fingerprint scan is quite faster and better than older Flyme based 5.1. Not sure if anyone can leverage this FP module from Flyme to RR rom or make it flashable?
Click to expand...
Click to collapse
flyme nougat on pro5? do you have a download link?

Mollic said:
flyme nougat on pro5? do you have a download link?
Click to expand...
Click to collapse
Below link. It's Chinese version.
https://www.flyme.cn/firmwarelist-23.html#3

Hi guys !
I'm a little late but I would like to install this rom.
I'm following this tutorial (https://www.getdroidtips.com/crdroid-os-meizu-pro-5/) but the link is broken (http://xep.8800.org/pro5/nougat/) and I can't find the crDroid rom. Can you help me?
Thanks a lot!
Edit : finally i found it here : https://xep(dot)svr4(dot)ru/pro5/nougat/

Bristow69 said:
Hi guys !
I'm a little late but I would like to install this rom.
I'm following this tutorial (https://www.getdroidtips.com/crdroid-os-meizu-pro-5/) but the link is broken (http://xep.8800.org/pro5/nougat/) and I can't find the crDroid rom. Can you help me?
Thanks a lot!
Edit : finally i found it here : https://xep(dot)svr4(dot)ru/pro5/nougat/
Click to expand...
Click to collapse
Hello, here are the latest versions of:
"crDroid v2.2"
&
"Resurection-Remix_N v5.8.5"
&
"TWRP_3.0.2_m86
Cordially !
Ps: It would be interesting to port the latest version of Lineage (15.1, 16.0, 17.1, 18... etc)

Related

[Stopped][ROM][5.1.1] Carbon rom by PaletroxZ [A500CG]

Hey everyone ! This is an unofficial version of Carbon ROM LP-5.1.1 for Asus Zenfone 5.
I've designed it using some fragile source codes. This includes the source codes from quanganh2627 & tank0412.
Before you begin:
Code:
You know the story:
I'm not responsible if you device is wrecked....
....
....
Your warranty will be void(duh)!
....
....
And so on...
And the ROM has most common problems as expected from an AOSP/CM based ROM :silly:
Bug list:
1. Vibration doesn't work
2. Initial boot time is late
3. Battery backup is kinda low on extreme usage only
4. SystemUI crashes randomly
5. Setting would crash if you open info about Carbon ROM from Carbon Fibre option in settings
6. Occasional lags here and there
7. FM radio is not tested yet
8. Any other device apart from a500cg is also not tested. If interested you may.
9. GPS is not yet tested due to lack of time
10. Crashes of AOSP keyboard after theme change (occurs only at first)
11. HW key customization.
What is working: : :fingers-crossed:
1. Dual Sim
2. Brightness
3. Sounds
4. Customization
5. Multi-user mode
6. Memory card support
7. Pretty much everything else works quite fine.
Download:
System.img
Boot.img
Gapps
How to flash it:
( Actually the installation guide is provided with the .rar file downloaded. )
1. Download the system, boot & gapps from the links above.
2. Please make sure you have ADB & Fastboot available. If not please Google it or it's available in many thread too.
3. Now extract the "CarbonROM IMG Compressed.rar" to the ADB/Fastboot directory.
4. Copy the "boot.img" & "open_gapps-x86-5.1-pico-20160410.zip" to the same directory.
5. Reboot to recovery and clear user data.
6. Now from the recovery reboot to bootloader.
7. In the bootloader/droidboot/fastboot mode tpe in the following commands:
Code:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash update open_gapps-x86-5.1-pico-20160410.zip
8. And you're done.
9. Please note that the first boot might take some time.
Thanks for giving it a shot...
XDA:DevDB Information
Carbon ROM for Zenfone 5, ROM for the Asus Zenfone 5
Contributors
PaletroxZ, tank0412, quanganh2627
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Any 5.x.x based ROM
Based On: Carbon ROM
Version Information
Status: No Longer Updated
Created 2016-04-10
Last Updated 2016-11-04
--Error--
--Reserved--
--Error Again--
--Reserved Again--
Thanks @PaletroxZ i was actually waiting for this rom
shobint7 said:
Thanks @PaletroxZ i was actually waiting for this rom
Click to expand...
Click to collapse
You're welcome mate.
Sent from my ASUS_T00F using XDA-Developers mobile app
Good work! Welcome back! xD
Can you share your device tree? I want to look at it because i want to see all my mistakes. (I tried to build Carbon rom and i failed)
---------- Post added at 06:26 PM ---------- Previous post was at 06:20 PM ----------
And try this patch to fix vibrator:
https://github.com/quanganh2627/android_device_asus_a500cg-1/blob/aicp-r29/vibrator.patch
---------- Post added at 06:34 PM ---------- Previous post was at 06:26 PM ----------
And use zip archives instead of rar.
tank0412 said:
Good work! Welcome back! xD
Can you share your device tree? I want to look at it because i want to see all my mistakes. (I tried to build Carbon rom and i failed)
And try this patch to fix vibrator:
https://github.com/quanganh2627/android_device_asus_a500cg-1/blob/aicp-r29/vibrator.patch
And use zip archives instead of rar.
Click to expand...
Click to collapse
For vibrator is better to use this patch because quanganh's patch disables Low-Priority vibration.
Also, @PaletroxZ try this
- For late initial boot time
Code:
WITH_DEXPREOPT := true
Also I agree with tank, better use ZIP or 7-Zip to compress.
Hope it helps, great work!
Any ScreenShot?
Maybe i'll try sometime
Good job sir
Sent from my ASUS_T00F using Tapatalk
tank0412 said:
Good work! Welcome back! xD
Can you share your device tree? I want to look at it because i want to see all my mistakes. (I tried to build Carbon rom and i failed)
---------- Post added at 06:26 PM ---------- Previous post was at 06:20 PM ----------
And try this patch to fix vibrator:
https://github.com/quanganh2627/android_device_asus_a500cg-1/blob/aicp-r29/vibrator.patch
---------- Post added at 06:34 PM ---------- Previous post was at 06:26 PM ----------
And use zip archives instead of rar.
Click to expand...
Click to collapse
Okay mate I will. But there are also some mix up I did apart from the device tree. I'll PM you the download link . Thanks for helping us all out with the guides and ROMs mate...
dgadelha said:
For vibrator is better to use this patch because quanganh's patch disables Low-Priority vibration.
Also, @PaletroxZ try this
- For late initial boot time
Code:
WITH_DEXPREOPT := true
Also I agree with tank, better use ZIP or 7-Zip to compress.
Hope it helps, great work!
Click to expand...
Click to collapse
Thanks @dgadelha I'll give this a shot and let you know of the outcome ...
ShuviterDjogja said:
Any ScreenShot?
Maybe i'll try sometime
Good job sir
Sent from my ASUS_T00F using Tapatalk
Click to expand...
Click to collapse
I've attached the screenshots in the screenshots section mate.
Very good! New dev for zenfone 5. ?
clloud77 said:
Very good! New dev for zenfone 5.
Click to expand...
Click to collapse
lol he's not new. He's been making SleekStock Rom for us
ChristopherXI said:
lol he's not new. He's been making SleekStock Rom for us
Click to expand...
Click to collapse
Thanks My friend
Best part of this ROM
@PaletroxZ........bro.....the best part of this ROM is.......touch screen gets disabled when im in a call. I found other roms keep it enabled and caused me to turn on loud speaker/dialer/call hold/airplane mode etc. keep up your good work. :good: so far only 1 prob i have. like other custom roms, im facing the same camera black out issue.
a8962383 said:
@PaletroxZ........bro.....the best part of this ROM is.......touch screen gets disabled when im in a call. I found other roms keeps it enabled and caused me to turn on loud speaker/dialer/call hold/airplane mode etc. keep up your good work. :good: so far only 1 prob i have. like other custom roms, im facing the same camera black out issue.
Click to expand...
Click to collapse
Thanks mate . And could you elaborate the camera black out issue?
PaletroxZ said:
Thanks mate . And could you elaborate the camera black out issue?
Click to expand...
Click to collapse
My primary/back camera is always blank/dark/black when ever i open any camera app. It captures photos only when the flash is ON. Otherwise it takes black images. First, I thought it was related to hardware but i gave a try with stock(locked bootloader and only UL-ASUS_T00F-WW-2.21.40.30-user.zip, other zips couldn't fix it) and it worked fine. So the issue lies with unlocked bootloader/camera driver i guess, not with hardware. Moreover, when i turn on my front camera, it says "Camera failed to launch. Please reboot your device." pls check the attached log.
a8962383 said:
My primary/back camera is always blank/dark/black when ever i open any camera app. It captures photos only when the flash is ON. Otherwise it takes black images. First, I thought it was related to hardware but i gave a try with stock(locked bootloader and only UL-ASUS_T00F-WW-2.21.40.30-user.zip, other zips couldn't fix it) and it worked fine. So the issue lies with unlocked bootloader/camera driver i guess, not with hardware. Moreover, when i turn on my front camera, it says "Camera failed to launch. Please reboot your device." pls check the attached log.
Click to expand...
Click to collapse
I just looked at it.
connectLegacy: camera HAL module version 1 doesn't support connecting to legacy HAL devices
Other errors called by E/Camera_Conf and this:
[ 04-11 20:30:03.381 231: 5000 E/Camera_AtomAIQ ]
Error retrieving sensor params
[ 04-11 20:30:03.382 231: 5000 E/Camera_ControlThread ]
Error initializing 3A controls
[ 04-11 20:30:03.382 231: 5000 E/Camera_ISP ]
Xe Flash is supported only for primary camera!
[ 04-11 20:30:03.497 231: 5000 E/Camera_ScalerService ]
Atom_MessageQueue error: ScalerService queue should be empty. Find the bug.
[ 04-11 20:30:03.497 231: 5000 E/Camera_HAL ]
Error initializing ControlThread
So strange. Thats all.
a8962383 said:
My primary/back camera is always blank/dark/black when ever i open any camera app. It captures photos only when the flash is ON. Otherwise it takes black images. First, I thought it was related to hardware but i gave a try with stock(locked bootloader and only UL-ASUS_T00F-WW-2.21.40.30-user.zip, other zips couldn't fix it) and it worked fine. So the issue lies with unlocked bootloader/camera driver i guess, not with hardware. Moreover, when i turn on my front camera, it says "Camera failed to launch. Please reboot your device." pls check the attached log.
Click to expand...
Click to collapse
Hmm... Looks quite complicated. By the way did you check with other Camera Apps or try re-locking the bootloader? And I never got such issue. So which model are you precisely using, like a500cg or a502cg etc, which one??
PaletroxZ said:
Hmm... Looks quite complicated. By the way did you check with other Camera Apps or try re-locking the bootloader? And I never got such issue. So which model are you precisely using, like a500cg or a502cg etc, which one??
Click to expand...
Click to collapse
I have tried PixelMaster camera, CM default cam, CM cam2, Google Cam.........but the same issue persisted. My device is a500cg.
Mir Shahjahan said:
The ROM looks great. Thanks for this amazing work. I hope you'll fix all the bugs especially GPS
Click to expand...
Click to collapse
Other errors could be fixed but not the GPS. It's allmost impossible
a8962383 said:
I have tried PixelMaster camera, CM default cam, CM cam2, Google Cam.........but the same issue persisted. My device is a500cg.
Click to expand...
Click to collapse
Okay mate I'll look into it.
Mir Shahjahan said:
The ROM looks great. Thanks for this amazing work. I hope you'll fix all the bugs especially GPS
Click to expand...
Click to collapse
ChristopherXI said:
Other errors could be fixed but not the GPS. It's allmost impossible
Click to expand...
Click to collapse
I hope so too. Will need to check that out.

[01.03.2019]NEW G935FXXS4ESAE LITE ODEX

.
[ROM]NEW G935FXXS4ESAE LITE ODEX
Only Samsung SM-G935F/FD
1. On the basis of the stock G930FXXS4ESAE
2. Neither the version of the bootloader or modem is not changing
3. Removed a warning about high volume
4. Screen Recorder
5. Turning off the camera shutter
6. Record button in the dialer
7. Removed unnecessary applications
8. Raised the volume on the headphones
9. Removed delay after call
10. Quick Face Unlock Without Swipe (for Google Smart Lock)
11. Fixed a startup's Health
12.Bilingual reboot menu
13. Service codes work
14. Removed all KNOX
15. AppLock
16. The status of the official
17.Rooted Magisk
18.Working Google Pay
19.MoRoKernel-G93X-O-v4.6
20.February security patch
Update [01.03.2019]
NEW G935FXXS4ESAE LITE ODEX
The update of all programs
Fix private mode
Battery fix
Mods
1.Viper Stock/Viper 2.5/
2.Xposed installer/program/
3.Full Photo/full photo no settings/
4.Full date/full date in weather and on lock screen/
5.Removals Programs/removes a program and makes the super light/
yandex
Installation:
1. Be sure that you're on TWRP
2. Download the ROM from the links..
3. Wipe System, Data, Dalvik, Cache.
4. Flash the ROM
5. Reboot and Enjoy.
Credits :
morogoku
UPDATE Magisk-v18.1
after installation,
restart your phone
Download firmware
yandex
androidfilehost
XDA:DevDB Information
G935FXXS3ERLF, ROM for the Samsung Galaxy S7 Edge
Contributors
vova1962
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
Version Information
Status: Testing
Created 2018-09-26
Last Updated 2019-03-01
old
[ROM][Port S9+]RomControl FINAL
live Wallpaper
switching tracks
https://yadi.sk/d/FgEGpfKAgJWr7g
rooted?
EDIT: In your description, number 3 and 12 are the same (about the high volume)
EDIT 2: What apps are removed? Aroma installation to remove more?
nickmax1 said:
rooted?
EDIT: In your description, number 3 and 12 are the same (about the high volume)
EDIT 2: What apps are removed? Aroma installation to remove more?
Click to expand...
Click to collapse
removed applications that can be downloaded from Google play
vova1962 said:
removed applications that can be downloaded from Google play
Click to expand...
Click to collapse
But i can see a bunch off apps in your screenshots that are there (Samsung Health, Svoice etc for example)
nickmax1 said:
But i can see a bunch off apps in your screenshots that are there (Samsung Health, Svoice etc for example)
Click to expand...
Click to collapse
were those apps on the screenshots
vova1962 said:
were those apps on the screenshots
Click to expand...
Click to collapse
yes, picture 5 of 7 for example
---------- Post added at 12:36 PM ---------- Previous post was at 11:58 AM ----------
will you be uploading to another server (androidhost for example) - cant seem to get a stable download from your link
It looks nice, I really would like to know how to mod this recovery button to my actual rom
Thanks for the rom. Next version would be good a aroma option to debloat even more!
Keep up mate!
How does erl1 perform compared to erh1 and erg2?
@vova1962
Can you please add "unlock phone with fingerprint after reboot"?
Nice job, rom installed all is working like a charm thank you :good:
I almost had a heart attack when I saw "updater script" in TWRP for oreo for G930 and also " - Clean internal and external SD Card..."
Luckily it was for G935 and only "clean" (I read clear) omg :laugh::laugh::laugh:
Ubimo said:
@vova1962
Can you please add "unlock phone with fingerprint after reboot"?
Click to expand...
Click to collapse
this firmware already has this
13. Without entering the password after a reboot
@vova1962
LOL, thanks.
Another question, is this the stock kernel? Or a modified kernel (morogoku maybe?).
Is this rom debloated?
You write multi CSC, which CSCs are included?
Can you add zero camera mod?
Other developers recommend not installing magisk during first flash due to problems. It's recommended to flash magisk separately after a reboot.
You are providing two G935FXXS3ERI1 MULTI CSC BTU.zip on androidfilehost, which one is the latest?
Ubimo said:
@vova1962
LOL, thanks.
Another question, is this the stock kernel? Or a modified kernel (morogoku maybe?).
Is this rom debloated?
You write multi CSC, which CSCs are included?
Can you add zero camera mod?
Other developers recommend not installing magisk during first flash due to problems. It's recommended to flash magisk separately after a reboot.
You are providing two G935FXXS3ERI1 MULTI CSC BTU.zip on androidfilehost, which one is the latest?
Click to expand...
Click to collapse
there's one for 930 another 935.
magisk should be updated after installation
Umm I downloaded from Yandex and I deleted 1 empty folder in zip. That's why script was for 930 ? No prob anyway
keeps rebooting when trying to activate buttom mapper in accessibility
did this one die a death?
nickmax1 said:
did this one die a death?
Click to expand...
Click to collapse
I'm rarely home
nickmax1 said:
did this one die a death?
Click to expand...
Click to collapse
dia a death?!? wow little redundend but i get it hahahah

[9.0][sGSI] MIUI 10 for Nokia fih_gsi_sdm660_64 Devices - UNOFFICIAL

To Chinese users:
请点击旁边的链接阅读中文版教程。
如需转载请通过 Coolapk 私聊联系我。
Please read Chinese guide from here: https://www.coolapk.com/feed/103010...id=1121588&shareFrom=com.coolapk.market_9.0.1
Click this for flashing guide in English
Click to expand...
Click to collapse
MIUI 10 for HMD Nokia Phone Project
WYSIWYG
Based on Android 9.0
From Xiaomi.EU and few Chinese customized features added​
What's working?
- VoLTE
- Fingerprint
- Magisk 18.1 root
- Xiaomi Account login
- Google Account
Bugs:
- Stock camera not working, use GCam provided
- Flashlight in notification bar not working, use 3rd party Flashlight like Godly Torch
- Brightness control seems unstable (Fixed with another vendor patch)
- NFC not working, Nokia 6.1 and 6.1 Plus X6 are unaffected
- Unable to enable USB debugging, will cause soft reset (Won't boot loop)
At least, it's OK to use this build for daily, if you don't change brightness usually.
Tested models:
- Nokia 7 (TA-1041, C1N-347C-0-00CN-B04)
- Nokia 7 Plus (TA-1062, B2N-347C-0-00CN-B04)
For Global Version, please ensure you're using B2N-339B or newer
- Nokia 6.1 (TA-1054, PL2-347C-0-00CN-B04)
For Global Version, please ensure you're using PL2-3350 or newer
- Nokia 6.1 Plus X6 (TA-1099, DRG-347C-0-00CN-B04)
For Global Version, please ensure you're using DRG-3390 or newer
May work in theory but untested:
- Nokia 7.1 CTL
ROM and Extra Patches Download:
AFH: https://www.androidfilehost.com/?w=files&flid=290107
Baidu Netdisk: https://pan.baidu.com/s/1G1H77J0rYpzVVAXB_jzqJA Password: w1xx
Checksum:
Code:
File: Nokia-miui10-2019-02-13.img.xz
Size: 1152724460 bytes
MD5: 300FE22CDFBE4E64E36DB43265C2408B
SHA1: 396EAD6538F3EB16222E22024D6468705CB9D017
CRC32: B8ADBC09
File: MIUI_Account_Fix.zip
Size: 99580569 bytes
MD5: D11F1513AE4B6DF60250BA17AE38DC01
SHA1: 3B21A912A21EEB66F3F4719999C96ACAB1AEA4E6
CRC32: 3C14AF11
File: FBE_Disabler.zip
Size: 2043 bytes
MD5: 80851D806E0B651F7F6D0B7915EC7136
SHA1: 12BB9DCC9AFA08C74582D5E425E53581619F7F8D
CRC32: C2518876
File: Permissiver_v2.zip
Size: 1097067 bytes
MD5: E1500AEDE09F4D17AD59921829F56388
SHA1: 30E79D369655B29BADA1A4A9157F514741D8C487
CRC32: F5099861
Flashing guide:
https://forum.xda-developers.com/nokia-7-plus/how-to/guide-how-to-flash-miui-10-build-phone-t3900328
Since the default language is set to Chinese, How to change the language to non-Chinese?
- Open "设置" (Settings)
- Tap "更多设置" (More Settings)
- Tap "语言和输入法" (Languages and Input)
- Tap "语言" (Language)
- Choose your own language
How to report bug?
Please reply your phone's type, model, base build version (can be found with command ".\fastboot oem getversions" under download mode) and the bug.
Example:
Model: Nokia 7
Type: TA-1041
Base Build: C1N-347C-0-00CN-B04
Bug: Brightness can be changed to zero and the screen will turn black.
Click to expand...
Click to collapse
Credits:
Sanshu in our team for porting and bugfixes
@erfanoabdi and @osm0sis for Permission Patches
Dhruv for TWRP porting
@topjohnwu for Magisk
What? Not a single response on this rom?
Well done mate, I haven't tried it yet, but who knows, maybe in the future I will, what stops me from installing this is mainly Ozo Audio.
Good job again, I hope there will be enough testers for this rom to provide you further feedback.
Feedback
I will try this after the 2 years OS Updates are over. Then, let us see then. Hehehe. I am glad for ROM that arise like this one. More updates to come. God bless you!
To subscribers of this topic:
I've uploaded vendor patch to fix the brightness issue on the AFH link, filename "vendor-2019-02-16.zip".
Flash it under TWRP to fix brightness issue.
i use nokia x6 Ta-1099
can i use this Rom
pls help me
love2050s said:
can i use this Rom
pls help me
Click to expand...
Click to collapse
Yes you can use this ROM as it a GSI and X6/6.1+ is treble enabled device. :good:
there is only TA-1054 listed , will it work on TA-1043 ?
Thanks for this, ill definitely be trying it later.
Works on Nokia 6.1 TA-1043 ( Booted perfectly )
So.. will it brick if flash this vendor on TA-1050 (currently on March Update, and maybe April soon)?
MADNJPN said:
Works on Nokia 6.1 TA-1043 ( Booted perfectly )
Click to expand...
Click to collapse
Share some pictures please
hikari_calyx said:
To subscribers of this topic:
I've uploaded vendor patch to fix the brightness issue on the AFH link, filename "vendor-2019-02-16.zip".
Flash it under TWRP to fix brightness issue.
Click to expand...
Click to collapse
Bro
We need to flashable zip file for x6 TA-1099
Can u upload plz
you can flash it via twrp image flash if you wants to.
just go to twrp install then select image system image and flash it check before also that system is mounted
Will it work on nokia 6.1 plus
Hi i know all this and not new to custom roms.
Just wanted to know if it would work on Nokia 6.1 plus(TA-1083).
Want to flash badly

[ROM][11.0][Discontinued] Yet another AOSP project [Mi A1 Tissot][ALPHA]

Who are we?​YAAP is a project founded by Adhitya Mohan (@poad42) and Ido Ben-Hur (@idoybh) with the goal of staying close to AOSP in design goals, offer a clean interface, do as much as original development as possible and avoid becoming a kitchen sink and cherry picked mess.
Bug reporting:​
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
Downloads​Mi A1​Flashing Procedure​Install Latest Custom Recovery (This is recommended)
Coming from a different rom / OS you'll need to clean flash:
1. Wipe data (Factory reset)
(1.1.) If coming from stock OS you may need to format internal storage
2. Flash rom
(2.1.) After Flashing rom Flash Twrp (dont reboot without installing it)
(2.2)After Flashing Twrp go back to main menu and go to Reboot menu and select Reboot to Recovery Again
(2.2)Flash Gapps (This Recommended) For Root We Suggest Use Magisk Canay Builds (check below for download link)
3. Rejoice
For dirty flash just skip step 1, 1.1
and possibly 2.1 if your mods support addon.d (ex: Magisk)
It does not matter when you flash the firmware zip, and you only need to flash it once per firmware version
XDA:DevDB Information
Yet another AOSP project, ROM for the Mi A1
Contributors
murtaza1326
Source Code: [url]https://github.com/yaap[/URL]
Device Tree: [url]https://github.com/yaap/device_xiaomi_tissot[/URL]
Common Device Tree: [url]https://github.com/yaap/device_xiaomi_msm8953-common[/URL]
Vendor Tree: [url]https://github.com/yaap/vendor_xiaomi[/URL]
Kernel Source Code: [url]https://github.com/yaap/kernel_xiaomi_tissot[/URL]
ROM OS Version: Android 11
ROM Kernel: Linux 4.x
ROM Firmware Required: v10.0.24.0 (Pie) (August)
Based On: AOSP
Version Information
Status: Alpha
Created 2020-09-20
Last Updated 2020-10-06
Working:
Camera/Video/Mic
Fingerprint
GPS
IMS (VoLTE)
RIL
Video playback
Wi-Fi
NightLight
CTS
Broken:
WFD
Bubbles
Switching back to wifi after using hotspot
(need to reboot to use wifi again)
Note: The ROM Does Not Include Gapps Feel Free to flash any gapps of your likings Nik Gapps are Recommended
For Root Magisk Canary Build(Compatible with R Only) is Working Fine This Works Perfectly (Do Not Update it)
Here
Credits Section
I am not alone to bring it up to you guys alone there are many many and many people who helped me to achive this
and i would like to mention them
First I would like to thanks
@abhinavagrd_1129 even tho me and him started bringing up trees differently he was always there to guide me
& i would like to tell you that his Aosp Beta 3 Rom Inspired me to try to bringup trees
@poad42 (Our Lead Dev of Project Yaap is the one who helped me alot to fix many bugs including the lags we were facing he pointed out fix to me
@SagarMakhar he is the one who fixed my noobish mistake i made everytime (also helped me to fix ril in the previous version)
@gotenksIN a guy who also stucked with his own bringup as well i was, we disscussed about bugs and different things together
@shivatejapeddi thanks to him VNDK29 issues were solved
@Lostark13 pointing and hinting me out for diffrent smaller things
Vince Device Devs (i picked there fixes thanks alot guys )
my mates in tissot maintainer TG group
also my testers ( i uslly do my own testing but at some point they helped me to too thanks alot guys)
if i miss anyone from the list do let me know :laugh:
New Changelogs :-
Code:
Device Side:-
Enforcing Now
CTS Passes Without Root(Tissot FP No More Pixel Props)
Fixed USB Teathering
Source Side:-
Merged Latest ASB (October)patch r5
Added Q/S Customisations
Added Clocks In Styles & wallpaper app
Added DT2W & DT2Sleep Gestures
Added Brightness Slider Customization
Added Custom Footer Text Support
Old Changelogs :-
Code:
Fixed Night Light
Fixed 3rd Party Apps Not Detecting Fingerprint
Fixed Wifi & Wifi Hotspot Toogle
Fixed CTS (With Root (No More Pixel Props Needed))
Xiaomi Parts Removed Vibration Controls Completly
Xiaomi Parts (New Adaptive Icons will match other android R icons)
Source side features will be added soon
Piru?
Congratulations ??
Harvey_Spectar said:
Piru
Congratulations ??
Click to expand...
Click to collapse
tnq sar
Good to See on 11 too..
Weww.. A11 going lit ??
Pro!!!! Nice work bruh!
Gawd
Sent from my Mi A1 using Tapatalk
What is the mean of "ROM Firmware Required: 10.0.24 (August)"?
Where can I found the ROM firmware?
There is some " must" to install it?
I am sorry if these are silly questions
sergiobh said:
What is the mean of "ROM Firmware Required: 10.0.24 (August)"?
Where can I found the ROM firmware?
There is some " must" to install it?
I am sorry if these are silly questions
Click to expand...
Click to collapse
sorry for inconvenience updated info
edit: i have added links for required firmware there shouldnt be a issue to find it somewhere else
Hi, @murtaza1326, thanks for your great work!
Nice to see that you're working on 11
I flashed YAAP and I found that fingerprint sensor is getting harder to detect fingertips (much less sensible, perhaps?).
Also, I see that if I just flash or update Official Magisk Canary, after device reboots, it goes to Fastboot mode and never boots System. I found that a solution was flashing that "MagiskR" zip, found at the other Android 11 ROM, but once installed, I have to avoid updates... otherwise, problem will appear.
?
KaaMyA said:
Hi, @murtaza1326, thanks for your great work!
Nice to see that you're working on 11
I flashed YAAP and I found that fingerprint sensor is getting harder to detect fingertips (much less sensible, perhaps?).
Also, I see that if I just flash or update Official Magisk Canary, after device reboots, it goes to Fastboot mode and never boots System. I found that a solution was flashing that "MagiskR" zip, found at the other Android 11 ROM, but once installed, I have to avoid updates... otherwise, problem will appear.
Click to expand...
Click to collapse
it could be different sensor like fpc ? i will see and i will fix it thanks for informing about magisk
KaaMyA said:
Hi, @murtaza1326, thanks for your great work!
Nice to see that you're working on 11
I flashed YAAP and I found that fingerprint sensor is getting harder to detect fingertips (much less sensible, perhaps?).
Also, I see that if I just flash or update Official Magisk Canary, after device reboots, it goes to Fastboot mode and never boots System. I found that a solution was flashing that "MagiskR" zip, found at the other Android 11 ROM, but once installed, I have to avoid updates... otherwise, problem will appear.
Click to expand...
Click to collapse
i need more details on your sensor type if you can provide me
check this screenshot it has Fingerprint model stated that can you tell us what it shows there for you because as far as i and my tester tested this has blazing fast Fingerprint sensor
murtaza1326 said:
i need more details on your sensor type if you can provide me
check this screenshot it has Fingerprint model stated that can you tell us what it shows there for you because as far as i and my tester tested this has blazing fast Fingerprint sensor
Click to expand...
Click to collapse
Friend, your screenshot seems to have been deleted
Well, while that, all I could tell is I'm coming from DerpFest, I have changed back to that ROM because I need to use my phone everyday. In that ROM fingerprint if easier to detect fingerprints.
murtaza1326 said:
i need more details on your sensor type if you can provide me
check this screenshot it has Fingerprint model stated that can you tell us what it shows there for you because as far as i and my tester tested this has blazing fast Fingerprint sensor
Click to expand...
Click to collapse
Hello prosur!
KaaMyA said:
Friend, your screenshot seems to have been deleted
Well, while that, all I could tell is I'm coming from DerpFest, I have changed back to that ROM because I need to use my phone everyday. In that ROM fingerprint if easier to detect fingerprints.
Click to expand...
Click to collapse
You can still check which fingerprint sensor your device have
Takeshiro04 said:
You can still check which fingerprint sensor your device have
Click to expand...
Click to collapse
Don't know how. Screenshot would have helped me, but was deleted. Please tell me how to check that.
KaaMyA said:
Don't know how. Screenshot would have helped me, but was deleted. Please tell me how to check that.
Click to expand...
Click to collapse
Install Device info apk and check the fingerprint sensor
murtaza1326 said:
i need more details on your sensor type if you can provide me
Click to expand...
Click to collapse
Mr Magneto said:
Install Device info apk and check the fingerprint sensor
Click to expand...
Click to collapse
I have installed "Device Info HW" app and it tells that my sensor variant is "goodix".

LineageOS 17.1 Magisk Garage !

Hi there,
This is a dedicated thread for LineageOS 17.1 where i will upload my Magisk modules !
Use Magisk Manager to install/remove the provided .zip modules (Recommended)
(You can install via TWRP too, but don't make any space if you change the .zip name, otherwise the installation will fail ...)
Enjoy !
Tell us a little about what each module is for!
veloz46 said:
Tell us a little about what each module is for!
Click to expand...
Click to collapse
it's inside the module itself !
veloz46 said:
Tell us a little about what each module is for!
Click to expand...
Click to collapse
Yes a small review, why not? Please!!!
here
Great contribution, @janhammer504
The following questions come to mind:
Call Recorder: I guess this module is device independent, as long as the LOS Dialer is used?
Google Sans: What difference does it make installing these fonts and where do you see them?
Notch Hide: So does this actually revert "has_notch" already set in the ROM and what's the purpose (I mean, having a punch hole may imply trying to prevent any content to be shown in that area)?
Master One said:
Great contribution, @janhammer504
The following questions come to mind:
Call Recorder: I guess this module is device independent, as long as the LOS Dialer is used?
Google Sans: What difference does it make installing these fonts and where do you see them?
Notch Hide: So does this actually revert "has_notch" already set in the ROM and what's the purpose (I mean, having a punch hole may imply trying to prevent any content to be shown in that area)?
Click to expand...
Click to collapse
1. Call Recorder is for LineageOS Dialer only (as mentioned in the module description)
2. Look to the screenshot to see the difference (these are the original fonts used in pixel devices)
3. This is an overlay to hide the notch (developer options : type cutout there to see where to apply) : useful for Netflix, YouTube, Gaming ... etc
Notch Hide / Update :
change the internal package name and use the official one !
How to enable :
developer Options > type display cutout
if not working : delete with TWRP or RootExplorer this folder ... and reboot !
/data/system/package_cache
Would be great to have more individual font modules. And system sounds. Preferably without loosing the default ones. Just sayin'...
Thank you for all your effort. This will be very usefull after official. Specially for some stuff... that will have to be removed
gardiol said:
Thank you for all your effort. This will be very usefull after official. Specially for some stuff... that will have to be removed
Click to expand...
Click to collapse
Which is?
Safetynet Fix added ... Enjoy !
All credits go to Didgeridoohan from Magisk Subforum !
janhammer504 said:
Safetynet Fix added ... Enjoy !
All credits go to tenow from Magisk Subforum !
Click to expand...
Click to collapse
Thanks! Is it possible to flash zip file via recovery or is it necessary to install magisk?
Shermo1208 said:
Thanks! Is it possible to flash zip file via recovery or is it necessary to install magisk?
Click to expand...
Click to collapse
yes you can copy-past the files in the system ... but how are you going to do that without ROOTING ???
janhammer504 said:
yes you can copy-past the files in the system ... but how are you going to do that without ROOTING ???
Click to expand...
Click to collapse
Flashing zip file with ofox recovery. Before ctsProfile problem I didn't have root and safety net passed without problem. Then, for the moment, I don't need root in my phone, therefore my question is if I can flash this zip file with ofox recovery. Thanks
Shermo1208 said:
Flashing zip file with ofox recovery. Before ctsProfile problem I didn't have root and safety net passed without problem. Then, for the moment, I don't need root in my phone, therefore my question is if I can flash this zip file with ofox recovery. Thanks
Click to expand...
Click to collapse
Magisk modules are stored to /data/adb/modules and mapped to /product/system/vendor/ ... without Magisk Root you can't load them !!!
janhammer504 said:
Magisk modules are stored to /data/adb/modules and mapped to /product/system/vendor/ ... without Magisk Root you can't load them !!!
Click to expand...
Click to collapse
Ok, thanks!!
any of you guys have tried installing ANX camera? because in my case I can't take any HDR pictures, wondering if it happens to anybody else.
FrameworkOverlay added :
. improve low brightness (new linear overlay) for more battery saving (works great)
. fix compatibility issue with chrome & webview (choose chrome as default system webiew in developer options to avoid yellow tint in chrome browser)
. add more color mode
. improve WiFi stability for both (2,4 & 5 GHz)
. update power_profile
. address some display glitches in some apps (related to the aspect ratio)
. many more things ....
I hope that @gardiol can merge this to the device three in the future !
edit : reuploaded here (XDA UI sucks again !!!)
update : fix some info in AndroidManifest
janhammer504 said:
FrameworkOverlay added :
. improve low brightness (new linear overlay) for more battery saving (works great)
. fix compatibility issue with chrome & webview (choose chrome as default system webiew in developer options to avoid yellow tint in chrome browser)
. add more color mode
. improve WiFi stability for both (2,4 & 5 GHz)
. update power_profile
. address some display glitches in some apps (related to the aspect ratio)
. many more things ....
I hope that @gardiol can merge this to the device three in the future !
edit : reuploaded here (XDA UI sucks again !!!)
update : fix some info in AndroidManifest
Click to expand...
Click to collapse
Already did... but you have to wait a few days before release.... because i want to test properly first.

Categories

Resources