Alternativ​e Way to switch On a T61 available ??

Hi,
my T61 does nothing when pressing the power switch (I mean really nothing, no single led lights up or beep).  
I can switch it on when it is in the docking station with the switch on the docking station. 
Another way to switch it on is to shortly disconnect the AC power. The laptop switches to battery power and boots up (I have no idea why, but thats the way I work now). After this I can work on battery or on AC Power ... both work fine. 
But the problem is when I do not have a Docking station or any AC power ... in this case I know no way to switch on the Laptop.
On my PC I can use the Power on  by Keyboad with a Pwd  (or other USB devices) but in the T61 BIOS there seems not to be such an option .. any idea how I can switch on my Laptop without changing the keyboard ?
thanks and regards
Hermann 
Message Edited by ruckb on 02-03-2009 05:16 AM
Message Edited by ruckb on 02-04-2009 07:56 AM

Why would you want to do that anyway? There's no guarantee that the hash code for 2 different strings will be unique. Why not just code it simply as:
if ("One".equals(action))
else if ("Two".equals(action))
...

Similar Messages

  • Way to switch the connection in a JSp application

    Is there a way to switch connections in my Online Orders application. I switched the database and connected to a new one. It's also listed under connection manager and highlighted. But, for some reason, the application tries the original connection that I created the application with. Isn't there a way to modify to a new connection for this application?
    A

    I beleive this JDBC connection gets hardcoded in the project. I tried to create a connection with the same name, but, ofcourse database, username and PW different. It still returns application error. Does anybody have an idea on to where the JDBC info gets written in the project?
    A

  • HT5622 My family has multiple phones on one apple ID. Is there a way of switching it so we each have our own ID without losing everything?

    My family has multiple phones on one apple ID. Is there a way of switching it so we each have our own ID without losing everything?

    Hi ndmulderx,
    If I understand correctly, your family has been sharing a single Apple ID and now you want to give everyone an individual Apple ID without losing any content. You can do this with Family Sharing. The article below provides details about the feature which will allow you to share purchases between family members, create shared photo albums and much more.
    Family Sharing
    Cheers!
    -Jason

  • Is there a way to switch between workspaces in Spaces from the command line?  I want to write a script to set up certain applications in certain workspaces (without having to do it manually each time)...

    Is there a way to switch between workspaces in Spaces from the comnand line?  I use several workspaces from Spaces, each workspace having a certain number of fixed applications running.  Rather than set all this up each time I log on, I'd like to write a script from the command line (I use gawk) to automate this. Currently I have a gawk script that, given a directory, opens a few xterms whose working directory is the given directory, and opens "preview" applied to a certain file in that directory.  However, at present I have to manually move an xterm through each workspace and run my gawk script in each workspace (applied to each directory that I'm working on).
    There must be a better way...

    Addendum: Can this be done via:   open -a Spaces --args xxx  , where xxx is some set of arguments (or something like this)?

  • I have question about take folders.  After recording multiple takes on a project of say 16 tracks. Is there a way to switch between takes globally?  Instead of one at a time which is tedious.  I am talking about a situation where all tracks are being

    Oops , my body got put into the title sorry.   Anyway so when doing live recording and multiple takes of all tracks is there a way to switch between takes globally instead of switching them one by one?

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • I have macbook pro running on 10.9.2 every time i download music files and transfare the it duplicates the file is there any way off switching it off please help

    i have macbook pro running on 10.9.2 every time i download music files and transfare the it duplicates the file is there any way off switching it off please help

    Open Automator
    Choose Folder Action for type of document
    At the top, for Folder action receives files and folders added to, select Other...
    in the window that opens, select your Downloads folder, and then Choose
    from the Actions on the left, drag Filter Finder Items over to the column on the right
    Where it says Any Content, select Kind
    Where it says Any, select music
    Drag Move Finder Items over to the rightfor To: select other, and navigate to your user folder > Music > iTunes > iTunes Media > Automatically Add to iTunes
    it should look like this:
    close the window and give the folder action a name.

  • I'm using apple's bluetooth keyboard and I need an easy way to switch between the text and numbers fields instead of tapping on the screen

    I'm using apple's bluetooth keyboard and I need an easy way to switch between the text and numbers fields instead of tapping on the screen

    While not in edit mode:
    - if start typing numbers, then it enters number mode.
    - if start typing text, then it enters text mode.
    Using the arrow keys exits edit mode. So this should work for you:
    1 Type text into a cell, which enters text mode.
    2 Press Return to move to the next cell.
    3 Press right arrow key to exit edit mode.
    4 Press left arrow key to get back to the cell.
    5 Type a number, which enters number mode.
    Another method that requires more planning ahead of time is to format the cells as text or number before starting the data entry. Then when you navigate to a cell while in edit mode, you will be in the appropriate mode (without having to exit edit mode).
    This all works fine for me. Hopefullly it does for you also.

  • Looking for a way to switch views using Javascript

    Hi ! I'm currently studying Acrobat 3D. <br /><br />I've got a PDF document with a 3D Annotation, which was imported from a U3D file. I defined 3 views : "initial", "front" and "top".<br /><br />My problem is that I'm looking for a way to switch views using Javascript. <br /><br />In fact, when I list cameras using the following code, I only get one camera called "DefaultView". So my question is : where has my "initial", "front" and "top" views been ? Is there a way I can switch between them using Javascript ?<br /><br />for(i=1;i<scene.cameras.count;++i)<br />     {<br />          Cam = scene.cameras.getByIndex(i);<br />          <br />          console.println("camera " + i + " : " + Cam.name);<br />     }<br /><br />Thank you very much in advance.<br /><br />françois

    Are the dates on these entries correct??!! Doesn't seem like it. Anyway, just in case, here's some code to help:
    //=========================================================
    backgrounder = new RenderEventHandler();
    backgrounder.onEvent = function(event)
    runtime.removeEventHandler(this);
    canvas = event.canvas;
    background = canvas.background;
    keyer = new KeyEventHandler();
    keyer.onEvent = function(event)
    switch (event.characterCode)
    case 49:
    cam = scene.cameras.getByIndex( 0 );
    canvas.setCamera( cam );
    break;
    case 50:
    cam = scene.cameras.getByIndex( 2 );
    canvas.setCamera( cam );
    break;
    case 51:
    cam = scene.cameras.getByIndex( 3 );
    canvas.setCamera( cam );
    break;
    runtime.addEventHandler( keyer );
    runtime.addEventHandler(backgrounder);
    //inform user
    console.println("Use the 1,2,3 Keys to toggle between cameras");
    //===============================================

  • Is there an easy way to switch between ehternet and wifi connection without having to disconnect the ethernet cable?

    Hi All
    Was wondering if there is an easy way to switch between ethernet and wifi connection on Apple TV without having to disconnect the ethernet cable. The reason I ask is that I find it quicker to use my ethernet connection via a Netgear Powerline Home Theatre Set-up to stream Trailers and Movies on the Apple TV, however this is no good when connecting directly to my Mac to stream music or TV shows in iTunes, so revert to the wifi connection that I created on my Time Capsule to do this.
    Would be handy if Apple TV had a menu option where you could manually change the connection type depending on what you were doing, as per above scenario.
    Cheers
    Brett

    brettfromseabrook wrote:
    Hi All
    Was wondering if there is an easy way to switch between ethernet and wifi connection on Apple TV without having to disconnect the ethernet cable.
    Unfortunately not.

  • Broken Monitor...any way to switch to external display?

    My monitor physically broke...long story. But, I have one of those special cables that allowed me to hook it up to my Mac...though it's nice to know that it won't switch it over, it treats it as dual screen. So I can't pull up any display menu's. Is there a manual way of switching it? I can't see my display at all...I mean at all, so I have no way of switching it over. Help, I would hate to think my Mac of a little over a year old is now worthless.

    Hi,
    Sorry about your iMac.
    Do yo remember if you have the Display icon on the right side of the menu bar (where the Time, Sound etc shows)?
    If yes, press ControlFunctionF8, this highlights the first item in the menu extras. Now press the 'down arrow' twice and press Return.
    If this doesn't work, that would mean the first menu extra item is not Display.
    Now press ControlFunctionF8, again. This time press the right arrow once and then press the 'down arrow' twice and press Return.
    If that doesn't work either, press the right arrow one more time in the above procedure until you turn on the mirroring.
    There is an also an applescript that you can run, but lets do that later.
    Can you see Safari on your external display?

  • Is there a way to switch plans?

    Hey. I took my girlfriend to the movies for her birthday, and I don't have enough for the $14 unlimited plan this month, but I have enough for one of the cheaper plans for this month. Is there a way to switch to switch to one of those for now?

    The issue of cross store purchasing comes up frequently so I'll just quote one of the most complete explanations (courtesy of Dave Sawyer) from the many given:
    In order to buy from any given country's iTunes Music Store you must be able to show some form of residency which would be either:
    a) a credit card with a billing address in that country, or
    b) a mailing address in that country and a gift certificate or a prepaid card that was bought in that country.
    If you cannot fulfill one of these two sets of conditions, you will not be able to purchase from any given country's iTMS.
    .......this is due to restrictions placed on Apple by the record companies and other rights holders (who are often completely different from country to country and so all require their own individual negotiations and contracts), not by Apple's choice. And this also applies to all the legal download stores that carry major-label content, not just the iTMS.

  • Is there a way to switch to an earlier software update?

    Is there a way to switch to an earlier software update?

    Its not officially supported, but its really easy to do.
    Download prior versions here:
    http://hackint0sh.org/forum/showthread.php?t=22056 (be sure you get the correct version).
    To install these firmwares, download the files in the browser and save to disk, then use iTunes to restore.
    First you will need to put your phone into DFU mode. Next, you will use the “shift restore” (PC) or “option restore” (OSX). This will bring up a file selection box in iTunes that allows you to find the file you downloaded to program.
    Remember, if you are downgrading your firmware then you will get an error at the end of the process such as 1011, 1013, 1015 or such. This is normal.
    This has worked for all prior versions, but who knows if Apple disabled this with 2.2, as it contains a new baseband engine.
    You might be better served to find out why your 2.2 does not work, because going backwards in the long run is counter-productive. Getting it to work is a better idea. This method can be used to install 2.2 as well if itunes is having problems downloading.

  • Is there a way to switch off 4g temporarily ?

    is there a way to switch off 4g temporarily ?  my pantech uml 290 modem drops sessions and i wonder if it is because i am in a weak area without 4g.  i'm hoping if i "turn off" 4g the 3g might be more stable ??

    blondiex wrote:
    is there a way to switch off 4g temporarily ?  my pantech uml 290 modem drops sessions and i wonder if it is because i am in a weak area without 4g.  i'm hoping if i "turn off" 4g the 3g might be more stable ??
    Below are the instructions to set your modem to 3G-only mode:
    Open VZAccess Manager with your card inserted, but do NOT connect to the internet.
    Hold Control + D on your keyboard.
    You will be prompted to enter a password. Enter diagvzw.
    Select "settings" from the menu.
    In the for preferred operating mode section, select Auto CDMA Then click OK.
    Your modem will now only connect to the 3G network. Just remember that you will need to manually change it if you travel to an area where you want to connect to the 4G network (if available).
    We trust that you find the above instructions helpful.

  • What is the best way to switch off Daylight Saving Time?

    What is the best way to switch off Daylight Saving Time for a DST enabled timezone?

    I've been looking through the related classes and can't seem to find a way to disable DST in any timezone. Probably because they couldn't think of a good reason to want to know what the non-DST time was during DST.
    However, you could easily compute the time without DST if that's what you need.

  • Tiny Hotmail - Accidentally switched to "PC view" and can't switch backnd any way to switch back

    While reading Hotmail on my iPhone, I accidentally hit a button called "PC View," and my view changed to something that looks like my Hotmail on my laptop, but it's so tiny that it's illegible, and it isn't well organized for a mobile device.  But I can't find any way to switch back to the other view.  I have refreshed the window, closed it, and returned, and I've clicked on everything I can see, but nothing seems to work.  I can't use my mail with this view.  This is a stupid user error, I know, but there must be some way to recover.  Can anyone help?

    I would delete this question but don't see a Delete button.  I didn't exactly get an answer to the question, but did learn that I should set up Hotmail in a different way so that I never see the screen with the tiny text.  RESOLVED

Maybe you are looking for