Fine OS Custom Rom Version-7 For J7 Nxt-Core-Neo By Abdullah AL-Noman - Android Software Development

------- Fine OS Custom Rom Version-7 For J7-Nxt-Core-Neo . Exynos 7870
............Feature...........
# Based On J701F Pie 9
# One Ui 1.1
# Binary 8 Firmware .
# Latest Security Patch
# 1 November 2019 Security Patch
# De-Knoxed
# Debloat
# All Latest App Included
# Recycle Bin Supported File Manager App
Special Feature
# Supported One Ui 2.0 Apps Included
# Show Data Speed Enable Menu On Status Bar
# Vpn Suported
# Busy Box Included
# Magisk 20.3 Included
# Twrp 3.2.1 Included
# Oem Lock Disabled
# Mock locations - Hide mock locations status, allowing apps like Pokemon GO to treat them as genuine location updates.
# Secure flag - Allow screenshots/screensharing in secure apps.
# Signature verification - Disable signature verification allowing modification/execution of signed system apps.
# Signature spoofing - Enable signature spoofing app permission.
# Added Screen Capture And Screen Record On Status Bar
# Call Record Allowed By Call App
# LTE Only Option
# Show LTE on 4G Network
# Enable Use Mobile Data Option During Call On Settings
# Enable Google Face Lock Option On Smart Lock
Kernel Information
Kernel Name - Oxygen Kernel Version- 4.0.138
Kernel Creator- Siddhant Naik
# Selinux Status - Permissive
# Binary Lock Disabled
# No Problem For Mount Data Partition And Internal Storage
................... What's New ...............
# Fix wifi
# Add New Charging Logo
# Add J7 Nxt White Boot Logo
XDA:DevDB Information
Fine OS Custom Rom Version-7 For J7 Nxt-Core-Neo By Abdullah AL-Noman, ROM for all devices (see above for details)
Contributors
Abdullah AL-Noman
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: Latest Bootloader
Based On: Samsung One Ui
Version Information
Status: Stable
Current Stable Version: Version-7
Stable Release Date: 2020-03-03
Beta Release Date: 2020-03-03
Created 2020-03-02
Last Updated 2020-08-26

Related

[KERNEL] Galaxy Tab S 8.4 SM-T700 (klimtwifi) Permissive kernel - T700XXU1ANF7

[size=+2]Samsung Galaxy Tab S 8.4 (klimtwifi) - Stock kernel SELinux permissive mode[/size]
[size=+1]Introduction[/size]
This kernel is built from stock Samsung source T700XXU1ANF7.This kernel will work on a stock, rooted Tab S 8.4. In addition, I run EMSPilot's NF9 ROM, so this kernel also works perfectly fine on his ROM. Thanks EMSPilot for the great ROM.
[size=+1]Features[/size]
The kernel is completely stock except for the activation of kernel configuation options allowing SELinux to be disabled and the mode to be changed from enforcing to permissive at runtime. It also supports the boot parameter androidboot.selinux=permissive and enables adb insecure in the default.prop in the ramdisk.
[size=+1]Installation instructions[/size]
To install this, use Odin 3.09 to flash the SM-T700-permissive.tar.md5 image using the AP button. DO NOT USE THIS KERNEL ON ANY DEVICE OTHER THAN A SM-T700 KLIMTWIFI. You are responsible for your own device and I make no warranty for this kernel. Flash at your own risk.
[size=+1]Changelog[/size]
Code:
Current changelog: 10-22-2014
[new] Add permissive mode configuration to stock kernel sources
[size=+1]Downloads[/size]
Download link: SM-T700-permissive.tar.md5
Github link: https://github.com/dl12345/SM-T700
[size=+1]FAQ[/size]
Q. Will this trip the Knox flag
A. Yes. Any kernel not signed by Samsung will trip Knox
Q. What Exactly are the changes between this kernel and a stock kernel
A. See below
KERNEL CONFIGURATION CHANGES:
Code:
[[email protected] SM-T700_KK_Opensource]$ diff -Naur klimtwifi_00_defconfig.orig klimtwifi_00_defconfig
--- klimtwifi_00_defconfig.orig 2014-10-18 00:19:42.588511921 +0100
+++ klimtwifi_00_defconfig 2014-10-18 00:19:06.526512090 +0100
@@ -569,6 +569,13 @@
CONFIG_LSM_MMAP_MIN_ADDR=4096
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_SELINUX=y
+CONFIG_SECURITY_SELINUX_BOOTPARAM=y
+CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
+CONFIG_SECURITY_SELINUX_DISABLE=y
+CONFIG_SECURITY_SELINUX_DEVELOP=y
+CONFIG_SECURITY_SELINUX_AVC_STATS=y
+CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
+
# SE Android Network Access Controls
CONFIG_NETWORK_SECMARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
SELinux is forced into permissive mode at boot time through an addition to the init.rc script
INIT.RC CHANGES
Code:
[[email protected] bootimage]$ diff -Naur ramdisk.orig/init.rc ramdisk.new/init.rc
--- ramdisk.orig/init.rc 2014-10-16 23:27:10.680401045 +0100
+++ ramdisk.new/init.rc 2014-10-18 01:01:45.049925094 +0100
@@ -631,6 +631,13 @@
## Daemon processes to be run by init.
##
+
+# Force SELinux into permissive mode
+service sepermit /system/bin/setenforce 0
+ class main
+ user root
+ oneshot
+
service sysmon /system/bin/sysmon
class core
user root
adb insecure is enabled in default.prop
DEFAULT.PROP CHANGES
Code:
[[email protected] bootimage]$ diff -Naur ramdisk.orig/default.prop ramdisk.new/default.prop
--- ramdisk.orig/default.prop 2014-10-16 23:27:10.669399628 +0100
+++ ramdisk.new/default.prop 2014-10-13 03:29:24.756527060 +0100
@@ -2,9 +2,9 @@
# ADDITIONAL_DEFAULT_PROPERTIES
#
persist.security.ams.enforcing=1
-ro.secure=1
-ro.allow.mock.location=0
-ro.debuggable=0
-ro.adb.secure=1
+ro.secure=0
+ro.allow.mock.location=1
+ro.debuggable=1
+ro.adb.secure=0
persist.sys.usb.config=mtp
ro.smps.gain.spk=3.0
[size=+1]Thanks To/Credits[/size]
EMSPilot for his NF9 ROM
XDA:DevDB Information
SM-T700 SEPERM, Kernel for the Samsung Galaxy Tab S
Contributors
dl12345
Kernel Special Features: SELinux runtime mode change enabled
Version Information
Status: Beta
Beta Release Date: 2014-10-22
Created 2014-10-22
Last Updated 2014-11-08
Thank u for this! I'm Gunna give it a try here tonight!
Thanks d12345 and to emspilot!
Thanks for sharing your method. Much appreciated.
I currently use a dirty RAMDISK method with my Tab S kernels and a hardcode source method with my Note Edge kernel. I look forward to trying this way next kernel i compile for test.
The dirty way actually removes the SELinux from about device in settings, where the hard-coded way just changes it to "permissive" but is permanent.
Does your way change the devices settings and visible, or is it removed all together (check status with getprop) ?
Thanks man this kernal gave me access to use my wireless xbox controller awesome man!
Ccieslin said:
Thanks man this kernal gave me access to use my wireless xbox controller awesome man!
Click to expand...
Click to collapse
Do u have a thread u found or any info on getting that to work?
freddy0872 said:
Do u have a thread u found or any info on getting that to work?
Click to expand...
Click to collapse
Hi yes I posted in this thread http://forum.xda-developers.com/galaxy-tab-s/help/gamepad-game-controller-t2820410
Worked great!
Hi, this kernel can be used with a 6.0.1 marshmallow rom?
"seandroid not enforced" and bootloop in recovery
sm-t700 wifi, non-system rooted (rooted but not a system root)
how the title, I installed the selinux permissive with odin (ap)
restarted to enter twrp and saw "seandroid not enforced" red, wrote up/left display,
wiped dalvik in twrp and restart to system, and always twrp,
tried to restart to system again, and twrp a new time..
I am recovering now (i saved boot too, in backup), hope to solve..
-------------------------
refresh, solved with full backup.
knox was completely off.. probably this permissive linux is not good for
marshmallow 6.01 or for this tablet particular firmware..
---------- Post added at 06:54 PM ---------- Previous post was at 06:50 PM ----------
gnmmarechal said:
Worked great!
Click to expand...
Click to collapse
have lollipop?

[ROM] [T805] XNOTE Build 1.0 NJ5 [18.01.2015]

XNOTE Build 1.0 T805 NJ5​
X-Note development Team​{alphabetical order}​Soloilmeglio - Xentrix​
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"
}
XNOTE Build 1.0 T805 NJ5​
Advice for devs:
Code:
If you include some of our mods in your rom please
ASK PERMISSION BEFORE, and GIVE PROPER CREDITS
to X-Note Team!
Advice for users:
Code:
We are not responsible for any damage to your device.
The installation of the ROM is at your own risk.
However, the flash procedure is always performed
at least three times with a day of testing.
FOLLOW THE INSTRUCTIONS PROVIDED BELOW
The rom was flashed with the philz based recovery and tested ONLY
on a T805 so don't flash on T800
X-Note development Team​{alphabetical order}​Soloilmeglio - Xentrix​
Features:​
# Based on Samsung NJ5 T805 firmware
# Deodexed, zipaligned, rooted, busybox
# Knox removed
# The rom doesn't include modem
# Totally black themed to save battery with amoled screen
# enabled native AC3 audio support
# removed samsung magazine apps and reorganized launcher custom page to improve smoothness
# Added Facelock - unlock the tablet with your face
# Built in 4-way reboot
# Added LMT launcher app for pie keys and gesture
# Compressed framework images to improve smoothness
# moved many app from /system to /data, now we have 366mb free on system partition
# hancom office updated and all editors already included in the rom
# google set as default home page in browser
# enabled exit option on browser
# removed software update from settings
# popup message notifications
# removed google kitkat limitation for ext sdcard writing
# alphabet order view by default in application drawer
# enabled secondary symbols in stock samsung keyborard
# enabled hidden settings for samsung keyboard (xnote app)
# unlimited contacts link
# enabled Call Message Block Settings
# disabled safe volume warning dialog
# allowed unknown sources apk installation from first boot
# sms display send time instead of received time
# enable/disable camera shutter sound menu
# Gmail with exchange support (removed samsung email)
# boosted speaker and headphone sound (Three levels available in X-Note app)
# ability to enable/disable advanced 4 multiwindow (xnote app)
# ability to enable/disable floating window lauch from multiwindow bar (xnote app)
# enabled multiwindow + floating window support for all apps
# enabled multi instance support for all apps
# Samsung Pinboard included
# fully working private mode
# older dropbox and hangouts version (I like more, you can update from google play if you need)
# 300+ system fonts included by default
# Changed home left shorcut from myfile to X-Note app
# device status Normal instead of Custom
# Viper 4 android audio mod (choose it in sound effects settings after enabled from viper application)
# Multi dpi feature as all our roms
# All Samsung applications reworked to allow multi density support
# Choose your screen density with X-Transformer app, available densities:
- 320 DPI (stock)
- 307 DPI
- 294 DPI
- 281 DPI
- 268 DPI
- 255 DPI
- 242 DPI
- 229 DPI
- 213 DPI
- CUSTOM DPI (between 320 and 213)
# Playstore fix xposed module, use to patch the Play store at lower densities
# X-Note reboot app
# X-Lock app
# Added X-Transormer / X-Note / X-reboot shortcuts in samsung device settings
# Ability to show/hide power menu title bar (X-Note app)
# Ability to show/hide data toggle in power menu (x-note app)
# Ability to show/hide airplane toggle in power menu (x-note app)
# Ability to enable/disable home button wake (x-note app)
# Ability to enable/disable wallpaper scrolling in home screen
# ability to launch image studio app from xnote app
# two keyboard themes available (switch with xnote app)
# Stock theme
# dark theme
# ability to remap the hardware keys to have menu instead of recents apps and longpress home will show recents (xnote app)
# ability to set clock only / personalmessage + clock in lockscreen (xnote app)
# ability to customize personal message fonts and colors
# two battery icons... please keep only one using xnote app (show/hide function):
- OG battery mod - 100+ battery icons, change on the fly with xnote app
- 3minit battery mod - heavy customization of battery icon
# double tap on status bar to turn off the screen (enable or disable with xnote app)
# custom home button and power button in status bar with ability to show/hide
# battery bar - complete customization and dynamic colors, enable or disable with xnote app
# advanced battery text - complete customization and dynamic colors
# advanced network speed meter - outgoing / incoming traffic with colors customization
# ability to set ANY custom color for the status bar background
# DROPDOWN PANEL
the dropdown panel have two layers:
-first layer: ANY custom color for the dropdown panel background
-second layer: 22 images of the dropdown panel (xnote app)
you can mix both layers selecting the transparency for each one (xnote app), or just set only one transparent
# ability to set ANY custom color fro toggles and dropdown panel header backgrounds
# ability to show/hide the top sfinder button in dropdown panel
# ability to set ANY custom color for toggles with status ON - OFF - DIM
# ability to set ANY custom color for toggle text
# ability to show/hide toggle text
# ability to set ANY custom color for status bar clock
# ability to show / hide AM- PM
# ability to move the status bar clock in the center
# ability to set status bar clock font
# ability to show/hide date on the status bar
# ability to set the status bar date format
# ability to customize the color of the dropdown panel clock
# ability to customize the color of the dropdown panel date
# Ability to set the toggle number per line in the dropdown panel
# added more toggles (30+ in total)
# Added torchlight toggle
# Smart scrolling, longpress on toggle for settings
# ability to show / hide alarm icon on status bar
# ability to show / hide bluetooth icon on status bar
# ability to show / hide sound icon on status bar
# ability to show / hide brightness and sound icon on status bar
# CPU widget on dropdown panel with show/hide option and color customization
# Full Xnote app is included in the rom for T805 users, so we have additional features:
- 14 app themes
- complete tab scrolling velocity control
# Full Xtransformer app is included in the rom for T805 users, so we have additional features:
- 6 app themes
Installation instructions (ONLY FOR T805) ​
INSTALLATION:
1- Untick reactivation lock in security settings
2- do a EFS backup
3- check the MD5 of your downloaded X-Note rom zip
4- reboot recovery
5- wipe data is REQUIRED (don't do other wipes)
6- install zip and choose the rom in your sd
7- reboot system.
8. Before asking, look at my videos (see above) on HOW-TO use xnote app (it's made with a galaxy note 4 but it's the same) and read the first boot instructions below
9- done, have fun
# FIRST BOOT INSTRUCTIONS:
use the xnote app to change your dropdown panel, toggle background or toggle colors if you need
use xnote app to enable the home button wake if you need
use xnote app to enable / disable power menu options
log into your google account before change screen density
at first boot you will have two battery icons, choose yours (3minit or OG battery) then disable the other one with xnote app
choose how many toggles per line you want with xnote app
Viper 4 android works if you enable it in audio effects settings
PLEASE LOOK AT THE OTA FOLDER (Xnote app), WE WILL PUT THE UPDATES OR FIXES THERE IF NEEDED
Download Links:​
MD5: BCB0ADEC714B4C915C73819E4261DFCA
MEGA
Qr Code
PLEASE LOOK AT THE OTA FOLDER (Xnote app), WE WILL PUT THE UPDATES OR FIXES THERE IF NEEDED
Join us on facebook HERE
Google + page HERE
Consider to donate if you like our work and want to keep this project alive ​
​
Credits:
@Mirko ddd , he opened us the application development world!
@ cyanogen rom team
@ AOKP rom team
@ dsixda - For dsixda kitchen
@ jovy23 - SecMms mods
@ Chainfire - For Superuser and a bunch of things
@ rovo89 - For Xposed framework, for updates http://forum.xda-developers.com/show....php?t=1574401
@ Tungstwenty - For Xposed Module (custom dpi density)
@ OsamaGhareeb for battery mods
Please pm me if I forgot some Dev
XDA:DevDB Information
X-Note Rom Galaxy Tab S - T805, ROM for the Samsung Galaxy Tab S
Contributors
soloilmeglio, xentrix
ROM OS Version: 4.4.x KitKat
Version Information
Status: Stable
Stable Release Date: 2015-01-18
Created 2015-01-18
Last Updated 2015-01-21
reserved 1
reserved 2
Who's walking your dog now???
Loolllllll you guys are OUTSTANDING!!! So much work for so many devices!!! Hat off! Good luck!!!
Thanks dax you are nice this is not our main device so we will update when we can
it doesn't have the modem so I can't use my SIM? Just wipe data? No system? I'll have a look at this.
Grazie!
what program to EFS backup on the tab 10.5?
No t800 ?
JUNEBUG-1 said:
No t800 ?
Click to expand...
Click to collapse
Wondering the same
Sent from my SM-T800 using Tapatalk 2
Plzzzzzz 705 :fingers-crossed:
I remember you from Note 8.0
apeskrekk said:
what program to EFS backup on the tab 10.5?
Click to expand...
Click to collapse
I think you need to backup your efs in twrp recovery.
how to boot in to custom recovery mode ? have rooted the T805
Joker87 said:
it doesn't have the modem so I can't use my SIM? Just wipe data? No system? I'll have a look at this.
Grazie!
Click to expand...
Click to collapse
You will keep your current modem. The sim works.
only wipe data, the other wipes are performed during installation
apeskrekk said:
how to boot in to custom recovery mode ? have rooted the T805
Click to expand...
Click to collapse
You have to flash one with odin. Than press volume up, power button and home together for 10 seconds
When the tab is off
Tkkg1994 said:
You have to flash one with odin. Than press volume up, power button and home together for 10 seconds
When the tab is off
Click to expand...
Click to collapse
where do i find the right files for the t805 custom recovery mode
apeskrekk said:
where do i find the right files for the t805 custom recovery mode
Click to expand...
Click to collapse
Follow the instructions here:
http://forum.xda-developers.com/showthread.php?t=2817100
apeskrekk said:
how to boot in to custom recovery mode ? have rooted the T805
Click to expand...
Click to collapse
You can use an app called flashify.
The rom works perfect at first glance Perfect
apeskrekk said:
The rom works perfect at first glance Perfect
Click to expand...
Click to collapse
read op and look at my video about how to use xnote app
I went to recovery mode, Philz touch 6, choose first factory wipe and then installed zip file. Rebooted and The rom was installed. I then found out That my device was not rooted anymore. Used check root app and iT verified That i was not rooted. Do you know what I am doing wrong. I did it twice and both times i lost my root.

KERNEL][7.0][SM-G570F (J5 PRIME)] MutantKernel v2 by AlexVolzsk

MutantKernel v2​
LZ4 Compression
Disabled KNOX & TIMA
One click SELinux status change through OKM
TCP Algorithms
Working S-Health
Disabled CRCs (30% performance boost)
Enable NTFS support
Disabled Forced File Encryption
Disabled Secure Storage
Disabled DM_VERITY
Fake knox 0x0
Enable F2FS support
ADB FIXED & Logcat Working at boot
Status: Stable
Current Stable Version: v2
Kernel version: 3.18.14
Google disk | MEGA
Does this work on y variant?

Oneplus 8T [Android 12] - Fingerprint Reader Not Working Patch File

Hi, while I am facing this issue, thanks to @BillGoss for highlighting the changes required for people who root/magisk installed.
OxygenOs 12 Beta
OxygenOs 12 CBT for kb2001 - working on all variants (you install at your own risk) https://mega.nz/file/CVsgyaAB#zrRWx1vIKUc6pMmNesu8ywpaUSAJWJecDcROvwOGOug
forum.xda-developers.com
So I compared the file with the original @kdrag0n Universal SafetyNet Fix, and the files required to change is:
credit to @BillGoss & @kdrag0n
1st --
system.prop [ORIGINAL from kdrag0n]
# Basic MagiskHide properties
# RootBeer, Microsoft
ro.build.tags=release-keys
# Samsung
ro.boot.warranty_bit=0
ro.vendor.boot.warranty_bit=0
ro.vendor.warranty_bit=0
ro.warranty_bit=0
# SafetyNet
ro.boot.verifiedbootstate=green
ro.boot.veritymode=enforcing
ro.boot.vbmeta.device_state=locked
vendor.boot.vbmeta.device_state=locked
# Other
ro.build.type=user
ro.debuggable=0
ro.secure=1
Click to expand...
Click to collapse
system.prop [MODIFIED]
# Basic MagiskHide properties
# RootBeer, Microsoft
ro.build.tags=release-keys
# Samsung
ro.boot.warranty_bit=0
ro.vendor.boot.warranty_bit=0
ro.vendor.warranty_bit=0
ro.warranty_bit=0
# OnePlus
ro.is_ever_orange=0
# SafetyNet
ro.boot.verifiedbootstate=green
ro.boot.veritymode=enforcing
vendor.boot.vbmeta.device_state=locked
# Other
ro.build.type=user
ro.debuggable=0
ro.secure=1
Click to expand...
Click to collapse
2nd --
service.sh [ORIGINAL from kdrag0n]
# Late props which must be set after boot_completed
{
until [[ "$(getprop sys.boot_completed)" == "1" ]]; do
sleep 1
done
# avoid breaking Realme fingerprint scanners
resetprop ro.boot.flash.locked 1
# avoid breaking OnePlus display modes/fingerprint scanners
resetprop vendor.boot.verifiedbootstate green
}&
Click to expand...
Click to collapse
service.sh [MODIFIED]
# Late props which must be set after boot_completed
{
until [[ "$(getprop sys.boot_completed)" == "1" ]]; do
sleep 1
done
# avoid breaking Realme fingerprint scanners
resetprop ro.boot.flash.locked 1
# avoid breaking Oppo fingerprint scanners
resetprop ro.boot.vbmeta.device_state locked
# avoid breaking OnePlus display modes/fingerprint scanners
resetprop vendor.boot.verifiedbootstate green
}&
Click to expand...
Click to collapse
File Replaced from his last latest release 2.2.1(Zygisk):
1. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/service.sh
2. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/post-fs-data.sh
3. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/system.prop
As I don't know how to build from GitHub, I manually replaced the files shown above. All files are copied from @kdrag0n GitHub Repo [Zygisk version]
Thanks, It work
I just upgrade to android 12 today and fingerprints sensor didn't work
Got an error in the installation.
Device is system-as-root
Unable to extract zip file!
Installation failed
bojiokia said:
Hi, while I am facing this issue, thanks to @BillGoss for highlighting the changes required for people who root/magisk installed.
OxygenOs 12 Beta
OxygenOs 12 CBT for kb2001 - working on all variants (you install at your own risk) https://mega.nz/file/CVsgyaAB#zrRWx1vIKUc6pMmNesu8ywpaUSAJWJecDcROvwOGOug
forum.xda-developers.com
So I compared the file with the original @kdrag0n Universal SafetyNet Fix, and the files required to change is:
credit to @BillGoss & @kdrag0n
1st --
2nd --
File Replaced from his last latest release 2.2.1(Zygisk):
1. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/service.sh
2. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/post-fs-data.sh
3. https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/magisk/system.prop
As I don't know how to build from GitHub, I manually replaced the files shown above. All files are copied from @kdrag0n GitHub Repo [Zygisk version]
Click to expand...
Click to collapse
How come your zip is 223kb when the one I modified is one only 92kb? See https://forum.xda-developers.com/t/oxygenos-12-beta.4383689/post-86562887
This one's updated with the files from @kdrag0n's GitHub that were updated on the 10th and 12th of March 2022.
Hello, the attached file 'safetynet-fix-v2.2.1.1_Realme_FingerprintFix.zip' does not fix the fingerprint reader for me.
But the other file 'safetynet-fix-v2.2.1-ob1.zip' form the other thread works for me.
My phone version is KB2005_11_C.11, Magisk 24.3 .
I've taken a look into the source code, looks like the issue is now fixed in the commit 55f892fb8855a7867a186970e0bfc31e665ab183. However, @kdrag0n hasn't provided a new release with that commit on Github.
I've cloned the repository (https://github.com/kdrag0n/safetynet-fix.git) and compiled the module myself. I can confirm the module I just compiled fixes the fingerprint issue.
Here's the module I compiled, based on commit 57b726c260bb40b838c5d942965282a5a482bdbe
Hello, thanks for your new patch.
I confirm that the fingerprint reader works with it.
Alas, there is a new issue: Niantic games (e.g. Pokemon Go, Pikmon Bloom ....) wont run now. It looks like there is user authentication issue.
So I'm reverting to 'safetynet-fix-v2.2.1-ob1.zip' for now, where I have both finferprint reader and Niantic games working.
Does anyone have an update solution for the fingerprint problem?
The SaftyNetFix v2.3.1 from kdrag0n does not work for me, the SaftyNet is fine but my fingerprint sensor does not work.
Device: Oneplus 8T EU version OOS12 C.20
Ramme said:
Does anyone have an update solution for the fingerprint problem?
The SaftyNetFix v2.3.1 from kdrag0n does not work for me, the SaftyNet is fine but my fingerprint sensor does not work.
Device: Oneplus 8T EU version OOS12 C.20
Click to expand...
Click to collapse
Did you try previous safetynet-fix-v2.2.1-ob1.zip version?
Yes I have tried all versions from the XDA forum, also from other threads.
I have found the problem. I used Magisk Hide and the SaftyNet script in combination.
Without Magik hide my fingerprint sensor works.
But my CTS profile fails without Magisk Hide.
It is due to the version OOS C.20 "C.21".
Everyone in the OOS forum is reporting a Saftynet problem.
I hope there is a solution from Oneplus as soon as possible.
Ramme said:
Yes I have tried all versions from the XDA forum, also from other threads.
I have found the problem. I used Magisk Hide and the SaftyNet script in combination.
Without Magik hide my fingerprint sensor works.
But my CTS profile fails without Magisk Hide.
It is due to the version OOS C.20 "C.21".
Everyone in the OOS forum is reporting a Saftynet problem.
I hope there is a solution from Oneplus as soon as possible.
Click to expand...
Click to collapse
Hi,
Can you please share the patched boot.img for C.21 IN version, if you have it.
Or tell me the way to patch a boot image.
I am trying with magisk to patch the boot image, but when I do "fastboot boot boot.img" with the patched image, it doesn't work. Magisk doesn't shot Direct install. Basically I am not able to root my C.21 IN version.
Any help would be appreciated.

Samsung tab a 10.1 SM-T515 can't find custom rom gta3xlwifi ...

First of all, I apologize for my mistakes in writing. Because I use google translate to get my point across.
I have a Samsung tab a10.1. SM-T515 with code gta3xlwifi. I had a lot of trouble rooting this device and also installing twrp. I was able to install custom recovery at the end. but none of the lineage os or other custom roms are loaded on this device. As the reason, error code 7 appears in the twrp terminal. at the top it says "this rom is for gtaxlwifi, gta4xlwifi, etc. devices. your device is gta3xlwifi" . I checked not only lineage, but also pixel and caos, the same error code is received and it does not load. I also unzipped the lineage os.zip file and deleted the first error codes from the meta-inf/com/google/script-update file and checked. still not working :/ If you know any gta3xlwifi roms pls help....
I have installed the stock system at the moment, and it freezes a lot... I'll give the tablet a chance for the last time and try my luck here, if it doesn't work, let the tablet think for itself :|
Mecidzade said:
First of all, I apologize for my mistakes in writing. Because I use google translate to get my point across.
I have a Samsung tab a10.1. SM-T515 with code gta3xlwifi. I had a lot of trouble rooting this device and also installing twrp. I was able to install custom recovery at the end. but none of the lineage os or other custom roms are loaded on this device. As the reason, error code 7 appears in the twrp terminal. at the top it says "this rom is for gtaxlwifi, gta4xlwifi, etc. devices. your device is gta3xlwifi" . I checked not only lineage, but also pixel and caos, the same error code is received and it does not load. I also unzipped the lineage os.zip file and deleted the first error codes from the meta-inf/com/google/script-update file and checked. still not working :/ If you know any gta3xlwifi roms pls help....
I have installed the stock system at the moment, and it freezes a lot... I'll give the tablet a chance for the last time and try my luck here, if it doesn't work, let the tablet think for itself :|
Click to expand...
Click to collapse
Hi.
Welcome to xda.
Quick look though the threads, I ran across this one.
(ROM)(UNOFFICIAL)(11.0)NEXUS STOCK and Lineage OS GALAXY Tab A 10.1 "SM-T515" - Link
Quick look at the Lineage build, it seems to be for the T510 gta3xlwifi.
Code:
# Samsung SM-T510 [Build Date - Nov 20 2020]
#
# Device is on certified list
# Samsung Galaxy Tab A gta3xlwifi SM-T510
#
# ro.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.version.security_patch=2019-10-05
#
# ro.bootimage.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.description=omni_gta3xlwifi-eng 9 PQ3B.190801.002 eng.chad.20201120.225433 test-keys
# ro.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.version.release=9
# ro.build.version.sdk=28
# ro.product.device=gta3xlwifi
# ro.product.brand=samsung
# ro.product.manufacturer=samsung
# ro.product.model=SM-T510
# ro.product.name=omni_gta3xlwifi
# ro.build.product=gta3xlwifi
#
# # Pulled from ramdisk/prop.default
Not sure if you tried that one or not.
Cheers.
ipdev said:
Hi.
Welcome to xda.
Quick look though the threads, I ran across this one.
(ROM)(UNOFFICIAL)(11.0)NEXUS STOCK and Lineage OS GALAXY Tab A 10.1 "SM-T515" - Link
Quick look at the Lineage build, it seems to be for the T510 gta3xlwifi.
Code:
# Samsung SM-T510 [Build Date - Nov 20 2020]
#
# Device is on certified list
# Samsung Galaxy Tab A gta3xlwifi SM-T510
#
# ro.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.version.security_patch=2019-10-05
#
# ro.bootimage.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.description=omni_gta3xlwifi-eng 9 PQ3B.190801.002 eng.chad.20201120.225433 test-keys
# ro.build.fingerprint=samsung/omni_gta3xlwifi/gta3xlwifi:9/PQ3B.190801.002/chad11202254:eng/test-keys
# ro.build.version.release=9
# ro.build.version.sdk=28
# ro.product.device=gta3xlwifi
# ro.product.brand=samsung
# ro.product.manufacturer=samsung
# ro.product.model=SM-T510
# ro.product.name=omni_gta3xlwifi
# ro.build.product=gta3xlwifi
#
# # Pulled from ramdisk/prop.default
Not sure if you tried that one or not.
Cheers.
Click to expand...
Click to collapse
thank you for the reply. I will check and get back to you

Categories

Resources