New Ver 2.2 - Cannot Connect To AVDs

RichardN

Well-Known Member
Licensed User
Longtime User
Just installed 2.2....

Cannot get *any* AVD to connect/show any content. 'B4A Designer' shows in emulator title bar but the remainder of the screen is black. The 'chain' icon in the designer remains unconnected

Closed/restarted AVD manager and emulators with no joy... Uninstall/reinstall no joy.

A running AVD is shown correctly by ADB.exe....

c:\Program Files\Android\android-sdk-windows\platform-tools>adb devices
List of devices attached
emulator-5554 device

c:\Program Files\Android\android-sdk-windows\platform-tools>


Uninstalled & downgraded back to Ver 2.02 and now have the same problem with what was a previously good working setup.
 
Last edited:

RichardN

Well-Known Member
Licensed User
Longtime User
From the moment connection was requested:

>>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
CheckJNI is ON

--- registering native functions ---
Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=253 uid=10010 gids={1015, 2001}
GC_EXPLICIT freed 667 objects / 51528 bytes in 128ms
Scanning package: /data/app/vmdl41443.tmp
Removing non-system package:anywheresoftware.b4a.designer
Force stopping package anywheresoftware.b4a.designer uid=10032
Scanning package anywheresoftware.b4a.designer
Package anywheresoftware.b4a.designer codePath changed from /data/app/anywheresoftware.b4a.designer-2.apk to /data/app/anywheresoftware.b4a.designer-1.apk; Retaining data and using new
/data/app/anywheresoftware.b4a.designer-1.apk changed; unpacking
DexInv: --- BEGIN '/data/app/anywheresoftware.b4a.designer-1.apk' ---
DexOpt: load 155ms, verify 499ms, opt 16ms
DexInv: --- END '/data/app/anywheresoftware.b4a.designer-1.apk' (success) ---
Code path for pkg : anywheresoftware.b4a.designer changing from /data/app/anywheresoftware.b4a.designer-2.apk to /data/app/anywheresoftware.b4a.designer-1.apk
Resource path for pkg : anywheresoftware.b4a.designer changing from /data/app/anywheresoftware.b4a.designer-2.apk to /data/app/anywheresoftware.b4a.designer-1.apk
Services: anywheresoftware.b4a.designer.ConnectorService
Activities: anywheresoftware.b4a.designer.Designer
Force stopping package anywheresoftware.b4a.designer uid=10032
move /data/dalvik-cache/data@[email protected]@classes.dex -> /data/dalvik-cache/data@[email protected]@classes.dex
New package installed in /data/app/anywheresoftware.b4a.designer-1.apk
Force stopping package anywheresoftware.b4a.designer uid=10032
GC_EXPLICIT freed 54 objects / 2424 bytes in 69ms
Start proc com.svox.pico for broadcast com.svox.pico/.VoiceDataInstallerReceiver: pid=262 uid=10028 gids={}
no available voice recognition services found
GC_EXPLICIT freed 8796 objects / 563576 bytes in 209ms
unlink /data/dalvik-cache/data@[email protected]@classes.dex
Shutting down VM
adbd disconnected
Publishing provider com.svox.pico.providers.SettingsProvider: com.svox.pico.providers.SettingsProvider
NOTE: attach of thread 'Binder Thread #3' failed

>>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
CheckJNI is ON
--- registering native functions ---
Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=anywheresoftware.b4a.designer/.Designer }
Start proc anywheresoftware.b4a.designer for activity anywheresoftware.b4a.designer/.Designer: pid=278 uid=10032 gids={3003, 3002}
Shutting down VM
adbd disconnected
NOTE: attach of thread 'Binder Thread #3' failed
onCreate
start service
Designer connector running in wifi mode.
Displayed activity anywheresoftware.b4a.designer/.Designer: 1095 ms (total 1095 ms)
GC_EXPLICIT freed 733 objects / 41072 bytes in 64ms
Designer timeout: 1
Designer connector running in wifi mode.
 
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
Thanks Erel - That fixes the problem :sign0098:

I have never changed that setting or accessed that .ini file before today and the AVDs were working fine just a few minutes before. There were no other programs open during the upgrade process and I can only conclude that the upgrade was responsible for changing the setting ?????
 
Upvote 0

lagore

Active Member
Licensed User
Longtime User
Just for info I had the exact same problem as RichardN I changed DesignerDevicePort value to 5000 and it sorted the problem, there must be something in the install that is slightly different.
 
Upvote 0
Top