Warning these files are for the sch-r740c only, these files and procedures will void your warranty and may brick your phone.
Use at your own risk assuming all responsibility for loss or damage that may result from use of these files or procedures. You have been warned do not come crying to me! Odin + R740c CWM Touch Recovery Follow these steps very carefully, or you might brick your phone. 1. Download the Odin Flashing Application package on this thread (Recovery roms inside) Extract to a know location 2. Right click on the .exe file inside of the odin folder and select “Run as Administrator” 3. Now that odin is running: 4. CLICK ON THE PDA BUTTON 5. When the file window appears, browse to the appropriate sub directory and select recovery.tar.md5 6. Press Start. DO NOT DISCONNECT, UNPLUG, PLAY WITH ANY BUTTONS, OR CLICK ANYTHING ON EITHER THE PHONE OR COMPUTER UNTIL ODIN HAS FINISHED FLASHING CLOCKWORK RECOVERY ON YOUR PHONE. 7. To boot into recovery, just turn of the phone and press the upper volume button. | |
Showing posts with label Recovery Mod. Show all posts
Showing posts with label Recovery Mod. Show all posts
Friday
Wednesday
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Phone look:

Tablet look:

CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
DOWNLOAD:
The fastest and easiest way to install TWRP is to use the GooManager app:
Play Store Link
Direct Download
1) Install GooManager from the Play Store
2) Open GooManager and provide root permissions
3) Hit Menu (or the button with the 3 dots on your screen) and then Install OpenRecovery
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
Read More
Phone look:
Tablet look:
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
DOWNLOAD:
The fastest and easiest way to install TWRP is to use the GooManager app:
Play Store Link
Direct Download
1) Install GooManager from the Play Store
2) Open GooManager and provide root permissions
3) Hit Menu (or the button with the 3 dots on your screen) and then Install OpenRecovery
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
Sunday
How to Install ClockworkMod CWM Custom Recovery on HTC-One. ClockworkMod Recovery is now available for the HTC One that you can flash and enjoy extra advanced options on your phone. A custom recovery gives you an extra set of features and options, several of them are advanced, but could come in handy anytime. Our favourite includes the Nandroid backup/restore and installing custom ROMs and other system tweaks. You can now easily install ClockworkMod Touch Recovery on HTC One using our tutorial. Please note, you should unlock HTC One bootloader first before proceeding.
As you continue reading, we will guide you through the process of how to update HTC One with ClockworkMod Custom Recovery. Please note, by doing so, you are voiding the warranty of your HTC One. Make sure to back up your data in case something goes wrong during the process.
We have put together a detailed step-by-step instructions guide on how to install ClockworkMod recovery on HTC One. This is a very simple tutorial and if you have been updating or installing new custom recoveries on HTC phones, then this one should not be any different for you.
Please read every line carefully below. We suggest that you should read the tutorial once before actually performing it on your phone.
Disclaimer: All the custom ROMs and firmwares, official software updates, tools, mods or anything mentioned in the tutorial belong to their respective owners/developers. We or the developers are not to be held responsible if you damage or brick your device.
Important Tips:
- Make sure USB Drivers for Device are installed in your computer. If not, Download USB Drivers First.
- This ClockworkMod Recovery tutorial is only for HTC One. Please don’t try this on any other variants of the phone.
- Make sure you backup all your data in your phone before proceeding.
- This will void your warranty.
- HTC Sync should be installed with full working ADB/Fastboot before performing the tutorial.
- Make sure Bootloader is unlocked. If not, head over to this post -> How to Unlock Bootloader of HTC Phones.
If you have fulfilled all the requirements above, then proceed to the actual tutorial.
How to Install ClockworkMod Custom Recovery on HTC One:
Important: Make sure ADB and Fastboot is configured on your PC. If not, go to the following link and Configure ADB and Fastboot first: How to Set Up ADB and Fastboot with Android SDK.
Step 1 – Connect HTC One to your PC with a USB cable and install ADB drivers.
Step 2 – Download ClockworkMod (CWM_Touch_Recovery_6.0.2.8_M7.img) and copy/paste it in the android-sdk-windowsplatform-toolsdirectory.
Step 3 – Go to Fastboot/Bootloader mode now. To do so, Navigate to android-sdk-windowsplatform-tools directory and open Command Prompt (Shift + Right-click > Open Command Prompt).
Step 4 – Type in the following command and press Enter.
adb reboot bootloader
Step 5 – HTC One will switch OFF and then boot into the Fastboot Mode. Once the drivers are installed, proceed below.
NOTE: Alternatively, you can also enter Fastboot Mode by switching OFF your phone first. Then turn it ON by holding Volume Down + Power buttons together.
Step 6 – Then type the following command and press Enter.
fastboot flash recovery CWM_Touch_Recovery_6.0.2.8_M7.img
Step 7 – Once completed, choose RECOVERY from the Fastboot menu and enter Recovery Mode. Navigate up and down using the volume keys.
Step 8 – If you see Clockwork Touch Recovery, then everything so far has been successfully performed and custom recovery is installed.
Step 9 – Since everything is going on well, you can go back to your normal phone by rebooting HTC One. Select “reboot system now” from the recovery menu. The phone will boot now.
That’s it. Your HTC One has now been updated with a custom recovery like ClockworkMod Recovery and is fully working on your phone.
If you want to access the Recovery Mode, then Turn OFF your phone. Switch ON your phone again by holding Volume Up + Power buttons together and you will be taken directly to the ClockworkMod Touch Recovery menu.
Saturday
ClockworkMod Recovery Touch for the Verizon HTC One
Installation:
Unlock your phone at www.htcdev.com
Boot phone into fastboot
Perform command fastboot flash recovery recovery-clockwork-touch-6.0.3.6-m7vzw.img or the recovery.img file name
Boot into HBOOT and select recovery
Root:
Download http://download.clockworkmod.com/sup.../superuser.zip
Flash it in recovery
Downloads:
Touch - http://goo.im/devs/Flyhalf205/M7VZW/....3.6-m7vzw.img
Classic - http://goo.im/devs/Flyhalf205/M7VZW/....3.6-m7vzw.img
Mirror - http://d-h.st/users/flyhalf205/?fld_...ile_name&d=ASC
Useful Information:
Video Tutorials:
How To Unlock The Bootloader EASIEST Method - https://www.youtube.com/watch?v=r0gzJdwCxX0
How To ROOT EASIEST METHOD - https://www.youtube.com/watch?v=S1KmsxO84UU
XDA:DevDB Information
[RECOVERY] CWM Touch Recovery 6.0.3.6, a Tool/Utility for the Verizon HTC One
Contributors
Flyhalf205
Version Information
Status: Stable
Created 2013-09-12
Last Updated 2013-09-12
Read More
Installation:
Unlock your phone at www.htcdev.com
Boot phone into fastboot
Perform command fastboot flash recovery recovery-clockwork-touch-6.0.3.6-m7vzw.img or the recovery.img file name
Boot into HBOOT and select recovery
Root:
Download http://download.clockworkmod.com/sup.../superuser.zip
Flash it in recovery
Downloads:
Touch - http://goo.im/devs/Flyhalf205/M7VZW/....3.6-m7vzw.img
Classic - http://goo.im/devs/Flyhalf205/M7VZW/....3.6-m7vzw.img
Mirror - http://d-h.st/users/flyhalf205/?fld_...ile_name&d=ASC
Useful Information:
- The external_sd is going to be your usbdisk (OTG). You can't mount unless you boot into recovery with your usbdisk already inserted
- You won't be able to mount usb drive to your pc to copy over files. You will have to adb pull and push
Video Tutorials:
How To Unlock The Bootloader EASIEST Method - https://www.youtube.com/watch?v=r0gzJdwCxX0
How To ROOT EASIEST METHOD - https://www.youtube.com/watch?v=S1KmsxO84UU
XDA:DevDB Information
[RECOVERY] CWM Touch Recovery 6.0.3.6, a Tool/Utility for the Verizon HTC One
Contributors
Flyhalf205
Version Information
Status: Stable
Created 2013-09-12
Last Updated 2013-09-12
HI GUYS TODAY I AM GOING TO PROVIDE YOU AN INSTRUCTION ON HOW TO FLASH ALL ANDROID MOBILES (EXAMPLE SAMSUNG GALAXY Y )WITH STOCK FIRMWARE USING ODIN WITH SCREENSHOT . SO FOLLOW THE INSTRUCTION CAREFULLY AND SUCCESSFULLY FLASH YOUR SAMSUNG GALAXY Y WITH ODIN.
Read More
REQUIREMENT:
1.ANDROID MOBILE
2.A COMPUTER RUNNING ON WINDOWS XP, VISTA, WIN7 OR WIN8 WITH PROPER USB DRIVER INSTALLED TO CONNECT YOUR PHONE TO COMPUTER
{IF YOU HAVE NOT INSTALLED USB DRIVER FOR SAMSUNG GALAXY Y THEN TO INSTALL USB DRIVER CLICK HERE
3.STOCK ROM FILE:
YOU CAN DOWNLOAD STOCK ROM ACCORDING TO YOUR CHOICE AND REGION
2.A COMPUTER RUNNING ON WINDOWS XP, VISTA, WIN7 OR WIN8 WITH PROPER USB DRIVER INSTALLED TO CONNECT YOUR PHONE TO COMPUTER
{IF YOU HAVE NOT INSTALLED USB DRIVER FOR SAMSUNG GALAXY Y THEN TO INSTALL USB DRIVER CLICK HERE
3.STOCK ROM FILE:
YOU CAN DOWNLOAD STOCK ROM ACCORDING TO YOUR CHOICE AND REGION
4. DOWNLOAD ODIN: TO DOWNLOAD ODIN3-V1.85.ZIP CLICK HERE
INSTALLATION INSTRUCTION: [CHARGE YOUR PHONE BATTERY MIN 80%]
1.DOWNLOAD THE REQUIRED FILE ODIN3 AND STOCK ROM.ZIP AND PLACE IN A FOLDER ON YOUR DESKTOP.
2.NOW EXTRACT BOTH WITH ANY FILE EXTRACTOR.--ODIN3-V1.85.ZIP AND THE STOCK ROM ZIP(FILE WHICH CONTAINS THE STOCK ROM I.E 2.3.6 )
3.NOW TURN OFF YOUR GALAXY Y {REMOVE THE BATTERY FOR 5-10 SECONDS AND INSERT IT BACK}
4.GO TO DOWNLOAD MODE BY PRESSING VOLUME DOWN + HOME + POWER FOR 5-10 SEC TO BOOT INDOWNLOAD MODE
5.NOW YOU ENTERED IN DOWNLOAD MODE SELECT CONTINUE BY PRESSING VOLUME UP BUTTON.
6.NOW ATTACH/CONNECT YOUR PHONE TO COMPUTER VIA USB CABLE.
7.NOW ON YOUR COMPUTER OPEN ODIN3 V1.85.EXE
AFTER THAT EXTRACT STOCK ROM FILE AFTER UNZIPPING YOU WILL GET THREE FILES PDA_S5360_DDLK2.TAR, MODEM_S5360_DDLK2.TAR & CSC_S5360_DDLK2.TAR
8.NOW IN FILE[DOWNLOAD] SECTION OF ODIN BROWSE THE 3 TAR FILES ACCORDINGLY-
8.NOW IN FILE[DOWNLOAD] SECTION OF ODIN BROWSE THE 3 TAR FILES ACCORDINGLY-
-PDA=PDA_S5360.TAR
--PHONE=MODEM_S5360.TAR
--CSC=CSC_S5360.TAR
--PHONE=MODEM_S5360.TAR
--CSC=CSC_S5360.TAR
9.PIT AND BOOTLOADER FILES NOT REQUIRED - LEAVE IT BLANK.
LEAVE ALL OTHER FIELDS AND CHECK BOXES DEFAULT AS SHOWN IN PICTURE BELOW.

10.NOW MAKE SURE YOU ARE GETTING YELLOW BOX IN ID:COM (THIS MEANS THAT YOUR DEVICE IS NOW CONNECTED AND DETECTED BY ODIN)
11.NOW CLIK ON START.
AND LET BE ODIN DO ITS WORK AND WAIT TILL YOU SEE PASS IN GREEN COLOUR IT MEAN THE FLASHING PROCESS IS COMPLETE SUCCESSFULLY. SAMSUNG GALAXY Y WILL AUTO REBOOT.
LEAVE ALL OTHER FIELDS AND CHECK BOXES DEFAULT AS SHOWN IN PICTURE BELOW.

10.NOW MAKE SURE YOU ARE GETTING YELLOW BOX IN ID:COM (THIS MEANS THAT YOUR DEVICE IS NOW CONNECTED AND DETECTED BY ODIN)
11.NOW CLIK ON START.
AND LET BE ODIN DO ITS WORK AND WAIT TILL YOU SEE PASS IN GREEN COLOUR IT MEAN THE FLASHING PROCESS IS COMPLETE SUCCESSFULLY. SAMSUNG GALAXY Y WILL AUTO REBOOT.
Note: Works on both froyo & GB
Source:Androinica How to Install Apps to the SD Card by Default on Android 2.2 Froyo (not for Ace)
You can find the latest version of this tutorial here. Though I will try to keep updating this thread too.
Getting Ready:
1. First you have to enable USB debugging on your Android device from Settings > Applications > Development > USB debugging.
2. You need to download and install the latest Android SDK on your computer fromhttp://developer.android.com/sdk/.
3. Install the latest java SDk if you don't already have one.
Tutorial:
1. Extract the package to the folder of your choice [Let's say- C:/android-sdk-windows/], run SDK Manager.exe
2. Close the command / windows command prompt window that opens.
3. In the new window, click on Available Packages to the left. Untick all options you are prompted to download except the USB driver option & Android sdk tools revisionx(13 as of now) & Android sdk platform-tools revision x(7 as of now) if they are there.
(Note-If you get an error message at this point, enable “Force https://…” in the Settings. From the list of available packages, select “Usb Driver package”, click on the Install Selected button in the bottom right corner and follow the prompts. )
4. Do not open Samsung Kies. Connect your phone to your computer with a USB-cable. Your OS will prompt you to install new drivers. Choose to install them from the android-sdk-windows/extras/google/usb_driverfolder. Do not mount your device; you only need to plug-in the cable.
(If you don't see this prompt, It means USB drivers are already installed or else install them manually: SAMSUNG USB drivers from samfirmware.com)
5. Run command prompt in administrator.
Type in the following after the ">" at each step (without quotations,and including spaces and capital letters)
"cd C:\android-sdk-windows\platform-tools"
"adb devices"
"adb shell"
A $ sign should pop up
"pm setInstallLocation 2"
Another $ should pop up
And your done. Close everything, disconnect phone, turn off phone and then turn it back on again
Note:Now the phone will be set to install all apps you install onto the SD card. However, current apps on phone will mostly still be stored on the internal memory. This process doesn't move these apps for you, it adds the ability. So you must now manually move those already installed on the phone. Install some apps like app2sd etc.
It’s preferable to install certain apps to the main memory, since it will take a while before the SD card becomes available when you start your phone. Applications installed on the memory card will also be unavailable to the system each time you mount your phone as a disk drive.
In general, apps that integrate with the Android OS and that often run in the background is better to install on the internal storage, while games and most other applications will have no problem chilling outside on your SD.
Widgets should essentially be installed on phone memory.
Update:
From what I have come to understand (correct me if I am wrong), Each app will store some .odex files on phone memory to speed up the boot process.
So don't complain that phone memory is getting lesser after each install. Though if you could've installed 40 apps before now maybe 150+ and still have 30-40 mb left. (depends on what kind of apps you install).
Darktremor's a2sd scripts deodex the apps and COMPLETELY move the apps and cache to sd card but you will need to root and run the scripts.
How to install Darktremor's a2sd on Froyo!!
Though an easier way will be to install a custom rom.
____________________________________________
Read More
Source:Androinica How to Install Apps to the SD Card by Default on Android 2.2 Froyo (not for Ace)
You can find the latest version of this tutorial here. Though I will try to keep updating this thread too.
Getting Ready:
1. First you have to enable USB debugging on your Android device from Settings > Applications > Development > USB debugging.
2. You need to download and install the latest Android SDK on your computer fromhttp://developer.android.com/sdk/.
3. Install the latest java SDk if you don't already have one.
Tutorial:
1. Extract the package to the folder of your choice [Let's say- C:/android-sdk-windows/], run SDK Manager.exe
2. Close the command / windows command prompt window that opens.
3. In the new window, click on Available Packages to the left. Untick all options you are prompted to download except the USB driver option & Android sdk tools revisionx(13 as of now) & Android sdk platform-tools revision x(7 as of now) if they are there.
(Note-If you get an error message at this point, enable “Force https://…” in the Settings. From the list of available packages, select “Usb Driver package”, click on the Install Selected button in the bottom right corner and follow the prompts. )
4. Do not open Samsung Kies. Connect your phone to your computer with a USB-cable. Your OS will prompt you to install new drivers. Choose to install them from the android-sdk-windows/extras/google/usb_driverfolder. Do not mount your device; you only need to plug-in the cable.
(If you don't see this prompt, It means USB drivers are already installed or else install them manually: SAMSUNG USB drivers from samfirmware.com)
5. Run command prompt in administrator.
Type in the following after the ">" at each step (without quotations,and including spaces and capital letters)
"cd C:\android-sdk-windows\platform-tools"
"adb devices"
"adb shell"
A $ sign should pop up
"pm setInstallLocation 2"
Another $ should pop up
And your done. Close everything, disconnect phone, turn off phone and then turn it back on again
Note:Now the phone will be set to install all apps you install onto the SD card. However, current apps on phone will mostly still be stored on the internal memory. This process doesn't move these apps for you, it adds the ability. So you must now manually move those already installed on the phone. Install some apps like app2sd etc.
It’s preferable to install certain apps to the main memory, since it will take a while before the SD card becomes available when you start your phone. Applications installed on the memory card will also be unavailable to the system each time you mount your phone as a disk drive.
In general, apps that integrate with the Android OS and that often run in the background is better to install on the internal storage, while games and most other applications will have no problem chilling outside on your SD.
Widgets should essentially be installed on phone memory.
Update:
From what I have come to understand (correct me if I am wrong), Each app will store some .odex files on phone memory to speed up the boot process.
So don't complain that phone memory is getting lesser after each install. Though if you could've installed 40 apps before now maybe 150+ and still have 30-40 mb left. (depends on what kind of apps you install).
Darktremor's a2sd scripts deodex the apps and COMPLETELY move the apps and cache to sd card but you will need to root and run the scripts.
How to install Darktremor's a2sd on Froyo!!
Though an easier way will be to install a custom rom.
____________________________________________
Yesterday, we got a mail from “John clerk” who wants to know about How to reset password of Samsung mobile phones. John explained me the scenario that he forgets the security code password of his Samsung mobile phone and wants to reset that lost password. So we decided to help john
by writing this article. We know there are so many mobile phone users like John who forget the password of his/her mobile phone and wants to reset it back. So today we have decided to explore amobile trick by which you can reset or break the password of Samsung mobile phones.Only some sophisticated mobile phone users know that Samsung mobile phone offers a feature by which we can unlock a security code locked Samsung mobile phone without investing a penny on it. So if you forget your Samsung mobile phone password then try this trick and unlock your mobile phone.
How to reset Samsung Mobile Phone Password:
Note: This mobile trick, will format all the messages and contacts stored on your mobile phone.
To break security code of Samsung mobile phone follow these steps
1) Type *2767*3855#2) Then press “green” or “calling” button
The above code will restore your Samsung mobile phone password to default by restoring the mobile setting to by default. The default security code for Samsung mobile phones is 0000.
Comments would be appreciated..
Monday
Before WhatsApp, I cannot think of any app which have served so many mobile users across the planet who could text and send files to each other with so much of ease. and WhatsApp is available for Android, iOS and Windows Mobile platforms and allows you to stay in touch with almost all your friends without paying anything to your service provider.But what if you accidently deleted whatsapp chat and data .!!
I am sure that most of the WhatsApp users are not aware of the fact that this messaging service takes backup of all the shared stuff every 24 hours and it keeps the backup files intact for last 7 days. Yes, it’s true. And there are methods through which you can restore deleted whatsapp chat and data
So, below are two ways to recover deleted Whatsapp chat and data.
Method 1-Online Tool
you can simply do that with a new online tool called RecoverMessages. This service lets you easily recover deleted WhatsApp chat or pictures deleted from your iPhone or Android phone and serves as a forensic tool.
This app stores its backup files by the name, msgstore-YYYY-MM-DD.1.db.crypt
1.To recover your deleted WhatsApp chat from iPhone or Android using RecoverMessages, first you need to copy the WhatsApp database file (.sqlite or .db.crypt) from your device to your PC.
To copy the WhatsApp database file (.sqlite or .db.crypt),
On Android device, go to /sdcard/WhatsApp/Databases/msgstore.db.crypt and copy the file to your PC.
On iOS, go to net.whatsapp.WhatsApp/Documents/ChatStorage.sqlite (You can use an iPhone backup tools like i-Twin or iPhone Backup Extractor to get the .sqlite file).
2.Then, go to the RecoverMessages home page, select the file by clicking the “Select File SQLite”. Accept the terms of use and press the scan button.
2.Then, go to the RecoverMessages home page, select the file by clicking the “Select File SQLite”. Accept the terms of use and press the scan button.
Method 2-Whatsapp Xtract
Here is a little Tool to display whatsapp chats on your computer, using the database files from your androidinstallation of whatsapp.
This Is How this Tool Works :-
1.You need to copy the whatsapp database.
On Android, either get this file:
/sdcard/WhatsApp/Databases/msgstore.db.crypt
- (crypted database on SD card, can be created by starting backup from whatsapp advanced settings: settings – more – Backup Chats)or these files:
- /data/data/com.whatsapp/databases/msgstore.db and wa.db(for this you need root access. detailed instructions in the bottom of this file. the advantage is that the corresponding contact names of phone numbers will be displayed.)
On IPhone, get this file:
/net.whatsapp.WhatsApp/Documents/ChatStorage.sqlite
(You can use an Iphone Backup Tool to get the file, e.g. I-Twin or Iphone Backup Extractor. Make sure to create an unencrypted backup with Itunes, as these tools can’t handle encrypted backups. Another possibility are forensic tools like UFED Physical Analyzer.)
2.Now Download the Whatsapp_Xtract and Extract this archive (Whatsapp_Xtract....zip) to a certain folder on your computer, e.g. C:\WhatsApp.
3.Copy the database(s) to e.g. C:\WhatsApp (on Android, you simply copy the whole folder WhatsApp on SD card to your computer e.g. to C:\WhatsApp and then copy the database file from C:\WhatsApp\Databases to C:\WhatsApp)
4.You need Python and (for Android msgstore.db.crypt decryption) the PyCrypto library
The easiest way is to install ActivePython
!! on Windows choose 32bit/x86 version even if you have 64bit windows (if not you will get an “requires Business Edition subscription” error!):
It’s available for Windows, Linux and Mac
5. Then run !install pyCrypto.bat (contained in this archive. The best is to rightclick on it and choose "run as administrator"
Ifyou have troubles installing pyCrypto this way, then please try to install it using an installation package from this site http://www.voidspace.org.uk/python/m…shtml#pycrypto
6.Now run whatsapp_xtract_android.bat or whatsapp_xtract_android_crypted.bat or whatsapp_xtract_iphone.bat and done. Now You see,delete Your whatsapp chat
Method 3- WhatsApp’s own Solution
WhatsApp itself provide a solution to recover your accidentally deleted whatsapp chat.All you need to do is uninstall the app and install it back. This would actually use all the backup files, and restore whatever it can.
And If You want Your Whatsapp video And Images Just go to sdcard/whatsapp/media
there You will Find diffrent folders for audio,video,and images which contain all the images ,video,audio u sent or received on whatsapp
Thursday
Quote:
Welcome to the HTC Desire (Bravo) Troubleshooting Guide
by bortak DISCLAIMER: I'm not responsible for anyone bricking their phones. By using this tutorial and any of it's content you accept that you may be flashing system critical aspects of your mobile device, and things can go wrong. By using this guide you agree to put your phone at risk in the hope of fixing it, and you take full responsibility. |
Quote:
BEFORE YOU BEGIN:
1. No. Your phone is not bricked (Touch wood) 2. Make a goldcard. You need it. (Check goldcard section for help) 3. Set up ADB (android de-bug bridge), it's useful when things go wrong. 4. RUU's are DANGEROUS to your phones well-being. Only use them when you absolutely have to. 5. This will help you understand if your phone is "bricked" |
Quote:
IF YOU ARE RESTORING FOR WARRANTY PURPOSES DO NOT USE THE WWE RUU (USE 2.3 GB RUU INSTEAD)
|
Quote:
NO BRAINER: IF IT'S NOT A DESIRE, USE GUIDE AT OWN RISK.
CONTENTS: [1]: BOOT PROBLEMS - stuck on HTC screen/ splash screen - stuck in bootloop [2]: ADVANCED BOOT PROBLEMS - stuck on splash screen with no recovery with S-OFF - stuck on splash screen with no recovery with S-ON [3]: S-OFF'ING PROBLEMS - Bootloader too old for revolutionary --- upgrading the Bootloader --- using different software to S-OFF - installing correct drivers [4]: RUU PROBLEMS - stuck on black /!\ screen after RUU failure S-OFF - stuck on black /!\ screen after RUU failure S-ON [5]: SLCD BRICK - black screen after RUU on SLCD phone [6]: RUU PROBLEMS CONT'D/ GOLDCARDS - RUU does not run due to CID error [7]: RUU WITHOUT USB CONNECTION - Extracting the rom.zip from a RUU (PB99IMG.zip) - Restoring to stock/ using RUU without USB connection/ connection error [8]: S-OFF AFTER RUU - Alpharev write protection explained - how to S-ON [9]: DEEP SLEEP - Rough deep sleep issue cause explained - "Fix" for deep sleep issue (not waking up after putting phone to "sleep") [10]: FLASHING CUSTOM RECOVERY - how to flash a custom recovery using different methods - Different recoveries available - PVT4 devices/ ERASESIZE 40000 [11]: ROOT WITHOUT USB CONNECTION/ USB BRICK - How to root without connecting to USB [12]: FLASHING SPLASH SCREEN - How to make a viable splash screen - Different methods of flashing a splash screen - Stock HTC splash screen download [13]: RECOVERY CAN'T MOUNT SD-CARD - How to remount the SD-Card with fastboot commands - Troubleshooting fastboot [14]FLASHING HBOOT/SPL - How to flash custom HBOOT/SPL [15]Easiest Root Method - Easiest way to root your phone for Hboot's 1.02 and below #: RESOURCES - Useful links/ tools/ resources/ downloads - Software to help with android e.g. Flashing tools etc. - RUU'S - Recoveries - Radios - External tutorials - Drivers |
Recent Comments
Popular Posts
-
Now it possible to upgrade the samsung galaxy pocket to ice cream sandwich OS (4.0) . UPDATE (17/11/2013):- Flash Player For Galaxy ...
-
Android 4.1 Jelly Bean ROM for Samsung Galaxy Y S5360 is now available to update. The Jelly Bean ROM for Galaxy Y is named as Jelly B...
-
Table of Contents: ______________________________ Intro Background about Android Types of Dangerous Programs How to Protect Yourself...
-
WHAT IS THIS?? this mod could change your statusbar look with ease... -enable to change the position of clock-notification icon-battery n...
-
A "themed custom ROM" based on stock XXMA3 firmware released in Spain on February of 2013. SCREENS ...
Categories
- [GUIDE] (6)
- Android 4.4 kitkat (5)
- Android Guide (45)
- Android I-phone (3)
- Android Kitchen (1)
- Android Tool Master (1)
- Android USB Drivers (1)
- Backup Whatsapp Messages (1)
- Change Boot Animations (2)
- Change Status Bar (5)
- Custom Rom (95)
- CWM (1)
- CWM Recovery For Galaxy Core (1)
- Earn Money (1)
- Fonts Pack for All Android (1)
- Free Internet (2)
- Games (1)
- Hacked Apps & Games (14)
- How to Create Own Custom Rom (7)
- How to increase ANDROID performance (1)
- Latest WALKMAN (1)
- Launchers (7)
- NOKIA X ANDROID (1)
- Recovery Mod (17)
- Root UnRoot (8)


%2B(1).png)