Monday, 27 January 2014

Android Fix: App could not be downloaded due to an error 492

Full article 
http://appslova.com/android-fix-app-could-not-be-downloaded-due-to-an-error-492/

Running Cynaogenmod Android 2.3 on original HTC - this allows me to use the SD as app storage and get over memory limits. It has extended life of phone from 15 months (when ran out of space) to now almost 4 years and phone is still fine.

Recently unable to update a 5 Apps. The above link was very helpful and and simply wiping the disk cache and the Dalvik cache by rebooting into recovery mode and choosing the appropriate options solved the problem.

Tuesday, 7 January 2014

OS X Mac asking for password when moving files to Trash

Credit for this solution to:
http://www.fixkb.com/2012/09/mac-asking-for-password-when-moving-files-to-trash.html#comment-72799
This started after Mavericks upgrade. When dragging files to the trash you are prompted for a password this is result of sometimes when moving files or folder the permission are not carried over or permissions on trash can have become corrupted. Ownership corruption of trash can can also manifest itself as Trash always shows empty but Terminal can identify files present. You will need to re-take ownership of the trash folder or reapply permissions to folders. 

Method 1

  1. Click on the Spotlight (magnifying glass in top right), type “Terminal” and press enter.
  2. Type the following command replacing “your_user_name” with your user name.
    sudo chown your_user_name ~/.Trash
  3. You will need to enter your password and press Enter.
    • It won’t show any characters when you type.
    • If you do not have a password then set one first.
If you are presented with the following error:  “No such file or folder” then do the following:
  1. Type the following command:
    mkdir ~/.Trash

Method 2

Check your permisions are correct on your user files.
  1. Navigate to your main hard drive (usually Macintosh HD) and select your /Users folder.
  2. Press  “Cmd+I” to bring up the Get Info window.
  3. Expand the “Sharing and Permissions” arrow.
  4. Next to your username you should see “Read & Write”.
  5. Click the small Gear icon  and then click “Apply to enclosed items…”