The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
Thread Tools Display Modes
Old 10-25-2007, 04:17 PM   #121
Newbie
 
Join Date: Apr 2006
Posts: 41
My Photos: (1)
Quote: Originally Posted by The6 View Post
I think I have seen a post somewhere by @homemedia mentioning that they have plans to provide support for the Silabs USB radio in some future release.

Yes we do. That should be fairly straightforward to add - we already have the hardware so this will be the first one we provide support for. Other FM devices will then follow in due course, but Satellite stuff will be a bit tricky as we don't have access to the service in UK, so would have to collaborate with someone in the US for that.

The next release due sometime next week will concentrate on a few eye candy tweaks... a feature that has been suggested in an earlier post. Anyone that has a certain recent mobile phone or music player might be able to guess ;-)
__________________
Beta release now available: mediate ICE - http://www.mediateice.com

@home media limited
http://www.athomemedia.co.uk
athomemedia is offline   Reply With Quote
Sponsored Links
Old 10-25-2007, 05:46 PM   #122
Newbie
 
SoulR's Avatar
 
Join Date: Aug 2007
Posts: 21
My Photos: (0)
Just saw this thread looks very promising, well done so far
SoulR is offline   Reply With Quote
Old 10-25-2007, 06:33 PM   #123
Low Bitrate
 
bl3nd3r's Avatar
 
Join Date: Jun 2006
Location: Pickering, Ontario, Canada
Vehicle: 2000 Ford Focus ZX3
Posts: 100
My Photos: (10)
Quote: Originally Posted by The6 View Post
Hi bl3nd3r,

To embed MyMobiler I created a plugin xml file and placed it in a plugin directory (I'll post the details of this later). I first tested this within the navigation screen that was already part of the default skin. Once I got this working I created a new screen in the skin and added it a menu item on the main screen.

The plugin file I have called mediateextapp.xml and contains the following the :-

<?xml version="1.0" encoding="iso-8859-1" ?>
<PluginDescriptor name="myextapp" description="mediate ext app plugin">
<!-- Plugin type is "native" or "external" -->
<Plugin type="external">
<!-- Native plugins live in the mediate bin directory - don't specify a path -->
<Path>c:\LaunchMM.exe</Path>
<Parameters></Parameters>
<!-- External plugins should specify a window class if known -->
<WindowClass>My Mobiler</WindowClass>
<!-- External plugins must specify a window name -->
<WindowName>My Mobiler</WindowName>
</Plugin>
<Version>1.0</Version>
<Author>The6</Author>
<Documentation>This plugin embeds MyMobiler and provides remote control of a PDA.</Documentation>
</PluginDescriptor>

You'll notice that the app actually launches a program called LaunchMM.exe and not the MyMobiler.exe. Let me explain this. The MyMobiler.exe is probably running anyway in the try icon, what I needed to do was to actually maximise this. So I used Autohotkey to create and script to maximise it and then from this I created a .exe file which I called LaunchMM.exe. Make sense ?

@homemedia - would you have anywhere where I post my ammeded theme and plugin ?

Sweet deal!!! Thanks for the help. I will give this a try. I also have Sirius and will be using Mitch's adapter to integrate it with the CarPC so I might use this to integrate that software.

This is an awesome front end by the way.
bl3nd3r is offline   Reply With Quote
Old 10-25-2007, 06:35 PM   #124
Low Bitrate
 
bl3nd3r's Avatar
 
Join Date: Jun 2006
Location: Pickering, Ontario, Canada
Vehicle: 2000 Ford Focus ZX3
Posts: 100
My Photos: (10)
Quote: Originally Posted by The6 View Post
I forgot to answer your question as to whether the plugin can control the use of the PDA phone functionalily.... yeah sure it can - whatever you can do on the PDA you can do via MyMobiler and hence the plugin.

Sweet deal. Does this software give you the ability to have the sound come through the car speakers and use an external mic as well?
bl3nd3r is offline   Reply With Quote
Old 10-26-2007, 01:13 AM   #125
Newbie
 
Join Date: Jul 2006
Posts: 18
My Photos: (0)
We need more skins Can you have a place on your website dedicated to skins? Anyone have any skins they can post up?
__________________
2006 - 350z - Now
1997 - 3000gt SL Twin Turbo - Down :(
3kgtslflip is offline   Reply With Quote
Old 10-26-2007, 09:24 AM   #126
Low Bitrate
 
Join Date: Nov 2006
Posts: 71
My Photos: (0)
just downloaded/trying the software now on my other computer. It's frozen my computer before it even loads up fully. I just have a window where the word 'mediate' is angled and it's frozen. Ok, as we speak, it's just caused my computer to restart.... System specs:
VIA EN-15000G mobo
Windows XP (nLited, but nothing drastic)
512mb RAM
Brycestro is offline   Reply With Quote
Old 10-26-2007, 11:07 AM   #127
Newbie
 
The6's Avatar
 
Join Date: Mar 2006
Location: UK
Vehicle: Mazda 6 2.0 TS
Posts: 27
My Photos: (0)
Quote: Originally Posted by Brycestro View Post
just downloaded/trying the software now on my other computer. It's frozen my computer before it even loads up fully. I just have a window where the word 'mediate' is angled and it's frozen. Ok, as we speak, it's just caused my computer to restart.... System specs:
VIA EN-15000G mobo
Windows XP (nLited, but nothing drastic)
512mb RAM

nLited




I would ensure you have Direct X upto date (9c I think) and make sure all the DX9 stuff is working, run the diag tests.

If all this is ok then go to "Configure Mediate" and in the Display settings, change the Texture settings from 32 bit to 16 bit.

After trying this also try toggling the "Use fullscreen DirectX exculsive mode"

Some combo of settings in this screen should allow you to start up the app.

Apologese for the vagueness of the instructions but I doing this from memory... I'm sure you'll get the drift when you check the settings.

Last edited by The6 : 10-26-2007 at 11:14 AM.
The6 is offline   Reply With Quote
Old 10-27-2007, 02:34 PM   #128
Newbie
 
The6's Avatar
 
Join Date: Mar 2006
Location: UK
Vehicle: Mazda 6 2.0 TS
Posts: 27
My Photos: (0)
Quote: Originally Posted by 3kgtslflip View Post
We need more skins Can you have a place on your website dedicated to skins? Anyone have any skins they can post up?

I've just posted my skin up, this is basically the default skin with some changes and a new screen that embeds MyMobiler app as described above.

Heres the link to my thread
The6 is offline   Reply With Quote
Old 10-28-2007, 08:10 AM   #129
Low Bitrate
 
Join Date: Nov 2006
Posts: 71
My Photos: (0)
Quote: Originally Posted by The6 View Post
nLited




hehe yeah. I'm starting to think nLite may have been a bad idea. Had a bit of a fiddle with a few settings and it caused my computer to restart. I'm having some other issues I believe to be nLite related at the moment too, so I may just end up going back to a full scale XP after all.
Brycestro is offline   Reply With Quote
Old 10-30-2007, 04:47 AM   #130
Newbie
 
The6's Avatar
 
Join Date: Mar 2006
Location: UK
Vehicle: Mazda 6 2.0 TS
Posts: 27
My Photos: (0)
Quote: Originally Posted by Brycestro View Post
hehe yeah. I'm starting to think nLite may have been a bad idea. Had a bit of a fiddle with a few settings and it caused my computer to restart. I'm having some other issues I believe to be nLite related at the moment too, so I may just end up going back to a full scale XP after all.

I've never had a problem running full fat XP. Do a fresh install, only install software you need, do a couple of defrags, stop some well known unnecessary services and hey presto you should have pretty decent startup times.

I always hibernate my carpc, when I resume, the music starts playing after about 12 seconds and the pc is fully up around 20 seconds.
The6 is offline   Reply With Quote
Sponsored Links
Old 11-01-2007, 12:57 PM   #131
Newbie
 
Join Date: Jul 2006
Posts: 18
My Photos: (0)
Any way to make iguidance more stable with mediate? I use igkeys and it does not seem to work when I use mediate to run iguidance.


Edit: Also, when I use the mce remote, and i move back from a video, how do i get the video back to full screen?
__________________
2006 - 350z - Now
1997 - 3000gt SL Twin Turbo - Down :(

Last edited by 3kgtslflip : 11-07-2007 at 11:03 AM.
3kgtslflip is offline   Reply With Quote
Old 11-27-2007, 03:19 PM   #132
Newbie
 
Join Date: Jun 2006
Posts: 30
My Photos: (0)
Sooooooo,

What happened to this thread???

Is this thing still chugging ahead? I'm getting ready to install it on my newest TruckPC right now...........................
__________________
Truck PC about 90% done.....Most of the work lies in mounting the LCD (as usual).
'04 Chevy 2500HD 2.4g P4 ATX, Display = 10.4 inch Samsung TFT/LCD
Live on the edge, but first, learn good balance.
rex6000 is offline   Reply With Quote
Old 11-28-2007, 03:38 AM   #133
Newbie
 
The6's Avatar
 
Join Date: Mar 2006
Location: UK
Vehicle: Mazda 6 2.0 TS
Posts: 27
My Photos: (0)
Quote: Originally Posted by rex6000 View Post
Sooooooo,

What happened to this thread???

Is this thing still chugging ahead? I'm getting ready to install it on my newest TruckPC right now...........................

Yeah .. this is still going. @homemedia release updates now and then. See post #105 for the latest update.

I've also created an amended theme which has a screen that runs "MyMobiler" and gives remote control of a PDA, see this post for more details.

You got any pics of your truck install ?
The6 is offline   Reply With Quote
Old 11-28-2007, 10:31 AM   #134
Newbie
 
Join Date: Jun 2006
Posts: 30
My Photos: (0)
Hi 6.

I'm still gathering the bits and pieces for the "factory install" my bezel is a VERY odd shape that goes at 2 different angles so I keep making prototypes of how I want it to look. It is very hard to make it look factory. The molding part should not be too hard as I have done this sort of thing before but I just can't seem to settle on a shape that I like. I am also attempting to make the installed unit swivel left to right to be more in line with the driver or passenger (navigator). The whole thing has to be easily removeable because I have no doubt I will be forever tinkering with it and adding mods.

I think I am going to post some pics though so you all can share in my misery and challenge. Currently having trouble with my camera driver software though. - When it rains it pours!! - I am having trouble with my touchscreen drivers also!

Thanks for asking - (bet you wish you didn't now!!
__________________
Truck PC about 90% done.....Most of the work lies in mounting the LCD (as usual).
'04 Chevy 2500HD 2.4g P4 ATX, Display = 10.4 inch Samsung TFT/LCD
Live on the edge, but first, learn good balance.
rex6000 is offline   Reply With Quote
Old 11-29-2007, 08:53 AM   #135
TGF
Newbie
 
Join Date: Nov 2007
Posts: 14
My Photos: (0)
Ooooo, Nice
I'll try this.
__________________
משחקים-ילדים-נופש
TGF is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why should I run a front end??? Slightly_Stoopi General MP3Car Discussion 13 06-28-2006 02:32 PM
This is an awesome front end, and here is why: WhiteRabbit NeoCar Media Center 47 08-27-2005 09:43 PM
Web Based Front End Zenith_Warrior Software & Software Development 10 07-02-2005 06:03 PM
Looking for Front End Wiredwrx Software & Software Development 7 05-25-2005 04:00 PM
Front end needed for semi commercial venture Orange Bus Software & Software Development 10 04-28-2005 01:59 AM


All times are GMT -5. The time now is 04:14 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics