Results 1 to 1 of 1

Thread: How to remove Kindle ads in Linux

  1. #1
    Administrator Jan Birsa is infamous around these parts Jan Birsa's Avatar
    Join Date
    Mar 2010
    Location
    Slovenia, Europe
    Posts
    404

    How to remove Kindle ads in Linux

    Ok, so I got my Kindle 4th gen today, but the seller gave me version that comes with ads. Fortunately, its really really easy to permanently disable them.

    All you have to do is plug in your kindle to PC via usb and mount it. Afterwards open a terminal and change to the directory in which Kindle is mounted:
    cd /media/Kindle/system
    Than remove the .assets folder, which contains the ads related information.
    rm -rf .assets
    To pervent kindle from re-creating the .assets folder, make a blank file with same name in /system directory:
    echo '' > .assets
    Your kindle will now be ads free forever. Infact, it comes with pretty background image when in idle.
    Attached Images Attached Images

Posting Permissions

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