Reputation: 68750
I wish to generate a QR image so people can scan to visit my Android market.
However, I need to specify a search param like: market://search?q=MyStringHere
Upvotes: 1
Views: 745
Reputation: 93
Google is your friend: http://code.google.com/apis/chart/ -> Chart Wizard -> Show Full Gallery -> choose the QR chart, put your URL in and voila, copy the QR image.
Upvotes: 1
Reputation: 481
I tend to use the ZXing Web Generator for creating QR code images.
http://zxing.appspot.com/generator/
Just use "URL" for the contents and use the market://search?q=String you want to reference.
Upvotes: 3
Reputation: 2065
Check out App Referrer, a free app that will generate these codes for you, and can email you an image to post on your site.
Upvotes: 1