Tampilkan postingan dengan label after. Tampilkan semua postingan
Tampilkan postingan dengan label after. Tampilkan semua postingan

Senin, 04 April 2016

34 32

 

.9.9.2 Apk transfer

TSF Shell 3D is associate interface with fresh package.
Enable you to freely change varied widgets to a full vary. Let’s say bye to the normal operation system.

Features:
========================

Enable you to try and do multipul-operation, as well as auto-arragement, multipul-choices, add-to-folder, multipul-deleting, to the things by only 1 move of the finger. youll conjointly check your folders in varied ways in which.
TSF SHELL 3D has one app page and four personalised pages for our users. youll switch between pages by one click at the switch button within the lower left corner.

You can freely produce one or a lot of quicklinks for apps and drag them to any page. youll conjointly distribute all the app icon (or even modification their angles) freely within the personalised page.

The aspect column provides the foremost TSF Shell 3D charateristic widgets, as well as folders, contacts, music player, weather so on.
The aspect column is personalised likewise, as well as dynamic the order and position of various catagories. youll produce fastlinks of your most often used apps and speak to within the quick launch within the aspect column.

TSF Shell 3D contains a most powerful theme operate. excluding the distinction in vogue, some themes even enable modification within the transition animation.

Tips:

========================

1. The folder wherever the applying is a smaller amount than eight, solely to circle the icon into the folder.
2. The folder wherever the applying is quite eight, solely to tug the icon ftom the folder.

Download Link 1

Download Link 2

Android Apk
Read More..

Sabtu, 05 Maret 2016

Once in a while, a software bug in the kernel will cause a random reboot, so in order to help kernel developers to fix and troubleshoot the reboots, a kernel log need to be submitted to the developer for further analysis and hopefully lead to a bug fix.

Most Android kernels have "RAM Consoles" to save the necessary kernel logs immediately after reboot in the RAM.  The users can then retrieve this RAM log on a subsequent reboot to submit to kernel developers. Here is a quick tour on how to do that.


[ Using ADB ]
  1. adb shell
  2. su
  3. cat /proc/last_kmsg > /sdcard/last_kmsg.txt
  4. exit
  5. exit
  6. adb pull /sdcard/last_kmsg.txt
File last_kmsg.txt will be located in the same location as adb.exe executable.


[ Using android terminal app ]
  1. su
  2. cat /proc/last_kmsg > /sdcard/last_kmsg.txt
  3. exit
  4. exit
  5. adb pull /sdcard/last_kmsg.txt
File last_kmsg.txt will be located on your SD-card.


[ Using Root Explorer / ES Explorer with Root ]
  1. go to /proc folder
  2. copy last_kmsg to /sdcard/
  3. rename last_kmsg to last_kmsg.txt
File last_kmsg.txt will be located on your SD-card.

The best method to share the last_kmsg.txt content is to upload it to pastebin.com and send a link to the developer.

Source: faux123 (Google +)

Have any questions or comments? Feel free to share! Also, if you like this article, please use media sharing buttons (Twitter, G+, Facebook) below this post!

Android Apk
Read More..