Showing posts with label Reset. Show all posts
Showing posts with label Reset. Show all posts

Tuesday, April 15, 2014

Extreme battery drain on iPad after iOS 7.1 installation

A few weeks ago I installed iOS 7.1 on my iPad 3 device. When using the iPad before, I could easily using it for over 10 hours on one battery load. After the update this was reverted to 3 a 4 hours max. This is called extreme battery drain! After upgrading my iPad to iOS 7.1, while in standby mode with cover closed, will drain from 100% to shutdown in under 4 hours! I did multiple actions to bring battery life back to default, but nothing seems to help. My actions were:

1) Soft restart the iPad, Using the Power button only
2) Double click the Home button and close all running apps
3) Change settings to disable "Background App Refresh" on all apps
4) Hard reset the iPad, using both Home and Power button
5) Bring back the iPad to factory default settings (using iTunes)

In my case option 5 (Bring back the iPad to factory default settings) was the only one which did the job. When using iTunes for that a full back-up must be created first (using This computer & Encrypt local backup). I did a sync off all apps also! Just install iOS 7.1 again (using Restore Files) and do a full restore after that (using Restore Backup). After that iOS 7.1 will be running fine again. Hope it helps!

Tuesday, October 22, 2013

Repair Windows 8.x from a bootable USB device

Last week my colleague had an issue with his local Windows 8.1 installation. For this case of emergency, Always make sure you have a bootable USB device with Windows 8.x in your pocket. In this blogpost I explain how to create one. Let's have a look how to repair Windows 8.x from a bootable USB device.

Just start your system with this bootable USB-device for installation/ upgrade or refresh/ reset actions. Then start the following actions:

1. Choose "Language to install", "Time and currency format" and "Keyboard or input method".
2. Then choose "Repair your computer", NOT "Install now".
3. At "Choose an option" select "Troubleshoot" and then "Advanced options".
4. Choose "Startup Repair", Operating System Windows 8.x first, which doesn't actually fixed the issue (Startup Repair couldn't repair your PC).
5. Choose "Advanced options" after the issue instead of shutdown.
6. At "Choose an option" select "Troubleshoot" and then "Advanced options".
7. Choose "Command Prompt" and type the following lines:
-bootrec /fixmbr
-bootrec /fixboot

8. Start your PC again and the issue should be fixed now.

Hope it helps!

Thanks to Frans Oudendorp (@oudendorp) for this one!