damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.44k stars 800 forks source link

Doc bug - large QR codes #74

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

http://code.google.com/p/android-scripting/wiki/SharingScripts

wiki pages documents 4Kb scripts are supported, the linked bar code generator 
accepts >2Kb scripts but google chart API fails with error 414 (chart too 
large). It may be other generators handle up to 4Kb.

Also QR codes work better on an LCD screen (or paper), CRT displays appear to 
only work 1 in 10 times (and take a long time). This is probably worth 
documenting as a tip.

Original issue reported on code.google.com by clac...@gmail.com on 30 Jul 2012 at 1:23

Copied from original issue: damonkohler/android-scripting#649