Android Question timeout

klaus

Expert
Licensed User
Longtime User
I think that this is what you are looking for.

1633790491607.png
 
Upvote 1

rosippc64a

Active Member
Licensed User
Longtime User
I have the same problem. My process timeout seconds is 114000, Yes!
My debug app size is 8MB, installing time is about 60 seconds (I use b4a bridge), but the IDE wait only for 45seconds.
So my IDE doesn't wait until my app is installed, so I am very hopeless :)
 
Last edited:
Upvote 0

alirezahassan

Active Member
Licensed User
It shouldn't take 60 seconds to copy a 8MB APK. If the network is slow then it is better to switch to USB debug mode.
Is it possible to increase the duration? For example, if I increase the time by 20 seconds, my problem will be solved.
 
Upvote 0

rosippc64a

Active Member
Licensed User
Longtime User
It is a local network, and yes, the install take 60 seconds. Not the copy, the copy is fast, only the installation is slow.
This is a chinese Q2 device (android 6), but it can't connect to it by USB cable (I would like :)) "Adb devices" show nothing if I connect to PC.
In addition I can't get log messages from this device, although it is set as developer device and USB debug is set.
My process timeout seconds is 114000!
 
Upvote 0

rosippc64a

Active Member
Licensed User
Longtime User
I changed the device to alps Q2S and the install time lowered to 40 sec. It can manage USB connection also and I get log() messages too.
 
Upvote 0
Top