I'm working on sourcing some .3mm thick MiFare1K-compatible adhesive label tags... until then, I just glued a normal "credit card sized" MiFare to the back of my business card:
http://www.youtube.com/watch?v=FjUoSO__Bno
Someone asked me, "How much does each of your business cards cost now?"
My reply, "Who cares, you only need ONE - you had someone your card, they swipe it by their phone and hand it back!"
I also have other cards with various functions I'm playing with: "text me" "call me" as well as various home automation functions (I can go to a URL to turn on my lights, so I just encode the card with the URL).
Can't wait until Android can do P2P with the NFC, that's when this will start to get real fun.
that will only work when everyone have a build in NFC reader in their phone
until then, the trick is nice, but not ready for prime time
better make sure to NOT give out your NFC business card to some one who plans to Keep your Business Card
i'll be interested to make one for my own business
i wonder how much it'll cost to make one of those
AllGamer said:
that will only work when everyone have a build in NFC reader in their phone
until then, the trick is nice, but not ready for prime time
better make sure to NOT give out your NFC business card to some one who plans to Keep your Business Card
i'll be interested to make one for my own business
i wonder how much it'll cost to make one of those
Click to expand...
Click to collapse
Well uh, yeah... Apple has announced that the new iPhone5 & iPad will have NFC, so it's coming sooner rather than later. Sorry you just see it as a 'trick'... it was just an exercise for me to learn about it, get ahead of the curve, and maybe evangelize it a bit.
I got the ACR122U SDK on eBay which included 5 MiFare1K cards. $150ish.
Kudos, the whole NFC thing is going to take off big time in the next year, mark my words. Staying one step ahead is a very good idea!
Sent from my Nexus S using XDA App
pkx said:
Well uh, yeah... Apple has announced that the new iPhone5 & iPad will have NFC, so it's coming sooner rather than later. Sorry you just see it as a 'trick'... it was just an exercise for me to learn about it, get ahead of the curve, and maybe evangelize it a bit.
I got the ACR122U SDK on eBay which included 5 MiFare1K cards. $150ish.
Click to expand...
Click to collapse
I had heard there were rumors but not that it was announced. Either way I agree that nfc should come into greater use as it is amazing tech.
Sent from my CM7 Nexus S!
Cool card!
Unfortunately, NFC will blow up once Apple brings it.
leyvatron said:
Cool card!
Unfortunately, NFC will blow up once Apple brings it.
Click to expand...
Click to collapse
Why is that unfortunate? We WANT NFC to be big. Who cares if it gets big by Apple implementing it?
The only downside is that Apple WILL claim that they invented NFC, and will call it iNFC.
ravidavi said:
The only downside is that Apple WILL claim that they invented NFC, and will call it iNFC.
Click to expand...
Click to collapse
LOL so true
{
"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"
}
Some more details since others were curious:
I used an ACS122U SDK kit I got off of eBay - included 5 MiFare1K cards. Installed drivers, then used this app to write to the cards: http://nfctagger.sourceforge.net/
I simply chose "smart poster" NFC type in NFCTagger, made the text "Kris Linquist's vCard", and made the URL http://www.linquist.net/vcard
Unfortunately you can't link directly to a vcard since Android will just display it as text (ugh - known issue: http://code.google.com/p/android/issues/detail?id=9215)
I used (http://533design.com/vcard/)'s solution of having a PHP script (/vcard/index.php) tell the Android browser to download the vcard as an attachment.
The only gotcha I ran into was re-writing the cards. The NFCTagger app rewrites KeyA & KeyB during the first card programming, but it apparently has issues (maybe just with this specific reader) re-authenticating to the card with it's 'known' keys. I had to use ACS's EasyKey utility (included in the SDK) to re-format all 16 sectors one by one.
Keys for sector 0: A0A1A2A3A4A5 / D3F7D3F7D3F7
Keys for sector 1-15: D3F7D3F7D3F7 / D3F7D3F7D3F7
With the SDK, I will probably write a quick C# app to automate the formatting (or use a command line app I found, MiCmd http://code.google.com/p/micmd/).
Very cool. Looking forward to NFC gaining momentum and being adopted in more phones as time progresses.
As far as I see it, Apple adopting NFC will only make it mainstream. This, my friends, is exactly what we want.
Thanks for sharing.
ravidavi said:
Why is that unfortunate? We WANT NFC to be big. Who cares if it gets big by Apple implementing it?
The only downside is that Apple WILL claim that they invented NFC, and will call it iNFC.
Click to expand...
Click to collapse
Not only that, but they'll no doubt try and make it proprietary. If you read some news, they're already acting like Apple will be inventing it in a few months, which doesn't make sense anyway.
Sent from my Nexus One
any idea how much it'll cost to to order those NFC TAG cards in major quantities?
it's great for printing out the business card on one side and a advertisement on the other side, then have them "Scan Me" to see more
it's perfect to pich a sales to Insurance Agents, they love that kind of stuff
pkx said:
Some more details since others were curious:
I used an ACS122U SDK kit I got off of eBay - included 5 MiFare1K cards. Installed drivers, then used this app to write to the cards: http://nfctagger.sourceforge.net/
I simply chose "smart poster" NFC type in NFCTagger, made the text "Kris Linquist's vCard", and made the URL http://www.linquist.net/vcard
Unfortunately you can't link directly to a vcard since Android will just display it as text (ugh - known issue: http://code.google.com/p/android/issues/detail?id=9215)
I used (http://533design.com/vcard/)'s solution of having a PHP script (/vcard/index.php) tell the Android browser to download the vcard as an attachment.
The only gotcha I ran into was re-writing the cards. The NFCTagger app rewrites KeyA & KeyB during the first card programming, but it apparently has issues (maybe just with this specific reader) re-authenticating to the card with it's 'known' keys. I had to use ACS's EasyKey utility (included in the SDK) to re-format all 16 sectors one by one.
Keys for sector 0: A0A1A2A3A4A5 / D3F7D3F7D3F7
Keys for sector 1-15: D3F7D3F7D3F7 / D3F7D3F7D3F7
With the SDK, I will probably write a quick C# app to automate the formatting (or use a command line app I found, MiCmd http://code.google.com/p/micmd/).
Click to expand...
Click to collapse
Yeah, its not unfortunate but you know what I mean...they'll take all the credit, its isad.
This is a very cool idea...
mifare ultralight c tickets as business card
I made such business cards but there's a more elegant solution than gluing labels onto existing business cards. I bought Mifare Ultralight C paper tickets which e.g. you can get at smartcardfocus.com / smartcardfocus.us. They are meant to be used as tickets for events, transportation etc. but they happen to be the exact size of a standard business card.
The only worry is printing on them. Note that you don't strictly need to print something on them, after all with NFC it's about what's in the card, not what's on it. However I still but some info on them for people that don't have NFC (yet) and also the URL as a QR code as a fallback. To print on them, I just attach them to a regular A4 sheet of paper using a bit of scotch tape around the edges and feed them into a standard laser printer. Then you can pry the card off the sheet, the sticky tape won't damage it if you're careful.
My NFC Business cards now available
Hi,
It is now possible to order nfc-enabled business cards with the exact same dimensions as a regular business card!
Upload your design and order now at mynfcbusinesscard.com!
Related
Let's laugh at iNone 4
AppleCare: The iPhone 4 Update Won't Solve the Antenna Problem
Well this is just a nice way to come back from a holiday. It seems someone at AppleCare has stated that the iOS 4 update won't solve the antenna issues so many users are complaining about on their new iPhone 4. Apparently it will change the way the antenna indicator calculates bars, but that won't solve what happens when you touch the left lower portion of the antenna.
We'll still call this post a rumor until we see the update to the OS actually working and confirming it as a fact, but according to Gizmodo, they gave AppleCare a call three times today and in these three times they got the same "pretty much read" responses:
• There is an antenna interference problem when you hold the iPhone 4 in a certain way
• One solution is to hold the phone differently, avoiding to touch the left bottom corner of the phone
• The other other solution is to buy a case or one of Apple's $30 bumpers
• The incoming software update will not fix this antenna problem, only change the way the phone displays the available signal, make it more accurate
So much for state of the art industrial design. Don't get me wrong, the concept is cool and I am a big fan of the phone. I just wouldn't call this a break through until Apple can prove it can work. Surely getting a free bumper is a great solution Apple should attend to by giving these away for free, but there are some of us here who simply don't like to carry their phones on cases..
ok what now??
The solution? ahaaaa right, I forget to write the solution
hmmmm
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
v
mybe this
{
"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"
}
no no no!
this
Yep, it will not work with an update - and Apple is reacting as allways ....
http://blogs.consumerreports.org/el...m-issues-signal-strength-att-network-gsm.html
Discussion on Apple Forums (cached on Bing) http://cc.bingj.com/cache.aspx?q=co...48&mkt=en-US&setlang=en-US&w=6fddb6d,f506f19b
and the typical reaction http://www.tuaw.com/2010/07/12/apple-drops-consumer-reports-discussion-threads-down-memory-hole/
At least my HD2 works
Nice solutions anyway - not as stylish as i would prefer but i guess without any problems
a website posted a solution is to apply a tape on the bottom left corner of the phone covering the gap. anyway, nice photos. i will share them with my frens hehehe
RedDevils88 said:
a website posted a solution is to apply a tape on the bottom left corner of the phone covering the gap. anyway, nice photos. i will share them with my frens hehehe
Click to expand...
Click to collapse
but that looks ugly and cheap
Hahahahahahahahahahahahahahaha....you get the point
recently i was talking w/ a frind of me about the hd2 (he really wants one and sorfs this forum very often) and we began to talk about the iphone.
[flame]
we began talking about the new "features" of the ios 4 (about 2/3 of those "features" are supported by wm/android for ages; the others are useless, like increase digital zoom for the camera). i then took a look on apple's ios4 web site.
for your sanity i advise NOT to take a look on that page, i don't know if i should laugh out loud about what is written on that page or rather bash my head against a wall.
beginning at that "facetime" stuffs (video telephy) that only works when connected to wifi, to the "security measures" and busibess functions, it's all either "wtf lol" or "wft lame" or even both for me.
and in the headline it states "With its easy-to-use interface, amazing features, and rock-solid stability, iOS — Apple’s mobile operating system — is the foundation of iPhone. And even as other phones try to catch up, the technologies and features built into iOS 4 keep it years ahead of the competition". come on.
[/flame]
We don't own iPhone 4's so why should we care one way or another?
This thread is more than a little pathetic.
Pagnell said:
We don't own iPhone 4's so why should we care one way or another?
This thread is more than a little pathetic.
Click to expand...
Click to collapse
even tough i posted here i must say that you are right. we laugh about the iphone/ipad especially if there's a vid on youtube of some guy bashing his ithing with a baseball bat but cry if someone throws his hd2 at a wall .
but we all need some valve.
Available soon, the Apple iWheel(tm)! Apples "Rotational Symetrical Hardware Information Technology " system allows your objects to be moved in spacetime, allowing you the freedom to arrange your surroundings with one easy push.
Apple gives you the power to manipulate obects in ways you never thought possible, allowing you the creativity you need to get ahead. Any other methods of moving matter are relegated into obscurity, as you are so far ahead of evolution people will travel back in time just to be humbled by your superiority as an Apple customer.
Only $499 for all this productivity, and only $49 a month thereafter! "iWheel, the product humans have been waiting for, since Jesus."
*cue 2million mugs cough people emailing apple to get on the iWheel waiting list*
jem85 said:
Available soon, the Apple iWheel(tm)! Apples "Rotational Symetrical Hardware Information Technology "
Click to expand...
Click to collapse
I love the acronym you can create from that. Good show mate, good show...
I forgot to put a link to this topic!
http://gizmodo.com/5580587/applecare-the-iphone-4-update-wont-solve-the-antenna-problem
and of course it is not me who write this topic
So much for state of the art industrial design. Don't get me wrong, the concept is cool and I am a big fan of the phone. I just wouldn't call this a break through until Apple can prove it can work. Surely getting a free bumper is a great solution Apple should attend to by giving these away for free, but there are some of us here who simply don't like to carry their phones on cases..
Click to expand...
Click to collapse
I'm sure you all have read this, but if not, here you go: http://wpcentral.com/htc-surround-s-microsd-card-slot-probably-there-not-easy-get
The HTC Surround appears to have a microSD slot, but it's covered by a piece of metal as seen in the picture below:
{
"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"
}
I'm personally not too concerned since 16GB seems like more than enough, but I'm sure people will be asking if it can be upgraded or not. We really won't know till someone tears into it which is more likely since it was released today.
*UPDATE*
I just came across this: http://www.anandtech.com/show/4015/htc-surround-review-pocket-boombox/8
It doesn't seem that difficult to get to actually, just a bit of disassembly required. It apparently comes with a SanDisk Class 4 16GB microSD card.
AT&T kills another great device! They also did it to the Tilt2 when they removed the 3.5 mm jack from that device. Somebody needs to fire an executive in that company.
T-Mobile did the same thing with the HTC HD7 but someone managed to swap cards and the HD7 worked with a 32GB microSD.
Stan City said:
AT&T kills another great device! They also did it to the Tilt2 when they removed the 3.5 mm jack from that device. Somebody needs to fire an executive in that company.
Click to expand...
Click to collapse
Actually, It's not AT&T's fault. It's just that WP7 doesn't support swapping out memory yet, like say an Android phone.
Bought my surround today. ATT said there would be a patch comming out and not to insert a sd card yet....
The HTC Geek said:
Actually, It's not AT&T's fault. It's just that WP7 doesn't support swapping out memory yet, like say an Android phone.
Click to expand...
Click to collapse
Yeah, we know you can't swap memory yet but the devices in Europe allows you to upgrade memory capacity before the 1st boot. AT&T choose to remove that option on the Surround not the Focus. AT&T's fault...
Just picked up my phone. Very solid device.
I got my surround yesterday, and so far, I am pleased.
Has anyone actually looked under that piece yet? A teardown of the Mozart revealed a similar metal piece that was not hiding a microSD card.
http://lifeinthefastlaneok.wordpress.com/2010/11/07/new-htc-7-mozart-sd-card-memory-upgrade/
Good find. I'm still waiting for mine, so someone else will have to dig into it.
Anybody care to break down their Surround?
Got my Surround 2 days ago
Nice phone, well built, the OS is slick with a lot of promise. Active tiles are slick, the Zune software on the phone & PC works great. In 2 days I managed to get back my BBC stream, got some video news, GPS is great, loaded some of my movies, set up my email, my contacts we transferred from my old sym at the AT&T store and I had no problems transferring them to the phone, and there are 100s of free apps already out and more coming every day. Pretty soon all of the developers will port over their apps and all will be fine again. Many apps use the GPS to find your area and cater what they deliver according to where you live. I paid $200 for it. I MAY have preferred to have the HD7, not sure since I haven't seen it and held it yet, but the Surround is really fine and if I decide to change or upgrade later on I wont lose anything. While we all get used to old habits and the way things work I thing this OS is an improvement and half the fun is setting up our toys the way we want them. Flash will be added to IE soon, upgrades will come from MS, we will be able to access the file system, more customizations will become available. The screen is twice the size of my Dash 3G. I am hoping an IRC client will be ported over soon since that is what I miss the most.
panflute said:
Nice phone, well built, the OS is slick with a lot of promise. Active tiles are slick, the Zune software on the phone & PC works great. In 2 days I managed to get back my BBC stream, got some video news, GPS is great, loaded some of my movies, set up my email, my contacts we transferred from my old sym at the AT&T store and I had no problems transferring them to the phone, and there are 100s of free apps already out and more coming every day. Pretty soon all of the developers will port over their apps and all will be fine again. Many apps use the GPS to find your area and cater what they deliver according to where you live. I paid $200 for it. I MAY have preferred to have the HD7, not sure since I haven't seen it and held it yet, but the Surround is really fine and if I decide to change or upgrade later on I wont lose anything. While we all get used to old habits and the way things work I thing this OS is an improvement and half the fun is setting up our toys the way we want them. Flash will be added to IE soon, upgrades will come from MS, we will be able to access the file system, more customizations will become available. The screen is twice the size of my Dash 3G. I am hoping an IRC client will be ported over soon since that is what I miss the most.
Click to expand...
Click to collapse
I completley agree with everything you said. The only thing that kills me is the battery life. It is down right terrible. I dont fiddle too much with my phone as im usually too busy to do so, but when i do want to use it, seems like the battery is just not up to the task.
Tips & tricks
Have a look in the Windows 7 general discussion..there's a tips and tricks thread at the top that give you ways to lengthen battery life. There are quite a few things to do like time out the screen sooner, turn off geocaching, etc. It should help. So far I haven't seen any spare batteries for sale on Ebay but they will come. This is a GREAT phone.
Updated the first post.
I would, but:
1) Haven't bought it yet and
2) I'd probably end up breaking it.
I was going to buy a 32gb class 4 card (Kingston), but $100 is half the price of the phone and I couldn't justify it. I also loaded a decent amount of stuff on it and have 9.7gb left. I think I can hold off for a while till prices drop.
If you look at the teardown article further you will see that under the metal cover is a metal pad with foam and under that is a 16gb micro sd card. Not sure its worth it as someone pointed out it will cost a bit for a 32gb micro sd card and you will void any warranty. As for the post that said WP7 does not support changing cards out I thought one of the 3 phones with WP7 that AT&T sells had a removable sd card and onboard as well. That would make more sence that the drive with the ROM needs to static but if you have that the os should support a removable card its just that the surround does not have build in memory so the micro sd cannot be removed.
The Samsung Focus has an accessible microSD slot. I believe it also has 8gb internally.
I think NFC has potential
slowz3r said:
I think NFC has potential
Click to expand...
Click to collapse
only if it survives the launch time
it'll be a nice try,
since they failed at the same strategy with bluetooth, back then marketing people were also planning the same thing with bluetooth but in the end it failed
too much security hassle and issues with prevention, etc, etc
if NFC wants to survive, better make it clear to the people it's not used to suck data out of your phone, but just to pick up data from stuff
AllGamer said:
only if it survives the launch time
it'll be a nice try,
since they failed at the same strategy with bluetooth, back then marketing people were also planning the same thing with bluetooth but in the end it failed
too much security hassle and issues with prevention, etc, etc
if NFC wants to survive, better make it clear to the people it's not used to suck data out of your phone, but just to pick up data from stuff
Click to expand...
Click to collapse
as always people are turned off by new things,
I think security with NFC is allot better than RFID, anyone with the right equipment and a lil cash can eavsdrop on people who have Bluetooth enabled on their cell phones, and with RFID its the same way.
I think the short range of NFC is a big security factor, I mean if you dont notice someone rubbing something on your ass you deserve to get money stolen from you
The fact that you have to tap the pad to get it to work is good for security. That means it won't read through your pockets. +1 there.
Unfortunately because America is so slow to take on new technologies, I'm sure we'll all go through one or two new phones each before NFC is actually on the marketplace in public venues on a large scale.
allen099 said:
The fact that you have to tap the pad to get it to work is good for security. That means it won't read through your pockets. +1 there.
Unfortunately because America is so slow to take on new technologies, I'm sure we'll all go through one or two new phones each before NFC is actually on the marketplace in public venues on a large scale.
Click to expand...
Click to collapse
All it takes is one company to put NFC tags in their products, for example a movie poster or what have you, pretty sure its the same company that produces those cardboard cut outs for movies,
slowz3r said:
I think the short range of NFC is a big security factor, I mean if you dont notice someone rubbing something on your ass you deserve to get money stolen from you
Click to expand...
Click to collapse
LMAO !!!
good one
{
"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"
}
slowz3r said:
All it takes is one company to put NFC tags in their products, for example a movie poster or what have you, pretty sure its the same company that produces those cardboard cut outs for movies,
Click to expand...
Click to collapse
yup, movies poster and magazines are the best way to launch NFC into full stream
AllGamer said:
LMAO !!!
good one
Click to expand...
Click to collapse
Its the truth Not going to lie, but if sat in a starbucks and peeled info from peoples bluetooth enabled cellphones, i never did anything with the data i got but it was a learning experience and once you get the process down its easy
AllGamer said:
yup, movies poster and magazines are the best way to launch NFC into full stream
Click to expand...
Click to collapse
Yup, I really wish I could find a place in CA that something with NFC tags just so i can test it
slowz3r said:
as always people are turned off by new things,
I think security with NFC is allot better than RFID, anyone with the right equipment and a lil cash can eavsdrop on people who have Bluetooth enabled on their cell phones, and with RFID its the same way.
I think the short range of NFC is a big security factor, I mean if you dont notice someone rubbing something on your ass you deserve to get money stolen from you
Click to expand...
Click to collapse
Are you trying to be funny? Do you realize a lot of people live in big cities and rely on public transportation and usually during rush hrs the buses, metro, trains are packed where people ride like canned sardines. I bet them deserve to have their money stolen too according to you. Or may be you just can't realize that the rest of the world don't or can't afford 1 car per person nor able to enjoy the space you have.
greenstuffs said:
Are you trying to be funny? Do you realize a lot of people live in big cities and rely on public transportation and usually during rush hrs the buses, metro, trains are packed where people ride like canned sardines. I bet them deserve to have their money stolen too according to you.
Click to expand...
Click to collapse
IF you wanna put it like that then yes. but you are obviously missing my point.
credit cards, cell phones and other devices are much less secure than an NFC device would be when you compare the range
greenstuffs said:
Are you trying to be funny? Do you realize a lot of people live in big cities and rely on public transportation and usually during rush hrs the buses, metro, trains are packed where people ride like canned sardines. I bet them deserve to have their money stolen too according to you. Or may be you just can't realize that the rest of the world don't or can't afford 1 car per person nor able to enjoy the space you have.
Click to expand...
Click to collapse
and a nfc on/off widget would solve that
tomqman said:
and a nfc on/off widget would solve that
Click to expand...
Click to collapse
We can turn it on/off in the Wireless & Network Settings . i'm sure creating a widget is pretty easy for this. For now I've got mine off so it doesn't waste additional battery (I don't know the effects it has yet).
The UK already has a big old investment in contactless technology with London's rather successful Oystercard travel scheme, but now the whole Kingdom can get a taste for airborne payments thanks to a new initiative from McDonald's and Visa. The two giants of commerce are uniting to bring NFC tech to all of the former's 1,200 fast food restaurants within the UK, allowing hungry Brits to pay for meals costing up to £15 by simply waving their credit card in front of the till Obi-wan-style. Of course, the real excitement of such large-scale NFC proliferation is in the potential to use those automated tills with your Nexus S (which has an NFC chip built right in) and other devices coming up this year that look set to feature the technology. So yeah, Visa had better be working hard on putting together some mobile apps.
Here's the link:
http://www.engadget.com/2011/01/24/mcdonalds-to-start-accepting-contactless-visa-payments-in-all-u/
We will probably see more NFC by this summer. I know China just released a new NFC app in the market.
Lets gets this NFC ball rolling....
Thanks for the article. Can't wait to use NFC here in the US. I wonder when Google will unlock the transmit/write feature.
most places that accepts MasterCard NFC should easily be able to be updated to also accept Nexus S
*whistles* I'm Lovin' It.
Sent from my Nexus S using XDA App
If you guys pay close attention to SOME debit swipe checkouts.. you can also see a NFC layout. Mostly at gas stations and super markets. Hopefully all they have to do is update...
Something like this...
{
"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"
}
leyvatron said:
If you guys pay close attention to SOME debit swipe checkouts.. you can also see a NFC layout. Mostly at gas stations and super markets. Hopefully all they have to do is update...
Something like this...
Click to expand...
Click to collapse
you see these alot in CA i see em all over
Too bad that unless I'm mistaken there isn't a way to have your phone work for that I the states yet
Sent from my Nexus S
I'm still unclear on this, actually. I heard that the Nexus S NFC chip is read-only, but I heard from somewhere else that that's a software limitation, not a hardware one. If anyone actually has a definitive answer about that, I'd be interested in hearing it.
zorak950 said:
I'm still unclear on this, actually. I heard that the Nexus S NFC chip is read-only, but I heard from somewhere else that that's a software limitation, not a hardware one. If anyone actually has a definitive answer about that, I'd be interested in hearing it.
Click to expand...
Click to collapse
What I remember hearing is that because the chip is just literally plastered into the back of the battery cover it is not as functional as it could be had it been designed into the phone.
that's exactly what i'm talking about
currently many GAS stations and big shot coffe shops are already using it.
but it's only for MasterCards
Visa and the others have not yet started deployment, which is kinda weird
leyvatron said:
If you guys pay close attention to SOME debit swipe checkouts.. you can also see a NFC layout. Mostly at gas stations and super markets. Hopefully all they have to do is update...
Something like this...
Click to expand...
Click to collapse
AllGamer said:
that's exactly what i'm talking about
currently many GAS stations and big shot coffe shops are already using it.
but it's only for MasterCards
Visa and the others have not yet started deployment, which is kinda weird
Click to expand...
Click to collapse
Ermm... My Visa Virtual Wallet Debit Card supports NFC
http://www.engadget.com/2011/01/25/iphone-5-and-ipad-2-will-come-with-nfc-built-in-suggests-well-c/
Looks like iPhone5 and iPad 2 are rumored to have NFC built in. We should definitely see NFC become more mainstream if this is true.
zephiK said:
http://www.engadget.com/2011/01/25/iphone-5-and-ipad-2-will-come-with-nfc-built-in-suggests-well-c/
Looks like iPhone5 and iPad 2 are rumored to have NFC built in. We should definitely see NFC become more mainstream if this is true.
Click to expand...
Click to collapse
So we need the iDevices to have the technology before anybody considers it for mass implementation? Sad...
It'd just the reality of it all. No one will invest unless they have a huge amount of people on board, and nexus s won't do that.
We kind of forget to thank the evil apple for a lot of things, for without their phone we wouldn't have companies paying as much attention as they have to the app scene. Especially web apps like internet banking. Before iphone none of the banks here in Australia even bothered with smartphone friendly websites. Then iphone came and they couldn't get their iphone sites up fast enough.
terra_droid said:
So we need the iDevices to have the technology before anybody considers it for mass implementation? Sad...
Click to expand...
Click to collapse
No, but NFC will become more mainstream.
zephiK said:
No, but NFC will become more mainstream.
Click to expand...
Click to collapse
Although hopefully any NFC schemes are accessible to multiple platforms, otherwise we might see some shops only accepting "iTunes NFC payments"and others "Google NFC payments" and others Visa or Mastercard
Sent from my Nexus One
Lord_Buckington said:
Although hopefully any NFC schemes are accessible to multiple platforms, otherwise we might see some shops only accepting "iTunes NFC payments"and others "Google NFC payments" and others Visa or Mastercard
Sent from my Nexus One
Click to expand...
Click to collapse
Hopefully it'll be a universal system, doesn't seem to make much sense if NFC is only limited to iOS or Android. It'll be Android vs iOS war IRL
Since a lot of people think the DHD is going to get old and move to phones like the HOX, I just want to tell you that the new microSD cards with a capacity of 64Gbyte work on this great device! The HOX doesn't even have half of this capacity.
And...ICS is coming too! We still have some great devs here.
There is no need to buy a new phone.
If I haven't already bought the HOX, I would stay with my beloved DHD
Post 8 is card name and pic!
If this was helpful, please push THANKS.
Yea I'm too staying with my HTC Desire HD , but have you tried the 64gb card in your HTC Desire HD?
Sent from my Desire HD using xda premium
What brand SDcard did you use? Screenshot of the available storage?
Nice to know!
I'm going to stay with the DHD as well
chrisund123 said:
What brand SDcard did you use? Screenshot of the available storage?
Click to expand...
Click to collapse
Yep. +1 to that. Words words words......
Sent from my laser emitting mammary glands.
No it can't support 64gigabyte
Why it should not?
Or do you refer to the SDXC cards?
{
"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"
}
Btw SanDisk Ultra Class 10 microSDXC Ultra 64 GB
Sent from my HTC One X using XDA
Yeah but even in the wiki article it states, that DHD supports SDXC, so it shouldn't be a news?
BolecDST said:
Yeah but even in the wiki article it states, that DHD supports SDXC, so it shouldn't be a news?
Click to expand...
Click to collapse
Wow! You must be a smart guy!
Sent from my HTC One X using XDA
It works!
putti71 said:
View attachment 1143380
Btw SanDisk Ultra Class 10 microSDXC Ultra 64 GB
Sent from my HTC One X using XDA
Click to expand...
Click to collapse
Confirmed!! Works beautifully. Anyone who says otherwise is dead wrong.
Good to know. Nice one.
Sent from my laser emitting mammary glands.
IT DEFINITELY WORKS with 64gb.
Those saying it doesn't work didn't try it.
I'm using it right now ))
Does it have to be a specific 64 gb sd card or any will do?
I think any card is good...as far as is not a cheap clone and is an SDXC it will work (once formatted)
I too am happy to stick with my Desire HD. :good:
...or we could get another next gen phone THAT ALSO SUPPORTS MicroSD... ie SGS3... ^_~ ...not got one btw... but just stating an obvious logical answer besides sticking with our faithful DHDs
imho its a bad move for HTC to remove SDcard support... capacity for external storage for those type of media will only get bigger...
...opportunity to have 64GB (or more) on your smartphone just can't be easily dismissed. Especially if you carry around a ton of multimedia files as well as a chunk of your work and have a ton of pictures and a good part of your music collection! >_< lol!
ie my 1 and a half hour work commutes would be almost unbearable without my DHD with its 32GB card chock full of goodies to keep me from going insane in crappy uk public transport... @[email protected]
Yeah.
Personally, as far as function is concerned, there is little logical use in changing phones for me. I do in fact have a few more months before my contract expires and I'd like to eventually choose a very new phone that I can also support on my site without being a few months behind everyone else.
Having said that, unless another model has superior battery power consumption/time then I don't have a need for a different device. Like you, I commute throughout the day and therefore need the power to last me through the day, so I tend to limit YouTube, GPS or other things which happily eat away at the battery.
The idea of having loads stored on my device on a large SD Card is fine, but based on the above, I wouldn't use much of it.
The idea of losing the phone with so many eggs in one basket is not very appealing.
The idea of a bigger screen though like the Galaxy Note (which my barber has and showed me) is nice. I'd also consider future devices with removable rear covers, so that it's easy for companies like Mugen to make extended batteries for them. From experience that's real peace of mind.
The Microsoft Surface Tablet looks like a nice device which I could use for work maybe. If that became a primary toy, then maybe a phone would take a less important back seat for a while.
Grant Barker said:
Yeah.
Personally, as far as function is concerned, there is little logical use in changing phones for me. I do in fact have a few more months before my contract expires and I'd like to eventually choose a very new phone that I can also support on my site without being a few months behind everyone else.
Click to expand...
Click to collapse
I have until November this year to renew my contract... so I have till then to decide... ^_^
Grant Barker said:
Having said that, unless another model has superior battery power consumption/time then I don't have a need for a different device. Like you, I commute throughout the day and therefore need the power to last me through the day, so I tend to limit YouTube, GPS or other things which happily eat away at the battery.
Click to expand...
Click to collapse
DHD + latest Lord's ICS build (8.2 as I type this) with radio 26.13.04.19 has a great battery life even with all the hammering it takes from using DicePlayer, PowerAmp, exchange Email, Dolphin, XDA Premium and even games like temple run & zenonia 4...
With the above usage... I get the trip to work, actual work usage (i have my desk phone on divert to my mobile) and the trip home... all in one nights charge... so I only need to put it on charge before I go to bed.
Hell, I've even forgot to charge it overnight and I was still able to crawl through most of the day... with charging it late afternoon, ready for the 2nd half of the movie I was watching on my trip to work! >_< hahaha!
Grant Barker said:
The idea of having loads stored on my device on a large SD Card is fine, but based on the above, I wouldn't use much of it.
The idea of losing the phone with so many eggs in one basket is not very appealing.
Click to expand...
Click to collapse
I hear you there dude... I had my 1st DHD nicked through a burglary... =(
However, all I ever lost was my 1st 32GB class10 MicroSD as well as my nandroids...
All my files, movies, music and photos exists on multiple devices... so anything that was on my DHD is a copy from my other machines...
...pity I didn't do the same with my Nandroid... I keep them locally for the purpose of error recovery... would've kept copies of it off the device had I wanted to be safeguarded from potential theft... =_=
As it's looking now.. unless HTC starts building new units with SD support, I'll not be jumping on their new range quite just yet...
If November 2012 hits and they've not released a device that fits the bill for me... its looking a lot like I'll be going for SGS3... =_=