How to remove the battery on the Vado HD

I am pulling the slot out but it won't come out.
Is there some kind of tool that came in the box?
The main reason I want to take out the battery is because I plugged the Vado to my t.v. using the hdmi connector and now the screen on the vado is white. I press all the buttons and nothing happens, same thing when I plug it into my pc

nevermind, I figured it out

Similar Messages

  • My macbook pro running lion will not boot . it stays on the grey page with the cog spinning. I have tried all methods of booting to no avail. I have removed the bottom and taken out the battery and the ram . will this affect my applecare warranty.

    my macbook pro running lion will not boot . it stays on the grey page with the cog spinning. I have tried all methods of booting to no avail. I have removed the bottom and taken out the battery and the ram . will this affect my applecare warranty. I had to try myself as I'm overseas for two months and nowhere near any sort of help .

    there was a recent software update that seemed to screw HDV up.  Do some searching here over the last month or 2 and you'll find a bunch of posts and some possible solutions.
    Worst case scenario, do as Shane suggests.  But might I suggest you take a look at the user tips section of the forum.  there are some great tips on how to prevent these sorts of problems by cloning your startup drive, etc.

  • How to change the battery in the imac wireless keyboard

    how to change the battery in the imac wireless keyboard?

    FYI, there is no "iMac" wireless keyboard. 
    If you have an Apple Bluetooth KB, simply remove the plug (screws out) on the left top side of the KB.
    Barry

  • How to remove available downloads from the list

    how to remove available downloads from the list without it resuming when i open itunes or check for available downloads?

    There is not a way to remove them from the list.  Just let them download, and then delete them from your library when they are done.

  • How to remove SD Card from the Card Reader slot - Satellite A100?

    Hi,
    Is there anyone to help me? I inserted a 64 MB SD card in the card reader slot of my Toshiba A100 model. It's the first time i have inserted the card. The card is inside the slot. I can not take it out! I don't have any idea how to remove the card from the card reader slot. I can see the contents of my SD card, can open the files too. But how to remove it out from the slot. Please help me giving your idea to remove the card out from the slot.
    Arjun

    Hi
    In my knowledge the SD card slot doesnt has a any additional helps like the PCMCIA slot to remove the card.
    You have to remove it simply. Try to grab the card and move it out. You can try to use the pair of tweezers. Maybe it helps

  • How to remove links pointing to the same page?

    I have PDF documents with Links which point to sections referenced (e.g. link of text "Section 2.2" points to the actual page number of "Section 2.2"), but as the links are created from cross-references during rendition from Word to PDF, there are cases that the destination page number and source page number of the links are the same (e.g. links of text "Section 2.2" on page 9 are created with the destination of page 9 which is the actual page number of "Section 2.2"), I want to remove all these links, but I don't know how to get the destination page, I check the API reference and find that "PDLinkAnnotGetAction" may work , but I don't know how to use it, could you check me codes below and advise ? Your help is really appreciated!
    PDPage page;
    ASInt32 i,i2;
    AVDoc avDoc = AVAppGetActiveDoc();
    PDDoc pdDoc = AVDocGetPDDoc (avDoc);
    int pageNum = PDDocGetNumPages(pdDoc);
    for (i = pageNum - 1; i >= 0; i--)
    page = PDDocAcquirePage(pdDoc, i);
    int annotNum = PDPageGetNumAnnots(page);
    for (i2 = annotNum - 1; i2 >= 0; i2--)
      if...
      PDPageRemoveAnnot(i, i2);
    My Product Information:
    Acrobat Pro 8.1.6, Windows

    Start by reading the PDF standard (ISO 32000-1) to understand Actions vs. Destinations.
    Then for each annot, you'll want to see which it has (and in the case of an Action, if it has more than one).  Then you need to parse the action or dest to see what it is and where it goes.  If you don't like it, then you'll delete it.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 25 Oct 2011 09:25:32 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: How to remove links pointing to the same page?
    How to remove links pointing to the same page?
    created by OALD<http://forums.adobe.com/people/OALD> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3989576#3989576

  • How to remove unused objects from the webcatalog In OBIEE11g

    Hi,
    I want to delete unused objects from obiee11g catalog, i know in obiee10g it's working fine (i.e: we can do it via manage catalog then delete the unused objects) is there any way to do it automatically like RPD utility --->removing unused objects from Physical layer in RPD
    fyi: I don't want to delete manualy. i need somethink like button/link to find unused objects(report,filter,folder..etc) from my obiee11g catalog.
    Thanks
    Deva
    Edited by: Devarasu on Nov 29, 2011 12:06 PM
    Edited by: Devarasu on Nov 29, 2011 3:15 PM

    Hi,
    Checked with Oracle Support team and confirmed below points
    --> incorporated into the Current product and consider as BUG it may resolve future release
    --> Currently there isnt any automatic method to remove the unused objects like reports, filters,folder etc from catalog.
    Treated as Bug
    Bug 13440888 - AUTOMATICALLY REMOVE OF UNUSED CATALOG OBJECTS FROM WEBCATALOG
    FYI:
    SR 3-4984291131: How to remove unused objects from the webcatalog in obiee11g
    Thanks
    Deva

  • How to remove "all day" as the default setting in iCal?

    How to remove "all day" as the default setting in iCal? The iCloud calendar works by double-clicking but the local behaves differently.

    Hello Valerie,
    the default - "all day" or "time based" - depends on the view in iCal. In month view the default is "all day",
    in week view or day view it is a time interval, if you use "File -> New Event". If you add the event by double clicking into the calendar, it will depend on the section you are clicking - in the all day section you will add an all-day event, in the time-grid you will enter an event with start-end time.
    Regards
    Léonie

  • How to remove blank spaces in the source code of my page?

    I created a page with the following code for testing:
    <dsp:page>
    <dsp:importbean bean="/atg/commerce/catalog/ProductLookup"/>
         <dsp:droplet name="ProductLookup">
              <dsp:param name="id" value="xprod2046" />
              <dsp:param name="elementName" value="product" />
              <dsp:oparam name="output">
                   <dsp:valueof param="product.DisplayName"/>
              </dsp:oparam>
         </dsp:droplet>
    </dsp:page>
    It only shows the product name in the browser. But if I look at the source code of my page he created 61 lines in response to this code, where a line is the product name and the other 60 have nothing.
    I know how to remove these lines that the ATG creates no content because my project is full of these empty lines.
    Anyone ever had this problem and could help me?
    Thanks

    Hi ,
    Yup this is a problem ,
    you can use following ways :
    1- use jsp comments eg :
    <dsp:page>
    <dsp:importbean bean="/atg/commerce/catalog/ProductLookup"/><%--
         ----%><dsp:droplet name="ProductLookup"><%--
              ----%><dsp:param name="id" value="xprod2046" /><%--
              ----%><dsp:param name="elementName" value="product" /><%--
              ----%><dsp:oparam name="output"><%--
                   ----%><dsp:valueof param="product.DisplayName"/><%--
              ----%></dsp:oparam><%--
         ----%></dsp:droplet><%--
    ----%></dsp:page>
    2- End tags at next line :
    e g :
    * <dsp:page
    * ><dsp:droplet name=”xyz”
    * ><dsp:oparam name=”output”
    * >Name: <dsp:valueof param=”abc”
    * /></dsp:oparam
    * ></dsp:droplet
    * ></dsp:page>
    3- Always use TAB instead of using SPACEBAR whie writing source code.
    4 - From JSP 2.1 onwards we have a page directive trimwhitespaces ( see if that works , i was not able to ), google for it for more info
    5 - You can modify your build scripts to remove white spaces from jsps while building EAR.(complex though, as you may not want to trim all white space.)
    6 - modifying the deployment descriptor.
    <init-param>
    <param-name>trimSpaces</param-name>
    <param-value>true</param-value>
    </init-param>

  • HT2500 Does anyone know how to remove a group from the address panel in mail?

    Does anyone know how to remove a group from the address panel in mail?

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • How to change the battery in the PXI 1002 chassis

    I need to change the battery inside the PXI 1002 chassis. How to do it?

    Hello,
    Where is the battery in the controller?
    Thanks.
    J. Frantz

  • Anyone have any ideas of how to make the battery on the iphone5 last longer?

    Anyone have any ideas of how to make the battery on the iphone5 last longer? I don't use the phone that much and the battery does not last all day. Phone is new.

    Many suggestions can be found here
    1. turn off push email and use fetch or manual fetch instead.
    2. turn off or at least limit notifications
    3. limit use of apps that use location services (eg. maps app - heavy power useage when running).
    4. in General->About->Diagnostics & Usage, turn off Automatic sending.
    5. Privacy->Location Services->System Services, disable everything (none of it need be running for normal use).
    6. Wifi, turn off "Ask to Join Networks" so your device is not polling all open networks it finds.
    7. keep brightness as low as you can get by with.
    Finally, get a car charger, and a second charger for work/school and just plug in whenever it is convenient to do so.
    Or, if it suits your daily routine better, get an external battery power brick or case and charge it periodically from that.

  • How to fix a problem with the discharge rate of the battery in the iPhone

    Hi I have a question namely how to fix the problem of discharging the battery in the iPhone 4 with ios7.1

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • How do u show the percent of the battery on the iphone 4s

    how do u show the percent of the battery on the iphone4s

    Settings > General > Usage Battery Percentage.
    As in the manual, available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.

  • ¿how do it the initial charge of the battery for the ipad 2?

    ¿how do it the initial charge of the battery for the ipad 2?

    How ... I use the original charge until completion or by 100% before starting to use it? If I use it with the initial charge until it is complete, then I must leave off a while before putting it to reload

  • How do i get rid of the lock next to the battery on the display screen on top?

    How do i get rid of the lock icon next to the battery on the display screen on top?

    https://discussions.apple.com/message/18464264#18464264
    You should also consider spending a little bit of time with the manual to take advantage of All the Features of your Device.

Maybe you are looking for

  • XServer don't start

    Hello, my XServer will not start :-(. My Errormessage: "The windows system device configuration my be incomplete or incorrect. Enter root passwort to run kdmconfig, wich will update and test the windows system configuratio..." Then i start kdmconfig,

  • How to delete Purchase Order?

    Any T.code is there to delete PO? or just we need to delete the line items individually in the PO? pls share with me TIA KOgi

  • Call text element and command in smart forms

    Hi, I have create a smart form that have one text element and one command. The command is for do a page break. I have seen that you can call the smart form from a program doing: 1.-'SSF_FUNCTION_MODULE_NAME' 2.-call function fm_name That is not ok fo

  • Javax.naming.NameAlreadyBoundException: Failed to bind remote object

    I am getting an error while deploying wli-ejbs.ear file. This ear uses oracle thin drivers to connect to database. But while deploying i am receiving an error as below. Can anyone please help me to solve this problem? Deployer:149033]preparing applic

  • Guided procedure with SLA

    Hi, Is it possible to have SLA for a GP process flow? If any one worked on it please let me know your inputs. Lets say i am going to have a GP to manage my Master Data in MDM. Each step in the process has a SLA time. How can I achieve it through GP?