Other ACL crashes on Nexus 7 Kitkat 4.4.1

junglejet

Active Member
Licensed User
Longtime User
More an info than a question, and hopefully the author of ACL (advanced camera lib) can fix it.

On Initialize the lib crashes with a Null Pointer Exception on my Nexus 7.
Samsung S2 works well.

The Nexus 7 has only a front camera, which may be the problem. I would think that ACL defaults to a back camera and a front camera is only optional.

Logging does not work on Kitkat, so no further details available.

Andy --
 

junglejet

Active Member
Licensed User
Longtime User
I will try CameraEx, thanks

Logging does not work in either mode, I tried that before.

To be sure, developer mode is enabled

Andy --
 
Last edited:
Upvote 0

junglejet

Active Member
Licensed User
Longtime User
Debug mode (rapid) does produce crash to desktop (in Windows terms)
Unfiltered logging in debug mode (legacy) via Bridge:

B4X:
LogCat connected to: B4A-Bridge: asus Nexus 7-
--------- beginning of /dev/log/main
running waiting messages (1)
** Activity (main) Resume **
** Service (service1) Destroy **
** Service (service1) Create **
** Service (service1) Start **
Connected to B4A-Bridge (Wifi)
GC_CONCURRENT freed 287K, 4% free 8170K/8492K, paused 1ms+2ms, total 19ms
WAIT_FOR_CONCURRENT_GC blocked 11ms
Installing file.
GC_FOR_ALLOC freed 530K, 9% free 7955K/8716K, paused 28ms, total 29ms
GC_CONCURRENT freed 394K, 9% free 7970K/8716K, paused 3ms+2ms, total 24ms
GC_CONCURRENT freed 442K, 9% free 7970K/8716K, paused 3ms+2ms, total 28ms
** Activity (main) Pause, UserClosed = false **
PackageAdded: package:de.xxxn.xxx
Installing file.
GC_CONCURRENT freed 487K, 9% free 7984K/8700K, paused 11ms+4ms, total 60ms
GC_CONCURRENT freed 468K, 9% free 7967K/8700K, paused 3ms+2ms, total 37ms
WAIT_FOR_CONCURRENT_GC blocked 1ms
PackageAdded: package:de.xxxn.xxx
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
Installing file.
GC_CONCURRENT freed 497K, 9% free 7976K/8680K, paused 4ms+3ms, total 39ms
GC_CONCURRENT freed 419K, 9% free 7975K/8680K, paused 4ms+1ms, total 26ms
GC_CONCURRENT freed 410K, 9% free 7967K/8680K, paused 2ms+2ms, total 23ms
PackageAdded: package:de.xxxn.xxx

Nothing is said about the Nullpointer Exception in ACL

I had selected ACL because I can't find the OriPortrait command elsewhere. This is required to bring the image to the right orientation. CameraEx does not have it. Can I find it elsewhere?

Andy --
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…