Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Monday, 26 June 2017

Android mediaserver process killing battery life


If this happens to you, then do the following

  1. Force stop on Settings, Applications, All, Media Storage.
  2. Clear Cache and Clear Data, for the Media Storage application
  3. Unmount SD card
  4. Take out your sd card and put it in computer
  5. Find the LOST.DIR folder and delete it from the card
  6. Put the card back into the phone
  7. Reboot the phone
Got this from here...

Solution 1. Clear media storage data

The simplest solution is to clear media storage database and let it restart the process from scratch. Chances are this will fix most of the issues with Mediascanner/Mediaserver. Do the following, and it should help ease-out the pain:
Settings > applications > Media Storage > clear data, force stop and reboot.



Read more: http://geeknizer.com/fix-android-media-server-scanner-sdcard-cpu-battery-drain/#ixzz4lIDijXJ7



Wednesday, 28 August 2013

How to put back AirDroid 2.0.3 on Galaxy S2

  1. Force stop
  2. Move it to SD Card
  3. Uninstall

Then download the .apk from another device that's running the old 2.0.3 version, using airdroid against that device, apps, download button, and then install that on your Galaxy S2 again.

or just use the one here

https://docs.google.com/file/d/0B2APGSXHNH_bbXVnWmhsOXpIWk0/edit?usp=sharing

All is good in the world again.

Note: The direct browser link to airdroid version 2.0.3 is now

http://web.airdroid.com/history/v2.0.3/1306281148/

Friday, 24 May 2013

Icon editor for favicon in the web

Came across this in the book I'm reading at the moment, http://www.xiconeditor.com/ - rather clever little tool from Microsoft for creating the favicon for your website, for when users book mark it on their iPad / iPod or desktop PC.

Wednesday, 18 July 2012

Client side tools for Phone development

These are the client side tools that have just been mentioned for developing responsive web applications for mobile platform today on http://live.aspconf.net/ 

image

Thursday, 17 May 2012

Apple iPod Touch won't start apps or games

Recently my iPod started stopping playing games or allowing apps downloaded from the app store to work. On attempting to open an app or game, it would redirect you back to the home screen immediately.

Found the answer on the way to work today on the train, and thought I'd share it here, as I managed to fix it by tethering my iPod to my Android phone and connecting it to the internet via my portable Wifi hotspot created on my phone.

All you have to do is simply sign back into the app store. I did this via updating an existing app I had on the phone. Downloading a new app would have worked as well.

See here for more information...

http://answers.yahoo.com/question/index?qid=20081228053307AADf6S8

Wednesday, 16 November 2011

How to change your MS Exchange password for Android 2.3 (Gingerbread)

Struggled to find this setting today after changing my corporate password, actually ended up finding it here..

Settings, Accounts and Sync, (Select your account from manage accounts section), Account Settings, Incoming Settings (from the Server settings section).

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...