Skip to main content

How To Flash / Install Firmware Samsung Galaxy Mini S5570




This Tutorial is about flashing firmware on your Samsung Galaxy Mini S5570 . I posted a step by and easy tutorials , please read complete guide once and then apply , if you skip any step then you will have bricked phone.
Disclaimer: Follow this Guide on your risk and if your device gets damaged or bricked during the process, DJ-Android is not responsible.

Download required things

  1. Download ODIN v4.38  – it is a tool that is used to flash firmware on your phone
  2. Drivers – Download and install drivers that are required to detect your phone by pc
  3. Download Firmware for your phone
  4. Download  TASS_v1.0.ops File
  5. An Archive (.zip / .rar) file extractor, usually all pc owners have this tool . In case you don’t have any use7zip archive extractor

Instructions to Install Firmware on Galaxy Mini S5570

  • First extract SAMSUNG_USB.rar and install drivers on pc
  • Extract Firmware files on safe place, you will get some .tar files , please don’t extract .tar files
  • Run S5570_Odin Multi Downloader v4.38.exe by right click and select run as administrator  

  • Make sure you have Auto Reboot and Protect OPS checked
  • Click on OPS box in odin and select TASS_v1.0.ops  


  • Now its time to Select .tar files from firmware folder,    =>(A)  If you got three or more files then 

    Click on BOOT tab and select file with  APBOOT in the name 
    Click on PHONE tab and Select .tar file with MODEM in the name 
    Click on PDA tab and Select .tar file with CODE / PDA in the name 
    Click on CSC tab and Select .tar file csc / csc-multi in the name  
    Choose Nothing in  EFS 
    (See Image below to understand which files to select)    

=>(B)  If you got only single files , then  Check One package check box then Click the One package tab , and select single pack .tar file
  •  Switch off your phone
  • Now boot it in download mode , to do that press & hold volume down and middle key and while holding both press power on key  
  • Connect your phone to PC with the help of USB cable ,
  • Just after connecting you will see first box from left in odin will turn yellow and ADDED message will appear, that means your phone is ready to start flashing process 
  • If you done all above step successfully then you can hit “START” button in odin to begin flashing process 
  • Do not disconnect the cable or turn off the device, wait for 5 minutes , your phone will reboot after successful installation. COM Port box should indicate blue color and display “PASS” it means flashing process was successful  



Congratulations you have successfully installed firmware on your Samsung Galaxy Mini S5570, Now last step left is

Clearing Cache Data

  1. boot your phone in recovery mode ,to do that  press and hold MIDDLE KEY + POWER ON
  2. you will see your phone booted in recovery mode , in recovery mode touch screen will not work so use volume UP and Down navigate through options and MIDDLE KEY to confirm
  3. choose “wipe cache partition” from menu
  4. it will clear the cache data
  5. now select reboot system now



Comments

Popular posts from this blog

ANDROID - update status Linked-IN

jars: 1. linkedin-j-android.jar 2. scribe-1.3.1.jar MainActivity: package com.testshare; import java.util.EnumSet; import org.scribe.oauth.OAuthService; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import com.google.code.linkedinapi.client.LinkedInApiClient; import com.google.code.linkedinapi.client.LinkedInApiClientFactory; import com.google.code.linkedinapi.client.enumeration.NetworkUpdateType; import com.google.code.linkedinapi.schema.Network; public class TestshareActivity extends Activity { private int LINKEDIN_OAUTH_RESULT_CODE = 4000; private OAuthService service; private static final String PROTECTED_RESOURCE_URL = "http://api.linkedin.com/v1/people/~"; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(...

Android - Google MAP V2 PART 2

Download Full Code  of  PART-1 , 2 , 3 , 4 Before do this check part 1 Note : I have to run this in API 8 to API 17 that why i have used  ActionBarSherlock  support library. if you don't want that then replace it.  In main Activity i have added following code. package com.djandroid.mapsv2; import android.os.Bundle; import android.support.v4.app.FragmentManager; import com.actionbarsherlock.app.SherlockFragmentActivity; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.GoogleMap.OnMapClickListener; import com.google.android.gms.maps.SupportMapFragment; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.MarkerOptions; public class MainActivity extends SherlockFragmentActivity { private GoogleMap MAP; @Override protected void onCreate(Bundle arg0) { // TODO Auto-generated method stub setTheme(R.style....

Multi-Selection ListView ANDROID with CheckBox

Shaadi.com Indian Matrimonials Download code Create New Android Project: in res/layout/main.xml create new layout for list row : in res/layout/list_row.xml in your Main Activity Class: Create Class name mItems: Create New Class name SelectViewHolder: Create New Class name SelectArrayAdapter: Download Source Code Click Here : Check PART2 for more detail. Shaadi.com Matrimonials