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.43k stars 800 forks source link

cameraCapturePicture problem #91

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

What device(s) are you experiencing the problem on?
HTC Desire
What firmware version are you running on the device?
sl4a_r5.apk android 2.3.3
What steps will reproduce the problem?
1.cameraCapturePicture scripts is run
2.but not work create apk files.
3.make apk files not working cameraCapturePicture

What is the expected output? What do you see instead?

---

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by electroc...@gmail.com on 7 Jun 2012 at 8:26

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

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

Got java null pointer on a Nexus 7

Original comment by paulvr...@gmail.com on 4 Nov 2012 at 7:23

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

I am having the same issue. java null pointer - Nexus 7 

Original comment by patrick....@gmail.com on 26 Nov 2012 at 8:09

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

This appears to be a issue with devices without a backward facing camera and 
SDK 9+.
I've made an attempt to fix the problem in 6x01:
http://code.google.com/p/android-scripting/wiki/Unofficial?ts=1355096948&updated
=Unofficial#Development_releases

This still needs testing.

Original comment by rjmatthews62 on 10 Dec 2012 at 12:00

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

tested on this hardware: 
Arnova 10d G3 tablet, android 4.0.3
the only camera is on the display side of the tablet.

SL4A r6x001 did fix this issue.
droid.cameraInteractiveCapturePicture()  works now like on the other devices.

thank you!

Original comment by paulherweg on 17 Dec 2012 at 10:19

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

That fixed it on the nexus 7.  
Thanks.

Original comment by patrick....@gmail.com on 18 Dec 2012 at 4:13