RVS4000 2.0.0.3 + CLass A + RIP

Hello,
I use a new RVS4000 in router mode to interconnet a Class A segemented with class C networks (10.11.1.0/24, 10.11.2.0/24, ...) with other class C networks (10.21.1.0/24, 10.31.1.0/24, ...)
both WAN and LAN interfaces send wrong 10.0.0.0/8 to connected RIP routers which prevent me to activate SEND RIP feature.
It could be This bug related.
"RIP messages display a netmask for a class-A subnet when a VLAN of RVS4000
is configured as a class-C subnet but with a class A address, such as 10.0.2.1/
24."
I'm forced to do static routing with all connected routers
Will this bug be fixed ?
Thank you.

Please contact the small business support center, as the issue could have been fixed in a beta firmware 2.0.1.x.

Similar Messages

  • RVS4000 lan subnet ask

    I'm planning to use RVS 4000 in 10 of my branch offices.
    The current IP's of those branch offices are 10.12.0.0/16 (255.255.0.0)
    When trying to configure the RVS4000 LAN IP I only have a drop down for selecting the mask and the largest one is 255.255.255.0, is there any way of using larger mask then that?
    Thanks!

    The LAN configuration of RVS4000 is limited to a Class C network. That said, RVS4000 does support multiple VLANs, each of which is a Class C network.

  • Read from one file ... and write

    I had written below code to read from a file
    which has input in below format...
    $ filla
    % dillla
    I wrote a code to read from the below file and I want to write into another file...
    in another format...like
    filla, $
    dilla, %
    I wrote as below... but my code doesn't work....i commented most of the code becoz I doubt ....
    I read the file...line by line...
    each line has two words one is special characters($ or %) and the other is some name... separated by space..
    I stored both in different arrays...and thought to write them in output file...
    import java.io.*;
    public class data
           public static void main(String args[])
                int kMaxLines = 60000;            
                  String[][] valuePairs = new String[2][kMaxLines];
                  String symbol [] = new String[kMaxLines];
               String name [] = new String[kMaxLines];
               int k = 0;
                       try            
                      FileInputStream fstream = new FileInputStream("c:/inputs.txt");
                      DataInputStream datastream = new DataInputStream(fstream);
                      BufferedReader br = new BufferedReader(new InputStreamReader(datastream));
                      //FileWriter output = new FileWriter("c:/output.txt");
                 //BufferedWriter bw = new BufferedWriter(output);
                      String names; 
                      String strLine;
                      int line = 0;
                      while ((strLine = br.readLine()) != null)
                           String temp_strs[] = strLine.split(" ");
                          for (int j = 0; j < 2; j++)
                          valuePairs[j][line] = temp_strs[j];
                         //System.out.println(temp_strs[0] + " " + temp_strs[1]);
                          symbol[k]= temp_strs[0];  
                          name[k]=temp_strs[1];
                          line++;
                          k++;
                      for (k=0; k < kMaxLines; k ++)
                      System.out.println(symbol[k]+ "" + name[k]); // when I print it is giving null value...
                      } // so what I do to get those values into global array...
                          datastream.close();
                // to write to file
                   //String names_str;
                        //bw.write("@relation train");
                  //for(k=0; k<kMaxLines; k++)
                    //  names_str = names+""+name[k];
                   //bw.write("@attribute names" + " {"+names_str+"}");
                   //bw.write("@attribute class {+,-}");
                   //bw.write("@data"+"\n");
                    // for (k=0;k<kMaxLines; k++)
                   //bw.write("name[k]+","+symbol[k]");
                       catch (Exception e)
                      //file not found exception...
                            e.printStackTrace();
     

    Why the multiple arrays?
    I'd just read it into List<String[]>... an extensible collection of "the fields on each line"... then you just write them out as required.
        second-field + comma + first-field.
    I suggest your next move should be to take a backup copy of your current class then rip-all that commented-out code out of it, and reformat it properly... starting from a clean(er) slate... then try swapping over to a List<String[]> instead of that cumbersome String[][] matrix.
    Try that... if you get stuckeroonied then don't be afraid to ask again.
    Cheers. Keith.

  • Content filter not fixed, still stripping message body

    The content filter that arbitrarily strips out (part of) the body of my
    email messages is not fixed: http://forums.adobe.com/message/1867251#1867251
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

    I think I found out why the message body of my messages is stripped out. It appears Jive is filtering the content of email messages with the following regular expression:
    * Simple bean for storing the contents of an incoming email.
    public class Message {
        // ripped from EmailParserImpl
        private static final Pattern originalMessagePattern = Pattern.compile("(-{5,}|_{5,}|^.*wrote:$)(\\s*.*)*", Pattern.MULTILINE);
    My first impression is that this implementation is somewhet simplistic. For instance, it doesn't take into account whether you just quoted a single line or all of the message. For a great example of that, look at the House of Fusion email archives, where you can see selectiive quotes are allowed, but complete quotes of full messages are filtered out. It also doesn't do pattern matching on the standardized string that starts a signature.
    More insight into the behaviour of the email integration can be obtained from the sourcecode of the Jive advancedemail plugin. Although I am not sure it is the same version as Adobe is running, there are some comments and TODO's in the code about behaviour I am not seeing in the email from these forums, but it still helps to understand what is happening.

  • Exporting from FCP HD using QT conversion

    hello,
    I exported a sequence shot with the DVX100A, I used quicktime conversion mpeg-2 with motion at best and an average bit rate of 5. the video looks nice, but during motions I can see lines along the border of a face, for example. anything that moves has lines long its borders. (interlaced?)
    with another prject, which was a trailer for JFK in my editing class, I ripped the footage from the DVD, I know that footage's bitrate was higher, around 6.3 in FCP. after using the same export properties, I ended up getting no lines.
    can anybody please explain those lines along my moving objects? it really bothers me>
    thanks
    PB 15' 1.25 FCPHD DVDSP Mac OS X (10.3.9)
    PB 15' 1.25 FCPHD DVDSP Mac OS X (10.3.9)
    PB 15' 1.25 FCPHD DVDSP   Mac OS X (10.3.9)  

    hey thanks for replying so quickly....
    the material was shot in 24p, but I captured it in 30fps with DV NTSC 48 kHz capture and sequence preset.
    so far I only viewed it on my PB as a quicktime m2v file with the player. i havent watched it on a TV screen yet, still need to burn it.
    I used the QT mpeg-2 converter with Two Pass VBR and set the target bitrate up 6 I believe.
    However, there is only regular motion, no fast pans, tilts, or whatever.
    Any more ideas? thanks
    PB 15' 1.25 FCPHD DVDSP Mac OS X (10.3.9)
    PB 15' 1.25 FCPHD DVDSP Mac OS X (10.3.9)

  • RIP V2, network command with classless address yield to classful

    As we know that RIP V2 is Classless while V1 is Classful.
    Obviously there are other differences. Cisco has mentioned them in CCNA3 V3.1 Article 1.2.3
    RIP V2 supports prefix routing with VLSM so different subnets within the same network can have different subnet masks.
    A(config)#router rip
    A(config-router)#ver 2
    A(config-router)#network
    A(config-router)#network 172.16.2.0
    A(config-router)#^Z
    A#sh run
    *Apr 7 05:36:29.422: %SYS-5-CONFIG_I: Configured from console by console
    A#sh run | b router rip
    router rip
    version 2
    redistribute eigrp 12 metric 2
    network 11.0.0.0
    network 172.16.0.0
    network 192.1.14.0
    Why has the value been changed from 172.16.2.0 to 172.16.0.0 ?
    What is the point of using RIP V2 if it yields to same result as RIP V1 ?

    Although ripv2 is classless, the configuration of which interfaces are attached to the rip process is classfull.
    In this case of yours, all interfaces configured in the range of 11.0.0.0/8, 172.16.0.0/16 or 192.1.14.0/24 will be attached to the rip process. If an interface exists with subnet 172.16.2.0/24 it will be advertised as such.
    Hope this helps,

  • Can no longer recommend Fascinate due to non-support of issues -  class action time?

    I loved my Fascinate when I got it, but the failure of Verizon to promptly resolve KNOWN software issues with known-to-Verizon solutions constitutes something dangerously close to fraud.  Like others, I was promised a prompt upgrade to Froyo by a Verizon rep when I bought the phone.  Like others. my GPS performance is terrible, with frequent delays of 10 minutes to infinity to achieve a location lock.  Like others, I let my 30 day return expire because I was promised a software fix was coming out Real Soon Now, so now I am screwed.
    The issue is NOT the delayed Froyo update,the issue is that the phone does not function as promised by Verizon when sold.  Knowing sale of a defective product that does not meet its advertised features is fraudulent under the commercial code in any state of the union.
    Therefore I am doing some of the few things I can do under the circumstances:
    First of all, new buyers are warned that the phone DOES NOT WORK as advertised in many cases due to software issues with GPS, email push, and other features.  If you buy it, don't expect it to work.  If you are promised otherwise by a Verizon store or rep, be warned that the promises are empty.  Be warned that the Verizon implementation of Bing en lieu of Google search and other disruptions of the base Google services makes the phone almost unusable compared to a true Android environment such as that on certain other Android phones and providers.  Bing is terrible. VZNavigator is a rip off (and terrible).  If you are a lawyer interested in a class action against Verizon related to thi sphone be aware that you should have plenty of interested parties.  Personally I would like my service fees waved for the period from September when I bought the phone through whenever-they-actually-make-it-work with debugged software.  It is clear that engineering KNOWS how to make the GPS work even without a full Froyo update - they just haven't released a patch.
    I wish I could love this phone - but I can't recommend it any more to any one for any reason until Samsung/Verizon fix the software and de-Bing and de-bloat an otherwise excellent piece of hardware.  This is EXACTLY what Apple got right, and that Verizon has wrong.  A pox on them and their bloatware and BIng and broken search functions.  It's like a bad dream.  Swapping the hardware out for another Fasicinate won't fix it.  I'm stuck.

    Do I actually expect to see a suit?  No, not really.  But, message reads on the first page of the Fascinate forum suggest that as of now at least 4000 potential Fascinate owners may have received enough reasons to consider either a different phone or a different carrier.  Verizon execs might have a look over the fence at IPhone land, where there is a mob wielding torches and pitch forks that loves their iPhones (but hates ATT for the poor service experience).  Provide even average service and you build brand loyalty that overcomes almost any foul up.  Give your customers good reasons to hate you, and they surely will.
    Today I drove a 30 mile round trip with a fresh A-GPS almanac and never got GPS located closer than 1100 yards.  If it ever DOES synch, it will be good to 10 ft.  and stay locked until I go indoors.  If.  The Bluetooth refused to connect (again).  Works great WHEN it actually occasionally works though.  The hardware can do it.  The software is a bad joke.  Is is Samsung's fault?  Maybe.  Could Verizon provide a timely fix by internal or Samsung resources? Definitely. Samsung has fixed these issues for other markets long ago.   The shame is that it takes what could be a great experience and sours it all.  It's not about Froyo, it's about having basic features that work.  While some of thse phones work perfectly, some combination of hardware and software issues means that too many customers did not receive what the paid for, and they have good reason to be angry with Verizon for the poor experience and callous treatment.

  • Verizon data is ripping me off....

    So I made the switch from TMobile to Verizon because I got tired of waiting for Tmobile to get the Iphone.  Now in order to do this I paid a $200.00 cancellation fee. However, since I had an unlimited data with Tmobile and they had a data tracker, I was able to gauge my data usage for the last year and a half. So when I switched, I knew exactly what my average data usage was.
    -On TMobile I averaged 1.5 to 1.8 GB and that was daily streaming and downloading Spotify music, watching YouTube videos, watching videos, email,      heavy app usage, hotspot.
    -So I figured since I had an Iphone before and I knew that I would be on WIFI most of time and would be careful not to use my phone for videos and minimal streaming, I would probably use half the data.  So on Verizon's network I didn't really watch videos or stream music and uploaded music while on WIFI so I would not have to stream.
    -On Mondays and Wednesdays I'm at school or home with WIFI continuously at home and with WIFI in all areas of my school.
    -On Thursdays and Fridays I'm at work with barely any signal inside the building and since I'm at my internship and why would I be  downloading stuff if I'm in training.
    -Sure enough, I was surprised that I was messaged on 10/11 that I was at 90% of my data cap, but I figured this might be viable and it might be due to my heavy usage on the first few days of having the Iphone. 
    -I did some research online and saw some article about verizon users being charged with WIFI charges if their carrier settings weren't set to 13.1.  I double checked my settings and they were correct.  So it was still kind of fishy since I was on WIFI half the time.
    -On 10/11 I checked my data usage and I was at approximately at .91   So I went ahead and updated my plan to the 2GB plan which was retroacted to my start date.  Too my surprise I got a message saying I was at 75% of my data on 10/15.  THAT'S 4 DAYS!!! IN 4 DAYS I WENT FROM .91 TO 1.57 GB.
    WHATTTT??
    -I called and they weren't much help.  They said I could check my usage online so I did and here are a couple of immediate things that caught my eye.  They were charging me for downloading stuff at 4:16 a.m. while my phone was on WIFI and between the hours of 10:00 and 10:30 while my phone is on WIFI in class.
    - I went into the store and the guy said it might be the carrier settings and without checking them, he reset my network settings anyways. I told him I had checked that online and was pretty sure the settings were correct.
    -Since then I talked to some people on the phone and they said I would have to wait til my next bill and then they will credit me if I go over my plan and see if the problem has been resolved, however, I will have to follow up.... like my time is not worth anything.
    -So today I checked my usage and there were still charges against my data plan this morning when I was sleeping at 1:16 a.m, 3:42 a.m., 5:00 a.m, 7:02 a.m.,
    -What is going on... Verizon, and now I'm checking and I know I was on WIFI at 9:59 a.m. going into class late, because itis right after I got off the phone with your customer service rep and there is heavy usage there.
    How can I continuosly use my phone on TMobile network and barely get to 1.5 to 1.8 GB monthly, and with your phone go from .91 to 1.57GB in 4 days.  that would equate to 4.62 GB a month when I am at least on WIFI half the time and try not to use your network for half the things I used TMobile for. How do you figure????
    So I feel like I am being ripped off.
    Switching wasn't cheap. I paid $200.00 to switch, $35 activation, bought the 64GB Iphone for $399, bought Apple Care for $99, and also subscribed to your insurance and a significantly more expensive cost of plan vs. TMobile only to find out you are continuously charging me for data that I am not using.  And you cannot attribute it to the glitch, specifically because you guys reset my phone yesterday and this morning I was still charged while I was on WIFI.
    I did not sign up so I would have to track my line item usage every day to dispute with you every single day.  I did not pay more than $700.00 to be ripped off.  And your CSR reps are saying that I can't dispute it until I actually get the bill. 
    Listen, I have a very busy schedule this quarter at school.  You are trying to take advantage by charging for phantom data usage.  I would like for you to let me out of my contract without penalty for breaching your terms and inconsistently charging or you just don't charge me for data for the final two years of my contract.  If you can't guarantee that you will charge me accurately, then you shouldn't be charging me for it.  I'm looking into small claims court already, posting online  the social networks: Facebook, linkedin, Twitter, etc where I am connected to lots of people. So if you would like me to not do that the resolution is to let me out of my contract. I just paid 200.00 to be let out of one, and i refuse to pay for another one when clearly it is not because of a lack of loyalty but a lack of Verizon unlawful charges. 
    LIke I said, Here is a compromise I can think of that would work for me and is fair:
    -I would settle for even paying for the 1GB plan and not be charged for the overages for the next 2 years.(If you can't accurately track my data and are inaccurately charging me for more than I am using this is fair.)
    Other options:
    -No charge for letting me out of contract.
    -I can return the Iphone to you and you refund what I've paid for the first month and the prorated month,  activation fee.(This is about 140.00 total), or you can pay me 200.00 that I paid to cancel my TMObile account.   I think the 140.00 would be a better deal for  you and I will eat the 60.00 for my stupidity in switching...no restocking fee.  You can also refund the price of apple care.
    -You can keep me on contract and not charge me for data for the next 2 years.
    -You can play the "WE value you as a customer but we can't do anything except keep overcharging you incorrectly and make it difficult for you so yo can try to give up game", see me in small claims court,and see me post on social networks continuosly over the next 2 years until you let me out of contract. 
    I won't be surprised if the response is the last one, because Verizon is so used to making there customers whole....sarcasm there.
    Take your pick. 

    (Deleted duplicate post as per Verizon Wireless Terms of Service...already posted on this discussion https://community.verizonwireless.com/thread/784101)
    Message was edited by: Verizon Moderator (M)

  • Is Verizon going to end up with a Class Action Lawsuit regarding the Trade-In Scam?

    I notice I'm not the first to report this issue.  In fact, after reading the horror stories in the community, I'm questioning if going with Verizon Wireless and/or using their online trade-in program was the right thing to do.  I see so many other people experiencing the same nightmare, I figure it's just a matter of time until there's a Class Action Lawsuit against them regarding their Trade-in Scam of 2014.
    I was lured to Verizon by their promotion of receiving $200 for my iPhone 4s.  I pre-ordered my iPhone 6 online on 9/12.  Following the check-out, I was given the option to complete the online trade-in program.  My iPhone 4s was in perfect condition as it was kept in a LifeProof case since day 1.  Being in that condition made it eligible for the full $200 trade-in value.
    My iPhone 6 arrived on time.  I transferred my data from the iPhone 4s to the iPhone 6.  Then ensured the 'find my phone' feature was turned off, all passwords unlocked and factory reset completed.  Then I fully charged the phone and turned it off prior to packing into the provided trade-in program materials/envelope.
    I was a little concerned about the trade-in program materials/envelope.  The envelope itself was nothing more than a padded envelope.  It was a pre-printed business reply envelope.  No tracking number other than a bar code with my submission id on it and then stamped with the word PROMO.  I was hesitant to drop it in a mailbox so I took it right into my local post office.  That was on 9/23.
    I started checking the trade-in status a week later but the status was 'Not Received'.  Another week later, same thing.  Finally, I reached out to the trade-in program via email on 10/11.  I received a 'canned' response back on 10/16 that I should wait 4-6 weeks for my gift card.  That time period includes a 2-3 for inspection and processing from the date of receipt at the warehouse.
    On 10/25, I reached out again to the trade in program via email.  On 10/26, I received the very same response... word for word.  I reached out again on 11/7 and they didn't even reply.  I tried calling but got no where by phone.  They claim they'll escalate the issue but I never hear back.
    I really feel scammed out of $200 by using this online trade-in program.  The guideline stipulated that I must use the supplied packing materials and envelope or the promotion amount would not be guaranteed; however, without tracking there is no way to know where the phone is.
    Come on Verizon...  you lured me in, now do the right thing and send me the $200 gift card I was promised.

    I've gone through the same process as you've described with a different twist. They advised me that the screen on
    my phone was cracked. They are sending me $36 instead of the Appraised Value of $200.  I'm not an Attorney
    but I would bet it would be an easy win over Verizon in a Class Action, because this whole process smells
    bad. There must be tens of thousands of people getting ripped off and they're not all liars, which is what Verizon would have a judge believe. Contract or no contract, most states prohibit Agreements that would negate consumer protection
    from fraudulent business practices.
    Verizon may play hardball with it's disenchanted customers and there isn't much you can do as an individual.
    This just happened with me on one phone and I'm waiting for news of a second phone that I sent at the same time.
    In the meantime I will visit the Verizon Store and talk to the salesperson who sold me the two new iPhone 6's
    and see what he can do. I will also contact my local Better Business Bureau office for their advice. If there's no satisfaction, I will keep the phones, stop paying my bill and get a new carrier. They can take me to court, but I will be there first in@ Small Claims Court. I'm retired so I have time to do this stuff, but most people can't, so the best bet is still a
    good Lawyer with a Class Action Suit and lots of negative publicity in the papers and the internet.

  • How to set the default route on a RVS4000 to point to a gateway in the LAN

    Hi
    The dialog in the RVS4000 for static routes does not allow to set the default route to point to a gateway in the LAN. Clearly this is either a bug or a feature of the web-interface and not a restriction of the box, which runs some kind of linux. So my question is there a way around this problem rather then defining routes to n-class A networks to cover the internet? Like a terminal access to set the default route?
    Thanks and cheers
    Frank

    Hi David
    Thanks for your reply. I did already the first part and it seems that I presumed wrongly that the RVS4000 can be used as a layer 3 switch, instead it is only a 1-port gateway. Not that there is a technical limitation from the hardware or the OS of the box. It does layer 3 routing e.g. for its VLAN's. The only point to stop it from having the capability which I expect from something called router is to set its default route to the right gateway independant which port might be connected. The reason why I want a LAN port pointing to the gateway and do not use the WAN port without firewall is of course the VLAN capability of the LAN ports. The idea of the RVS is to bundle two nets, including the one where the gateway is on, and send it to a WAP4410N box, which nicely makes them wireless with different SSID's. Actually I have two ports connetced to the core network, if I am forced to have only the WAN port connected to the core, due to this artificial limitation, I would have to reconfigure a bit. Therefore I try to find an easier solution setting the route by "hand".
    Cheers Frank

  • Recent problem presenting movies on projector for class

    I teach in a University. I want to show a film that I purchased in iTunes from my iPad 2 to through the VGA adapter to the projector in the class (this is only option - projectors are all VGA). Movie begins to play and then stops with an error message stating that the display is not supported and I do not have permission to display this video in this format. Some other issues:
    1. I've been able to show films like this in the past - when did this change.
    2. Netflix also does not work.
    3. YouTube, PowerPoint, Keynote all work fine
    Is there a solution to this? I do not have the luxury of upgrading the SmartPanel systems in the classrooms where I teach. I prefer to use digital content, but will I need to return to the use of actual DVDs to ensure the content works?
    Also - would there be a difference if I used my Macbook Pro (2012) that has not been updated to Yosemite? What about an older version of iTunes?
    Can I get a refund for the films I purchased through iTunes if they are no longer supporting this method of presenting this material? These films are useless to me unless I can show them on a screen in class.
    I have class this Monday and need to figure something out quickly. Thank you for your time.
    Jamie

    I missed this:
    1. I've been able to show films like this in the past - when did this change.
    2. Netflix also does not work.
    3. YouTube, PowerPoint, Keynote all work fine
    You saying this about your ipad with 8.x and a cable?  I think that ios 8.x will no longer will  play copyright stuff over vga cables. You need a hdmi cable.
    I read about some copyright issues in 8.x.  ios 8.x "enhanced" copyright protection .  I think the feeling is that you can ripe off vga output to make a copy of the video.  What  better copyright protection than to sell you a video then not let you see it .   Also, there is a standard disclaimer on many videos that it only for private usage.  Commercial usage is forbidden.   There is an exception for educational use.
    I think you ran into the DRM copyright issues.
    While it doesn't cover your situation, it does talk about DRM:
    http://support.airstash.com/entries/55924774-Known-Issues-with-iOS-8-and-or-iPho ne-6-6-
    This is what I have been able to gather from my reading.
    Robert

  • Foothill College Classes are starting the week April 7 - Register today

    Hi SVCUG, I am an instructor at Foothill College and we have Spring Quarter (April - June) Cisco, VMWare, and Microsoft classes which still have openings.  All Cisco classes feature online labs with "Real Cisco Hardware", the VMware and Windows classes have online labs with dedicated labs for each student.  
    We also have an open lab with instrucors to assist you in completing class work, the on-campus lab is open most evenings and on Sunday afternoons and features Cisco router and switches and HP Prolient servers.
    CCNP TSHOOT (CS 52C) - Thursday at 6 pm
    VMware vSphere (CS 54C) – Wednesday 6 pm, VMware VIEW Installation/Configuration/Managemen - This is the Virtual Desktop Infrastructure Course
    Windows Server 2012 R2 Administration (CS 60B) – Friday 6 pm
    CCNA Network Fundamentals  (CS 50A) – Monday 6 pm
    CCNA Routing Protocols, OSPF, EIGRP, and RIP  (CS 50B) – Tuesday 6pm 
    CCNA Wide Area Networking, IP Network Services (DHCP & NAT), and Network Security (CS 50D) - On-line, with on campus lectures
    Send me an email for course details, all classes include hands-on on-line labs using NETLAB, lectures can be viewed online but most students are more successful if they attend the one night a week lectures.
    Apply for admission   https://secure.cccapply.org/applications/CCCApply/apply/Foothill_College.html
    Register for classes     https://myportal.fhda.edu/cp/home/displaylogin
    Thank you,
    Mike Murphy  [email protected]

    If you send me your e-mail address I will send you the syllabus for each course, they are not posted.
    VMware vSphere 5.5 is Wednesday night and CCNP SWITCH is Thursday.
    [email protected]

  • Hard to find ripping naming conventions

    ?In Mediasource Player 3.3, I had a really hard time finding the naming convention settingsdialog. It is in the media folder format settings option. I ended up with a bunch of ripped tracksthat had the track name twice and couldn't find the option. Hopefully this thread will help someoneso they don't have to struggle as much as I did. In the Settings pop-up the PC Music Library tab,and the Properties button under the first item which is the name of your current PC Music libraryname. I had failed to change the last box on the bottom right from track name to none. Ta paj692

    I guess the argument against your argument is that your code should be as self-documenting as possible. In your code, I'll see "Event". Great. java.awt.Event? No (annoyance #1 already). Your base Event? I wouldn't know, need to check the imports first. Aaahh, scrolled up and saw: your special implementation Event it was. Although, I will not see that if I'm not familiar with your package structure and you're doing package imports.
    Create packages for functional groups, otherwise you'll end up with loads of unnecessary public declarations because your helper classes are splattered all over the place and can't just rely on in-package visibility.
    And by the way, using polymorphism properly like you don't seem to do, you'll screw yourself, because you'll in future have to do things like:
    Event ev = new com.mystuff.special.implementation.Event();Because you can't import both the interface/superclass and the implementation. Congratulations.

  • VERIZON RIP OFF PROJECT!!! BEWARE

    I purchased a smart phone in November of last year. My bill remained constant for two months, then at the beginning of the year it doubled...and has been constantly over $230.00 per billing cycle this year....
    I was puzzled as to why, my phone habits hadn't changed...the only thing I had done was buy the "smart" phone. I began to look a little further...and did not have to go far...
    Have you noticed that the "smart" phone will let you switch between calls? Where is the disconnect button for the call that you briefly switch to? There is none!! So when you switch to the incoming call however brief, the minutes keep rolling until you hang up both calls completely!!!
    They have made a phone that is "smart" for their pockets, while cleaning yours out unbeknownst to you.
    I called Verizon and asked for a complete audit of my account...so I could prove what they were doing, while bringing it to their attention. I was told "how do we know when you disconnected the call?"....WOW That response lead me to believe that they know what is going on...and the fact that the audit was not conducted.
    If you are having the same issues....respond to this blog and maybe we can get them to listen and fix this problem...or we can get the FCC involved, and start some class action movement!!! 

    SusieQ72064 wrote:
    tOTAL ALL TOGETHER , VERIZON OWES ME $300.00. This all started December 2010 when i purchased a piece of equipment from the Verizon store that was suppose to work with the Xbox so i could get it set up so my son could play the Xbox on line. Well, i purchased it for $99.00. in the mean time they told me it would have to have its own phone line, but that if the product did not work on the xbox to bring it back withing 30 days and i could get my refund for the product plus the early termination fee which was $75.00. well, within 2 days i brought it back because it did not work like they said it would, All i got credit for was the charge i paid for the equipment. I still have not yet got my $75.00 early termination fee which i paid in December. Then I called them and they said that it would come off the next month bill. well guess what, it didn't. Then the next month I took Januarys bill into the store, they loked at it and said that it had never been billed to me in the first place and that was why it didnt come off. REALLY? DO YOU THINK i bought that story, i had it all in writing where it was charged to me. More fussing and nothing happened. Then February bill it was charged on there again. I decided i would pay my bill but i deducted the 150.00 that they owed me before i paid it. Well, guess waht, they shut my phone off for not paying that 150.00. so in order for me to get my phones turned back on, i had to pay the 150.00 that i deducted plus and extra $15.00 a line reconnect fee. Well, i called them and told them i was filing a complaint with the company and asked them to send me a form. They told me i had to do it online. Ok, i was willing to do that, but when you bring the form up that they told me to fill out, you cant fill it out on line. So i printed it out and was going to mail it but guess what no address to mail it to them anywhere on the form so i called AGAIN, they didn't know where to mail a complaint form too. REALLY ? but after 20 minutes of being on the phone with them, they finally came up with an addresss, which i think was bogus cause i still have not heard a word from them. They messed me over good this time, but it WILL NOT happen again. But just to let all you people know, DO NOT buy anything from VERIZON again ! they will lie and lie and lie. And the sad thing is, I took Dec 2010- thru March 2011 bills into a verizon store and we went over the bills with a fine tooh comb and they agreeded with me, they have never given me the ct=redit and also they have charged me 2 times for it. But customer service says that is not how the bill reads. I guess they have a different bill them the one that i get every month.... They are a RIP OFF !!!!!!!  I hate that they bought out ALLTEL because i had ALLTEL for 12 years and never had a problem one with them plus they were alot cheaper too !
    Not sure what you are talking about, but an ETF is a one time charge. If you got charged $75 for each of the last 2 months, it seems as if you still have a line with service active. It sounds as if you returned the device, got credit for it and had to pay a $75 restocking fee. Not sure what the $75 charge is/was for the 2nd month.

  • Help improving cd ripping i/o

    I've completed a set of Java wrappers for AKRip32 on Windows, and integrated with the tritonus/cdparanoia CDDA classes, and I have CDDA working on Windows and Linux.
    The problem - on Windows the I/O performance of my code is a joke (10+ minutes to rip and transcode one track!)
    Is anyone interested in working on the code to create a solid Open Source java library? I've done the current work for my comapny, but the comapny intends to release the final code as either LGPL or public domain.
    If you're interested in helping please send me email at:
    tmalcolm @ ancyra . com
    A warning - my code is also terrible - all hacked together and uncommented.
    Thanks,
    Tim.

    Did this ever go anywhere? I need to play audio CDs with Java, so this would be very useful to me. I'll do what I can to clean up/optimize your code.

Maybe you are looking for