2012

 

# Root Warning / Disclaimer:
>> Quick note / disclaimer: as always, you are ultimately responsible for any root-related activities on your phone.
You should understand not only the benefits of rooting, but also any possible consequences (voided warranty, boot-loops, bricking, etc.) that might occur as a result of your root-related actions.
Reading, researching, understanding, and carefully following the published steps and instructions can go a long way towards helping to make your rooting efforts a successful one. <<


#  What is Rooting?
Just imagine your fathers pc:
you can log in as a user, your father may have allowed you to install stuff. but hey the c:/windows/ folder is locked and you can't screw up the computer.

##Android works on linux.
> Linux has the following system:
> User
> Admin User
> Super User

As a Regular Android user you are an "admin user".
you can install stuff, update, make the screen shiny and just work on it.

# Super Users can screw up the kernel,
Over clock the processors (and overheat them by accident),
Get more sound from the speakers by "over clocking" that to,
Replace the system with another one, etc.

This has something to do with the security of the phone and the security of specific folders
(with the most important folder called "ROOT").

Like my android milestone is protected in two ways:

1) the phone's "bios" (protects the phone from weird changes and combines all devices in your phone to a working system)
2) the phones ROOT (contains all info on how the phone should work)

The bios must be cracked to make changes in the system (like ROOTing) some nerds do this and post "backups" of this system to xda-developers.
Hackers/programmers make changes to specific files to Remove the lock on
SU (superuser) and post these in this backups.

SU-acces allows you to do things that are not supposed to work like sharing your 3G-connection to wifi. this is blocked till 2.1 because phone carriers din't like that.
Now with the 2.2 update it becomes legal).
OR change the folder where your apps are installed from phone memory to the SD card 
(once again in the 2.2 update they fixed this).

But, as you can think with your brains. Rooted systems can be broken by the most stupidest terminal commands (since you can just command the phone to blow itself lituraly), or even when you delete a file from the ROOT folder by accident.
Bricking the phone becomes very easy. that's why phone sellers won't help you as soon as they notice you were using a ROOTED phone.

You can test if your phone is rooted by downloading a small app called "terminal emulator" and filling in the code:
SU
this (SuperUser) command, means that you tell the terminal that you want to start changing important stuff and you need all acces possible.

If the system is rooted you are presented by a # after you click the Enter(return) button on your keyboard.
if the system isn't rooted you are presented by the text "No acces" or something like it.

# Rooting is only cool for people who:
Build their own systems, want to be their 1G phone (very old phone) a bit faster, or just want to prank to their friends on how they Ruined their phones (and how much money they have to buy a new one).

# Rooting is not cool for people who:
know nothing of terminals and linux systems, are no developers for google, have brains, want to keep their phone carriers friendly,experience that in a pocket they can accidently push buttons and people who want to use their phone the best way possible


Top 8 Best Reasons to Root Android:
1) Block all ads from any app
2) Flash a custom ROM or custom kernel
3) Automate everything on your phone with Tasker
4) Improve Android speed and performance
5) Install thousands of incompatible apps
6) Greenify apps in order to save battery life
7) Remove preinstalled crapware, Samsung apps, and other unwanted apps
8) Backup everything that’s on your phone

Happy Rooting ... :D


1. Shut down the computer completely
2. When starting up press the F2 key repeatedly as it starts up.
3. You should hopefully be met with a screen like this, or atleast something like this.

4. Use the arrow keys to scroll right and stop when you hit the security tab.
5.Go to The admin password section.

 

6. Press enter
7. Type in the new password
8. Press esc and choose "Save And Exit"
9. Wait for the computer to boot up
10. Type in the admin account name and password.
11. Yo..! You have admin access.
Remember to use this discreetly, as the tech team can see the new accounts, and password changes. And DO NOT go off bragging to someone about this, as you could end up in big trouble.

.

# Open Start Menu>Run, type regedit and press
Enter.

# Navigate to the following Registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Control\StorageDevicesPolicies

If you don’t find the StorageDevicesPolicies
key then you have to create it manually,
# Right- click into the right window and Select New >
Dword (32-bit) value from the context menu and name it WriteProtect.

#Double click the key WriteProtect in the
right pane and set the value from 1 to 0 in the
value data box and press OK button. You can
change value of 0 to 1 if you want to write protect your USB.

#At last, exit the registry, restart your computer and then again re-connect your USB pen drive on your computer.
Other Procedure to follow to remove write protection

#Shutdown your computer.

#Insert Pen drive into the computer.

#Turn on the computer and then immediately
start pressing F8 key. ◘Advanced Boot Options
screen will appear on the screen.

#Select Safe Mode with Command Prompt

#After loading files, suppose, if your Pen drive
letter is G, then write as

C:\windows\system32>H: and press enter

G:\>format G: and press enter

#Press Y when (Y/N) prompt appears and press
enter
Write Protection will be removed from the Pen
drive after the format is complete.

By Swapnil_Haxor


Lock PC Temporarily When Someone Enter
Wrong Password in:

> click on "Start" button

> Type "Local Security Policy" in search program and files box.

> Now click on"Local Secruity Policy"


> From left window pane expand "Account Policies"


> Then double click on "Account Lockout Policy"


> After that Double click on "Account Lockout threshold"


> Now a new window will appear


> In That window give the "Value" after how many invalid

> Password login attempts you want to lock your pc

> Now click apply


> Another window will appear click "Ok"


> Process Completed

Remove Posts (Atom) From Blogspot:

> Sign in Blogspot
> Go to Dashboard > Template > Edit HTML


Find In html  (Ctrl + F)

    <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
    <b:if cond='data:feedLinks'>
    <div class='blog-feeds'>
    <b:include data='feedLinks' name='feedLinksBody'/>
    </div>
    </b:if>


Remove this Line:

    <b:include data='feedLinks' name='feedLinksBody'/>

Save It

Now check blog  Posts (Atom) Removed

Enjoy.... :D

Remove Powered by Blogger:

 

1. Go to Blogger Dashboard. Click on  Layout.

   Click on the Page Elements tab for your Blog.



2. Click on Edit HTML and select the Expand Widget Templates checkbox.

3. Find This Code:

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
</b:widget>



>>>  Delete This Code


OR 

 Copy Code line Here


4. A warning is displayed. Click on Delete Widgets and click on Save Template Button.

5. Save the template



# Removed "Powered by Blogger" from your Blogger

TRY this....

MAGIC #1

Found that nobody can create a FOLDER anywhere on the Computer which can be named as "CON". This is something funny and inexplicable? At Microsoft the whole Team, couldn't answer why this happened! TRY IT NOW, IT WILL NOT CREATE A "CON" FOLDER

MAGIC #2

For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
Noticed the weird bug? No one can explain!

MAGIC #3

Again this is something funny and can't be explained?
At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!
It was discovered by a Brazilian. Try it out yourself?
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER And see the magic?..!

Magic #4

Did you know that a flight number from one of the planes that hit one of the two WTC towers on 9/11 was Q33N. In Notepad / WordPad or MS Word, type that flight number i.e Q33N. Increase the font size to 72. Change the font to Wingdings. ....

Author Name

{picture#https://instagram.fbom1-2.fna.fbcdn.net/t51.2885-19/s150x150/17662158_221658868312088_138323287238246400_a.jpg} Hi, I am Swapnil Zambare. I love to explore Computer and Internet. My aim is to spread tips and tricks related to Hacking, Computer, Android phones, Blogging, SEO, Social networks and many mores all over the world for free so that every one can enjoy our Premium Services for Completely Free. {facebook#https://www.facebook.com/SwapnilTech} {twitter#https://twitter.com/swapnilzambare7} {google#YOUR_SOCIAL_PROFILE_URL} {pinterest#YOUR_SOCIAL_PROFILE_URL} {youtube#YOUR_SOCIAL_PROFILE_URL} {instagram#https://www.instagram.com/theswapnilzambare/}

Contact Form

Name

Email *

Message *

Powered by Blogger.