Advertisement
sniper_nuko

Kill NFC

Apr 29th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. XPERIA Z1 f SO-02F NFC関連プロセス
  2.  
  3. USER PID PPID VSIZE RSS WCHAN PC NAME
  4. root 544 2 0 0 ffffffff 00000000 S irq/345-felica_
  5. root 545 2 0 0 ffffffff 00000000 S irq/343-nfc_irq
  6. root 546 2 0 0 ffffffff 00000000 S irq/344-nfc_rfs
  7. root 744 1 4140 376 ffffffff 00000000 S /system/bin/snfcccserver
  8. nfc 3993 580 913652 63548 ffffffff 00000000 S com.android.nfc
  9. system 30076 580 899248 58464 ffffffff 00000000 S com.sonymobile.nfclock
  10.  
  11. ロリロリにしてinit.dあたりに
  12. #!/system/bin/sh
  13. #
  14. # Kill NFC Process
  15.  
  16. kill 544
  17. kill 545
  18. kill 546
  19. kill 744
  20. kill 3993
  21. kill 30076
  22. insmod /system/lib/modules/custom_modules/felica_snfc.ko
  23.  
  24. 544と744はいらないとして逝けるか?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement