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.
|
08-28-2006, 09:16 PM
|
#106
|
|
Constant Bitrate
Join Date: Apr 2006
Location: California
Vehicle: 90' Toyota Camry DX 2.0 I4
Posts: 191
|
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600? Or maybe not strech it out but have the app replace the buttons
*brain surge*
Wait, why not just make two versions, one for 800x480 and one for 800x600! It would probably be a lot simpler than having to reprogram one version to do it all. The only trouble you would have is that you would need to make two versions lol, and that would be a pain to have to update and fix... Plus you would need to make new buttons that were all streched out... but it could work :S
__________________
MacCar progress:
Planning:-----> [||||||||||||||||||||] 70%
Parts:---------> [||||||||||||||||||||] 0%
Construction:-> [||||||||||||||||||||] 0%
Car broken into... progress is basically zip...
|
|
|
08-31-2006, 10:12 AM
|
#107
|
|
Newbie
Join Date: May 2005
Posts: 36
|
Quote:
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600? Or maybe not strech it out but have the app replace the buttons
I just got done reading all the posts in here and the main worklog thread and I had pretty much the same idea. I think having an option would probably be the best way to go since it would probably be a lot easier to maintain than two separate versions. Just not sure how easy it would be to code.
On the issue of GPS I've seen some people mention Roadnav as a possibility. I don't think integrating it as a standalone will work but there is a C library version (libroadnav). I'm not a programmer so I don't know how hard it would be to integrate/duplicate libroadnav into Obj. C. Another thing to consider is that the data it uses (US Census Bureau) only cover the US and US territories. As for GPS hardware support, I'd just use gpsd and not worry about supporting specific hardware.
On a personal note, I think you guys have realy kicked some *** on this front end. I all but gave up on using a Mac for my carputer due to the lack of decent front-ends. Now I'm thinking I might use a Mac after all. Keep up the good work. 
|
|
|
08-31-2006, 11:05 AM
|
#108
|
|
Constant Bitrate
Join Date: Apr 2006
Location: California
Vehicle: 90' Toyota Camry DX 2.0 I4
Posts: 191
|
Quote: Originally Posted by ckgreenman 
On the issue of GPS I've seen some people mention Roadnav as a possibility. I don't think integrating it as a standalone will work but there is a C library version (libroadnav). I'm not a programmer so I don't know how hard it would be to integrate/duplicate libroadnav into Obj. C. Another thing to consider is that the data it uses (US Census Bureau) only cover the US and US territories. As for GPS hardware support, I'd just use gpsd and not worry about supporting specific hardware.
I think it might just simply be easier at this point to add a launch bar or something to AMP so that people can use whatever external GPS app they want (GE mod, Roadnav, etc.). It would also be great for other things too. I think someone already mentioned this but I was just double checkin'  .
__________________
MacCar progress:
Planning:-----> [||||||||||||||||||||] 70%
Parts:---------> [||||||||||||||||||||] 0%
Construction:-> [||||||||||||||||||||] 0%
Car broken into... progress is basically zip...
|
|
|
08-31-2006, 12:23 PM
|
#109
|
|
Newbie
Join Date: May 2005
Posts: 36
|
What would be REALLY cool (and I'm not sure if this is possible) is to have AMP open the external application inside an encapsulated window. That way it would be a lot easier to switch to other AMP functions while driving because the AMP controls would still be visible.
|
|
|
08-31-2006, 12:26 PM
|
#110
|
|
Newbie
Join Date: May 2005
Posts: 36
|
Quote: Originally Posted by Sharkbite86 
Cant you just make it an option to where it would work on 800x480 and for the people who want it have everything get streched out to fit 800x600?
I got to thinking about this during lunch. What about Skin support. Would it possible to write in support for different skins (or themes, or templates etc.) and provide different skins for different resolutions. Just a thought.
|
|
|
09-01-2006, 12:28 PM
|
#111
|
|
Newbie
Join Date: May 2005
Posts: 36
|
I don't remember if this has been suggested before or not but I have an idea on how to improve the functionality of the Music player.
While playing around with AMP last night it occured to me that you can't start playback unless you actually select a music file. This kinda limits you to either setting up a bunch of playlists ahead of time or only being able to play songs from a specific artist and album. What I suggest is that the UI work more like how the iPod does. For example, the iPod allows you to start playback at a higher level (i.e. Music->Genres-Metal) and doesn't force you to drill all the way down to an mp3 file. Say I wanted to play all music from a specific artist It would be nice if I could click Artist, select the artist, and hit play. The play button could then be reassigned to play/pause duty only (a feature that was talked about in the worklog thread) and another button created to emulate the function of the center button on the iPod.
Am I describing this well enough?
|
|
|
09-01-2006, 03:02 PM
|
#112
|
|
AMP Creator
Join Date: Jun 2006
Posts: 451
|
Quote: Originally Posted by ckgreenman 
What would be REALLY cool (and I'm not sure if this is possible) is to have AMP open the external application inside an encapsulated window. That way it would be a lot easier to switch to other AMP functions while driving because the AMP controls would still be visible.
That's pretty much the plan. A friend is sending me a GPS unit, so once I get that in and find some decent GPS software, I'll do it like that. I've found some seemingly generic AppleScript code that I can launch from within my ObjC class that sets the dimensions of other App's windows. So I should be able to set the size of it's window, and still have amp visible underneath to return to it as needed.
Oh, and your idea above, about playing music, is a good one. I'll look into that.
On a kinda seperate note, sharkbite mentioned above about an AppLauncher, this is actually fully finished and implemented in my dev version, and will be in the next release (which is actually getting pretty close - but I will need some quick feedback from you guys for bugs once I release, as a lot of new stuff is added in this release)
Here's a picture of it. From within it there is an editor, which is extremely simple.. You just select "New" then point it towards the application, and it guesses the name (but if you arne't happy with the name, you can change it), and it pulls the icon for it from the app itself.. So it's really completely effortless and quick (and entirely touchscreen friendly [TSF!])

__________________
-
|
|
|
09-01-2006, 03:04 PM
|
#113
|
|
AMP Creator
Join Date: Jun 2006
Posts: 451
|
^^^ what a bunch of worthless in-car apps  haha Oh, I'm on I-10, but how do I spell that word again?
__________________
-
|
|
|
09-01-2006, 05:58 PM
|
#114
|
|
Maximum Bitrate
Join Date: Dec 2005
Location: Langley AFB
Vehicle: 2006 Saturn Ion2
Posts: 556
|
so are the apps gonna be opened in AMP or will it just open up the app? does that make sense? i hope it does.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
|
|
|
09-06-2006, 07:42 PM
|
#115
|
|
Variable Bitrate
Join Date: Feb 2006
Posts: 263
|
Here's an idea: add a feature in disk utilities that says "use drive as primary source" allowing you to choose what drive (including an ipod)Amp will play the files from. Is that possible? When you choose this AMP would reimport all playlist and info from that drive and save the information so when you plug in an ipod or external drive, AMP remembers the songs and playlists etc.
You could also add a feature sync from ipod or ext drive to update AMP's files from an ipod or ext drive into your mac mini that's installed in your car. Or if you guys are feeling REALLY adventurous, make this a WIRELESS option as well that way you can sit in your car and have AMP sync with your home computer that you've downloaded (legally cough cough) more music,movies or music videos to! Maybe these sync ideas could be in form of a plug in and could or if it would just be easier require a home mac to have amp running as well, so it would be an AMP to AMP sync?
just some thoughts
thanks!
|
|
|
09-06-2006, 08:20 PM
|
#116
|
|
Constant Bitrate
Join Date: Jun 2006
Posts: 126
|
i really like the amp sync thing i think the big features needed to focus on is gps right now but im sure aychamo has that covered. is sirius not available for mac, just xm? also a wardriving type app like what CarMinX has in it. Just to join/turn off airport/switch networks etc... Ive been trying to get the source from paul hillman and have emailed him about 3 times a week for a month but i cant seem to get in touch with him. anyway.... great work aychamo
|
|
|
09-06-2006, 08:27 PM
|
#117
|
|
Variable Bitrate
Join Date: Feb 2006
Posts: 263
|
yeah I think GPS would be great and definitely XM, because I already bought an XM receiver from ebay! *hehehe* I suggested wardriving a while back and glad you brought it back into the mix! that way we could surf and check email while in the car! but the first two things require him to own the hardware to work on them , and I don't think he has a gps or xm receiver yet, so I thought I'd throw out some things that just required coding 
|
|
|
09-06-2006, 08:40 PM
|
#118
|
|
AMP Creator
Join Date: Jun 2006
Posts: 451
|
Quote: Originally Posted by LightningMac 
yeah I think GPS would be great and definitely XM, because I already bought an XM receiver from ebay! *hehehe* I suggested wardriving a while back and glad you brought it back into the mix! that way we could surf and check email while in the car! but the first two things require him to own the hardware to work on them , and I don't think he has a gps or xm receiver yet, so I thought I'd throw out some things that just required coding 
Good news on GPS. Raceer, who I'm in constant contact with, is hooking me up with a GPS unit. Can anyone suggest the best software package?
__________________
-
|
|
|
09-06-2006, 09:38 PM
|
#120
|
|
Constant Bitrate
Join Date: Jul 2005
Posts: 138
|
as far as wardriving goes, I think the best around is Kismac. If its a simple implimentation of just listing networks in range and chosing one to join however it could probably done with a simple applescript. Maby though as a more advanced idea you could have the gps location of the network from a program like kismac and then have some kind of if statement where if gps coordinates=network coordinates then send a message to ask if you would like to join the network.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:01 AM.
|
|