Hướng fix lỗi fc Settings khi xóa NFC Galaxy Note 3 Android Lollipop Decompile SecSettings.apk Mở file \SecSettings\smali\com\android\settings\nfc\SBeamEnabler.smali bằng Notepad++ Nhấn tổ hợp phím Ctrl + F, tìm Code: .method public procOnPause()V Thấy đoạn code sau Code: .method public procOnPause()V .locals 4 .prologue const/4 v1, 0x0 const/4 v3, 0x0 const/4 v2, 0x1 .line 201 iget-object v0, p0, Lcom/android/settings/nfc/SBeamEnabler;->mSbeamPref:Landroid/preference/SwitchPreferenceScreen; if-eqz v0, :cond_0 Thêm đoạn thần chú của mình (code) Code: # ManhIT iget-object v0, p0, Lcom/android/settings/nfc/SBeamEnabler;->mNfcAdapter:Landroid/nfc/NfcAdapter; if-eqz v0, :cond_4 Dưới dòng Code: const/4 v2, 0x1 và trên dòng Code: .line 201 iget-object v0, p0, Lcom/android/settings/nfc/SBeamEnabler;->mSbeamPref:Landroid/preference/SwitchPreferenceScreen; Save, compile lại. Xong! Đưa file SecSettings.apk mới vào điện thoại rồi tiến hành xóa NFC bình thường! Remove NFC via adb shell command: Code: adb shell su mount -o remount,rw /system rm -fR /system/app/NfcNci rm -f /system/app/*nfc* rm -f /system/etc/*nfc* rm -f /system/etc/firmware/*nfc* rm -f /system/etc/permissions/*nfc* rm -f /system/etc/framework/*nfc* rm -f /system/etc/framework/arm/*nfc* rm -f /system/etc/lib/*nfc* Remove NFC flash via Recovery: https://www.fshare.vn/file/QAXIIR1KIMA8 Đọc thêm: Android Debug Bridge (adb) - Hướng dẫn sử dụng các lệnh cơ bản Tut fix lỗi fc Settings khi xóa nfc trên Note 3 Android Lollipop - By @Mạnh_IT .