Showing posts with label see. Show all posts
Showing posts with label see. Show all posts
Saturday, December 16, 2017
HOW TO ROOT ANY ANDROID PHONES SEE ANDROID AND TRICKS FOR THE TUTORIALS
HOW TO ROOT ANY ANDROID PHONES SEE ANDROID AND TRICKS FOR THE TUTORIALS
HOW TO ROOT ANY ANDROID PHONE
Hello Friends. From past 3 days I was on an rooting rampage with my HTC Tattoo android phone. I was a fan of Android before I ever rooted my phone and now I am in love with it since I have rooted it. The real power of any operating system lies when you have the command of the super user. This is what rooting is all about.
Rooting a device needs two things. First the right set of files for rooting and second the courage to play with a 12,000 Rs phone that you bought by saving your earnings( the cost of phone may vary depending upon the heaviness of your surname). These days I started small development work on android to learn its basics. I am looking forward to dive deep into this mobile OS. From past few days I was very much troubled with the word "rooting" and was getting really restless about it. Finally I decided on 17-07-2013 to finally sit down,leave all work and start my work on android rooting. So i started with working on android SDK first. Working of Android SDK is fairly simple and is just like the linux command line( in-fact it is a unix command line). After getting an overview of the basics of android-windows-sdk , I switched on to look for various commands and mode of working of it. Then I moved ahead to root my android phone. And finally after a struggle of 3 days I finally rooted my phone and installed a custom ROM. Oops I forgot to define what is rooting.
Rooting means to gain permissions of a superuser or the root user in any Unix based OS. This is a universal definition for a unix based Os which contains a special super user called root.
So to gain privilege of root is called rooting.
Android sdk also contains a a superb tool calld Android Debug Bridhe(ADB). It is a tool that is used to send commands to the android device using a laptop/PC. We will be extensively using it in this experiment.
Well there are lots of excellent rooting tutorials and videos available on the internet for free. You can find lots of useful resources. I will recommend you to check the threads of xda-developers forum which has some of the finest posts on rooting android phone. The main reason for creating this post is to let my readers gain intrest in exploring things. The fun of gadgets is not just in using them. The real fun lies in technically playing with them. So I am creating this post to encourage my readers to explore their android devices ( rather spoil!! ) and feel its power.
I still tried to remain a bit different from various soruces I found on the internet and which I used to root my phone. What I have done here is I have created a single folder called tattoo.rar which can be downloaded from here - DOWNLOAD.
This file can be directly downloaded and unzipped to any drive. Then by using the set of commands below you can get root privilege to your phone and later on install a higher version of Android ROM on it.
Before we begin we will have to download the android sdk. It can be downloaded from HERE. Once you have downloaded it, unzip it to any drive, say C drive. Open the folder and run SDKmanager.exe . If you are running it for the first time then it will show you a list of packages that you can install from the list.
You will have to install just one package for the time being. That is Android-sdk platform tools.
Once you have finished installing the pakage the next thing you can do is set the class path in environment variables. This is an optional step but it can speed up your process of working.
To set up the environment variables Right click on My Computer, Go to properties, then Advance System Settings , then Environment Variables. In System Variables, look for PATH. Double click on it to edit it. Then add the following path in it :
;c:android-sdk-windows ools;c:android-sdk-windowsplatform-tools
Now you are all set. To check what you have done, open command prompt type adb. Yo will see a list of options.
Now coming back to the downloaded file, tattoo.rar. Unzip it to any folder of your choice. Suppose I unzipped it in my c drive.
Now start command prompt and change directory to c:/tattoo
Your prompt should look something like this : c:/tattoo>
Now plug your HTC tattoo to USB. At the command prompt type the following command;
adb devices
If it shows a device listed, it means your device is connected and responding.
Let us proceed. Now execute the following commands in the same sequence as mentioned.
1. Lets say you have everything unpacked into C:Tattoo
2. In your terminal (on your PC) type:
- adb shell "mkdir /data/local/bin" (if it returns an error it means that the directory already exists, just proceed)
- adb push m7 /data/local/bin/
- adb push su /data/local/bin/
- adb push flash_image /data/local/bin/
- adb push tattoo-hack.ko /data/local/bin/
- adb push recovery.img /sdcard
- adb push boot.img /sdcard
3. We have every needed file on the phone now. Type now (we are still in your terminal):
- adb shell
$ cd /data/local/bin
$ chmod 766 m7 (I dont retain this step as mandatory, so if this process fails, just proceed)
$ while ./m7 ; do : ; done
lots of text until you see something like "wrote shell code", press enter 2 or 3 times enter to see:
#
4. Then perform this:
- # export LD_LIBRARY_PATH=/system/lib
- # export PATH=/system/bin
- # insmod ./tattoo-hack.ko
- # mount -o rw,remount /dev/block/mtdblock5 /data
- # mount -o rw,remount /dev/block/mtdblock3 /system
- # cat ./su > /system/bin/su
- # chmod 4755 /system/bin/su
- # chmod 755 ./flash_image
Successful execution of these commands will root your device and you can now have full rights on your HTC tattoo phone.
Now how to check if rooting is successful or not. To check it, switch off your phone. Now press the "Home" key and then power it own. You will see a recovery screen similar to the one in figure.

As you can see you are now presented with certain boot options which were previously not available for you. Now along with rooting the device with the set of commands mentioned above, we also flashed the SD card so that it becomes capable of installing custom ROMs. Custom ROMs are developed using a perticular version of android with a different interface. Installing a custom ROM can enhance your mobile performance. You can find lots of custom ROM available on the internet. I would recommend to check out this page - Custom ROM. It has whole list of custom ROMs for HTC Tattoo.
I chose a custom ROM based on Android 2.3 Gingerbred so as to upgrade my old Android 1.6 pre-installed OS. This is the biggest advantage of rooting. You can install higher versions of OS even if the manufacturer is not producing updates. All you have to do is simply download a custom ROM and copy it in the SD card. Dont copy in any folder, just inside the card in zip format. Now in the above image you will find an option "install zip from SD card". Once you click on it you will be presented with a screen similar to the one shown below :
You can see the two zip custom ROMs available on my SD card which I had copied. Now I can select any one of them and install it on my phone. Once the installation is complete, reboot your phone and you are ALLLLL DDOONNEE !!
Finally you will have a new version of android installed on your phone.
SPECIAL NOTE : Rooting has certain advantages but it has disadvantages too. There can be several components which might not function properly. So before installing any custom ROM make sure it has all the basic common functions. Like in my case the Camera is not working but the battery usage and speed has increased greatly. Also there are numerous One-Click Root applications available for android devices who can automatically root your phone but I would recommend that you go for this manual approach it will give better understanding.
Hope you enjoyed reading this tutorial. If you too have a HTC Tattoo and you are bored of Dounut then dont wait, just jump to GingerBred. I bet you will love it.
Do Leave your comments and suggestions.
How to See Every Like Post and Comment You’ve Made on Facebook
How to See Every Like Post and Comment You’ve Made on Facebook

There are quite a few ways you can find anything on your Facebook timeline, but to find everything you�ve ever liked on Facebook, the easiest way to do this is to head over to your profile and click View Activity Log. In addition to seeing your likes, you can see pretty much everything you�ve done on Facebook: what you�ve posted, commented on, saved, and more.
If you want to drill down just to your likes, there�s a menu on the left that allows you to view just one type of interaction. In this case, you�ll want to click Likes. A small submenu will appear that allows you to drill down even further to either posts and comments or pages and interests.

Using the calendar to the right of the screen allows you to view all the content on Facebook you�ve liked from the day you joined the social network.

You can also use the activity log to unlike content without having to go back to someone�s profile or page.
What tips and tricks do you use to keep track of your Facebook activity? Let us know in the comments.
Wednesday, December 13, 2017
How To Update Allwinner Chip With SD Card Lest See With Tested Report
How To Update Allwinner Chip With SD Card Lest See With Tested Report
How To Update Allwinner Chip With SD Card , Lest See With Tested Report
How To Update With SD Card
1st Power Off Your Tablet
Put Your PhoenixCard (SD Card) In Your Tablet (That You Make Before)
Now On Your Tablet & Wait For Update Done
Lets See Tested Report By AzimBahar
Loading File & Update Confirmation
On Update
Update Done ( CARD OK)
Now You Need Remove PhoenixCard (SD Card) From Tablet
After Remove Card Just On Your Tablet & Enjoy
I Like To Share After Test . Always Posting Tested Report
Monday, December 4, 2017
How to see All Nearby Pokemons in Map
How to see All Nearby Pokemons in Map

A large portion of the enjoyment of Pok�mon Go is finding new animals. In any case, a bug has made that truly troublesome in the course of recent days, with the amusements Nearby element apparently separating. Luckily, somebodys thought of an answer � one that some may call duping, additionally makes discovering pok�mon madly simple: its a Google Map that shows the area of each pok�mon around you.
As far back as Ive made this, Ive had significantly more fun.
The venture rose up out of a subreddit devoted to designers playing with Pok�mon Go. In there, somebody made sense of how to haul crude information out of the diversion, including the areas of rec centers, the things at individual pok�stops, and where pok�mon are showing up.
Engineer Ahmed Almutawa started playing with that entrance on Saturday and inside a couple of hours had plotted the information onto a guide. He posted the task on GitHub and Reddit, then went to bed. When he woke up, individuals had as of now started swarming to it. "Theres been similar to 46 donors, and this is over only two days," Almutawa tells The Verge.
At this moment, the guide isnt something everybody can without much of a stretch access. Its not facilitated on an open site, nor is it an application you can without much of a stretch introduce. There are regulated directions on the off chance that you need to utilize it, however be cautioned, youll need to open up the summon line. In the event that you dont recognize what the charge line is, possibly hold off until further notice.
On the off chance that you traverse that procedure, what youll discover is a Google Map that fundamentally offers a birds-eye perspective of each close-by pok�mon, pok�stop, and exercise center. With a touch of code, you can advise the guide to channel by particular pok�mon or pok�stops that incorporate the thing you need. We could affirm that the device precisely maps areas � The Verges Adi Robertson could get a Meowth and Koffing by strolling to areas on the guide.

"The first run through [the map] was working legitimately it resembled 10PM," Almutawa says. "I opened the guide and there was a Dratini that was three pieces not far off. I resembled, Nah, it is extremely unlikely its not far off from here. But I go out, and I stroll there and theres a Dratini here. I got the Dratini my first attempt, so I was exceptionally pleased with myself for that one."
Almutawa says that he and different designers are presently making the guide more easy to use, making an interface for introducing and utilizing the device so individuals dont need to disturb the summon line. Hed like to see it opened up to more individuals with the goal that developers dont have an uncalled for favorable position. "I feel like everybody should be on the same plane," Almutawa says.
Theres a contention to be made that knowing precisely where pok�mon are found detracts from the diversion (a companion of mine, who posted about the venture on Facebook, kept in touch with, "This kinda murders some enjoyment of the amusement for me ... am I an individual from Team Rocket?"). Yet, Almutawa thinks the guide is good to augment the experience. "As far back as Ive made this, Ive had significantly more fun," Almutawa says, "for the most part since I could see where every one of the draws are and go to where every one of the general population are hanging out."
Almutawa says that he and different designers are presently making the guide more easy to use, making an interface for introducing and utilizing the device so individuals dont need to disturb the summon line. Hed like to see it opened up to more individuals with the goal that developers dont have an uncalled for favorable position. "I feel like everybody should be on the same plane," Almutawa says.
Theres a contention to be made that knowing precisely where pok�mon are found detracts from the diversion (a companion of mine, who posted about the venture on Facebook, kept in touch with, "This kinda murders some enjoyment of the amusement for me ... am I an individual from Team Rocket?"). Yet, Almutawa thinks the guide is good to augment the experience. "As far back as Ive made this, Ive had significantly more fun," Almutawa says, "for the most part since I could see where every one of the draws are and go to where every one of the general population are hanging out."
Niantic could stop advancement whenever
Theres additionally an undeniable plausibility that Niantic will square access to this data in a future overhaul, keeping the guide from working. Regardless of the fact that Niantic wouldnt fret the guide, it might need to stop different activities being formulated on the pokemongodev subreddit, where individuals are talking about hacks that could change your in-amusement area or even consequently go out and get pok�mon for you.
"It is Niantics diversion and theyre allowed to do with it whatever they do," Almutawa says. "I do trust that theyre fine with the guide itself [and] its not bringing about them any issues."
For the time being, Almutawa is going to continue working with different designers to enhance the guide and open it up to more individuals. I associate its something a great deal with players would be occupied with taking a gander at, regardless of the fact that just to look at what sorts of pok�mon are appearing around them. Spotting uncommon ones would be a pleasant advantage, as well.
"The entertaining thing is, I began building up this application to have the capacity to locate the more uncommon pok�mon, yet as far back as I began creating it, Ive quite recently invested the vast majority of my energy creating it and not getting pok�mon," Almutawa says. "Other individuals have gotten cool things. Not me."
Subscribe to:
Posts (Atom)