[TOOL RECOVERY] SoftRecovery for Unlocked and Locked bootloader - Sony Xperia ZL

hi i like to share my app
it make us easy to switch and use the recovery
i only provide this app and cmw 6030 recovery version cray_Doze (cmw from HackitZ) as default
please use at your own risks , iam not responsible to any damage of your phone
i include some screenshots also
feature :
have 2 recovery
primary recovery is default recovery its locate as usual place /system/bin
secondary recovery this one we can choose and collect by our own, its locate on external sdcard recoveryData/ folder
function :
install primary recovery
install secondary recovery by selecting available recovery rom we have
delete secondary selected recovery
reboot into recovery mode
choose the type of our bootloader is it only or with recovery
checking chargemon auto switch chargemon if it is still original chargemon
allow backup original chargemon , it will store to recoveryData folder
recovery file :
recovery format file not support lzm format !!
recovery is a usual folder and files that zipped into 1 tar file
place any of your recovery file in /sdcard1/recoveryData/ location
credits:
HackitZ big thanks!
krabappel2548 big thanks!
DooMLoRD
Cpasjuste
and Xda Members
recovery :
recovery.twrp_2430.tar
recovery_6030.tar
note how to use recovery file:
put that recovery files to /sdcard1/recoveryData/ folder
apk version 1.0
SoftRecovery_v1.0.apk

Related

[Q] Is there a zip of CWM Touch 6.0.2.3?

If I'm creating a duplicate post, I apologize. However, I am trying to find a zip of CWM Touch 6.0.2.3.
As I am creating this post, I see that there may be a recovery in other forums. Is the recovery the same across all devices? I just want to make sure I get the right one for my S3.
Thank you,
The one and only GBP.
Just made these .zips...
CWM 6.0.2.3 (SGS3 T-Mobile)
CWM 6.0.2.3 Touch (SGS3 T-Mobile)
Flash either of them in Recovery Mode.
CWM SITE
Thank you, I really appreciate your help.
So I know how to do that the next time, how did you create the zip file? When I was at the CWM site, all I could download was an IMG file.
Try using twrp its nice and user friendly if you want an alternative touch based recovery just download goo manager from the play store and give it a try can't hurt
Sent from my SGH-T999 using xda premium
HOW to create a .zip (flashable rom when new version comes out)
1. Started with older CWM .zip ROM that I knew worked in past...
2. Download Newest CWM Recovery .img file from CWM SITE...
3. Extract older CWM .zip and rename to newest Version number... example "Recovery_CWM_v6.0.2.3"
4. rename newest CWM recovery .img to "recovery.img" and copy to your extracted folder. (Write over older version)
5. Re-compress with WinRAR or 7-Zip and make sure it's .ZIP format, not .RAR or another type.
6. All done
*** All your doing is taking recovery image and updateing into newly created .zip
*** in flash mode, the Recovery option to INSTALL (or flash any zip) always reads META-INF\com\google\android\"updater-script"
the script it reads for this example is...
ui_print("Please Wait");
ui_print("Flashing recovery");
show_progress(0.200000, 10);
package_extract_file("recovery.img", "/dev/block/mmcblk0p18");
show_progress(0.100000, 0);
ui_print("Success!!!");
so you can see it 's just gonna put "recovery.img" in your "mmcblk0p18" Partition which we can see is the recovery partition.
there are many partitions like System, Data, Flexrom, Cache, Dvalk Cache, SD Card, etc...they all have same start with different ending numbers mmcblk0p18
I agree with dscott973, that TWRP v2.3.3.1 is the best RECOVERY ! I'd change to that one (my opinion)
You can do the same thing by puting TWRP image renamed to "recovery.img" in the same format as this thread example (and rename folder accordingly),
but very important, always make sure your using the same type. Make sure your using for Samsung Galaxy S3 (TMobile type).
Example : Don't mix Verizon or AT&T type (just know what your doing and label it correctly)
ktmdave7 said:
1. Started with older CWM .zip ROM that I knew worked in past...
2. Download Newest CWM Recovery .img file from
3. Extract older CWM .zip and rename to newest Version number... example "Recovery_CWM_v6.0.2.3"
4. rename newest CWM recovery .img to "recovery.img" and copy to your extracted folder. (Write over older version)
5. Re-compress with WinRAR or 7-Zip and make sure it's .ZIP format, not .RAR or another type.
6. All done
*** All your doing is taking recovery image and updateing into newly created .zip
*** in flash mode, the Recovery option to INSTALL (or flash any zip) always reads META-INF\com\google\android\"updater-script"
the script it reads for this example is...
ui_print("Please Wait");
ui_print("Flashing recovery");
show_progress(0.200000, 10);
package_extract_file("recovery.img", "/dev/block/mmcblk0p18");
show_progress(0.100000, 0);
ui_print("Success!!!");
so you can see it 's just gonna put "recovery.img" in your "mmcblk0p18" Partition which we can see is the recovery partition.
there are many partitions like System, Data, Flexrom, Cache, Dvalk Cache, SD Card, etc...they all have same start with different ending numbers mmcblk0p18
I agree with dscott973, that TWRP v2.3.3.1 is the best RECOVERY ! I'd change to that one (my opinion)
You can do the same thing by puting TWRP image renamed to "recovery.img" in the same format as this thread example (and rename folder accordingly),
but very important, always make sure your using the same type. Make sure your using for Samsung Galaxy S3 (TMobile type).
Example : Don't mix Verizon or AT&T type (just know what your doing and label it correctly)
Click to expand...
Click to collapse
Thank you for your help. I'll take a look at TWRP. I just wanted the latest recovery because I'm considering upgrading to 4.2.1. I've read that the older recoveries struggle with the new file system, due to multiple users.
Merry Christmas
GBP85 said:
Thank you for your help. I'll take a look at TWRP. I just wanted the latest recovery because I'm considering upgrading to 4.2.1. I've read that the older recoveries struggle with the new file system, due to multiple users.
Merry Christmas
Click to expand...
Click to collapse
^So true, found that out the hard way... :silly:
ok. new noob here. so i have downloaded the file to root and install cwm on my gs3 from rootgalaxys3.com. the cwm in it won't allow me to flash a new rom. 'assert failed' is the only thing that keeps showing up. i looked into it and i think i have to upgrade my cwm version. so i found this link to the touch version for the galaxy s3. after i download it and i go to throw it in to the PDA slot in odin. its not there. so i extract it and i find 'meta-inf' file and a "recover.img" i can end up putting that in to the pda slot. BUT it ends in .img... is this ok or does the file have to end in .tar to flash properly and work?
PLEASE HELP ME!!!!
justinjrdawson said:
ok. new noob here. so i have downloaded the file to root and install cwm on my gs3 from rootgalaxys3.com. the cwm in it won't allow me to flash a new rom. 'assert failed' is the only thing that keeps showing up. i looked into it and i think i have to upgrade my cwm version. so i found this link to the touch version for the galaxy s3. after i download it and i go to throw it in to the PDA slot in odin. its not there. so i extract it and i find 'meta-inf' file and a "recover.img" i can end up putting that in to the pda slot. BUT it ends in .img... is this ok or does the file have to end in .tar to flash properly and work?
PLEASE HELP ME!!!!
Click to expand...
Click to collapse
Download ROM manager for cwm or goo manager for twrp and flash recovery from app in goo manager hit the menu button and flash recovery script. I dont know how to do it off hand in ROM manager but it is in there
Sent from my SGH-T999 using xda premium
The 2 files I posted earlier here are for FLASHING in RECOVERY only, not made for ODIN install.
another separate way to install Recovery is...
A) Download app from Market called "Terminal Emulator" (it's like using ADB commands on cell phone instead of PC).
B) use the same "recovery.img" from either of my 2 Zips earlier posted and then copied it to External SDCard (name of .img file has to match same name as in text below)
C) Run Terminal Emulator and enter these 2 command lines (Cell has to be ROOTED for su permissions to work)
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
D) Check to make sure you have Recovery.
-with cell being off, Use {Volume Down, Home, Power} to load up recovery and check it.
To directly answer the question, you can only flash .tar files with Odin.
ktmdave7 said:
CWM 6.0.2.3 (SGS3 T-Mobile)
CWM 6.0.2.3 Touch (SGS3 T-Mobile)
Flash either of them in Recovery Mode.
CWM SITE
Click to expand...
Click to collapse
Seriuosly... just attach things like this.. They are small enough. Especially since you chose to use a stupid file hosting site that tells you to register for a free account but doesnt even give that option.
ktmdave7 said:
CWM 6.0.2.3 (SGS3 T-Mobile)
CWM 6.0.2.3 Touch (SGS3 T-Mobile)
Flash either of them in Recovery Mode.
CWM SITE
Click to expand...
Click to collapse
/
Useless, i cant even create a free basic account, could you unload it somewhere else please?
Here you go: http://db.tt/okfh9vzU
ktmdave7 said:
The 2 files I posted earlier here are for FLASHING in RECOVERY only, not made for ODIN install.
another separate way to install Recovery is...
A) Download app from Market called "Terminal Emulator" (it's like using ADB commands on cell phone instead of PC).
B) use the same "recovery.img" from either of my 2 Zips earlier posted and then copied it to External SDCard (name of .img file has to match same name as in text below)
C) Run Terminal Emulator and enter these 2 command lines (Cell has to be ROOTED for su permissions to work)
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
D) Check to make sure you have Recovery.
-with cell being off, Use {Volume Down, Home, Power} to load up recovery and check it.
Click to expand...
Click to collapse
Don't you mean Volume Up, Home, Power for Recovery?
Can someone reload these links? I need them badly thanks

[Q] How to?? Please advise or help~~

Hi, I've download some files to upgrade my xperia s from "Xperia S Android Development"
After unzip the files, it become two directory files called... "META-INF", "System"
I'm wondering how to set it up those files to my phone???
Please advise and help~~~ thanks!!!
you dont need to extract the files you need to flash it in the cwm.
click my signature "Read ME" , its best to read it.
Quick idea of what to do (it's better to follow a full tutorial though):
- Unlock bootloader ( unlockbootloader.sonymobile.com )
- Put ZIP in the main folder of your phone SDcard (both kernel & firmware/rom image, so 2 ZIPs)
- Get fastboot files for your PC, flash to a CWM image
- Follow a CWM tutorial on how to flash the kernel & firmware
chieh9899 said:
Hi, I've download some files to upgrade my xperia s from "Xperia S Android Development"
After unzip the files, it become two directory files called... "META-INF", "System"
I'm wondering how to set it up those files to my phone???
Please advise and help~~~ thanks!!!
Click to expand...
Click to collapse
1- Unlock the boot loader from sony website.
2- Install CWM recovery
3- copy the rom on the hard drive of the phone
4- open CWM and choose boot in recovery
5- Using the volume buttons choose install zip from sdcard (using the camera button) then go to the directory where you copied the rom and choose it
6- Installation will start and enjoy
P.S: I do recommend NOVA-rom RC2 and the NOVA kernel 1.1.1, very smooth and stable
Hope I helped

Htc desire sv

HTC DESIRE SV FORUM:
This forum has been created for HTC Desire SV mobile users
This will help you in rooting , unroooting , unlocking boot loader , installing stock,custom rom , swapping memory , etc with htc desire sv
Unlocking boot loader and Rooting:
Post #2
Custom Rom:
Post #3
Common Questions and their answers:
Post #4
Getting back to mobile purchased:
Installing stock rom
Re-Swapping memory
Delete Superuser app
Re-lock bootloader
Post #5
Updates:
Swapping Int and Ext_sd
Bootloader unlock tool
Super SU update and pro version
HTC desir svTweaks
Recovery.img files and google drive
Installing an app as system app
Post #6
Modifications and embellishments:
Post #7
PRECAUTION (must read):
Post #8
Best Of Best:
Aroma File Manager(To use in recovery menu)
Aroma Font Manager(To use in recovery menu)
Post #9
Themes:
Post #15
FULL WIPE:
[includes: wipe data / factory reset + wipe cache partition + format / data + format cache + format system + wipe dalvik-cache (+ wipe battery stats)]
Post #52
Unlocking bootloader and Rooting
Unlocking BOOTLOADER
Things to Remember
o This guide is only for the HTC DESIRE SV. Do not attempt the following steps on any other device.
o The warranty will be voided after the unlock.
o Make sure your battery is charged to at least 80%.
o If you are unsure about any step, ask us in the comment section before proceeding further.
Thing to be Done
o All the files will be wiped after the unlock so take backup of all your important data.
o Enable USB debugging from the Developer options.
o Download and install the HTC Sync Manager from this link.
o Download Fastboot zip file from this link and extract the contents into a folder namedFastboot.
o Disable antivirus software on your system to avoid unnecessary interference.
Step-by-step Guide to Unlock HTC DESIRE SV Bootloader
o Go to the website www.htcdev.com and register yourself. Make sure to verify the email to complete the registration process.
o Login to the htcdev website and then go to the Unlock Bootloader page.
o Click the drop down devices list Under supported devices and select the option ‘All Other Supported Models‘. (select htc desire because htc desire sv will be not in the list)
o Click on ‘Begin Unlock Bootloader’ and select Yes on the confirmation screen.
o Acknowledge messages on the Legal Terms and click on ‘Proceed to Unlock Instructions’.
o The next page with unlocking bootloader instructions will give you 4 steps to follow: Disconnect mobile from the PC if connected and then switch off the device. Then pressVolume Down button and Power button to start the device in Bootloader mode. Once it’s in Bootloader screen, highlight Fastboot option and press the Power button. Then connect your HTC DESIRE SV to PC via USB cable.
o Click on Proceed to step 5. But it’s not required to follow the steps mentioned in the second page of htcdev site. Instead you go to the Fastboot folder which we have extracted earlier and hold the Shift key and at the same time right click on the free space. Select the option ‘Open command window here’.
o Windows command window will appear like ‘..\Fastboot>’. Now you need to enter the following command in the command line fastboot devices (This command will tell you whether your device is detected by your computer or not. If your device shows you can go ahead with the next step. If the device is not detected the command screen will not show any information and in this case you have to re-install the HTC Sync Manager and reboot your PC. Then redo the tutorial from the beginning.
o Keep open the command window. Then go to the third page of instruction in htcdev by clicking on ‘Proceed to Step 8‘ button.
o Follow the steps mentioned in the third page of htcdev site (from step 8 to step 10). When all the steps are done, click on Submit button.
o If all the steps are done properly you will get a message ‘Token Submitted Successfully!’ and the Unlock Key information is emailed to you.
o Open the email from HTC and download the attached file named ‘Unlock_code.bin’.
o Once the download is done copy the ‘Unlock_code.bin’ file to Fastboot folder.
o Now go back to the command window and the following command: fasboot flash unlocktoken Unlock_code.bin
o Now the HTC DESIRE SV will get a message to Unlock bootloader. Press Volume up and select YES, then press Power button to confirm the action.
o Your HTC DESIRE SV will now restart and ask to complete the factory reset process. You can now disconnect your device from the PC.
That’s all! You have successfully Unlocked the Bootloader of your HTC DESIRE SV. Now you can root and install Custom ROMs on your device without any issues.
ROOTING HTC DESIRE SV:
1.)Dowload android.rar from link
2.)download superuser.zip from link
3.)Rooting:
[steps:]
*switch off your mobile
*click volume down and power button simultaneously to enter boot menu
*click fastboot
*connect your device to pc via usb
*it will be appearing fastboot usb in the mobile
*extract downloaded file to c:\
*copy super user.zip to your external sd card
*click winkey+r and type cmd to enter command prompt
*type cd\
*type cd android to enter into c:\android where the files are present
*type fastboot flash recovery recovery.img
*you will get success notification in command prompt
*type fastboot reboot-bootloader
*click recovery
*wait for few minutes it wil show entering recovery... and it wil enter black screen after 2 minutes it wil enter recovery
*click install zip via sd card
*select zip file from external sd
*click yes to install
*congratulation your HTC DESIRE SV mobile is rooted now
Custom rom(htc desire sv)
INSTALLING CUSTOM ROM:
1. Fill the firmware to the memory card. (No need to unpack)
2. Turn off the phone. We take out the battery and insert back. Turn it pinching button VolDown + Power.
3.Select Fastboot, select Recovery, get into the menu CWM Recovery.
4.Use volume keys to select backup and restore and select backup. Wait for 5-10 minutes. CWM Recovery creates a backup of your system in the card catalog type clockworkmod / backup / date backup. Rename this directory is not recommended! To organize the directory must to 1GB of free space. If necessary, it can be transferred to and stored on a computer folder with preservation of architecture. Then, when you install custom firmware failed or that fails, you will always be able to restore the original state of the system: backup and restore → restore → select → confirm by Power button.
5. After a successful backup system, go to the firmware kernel.
From the archive IMG Galickijj sews kernel (boot.img) is mandatory. (manual firmware kernel header)
After flashing the kernel go to Fastboot, select Recovery, get into the menu CWM Recovery.
proceed to the cleaning system (Wipe, Wipe), the cache from the old firmware.
choose in CWM Recovery point to:
- wipe Data / factory reset
Advanced / wipe dalvik cache
Go back to the main menu CWM Recovery.
6. Go directly to the installation of the firmware. To do this, select the menu item CWM Recovery
- install ZIP from sdcard → Choose ZIP from sdcard
- choose a file
- confirm by Power button
After installing CWM Recovery will show you the message
Install from sdcard complete.
Doing a reboot.
Be patient, the first load system is long, wait about 5-10 minutes until the system is booted.
custom rom list:
Mod Edit: Links removed for warez:
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to request, promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
Common Questions and their answers
Q1.
WiFi not working after installing custom Rom :
#switch off you mobile
#get into fastboot by pressing power and volume down button
#go to command prompt and navigate to c:\android where sdk files downloaded from post #1 is present
#copy boot.img from custom rom installed to c:\android
#in cmd type fastboot flash boot boot.img
#after getting success , reboot your phone
$##$ Your wifi will be working now
Q2.
How to s-off HTC Desire sv?
Many people were trying to find how to s-off and if you try by another other method it's may lead your device bricking.
Q3.
When I delete a file in system/app or some root files it deleted and after reboot it's there?
Well, then the only conclusion that a temporary root access still can live, but without S-off you cant make sense to remove the application so as to restore...
Q4.
Is Jellbean rom available for HTC desire sv or how to upgrade to jelly bean?
Jelly bean rom is currently un available and many forum developers were developing rom as rom porting fails with htc desire sv it will take some time .....
Q5.
In ClockworkMod recovery_menu my screen is slighly left when I press down and it comes back to normal when I press the down button again .... Is the problem on my mobile?
If you mean when you click on the menu items that shift...It is normal feature of the ClockworkMod recovery. No worries
Getting back to mobile purchsed
This will help you in getting back your mobile which you have purchased.
The steps involved here are:
Installing stock rom without root permissions
(or)
To delete SuperUser app and
To re-swap memory(If you haven't installed any custom rom)
(and)
Re-locking bootloader
Installing stock rom without root permissions:
If u have stock rom of your mobile backed up anyway it won't be useful because it's rooted.
So download stock rom from here:
LINK1
LINK2
Refer Post #48 for stock ROM (2 Versions)
Rom info:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
copy to your ext_sd card and flash it via recovery
Re-Locking bootloader:
put your phone in bootloader mode:
Switch OFF your phone.
Press and hold “Volume down + Power button” together until your phone boots into bootloader mode.
Select Fastboot using the Power button.
Use the Volume buttons to go up & down and Power button to select the highlighted option in the bootloader mode.
Connect your phone to the PC with a USB Cable.
Open the fastboot folder c:\android
Then open a Command prompt window inside the fastboot folder.
To do this → “Shift + Right Click” on any empty white space inside the folder and select the ‘Open command window here’.
Type the following in the command prompt window:
fastboot devices
This is to ensure that your device is detected, if nothing appears on screen with this command, then it means you don’t have the proper drivers installed on your PC. And if that’s the case you should download and install/re-install the HTC Sync software given in Step 1.1
Now type the following command to re-lock your HTC One X bootloader
fastboot oem lock
That’s all. Your phone’s bootloader is now re-locked and it’ll reboot automatically
To confirm, boot into bootloader mode and you’ll see “RELOCKED” written with a pink highlight at the top of the screen
To re-swap memory(int_sd and ext_sd)
download this file: Link
copy to ext_sd card
Flash via recovery
To delete SuperUser app(system):
Downlaod this file: Link
copy to ext_sd card
Flash via recovery
Updates
Swapping Internal_SD and Ext_sd in HTC DESIRE SV
Download this file and place it on your external card(keep a back up of your sd and ext_sd as the contents wil be deleted fully):
Link
Steps:
1.)go into recovery mode
2.)click select zip from sd card and browse the file
3.)click yes to install
4.)It will take few seconds
5.)go back and click reboot now.
6.)install all apps that you have backed up
7.)now you have successfully swapped ext_sd and int_sd
Note:
Don't rename the file you have downloaded or don't edit the contents..
HTC Boot loader unlock tool:
Link to download
follow onscreen instructions to unlock boot loader
Super Su Update Pro:
Link :
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit any member to request, promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community
HTC DESIRE SV google drive(my files):
Link
Recovery.img files:
Here comes recovery.img files working on HTC desire sv.The stock version is named as stock_recovery and other two clockword mod recvoery versions working on desire sv are 6.0.2.8(touch version and keys version) and 6.0.3.2(touch version)
Links for downloading:
download.........
HTC Desire sv tweaks:
This helps in improving our performance, hardware acceleration, the search interval Wi-Fi networks, saving battery power, a smoother interface, improved the quality of photo, audio and video recording camera, etc.
"VSV_Tweaks" tweaks build.prop (Tweaking )
Installation :Before installing make backup! 1. copy the file to memory card 2. reboot into Recovery 3. In the Recovery menu, select the item advanced -> wipe dalvik cache 4. Select an option in Recovery - install zip from sd card 5. Specify the path to the file VSV_Tweaks 6. Reboot your phone, when installation is complete.
Who does not like to install the patch build.prop (stock) or restore the backup.
Links:
VSV_tweaks.zip
build.prop.zip
Installing an app as system app:
1. Download the archive.
2. Open it (I used winrar.)
3. Add the desired installation file (*. Apk) in the folder system / app in the archive and save it.
4. * do not touch anything..
5. Copy the zip to our microSD card .
5. Run the phone to recovery
6. Select install zip from sdcard, then choose zip from sdcard, choose zip and clock yes to install.
7. select go back(after successful installation)
8. select Reboot System now to reboot your phone
Modifications and embellishments for HTC Desire SV T326e
This post contains:
Wallpapers
Icons
Themes
Fashion dialer
Fashion keyboard
Wallpapers:
Sense 5 wall papers
Themes:
Classic theme:
Link
Sense 5 Theme
Link
Themes continued in Post #15
will be updated soon
Precaution
PRECAUTION for Brick(HTC DESIRE SV)
This is really a necessary post which will help you how to prevent yourself from your mobile getting bricked
Mostly many people have told that volume down and power button pressing to enter recovery made my mobile brick and this is a main cause for getting bricked, because many people will press volume up/down and power sometimes it may make your hardware fail.
so to prevent this we have used techniques to get your mobile to fastboot without using buttons,just connect mobile via PC via USB on any mode(charge only,media storage)
Download this file
Link to download
and
Run fastboot.bat to enter fastboot
Run stock_recovery.bat to install stock recovery.img
Run cwm_recovery.bat to install cwm_recovery.img ( U can also replace cwm_recovery.img by any version supported for the device)
These files should be usually placed in c:\android as all the procedures are following steps with that.
BACK UP ROM:
Even backing up rom is necessary thing. a copy of backed_up rom should be in PC
If something went bad with installing custom rom , you can easily roll back to previous rom which you have backed up
Best of Best
Now this Post if for Aroma File manager and Aroma Font manager:
What is Aroma file manager:
Android Recovery was powerful system. But it was pain when it come to managing your file system
But now AROMA File manager is available for everyone to do this common tasks.
So you can access files through a file manager in recovery menu called Aroma File manager
What is Aroma Font manager:
It's hard to Change fonts on a S-ON device as the files replaces in system will not be permanent.
This made easier by Aroma Font Installer
Fonts Available:
- Android Logo
- Gingerbread Stock
- MeeGo
- Nokia Pure View Font
- Roboto(Stock)
- Ubuntu
- Windows Phone 7
- Sony Xperia S
How to Use:
1. Download and copy the file in your SDcard.
2. Boot on Recovery.
2. Choose install zip from SDCARD.
Download:
Aroma_Font_Manager
Aroma_File_Manager
:good::good::good::good::good:
last post reserving so
Download Speed
prasath kp said:
INSTALLING CUSTOM ROM:
1. Fill the firmware to the memory card. (No need to unpack)
2. Turn off the phone. We take out the battery and insert back. Turn it pinching button VolDown + Power.
3.Select Fastboot, select Recovery, get into the menu CWM Recovery.
4.Use volume keys to select backup and restore and select backup. Wait for 5-10 minutes. CWM Recovery creates a backup of your system in the card catalog type clockworkmod / backup / date backup. Rename this directory is not recommended! To organize the directory must to 1GB of free space. If necessary, it can be transferred to and stored on a computer folder with preservation of architecture. Then, when you install custom firmware failed or that fails, you will always be able to restore the original state of the system: backup and restore → restore → select → confirm by Power button.
5. After a successful backup system, go to the firmware kernel.
From the archive IMG Galickijj sews kernel (boot.img) is mandatory. (manual firmware kernel header)
After flashing the kernel go to Fastboot, select Recovery, get into the menu CWM Recovery.
proceed to the cleaning system (Wipe, Wipe), the cache from the old firmware.
choose in CWM Recovery point to:
- wipe Data / factory reset
Advanced / wipe dalvik cache
Go back to the main menu CWM Recovery.
6. Go directly to the installation of the firmware. To do this, select the menu item CWM Recovery
- install ZIP from sdcard → Choose ZIP from sdcard
- choose a file
- confirm by Power button
After installing CWM Recovery will show you the message
Install from sdcard complete.
Doing a reboot.
Be patient, the first load system is long, wait about 5-10 minutes until the system is booted.
custom rom list:
1.) custom firmware IMG Galickijj for HTC Desire SV based on 1.07.401.6 ICS 4.0.4 :
Link to download:
custom firmware IMG Galickijj for HTC Desire SV based on 1.07.401.6 ICS 4.0.4 HTC Sense 4.1
Features:
Root core
applications Root
Deodexed & Zipaligned
Memory optimization it right now
(with the ability to move applications to the SD
when connected to a PC otkryvaetsya only SD)
Support Init.d scripts
Ramdisk
EXT4
Zipalign mount system partitions
improved picture quality and 100%
GPU accelerated
reduction "lags" when dialing to improve responsiveness of the screen
improved battery saving
Android debugging icon is removed to improve the video quality of some errors in applications
improve the speed of the Internet
to improve reading speed SD
GPS is optimized
SystemUI Mod
Sound lock / unlock
Advanced Topics
Fixed calculator
changed Boot animation
You can put embellishment
Ad Blocking applications
, etc.
Applications(extra):
QuickPanel
Quick Settings Panel
EsFileExplorer
EsTaskManager
SuperSU
Adobe Flash Player
BusyBox Pro
2.)Firmware FULL DEODEX for HTC Desire SV cid HTC_A48
Link To download:
Firmware FULL DEODEX for HTC Desire SV cid HTC_A48
Features:
* brushed rom
* full deodex
* installed necessary tools
* root - system patch
* LiDRoiD Quick Access Toolbar - system patch
* battery in 1% increments - system patch
* pre installed stock + new themes
* memory are reversed, and the built-in SD - System Patch
* patch calculator
Applications(extra):
SuperUser
TotalCommander
TimeSyncPro
RootExplorer
Calculator - (human)
SambaFilesharing
QuickSetting panel LiDRoiD
***** patch system means that it in no way can affect your resources, i.e guzzle battery, etc. etc.
Click to expand...
Click to collapse
The download speed is limited on that site. Please upload it to google drive or yandex disk.
karaman_deniz said:
The download speed is limited on that site. Please upload it to google drive or yandex disk.
Click to expand...
Click to collapse
google drive link updated for 2nd rom but for 1st rom it's uploded by another persona nd i don't have google drive link. i'm sorry
can the themes b installed on any htc non rooted phone?
---------- Post added at 09:32 AM ---------- Previous post was at 09:23 AM ----------
can you upload more themes ..i am looking for these themes forever!! Thank you so very much
getting back to mobile purchased
can u pls tell me the procedure for restoring...I extracted the stock rom into external sd..after that in recovery mode I choose restore and install...but it is nt working..pls help...
Here are some themes for sense 4.1(no root needed)
Yellow theme:
Link to download...
Matte theme:
Link to download...
Retro theme
Link to download
Tron theme
Link to download
Beats by dre theme
Link to download
Holiday theme
Link to download
All credits go to the developer of the themes..I am just posting theme..
kulveer007 said:
can u pls tell me the procedure for restoring...I extracted the stock rom into external sd..after that in recovery mode I choose restore and install...but it is nt working..pls help...
Click to expand...
Click to collapse
step1:
Download and Copy the file to external sd card...
step2:
There are two types of files available
if the file is .zip select install zip from sd vard and browse the .zip file and click yes to install
if the file is in folder (system. tar,boot.img,data.tar,etc...) you have to copy the folder(name wil be date and time) to clockworkmod\backup\ and go to recovery and choose restore/back up and click restore and choose the folder
Hit thanks if i helped you
zerohunk said:
can the themes b installed on any htc non rooted phone?
---------- Post added at 09:32 AM ---------- Previous post was at 09:23 AM ----------
can you upload more themes ..i am looking for these themes forever!! Thank you so very much
Click to expand...
Click to collapse
yeah uploaded more and even more themes will be uploaded soon
Cant restore
bro i download CWM Recovery_Stock(root)_HTC_Desire_SV.rar...and copy folder (with date and time) in cloakwrk/backup...in recovery i choose backup and restore then restore...then i selected the folder...after a minute it is showin cant open /cache/recovery/last_log...
thank you very much for all your documents which is translated from russian forum and your devolopment. you are the only one devoloper who works on desire sv. this thread is awesome for users. i tried your way to root my device and i succeed, thank you again. i will customize my device with your tweaks,custom roms exc.
edit: so which is your recommended rom ? deodex or the other?
edit2: sorry for my bad english
help
kulveer007 said:
bro i download CWM Recovery_Stock(root)_HTC_Desire_SV.rar...and copy folder (with date and time) in cloakwrk/backup...in recovery i choose backup and restore then restore...then i selected the folder...after a minute it is showin cant open /cache/recovery/last_log...
Click to expand...
Click to collapse
Dude you have to extract that file to clockworkmod/backup\folder(where the folder name will be date and time of back up)
then in recovery menu select backup and restore--->restore-->select the folder-->click yes to install
happy day

HTC 526G+ Taiwan Stock Rom

Hey Guys,
After following all the steps properly with caution i was able to make the stock rom in a CWM recoverable file
I AM NOT RESPONSIBLE FOR ANY DAMAGES MADE TO YOUR DEVICE IF YOU MAKE A MISTAKE IN BETWEEN
BUT I WILL ASSURE YOU THAT I WILL TRY MY BEST TO HELP YOU
This are the files that were backed up , just check to be sure you have all files in the folder / zip
~ System . ext4 . tar
~ Recovery . img
~ uboot . img
~ Boot . img
~ nandroid.md5
TUTORIAL
Step 1 : Unlock Bootloader to flash CWM / TWRP recovery
GUIDE : UNLOCK BOOTLOADER
RECOVERY : DOWNLOAD
I DID NOT MAKE THE FILES TO UNLOCK BOOTLOADER : EVERYTHING WAS DONE BY :
SALMAN986 AND PRIYANSH21
I recommend using cwm
STEP 2 : Extract the stock rom to CLOKWORKMOD/PHILZ/TWRP in sdcard/sdcard1
IF YOU CANT FIND THIS FOLDER > YOU CAN BACKUP YOUR ROM AND CANCEL IN BETWEEN SO THE FOLDER IS CREATED AUTOMATICALLY
STEP 3 : select restore or advance restore
VOILA - The stock rom will be restored
WITH ROOT (KINGROOT) AND BUSYBOX
IF YOUR DATA IS NOT INTACT / PHONE DOESNT REBOOT , CLEAR DATA & CACHE FROM RECOVERY
BE SURE TO LIKE MY WORK , AND HIT THE THANKS BUTTON
MAIN CONTRIBUTORS:
SALMAN986
PRIYANSH21
PLEASE LIKE THEIR WORK TOOO , WITHOUT THEM WE COULD NOT HAVE THE TAIWAN STOCK ROM FOR OUR DEVICE
DOWNLOAD STOCK ROM HERE:
MEGA
Hey, you can do as follows:
~~~~~~~~~~~~~~~~~~~~~~~
Requirements:
* PC
* CWM/TWRP Backup
* CWM/TWRP Installed
* Winrar/7Zip
* Brain
Now the real-deal..
1. Copy the backup from Phone to PC
2. Extract system.ext4.tar file with winrar/7zip, you
will get the system folder
3. Collect the boot.img from the backup
4. Now collect a META-INF folder from any custom
rom/small update zip which is made for HTC Desire 526G+
5. Now select META-INF,system & boot.img, click
right button of your mouse and select 'Add to archive'
now select archive format 'ZIP' and press ok
6. Your flasable zip rom is ready. Just copy it
to your sd card and flash with CWM or TWRP
7. Done!! This will flash the stock Taiwan System to your device.
Make sure to hit the thanks button!!
P.S. Can you give the link for Indian Stock ROM.
Thanks.. i followed the procedure suggested by you. Really it is working. Is there any possibility to edit the source code and (As per my customization) compile, generating the images and flashing back. If yes which cross compile tool is required and how to get source code.
Philz touch recovery download for STEP 1 , Instead of using CWM / TWRP
Mega

[RECOVERY]Custom recovery for Nous NS5511

IT's custom recovery (CTR) for android device NOUS NS5511 Credits: @DeadSquirrel01 ( http://forum.xda-developers.com/member.php?u=7511870 ) , @bluefirebird
Instalation:
1. Download an app called Flashify (from google play) it's free
2.Download the recovery.img
3.Run Flashify and select Recovery image
4. Flash and enjoy !
Recovery : https://www.androidfilehost.com/?fid=24659325368664489
Source: Device tree: https://github.com/DeadSquirrel01/android_device_nous_ns5511
thx for sharing it.
can you make recovery.img like TWRP or CWM (replaceing custom recovery couz my phone stucked again into BOOT-RECOVERY mode ; cant boot phone into normal mode ,couz changed permision system to Read-only with Chmod via Root Browser , so phone booting only into Recovery mode and from there "Custom Normal Recovery" i can't do an thing... )

Categories

Resources