[Recovery] ArayrayMod Recovery 1.1 - Partitioning - myTouch 3G Slide Android Development

I am not responsible for any bricks or damaged phones.
This is my custom recovery I have been working on, first and foremost if you don't like it or don't like me, don't come here and complain about it. Period.
You can download it here.
Instructions on how to flash:
Via ADB
fastboot flash recovery ~/Desktop/recovery.img
Click to expand...
Click to collapse
Via Terminal (Phone)
su
flash_image recovery /sdcard/recovery.img
Click to expand...
Click to collapse
Known Issue(s):
Reboots acouple times while entering recovery, just try again
Changelog:
1.1
- Added ability to partition sdcard from recovery
- Tweaked UI
Screenshot:
{
"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"
}
This is in the early stage of development, stable but early. If you have an errors please tell me

Upcoming updates:
Make flashable update.zip
Fix reboot issue

What is this a mod of?

nikol4s said:
What is this a mod of?
Click to expand...
Click to collapse
It's just his own made recovery that must be based off of git or cw im guessing.

nikol4s said:
What is this a mod of?
Click to expand...
Click to collapse
Yeah, android is an open platform, meaning anyone can take the system and put out their own device with the android OS on it. (Speaking in very loose terms).
Which basically means there are blueprints (sources) to build all the individual android components. Recovery Environment (Recover Kernel + Recovery Executable?) being one of them.
For people into this sort of stuff, it is fun/interesting to actually go, use the blueprints, and build your "own version" of all the various components. Why? Because it's fun just to see if you can.
Arayray has already built a ROM, so why not a recovery to go with it? Next maybe a kernel? Etc. Heck, one could even build a bootloader (Hboot) if they wanted, although that might be difficult as it could be rather hardware specific (and require proprietary info).
Tis the nature of android, all the tools are available, and are open for you to play with. It's also a great/fun way to learn. It's the 21st century version of building models, or RC Airplane kits, etc. Putting something together yourself, and watching it work. Can be very satisfying.

Sweet nice recovery! Weres gingerbread dude?! I been waiting
Sent from my T-Mobile myTouch 3G Slide using XDA App

Looks nice!
gj

@xologist
I see you have a ps3?
NGU
Sent from my T-Mobile myTouch 3G Slide using XDA App

hey arayray is it an issue with the phone or current recoveries on why we cant boot straight to recov via some sort of key combo? like home and power or vol and power.

JDV28 said:
hey arayray is it an issue with the phone or current recoveries on why we cant boot straight to recov via some sort of key combo? like home and power or vol and power.
Click to expand...
Click to collapse
Don't think that's possible .......you have to do it via hboot on this phone
Sent from my T-Mobile myTouch 3G Slide using XDA App

Im sure its possible, I know you can use commands in ADB like: adb shell reboot bootloader to reboot into fastboot, adb shell reboot recovery to reboot into recovery, youd just need to make the button to do the equivalent in android. (Since theirs no adb in terminal)

I have nothing to contribute...
Other than I like the troll picture.

purple1 said:
@xologist
I see you have a ps3?
NGU
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I dont have a PS3, I had an XBOX tho.
I was the 1st one and only Xologist ever created/out there.
If you saw someone with that name is a copycat (no lie), ask them if they know xologist, 99% chance is they know me
then tell them i say hi, and that the person is a copycat! lol

It would be nice to see SD partioning straight from recovery...

Yeah thats what I loved about amon ra when I had my mt3g would be awesome to have on my slide
Sent from my T-Mobile myTouch 3G Slide using XDA App

Does the wipe all option wipe everything, including /system? Or is it the equivalent to the factory reset wipe option in CWrecovery?

You can partition from psfServiceMod recovery (it's a ps3 jailbreak recovery based on clockwork) so I'm sure arayray just needs to find the code that's used (there's bound to be info on it on the net somewhere) and implement it.

MusicMan374 said:
Does the wipe all option wipe everything, including /system? Or is it the equivalent to the factory reset wipe option in CWrecovery?
Click to expand...
Click to collapse
It wipes /data and /cache, no recovery wipe /system until you flash a .zip. So use "Wipe all" and then flash a rom, or choose individually which to wipe.
Sent from my T-Mobile myTouch 3G Slide using XDA App

Hey i have a question. One of the best features i loved about Amon RA recovery was when you turned on your phone you could auto boot into recovery by holding down home key. Is that going to be a feature enabled in this recovery?
Sorry guys didn't realize post was on 1st page..

downloading now

Related

[DEPRECIATED][RECOVERY][CWM]ClockworkMod Recovery 5.8.2.4 for EVO 4G LTE

Woohoo! ClockworkMod Recovery brought over by the one and only toastcfh!! Recovery is the basis for all of the work we devs do here, so please thank toastcfh for this as it was all his doing! The man doesn't even have this phone and he did it, please donate to him so we can get him an EVO 4G LTE!!
{
"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"
}
What works
Backup
Restore
Flashing. zips
??
What doesn't work
Mass Storage
Touch
??
Requirements
HTCdev Unlock (Choose "All Other Supported Models" and follow all the directions, including driver install)
Rooted
How to flash via phone (Recommended)
Download the ClockworkMod recovery.img below and place on the root of the internal sdcard. Make sure to rename to recovery.img if necessary!
Download Terminal Emulator from the Market
Go into Terminal emulator and type "su" (lowercase, no quotes) and accept the Superuser prompt
Then type this exactly (no quotes) "dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p22"
If should tell you records in and out and then recovery is flashed!
To get into recovery, you can type (no quotes) "reboot recovery". You can also access it by pressing Volume Down + Power while booting up, and then choose "Recovery". NOTE: You may need to disable Settings > Power > Fast Boot for this method to work.
How to flash via fastboot
I will update instructions later, but if you choose this way, you likely know what you're doing. Make sure to rename to recovery.img if necessary! Place the ClockworkMod recovery.img in the platform-tools (or even tools folder, depending on your SDK version), reboot into fastboot, and type:
Code:
fastboot flash recovery recovery.img
How to flash stock recovery
Follow the same set of instructions you used above, just download the stock recovery.img below.
Make sure to rename to recovery.img if necessary!
Credits
toastcfh for bringing over CWM without even having the phone!
-viperboy- for testing!
xHaus, Deck, and everyone else in IRC who tested!
Downloads
ClockworkMod version pulled for now. This is causing an empty /misc partition, a fix is in the works!
Stock recovery.img​
just in case
*UPDATE* it also can write to boot! meaning flashing kernel without pc fastboot!
ALSO:
the camera button is the action button...
Also, viperROM may be out early in the morning, if initial testing is good!
Throws a bone lol
im0rtalz said:
Throws a bone lol
Click to expand...
Click to collapse
LOLz 10chars
Good job on this, glad to see boot is writable too
Amazing!! I still have yet to get my phone, but I am hoping that there will be ROM's ready once I get it. Im itching for a new flash. Lets get some AOKP or Gummy on here ASAP!!!
Thank you so much for your work toast, just like the OG Evo, I was there at day 1 with ya.
Progress
Thanks man! Also why if flashing via phone recommended over fastboot?
Works great! thanks for coming out with this so fast.
WTF this was fast. First root now recovery So happy I got this phone.
Should I take the htc unlock or will there be another way to unlock the boot loader soon? Advice please.
Is there any issues with using the HTC Dev unlock after root and the "tampered" message?
NICE WORK!!! Cant wait for the non-HTC unlock method...
Very cool. Well done toastcfh.
Sent from my PC36100 using Tapatalk 2
Holy ****! Toastcfh is the man!!
Can't wait for wirefly to sent me my phone
Sent from my PC36100 using XDA
jdogg836 said:
Is there any issues with using the HTC Dev unlock after root and the "tampered" message?
Click to expand...
Click to collapse
There is a way to get rid of the tampered. Just flash the RUU and its just like it came out the box. No reason not to do it.
Sent from my SGH-T989 using xda premium
swaze said:
There is a way to get rid of the tampered. Just flash the RUU and its just like it came out the box. No reason not to do it.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
If I flash will I lose my apps and settings?
JT114881 said:
Should I take the htc unlock or will there be another way to unlock the boot loader soon? Advice please.
Click to expand...
Click to collapse
Just do the unlock, It's fine. That's what I did. You can always relock with the ruu.
jdogg836 said:
Is there any issues with using the HTC Dev unlock after root and the "tampered" message?
Click to expand...
Click to collapse
swaze said:
There is a way to get rid of the tampered. Just flash the RUU and its just like it came out the box. No reason not to do it.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
It will still happen if you run the ruu once you root. Seems like it does some check on /system and tells you tampered if its been modified (as in rooting). Don't worry about it.
shook187 said:
If I flash will I lose my apps and settings?
Click to expand...
Click to collapse
Nope!
Sent from my EVO using Tapatalk 2
shook187 said:
If I flash will I lose my apps and settings?
Click to expand...
Click to collapse
Yeah, you loose everything. It's like you just turned on your phone for the first time
Sent from my EVO using Tapatalk 2

[RECOVERY]ClockworkMod Recovery Touch 6.0.0.0 For HTC EVO 3D x515

{
"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"
}
All credits go to the original ClockworMod Recovery developer Koush! He made it, I just built it.
Disclaimer: I give no warranty for this product. It's distributed as-is. It has the potential to brick your device, so use this with caution! I've fully tested this recovery, and it's working for me as it should, but if it's not working for you for some reason, it's not my fault. I provide no responsibilities for bricked phones. You were warned, and You chose to flash this recovery, so don't point your finger at me if you bricked your device.
Hey guys! I present you ClockworkMod Recovery Touch 6.0.0.0 for the HTC EVO 3D x515 (shooteru).
Key features:
-Touch-enabled recovery
-Fast backup and restore - 4-5% faster than before
-Smaller, incremental backups when you backup the existing ROM again
-All other usual CWM goodies
Bugs:
-Probably USB charging is not working
-Tell me
Download
Mirror
Installation:
You can flash this recovery to your phone from Fastboot with this command:
Code:
fastboot flash recovery recovery_cwm6_shooteru.img
Screenshots
Soon...
oh, a new one
i hope they (you??) will fixcharging and a few other bugs ...
e3d said:
oh, a new one
i hope they (you??) will fixcharging and a few other bugs ...
Click to expand...
Click to collapse
I'll try.
Is it official release?
szymko1995 said:
Is it official release?
Click to expand...
Click to collapse
No, it's built by me.
Sent from my HTC EVO 3D X515m
Am I wrong or there was release of CWMT for shooteru?
So is this just recent build of dev sources?
Sent from my Evo 3D GSM using xda premium
SecFry said:
Am I wrong or there was release of CWMT for shooteru?
So is this just recent build of dev sources?
Sent from my Evo 3D GSM using xda premium
Click to expand...
Click to collapse
Yes, there was an official release, but that's 5.8.0.2. This one is unofficial 6.0.0.0. Koush says it speeds up backup/restore times by 4/5%. He has implemented some new features, like incremental backups, and so on.. In this release USB mass storage is working, whereas in 5.8.0.2 is not.
despotovski01 said:
Yes, there was an official release, but that's 5.8.0.2. This one is unofficial 6.0.0.0. Koush says it speeds up backup/restore times by 4/5%. He has implemented some new features, like incremental backups, and so on.. In this release USB mass storage is working, whereas in 5.8.0.2 is not.
Click to expand...
Click to collapse
hey...so you built it up... have you sources? int'st it possible to compress backups at backup process? (theoretical question( suggestion )
Anyone tried this yet?
e3d said:
hey...so you built it up... have you sources? int'st it possible to compress backups at backup process? (theoretical question( suggestion )
Click to expand...
Click to collapse
Actually, I built this using Koush's CWM Recovery Builder.
dravenSt0rM said:
Anyone tried this yet?
Click to expand...
Click to collapse
Me.
+1
bigger font
usb mass storage is working
I sorry but without charging while the phone is off, this is useless to me. i dont care if it backs up my phone in 5 seconds flat. When I have to worry about my phone running out of battery, i get angry...
Ill stick to 4ext, as I have had no issues...
NAND backup not working as oficial cwm. thats create blob files but not zipping yet
lukyrys said:
NAND backup not working as oficial cwm. thats create blob files but not zipping yet
Click to expand...
Click to collapse
Hmm... I'll make a new build tomorrow and see if it fixes the problem.
lukyrys said:
NAND backup not working as oficial cwm. thats create blob files but not zipping yet
Click to expand...
Click to collapse
Are you sure nandroid backup is not working it skips backup of system files and just makes a small backup of about 20 Meg or so the bulk of the stuff should go in the blob folder it a feature of incemetle backup.
To restore a backup you install the main ROM again
At least that's how it works on the nexus 7
4-5% faster then official CWM or then 4EXT touch recovery?
Hi so sorry but can can someone tells me how will i instal this one?
thanks in advance
xchan21 said:
Hi so sorry but can can someone tells me how will i instal this one?
thanks in advance
Click to expand...
Click to collapse
fastboot flash recovery recovery.img
Flashmaniac said:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
yeah saw it in the post just want to clarify, so it means i will just put the file in the mmc then run bootloader and automatically it will flash,(same as how to flash radio) thanks by the way
xchan21 said:
yeah saw it in the post just want to clarify, so it means i will just put the file in the mmc then run bootloader and automatically it will flash,(same as how to flash radio) thanks by the way
Click to expand...
Click to collapse
No, it's not done that way. Download the Android SDK, then open the SDK Manager and get the SDK tools(or however they are called). Then open cmd and navigate to the platform-tools folder, which is located in the Android SDK folder, and execute the given command.
Sent from my HTC EVO 3D X515m

Toolkit Ideas

So I made the base of my toolkit. Just waiting on a recovery to finish it. Now I want some ideas to add/implement/make it better.
Many people know that I make toolkits for basically every new HTC phone. Here is the sample for the One X+ at the moment.
{
"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"
}
Things I will NOT add.
- Stock/Custom Kernels
- Remove Root
- Probably more that I forgot
Many people flashed kernels and had no idea on how to use it and soft-bricked their phones.
Root can be removed with the SuperSU app from my toolkit.
So give reasonable recommendations and I will see what I can do!
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
jotha said:
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
Click to expand...
Click to collapse
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
hasoon2000 said:
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
Click to expand...
Click to collapse
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
DerSandmann said:
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
Click to expand...
Click to collapse
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
hasoon2000 said:
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
Click to expand...
Click to collapse
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Aditya Nanda said:
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Click to expand...
Click to collapse
I believe you just flash the superuser zip in recover
Good morning, then I root my htc one x + bare with your software? thank you
SuperUser-zip
olorolo said:
I believe you just flash the superuser zip in recover
Click to expand...
Click to collapse
Where can I find the SuperUser-zip??
Running un-locked (S-off) 1X+
Android 4.1.1 - Sens 4+ (HTCExtension_Sense45_1)
SWnr 1.14.401.18
Kernel 3.1.10-g626c6aa
Thanx!!
I've used your toolkit, and I have to say it is pretty awesome work. However, as a first time user, I was rather confused with the UI, since it looked like there was no real 'order' labelled on each section, they aren't labelled like "Step 1, 2.. etc". Otherwise, the tool works great.
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Sarren Arterius said:
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Click to expand...
Click to collapse
ROM downloader is another story. I don't have a centralized database with all the ROMs. I'm adding ADB Sideload as we speak!
I'm redoing my scripts to make this even better! It isn't easy and I probably won't have it done tonight. My goal is to have it done by tonight! However, I never had these features before, so I'm learning how to implement them without errors!
Here's a sample of the new addition!
Make some requests. I'll see what I can do!
Features will vary from device to device. The Amaze does not need an ADB Sideload feature. I'm using my Amaze source to mess with the new add ons.
This will not be done tonight. It's taking a lot of time to write this and it's giving me some errors.

[Q] [SURVEY] CWM: Additional Options - Your Developers Need You :)

Hi Folks
{
"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"
}
As you may or may not be aware, I have been working on get CWM Recovery working on the Gen9's and basically make the layout of the Filesystems etc reflect some sort of Android Standard, In SDE mode at least. This is coming along nicely and I should be ready to kick out a Early Beta in the Next Couple of Weeks.
I would like to gather some input on any additional options people who like to see in CWM, Basically CWM Recovery Comes with a standard set of features but they maybe options that you have found useful on Device's you have had in the past etc.
I already plan to make it possible to boot into all modes on the device, that Archos Recovery, Archos Android, SDE Android and SDE CWM Recovery.
So Yeah, Give me Ideas and I'll seen If I can accomadate them
NOTE: Obviously We are just getting started on this and alternative recoveries will come in time, TWRP for example but one thing at a time eh :good:
Okay, Here's a currently "wishlist" of feature I think would be quite useful
Archos Specific Features
Include Stock Repair and Recovery Options
Include Stock Developer Edition Options
Reboot to Stock Recovery Option as a Fail Safe.
Reboot Stock Android
Flash Archos aos update
Upgrade Existing SDE Images to new structure
An the list goes on.....
Print system Properties
Print dmesg
Resize Partitions
Manage FS Image Location ( mainly nice to have on HDD Version I suppose )
Backup to Sparse Image ( I'm sure CWM5 Nandroid did this with ext4 partitions, god knows why they changed to a default choice between tar archives or dup differential blobs, What If I just a single portable file for my data partition backup!! )
Start Fastboot support ( could be useful for flash images rather the 'ffing around with edify scripts and update zips )
Power Off ( Suprisingly not include by default )
Full Touch Support with on screen keyboard and command line
I think those features will do nicely but If anyone has anymore then get involved!
The nandroid backup interests me a lot... its always nice to be able to "return" to when it was working if anything breaks.
Im watching this thread with interest good luck!!
TrOjAn
Maybe an ability to mount the whole system through usb? So one could DD clone the whole memory chip to PC. That could recover some bricks.
trevd said:
Resize Partitions
Click to expand...
Click to collapse
I'm not sure if this would be actually usefull for flash partitions (one-time update.zip flashing should be enough)
trevd said:
Start Fastboot support ( could be useful for flash images rather the 'ffing around with edify scripts and update zips )
Click to expand...
Click to collapse
But fastboot works on the bootloader level
gen_scheisskopf said:
I'm not sure if this would be actually usefull for flash partitions (one-time update.zip flashing should be enough)
But fastboot works on the bootloader level
Click to expand...
Click to collapse
Hi There,
I think, You've got your wires crossed None of this is related to letama CWM Recovery./ If you haven't already you may want to have a read of this thread in the development section I won't go into details here because It's all in there!
I well aware of how fastboot works but to supporting the fastboot protovol allows the same workflow when it come to work with the AOSP source as any over device. which is
Build Rom
Flash the Partitions with fastboot
Reboot Into Rom.
???
Profit
When you control both ends of the conversation, We are free to do as we please.
Any news ... are there any files to do some testing?
shalkam said:
Any news ... are there any files to do some testing?
Click to expand...
Click to collapse
Would you mind reading... ???
trevd said:
If you haven't already you may want to have a read of this thread in the development section I won't go into details here because It's all in there!
Click to expand...
Click to collapse
Follow the link and you are there.
Regards,
scholbert
Flash splash screen?
Swiped from my Galaxy Nexus using Tapatalk 2

[toolbox] OnePlus One Toolbox

How to use by TK
{
"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"
}
Whats new in V6
Updated TWRP to 2.8.6.0
Updated SuperSu to 2.46
Easily copy SuperSu to your Device with “Prepare”
This version don’t come with CM. You can download CM12S and flash with Recovery. Click here for more details
Features
Lock/Unlock Bootloader
Install Custom Recovery (CWM, TWRP & Philz)
Install Stock Recovery
Root Device (Manual)
Note
Please download V6 if you are going to Unlock bootloader, Root, Change Recovery. Because others include CM11S installation files which is huge.
Download Link:
Click Here
Hints (Manual)
Enter fastboot mode: Turn the phone off. Hold volume up + power until the "fastboot" screen appears.
Make sure you have drivers installed.
Looks good!!! Can i do a feature request? Can you add "flash stock img" in newer versions? Thanks in advance.
acuicultor said:
Looks good!!! Can i do a feature request? Can you add "flash stock img" in newer versions? Thanks in advance.
Click to expand...
Click to collapse
You mean latest CM11s?
alex.inthi said:
You mean latest CM11s?
Click to expand...
Click to collapse
I mean full stock rom cm11s no matter which version, i think only XNPH22Q. Is available for flash using fastboot commands.
http://forum.xda-developers.com/showthread.php?t=2765455
acuicultor said:
I mean full stock rom cm11s no matter which version, i think only XNPH22Q. Is available for flash using fastboot commands.
http://forum.xda-developers.com/showthread.php?t=2765455
Click to expand...
Click to collapse
Now you can install CM11S. v2 is up.
alex.inthi said:
Now you can install CM11S. v2 is up.
Click to expand...
Click to collapse
Thanks, you are so fast!!!!
I did not understand if the phone goes offline when it is still turned off and then turn it on in fastboot mode manually.
pablomoreno said:
I did not understand if the phone goes offline when it is still turned off and then turn it on in fastboot mode manually.
Click to expand...
Click to collapse
Turn off the device, then enter fastboot mode (bootloader), connect usb, profit.
Hello
Hello;
i have a Oneplus 64Go.
I have donwload your toolbox.
When i click in Boot Fastboot
The Phone reboot.
and i ask a question in chinese , i click left and then the phone reboot and my phone is whip
Best regard.
Toufic
toufic48 said:
Hello;
i have a Oneplus 64Go.
I have donwload your toolbox.
When i click in Boot Fastboot
The Phone reboot.
and i ask a question in chinese , i click left and then the phone reboot and my phone is whip
Best regard.
Toufic
Click to expand...
Click to collapse
Looks like you just unlocked your bootloader... It's standard procedure is to wipe the phone after that.
Hi! When I start this tooblox and check if the device is attached, I see that it is. But when in fastboot mode, it's not. Help please.
Regards
SWEEEEET NICE :good:
Might be a dumb question, but can this also add support to install color os?
Windows only? It seems to be nohting more than tool that executes adb and fastboot commads, but should be useful for newbies
I can't use Google Play after rooted the phone.
Recovery: CWM
Any help?
Thanks.
Why is the file over 400MB big?
Linux4ever85 said:
Why is the file over 400MB big?
Click to expand...
Click to collapse
App, tools, system image (cm ROM), I think...
Sent from my Sony Xperia™ Z using Tapatalk 4
Would routing wipe my phone and is there any advantages in unlocking the boot loader... Sorry I'm coming an S3 rooting was very simple on it!
Great job OP! It only took me 10 minutes from downloading, to unlocking the bootloader and flashing a Custom Recovery. Thanks
jojohnson250 said:
Would routing wipe my phone and is there any advantages in unlocking the boot loader... Sorry I'm coming an S3 rooting was very simple on it!
Click to expand...
Click to collapse
Yes, unlocking the bootloader then rooting the device will wipe it. You can perform a back up first though. The advantages of rooting are many, to numerous to list here but put simply it allows you to change just about every facet of the phone.

Categories

Resources