:sad:Evo 4G with CM7.1 and latest tiamat kernel. Like many others, remote has been working, but nothing else. I changed from an IP address to a host name, and now it sometimes works for a few seconds.
Settings:
Host:HTPC
Port:33149
username: xbmc
password *****
EventServer port:9777
WiFi only checked
Access Point: (empty, what goes here?)
Mac Address: <MAC address of HTPC>
Socket read timeout: 100000
Wait after WOL:40
WOL port: 9
Windows firewall is off.
No ports are forwarded on my router since this should all be internal.
If I put
http://HTPC:33149 in my android browser, it asks for a user name and password, then I can get a list of movies and start one playing.
In XBMC remote, if I keep pressing "try again to connect", I can sometimes connect and see a list of movies. When I press back,I've usually been disconnected.
I've been trying for many days to get this working. Thanks for any help...
Here's my log filtering on "xbmc". I took out some repetitive lines to get my post under 10k characters.
Code:
I/ActivityThread( 5905): Pub org.xbmc.android.provider.remote: org.xbmc.android.remote.business.provider.HostProvider
I/HostFactory( 5905): XBMC Host = HTPC
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/ActivityManager( 189): Displayed org.xbmc.android.remote/.presentation.activity.HomeActivity: +968ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=SetResponseFormat(WebHeader;true;WebFooter;true;Header; ;Footer; ;OpenTag;<li>;CloseTag;
I/org.xbmc.android.remote.business.InfoManager( 5905): *** getSystemInfo: 320ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/ClientFactory( 5905): Found XBMC at Git commit e9e9099!
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/org.xbmc.android.remote.business.InfoManager( 5905): *** getSystemInfo: 59ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/org.xbmc.android.remote.business.InfoManager( 5905): *** getSystemInfo: 62ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/org.xbmc.android.remote.business.InfoManager( 5905): *** getSystemInfo: 71ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/HostFactory( 5905): XBMC Host = HTPC
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=QueryVideoDatabase(SELECT idMovie, c00, c07, strPath, strFileName, c15, c11, c14, ROUND(c05, 2), playCount FROM movie, files, path WHERE movie.idFile=files.idFile AND path.idPath=files.idPath ORDER BY CASE WHEN c10 IS NULL OR c10 = '' THEN lower(c00) ELSE lower(c10) END ASC)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/ActivityManager( 189): Displayed org.xbmc.android.remote/.presentation.activity.MovieLibraryActivity: +601ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/org.xbmc.android.remote.business.VideoManager( 5905): *** getMovies: 872ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.prefetch(Client.java:236)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:167)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.prefetch(Client.java:236)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:174)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.prefetch(Client.java:236)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:167)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.prefetch(Client.java:236)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:174)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:195)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.prefetch(Client.java:236)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:167)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCoverFromMicroHTTPd(Client.java:195)
W/System.err( 5905): at org.xbmc.httpapi.client.Client.getCover(Client.java:79)
W/System.err( 5905): at org.xbmc.httpapi.client.VideoClient.getCover(VideoClient.java:238)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread.download(DownloadThread.java:123)
W/System.err( 5905): at org.xbmc.android.remote.business.DownloadThread$1.run(DownloadThread.java:87)
W/System.err( 5905): at org.xbmc.android.remote.business.AbstractThread.run(AbstractThread.java:61)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/ClientFactory( 5905): Found XBMC at Git commit e9e9099!
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)
I/org.xbmc.android.remote.business.InfoManager( 5905): *** getSystemInfo: 109ms
I/Connection( 5905): http://HTPC:33149/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying( ; ; ;true)