Multiple problems - help needed please

I've got so many problems that I've completely confused myself. So, if anyone can help….
I was previously using a D-Link D-320T DSL modem on BT Broadband in the UK. The modem was set up in bridge mode, and hooked up via ethernet to my Airport Extreme (n). The AEBS would use PPPoE and successfully connected to the internet, as well as handling all my network needs.
Everything worked and everything was fine, allowing screen sharing and file sharing between my Mac Mini, MacBook and MacBook Pro.
Earlier this week, the internet connection dropped and I couldn't find the cause. Resetting the router and hooking it up directly to my Mac Mini, I connected to it (192.168.1.1) and had it connect to the internet itself.
It did so, and distributed IP addresses to the Mac Mini…but after 30 seconds my internet connection dropped, and looking in network preferences, I found that the modem had jumped from a router address of 192.168.1.1, to an 82.xx.xx.xx address, which was clearly the public IP address forwarded by my ISP. So it seemed like it was working in a sort of bridge mode still.
I reset the router numerous times, tried switching it into full bridge mode etc, but the AEBS was unable to use it to connect via PPPoE as before, because the D-Link would play nice for 30 seconds, then jump around with addresses.
Very strange, but I assumed the modem was just broken.
I dug out my spare router, being the Netgear DG632.
I managed to get this hooked up to the internet really quickly, and using an ethernet connection to the Mac Mini, it all appeared fine. However, as I started looking around the internet, I noticed that although google.com would open up, any subsequent links, and indeed any other domains I tried to visit would not open.
Resetting the router seemed to solve this.
I then hooked up my AEBS to the Netgear and, after pondering which way to use it, I found the only way I could get it to play nice was to have the AEBS in bridge mode itself, meaning that the Netgear would do all the routing work.
The MacBook connected to the airport, and all seemed okay….
…However, I then noticed that the internet connection would randomly drop. Web pages would not open (in any browser), and downloads which were under way could be seen in the Safari download manager to suddenly crash.
The same was true on the Mac Mini - web browsing stopped at random. I had however hooked this up to the airport via an ethernet cable, I noticed that, although the "internet" wasn't working, other connections like torrents were still active.
Reconnecting the Netgear router directly to the Mac Mini allowed me to see in its diagnostics that it still held a connection to the ISP and still had an external IP address.
Again, a reset of the router seemed to resolve things….but only for a few hours. And whilst the Mac Mini seemed resilient, the airport connection to the MacBook was terrible. (I haven't even tried using the MBP yet).
Furthermore, I noticed that networking between devices had severely been crippled. Although the Mac Mini and MacBook were visible to each other in the shared devices section of finder, clicking the link meant waiting literally four minutes for a connection to establish, and screen sharing timed out, from either direction.
I then tried assigning everything static IP addresses, but this seemed to confuse matters with the router.
Under the impression that the Netgear clearly couldn't handle the job of routing my network, I tried to set it up in bridge mode and use the AEBS as before.
Reading around the internet (on my iPhone at this stage), I realised there was no obvious "bridge mode" option, but I was told to set the device mode as router, and then say "no" when it asks if there are any login details for the ISP (under Basic Router Settings). This was done.
However, setting up the AEBS with PPPoE had no success, and the connection was never made.
At this stage, I'm living with a crippled network and two routers, neither of which do what I want.
Can anybody advise me on a solution to fix either router/modem?
I want to use the modem in bridge mode and have the AEBS handle everything as before, as it was perfect.
At this stage, which a frazzled brain (after messing with everything for several hours), something step-by-step would be great.
Help! (and thanks)

I have also recently developed problems with my airport network. I was playing my air tunes when it started freezing so i reset my airport extreme and expresses. When I tried to setup my networks again I en counted problems like airport utility couldn't find the extreme base station or when it did it couldn't read the setting. I eventually managed to create a network then when i tried to connect to the network it either asks for the password (even though its saved in keychain) When I enter the password it keeps saying "connection time out". I then turn airpot off & on and it the sometimes reconnects automatically without requiring a password.
My internet then will sometime start working again but then drop out completely or take an age to load.
The network will then sometimes disappear from the network list and I'm unable to see it at all.
No matter how many time i reset the base station it doesn't make a difference.
I my broadband modem is also a wireless router and Im experiencing similar problems with that. I took my laptop to work and tried to connect to the network at work and it seems to work ok except it did ask for a password the time out but did it only once.
I did download a security update recently but im not sure if its that that is causing it
please help me as well as I'm stuck without my network

Similar Messages

  • Basic java problem help needed please

    the problem is :
    to produce a program which will show membership rates for a golf club..
    membership yearly rate new member joining fee
    category
    full 650 3000
    associate 200
    ladies 350 2000
    under 18 175
    new members must pay a joining fee in addition to the yearly rate as shown
    full/ladies members also prepay 150
    write a program which will enter details of members,calculate and output the total amount each member should pay.
    output number of members in each category
    the total income for each category....
    i need this program to show each category individually...cant do it at all..been at it a week....must be me && and || signs...i think...plz can someone help me as im really stuck now...thank you so much..
    import java.util.Scanner;
    public class assignmentquestion3 {
    public static Scanner key=new Scanner(System.in);
    public static void main(String []args){
    int fullfee=800,newfullfee=3800,associatefee=200,newla diesfee= 2350,ladiesfee= 350,under18fee = 175;
    int selectcat=0;
    int reply = 0;
    int addmember=0;
    int currentfulltotalmem=0,newfulltotalmem=0,associatet otalmem=0,ladiestotalmem=0,under18totalmem=0;
    int assoctotalcash=0,ladiestotalcash=0,under18totalcas h=0;
    int fullprepay=150;
    int ladiesfull=2500;
    int completefull = 0;
    int ladiescurrent=500;
    int under18=175;
    //Main introduction screen for the user and selections available. do while loops only allowing numbers 1,2,3 or 4.
    do{
    do{
    System.out.printf("\n\t %90s","********************Membership Rates For The Golf Club********************");
    System.out.printf("\n\n %105s","This program will allow users to enter details of members as well as calculating and.");
    System.out.printf("\n%106s","outputing the total amount each member should pay. The program allows users to view the");
    System.out.printf("\n%106s","total number of members in each category and the total income for each category.");
    System.out.printf("\n\n\t %75s","Please select your membership category: ");
    System.out.printf("\n\n\t %68s","Please press '1' for FULL");
    System.out.printf("\n\n\t %68s","Please press '2' for ASSOCIATE");
    System.out.printf("\n\n\t %68s","Please press '3' for LADIES");
    System.out.printf("\n\n\t %68s","Please press '4' for UNDER 18");
    System.out.printf("\n\n\t %68s","Please enter 1,2,3 or 4: ");
    selectcat=key.nextInt();
    }while (selectcat>4 || selectcat<1);
    do{
    System.out.printf("\n\n\t %75s","Are you a Current Member (press 1) or a New Member (press 2): ");
    reply=key.nextInt();
    }while (reply<1 || reply>2);
    //if number '1' for 'FULL' category is selected by the user and reply is 'yes'(1) then new full member fee is shown to user
    if (selectcat==1 ||reply==1)
    System.out.printf("\n\n\t %68s","CURRENT FULL MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %68s","Current full membership fees yearly are "+fullfee+"");
    System.out.printf("\n\n\t %68s","Full members must also pre-pay "+fullprepay+" on a card can be used in the club facilities such as bar and shop ");
    System.out.printf("\n\n\t %72s","The total of this membership is: "+fullfee+"");
    currentfulltotalmem=currentfulltotalmem+1;
    System.out.printf("\n\n\t %72s","The total number of 'CURRENT FULL MEMBERSHIPS = "+currentfulltotalmem+"");
    completefull=completefull+fullfee;
    System.out.printf("\n\n\t %68s","The total amount of income for 'FULL MEMBERSHIPS' within the club = "+completefull+"");
    //if number '1' is selected by the user and reply is 'no' (2) then full member fee is shown to user
    else if (selectcat==1 &&reply==2)
    System.out.printf("\n\n\t %68s","NEW FULL MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %68s","Full membership fees yearly are "+newfullfee+"");
    newfulltotalmem=newfulltotalmem+1;
    System.out.printf("\n\n\t %68s","The total number of 'NEW FULL MEMBERSHIPS = "+newfulltotalmem+"");
    completefull=completefull+newfullfee;
    System.out.printf("\n\n\t %68s","The total amount of income for 'FULL MEMBERSHIPS' within the club = "+completefull+"");
    //if number '2' is selected by the user then associate member fee is shown to user
    if (selectcat==2 &&(reply==1 || reply==2))
    System.out.printf("\n\n\t %75s","ASSOCIATE MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %75s","ASSOCIATE membership fees yearly are "+associatefee+"");
    associatetotalmem=associatetotalmem+1;
    System.out.printf("\n\n\t %75s","The total number of 'ASSOCIATE MEMBERSHIPS' WITHIN THE CLUB = "+associatetotalmem+"");
    assoctotalcash=assoctotalcash+associatefee;
    System.out.printf("\n\n\t %68s","The total amount of income for 'ASSOCIATE MEMBERSHIPS' within the club = "+assoctotalcash+"");
    //if number '3' is selected by the user and reply is 'yes' then new ladies member fee is shown to user
    if (selectcat==3 &&reply==1)
    System.out.printf("\n\n\t %68s","LADIES CURRENT MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %68s","Ladies full membership fees yearly are "+ladiesfee+"");
    System.out.printf("\n\n\t %68s","Ladies must also pre-pay "+fullprepay+" on a card can be used in the club facilities such as bar and shop ");
    System.out.printf("\n\n\t %68s","The total of this membership is: "+ladiescurrent+"");
    ladiestotalmem=ladiestotalmem+1;
    System.out.printf("\n\n\t %75s","The total number of 'LADIES MEMBERSHIPS' WITHIN THE CLUB = "+ladiestotalmem+"");
    ladiestotalcash=ladiestotalcash+ladiescurrent;
    System.out.printf("\n\n\t %68s","The total amount of income for 'LADIES MEMBERSHIPS' within the club = "+ladiestotalcash+"");
    //if number '3' is selected by the user and reply is 'no' then the current ladies member fee is shown to user
    else
    if (selectcat==3 && reply==2)
    System.out.printf("\n\n\t %68s","LADIES NEW MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %68s","LADIES NEW MEMBERSHIP fees yearly are "+newladiesfee+"");
    System.out.printf("\n\n\t %68s","Ladies must also pre-pay "+fullprepay+" on a card can be used in the club facilities such as bar and shop ");
    System.out.printf("\n\n\t %68s","The total of this membership is: "+ladiesfull+"");
    ladiestotalmem=ladiestotalmem+1;
    System.out.printf("\n\n\t %75s","The total number of 'LADIES MEMBERSHIPS' within the club = "+ladiestotalmem+"");
    ladiestotalcash=ladiestotalcash+ladiesfull;
    System.out.printf("\n\n\t %68s","The total amount of income for 'LADIES MEMBERSHIPS' within the club = "+ladiestotalcash+"");
    //if number '4' is selected by the user then under 18 member fee is shown to user
    else if (selectcat==4 &&(reply==1||reply==2))
    System.out.printf("\n\n\t %75s","UNDER 18 MEMBERSHIP SELECTED");
    System.out.printf("\n\n\t %75s","UNDER 18 yearly membership fees are "+under18fee+"");}
    System.out.printf("\n\n\t %68s","The total of this membership is: "+under18+"");
    under18totalmem=under18totalmem+1;
    System.out.printf("\n\n\t %75s","The total number of 'UNDER 18 MEMBERSHIPS' within the club = "+under18totalmem+"");
    under18totalcash=under18totalcash+under18;
    System.out.printf("\n\n\t %68s","The total amount of income for 'UNDER 18 MEMBERSHIPS' within the club = "+under18totalcash+"");
    //allowing user to select '0' to add another member or any other key to exit program
    System.out.printf("\n\n\t %68s","Please Press '0' to add another member or any other key to exit.: ");
    addmember=key.nextInt();
    }while (addmember==0 ||addmember>1);}}
    the problem im having is whenever i make the choices 1,2,3,4 (CATEgorys) AND hit 1 or 2(current or new member selections) it brings up more than one category...
    for example when i hit 1(Category full) and 1(current member)..it displays this:
    Are you a Current Member (press 1) or a New Member (press 2): 1
    CURRENT FULL MEMBERSHIP SELECTED
    Current full membership fees yearly are 800
    Full members must also pre-pay 150 on a card can be used in the club facilities such as bar and shop
    The total of this membership is: 800
    The total number of 'CURRENT FULL MEMBERSHIPS = 1
    The total amount of income for 'FULL MEMBERSHIPS' within the club = 800
    The total of this membership is: 175
    The total number of 'UNDER 18 MEMBERSHIPS' within the club = 1
    The total amount of income for 'UNDER 18 MEMBERSHIPS' within the club = 175
    Please Press '0' to add another member or any other key to exit.:
    under 18 membership as well?...does this for other selections too...is it my arithmetic operators?....my if loops?...

    Multi-post [http://forums.sun.com/thread.jspa?threadID=5346248&messageID=10498270#10498270]
    And it still doesn't compile.

  • Metadata problem - help needed please

    A rather strange thing has happened when opening Lightroom a few moments ago and before I go and do something stupid would request some advice.
    I have a folder open containing approx 800 CR2 RAW image. The thumbnails for these images display the small icons indicating that I have applied keywords, edits and in some cases crops.
    However, the thumbnails also display the question mark and when clicked upon I receive the following 'the following files relating to this photo were present before but are now missing' and in the box below it indicates that the xmp file(s) are missing. What's strange is that I have never written out to xmp files in this folder and so they were never there to be missing in the first place.
    Now the options I have are to (a) forget about them but as there was nothing to forget this seems irrelevant or (b) to continue to track them but again, as there aren't any xmp files there aren't obviously any to track.
    I had thought that up until this point in time all my edits and crops etc were contained within the database file and if this is so why the question mark. The options I seem to have are from the menu bar to 'Read Metadata from file' but because there aren't any xmp files associated with these images doing so results in the loss of my edits, and secondly, if I choose the 'Write Metadata to File' I end up with xmp files that I do not want or need.
    Has anyone any reasonable suggestion as to why these question marks should be appearing above all the folders images (800) when the edits etc have clearly been written to the database. Yesterday no question marks today all this folders images show them so what if anything can I do about it?

    Thanks Lee and if only the answer were so simple. No - none of the files have been moved or deleted outside of Lightroom because if that were the case then I would have no files at all showing in this particular LR folder as ALL 800 images have suddenly and mysteriously had the question mark attached to them.
    As I mentioned earlier, when moving the mouse over the question mark itself it brings up the message relating to missing xmp files for which NON were every generated.
    Anyway, the problem is in the past now as I have labour intensively gone through 800 images first clicking on the question mark and then choosing the option to ignore the xmp file as there aren't any xmp files to ignore anyway, Now the right wrist is aching somewhat. :-( The task would have been made much easier if there was an option within LR to apply the 'Ignore xmp files' to ALL selected images but of course there isn't one. User request coming up me thinks.
    Never before has one application given me so much joy and so much grief. :-) :-(

  • Very strange problem, help needed please???

    I had a piece of software that acted as a virtual disk when I plugged in my 60GB Video Ipod but when I opened iTunes it appeared as if my iPod was connected with a different name and over 20 GB's used (which is right) but nothing could be seen. After disabling the virtual drive, rebooting and trying again I still had the same problem. I have all my library on my PC so it didn't bother me to try a system restore, I did the system restore but when it was finished it said that my iPod was restored but the wrong name was there and I'm missing 30 GB's. I'm happy to completely wipe it and start again but I've tried the restore twice now and I get the same problem, the capacity has halved??

    hiya!
    I did the system restore but when it was finished it said that my iPod was restored but the wrong name was there and I'm missing 30 GB's
    hmmmm. we'd probably better check on this possibility:
    Windows confuses iPod with network drive and may keep iPod from mounting or songs may seem to disappear
    love, b

  • Help needed please.. how do I remove my credit card from itunes? just discovered over $450 of charges when I looked at my email... Kids had no clue they were using our money and not their gift cards

    Help needed please.... I just discovered over $450 charges to my credit card from Itunes. The kids had no idea they were using our credit card and not their itunes gift cards and 4 year old just clicks on anything! I didnt save my credit card details so am a bit miffed at this... I cant find anywhere in itunes to remove it. Edit.. but not remove. Editing does not remove it.. HELP

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Account Information  >  http://support.apple.com/kb/HT1918

  • Help needed please, with Iphone stuck with apple picture and progress bar after software update attempted

    Help needed please, everytime I try to update the software version on my iphone it comes up with a message saying it could not be completed and is now frozen with the apple picture and progress bar on it. Do I unplug it and hope the macbook pro sees it again, I also stupidly did not back up before starting the download which I realise I will have to go back to the previous back up. This keeps happening, everytime I do this type of update, I'm starting to think I should just give up on updating my software on the Iphone. I thought it was happening because I was using a window based computer to do the updates, this time I used my Macbook Pro. Please somebody help

    ljm17 wrote:
    ...This keeps happening, everytime I do this type of update, I...
    Then you should know what you need to do... If you don't remember...
    See Here  >  http://support.apple.com/kb/HT1808

  • I recently had to restore my Iphone 4s and ever since I cannot double click the home button whilst the phone is locked and change my music. The controls come up and I can adjust the volume but I cannot change the songs. Help needed please!!

    I recently had to restore my Iphone 4s and ever since I cannot double click the home button whilst the phone is locked and change my music. The controls come up and I can adjust the volume but I cannot change the songs. Help needed please!!

    Have you guys been able to activate your iphone yet? I bought an iphone 4s from eBay and it worked fine, but the previous user had left some data on it, so last night I used the "erased all content and settings" to restore it to factory setting so I can start fresh and restore my backup. But now I'm stuck at the activation screen (I get the same "the activation server is temporarily unavailable")  and can't get it to activate, even if I use my old deactivated AT&T sim card (I'm on straighttalk now).
    I might try activating it with an active AT&T sim card from my fiancee's phone when she gets home, so I'll let you know how that works outs.
    If it's true that the server is down; anyone know when it will be back up again? Thanks in advance.
    iPhone 4s iOS 5.1.1 (9B206)
    Carrier AT&T 12.0
    Modem Firmware 2.0.12

  • Dv3 2360ee multiple problems... please help!!

    hello! i am using a dv3 2360ee, and i have multiple problems with it,
    1-http://h30434.www3.hp.com/t5/Notebook-Hardware-e-g-Windows-8/hp-dv3-2360ee-overheating-every-hour-or... (i did make another thread but no body replied, also i forgot about other problems)
    2-because you people forgot to add in NX switch support in the bios (i did install the new one and same thing happened) i had to clean-install win 8, and that lead to all my drivers, premium services(including their serial code) to be deleted(but that is my problem...) any ways, i did not find all the proper drivers on the website!! and so right now switch able graphics aren't running and so both the "ati radeon 4300/4500" and the "Intel i3 integrated graphics" to run at the same time, creating one screen(laptop) and one virtual screen, causing many things to run on the other screen, and just because it is already running and it is better my laptop screen is on the ati card, now when i try to set second screen only, using Fn+f4 and setting screen resolution did not work, and yes, infact the Intel card is taking over the first screen while the ati is the second, and the laptop screen is set on the second, now the problem is, setting the screen to duplicate or second screen only will cause me a long process of trying to make it work again, and when i finally am victories, if i sleep the laptop, shut down, hibernate, or even close the lead, boom the Intel card is working again causing me problems, and just to mention, i installed the latest drivers from the amd website, i do not want the Intel card running at all, because if you go to the link at no.1 i did not describe, but it is the processor that is over heating and i believe the processor is an apu with a week graphics card, and that might be adding some heat, also to the heat problem i installed pirriform speccy on my father's computer too(also dv3 2360ee, and fun fact is: he bought his 2 years before me), and his stuff run at about 50-50-55-40 (CPU-motherboard-gpu-hdd) and while typing this, mine are 78-76-79-(not showing up)!!
    3-the battery is showing "plugged in, not charging" but is going up slowly, what is wrong??
    4-i have to set the battery settings to high performance, anything other than that and i am back to the days of my old acer "celerion m " 1 gb ram laptop!! i know that the setting are just for sleep and other things but how can that alter the performance??????
    and please focus on no.2 the most, thank you!
    This question was solved.
    View Solution.

    Just to note, it doesn't look like this unit actually supports Windows 8 based on the lack of drivers on the driver page.
    I experienced similar issues with my unit in Windows 8.  My unit also does not support Windows 8.  My system was overheating as well, but this was because both video cards were actually running at the same time.  The system was designed with switchable graphics and is meant to only have one or the other active and not both.  Both cards running simultaneously generates additional heat the system is not equipped to handle.
    For me, the steps listed in this thread is what reoslved my switchable graphics and overheating issues.  I can only hope that it would do the same for you.  Without an official Windows 8 switchable graphics driver available, I'm afraid the options are limited.
    Regarding the battery, have you ran the battery test to verify it is functional?  When it is plugged in, does the charging indicator light reflect it is charging (amber) or not charging (white/blue)?  The battery test is accessible by powering the system on and pressing F8 about once a second to get the diagnostics menu.  If the test is not listed, you should be able to use the start-up test as it includes a battery test.  Incidentally, I had this same battery issue on my unit and replacing the battery resolved it for my system. 
    Regarding the fourth topic, the reason that is happening is that the battery is marked as not being charged which puts it in a reduced power profile by default.  In a reduced power state, the components are reduced to save battery power.  For example, the processor speed would be reduced resuling in the performance that was described.  Power plan settings can be tweaked to your liking by clicking on change plan settings under the power plan and then change advanced power settings.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • New Hard drive, can't access certain aspects. Help needed please

    Hi everyone.
    I have an HP Pavilion dv6-6052ea laptop.
    I've been having problems with the hard drive so got a new one installed.
    My main issues are since getting it back, I can't access any of the original HP installations etc (I've downloaded all the drivers I know about through HP).
    The 2 main things I'm missing are 2 things that came with the laptop.
    1: Beats Audio sound system 
    2: Video Graphics: AMD Radeon HD 6490M (1 GB DDR5)
    and I have no idea how to get them back. Can anyone help. Do I need to install specific drivers? I can't find any trace that they exist on my laptop now apart from the stickers on the laptop! Any help is greatly appreciated. 
    I never had any CD back ups for the laptop. I do have the old HP back up etc saved on a USB but I don't know enough about the folders and files to know what I need to look for. (I still have the old hardrive.)
    Again, any help is massively appreciated. Thank you!
    Tony 

    If you used your HP Recovery Media, all factory install drivers and software would have been installed. If you didn't create your HP Recovery Media when you first setup your computer, please contact official HP support in your region / country, via the HP Worldwide Support Portal, to see if HP Recovery Media is available for your computer.
    If a generic Windows 7 installation disc was used, you will need to install all HP specific driver for your computer. Please try IDT High-Definition (HD) Audio Driver, Intel High-Definition (HD) Graphics Driver, and AMD High-Definition Graphics Driver to resolve your missing drivers issues. Windows 7 64-bit driver for your computer can be found on the HP Pavilion dv6-6052ea Entertainment Notebook PC Drivers page.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • IReader installed but wont open Urgent help needed please!

    I have installed Acrobat Reader X.
    When i try to open files I get a problem saying Microsoft and Adobe have encountered a problem and need to close.
    I get an option to Debug, Send error report or Dont send.
    The information which comes up when I look for more information is the following::
    error signature
    Appname. Acrord32.exe. Appver 10.0.1.434 Modname acrord32.dll
    Modver 10.0.1.434  offset 001869666
    It was previously working then the next time I came to use it I got this.
    Desparately need help

    1. camera loading - have you tried updating or reinstalling your firmware?
    2. keyboard - define strange
    3. slow - how much is phone memory and what apps are running in background (see taskmanager, hold menu key until it shows)? turn off theme animations. it helps.
    4.  handwriting - have you set the handwriting recognition to recognize your particular penmanship? Go to menu>settings>phone>touch input. Set writing speed to very fast, calibrate your screen and take handwriting training so the phone will recognize your handwriting.
    5. qwerty - what things? how so? have you set it to qwerty?
    6. cannot scroll in file manager - its not a problem. Thats normal for the OS. Use Nokia Photobrowser or the Gallery for viewing pictures. File manager is for managing files, not viewing them.
    7.  Motion sensors - read #3
    8. Phone feels hot - how hot? Batteries heat up when charged. Its normal. However it depends on how hot exactly.
    9. Depends maybe on how long the video is. My 5800 feels hot when watching an entire movie. Also this would be reflected on #3 as well, as the phone may be working overtime.
    10.  Music when unplug headset - Its normal for almost all Nokia phones (heck even some other brands this is normal), try to use an alternative player if you like
    11. Back cover -  Its the design
    12. Yotube - use youtube app
    13. Use Nokia Photo Browser download from ovi store. It shows pics only and looks real cool. Anyway, you can put all your videos in the gallery into a virtual folder so that it is separate. Its the way the gallery is designed, to show both pics and video. As you can see, it is written Images and Videos, so they're supposed to be together in there.
    14. Adobe still hasnt caughtup its mobile solutions for its PC solutions. Its their fault not Nokia's or anyone else's.
    15. Depends on extension. Built in office reader only reads .doc, not .docx.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Z87 msi mpower big problem help me please auto turn off and never boot

    i had bought msi z87 mpower from amazon 2 weeks ago while trying to open it, it just turn on and leds light up but no beep/ no display= no signal , i tried to take it out of case the same problem tried it with 1 stick of ram g-skill 1600 mhz 4g same problem i removed the vga card same problem i removed the ram , the motherboard didn't recognize it and power on led on but no beep nothing debug led all the time 00 , with cpu i5 4690k only some people told me , mobo didn't recognize the cpu because it's haswell refresh need update for bios , but how when i can't see any screen and it can't even boot just fan spin and leds light up nothing else , i sent it to some msi technical support in egypt to try to make bios for it , he told me he could bot it and update it from windows normally without any problem and he sent it back to me , while i took it to try at my home with my cpu the same problem motherboard didn't recognize my cpu , i had connected everything and as well wifi card with the pin and the 4 kits of 16 giga ram trying to power on same problem i did 1 restart and the motherboard never turns on again like dead
    i get it out the case and removed everything except wifi card same problem no power i just removed the wifi card it turns on for 1 second the turn off automatically i connect it again, and mobo don't turn on again i just release this pin of wifi card out of mobo the leds turn on like if the pin of wifi card shorting the motherboard i don't know why i removed it at all and try to turn on the motherboard light up and fans works for 1 sec then turn off automatically like the motherboard shut down it self for safety i try to connect the vga card only with 1 ram and cpu but the motherboard don't turn on at all , so motherboard only turn on now with 1 ram and cpu just turn on for 1 sec and then off if i connect anything more it will not turn on at all same problem with other power supply i sent it back to technical shop they said it's just bios corrupted and nothing bad but they told me they can't make it because bios files on msi site doesn't work for some reason and they want to give me it back like that turn on/ off immediately what could i do , did they make something bad when i sent it to them at start because it was turn on normally and when i try it just 1 restart and full fail to power after that and they admit , they had work through it to windows and make normal bios update so what would be the issue , i feel like if wifi card made some short to the motherboard with it's pin or the bios failed ot recognize wifi card and failed after 1 restart i don't know where to start or what to do psu good cpu good ram is good tested what could make some motherboard no turn on , as well i have removed the battery for 5 minutes and try with it and i made clear cmos button still same and they said they didn't touch motherboard while making bios
    help me please
    pc spec:
    cpu i5 4690k
    mobo msi z87 mpower
    ram g-skill 1600 4giga
    vga zotac gtx 970 amp extreme edition OC
     psu seasonic 600 watt eco
    case corsair spec 03 gamming

    Quote from: bassam.mohamed20 on 13-April-15, 02:46:28
    okay tomorrow i will try another processor chip but what if doesn't work , same here i suspect it's bios so what could let some motherboard turn on and off immediately?
    Bad CPU? bad Motherboard? Other stuff.
    The only way to know is testing parts.
    You said it already worked with another CPU. Did you check CPU socket pins?

  • Urgent help needed, please help me

    Hi,
    I am developing a web site using Java Servlets. The site requires to send XML as POST to an HTTPS server and get the response.
    Development environment:
    Laptop running Windows XP with jdk1.3.1, j2sdkee1.3 and Tomcat 4.1.
    Since I need to use https request from the servlet, I am using the following code;
    URL url = new URL("https://www.somesite.com");
    HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
    To use the above code I downloaded the jsse1.0.3_03 package from the sun website and added the three jar files to the appropriate location. Also edited the java.security file.
    The program compiles and when deployed to the web server, it works great.
    Now the problem;
    I need to deploy the web site in a server that is connected to the internet. This server is running Windows 2000 Server. It has the same jdk1.3.1, j2sdkee1.3 and Tomcat 4.1. Also I added the three jar files from jsse1.0.3_03. I also updated the classpath in the environment variable accordingly.
    Everything is pretty much similar to the Laptop that I use to develop the site except that the OS is Windows 2000 Server.
    But when I deployed the class files to the web server and tested the site, the servlet gave the following error:
    "unknown protocol: https"
    What could be wrong? I really need to fix this issue as soon as possible and any input from you will be highly appreciated.
    Thanks in advance,
    Rajesh

    Hi,
    I used java class as beans and added to JSP page as follows (the code is not complete, I am just giving the parts that are relevant);
    login.java: Implementation of login to access the database      
    *through JDBC. Uses MySQL.                              
    Last Modified: 03.22.03                    
    package user;
    import java.sql.*;
    import java.util.*;
    public class login
         private static Statement statement;
         private static Connection database;
         private static String jdbcDriver = "org.gjt.mm.mysql.Driver";
         private static String source = "jdbc:mysql://127.0.0.1/user";
         private static String username = "user";
         private static String password = "passwordforuser";
         Constructor for initializing the connection to the database                              
         public login()
              try
                   Class.forName(jdbcDriver);
                   database = DriverManager.getConnection(source, username, password);
                   statement = database.createStatement();
              catch (Exception e)
                   System.out.println("Error (From loginDatabase Constructor): " + e.getMessage());
         Used to check the users      
         public String checkUser(String userName, String passwd) throws Exception
              try
                   ResultSet names = statement.executeQuery("SELECT username, passwd FROM users");
                   while (names.next())
                   return "success";
                   return "wronguser";
              catch (Exception e)
                   throw e;
    <!--*********************************************************************************
    login.jsp: Server page to process the login request. Uses login.class to     
    *add / login users.                                        
    Last Modified: 03.23.03                         
    **********************************************************************************-->
    <%@ page import="user.login" %>
    <jsp:useBean id="login" scope="page" class="user.login" />
    <jsp:setProperty name="login" property="*" />
    <html>
    <head>
    <title>Login</title>
    </head>
    <body bgcolor="#3366FF" link="#000000" vlink="#000000" alink="#000000">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <% //Login the user and display the status
    String loginResult = login.checkUser(request.getParameter("username"), request.getParameter("password"));
    if (loginResult.equalsIgnoreCase("success"))
    %>
              <h1 align="center">You are successfully logged to the Server!</h1>
    <%
    %>
    </tr>
    </table>
    </body>
    </html>
    Hope that helps...
    Good luck!
    Rajesh

  • Local Area Network File Sharing Help Needed Please!

    Hello I've got a question. I'm trying to set up two Macs that are connected to the same router so that we can share files between each one. Is there a way to do this so that there's only ONE specific folder that each computer has access to on the other?
    For instance I'd like it so that there's ONLY ONE folder on my hard drive that the other computer can access and vice versa.
    Is this possible? I've read some literature on this subject and it says that when you allow sharing it makes your entire public directory accessible and that's not what I want.
    Thanks in advance for your help!

    Hi Paul, this is straight forward to do and have it work each time your 'client' mac starts up for a particular user.
    Assumtions:
    • both macs share the same subnet (Assuming the one used by the router)
    • assuming you can communicate with each of them from each other .
    • assuming both of these are OS 10.4 or 10.3 .. just making sure its not another ye olde os)
    • assume that the MAC where you want the FOLDER (directory) placed is always going to be available. (ie doesn't fall into sleep mode)
    • assuming reasonable network speed (I dont know what you client MAC will be using in its work flow - large or small files e.g.)
    • assuming that you dont mind if ANYONE in your system of two macs can accesse the folder (keep it simple for now)
    Steps:
    (on your SERVER mac).. the "NAS server" machine.
    • create the folder in your ~/public/<myshared_foldername> (anywhere would do btw or on one of the volumes in /volumes.....
    •set up the priviliges using the FINDER WINDOW for the foler (+i) (get info)
    (for example there is an "OWNERSHIP and PERMISSIONS" .. expand it all and it's pretty self explanatory". For simplicity here, just make it available to ALL and sundry.
    • do what ever you do to put an icon and a label & comment on the folder
    (on your client mac)
    • assuming all network connections are cool and you have both airport and/or ethernet/and or/FW connectivity via your router....
    • in the finder use +k (go to server) and put in the local name of or the IP address (to choose your fastest path) to the MAC that is your server.
    • answer any prompts for user and password. If you dont care, you can have that MAc log into the SERVER mac using your normal user and passwrd as a registered user, else default to guet.
    All so far very simple.
    Now the tric is to have it AUTOMATIC so tha when your client mac startups and someone on that machine needs access to your SERVER (As a NAS server), it just happens.
    and this is simply achived on the client machine by adding ing it into the LOGIN ITEMS for that user (and the others).
    How is that done?
    Simply DRAG AND DROP the desktop folder icon of the folder(s) to be shared) into the "login items" for the (system preferences/accounts/" users on the CLIENT machine. If there are multiple usres that need this then do it for all of them or have them do it.
    I think you can also enable some options in the SERVER's (NAS) system preferences/"energy saver" to wake itup whould it go to sleep.. such as 'wake up for ether net access" or something.
    anyway.. it gets more complex when you want to perform specific accesses and rights to the folders and the sub directories.
    This is simply implementing NFS I beleive.
    This will work first time and we use it all the time without the need for COTS or brand-x software.apps to make it happen.
    hope that helps

  • ITunes corrupt file message - urgent help needed please

    I have an iPod video 30GB, i downloded the latest iTunes & Quicktime version, and updated my iPod also to the latest update. When i connect my iPod and start downloading music from the library in iTunes, the iPod keeps on disconnecting and restarting by itself, and i get a message that the file iTunes.exe is corrupt. I tried Apple support and did all what they said by downloading the latest updates and versions, and also did the Chkdsk utility on Windows, but still it did not work, the iPod keep on restarting and i cannot download anything on it, i had it now for a week and did not use it at all because of this problem, can somebody with a technical background help me please, i use Windows XP.

    I have an iPod video 30GB, i downloded the latest iTunes & Quicktime version, and updated my iPod also to the latest update. When i connect my iPod and start downloading music from the library in iTunes, the iPod keeps on disconnecting and restarting by itself, and i get a message that the file iTunes.exe is corrupt. I tried Apple support and did all what they said by downloading the latest updates and versions, and also did the Chkdsk utility on Windows, but still it did not work, the iPod keep on restarting and i cannot download anything on it, i had it now for a week and did not use it at all because of this problem, can somebody with a technical background help me please, i use Windows XP.

  • 'connect to itunes problem' HELP NEEDED

    hi, My iPod touch screen is frozen on a picture of the iTunes icon above the USB connector. I am assuming this is telling me to connect it to my iTunes. this happened after i tried downloading the 4.0 software. when i connect my ipod, i get the message 'windows needs to install driver software for your apple mobile device'.after clicking 'locate and install software'i am told i need the disc that came with my device? i didnt get a disc?! then it says that windows could not install the driver, please go to the device's manufacturer's website for help. PLEASE ANYONE?! thanks in advance

    If it's frozen, try to reset the device. If it's not actually frozen, and is simply displaying the recovery screen, you need to have iTunes running when you plug it in. That should bring up a dialog recommending a restore.

Maybe you are looking for

  • Read file from ftp SERVER(NON SAP) into an internal table

    Hi all, I need to read the data from an excel file which was uploaded from ftp (i.e different server) into an SAP internal table by using FTP connections. Actually i am already getting text file data successfully. But only when reading in excel file

  • LMS 4.2.2 - RME Config Change

    I am currently receiving emails from LMS 4.2.2 that alert me of a config change on my switches.  The alerts are emailed after the periodic polling job that is run daily.  My problem is the email contain only the ip address of the device.  It would be

  • Replicating workflow

    Hi, Is it possible to replicate a kind of workflow in Apex? We need to create something that would manage steps and validations like Oracle Workflow. Thanks

  • CMap files installed by Photoshop 6 causes problems in other Adobe applications.

    Q: After installing Photoshop 6, I am unable to launch ImageStyler 1.0 or ImageReady 1.0 and when I exit PageMaker 6.5, I get a kernel32.dll error. What's going on? A: Photoshop 6 installs 2 CMap files that are incompatible with ImageStyler ImageRead

  • Unbelievable struggle

    I have never used such a user-hostile program, and I have software people writing software under me. It is insane that there is no manual or tutorial online to cover even the most basic operations such an importing. And no info on how it works either