Alshweiki / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
1 stars 0 forks source link

Force close during connect attempt #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start app
2. enter IP address, leave port == 5900, enter password, hit connect button
3. force close during download of first frame

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

What version of the product are you using? On what operating system?
Build 081205 on rooted RC30 G1

Please provide any additional information below.

Original issue reported on code.google.com by TSumPSI@gmail.com on 10 Dec 2008 at 11:36

GoogleCodeExporter commented 8 years ago
In my experience this is the result of the phone not being able to allocate a 
bitmap
the size of your desktop.

If you have the SDK, it would be helpful to confirm this by looking at the 
logcat output.

Original comment by googlec...@antlersoft.com on 14 Jan 2009 at 4:24

GoogleCodeExporter commented 8 years ago
Also, if you have the SDK, you might try to build the r10 version from svn which
works with large desktops.  I'll see about getting the apk for that up.

Original comment by googlec...@antlersoft.com on 14 Jan 2009 at 4:27

GoogleCodeExporter commented 8 years ago
This is probably the out-of-memory problem, which should be fixed with the 
latest release

Original comment by googlec...@antlersoft.com on 10 Feb 2009 at 7:27