pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

0.5.3 crashing on my tablet + possible solution #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start VLC-Remote 
2. Crash 
or
1. fetched source (branched from commit message "v0.5.3") (from Git)
2. compiled source (using android 3.0, api 11) without any problem
3. launched on my device, same crach

==> see attachment for call stack and solution (worked in my case anyway)

What is the expected output? What do you see instead?
Normal startup

What version of VLC Remote are you using?
0.5.3

What version of VLC are you using?
1.1.7

What version of Android are you using?
2.3

Which Android device are you using?
Arnova 10 G2 (tablet)

Please provide any additional information below.
(call stack attached) The real issue is at:
ERROR/AndroidRuntime(3681): Caused by: 
android.content.res.Resources$NotFoundException: Resource is not a Drawable 
(color or path): TypedValue{t=0x1/d=0x7f020005 a=-1 r=0x7f020005}

"0x7f020005" seems to be (a ninepatch called) 
"R.drawable.dialog_full_holo_dark", copying res/drawable-mdpi-v11 from 
"dialog_full_holo_dark.9.png" to res/drawable-hdpi solved the issue.  
However you might just want to copy (or move) said file to (just 'plain') 
res/drawable.

Didn't delve any deeper into the issue however, just wanted to use vlc-remote 
again :)

Original issue reported on code.google.com by bart.ver...@gmail.com on 20 Oct 2011 at 9:27

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 29 Oct 2011 at 4:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Issue 125 has been merged into this issue.

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Sorry, if this is fixed, what should I do on my tablet? Download the executable 
again?

Thanks.

Original comment by r.sunda...@gmail.com on 2 Jan 2012 at 10:02

GoogleCodeExporter commented 8 years ago
I'll upload a new version to Android Market soon (probably later today).  You 
should get an update notification on your tablet.

Original comment by mr.bald...@gmail.com on 2 Jan 2012 at 5:01