LD-3W new version with improved battery life. Myth...

I am looking to get an LD-3W and searching the net for what is available I find one or two UK vendors are offering what they describe as "New version with improved battery life".
One showed a picture of an LD3W box with a small V2 printed on it in the same font style as the rest of the product text. Is there such a thing as a version 2 with improved battery life?
6120c (3uk) and 6300 (Orange), LD-3W

Hi knockknock
Latest user guides still describe battery as BL-5C but I notice my box has Euro1 under Nokia LD-3W.
Happy to have helped forum in a small way with a Support Ratio = 37.0

Similar Messages

  • How to improve battery life of my new laptop hp r0007tx

    how to improve battery life of my new laptop hp r0007tx. whether it should be use with ac power suppy eventhough 100% charge. or charge 100 % then use then wait for discharge to almost 0% then charge. which shoulde be preferab le

    Hi,
    Second choice is always recommended...but try these links below.It'l tell you everything that you can do to improve battery performance..
    Improving Battery Performance (Windows 8, 7, Vista)
    HP Notebook PCs - Understanding Lithium-Ion and Smart Battery Technology
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Any tips on how to improve battery life on new macbook pro?

    Any tips on how to improve battery life on new macbook pro?

    It all depends on how much you plan to run on battery power. If you don't use it often, set yourself a reminder to let it run unplugged about every couple of weeks to aboout a 40% charge and then plug it up and let it charge back to 100%. If you'r'e a frequent battery user (like me) don't let your MBP discharge to the point where you're running on reserve power - down to about 30 minutes remaining and then charge it back in.
    I have over 130 cycles on my computer and I've just had it since March. Even though my battery health was 102.2% when I got my MBP, it's still at 98.8% health and I'm still getting 7+ hours out of my battery. To get the longest use when under battery, keep your activities to low-CPU intensive apps (browser, email client, word processor, etc.) - Internet surfing alone, and not watching a lot of online videos, will give you mor ebang for the buck. You can also check your battery health in 'real time' by using "Battery Health" - free from the App Store and you can make sure that you're running on integrated graphics, which uses less power, by downloading Cody Krieger's exceptional gfxCardStatus.
    Keep your screen brightness down to about four ticks and your keyboard backlighting to one tick - should work fine.
    Good battery health to you,
    Clinton

  • How can you get OS Lion back if you already downloaded Mavericks?  I CANNOT live with the battery life of 2 hours!!  HELP

    How can you get OS Lion back if you already downloaded Mavericks?  I CANNOT live with the battery life of 2 hours!!  HELP

    Kappy wrote:
    Don't downgrade OS X without first erasing the drive. You cannot restore a Time Machine backup of Lion directly on top of a later version of OS X such as Mountain Lion or Mavericks.
    When you "Restore from a Time Machine Backup.", the drive will be erased for you, but yes, won't hurt to:
    Boot into Recovery (hold ⌘R on boot)
    Utility->Disk Utility->Erase Macintosh HD, then Repair Macintosh HD
    Quit Disk Utility
    Then Select: Restore from a Time Machine Backup.

  • What is the best way to improve battery life on the iphone 5?

    I have the iphone 5 with iOS 6.01. I wanted to ask which is the best way (cleanest way to wipe the device), so I can attempt to improve battery life?

    http://www.apple.com/batteries/iphone.html

  • IPhone 5 shutting down with 20% battery life left

    My iphone 5 is turning off with 20% battery life showing. I've done all the updates. When I plug it in, battery life immediately jumps to 30% left. Any clues? It's not overheating and usually I'm just typing a text message. It's shut down twice now as I try to send a picture with the message. Thanks in advance for any help.

    This usually means that your battery gauge needs to be calibrated. Apple actually recommends doing this on a monthly basis, but the advice is buried in the battery info tiphttp://www.apple.com/batteries/iphone.html.
    What you need to do given your current problem: When the phone shuts off and it isn't down around 1%, connect to a charger for just a minute or 2, or wait 15 minutes, then reboot the phone (hold HOME and SLEEP until an Apple logo appears). Continue running the battery down until it shuts off around 1%. If it goes off above that value repeat the above process until you really do get to 1% (this will rarely take more than 2 tries).
    Once it has turned off and won't restart or reboot charge it with the wall charger for 4 hours without using the phone. This should fix the problem for the moment. Going forward, about once a month run the battery all the way down and charge for 4 hours. This should prevent the problem from recurring.
    If this does not work your battery may be failing. As it's still in warrantly take it to an Apple store for repair."
    I am having the same problems with my phone and found this discussion last night and tried to follow this procedure but I could not get my phone to turn on and run down to 1%. It shut itself off from 15%-7% almost instantly. I rebooted it as recommended by others and turned it on and let it shut off until it got down to 7% then it would no longer turn on. even after sitting for a little while. I have charged my phone to full overnight with the charger that it came with and will wait to see if the problem persists. I am very frustrated with this and found out that my phone is a few days outside the 1 year warranty. If anyone has had this situation and found a fix without getting a new phone, please let me know.

  • Want to create Document new version with BAPI_DOCUMENT_create2

    Hi,
    I want to create a document with new version with the help of existing document in DMS. In my development of module pool
    i can add new file and also i can create new version of existing document. all this i can do from my Z-development.
    When on initial time when there is no dicument exist BAPI creating new document correctly with attached files. also i am able to create a new version of that document if i am excuting applicatin from my PC. if this appication run from another system to generate new version BAPI is giving me Error.
    i am passing below data in DOCUMENTFILES(table parameter of BAPI) for existing File which is available already in older version.
    DOC_HEADER-DOCUMENTTYPE = 'ABC'
    DOC_HEADER-DOCUMENTNUMBER = '456'
    DOC_HEADER-DOCUMENTVERSION = '00'
    DOC_HEADER-DOCUMENTPART = '000'
    FWA_DOCFILE-STORAGECATEGORY = 'ZDMS'.
    FWA_DOCFILE-WSAPPLICATION = PFX_EXT.
    FWA_DOCFILE-DOCPATH = F_FILEPATH.
    FWA_DOCFILE-CHECKEDIN = ''.
    FWA_DOCFILE-ACTIVE_VERSION = 'X'.
    FWA_DOCFILE-DOCUMENTTYPE = WA_COMDOC-DOKAR.
    FWA_DOCFILE-DOCUMENTNUMBER = WA_COMDOC-DOCNR.
    FWA_DOCFILE-DOCUMENTPART = WA_COMDOC-DOKTL.
    FWA_DOCFILE-DOCUMENTVERSION = WA_COMDOC-DOKVR.
    FWA_DOCFILE-APPLICATION_ID = WA_DOCFILE-APPLICATION_ID.
    FWA_DOCFILE-FILE_ID = WA_DOCFILE-FILE_ID .
    FWA_DOCFILE-DOCFILE = F_FILENAME.
    APPEND FWA_DOCFILE TO FIT_DOCFILE.
    I am passing all those data which i am getting from BAPI_DOCUMENT_GETDETAIL2 for existing attached file. Need help.

    use BAPI_DOCUMENT_CREATENEWVRS2 ..

  • Updated new iphone 4s and battery life is poor

    Since I upgraded my new iphone 4s the battery life has become really poor. As soon as its unplugged its lost life!
    Is this going to be fixed?

    Depending on the settings for your social media apps, your usage can very. If, for example, Facebook is checking the status to often, your battery is more likely to be drained. Same for mail and other push/fetch services.
    Sometimes it helps to delete the account and set it up again, there have been cases in which those apps got stuck trying to connect to their servers.
    If you restored the phone from the latest backup you made, did you reset the phone by holding the sleep and home button for at least 10sec, until the Apple logo came back again?

  • Price drop or new versions with larger storage space?

    does anyone know if there will be a new ipod touch on the horizon anytime soon with a larger storage capacity? ive been thinking about buying the 8 gig version, simply because i cant afford the 16 gig version even though i would love to have the storage capacity of 16 gigs.
    also since im posting anyways, if there arent any new touches coming out, does anyone know if refurbs are available and if so, how much they are?
    apple also used to offer student discounts on the classic ipod when they were $299 but stopped when they dropped to $249. are they doing that for the touches?
    finally, i know this isnt ipod touch related, but since im asking about new versions with larger storage capabilities, are any new iphones on the horizon?
    any help would be appreciated. thanks.

    Hello and Welcome to Apple Discussions. 
    Apple never gives indications about future products. We are just users here and have no idea when new iPods will arrive. Actually the current models are only a very few months old but I'm sure in the future capacities will increase and prices will drop. Set yourself a price and capacity and buy when Apple are selling that model. If you want it now buy now.
    You'll simply have to check the online store for refurbs that's the only place they are listed AFAIK and they may only be there for a short time.
    I don't believe Apple's Educational discount is available on iPods any longer.
    Its safe to assume there are new iPhones on the horizon but there will be no details or timescales until Apple choose to announce them.
    mrtotes

  • Ingest new version with old version archived - Revisited & solved

    I couldn't react to the old thread anymore, but I'd like to share the solution with this forum, because it shows the power of the default functionality in the system.
    Start situation: asset is archived, new version comes in, overwrite is set to 'on'.
    What happens and could happen afterwards: new version 'takes the place' on the hard drive of the old version, new proxies are created, the archive flag on the asset is still on. A restore would place the old version back on the hard drive erasing the new version. No new proxies are created, so original asset would be old version, proxies are from new version. New version - Original Media is lost.
    So this is how I solved it:
    I created a subscription - event type = modified - in which the Asset Filter is set to:
    Archive Status EQUALS Offline
    File Modification Date: the Trigger-if-changed box is ticked.
    The response is changing the status of the asset to 'New Version'.
    A second subsription - event type = modified - has the Asset Filter set to:
    Archive Status EQUALS Offline
    (Asset) Status EQUALS 'New Version' with Trigger-if-changed box ticked.
    The response is:
    1. changing the status to 'Completed'
    2. duplicating the file to another device, "Archive_Exchange" (no Asset, no Proxy created)
    3. restoring the (old) file from the archive.
    A third subscription - event type = modified - is subscribing to a job:
    The job filter is:
    Title CONTAINS 'Restoring'
    Owner EQUALS 'admin'
    Status EQUALS 'DONE' - Trigger-if-changed box is ticked
    plus definition of FROM and TO devices.
    The response is:
    Scan the device "Archive_Exchange"; the only metadata which is set here is:
    Metadata Set equals 'Media' and status equals 'New Version'. No proxies needed.
    Subscription #4 - event type = created - is looking for the newly created asset on 'Archive_Exchange'
    So filter is: Metadata Set EQUALS Media, Device (Stored On) EQUALS Archive_Exchange and status EQUALS 'New Version'.
    The response is this time exactly the same response as when this new version had come in while the old version was not in the archive. So it's copying the new version in the usual device, overwriting the old version and that's it! To keep the temporary device Archive_Exchange clean, there is also a delete response.
    It's a little bit 'Working-around-the-bugs', because why is the system copying the new version to another device, while it knows the Original Media is in the archive, but still, it works and the beauty is: no scripts needed!
    Thanks for your input; it made me understand processes better so I could create this monster.

    There are two basic paradigms that you can use to interact with Final Cut Server files.
    One is to let the filesystem be the master. With this, the original files are sitting in the filesystem, and anyone with permissions can mess with them. FCSvr can see changes (via scans) and update itself accordingly. File names must be unique for anything stored in the same directory.
    The second method is to let FCSvr be the master. In this, you don't mess with the filesystem--all file interactions are done indirectly like through watchers, uploads, and archiving/restoring. File names must be unique, unless you create the device as a contentbase device type.
    Each method can make sense at different times. Generally the second is the safer approach, but the first makes sense like for FCP capture scratch folders and production scans.
    If you upload an asset directly to the FCSvr client application, it will provide you with a dialog box to prevent you from overwriting an existing file if there's a name conflict and it's not a contentbase device. (Nick, it will prompt you even if the old file is archived.)
    If you choose to overwrite, the original asset will be deleted and any archive device instance will be orphaned. If that's what you're doing, I don't understand your issue since you told it to overwrite.
    But if you've mixed paradigms by going behind FCSvr's back (via the Finder or Terminal) to copy a new media file into a place that FCSvr knew was reserved by an archived file and would have prevented had you done it through the client app, then you're asking for trouble.
    Your solution options are: use unique names for files, store them in subfolders that are scanned, or store them in contentbase devices. For the first two you can use the project name or number to help make the file names/folder names unique.

  • Ingest new version with old version archived

    Does anyone knows a solution for this:
    My original asset is archived - a new version is ingested - setting is to overwrite the old version.
    Final Cut Server is saving the new version on the local storage, leaving the version in the archive untouched. Proxy and thumbnails are created from the new version.
    In this situation many functions are greyed out. Actually the system sort of only allows the user to restore the asset from the archive.
    Restoring is overwriting the new version with the old version from the archive leaving the proxy and thumbnails as they are.
    So now situation is: old version of original file on the local drive, we lost the new version all together, proxy and thumbnails from new version.
    This is all very unwanted - any solutions?
    Thanks, Henk

    There are two basic paradigms that you can use to interact with Final Cut Server files.
    One is to let the filesystem be the master. With this, the original files are sitting in the filesystem, and anyone with permissions can mess with them. FCSvr can see changes (via scans) and update itself accordingly. File names must be unique for anything stored in the same directory.
    The second method is to let FCSvr be the master. In this, you don't mess with the filesystem--all file interactions are done indirectly like through watchers, uploads, and archiving/restoring. File names must be unique, unless you create the device as a contentbase device type.
    Each method can make sense at different times. Generally the second is the safer approach, but the first makes sense like for FCP capture scratch folders and production scans.
    If you upload an asset directly to the FCSvr client application, it will provide you with a dialog box to prevent you from overwriting an existing file if there's a name conflict and it's not a contentbase device. (Nick, it will prompt you even if the old file is archived.)
    If you choose to overwrite, the original asset will be deleted and any archive device instance will be orphaned. If that's what you're doing, I don't understand your issue since you told it to overwrite.
    But if you've mixed paradigms by going behind FCSvr's back (via the Finder or Terminal) to copy a new media file into a place that FCSvr knew was reserved by an archived file and would have prevented had you done it through the client app, then you're asking for trouble.
    Your solution options are: use unique names for files, store them in subfolders that are scanned, or store them in contentbase devices. For the first two you can use the project name or number to help make the file names/folder names unique.

  • I have an iMac OS X Version 10.4.11. Can I download any new version with this?

    I have an iMac OS X Version 10.4.11. Can I download any new version with this?

    Choose About this Mac from the Apple menu and check the processor.
    If it's a G3, no further upgrades are available.
    If it's a G4 or G5, buy a retail Mac OS X 10.5 DVD from a source such as Amazon or eBay; Apple still might have copies in stock if you phone them.
    If it's an Intel Mac, buy a Mac OS X 10.6 DVD from the online Apple Store.
    (79513)

  • My Iphone 5 regularly goes dead with 30% battery life shown and when i plug it in it comes right back to 30% is this a flaw or can this be fixed

    My Iphone 5 regularly goes dead with 30% battery life shown and when i plug it in it comes right back to 30% is this a flaw or can this be fixed

    I had the same issue with mi iPhone 4S and now with my iPhone 5 sometimes. I think is software related but I couldn't find more info about it

  • Problems with ipod battery life AND new software

    First of all, I'm not 100% sure if my ipod is fifth generation... it's a 30 GB and I've had it since December 2006. This just seemed to be the only category it fit into.
    But here we go: I have two major problems with my ipod that have arisen in only a period of a couple days.
    First of all, my battery life suddenly got REALLY REALLY bad. I know there are already a bunch of threads with people complaining about their battery life, but mine is much worse. The battery life did progressively get a little worse over the past few weeks, but it was nothing major. But I turned my ipod on the other day, RIGHT after fully charging it, mind you, and within 2-3 minutes the battery was halfway discharged and in about 5 minutes it was almost dead.
    And a couple of times, I had my ipod plugged into my iBook to charge, and the iBook went into sleep mode because I left it alone for a while. But after a couple hours I came back and the battery level was LOWER than when I plugged it in!!!! What's going on with this thing?
    And then to make matters worse, I finally broke down and downloaded the new ipod software the other day (sorry I can't remember the version, but it's the most recent). Everything seemed OK until I turned on my ipod the next day. With the old software, when I would select "Music>" and then "Artists>" it would go to the list of artists like it's SUPPOSED to.
    But now, when I select "Artists>" it then goes to a list entitled "Artists" and my ONLY option is "All>". If I click "All>" then it takes me to a second list called "All Albums" and my only option again is "All>". When I click it again, it takes me to a list called "All Songs" with NOTHING in it. At first, I was afraid the update had deleted all the music off my ipod, but I plugged it back into my computer and according to iTunes, everything was still there as if nothing had happened.
    Is there anything I can do to remedy either of these problems? I am so frustrated with this thing, considering both of these things happened rather suddenly and the fact that my ipod is not even a year old and it's not like I've been abusing it or anything.
    Message was edited by: tyty415

    I've had both exact problems (listed below) within days of each other just like you. This is extremely effing frustrating and it appears Apple isn't doing sh|t about it.
    Problem 1: Battery constantly discharges even when ipod is turned off.
    Problem 2: After upgrading firmware to 1.2.2, all my content (songs, podcasts, everything) was gone.
    I'm glad to say I was able to fix problem 2 after reading about reverting back to version 1.2.1. There are instructions in this forum on how to do it. If you are like me, you'll have to download the 1.2.1 files from Apple's website because they were no longer on my computer.
    This dieing/dead battery problem is a major effing pain in the a$$. Like you say, the effing thing is dead after minutes. The only way it can be used for any length of time is to leave it plugged in to a charger.
    No one seems to have a solution which is even more upsetting than the problem. Hey Apple, I want my money back!
    DM

  • New Macbook Air with bad battery life

    I've got a new Macbook Air (2013, 11-inch) and I upgraded the RAM and the processor. I'm only getting 6 hours max from the battery, which is disappointing because I wanted to be able to do a day's work without a charger. I've already sent one back and had it replaced, but the new one has the same problem. I've done a call with Apple Support, where they directed me to the help article I'd already read. I've checked Activity Monitor and killed everything I can. I've turned off Bluetooth as well. I use Chrome a lot, Tweetdeck is running, but neither of these things I'd expect to result in a 6 hour battery at 100%.
    Does this sound like normal performance? If it's the processor speed, I'd be tempted to return this one and downgrade the processor as battery life is more important to me than speed (my work is mostly online anyway).

    Quit Chrome and try Safari for a while. See whether there's an improvement.

Maybe you are looking for