Giter Club home page Giter Club logo

readnfccc's People

Contributors

nono2357 avatar

Watchers

 avatar  avatar

readnfccc's Issues

Nothing append after scanning a NFC "Carte Bleue"

What steps will reproduce the problem?
1. Download the whole NFCCreditCardTool
2. Install the app thanks to the APK
3. Launch the app, welcome message : "Waiting for Card"
4. Scan the CB : the welcome message disapear but nothing comes instead

What is the expected output? What do you see instead?
- CB infos (Owner Name, AID, ...)
- Black background

What version of the product are you using? On what operating system?
- r4
- Android 4.0.4

Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 10:27

byte_t is not a standard type

What steps will reproduce the problem?
1. On Mac OS X 10.7
2. gcc readnfccc.c -lnfc -o readnfccc

What is the expected output? What do you see instead?
readnfccc.c:30: error: expected declaration specifiers or ‘...’ before 
‘byte_t’

Please provide any additional information below.

Use C99 standard uint8_t instead of byte_t.
uint8_t may not be available on Windows with Viusal C.

Patch attached.

Original issue reported on code.google.com by [email protected] on 8 Sep 2012 at 2:38

Attachments:

Reformat README to 72 columns

Some lines of the README files are longer than 80 characters.

I propose to reformat the file to not use lines longer than 72 characters.

Patch attached.

Original issue reported on code.google.com by [email protected] on 8 Sep 2012 at 2:32

Attachments:

No cardholder nor expiration date

Using my visa premier, I can successfully retrieve my history, but I can't 
retrieve cardholder or expiration date. 

After doing some debug, I found that the code {0x00,(byte) 0xB2,0x01,0x0C,0x00} 
isn't responding with the good content (response is only two bytes)

I changed this line by {0x00,(byte) 0xB2,0x02,0x0C,0x00} (found in another 
code) and I have now a longer response (57 bytes) which contains the two 5F & 
20 bytes that we are looking for, but the remaining bytes are not relevant (no 
cardholder nor expiration date)

Is there something I missed ? 

Moreover, I had to replace all tv1.setText(foo) by tv1.setText(tv1.getText() + 
"\n" + foo) otherwise only the last processed value was displayed

Any help is welcome !!

Thanks.

Original issue reported on code.google.com by [email protected] on 19 Nov 2012 at 4:18

Cannot read my CB/Visa - IOException when IsoDep.connect()

Hello !
I don't know if anyone is still following this NFC story... I tried to see by 
myself if my data was exposed by reading my own bank card, however I cannot get 
anything from it. This might be a good thing, or it is just that I am not a 
good enough android dev. Maybe someone can help me?

The mTechStringList attribute of the Tag object discovered has 2 values: IsoDep 
and NfcA.
However when I try to use the connect() method, I get a IOException...

Concerned code is the following:

Tag nfcTag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG);
//Tag t = (Tag) nfcTag;
IsoDep myTag = IsoDep.get(nfcTag);
   if( !myTag.isConnected() ) {
    try {
        myTag.connect();
    } catch (IOException e) {
        e.printStackTrace();
        return;
    }
}

Do you know if banks reacted and implemented security measures ? Or is there 
something wrong with the code ?
My card is a French bank CB / VISA card, quite common.

Thank you !
Nicolas

Original issue reported on code.google.com by [email protected] on 2 Jul 2014 at 9:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.