A logical question about why we update firmware

just being real here
we all like the latest and greatest products, especially mobiles, and we all know they have their share of isues. but yet still we buy even though the device we owned previously worked fine or almost something like 90%.
the question is why do we buy these devices, then depend on firmware updates that sometimes improves speed, or maybe add a couple apps, but doesn't solve the bugs. why do we even bother to update. do we have to. if our phone is working ok, why go through the update process, lose all our installed apps, and then start encountering problems we never had before.
it is just a strange price we pay for technology. remember before firmware updates were available, our phones worked great. no worrying about wi-fi connection problems, or camera bugs, or widgets not loading, or phone constantly crashing and rebooting on its own. why can't we get a phone that works 100%, especially when we shell out up to $600us or sometimes more.
when i new update is released i am hesitant to go through it, but in the end still do. sad but true. so the question is, WHY?
Message Edited by coopere on 06-Jul-2009 05:13 PM
everything happens for a reason
check out my blog @ http://mycellife.blogspot.com/

Good question ;-)
That question is more philosophical than mobile-related I think. That´s how people work and that´s how our market system works. People always want to have the newest gadgets, the latest technologies etc. Sometimes they´re better, sometimes not, but whether a product succeeds in the marketplace is not always about quality.
Demand creates offerings. If there wasn´t any demand for newer mobiles, there wouldn´t be any.
Regards,
Hendikoischnur
IT will paint our future - either green or black
* ecosia, the eco-friendly search engine (powered by Yahoo/Bing/WWF);
* Searching for pics online? Try ecocho.eu or treehoo.com
* For those who don´t want to miss Google: Try znout.de - it´s Google running on green energy
* CO2-free chatting: Try Jabber-server.de (running on 100% waterpower)

Similar Messages

  • Why no updated firmware for hp dvd writer 1260d? MID codes are outdated. Can't burn many disc brands

    I have an HP Pavilion a610n. The operating system is WIndows XP. No error messages. No recent installations.
    As stated, many modern brands of discs used for burning have modern MID Codes. This is especially true of Double Layer (DL) discs. Unfortunately, my HP DVD Writer 1260d (that I bought within the past two years) seems to be antiquated or on the road to being obsolete because no firmware updates are available for this model with its old, old MID Codes. (Just to get this off my chest, my second question might be "Why would I ever buy another HP computer since this one continues to be a complete headache in every way?")

    I'm having the same problem using Toast 7 to burn a Video TS movie I made. I'm using an external Lacie 16X DVD-R DL drive and an iMac G5 2.0, and Mac OS 10.4.3
    After several failures with Interface Error 5, I tried copying a DVD movie I made from another DVD. This was created with the same Lacie drive using Mac OS 10.3 and my old iMac FP 15 inch. I got the same failure message.
    I then switched my Lacie Drive to the USB port and everything is working fine. I switched it back to FireWire and I get the same error message again.
    I can play DVD's on the Lacie with either the USB or FireWire port without any problem, I just can't record using the FireWire port. The FireWire ports on the computer work fine with all my other FireWire devices.
    It must be a combination of 10.4.3, Toast 7 and Lacie FireWire. I'm going to recheck Lacie's site to make sure I have all of the updates.
    iMac G5   Mac OS X (10.4.2)   Mac OS 10.4.3

  • Question about creating and updating new columns in a table

    Hi, I have a couple of questions that would love some answers to
    Please bear in min that questions relate to datawarehouse / Just large tables with say about 50 million records
    1) How do you create new columns in a big table
    2) how do you update the new columns
    3) would you create an index on a column in a table with 200m rows when the only two possible values are stored in the column (e.g.Y, N) - give your resason
    my aswers to these would be
    1) simple alter table ...
    2) simple update statements
    3) No need to create an index
    I might be wrong on these in the context of datawarehouse
    cheers
    css_jay99

    If the number of Y vs. N is about 50/50, you only have to parse through 50% of the
    overall amount of columns.Fnord. If the ratio of Y to N was 1:20 then the index would be useful for searching for values of Y only. Or if the column is nullable and the bulk of the entries were null then it might be useful. But a 50/50 split? FTS is much more effective.
    So, it does depend on the data distribution, but in most cases such an index would never be used (or should never be used).
    Cheers, APC

  • Questions about PO creation / update / cancel interfaces

    Hi there,
    An E-Business Suite 11.5.10.2 customer wants to use the 11i PO creation / update / cancel interfaces in order to manage Purchase Orders created from a 3rd party system.
    I've been through the 'Oracle Purchasing Open Interfaces' guide (115mfgapi.pdf), but it's still unclear to me whether:
    1/ It is possible or not to add a new PO line to an existing PO through the interfaces ? If yes, how do one do that: what interface ? sample code ?
    2/ It is possible or not to change the distribution (= accounting information) of an existing PO line ? If yes, ...
    3/ It is possible or not to reject the full PO document if a single line fails during the PO creation ? Same for a batch of POs: reject the full batch if a single PO fails ?
    4/ Is it possible or not to cancel a PO line even if the shipment already occured ? And even if the payment already occured ? Are there some controls here ?
    Thanks for your help,
    Kind regards - Hugues

    1. Answer is YES. You can add a line to an existing standard purchase order by choosing the UPDATE. This can be done through Purchase Documents Open Interface.
    I can not give an example. It's quite long to write it. But You should use Open interface user guide to find nessesary columns. Just insert new row with status UPDATE and try to import
    2. Think You can NOT.
    3. Answer is YES. You can do it. Use "Cancel PO API". Function name is PO_Document_Control_PUB.control_document ().
    For technical details read Open interface UG.
    You must create exception to be avoid problems if some lines can not be canceled.
    4. Answer is YES. You can do it if there's still expected quantity to recive.
    boldJust from UG:*bold* :)
    bold1. Purchase Order Change APIs. bold
    boldThe APIs enable you to do the following*bold*:
    - Record Acceptance/Rejection in Oracle Purchasing
    - Update quantity, price, and promise date on standard purchase orders or releases in Oracle Purchasing
    boldSo only qty, promissed date, price*bold*
    boldRead next*bold*:
    Line Level Validation and Update: This logic occurs when LINE_NUM is not null
    and SHIPMENT_NUM is null.
    1. No update occurs if the line status is FINALLY CLOSED or CANCELLED.
    2. The new quantity or price value must be positive.
    3. If updating quantity, the new quantity must be greater than or equal to the
    greater of total quantity_received of all shipments and total quantity_billed
    of all shipments for this line. After the update takes place, the new quantity
    will be prorated at the shipment level and for each shipment the quantity is
    prorated at the distribution level if applicable.
    4. If updating price, no update occurs if a receipt has been created against one
    of the line’s shipments and it's been accrued upon receipt. No update
    occurs if an invoice has been created against one of the line’s shipments.
    After a price update takes place, price changes are rolled down to the
    shipment level for standard POs. No price update occurs for a release if the
    Price Override flag on the blanket purchase agreement Line is No.
    boldSummary:*bold*
    boldYou can update qty if still there's a qty to receive (Expected) and if PO still is not canceled*bold*
    boldEXAMPLE:*bold*
    Usage Example
    set serveroutput on;
    -- After the API completes, do not forget to commit if the result is 1
    -- and rollback if the result is 0.
    DECLARE
    l_result NUMBER;
    l_api_errors PO_API_ERRORS_REC_TYPE;
    BEGIN
    -- This needs to be changed according to your environment setup.
    FND_GLOBAL.apps_initialize ( user_id => 1318, resp_id => 50578, resp_appl_id => 201 );
    -- Record an acceptance of Y for PO 1261.
    l_result := PO_CHANGE_API1_S.record_acceptance(
    x_po_number => 1261,
    x_release_number => null,
    x_revision_number => 0,
    x_action => 'NEW',
    x_action_date => null,
    x_employee_id => 588,
    x_accepted_flag => 'Y',
    x_acceptance_lookup_code => 'On Schedule',
    x_note => 'All valid',
    x_interface_type => 'APITEST',
    x_transaction_id => null,
    version => '1.0');
    IF (l_result <> 1) THEN
    -- Handle the errors in the PO_INTERFACE_ERRORS table.
    END IF;
    -- Change the quantity to 5 on line 1, shipment 1 of PO 1263.
    l_result := PO_CHANGE_API1_S.update_po (
    x_po_number => 1263,
    x_release_number => 1,
    x_revision_number => 1,
    x_line_number => 1,
    x_shipment_number => 1,
    new_quantity => 5,
    new_price => NULL,
    new_promised_date => NULL,
    launch_approvals_flag =>'Y',
    update_source => NULL,
    version => '1.0',
    x_override_date => NULL,
    x_api_errors => l_api_errors,
    p_buyer_name => null
    IF (l_result <> 1) THEN
    -- Display the errors
    FOR i IN 1..l_api_errors.message_text.COUNT LOOP
    dbms_output.put_line ( l_api_errors.message_text(i) );
    END LOOP;
    END IF;

  • Question about 1.1 update for ipod

    i've been reading a lot about the update for ipod... but in some pages/forums, say that the problems appear only with the ipod 5G 60Gb...
    i´m about to buy a black 5G ipod 30 Gb... i want to know if i should update it with 1.1 (2006-01-10)/b] or don´t do it at all...
    thank you
    -gomeeeta
    btw: what are really the improvements with the new update?
      Windows XP   amd

    that't not true. the clock feature is now quite different. Ie, it has Adelaide in the option. This would be really useful if the time wasn't incorrect and there is now no way to set the time manually. Would be nice if it synced with the computer when it was connected, but, looks like im just gjust going to have to be half an hour out until it gets fixed in the next version. It could be something to do with the daylight savings options, but either way, it's still annoying that you cant set it manually

  • Some questions about various software updates...

    Hi guys,
    I have a couple of questions regarding some of the updates.
    Is there such a thing as save as now? If so, how do I use it?
    What is the deal with this versions thing, I'm not sure I fully understand it?
    How can I tell mail to purge certain folders on my IMAP e-mail account?
    How can I remove my name from the top right corner of the screen?
    Thanks

    Here is a good article on "Versions"
    http://www.macworld.com/article/161192/2011/07/lion_versions_auto_save_resume.ht ml
    No more save as now.  Save.
    >User&Groups>Log-in Options (unlock the lock)
    control click and drag it off?
    imap:  http://mail.google.com/support/bin/answer.py?answer=78892

  • Question about Raid Driver Update V1.3.8.0

    Hi.
    Can anyone tell me whats the deal or what are the advantages of doing an update to the RAID driver Toshiba Windows XP MCE 1.3.8.0 ?
    Also had another problem..i tried to install the refered driver and it made an error..my raid version is still the one i had prior and couldnt install this version.
    Any help would be cool.
    thanks

    As far as I know the RAID driver need to be installed at the begging of the OS installation.
    Unfortunately there are no any official documents about the corrections and advantages of any updates.
    But I believe the newer driver could be compatible with more motherboards and controller.

  • Another question about the Zen Micro Firmware Upgr

    Hi there,
    I have just successfully installed the Creative Zen Micro Firmware .02.05 on my 5GB Zen Micro but I have a question regarding Windows Media Player. The Set up Sync button and some of the properties still appeared greyed out. I thought the upgrade would solve that problem.
    Any thoughts?
    C.

    As per the?BEFORE you post, READ THIS FIRST (FAQ) post, all downloads can be found at Nomadworld.com downloads.

  • Question About the New Update Due out this Month

    Hi I would like to know when Apple, does come out with the New update this month will it be for the New iPhone, do out on June 9th,2008 or for the People who have the Old iPhone, that will then be out dated?
    Thanks
    Lisa*

    Firmware update 2.0 will be for all existing iPhones, and for all iPod Touch(es), but iPod Touch owners must pay a nominal fee for the update due to accounting reasons.
    Firmware update 2.0 will likely be pre-installed on the 2nd generation iPhone. If not, it can be installed as an update the same as for the first generation iPhone.
    Updates for the first generation iPhone will not stop after the 2nd generation iPhone is released. Both will be running the same operating system, with the only hardware difference we know for certain included with the 2nd generation iPhone is a 3G chipset making it a 3G phone.
    The first generation iPhone will not become outdated when the 2nd generation iPhone is released. There are some people in the U.S. that don't live in an area where at&t has 3G network coverage, and where at&t doesn't have plans to add 3G network coverage this year or the next.
    You purchase a new computer this week, and a new and improved version of the same computer model is released within 6 months or a year. This doesn't make the computer you purchased this week outdated. The same applies to the iPhone.

  • Question about email since updating to IOS 7.0.4

    Prior to updating to IOS 7.0.4 I was able to email to a group of people with individual emails by listing them under "Group" and using that group name in the "To" section.  Now I am unable to do that.  Apple "Genius" was unable to tell me "why", nor could they fix it to my satisfaction.  I am sorry I upgraded!  Anyone out there have a solution?  Thanks.

    You an app that has group emails. Go to the app store and enter group mailing in the search bar. Then take your pick.

  • I am having to use IE to access your site to send you a question about why Firefox is not loading even your own home page? Also can i go back to the previous version of Firefox, as this version (4.0) has a huge number of problems?

    It started out as once in a while the page would load, but be blank. Now it is nearly every website I attempt to go shows it loads the page, as the address is listed in the top. it shows the page name in the tab, but the page is blank.
    As I said in my question, I am having to contact you on IE, because Firefox won't load it's own pages.
    So that you know, it had been years snce I used IE, Since loading 4.0 it has become a daily event.

    You might try using the add-on 'NoSquint' which allows numerous zoom options specific to each page you visit & keeps your settings - https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    If you want to go back to 3.6x, you will find it here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    In most cases you can simply "upgrade" (meaning downgrade) directly from the installation. It would be a good idea to save your passwords & bookmarks just to be on the safe side.

  • Questions about master-detail update and delete!!

    I have created a view object with two entity objects.
    These two entity objects map master-detail tables in DB.
    I want to update both tables when the user input, and delete the record in detail table (keeping master table unchanged) when the user click delete button.
    How can I do?

    did you figure this out? i have created VO made out of two updatable EOs and update works fine. But still have issue with deletion!

  • Satellite A100-599 - question about display driver update

    Hi,
    I have a Satellite A100-599 with a NVIDIA 7600go graphic card and I have Bioshock like most of you the game crashes because of some problems with the graphic card drivers, no pb...in the meantime NVIDIA released some new patches to the Forceware and after I rechecked the Toshiba driver support database I saw a new release in the Display driver list for WinXp.
    One of them seems to be from 13/09/2007. I downloaded the drivers, installed them and after I checked the driver details in the Device manager list and to my surprise the details said the drivers are from 2006. I reinstalled the drivers and the same thing appeared. I checked the XML that was in the drivers archive and surprise ...the drivers are really the old ones from 2006. So my question is this: Do you have any Display Drivers for my model that work for Bioshock :D
    Regards,Marian

    I dont know if WE have. I think it would be took some long time to ask every single user: hey, do you have some drivers for blackmodjo? Ah, come on, please. Just a little bit of them... ;)
    No, I have a better idea. Its like cooking a meal. The ingredients: DriverCleaner Pro and the website www.laptopvideo2go.com and .... ta ta ta TAAAA a lot of patience
    To get some good "bio"shocked meal just follow this receipt:
    Go to
    http://www.laptopvideo2go.com/
    read before you do anything (YES, even before you continue BREATHING) the FAQ-section on that site (RECOMMENDEDRECOMMENDEDRECOMMENDED)
    and then download the drivers. Do it, yes...
    Then download drivercleaner by searching for it on www.google.com and THEN, read their Manual before doing anything else (Ok, you can continue breathing..)
    After reading their manual you will something like:
    1. Starting program, doing something, restarting machine
    2. starting in safe mode, starting that program, removing..yadayadayada
    3. Installing new driver
    3. Playing Bioshock
    4...
    5..no..6. Thanking me and giving me your first born.. ;)
    So, by cutting away around 40% of my humoristic stuff and following the constructive technical instructions from me you will be able to play bioshock.
    Greets :)

  • Question on Opera after updating firmware

    Hi All
    I would liek to know the difference between the Opera browser which got installed on my N78 and the inbuilt Web Browser???? Whenever I launch Opera it gives me the same option, web history, and bookmarks as the inbuilt Web Browser. If Everything remains the sme then why hype it by creating Opera with no additional features?????

    dunno, but if your inbuilt browser is anything like on a 5800 (yahoo search - results - click on it - get another link - have to select "browse" (or bookmark it) - choose to connect to server, wifi or network...(oh dear i just fell asleep) then anything is better, because you google something & clicking on a result takes you there. even opera mini is light years ahead.
    s60 browser is like your mum dressing you before work. "do you want to wear this shirt? do you want to wear a cardigan? do you want to wear a hat?"
    i think people who designed this browser have a weird sense of humor.

  • WVC54GCA Question About Moving Back One Firmware Version

    I am experiencing motion detection problems with a WVC54GCA with Ver 1.1.01 build 01 firmware installed. I have read a couple of threads in this forum which advise moving back to the previous V 1.1.00 build 02 firmware to solve the problem. I would like to know if anyone has done this ok and not  "bricked" their camera before I attempt it.
    Thanks,
    Mike

    I had to step back to from 1.1.01 Build 1 to 1.1.00 Build 02.  I was fortunate that, for some reason I had downloaded the old firmware and kept it.
    The problem I was having was that, once the new firmware was installed, ftp transfer upon motion detection quit working.  The error log reported "unknown ftp".  When the ftp name was replaced with an ip address, the error changed to "timeout or other error"
    Once I stepped back to the 1.1.00 firmware, IP address ftp transfers began working immediately and, when I restored the to the ftp site name, transfers continued to work.  The camera was reliably transferring to the ftp site for at least a year prior.
    I duplicated these results on 3 different cameras.

Maybe you are looking for

  • PowerMac G5 will not power up

    Hi all, My computer just croaked on me. It was running fine then suddenly shut down. Now when I press the power button the power light turns on then off, there is a clicking sound, the internal fan starts to turn then stops. All this takes less than

  • How much lifespan should I expect from MBA 2013?

    Never been into Macs before, but finally going with one. My laptops usually lasted me 2-3 years. How much would a standard macbook air last? and what if I add 8GB Ram ( not money issue, but rather that I might not find it available where I live.) Use

  • XI 3.0 and ECC 5.0 IDoc definitions

    We use XI 3.0 fo extensive integration with SAP. We recently upgraded from 4.7 ES 2.00 to ECC 5.0. The problem is that all IDoc developments we do now, is recorded as version 640, but XI still thinks the system runs on WAS 620. XI still uses the "old

  • Anchored Frame with auto shrink wrap

    Hi I have an issue that I need help with. I'm importing a range of graphics into my document and in my read/write rules I have all of the required properties to the images.  When the images are imported they are correctly displaying (size etc) but th

  • Delete pls

    Delete this please, already cleared the situation.