Pages

Saturday, May 11, 2013

Difference Between Abstract Class and Interface


Abstract Class vs Interface in Java
To understand the differences between the abstract class and the interface in Java, it is important to, first of all, understand each of these independently. The abstract class in Java is used in declaration of subclasses with a set of common characteristics. The common use of the abstract class is a super class of other classes which, in effect, allows it to extend the abstract class. An abstract keyword is used in the declaration of an abstract class. Just as any other class would have, the abstract class has fields that describe methods and characteristics that the class can perform. By the mere declaration of an abstract class, the class cannot be initiated
A Java interface can be equated to a protocol. It represents a preset and agreed-upon behavior that allows for facilitation of the interaction of unrelated objects. Depending on the user, the interface holds the key to different actions being implemented. The interface, therefore, serves as a link between the producer and the consumer. Interfaces in Java are, thus, a group of methods containing empty bodies which may have constant declarations. In exposing a class to the Java interface, it means that the behavior expected of the class is the implementation of all methods of the interface.


Differences
First off, an abstract class allows for fields that are not static or final as opposed to the static and final fields used in interfaces. Interfaces cannot have any implementation code used in them, and there may be implementation code used in abstract class. The Implementation codes rolled out in the abstract class can have a few or all of the implemented methods. By default, all methods of the interface are “abstract.”

Visibility is also possible for methods or members of an abstract class which can vary such as public, protected, private, or none. The visibility of the interface, on the other hand, can only be preset to one mode of visibility which is  “public.’”

An abstract class will automatically inherit the object class. This, in effect, means that methods such as clone () and equals () are included. In an interface, no inheritance of the object class is possible. Following this, the abstract class has the capability of having a constructor, but an interface cannot have one.

The interface in Java also has a very important function with the implementation of multiple inheritances since a class can only have one super class. Although only one super class can be present, it can be implemented in whatever number of interfaces. It is not possible to have multiple inheritances in an abstract class.


In performance, interfaces tend to be slower in implementation as opposed to abstract class mainly due to the extra direction of finding the corresponding method in a class. The difference, however, has become slower due to modern Java virtual machines that are continually being upgraded.

Adding a method in an interface requires you to track down all the implementing classes which implement the specific interface. Alternatively, you can extend the interface so as to allow it to have extra methods. If you happen to be dealing with an abstract class, all that is required is to add the default implementation of the method and the code continues functioning. Inasmuch as differences exist between abstract classes and interfaces, it is important to note that they are not rivals, but the differences mentioned herein serve to complement each other.  
  Summary
  • Abstract class fields are not static or final as opposed to interface which has static and final tables.
  • No implementation code can be used in interfaces while it can be used in abstract class.
  • Interface visibility can only be public while abstract class visibility can vary.
  • An abstract class will automatically inherit the object class, but it is not possible in interface.
  • Abstract class is faster than interface in implementation.

what is Difference Between Abstract Class and Interface


Abstract Class vs. Interface
Abstract class (or type) is a type of in a nominative type system declared by the program. Though the name implies such, an abstract class may or may not include abstract methods or properties. The distinction class refers to different language constructs that may be used to implement abstract types. Abstract classes can be characterised by a design issue that keeps with the best object oriented programming and by their unfinished natures.
An interface is an abstract type that classes must implement to specify an interface (generically speaking). Interfaces may only contain method signatures and constant declarations (both static and final), never method definitions. Interfaces simulate multiple inheritances and are used to encode similarities shared among various types of classes.
Abstract types are able to be created, signified, or simulated in several different ways. A programmer can signify abstract types by using the keyword abstract explicitly, by including one or more methods in the class definition, inheriting from another abstract type without overriding missing features necessary to complete the class definition, or by sending a particular method to the object oriented programming language known as this that doesn’t implement the method directly.

Interfaces can be defined using abstract methods. Classes may also be implemented in interfaces. If a class does implement an interface and does not implement all its methods, the signifier abstract must be used, otherwise that signifier is not necessary (because all interfaces are inherently abstract). Classes can also implement multiple interfaces.
While interfaces are used to specify generic interfaces, abstract types can be used to define and enforce protocol (which is a set of operations which all objects that implement the desired protocol must support). Abstract types do not occur in languages without subtyping. As such subtypes are forced to implement all needed functionality, ensuring the correctness of program execution. There are several ways in which abstract types may be created: full abstract base classes are classes that are either explicitly declared to be abstract or contain abstract (unimplemented) methods; Common Lisp Object Systems include mixins that are based on the Flavors system; Java, of course; and Traits, which acts as an extension to Smalltalk.
Summary:
1. Abstract classes (or types) declare programs; interfaces are abstract types that all classes must implement in order to specify their interface.
2. Abstract types can be signified using the keyword explicitly; interfaces are inherently abstract, therefore do not need to be signified using the keyword at all (unless a specific class implements an interface but does not implement all its methods).

what is the difference between ftp and telnet


FTP and Telnet are two very old protocols, that are used on networks to add certain functionalities. FTP is a File Transfer Protocol, and its only concern is to facilitate the transfer of files from one point to another, along with a few management capabilities like making and deleting directories. Telnet is a bit more like a ‘jack of all trades’, as it is simply a connection protocol that allows a user to connect to a remote server that is listening for Telnet commands. Once the connection is established, the user can then issue commands to the server computer, and examine the responses that are sent back.
Although both started out as command line tools, GUIs later appeared that greatly simplified the use of FTP. Instead of knowing all the commands and typing out all the filenames, some dedicated applications let you browse a local drive and a remote drive, as if you are using a file explorer. It keeps all the commands invisible to the user, thereby lessening the learning curve. This is not really possible with Telnet, as there are a wide range of commands and parameters that can be issued to the server.
Due to the age of both software, they do not have any built-in security measures. Even usernames and passwords are sent in plain text, making them vulnerable to sniffing. With later modifications, people can now use secure versions of FTP, called FTPS and SFTP. On the other hand, Telnet hasbeen largely replaced by SSH, due to the addition of security measures. As Telnet has been superseded by SSH, making it secure seems redundant.
Currently, FTP is still in wide use, as it is an easy way to upload files to web servers. There’s a wide array of applications that use FTP to achieve their purpose. The use of Telnet has been dwindling since the creation of SSH, but there are still people who use it mainly as a diagnostic tool. Telnet provides a good view of how certain network services work, by sending commands and examining the response to determine if it is proper or not.
Summary:

1. FTP is a protocol used specifically for transferring files to a remote location, while Telnet allows a user to issue commands remotely.
2. FTP can be used with a command line, a dedicated application, and even with most web browsers, while Telnet is restricted to the command line.
3. There are ways to use FTP in a secure environment, while Telnet will always be unsecured.
4. FTP is a well-known and reliable method of uploading files to web servers, while Telnet is now commonly used in diagnosing network services.

Full form of USB

USB - Universal Serial Bus

USB is an external bus standard that supports data transfer & supply electric power between peripheral devices such as keyboards, mouse, printers, portable media players and disk drives.
Initial Development - In 1994, Microsoft, Compaq, Intel, DEC, IBM, NEC and Nortel, formed a group and started development of Universal Serial Bus.
Universal Serial Bus devices can be used across multiple platforms including Windows, Mac and Linux. Connecting a Universal Serial Bus device to a computer is simple - just insert the Universal Serial Bus connector into your system and it will automatically detect it and starts working.
The most widely and commonly used USB device is Universal Serial Bus Drive. Unlike most removable drives, it does not require rebooting after it gets attached.
-->

What is IP address

A unique string of numbers separated by periods that identifies each computer attached to the Internet

IP stands for Internet Protocol.An Internet Protocol(IP) address refers to a unique number assigned to each computer on the Internet.An IP address consists of four numbers, each of which contains one to three digits, with a single dot (.) separating each number or set of digits. Each of the four numbers can range from 0 to 255. Here's an example of what an IP address might look like: 78.125.0.209
There are five classes of available IP ranges: Class A, Class B, Class C, Class D and Class E, while only A, B, and C are commonly used:
Class A------------------> 1.0.0.1 to 126.255.255.254
Class B -----------------> 128.1.0.1 to 191.255.255.254
Class C -----------------> 192.0.1.1 to 223.255.254.254
Class D------------------> 224.0.0.0 to 239.255.255.255
Class E -----------------> 240.0.0.0 to 254.255.255.254
Web definitions
  • An Internet Protocol address (IP address) is a numerical label that is assigned to any device participating in a computer network that uses the Internet Protocol for communication between its nodes. ...

  • (Internet Protocol address) A number assigned to each computer's or other device's network interface(s) which are active on a network supporting the Internet Protocol, in order to distinguish each network interface (and hence each networked device) from every other network interface anywhere on ...

  • (IP Addresses) We use IP addresses to analyse trends, administer our site and track your movements whilst on our site. IP addresses do not supply us with personally identifiable data.

Friday, May 10, 2013

Internet Download Manager (IDM) 6.15 Build 5 (2013) Incl Crack Full

-->


Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download accelerators and managers that segment files before downloading starts, Internet Download Manager segments downloaded files dynamically during download process. Internet Download Manager reuses available connections without additional connect and login stages to achieve better acceleration performance.

How to use your android mobile phone as a modem


When I am at home or office, connecting to internet is not issue. However, if  I am outside or travelling and if I want to connect to internet from my laptop, IPad or any mobile device, I had to find a WiFi hotspot. But now a days with all these advancements in mobile communication, connecting to internet using the smart phone is very simple.
In this post I will show you how to use an android smartphone as a modem.
All you need is a data pack enabled on your mobile connection. I have the 3G data pack enabled on my cell phone.
There are two ways of connecting to internet.
Below are the steps:
Using your cellphone as a WiFi router.
  1. In your android smart phone, go to Settings -> Wireless and Network Settings -> Mobile networks and select the “Use packet data” option. Also uncheck the “Use only 2G Networks” option
  2. Again go to Settings ->Wireless and Network Settings->Tethering and portable hotspots
  3. Select the second option “Mobile AP”. You should see a blue wifi icon in your cellphone notification bar
  4. Go to your laptop, IPad or any device which supports WiFi, search for available wireless networks and select “Android AP”  option.
  5. You are now connected to the internet. Just open a browser and start browsing.
Note: You can configure your Mobile AP setting to give a different name and also making the connection secure. For this you have to select the “Mobile AP settings” option under “Tethering and portable hotspots”
Connect using USB cable (USB Tethering)
  1. Connect your android smartphone to the laptop using the USB data cable.
  2. Make sure the phone’s drivers are installed properly. In most cases, windows will automatically recognize and install the drivers automatically. If it does not, then use the CD which is given along with the cellphone.
  3. In your android smart phone, go to Settings -> Wireless and Network Settings -> Mobile networks and select the “Use packet data” option. Also uncheck the “Use only 2G Networks” option.
  4. Again go to Settings ->Wireless and Network Settings->Tethering and portable hotspots
  5. Select the “USB tethering” option and you should see a blue circle icon in the notification bar. See the below picture.
  6. You are now connected to the internet. Just open a browser and start browsing.
Note : I have tested this on Windows PC and Laptops only

How to Root Sony Xperia Sola MT27i Android Phone with Easy Guide Read more


Sony Xperia Sola users may be rejoicing now after reading this article, because they can get most of out their newly bought smartphone. The latest Xperia Sola Mt27i can now be rooted, but with a long procedure, which we’re going to explain here in this tutorial. As this is initial root method, and no working one click tools around for rooting, so you have to go with method with flashing kernel, which is obviously a critical step towards the health of your smartphone.
root sony xperia sola Root Sony Xperia Sola MT27i Android Phone with Easy Guide

Sony Xperia Sola MT27i is a NFT enabled device, and runs on a 1GHz dual-core processor. With 3.7-inch scratch-resistant TFT Touchscreen, and 5MP camera with auto focus and LED Flash, smartphone seems value for money when compared to Sub 30K Sony Xperia S, which is high-end smartphone in this series of Xperia 2012 Models.
-->
Though, many users have already done with testing out this method, which was released at XDA Forums. Reportedly, it worked for many smoothly, though some faced problems also, which is just general thing when you’re performing rooting of newly arrived device. As you know Xperia Sola comes with Android 2.3.7 Gingerbread, and soon it is scheduled to receive at least Android 4.0 Ice Cream Sandwich Update, may be Android 4.1 Jelly Bean also later. If you are one who bought this phone, which is powered with Bravia Engine, can read this tutorial with every critical step, which we tried to explained in detail. After rooting, you would be able to install number of custom ROMs and other apps which requires root access.
Disclaimer: The rooting of your Sony Xperia Sola Mt27i is a critical process, and very much risky for end users. Only advanced level users are suggested to root this device with this method, who knows how to restore back to stock/ factory firmware, even when device might get bricked during the process. We at TechClap.com or developers should not be held responsible if anything goes wrong with the device during the process of rooting Xperia Sola. Please try the steps at your own risk, and you would be one who will be responsible for any condition of your device.
Pre-Requisite
It is suggested to you to Backup all data in your Sony Device:
SMS/MMS Messages with SMS Backup & Restore App
Call Log with Call Backup & Restore App


Bookmarks, Applications and other data with many apps, like Titanium Backup, Astro File Manager, and MyBackup Root apps. You can ‘NANDROID’ backup of ROM via CWM, from that backup you can restore ROM later, if anything goes wrong with the device. You should also make backup of your data and songs into the microSD card of the phone


Download and Install Latest Sony Drivers from their official website. Also arrange data cable, which is required for PC and Tablet connectivity.

Make sure that your device is charged at least 80% before you go through the rooting process, so that it won’t get shut down in half of the process.

It is suggested to Disable Antivirus and Firewall program in your Computer, this will make sure that no conflict will happen.


USB Debugging Mode should be must that is Turned On. Navigate to the path ‘Settings>Applications>Development>USB  debugging’.  You have to disconnect your phone from computer, it is must to enable USB debugging mode.


Assuming you’ve followed everything, not let’s proceed to the detailed Instructions to Root your Xperia Sola easily with few steps.



How to Root  Sony Xperia Sola Mt27i Phone on Stock 6.0.B.1.564 Firmware


Step 1: If your phone has bootloader unlocked already, you can skip this step, otherwise performing this is critical step. First of all, to Unlock your Sony Xperia Sola, you need to have your IMEI no. of device, which you can get by just dialing *06# on the phone. Then simply note it down a notebook or notepad in PC.
Step 2: Now you need to ensure that if your phone can be unlocked or not, for that you need to press/ dial #*#7378423#*#>Service Info>Configuration>Rooting Status. If the interface is saying Yes at this stage, your device is eligible for Step 3.
Step 3: Now, ensure to install drivers, and make sure they’re updated. Simply click here and then download the same file to your computer, extract the same for later usage. Now, connect your device to the computer, and then enter Fastboot mode with pressing and holding Power Down+Volume Up keys together. The autorun will start drivers installation, and you should install them to only usb_driver. After verifying if drivers installation was successful, you can simply disconnect your phone from computer.
Step 4: Now it’s turn to unlock the bootloader of your Xperia Sola MT27i device. Firstly visit here and Press Continue and accept instructions or Agreement. You will be welcomed by a page, which is called ‘Create Unlock Request Page’, simply put the info requested by the page, on the just next page, you will be having Unlock Code. Now, save or note it down.
Step 5: Now, this is final step before we’ll begin rooting process, as this is the last step to get phone unlocked. Firstly open the folder, where you have extracted drivers of Step 3. Then open the Fast Boot Folder inside drivers folder, then open command prompt, then connect your phone same like you did in Step 3.
Step 6: Now, in the command prompt, simply type:
fastboot.exe -i 0x0fce getvar version
Now, you should wait if it returns 0.5 and then if it same, then it is the sign of that your device is connected properly. Now you can go ahead with typing next command:

-->
fastboot.exe -i 0x0fce oem unlock 0xUNLOCKCODE
(Make sure to replace UNLOCKCODE with the one you got it in Step 4.) Now after that your Xperia Sola has been unblocked.
Step 7: So, it’s turn to Root your Xperia sola finally. So let’s begin, first of all you need to download rooted kernel.elf for your Xperia Sola. Save the Kernel file in same folder of fastboot.exe files.
Step 8: Now, turn off the device, and then turn on in fastboot mode (See step 3 to know hot to put your phone into Fastboot mode).
Step 9: Connect your Xperia Sola to computer and then again run the Command Prompt in the folder, and run this command:
fastboot flash boot kernel.elf
It would take just few moments, and you will have your phone rooted in the matter of few minutes just. Let’s know if you have faced any issue while going through the process.
Root Sony Xperia Sola MT27i Android Phone with Easy Guide4.0 out of 10 based on 3 ratings

How To Install Android 4.0.4 ICS CM9 Firmware on Samsung Galaxy Y GT-S5360


We keep getting lot of queries from our readers, that if there is any possibility to upgrade their phone to latest Android 4.0 ICS. Though, we recently showed you Steps to Install ICS Look like ICS Aura ROM, which given you those ICS Animations and goodies of ICS, but firmware was not actually upgraded. Now, you can Install Actual Android 4.0 Ice Cream Sandwich Firmware on your Samsung Galaxy Y S5360 Phone, which was not officially possible.

The Android 4.0.4 ICS Update for Samsung Galaxy Y has been made possible, throughout Cyanogenmod9, which is actually based and ported from CM9 for Samsung Galaxy Mini, which released recently. Currently, the ROM is in beta stage, which is under construction and being updated constantly, at the time of writing this article. Developer ‘Goutam Niwas’ says that this ROM would be working with every functions, which are working on Cyanogenmod9 Beta 7 for Samsung Galaxy Mini.
-->
Gautam has mentioned that he doesn’t own the Galaxy Y S5360, but he is developing the ROM for you, to try out. So, this ROM is obviously didn’t tested by lot of people, but it was working when we installed. Though, we didn’t gone through every functions, but Installation process has been finished smoothly. Developer has even removed Creeds ROMs files, and has been added Cyanogenmod 9 apks, and settled stock kernel. In this ROM Project, which is being updated regualarly, the XDA Members, ‘DREAMBOXUSER, KUROTSUGI, and RUSHIKESH’ are part of the developers team who contributed to this awesome project, which is useful for many. Though, i will not mention what is working at present or what is not, but you can get detailed information at XDA thread. So, now you wanna install latest version of Android 4.0.4 ICS CM9 ROM on your Galaxy Y. It is not hard, but you have to just follow our tutorial, in the end you probably running ICS on your phone, which you never thought you would be able to.
Disclaimer:The CM9 Android 4.0.4 ICS ROM mentioned in this tutorial Article is not officially released by Samsung. This ROM has been developed by a third-party XDA developer. This ROM is not stable one, at the time of writing this article, and it is continuously under development, so you should check at XDA. The Installation of this ICS ROM on your phone involves Risk and your phone can get damaged, bricked, between the process. We at TechClap.com or developer should not be held responsible if anything happens to your device, you should try the steps at your own risk.
-->
Pre-Requisite
  • Download and Install Latest version of Drivers, if they’re not already installed. Also arrange data cable also to enable connectivity between phone and computer.

  • Ensure that Phone’s battery is charged at least 80% before starting the process, so that it won’t turn off during flashing process of ROM.

  • It is recommend that you Uninstall Samsung Kies, just to eliminate the possible conflict during the firmware flashing process on your phone, you need to restart your Computer after uninstall of Kies Software.

  • You shoul Disable all the Antivirus or Firewall in your computer, to run  the process without any problem.

  • It is recommended to Backup all the data in your phone:
  • Turn On USB Debugging Mode at the path ‘Settings>Applications>Development>USB  debugging’.  Do not forget to disconnect Galaxy Y from computer to successfully enabling the USB debugging mode.

  • Clockworkmod recovery should be installed, see Step 1 of recent Tutorial.
Assuming that you’ve followed everything above, and we can proceed with the instructions of installing ICS 4.0.4 Custom ROM on your S5360 phone.

How to Install Android 4.0.4 ICS Cyanogenmod9 on Samsung Galaxy Y GT-S5360

Step 1: Download Latest Version of Cyanogenmod9 for Galaxy Y from this link. Save the zipped upgrade package to your PC.
Step 2: Connect your Galaxy Y phone to your computer, through USB Data cable, ensure that drivers installed in your PC.
Step 3: After connecting the phone, browse the root directory of microSD card of the phone, and then copy the zip file (Downloaded in Step 1).
Step 4: Now, simply turn off the phone. After that, you need to reboot into recovery mode.
Step 5: Put the phone into the CWM recovery mode. For that after turning off the phone, switch on device, and press and hold Power key+Volume up+Home keys together until device get into recovery mode.
Step 6: You should use ‘Backup & Restore’ option firstly, options you can browse with the volume and and down button. Then use Wipe Data/ Cache option.
Step 7: Now, after wiping the old ROM. You can use the options ‘install zip from SD card’ and then select ‘Choose zip from SD card’ then browse and select file downloaded in Step 1.
Step 8: Please note that at this step, your ROM should be in Installation process, if you’ve followed Step 7 correctly. The ROM would be finish installing in 5-7 minutes, and then you have to go back to home by selecing ‘+++Go Back+++’. Then simply select ‘Reboot System Now’. After the restart of phone, your phone would welcome you on totally different Android 4.0.4 ICS Firmware. You can verify your firmware version at ‘Settings>About Phone>Firmware Version’.
Note: If any problem persists, do contact the developer and ask for the help at Development thread. Otherwise, you should restore Original Stock ROM from your backup.
Install Android 4.0.4 ICS CM9 Firmware on Samsung Galaxy Y GT-S53607.8 out of 10 based on 253 ratings

How to Install Android 4.0 Looks ICS AURA V1 ROM on Samsung Galaxy Y GT-S5360


Samsung Galaxy Y GT-S5360 is best choice in the price range of Android powered smartphones. Among the pros of this phone, there are the lot of cons also. One of major thing this phone lacks is that, it doesn’t supports Android 4.0 Ice Cream Sandwich Upgrade. User’s are disappointed with this fact, and they have no other solution other than to use Gingerbread firmware. ICS comes with lot of effects over UI, and some other enhancements as well. If you have Galaxy Y, then you might thinking that you could not purchase this phone, because it lacks ICS Support.
Samsung Galaxy Y S5360 Android 4 ICS Firmware Install Android 4.0 Looks ICS AURA V1 ROM on Samsung Galaxy Y GT S5360
We recently wrote tutorial to update Samsung Galaxy Y with Official 2.3.6 Gingerbread Firmware, and also root and unroot of this phone. Now, we’re back, but with something interesting. If you are sad with the fact that you can’t upgrade your phone to Android 4.0 ICS, then its time to become happy and make some good impressions on your face. If you want to get those ICS UI and looks on your Galaxy Y, then it is possible. Though, you are still unable to install Android 4.0 ICS Firmware and its proprietary features, but you can get some taste of ICS obviously. As you know Galaxy Y doesn’t have much higher specs, that’s why it didn’t received significant updates since it’s release. But you can feel the taste of ICS Looks, after you install this ROM on your phone.
Disclaimer: The ROM mentioned in this tutorial Article is not official ROM released by Samsung, but it custom developed ROM by a third-party developer, XDA member ‘thedeadlycoder’. It is to be noted that, it will not install Android 4.0 ICS Firmware on your phone, and your version would still remain to Android 2.3.6 Gingerbread. But your phone would get ICS looks like User Interface, which will give new look and feel to the screen of your phone. Kindly note, this ROM involves Risk and your phone can get bricked, damaged during the process. We at TechClap.com or developer should not be held responsible if anything happens to your device, you should try the steps at your own risk.
The ROM has removed Samsung Bloadware, and also added miui music Player, along with miui compass, and miui theme 10 additional analog clocks. The feel the complete look of Android 4.0 ICS, there is ICS Google Search Widget, and Zeam launcher has been provided. Despite the sleek and awesome interface, the ROM features ICS Animations, ICS Styled Apps, and many tweaks for Samsung Galaxy Y. So, you would be surely interested to install this ROM firmware in your phone, but before that please follow the Pre Requisite instructions.
Pre-Requisite
  • Download Latest Drivers needed, if they’re not installed, install them right now. In addition, arrange data cable also to enable connectivity of phone and computer.

  • Make sure that Galaxy Y’s battery is charged 70% before starting the process or flashing the ROM.

  • We recommend to Uninstall Samsung Kies, to eliminate the possible conflict while flashing the firmware of your phone, also remember that you need to restart your PC after uninstall of Kies Software.

  • Disable all the Firewall or Antivirus Software in your computer, to run  the process smoothly.

  • You should Backup all the data, including SMS, Data, Call Logs, Contacts, APN and MMS Settings, and everything else. Becuase this process will wipe all data including ROM of your phone. You should transfer songs or videos to microSD card.

  • Enable USB Debugging Mode at path “Settings > Applications > Development > USB      debugging”.  Remember to disconnect the phone from computer to successfully enabling the USB debugging mode.

  • ClockworkMod recovery should be installed, to flash the ROM. Otherwise, we have summed up the instructions to install ClockworkMod Recovery in Samsung Galaxy Y below, if you haven’t already installed.
Assuming that we should proceed to instructions of installing ICS look like ICS AURA V1 Custom ROM.

How to Install Android 4.0 Inspired ICS AURA V1 in Samsung Galaxy Y Phone


Step 1: If you have installed CWM recovery in your phone already, then you can skip to Step 2. Other’s please follow this step, as this is mandatory.:
  • Download ClockworkMod Recovery, and copy it to root of phone’s SD card.

  • Turn off  your phone, and put it into recovery mode by pressing and holding the Volume Up button+Home Button+Power button.

  • In recovery, select the option ‘Update from SD card’, and browse and select the file CWM recovery file. This will start CWM recovery installation process.

  • Go back and restart your phone. This will install CWM recovery on your Samsung Galaxy Y.
Step 2: Now, you need to download ICS Aura v1 zip file. Download Link and save it to your computer.
Step 3: Connect your Samsung Galaxy Y phone to your computer.
Step 4: Ensure that phone is connected properly with USB cable, then Transfer the file downloaded in Step 1 to the root of your SD card.
Step 5: Switch off the phone and then Boot into the CWM recovery mode. To boot into the CWM recovery mode, you will need to press Volume up+Home+Power keys simultaneously.
Step 6: Backup the ROM for safeguard, with ‘Backup & Restore’ option, remember that you won’t need to Wipe Data or Cache to install this ROM.
Step 7: Now, you can simply select the option ‘Install zip from SD card’, then browse and select the ICS AURA zip file (From Step 1). This will start installation.
Step 8: The installation would be completed in 1-2 minutes. After that, phone will need to reboot. After phone is restarted, you will see ICS Like interface your Galaxy Y Phone. (Please check the screenshots.) Kindly note, when your phone would boot for first time, it can take some time.
Hoping you have upaded the ICS interface for your Samsung Galaxy Y GT-S5360 phone. If any problem persists, such as if in case phone won’t boot, simply remove the batter the re-insert. After that you need to follow the process again. If still you’re unable, do contact the developer at XDA.
Samsung Galaxy Y ICS Aura v1 230x300 Install Android 4.0 Looks ICS AURA V1 ROM on Samsung Galaxy Y GT S5360
Install Android 4.0 Looks ICS AURA V1 ROM on Samsung Galaxy Y GT-S53607.8 out of 10 based on 51 ratings

Root Motorola Fire XT (2.3.4/ 2.3.5) with One Click: SuperOneClick Tool


Motorola Fire XT was budget priced QWERTY Android Gingerbread Smartphone. Already, many users get attracted and have purchased this device. We are here to talk about the rooting procedure of the device. Already, there are many tutorials on internet that can help you root your Fire XT. But, no one is working with latest update 2.3.5. There is a very simple OneClick Solution launched by a XDA developer member. We are covering the detailed procedure here. All credit goes to developer who has programmed all automated tools to go smoothly through the process.
root motorola fire xt Root Motorola Fire XT (2.3.4/ 2.3.5) with One Click: SuperOneClick Tool
Disclaimer: We have just created this tutorial to help you; this is more like an educational process. You should understand that Rooting voids warranty of your phone. We ‘TechClap.com’ or developer should not be held responsible for any data loss or damage caused if you follow this tutorial article.
Pre Requisite:
  1. You will need your phone, a PC, data cable and internet connection.

  1. We suggest a full backup of your device. Backup SMS, call logs, contacts, pics, videos, personal files, internet access points settings, other settings.

  1. Please ensure that you charge your device to atleast 80% so that you do not face a power issue in between of process.

  1. Enable USB debugging on your Device. Go to “settings>>Application>>Development>>USB debugging”. Check the USB debugging option.

  1. Download the Motorola Fire XT Rooting package to your computer and extract it to a folder.

How to Root Motorola Fire XT using SuperOneClick Tool:
  1. Check the extracted Folder and find the file named SUTLR_v1.8.2 and install on your PC. Now, run SUTLR application (Software update Tool LR- SUTLR).

  1. You will get a interface like below, select Next and it will prompt to choose Software Image as shown in below screenshot. Choose the FXX_PR3_NV.xml file from the extracted folder.
  2. How to Root Motorola Fire XT Root Motorola Fire XT (2.3.4/ 2.3.5) with One Click: SuperOneClick Tool
  3. Your Device will restart, it may take few minutes and it may restart 2-3 times in the process.

  1. Now, Go to extracted folder and find SuperOneClick v2.3.3.exe. This is a OneClick Rooting Tool. You just need to press Root.

  1. The tool will root your device and install SuperUser app on it. Now, your device will restart. Although, this procedure do not wipe anything. Just check if your Data is intact.
Note: This Process has been already checked by users and developers who own Motorola Fire XT311, XT316, XT531. As promised this is the simplest and easiest tool available over internet. If still you are unable to root your device you can consult with developers here.
Tip: You can easily Unroot your Motorola Fire XT Devices using this SuperOneClick Tool. Just click ‘Unroot’ on the Interface, rest of the instructions mentioned above.
Update: Thanks Kimi El Malo  and others to let us know. We have updated the link for rooting package. Happy Rooting!
Root Motorola Fire XT (2.3.4/ 2.3.5) with One Click: SuperOneClick Tool7.9 out of 10 based on 65 ratings