Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
maw230
Old
#91  
Senior Member
Thanks Meter 34
Posts: 240
Join Date: Jun 2010
subscribing to this as this is THE most important feature that my Gnex is missing at the moment imo.

Good luck devs! I'm willing to donate to whoever makes this work for JB CDMA (VZ) Galaxy Nexi.
Galaxy Nexus
Nexus 7
Revue
Various Android stickers
Chrome installed on PC
google.com homepage
 
XlAfbk
Old
#92  
XlAfbk's Avatar
Senior Member
Thanks Meter 234
Posts: 1,132
Join Date: Aug 2010
just wondering, is anyone even actively working on porting this to JB or does it need a new maintainer?
Galaxy Nexus maguro & Nexus 10 manta, both on CM10.1 nightlies, stock kernel.
 
XlAfbk
Old
(Last edited by XlAfbk; 1st September 2012 at 06:20 PM.)
#93  
XlAfbk's Avatar
Senior Member
Thanks Meter 234
Posts: 1,132
Join Date: Aug 2010
Default JellyBean version

Attached is a version for CM10 based JellyBean ROMs. This should work on CM10, AOKP and similar ROMs. Only the screenoff version is available, lockscreen version doesn't work. Make a backup of your Nfc.apk before applying this one!

For Stock JB ROMs use the modded apk in http://forum.xda-developers.com/show...&postcount=112

Install instructions:
1. backup your /system/app/Nfc.apk
2. push Nfc_screenoff.apk to /system/app/Nfc.apk or use a root-enabled file manager to replace the file
3. reboot

For reference I'm also attaching a .diff of the changes I made. If you try this at home it's important to (bak)smali the classes.dex file and replace it in the original apk, recompiling it as a whole always broke NFC functionality for me.

edit: cm-10-20120831-NIGHTLY and later use http://forum.xda-developers.com/show...&postcount=138
Attached Files
File Type: apk Nfc_screenoff.apk - [Click for QR Code] (164.9 KB, 358 views)
File Type: diff NfcService.diff - [Click for QR Code] (4.6 KB, 194 views)
Galaxy Nexus maguro & Nexus 10 manta, both on CM10.1 nightlies, stock kernel.
The Following 10 Users Say Thank You to XlAfbk For This Useful Post: [ Click to Expand ]
 
tgerbracht
Old
#94  
Senior Member
Thanks Meter 10
Posts: 498
Join Date: Jan 2008
Thanks for keeping this project going!
 
GatorsUF
Old
#95  
Senior Member
Thanks Meter 48
Posts: 972
Join Date: May 2009
Location: Sarasota, FL
Haven't really used this mod yet. Is that port for the Toroplus? I am on Toro and would love this mod for JB!
 
LoveNFC
Old
(Last edited by LoveNFC; 7th September 2012 at 11:35 AM.)
#96  
Senior Member
Thanks Meter 49
Posts: 138
Join Date: May 2012
Quote:
Originally Posted by XlAfbk View Post
I managed to create a JellyBean version of the mod by editing the smali files.
This is based on the Nfc.apk in Euroskank cm-10-20120729.0949-SKANK-maguro and only tested with that ROM. I have no idea whether it works in other ROMs, so use at your own risk and of course make a backup of your Nfc.apk before using this one! (That's also the reason I'm not providing it as a CWM zip)

I tried to create a lockscreen version but failed, so only screenoff is available. As lockscreen should be a 1 char change only I assume it doesn't work because of some changes in Androids code someplace else.

Install instructions:
1. backup your /system/app/Nfc.apk
2. push Nfc_screenoff.apk to /system/app/Nfc.apk or use a root-enabled file manager to replace the file
3. reboot

For reference I'm also attaching a .diff of the changes I made. If you try this at home it's important to (bak)smali the classes.dex file and replace it in the original apk, recompiling it as a whole always broke NFC functionality for me.
Unfortunately this doesn't work on a stock 4.1.1 GSM Nexus. If I were to send you my NFC apk, would you be able to edit it?
Attached Files
File Type: apk com.orange.nfcwallet.uk.apk - [Click for QR Code] (1.22 MB, 1 views)
File Type: apk quicktaps.apk - [Click for QR Code] (1.23 MB, 1 views)
 
XlAfbk
Old
#97  
XlAfbk's Avatar
Senior Member
Thanks Meter 234
Posts: 1,132
Join Date: Aug 2010
I should be, unless the file is completly different from the CM10 one. Can give it a try if you PM me the file.
Galaxy Nexus maguro & Nexus 10 manta, both on CM10.1 nightlies, stock kernel.
 
LoveNFC
Old
#98  
Senior Member
Thanks Meter 49
Posts: 138
Join Date: May 2012
Just needed somewhere reliable to upload, sorry.
Attached Files
File Type: apk Nfc.apk - [Click for QR Code] (120.6 KB, 14 views)
 
kev0153
Old
#99  
kev0153's Avatar
Senior Member
Thanks Meter 82
Posts: 581
Join Date: Nov 2007
Location: South Carolina
Quote:
Originally Posted by XlAfbk View Post
I managed to create a JellyBean version of the mod by editing the smali files.
This is based on the Nfc.apk in Euroskank cm-10-20120729.0949-SKANK-maguro and only tested with that ROM. I have no idea whether it works in other ROMs, so use at your own risk and of course make a backup of your Nfc.apk before using this one! (That's also the reason I'm not providing it as a CWM zip)

I tried to create a lockscreen version but failed, so only screenoff is available. As lockscreen should be a 1 char change only I assume it doesn't work because of some changes in Androids code someplace else.

Install instructions:
1. backup your /system/app/Nfc.apk
2. push Nfc_screenoff.apk to /system/app/Nfc.apk or use a root-enabled file manager to replace the file
3. reboot

For reference I'm also attaching a .diff of the changes I made. If you try this at home it's important to (bak)smali the classes.dex file and replace it in the original apk, recompiling it as a whole always broke NFC functionality for me.
Thanks but didn't seem to work on liquid smooth beta 1 on my vzw nexus
 
Lesicnik1
Old
#100  
Recognized Contributor
Thanks Meter 690
Posts: 2,188
Join Date: Feb 2011
Location: Slovenj Gradec
Quote:
Originally Posted by XlAfbk View Post
I managed to create a JellyBean version of the mod by editing the smali files.
This is based on the Nfc.apk in Euroskank cm-10-20120729.0949-SKANK-maguro and only tested with that ROM. I have no idea whether it works in other ROMs, so use at your own risk and of course make a backup of your Nfc.apk before using this one! (That's also the reason I'm not providing it as a CWM zip)

I tried to create a lockscreen version but failed, so only screenoff is available. As lockscreen should be a 1 char change only I assume it doesn't work because of some changes in Androids code someplace else.

Install instructions:
1. backup your /system/app/Nfc.apk
2. push Nfc_screenoff.apk to /system/app/Nfc.apk or use a root-enabled file manager to replace the file
3. reboot

For reference I'm also attaching a .diff of the changes I made. If you try this at home it's important to (bak)smali the classes.dex file and replace it in the original apk, recompiling it as a whole always broke NFC functionality for me.
I can confirm it works on ParanoidAndroid 1.9.5a for the maguro

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...