Showing posts with label root. Show all posts
Showing posts with label root. Show all posts

Tuesday, April 19, 2016

ToolHero - An Update Of MOBILE UNCLE TOOLS - ToolHero 1.0.58 apk Download

ToolHero is an upgraded version of Mobile uncle tool which have a better UI for its user. ToolHero is totally user friendly for Mediatek Devices.

Lets talk about some key Features of tool hero..

1⃣. Recovery
2⃣. Engineering Mode
3⃣. IMEI Backup and Restore
4⃣. Device Information
5⃣. Root Crack
6⃣. Reboot
7⃣. Uninstall Applications
8⃣. 2D Code Scanning
9⃣. Memory Acceleration
. Junk Clean up
⏩ Autostart Management
⏩ Application Downloader
⏩ Forum

WISHING LAMP - More unique features are coming to surprise you.

IMEI MANAGER - supports imei backup and custom modification.

Device Informationℹ- All about your Device at a glance.

Uninstall Manager - Remove System and user apps from phone.

Memory Acceleration - Clean up memory.

Download apk from apk-dl


Comment below if you faced any problem.
Thanks.

If You Want To Get Whatsapp Notifications Of All Stuffs Deals & Loots, directly in your Inbox.
Do, Subscribe for WhatsApp Alert & Get All New Updates Directly In Your Inbox.
Type "SUB TV" And Send It To "+918574847699" From Your WhatsApp.


Read more

Saturday, March 19, 2016

How To Root Any Android Device with KingRoot


Today I'm going to show you, how to root Android Device based on lollipop or below android series, without using computer.

How To Root Any Android Device with KingRoot

KingRoot is a free Android rooting tool widely used by Chinese Android users. In past, expended months, this tool has became more and more popular across China and though all over the Glob. This app not only only roots lollipop only, it do even root Marshmallow based Android devices too but for Marshmallow it supports very few devices only.

❇Requirements❇

Your Android Device should have atleast 20 percent of battery charged and also a working net connection, to begin with root procedure.

So lets begin with..
How to Root any Android device using KINGROOT?
root-android


1. Download KingRoot from here.
2. Install Kingroot app you have downloaded.
3. Now tap on the KingRoot icon and open it.

4.  Now you will see a screen with 'checking' msg on it, it means it is checking you device information and root status too.
5.Now you will see a screen displaying your device info and showing you current root status with a Blue colored button saying TRY TO ROOT message on it. Simply hit that button.

6. Now Relax & wiat untill you see 100% loaded screen with ROOT SUCESSFULL message on your display.

7.Within a minute or two you will be able to see the Big Green Tick sign on your screen, which signifies that your device is rooted successfully.

8. Now reboot your Android device and ENJOY...!!

POINTS TO REMEMBER:
      Sometime you may encounter with an error 'UNABLE TO ROOT' or somthing like this, dont panic and give it a next trt with good internet connection. I m sure your phone will see rooted successful message on your scrren. :)

How To Root Any Android Device with KingRoot
Warranty Void
Your Android Device Warranty may be Void after following the above Tutorial.

Credits: 
KingRoot Application is created by Kingroot studio. So Full Credits goes to them for this amazing Application. If you have tried above KingRoot tool to root your Android device then please let us know if it is working in your device or not along with your Device Model number in the comment section below.
Here is Short tutorial of above Process..

How To Root Any Android Device with KingRoot


 If You Want To Get Whatsapp Notifications Of All Stuffs Deals & Loots, directly in your Inbox.
Do, Subscribe for WhatsApp Alert & Get All New Updates Directly In Your Inbox.
Type "SUB TV" And Send It To "+918574847699" From Your WhatsApp.

How To Root Any Android Device with KingRoot
Read more

Friday, January 01, 2016

Unable to delete files from internal storage (how to get write access to a write protected internal storage)




Hi guys,

Today I am gonna tell you guys "how to get write access to a write protected internal storage".
So, usually whenever we RESTORE our NANDROID backup, this problem occcurs and if you have a phone with a high internal storage and you haven't bought a memory card because of this, then this post is just for you.

In this case, "chmod" won't help because this is problem done by our phone's recovery(CWMR, TWRP and PHILZ).
When we restore our nandroid backup, these recoveries make that whole internal storage drive "write protected"
and don't make it normal and because of this you can't write anything on that storage(like deleting, moving, copying etc, renaming is possible though ;) ).

So for a perfect and forever(till you restore again) solution of this follow the following steps:

1. Connect your phone to PC as MTP device or USB storage.

2. Copy all  of the data from the drive you want to solve the issue with.

3.a. Now if your device connects as USB storage than just format as usual.

b. but real problem is when you have connected as MTP device then there will be no format option anywhere.but don't worry its very easy to do because your phone is already rooted :).It can be done by two mehtods:

(i): Using terminal emulator in your phone and type these commands:

# su                              -->  to get the root access
# cd ~                           -->  to get to the "/"(root) directory
# cd storage                  -->  to get to the "/storage/" directory
# rm -rf sdcrd0/            -->  to delete the data in sdcard0(internal storage of your phone)
note: if you can't find any of these folders then try to use "ls" command and get the exact name and type it as it is(because adroid is linux based and linux is case sensitive).

(ii): Using adb to get shell(using "adb shell") and type the same commands in above step.


4. now just copy your material back and now they all are r/w.



Read more