I am installing the exact same apk and so forth with the exact same zip file on 4 brand new Asus transformers.  Three work great, but the fourth complains with the below when it is trying to open an SQLLite data base.
All the machines are running KitKat.
I can't make heads or tails of the below unfiltered log...
Any ideas will be appreciated.
Rusty
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Generates the following error(s)
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			All the machines are running KitKat.
I can't make heads or tails of the below unfiltered log...
Any ideas will be appreciated.
Rusty
			
				B4X:
			
		
		
		Main.SQLSurvey.initialize(Main.SDCard.data, Main.DBSurvey, False, Main.SqliteKey, File.DirAssets )
	Generates the following error(s)
			
				B4X:
			
		
		
		LogCat connected to: B4A-Bridge: asus K010-
--------- beginning of /dev/log/main
Installing file.
GC_CONCURRENT freed 3956K, 46% free 5218K/9576K, paused 1ms+2ms, total 6ms
GC_CONCURRENT freed 3972K, 46% free 5222K/9576K, paused 1ms+1ms, total 5ms
PackageAdded: package:talkingsurvey.b4a.survey
** Activity (main) Create, isFirst = true **
    TOTAL heap: 9195520
    REMAINING: 359856  Ticks: second 1000
      
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app-lib/talkingsurvey.b4a.survey-1/libdatabase_sqlcipher.so" has unexpected e_machine: 40
    at java.lang.Runtime.loadLibrary(Runtime.java:364)
    at java.lang.System.loadLibrary(System.java:526)
    at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:144)
    at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:137)
    at anyhwheresoftware.b4a.objects.sqlcipher.SQLCipher.Initialize(SQLCipher.java:50)
    at talkingsurvey.b4a.survey.fn._opendatabase(fn.java:4655)
    at talkingsurvey.b4a.survey.fn._buildcursor(fn.java:526)
    at talkingsurvey.b4a.survey.fn._ishelpavailable(fn.java:3791)
    at talkingsurvey.b4a.survey.main._xmlprofileparser_endelement(main.java:28289)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:187)
    at anywheresoftware.b4a.objects.SaxParser$MyHandler.endElement(SaxParser.java:121)
    at org.apache.harmony.xml.ExpatParser.endElement(ExpatParser.java:156)
    at org.apache.harmony.xml.ExpatParser.appendBytes(Native Method)
    at org.apache.harmony.xml.ExpatParser.parseFragment(ExpatParser.java:513)
    at org.apache.harmony.xml.ExpatParser.parseDocument(ExpatParser.java:474)
    at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:316)
    at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:279)
    at anywheresoftware.b4a.objects.SaxParser.parse(SaxParser.java:80)
    at anywheresoftware.b4a.objects.SaxParser.Parse(SaxParser.java:73)
    at talkingsurvey.b4a.survey.main._loadorganization(main.java:18451)
    at talkingsurvey.b4a.survey.main._activity_create(main.java:2308)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:187)
    at talkingsurvey.b4a.survey.main.afterFirstLayout(main.java:100)
    at talkingsurvey.b4a.survey.main.access$100(main.java:17)
    at talkingsurvey.b4a.survey.main$WaitForLayout.run(main.java:78)
    at android.os.Handler.handleCallback(Handler.java:733)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:149)
    at android.app.ActivityThread.main(ActivityThread.java:5257)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:794)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:610)
    at dalvik.system.NativeStart.main(Native Method)