Monday, January 28, 2013

Speed ​​up Booting Android


Often we wait long when we first booting smartphone / tablet pc android us. This is often due to the many applications that run the first time that the process seemed to be a long one. Moreover many applications can also be caused by the process of scanning SD Card is used.
If we look at emerging Status Notification "The media scanner is running" and will draw new after the process was complete. Actually it is the process of scanning the contents of SD CARD to search for image files, music, video catalog in Gallery, Music Player, etc..
The greater capacity of your SD CARD, the longer the scanning, to the extent that you are lazy to wait.
Read more »

Create A Hidden File In Android

Sometimes we have a file so secret, so we were worried when read, collected or distributed to others. Take it easy for Android users there is a way to hide our secret files.
Android is an operating system developed from the Linux / Unix, so the process to hide this file we can also practice on Linux / Unix. To hide a file / folder we just added. [dot] at the beginning of the name of the file / folder that we created.
Read more »

Remote Control with Android

Remote control system is easier for us to set something up, because we do not need to approach that we control. With android smartphone we can do remotely control one of them is with a web browser.
One of the services or applications that we can use to remotely control was Webkey
 Features provided by webkey include:
  • You can click and type on the phone (we inject touch events to the touch device and create a new HID for typing),
  • get screenshots (copied from the framebuffer device) in jpeg and png, record images in sequence
  • start phone calls (it uses '/ bin / system / service' from android)
  • open webpages on the phone (it uses intents)
Read more »