Kodi Community Forum

Full Version: XBMC Remote for Windows Mobile (WinMo) in development, help needed...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Hey guys, I've been looking FOREVER for this functionality! Laugh
I downloaded the .CAB and have some remarks
I'm using a HTC HD2 on the latest ARTEMIS, so latest Windows Mobile
Just to let you know the current findings:

1. The way it is set-up is perfect, don't change it to make it too fancy
2. The port is hard-coded, this is very annoying since I have a lot of other services running
3. The app crashes very often still. Mostly when starting a video or browsing into TV series

Keep up the good work!
Johnsel Wrote:Don't really remember if it was still hardcoded in the downloadable version, if you can set it yourself, is it correct? if not? should be 8080 in xbmc...

I've changed the port from 80 to 8080, now i can acces my Movies, but with the TV Shows it still crashes.

The log shows the following:


Code:
3-11-10 15:18:33 - Invoke: {
  "jsonrpc": "2.0",
  "method": "VideoLibrary.GetTvShows",
  "params": {},
  "id": 1
}
3-11-10 15:18:35 - Response: {
  "end": 15,
  "start": 0,
  "total": 15,
  "tvshows": [
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/3dc7d3b3.tbn",
      "label": "Boardwalk Empire",
      "thumbnail": "special://masterprofile/Thumbnails/Video/3/3dc7d3b3.tbn",
      "tvshowid": 1
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/8cc74410.tbn",
      "label": "Criminal Minds",
      "thumbnail": "special://masterprofile/Thumbnails/Video/8/8cc74410.tbn",
      "tvshowid": 2
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/334e2e03.tbn",
      "label": "Dark Blue",
      "thumbnail": "special://masterprofile/Thumbnails/Video/3/334e2e03.tbn",
      "tvshowid": 17
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/5e8b9411.tbn",
      "label": "Dexter",
      "thumbnail": "special://masterprofile/Thumbnails/Video/5/5e8b9411.tbn",
      "tvshowid": 4
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/db53bb22.tbn",
      "label": "Entourage",
      "thumbnail": "special://masterprofile/Thumbnails/Video/d/db53bb22.tbn",
      "tvshowid": 6
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/c100b260.tbn",
      "label": "Family Guy",
      "thumbnail": "special://masterprofile/Thumbnails/Video/c/c100b260.tbn",
      "tvshowid": 7
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/6ba8e4fa.tbn",
      "label": "Fringe",
      "thumbnail": "special://masterprofile/Thumbnails/Video/6/6ba8e4fa.tbn",
      "tvshowid": 8
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/11a61989.tbn",
      "label": "How I met Your Mother",
      "thumbnail": "special://masterprofile/Thumbnails/Video/1/11a61989.tbn",
      "tvshowid": 9
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/8e03d7ef.tbn",
      "label": "Important Things With Demetri Martin",
      "thumbnail": "special://masterprofile/Thumbnails/Video/8/8e03d7ef.tbn",
      "tvshowid": 10
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/509af61d.tbn",
      "label": "Jimmy Carr",
      "tvshowid": 18
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/7773d12d.tbn",
      "label": "Louis Theroux Documentaries",
      "thumbnail": "special://masterprofile/Thumbnails/Video/7/7773d12d.tbn",
      "tvshowid": 12
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/0111cd92.tbn",
      "label": "Sleeper Cell",
      "thumbnail": "special://masterprofile/Thumbnails/Video/0/0111cd92.tbn",
      "tvshowid": 13
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/21b99924.tbn",
      "label": "Top Gear",
      "thumbnail": "special://masterprofile/Thumbnails/Video/2/21b99924.tbn",
      "tvshowid": 14
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/91154b95.tbn",
      "label": "Treme",
      "thumbnail": "special://masterprofile/Thumbnails/Video/9/91154b95.tbn",
      "tvshowid": 15
    },
    {
      "fanart": "special://masterprofile/Thumbnails/Video/Fanart/8f5efc3d.tbn",
      "label": "White Collar",
      "thumbnail": "special://masterprofile/Thumbnails/Video/8/8f5efc3d.tbn",
      "tvshowid": 16
    }
  ]
}

It apparantly is trying to open the fan art that goes with the series, but for me this isn't neccesary, if it could just display the name that would be ok.
In the Movies section it also only displays names, no banner or poster.

Could it be that the problem lies in the loading of the pictures?
I just thought of a 'feature/change' that might be good Nerd
In WinMo you have 2 softbuttons, the one now says either Exit or Back, which of course is good, however the other says either Menu (logically) or nothing.
Could you perhaps implement a 'RemoteControl' button?

Because if i now start a movie from the library (which works without a problem nowBig Grin) i have to press Back and then RemoteControl to get to the RemoteControl part.

Just a thought, anyhow great work Nod
I'm using it almost daily Cool
Update on the behaviour of the app on my phone.

I'm using a HTC Touch HD with Windows Mobile 6.5 and Sense from the HD2.

If i disable Sense (or when i've just restarted Sense) the TV Shows part works!
It shows all the banners of all the shows, and i can choose different episodes. The only thing or show that doesn't work is Criminal Minds, that is also the only show with more then 2 seasons on my PC. If i go to that show it crashes again.

So am i right in concluding that it is some kind of overload-crash?

Anyhow, hope you'll be able to figure this out with the extra info Big Grin
just find this great app.
Its really good piece of soft even if is still full of bugs.
I have installed it on my HTC HD2(Leo) with latest Energy ROM and its worked without probs.
Remote buttons work fine - no probs
from library mode only Movies works for me, the rest crash the app
Also Now Playing works fine and its shows the covers

few suggestions -
1. when app starts always need to click Menu and than connect - so what about make some option for autoconnect after app starts ?

2. in lib mode for example in Movies when its shows the list of movies be nice to have also pics of covers

Thanks m8 for this soft
Thanks Man! Always wanting this for my mobile.
Testet it, almost everything works fine.
Two points: The Remote looks like this:
http://img405.imageshack.us/i/remoten.jpg
on my Acer P300, resolution is: 240x400
And my second thought: A volume control would be nice.
Thanks for your work so far!
hubi2000 Wrote:Thanks Man! Always wanting this for my mobile.
Testet it, almost everything works fine.
Two points: The Remote looks like this:
http://img405.imageshack.us/i/remoten.jpg
on my Acer P300, resolution is: 240x400
And my second thought: A volume control would be nice.
Thanks for your work so far!

mine remote also looks like this
i m getting this error on opening movie tv shows or anything(other than remote...it works fine)

XBMC Remote for WinMo.exe
WebException
An error message is available for this exception but cannot be displayed because these messages are optional and are not currently installed on this device. Please install ‘NETCFv35.Messages.EN.wm.cab’ for Windows Mobile 5.0 and above or ‘NETCFv35.Messages.EN.cab’ for other platforms. Restart the application to see the message.

at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at XbmcJson.JsonRpcClient.Invoke(Type returnType, String method, Object args)
at XbmcJson.JsonRpcClient.Invoke(String method, Object args)
at XbmcJson.XbmcVideoLibrary.GetMovies(String[] fields, String sortMethod, String sortOrder, Nullable`1 start, Nullable`1 end)
at XbmcJson.XbmcVideoLibrary.GetMovies()
at XBMC_Remote.MovieForm.frmListDemo_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form._SetVisibleNotify(Boolean fVis)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at XBMC_Remote.MainForm.OnClickGeneric(Object Sender)
at StedySoft.SenseSDK.SensePanelItem._notifyClick()
at StedySoft.SenseSDK.SensePanelItem.OnMouseUp(Int32 x, Int32 y)
at StedySoft.SenseSDK.SenseListControl.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at XBMC_Remote.Program.Main()
ohk i solved my prob (i was running xbmc in portable mode)
right now
urs is the best remote control i have ever seen its the best but not much usefull
buttons appears jumbled just like this
http://img405.imageshack.us/i/remoten.jpg
to make it usefull
plzz support the hardware buttons (so that we dont have to look at the touch screen every time)

or just make 5 extra big buttons on the whole screen to control play/pause,up,down,left ,right(this also will let us control without looking at the screen)
i have qvga screen

dude really my advice will be very usefull for everyone.....
thanx in advance
Running it (trying) on HTC TyTN II and have the same problem with scrabbled buttons as hubi2000 and exception error as in post #98 above by citkatboy.

@citkatboy: How did you solve the exception problem? I'm on Ubuntu Maverick and installed Dharma regulary through repository.
Hello All.

First off all... this sounds like a fantstic remote! I installed it on my device and it looks great, but my remote lay-out is scrambled (like @citkatboy and @Hubi2000).
I can, however, use the buttons (and it works very very very fast!), but because the lay-out isn't right i don't now wich button i push....

Are there any plans for an update that supports QVGA sreens?
This is awesome!! Thanks so much for making this, I just tried it tonight and it is great! Super convenient should I forget where my remote is Big Grin
Tried every method to get this working on my HTC P6300 WM5...no joy Sad desperate to get it working as I have half a dozen of these..... got one to send to the person who actually gets this working for me.
Would you release the source code? I would like to try to modify it to fit on my Touch Diamond screen.
Project dead?
Pretty much, yeah.. I'll release the sources soon in case anyone would like to continue with it..
Pages: 1 2 3 4 5 6 7 8