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 > Front Ends > StreetDeck > DigitalMods (Scripts / API)

Reply
 
Thread Tools Display Modes
Old 04-24-2007, 01:26 PM   #1
Constant Bitrate
sharpmat007's CarPC Specs
 
sharpmat007's Avatar
 
Join Date: Nov 2006
Location: Washington, DC
Vehicle: 2006 Mitsubishi Eclipse
Posts: 213
My Photos: (0)
Dial up status / Internet Connection Settings Digital Mod

I have began some initial development work to create a mod for this. Wanted to start a post to see if I can get some inputs and hopefully some assistance if I get stuck.

Goals:
1. Internet Status Indicator - Have a dynamic imaged button available SD skins that will display the status of internet connectivity for a dial up connection. A dial up connection can be one established via cellular data card(verizon 3g), pdanet, cell phone tethering etc. This first goal is to just have the indicator available and show connected or not connected. I have already written some snippets for interacting with rasdial using vbscript, but haven't decided if this will be the best path.

Further development later on will include the actual signal strength of the data signal from 3g data cards and cell phones. This may not be as compatible across varying devices so this part of the goal might not be implemented.

2. Internet Settings Module - The above button would open up a module to change modify internet settings. Items on this page would be similar to IE's internet options -> Connections page to allow setting default dial up connection.

Further development might include local lan and wireless b/g settings.

So far I have been able to at least get an indicator in my skin to show if I am connected to prove the concept, but it is still in its early stages. As soon as I have something worthy of sharing I will post it here.

Please send on your suggestions and if anyone else already has something in the works let me know so I dont burn cycles. I got plenty of other ideas I could work on!
__________________
Mitsubishi Eclipse 2006 GT
Infill T3 running StreetDeck
sharpmat007 is offline   Reply With Quote
Sponsored Links
Old 04-27-2007, 05:51 PM   #2
Newbie
 
Join Date: Aug 2006
Posts: 36
My Photos: (0)
I like the idea, right now if I want to connect to the Internet, I have to go to the desktop connect and the go back to SD....let me know how it goes.
filatelico is offline   Reply With Quote
Old 05-18-2007, 09:07 AM   #3
Low Bitrate
 
Join Date: Jan 2004
Location: California
Vehicle: 2008 STI
Posts: 70
My Photos: (0)
Awesome! Just the very mod I've been looking for. When I found how weak StreetDeck's current multi-monitor support was, I downloaded a copy of Centrafuse. While I can't really get into the interface aesthetic and layout of CF, I dig the internet status light.

It works as follows: Green if connected, red if not. Clicking on the red light initiates a connection (configurable for many type sof connects: Dial-Up, PPOE, etc).

Very cool feature! Oh, and multi-monitor support works quite well also. : P

Here's hoping StreetDeck adds these two features as fully functional and supported modules ASAP!!
__________________
2008 Subaru Impreza WRX-STI
Pioneer AVIC-D3 <-- poooor comparison to StreetDeck!!!
Would be building another car PC, if I thought StreetDeck wasn't on the verge of dying off. : (


(Dec 07)Sold 04 WRX, In-Dash Touchscreen, MacMini, running StreetDeck.
BlueF is offline   Reply With Quote
Old 06-10-2007, 09:43 PM   #4
Constant Bitrate
sharpmat007's CarPC Specs
 
sharpmat007's Avatar
 
Join Date: Nov 2006
Location: Washington, DC
Vehicle: 2006 Mitsubishi Eclipse
Posts: 213
My Photos: (0)
Dial Internet Mod v 0.1

This version is rusty, but should provide functionality for connecting to any dial up connection and to view the status.

What does it do?
- Shows an earth globe button on the top of the streetdeck. The earth is shaded green when connected and red when disconnected.
- Tapping the earth globe will flip the connection(Red globe will dial, Green globe will disconnect).
- It polls the dial connection and will change the button if the status changes. * This may be poorly implemented in this version as I notice a frame missed everytime it polls. Dev suggestions welcome!
- This mod should work with most versions(tested on 1.0.8.1) and the buttons can be moved/modified so you can incorporate into your own skin.


--------------------------------------------------------------
Prerequisites:
1. A dial up connection must be preconfigured and saved in windows. In this version the dialer only attempts to dial a connection named "VZNEW". Just rename your default connection to "VZNEW".

2. The dial up connection can be of any type. Data card, Modem, PdaNet, Bluetooth modem, etc. It just needs to show up in your network connections and be named "VZNEW".

* You may also modify the !InternetStatus.vbs to change the default connection name. The variable is "strDefaultConnection". Later revisions may provide a preference section to change your default dialer for the digitalmod.
--------------------------------------------------------------------------
There are two parts to the install:

1. Download the attached button.internetstatus.nofocus.zip. Extract the buttons to your skins default folder. If you use a different skin(s) you should extract them to that folder also.

2. Download and install the "Internet Status.sdz".

Thats it...please give feedback. Code bashers welcome

--------------------------------------------------------

Working on next....

- Clean up of code
- Preferences Module to set default dialup connection and add additional settings
- Globe icon changed to represent signal strength of a data card.
Attached Files
File Type: zip BUTTON.INTERNETSTATUS.NOFOCUS.zip (32.8 KB, 56 views)
File Type: zip Internet Status.zip (15.6 KB, 66 views)
__________________
Mitsubishi Eclipse 2006 GT
Infill T3 running StreetDeck
sharpmat007 is offline   Reply With Quote
Old 06-12-2007, 09:33 PM   #5
Newbie
 
Join Date: Aug 2006
Posts: 36
My Photos: (0)
Thanks, I will try it and let you know how does it works.
filatelico is offline   Reply With Quote
Old 06-14-2007, 12:49 PM   #6
Constant Bitrate
sharpmat007's CarPC Specs
 
sharpmat007's Avatar
 
Join Date: Nov 2006
Location: Washington, DC
Vehicle: 2006 Mitsubishi Eclipse
Posts: 213
My Photos: (0)
I need to change the z order...the buttons are showing up on top of everything(dvd, visualization, nav). Will try and get that fixed tonight.
__________________
Mitsubishi Eclipse 2006 GT
Infill T3 running StreetDeck
sharpmat007 is offline   Reply With Quote
Old 06-15-2007, 12:25 AM   #7
Newbie
 
Join Date: Aug 2006
Posts: 36
My Photos: (0)
Works great!, very nice MOD. Suggestions:
1. Hide on Videos, DVD and Nav, gets on the way.
2. If disconnected maybe show a message asking if would like to reconnect.

Thanks again
filatelico is offline   Reply With Quote
Old 06-15-2007, 06:24 AM   #8
Constant Bitrate
sharpmat007's CarPC Specs
 
sharpmat007's Avatar
 
Join Date: Nov 2006
Location: Washington, DC
Vehicle: 2006 Mitsubishi Eclipse
Posts: 213
My Photos: (0)
Great suggestion on the pop up if disconnected. I will see what I can do...hope to have some time this weekend to get next version released.
__________________
Mitsubishi Eclipse 2006 GT
Infill T3 running StreetDeck
sharpmat007 is offline   Reply With Quote
Old 07-04-2007, 02:26 PM   #9
Newbie
 
Join Date: Apr 2006
Posts: 15
My Photos: (0)
Update?

Any update in the works? Great MOD, I really needed this. It just needs to disappear as other buttons do.....thanks....
felices is offline   Reply With Quote
Old 07-05-2007, 09:29 AM   #10
Constant Bitrate
sharpmat007's CarPC Specs
 
sharpmat007's Avatar
 
Join Date: Nov 2006
Location: Washington, DC
Vehicle: 2006 Mitsubishi Eclipse
Posts: 213
My Photos: (0)
Sorry, I have been focused on rebuilding my media pc(SageTV). I am trying to see if I can make a mod for streetdeck to stream livetv using sagetv or orb. I will try and get sometime to work on it this week to at least fix the overlay order, but I really wanted to re-code the vbs to use an external object so that it should minimize the pause/frame drop.
__________________
Mitsubishi Eclipse 2006 GT
Infill T3 running StreetDeck
sharpmat007 is offline   Reply With Quote
Sponsored Links
Old 07-07-2008, 09:59 PM   #11
Newbie
 
Join Date: Aug 2004
Posts: 38
My Photos: (1)
i know the sd team is out of commission but can anyone else get this mod to work in the current version ? (1.1.1.6)
hovalistic 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
Instructions on getting FREE wireless internet from T-Mobile using GPRS bankingdom Wireless Communications 295 06-11-2008 05:55 PM
Autodownload webpages when an internet connection is present for later vieiwing? dualfragment Wireless Communications 35 08-01-2006 10:35 AM
Internet Connection failed milleda31 Wireless Communications 4 06-22-2004 04:56 PM
what kind of internet connection do you all have ? felix99 Off Topic 20 11-03-2002 05:54 AM


All times are GMT -5. The time now is 04:03 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