+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Sep 2011
    Posts
    5
    Thanks
    12
    Thanked 0 Times in 0 Posts

    turning updates off

    is there a way how to turn off the automatic firmware update on the hp touchpad just reverted back to 3.02. any suggests


  2. #2
    Your Daily Dose of VitaminD! VitaminD's Avatar
    Join Date
    Sep 2011
    Posts
    117
    Thanks
    52
    Thanked 248 Times in 47 Posts
    I went back to 3.0.2 and all is well again. Accelerometer works properly again, wifi doesn't drop out, and the TouchPad charges fine. Plus th email app show the mail after tapping a new mail notification.

    There's a catch though. You have to stop the Touchpad from trying to install 3.0.4 again as it will. There is a way to disable automatic updating. Here's how:

    Plug your TouchPad to the computer and using WebOSquickinstall on your PC/Mac hit the tools tab and Linux Command shell.

    From the linux command line enter:
    Cd /usr/bin
    mount -o remount,rw /
    chmod -x /usr/bin/UpdateDaemon
    killall UpdateDaemon

    If you disabled your update you might want to re-enable it at some point.

    Cd /usr/bin
    mount -o remount,rw /
    chmod +x UpdateDaemon
    mount -o remount,ro /

    then restart your Touchpad and automatic updating should be back.

    Until the bugs get fixed in a subsequent kernel update, I would advise doctoring back to 3.0.2.

    You can find 3.0.2 here: http://www.webos-internals.org/wiki/...ions#Wifi_Only
    Last edited by VitaminD; 10-31-2011 at 03:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32