[Tool] Download SP Flash Tool New Version v5.1352.01

Sp Tool updated to new version with whole new revamped interface
New SP Flash Tool 3.1352.01 (5.1352.01)

image

Smart Phone Flash Tool is a cross platform application that could download built images and binary data to MediaTek smart phone chips. Now it supports Win XP 32bit and Ubuntu 10.4.

Tool Version:1.1352

New Features/Enhancement:
– Intial Pre-Release for Linux platform

Bug Fixes:
– New int.

Limitations:
– Not support storage size larger than 4GB

Download
This feature is used to download built image or binary data to target.

Memory Test
Smart phone Flash tool offers this feature for Users to test and verify the external memory Device RAM and NAND flash

Format
This feature allows users to format phone NAND, EMMC or SDMMC flash.

Parameter Setting
This feature allows user to set some parameter of phone, such as OTP parameter and so on.

Readback
This feature allows customer to read a length of Memory from phone.

Option
Flash Tool also provides option function for user to customize their tool and set some parameters for download, and so on.

Console
This feature allows customer to run Flash Tool in console mode.

Other Information
For users who want to more features, smart phone Flash Tool also provides below advanced features:

FAQ
The FAQ provides some help for customer when they meet some problem using flash tool.

You can download it from here :
mediafire

By rifkivalkry

[MOD][SWAP]Swap Internal SD card and External SD card of most of the Androidâ„¢ device

EDIT: This doesn’t seem to work on SAMSUNG devices so please don’t try on them. This works on most of the MediaTek devices and few Sony devices. If you were able to successfully swap please mention your device name.Don’t forget to read the warning.

Warning: Please do a complete CWM Backup of your device, so that if anything goes wrong you can revert back to original state. Please don’t blame me if you forget to do a complete CWM Backup

I have a phone with me Xperia J and it has only 2 GB of Internal memory for apps but data for few HD games like NFSMW is 1.8 GB i.e nearly 2 GB and if I paste the data in external SD then it will not be detected, then how can we install and play these HD games on devices like these?

The only solution to this is swapping Android’s external and internal SD cards so that I can get my SD card’s size as internal memory.

Discliamer:I am not responsible if you mess up with your phone, for bricked phones and dead sd cards. Try this on your own risk.

Then how can we do this?

Its very simple by modifying the code in vold.fstab file which is present in ext folder of Android’s system folder.

This file so called vold.fstab has mounting information for the device to mount the SD cards so change the code to swap the SD cards so that ext_card will be mounted as sdcard and sdcard will be mounted as ext_card.

Note: This will work on any Android phone with internal and external SD cards.

Here is the procedure with an example I have done on Xperia J’s vold.fstab file.

1. First of all your phone must be ROOTED, If its not then STOP here and get the Root first.

2. Download Root Explorer or any other such explorer which can explore root directory of device.

3. Navigate to system/etc folder mount it as rw(read/write).

4. There you will find vold.fstab file, copy it to your sdcard.

5. Then in your PC open the file in an Text Editor.

6. Find the lines like these,

7. Replace sdcard with ext_card and ext_card with sdcard in these two lines.

8. Again navigate to system/etc change the name of the current vold.fstab file to vold.fstab.old (backup).

9. Paste the new edited vold.fstab file there and long press on it you will get a menu from there change the permissions to “rw_r_ _r_ _” this is important.

10. Reboot the system.

11. If you want to restore changes, delete the edited vold.fstab file and rename the vold.fstab.old file as vold.fstab and reboot.

By rifkivalkry