[guide]how to root alcatel ot-995 aka ultra stock ics - Android Q&A, Help & Troubleshooting

I found a Method how to root the OT-995.
1. Activate the Developer Options
2. Connect the OT-995 via USB to your Computer
3. Install the Driver (if you haven't it )
4. Copy the root file (e.g. Update.zip) to your the folder of your SD-Card
5. Boot your OT via ADB in Fastboot (Adb reboot fastboot)
6. Download the newst ClockworkMod.img and flash it via Fastboot (fastboot flash recovery *the folder of the recovery.img*
7. Try "fastboot recovery"
8. Now ure in the Recovery Mode. Flash the root file (update.zip)
9. Reboot
10. Finish.
Sorry for my bad english, i'm only 16
Sent from my HTC Desire using XDA Free mobile app

Related

[Q] Rooted XPS being not able to install CWM

My XPS is ROOTED w/o unlocking bootloader.
I follow the following instruction to install CWM on my XPS.
However, I got stuck when typing the cmd comment.
It kept telling me the device is not rooted, but Im certain on the fact that
my XPS is rooted since I have superuser, RE, Titanium backup.
PS: I am using Generic CH (1257-3740) XPERIA S LT26i ROM (6.1.A.0.452)
How to Install Doomlord’s ClockworkMod Recovery on Xperia S
Download the Doomlord CWM Recovery image (download link here) and the Wi Fi Module for Doom Kernel (download link here) and place the same to the computer.
Go and rename the “S-DooMKernel-v01_kernel.elf” file into “kernel.elf”.
Copy the file renamed on the same folder with ADB / fastboot.
Take your phone and its USB cord and by using both connect it with the computer.
Copy-paste the “S-DooMKernel-v01-Modules.zip” file from the PC to the Xperia S SD card.
Disconnect the smartphone from the computer.
Reboot it by entering in fastboot; press the Volume Up button while connecting the phone with the PC.
On the computer open command prompt (Start -> run -> cmd) and enter the command: fastboot flash boot kernel.elf. If this isn’t working try with: fastboot -i 0x0fce flash boot kernel.elf.
The handset should reboot.
When you see the light turn blue hold the Voluem Up button. The Xperia S will enter in recovery mode.
In the recovery menu select “install zip from sd card” and pick the file copied there on step 3.
The installation procedure should begin. Don’t press anything as the process might take up to 10 minutes to complete.
In the end, from the recovery mode menu select “reboot system now” and you are done.
There you have it; that was the easiest and fastest way in which you can learn how to install Doomlord’s ClockworkMod Recovery on your Xperia S smartphone. Do tell us if there were problems on your way, of if you had issues in understanding one of my directions. Now you can go and update your Xperia S with the lasts ROMs available. Take a look and see if the Cyanogen Mod 9 Ice Cream Sandwich ROM is what you are looking for.
Waiting for someone else to confirm this method. You should post it on General or maybe Dev section, to attract more attention.
Sent from my LT26i using Tapatalk 2
or is there any other method to get CWM???
thx for replying tho
xdewtr said:
My XPS is ROOTED w/o unlocking bootloader.
Copy the file renamed on the same folder with ADB / fastboot.
Click to expand...
Click to collapse
fastboot needs unlocked bootloader
/thread

Canvas 4 A210 Flashing Custom Recovery Via FASTBOOT

Today i was finding the method to root My friend's Micromax Canvas 4 A210, i downloaded the many files and drivers for rooting but unable to do so, then i tried SP Tool too, but unable to flash recovery, the problem is with the drivers, Then i found that this device has fastboot mode, we just need a custom recovery for rooting any android phone then just install superuser or supersu via that custom recovery. then i boot this device is fastboot and flash the custom cwm recovery. so i just want to share this with all of you, because i didn't found this method anywhere.
Files Required:
1. Fastboot
2. CWM Recovery for canvas 4 (should be *.img format )
3. Superuser/Supersu zip
Google them and you will find them.
Steps:
1. Reboot the device in the fastboot mode.
2. Connect the device with PC
3. Copy the recovery.img in the fastboot folder.
4. The press SHIFT and right click in the folder and select open command prompt.
5. Now check whether PC is recognize the device or not by executing command :
Code:
Fastboot devices
6. Above command will show you the fastboot devices connected to the pc.
7. Now flash the recovery, by command:
Code:
Fastboot flash recovery Name_of_recovery.img
8. Now reboot the device in the recovery mode and install supersu.zip / superuser.zip via recovery.
below is the video i created, might be a little blurry.
https://www.youtube.com/LapoLdLSHN0
HELP
I think i flashed wrong twrp recovery on my micromax canvas 4 A210. Now the phone boots up but i cant access the storage, neither internal sd card nor external. The sim is also not getting detected. Please help.

[GUIDE] Manual Rooting and Recovery Instalation for HTC Desire 816g Dual Sim

You can root your HTC desire 816g mt6582 (not the octa-core version) manually by flashing a recovery and then using the flashable SuperSU zip file.
This process worked for my device and I am not responsible for any harm caused by this process to your device.
Requirements:
1. Android SDK or minimalistic ADB & Fastboot
2. Recovery image
3. SuperSU package
4. Patience
Download CWM recovery from the link given below:
https://drive.google.com/file/d/0B4bhG1oL3GeKZ3ZBMW53bW9NWUE/view?usp=sharing
Download SuperSu package and place it in root folder of SD card. (Not in Internal memory as CWM recovery for this device doesn't access internal memory for now.)
https://download.chainfire.eu/696/supersu/
Installation Steps:
1. Connect device in debugging mode to your PC/system with adb and fastboot tools.
2. Use the below command to boot into fastboot mode:
adb reboot bootloader
3. Use the below command to flash the downloaded recovery image to device:
fastboot flash recovery Name_of_recovery_file
4. After flashing recovery you have to use the hardware keys to boot into recovery.
5. Use the volume buttons to navigate in recovery and power button to select an option.
6. Select option "Install from SD Card"
7. Select the SuperSu package in SD card.
8. Confirm the installation.
9. If the installation is successful reboot your device and you should see the SuperSu app in the device's App Drawer.
Download link for minimal adb and fastboot
https://www.androidfilehost.com/?fid=24052804347803384
N.B.
If you only want to install custom recovery then follow installation instructions till step 5 and reboot.
Install Recovery for only one boot
Some users may not want to install custom recovery over stock but have to use custom recovery for flashing. They can change the command in Step 3 to this new command and proceed.
fastboot boot recovery Name_of_recovery_file
Please go through the steps carefully before proceeding.
All the best.
Proceed with caution and only if you know the risks of anything going wrong.
Sam63 said:
You can root your HTC desire 816g mt6582 (not the octa-core version) manually by flashing a recovery and then using the flashable SuperSU zip file.
This process worked for my device and I am not responsible for any harm caused by this process to your device.
Requirements:
1. Android SDK or minimalistic ADB & Fastboot
2. Recovery image
3. SuperSU package
4. Patience
Download CWM recovery from the link given below:
https://drive.google.com/file/d/0B4bhG1oL3GeKZ3ZBMW53bW9NWUE/view?usp=sharing
Download SuperSu package and place it in root folder of SD card. (Not in Internal memory as CWM recovery for this device doesn't access internal memory for now.)
https://download.chainfire.eu/696/supersu/
Installation Steps:
1. Connect device in debugging mode to your PC/system with adb and fastboot tools.
2. Use the below command to boot into fastboot mode:
adb reboot bootloader
3. Use the below command to flash the downloaded recovery image to device:
fastboot flash recovery Name_of_recovery_file
4. After flashing recovery you have to use the hardware keys to boot into recovery.
5. Use the volume buttons to navigate in recovery and power button to select an option.
6. Select option "Install from SD Card"
7. Select the SuperSu package in SD card.
8. Confirm the installation.
9. If the installation is successful reboot your device and you should see the SuperSu app in the device's App Drawer.
Download link for minimal adb and fastboot
https://www.androidfilehost.com/?fid=24052804347803384
N.B.
If you only want to install custom recovery then follow installation instructions till step 5 and reboot.
Install Recovery for only one boot
Some users may not want to install custom recovery over stock but have to use custom recovery for flashing. They can change the command in Step 3 to this new command and proceed.
fastboot boot recovery Name_of_recovery_file
Please go through the steps carefully before proceeding.
All the best.
Proceed with caution and only if you know the risks of anything going wrong.
Click to expand...
Click to collapse
Hello bro I want help please my device desire 816G dual 8692 I flashed twrp recovery but seems not good recovery (not fully working) and now I wiped system and no os I'
In my phone. I want please any good recovery as flash.zip to replace with currently one because not able to flash Roms and don't know how to flash any recovery without os in my phone :crying:
Use sp flash tools
medo sator said:
Hello bro I want help please my device desire 816G dual 8692 I flashed twrp recovery but seems not good recovery (not fully working) and now I wiped system and no os I'
In my phone. I want please any good recovery as flash.zip to replace with currently one because not able to flash Roms and don't know how to flash any recovery without os in my phone :crying:
Click to expand...
Click to collapse
You will have to use sp flash tools and flash your stock rom first. This is a mediatek device and I have not been able to flash recoveries through zip file but i use mtk tools. You can find a bugless twrp for your device ie:htc desire 816g mt6592 octacore version. The link is given below:
http://forum.xda-developers.com/desire-816/development/twrp-3-0-recovery-htc-816g-dual-sim-t3310931
not loading the recovery image
it is showing
error: cannot load HTC-Desire-816G-Dual-Sim_MT6582_CWM_recovery
\\
what to do plkz help- me
hey i need help in adb its showing partition 'recovery' does not support flash.
What should i do?

No Recovery and can't root Lava X81

I'm using Lava X81 and i want to root my phone but can't roor with kingroot or many others also no recovery available for my device please help me:crying:
I am also using Lava x81 facing same problem
[ROOTED] Lava X81 using Magisk Manager by patching stock boot image (No TWRP)
Who said this method to us ?
aIecxs, XDA Senior Member from Germany
https://forum.xda-developers.com/member.php?u=7285913
Thread Link :
https://forum.xda-developers.com/android/help/helproot-lava-x81-t3620166
Thanks alecks!!!!
------------------------------------------------------------
Youtube Video Assistance:
Video Name: How to root Android using Magisk Manager & stock boot.img
Channel : Hovatek
------------------------------------------------------------
REQUIREMENTS :
(0) Unlocked Bootloader
To unlock bootloader in Lava X81 by Fastboot mode use the command
fastboot oem unlock #unlock bootloader via fastboot mode
{{{{{ NOTE: Unlocking bootloader in Lava X81 will erase all the user data. So please take a backup before unlocking bootloader. }}}}}
(1) Stock boot.img for your phone model (its best its for your Build Number / Variant ) . You can extract from the stock rom / firmware of your device (you may check our collection at https://forum.hovatek.com/forum-89.html ) OR backup from your device using a hardware box e.g Miracle Box, CM2, Nck Box Pro etc
(2) Download Latest Magisk Manager {Currently 7.3.0 (220)}
(3) Active internet connection on your Android device
(4) A windows 10 Laptop
---------------------------------------------------------
INSTRUCTIONS :
Step 1: Patching the stock boot.img
1. Install Magisk Manager 7.3.0 (220) APK on your android device.
2. Copy the stock boot.img of Lava X81 to your phone's internal storage or SD card whereever you want (Internal Storege\Dowloads is the better option)
3. Launch Magisk Manager app and check for latest updates. After the updates you will see that Magisk Manager is up to date.
4. Then, Select (Magisk is not installed. Latest 19.3 (19300)) Install > (Install Magisk) Install > Select and Patch a File >
5. Navigate to the location of the stock boot.img you copied earlier on (select Dowloads option or in my case, I used ES File Explorer File Manager), then Select it
6. Magisk Manager should begin downloading the magisk zip file for our arm64-v8a Device platform.
7. Once download is complete, MagiskManager will automatically patch the boot file and store it under
/storage/emulated/0/Download/magisk_patched.img
(Then I renamed it as "patched_boot.img" for our convenience)
Step 2: Flashing the patched boot.img
Among a variety of options to flash, I preferred Fastboot method
(0) Connect your Lava X81 one or two times to the PC (for preinstalling drivers)
(1) Boot your Lava X81 into fastboot mode.
(2) Open platform-tools_r28.0.1-windows.zip file
(3) Simultaneously press Keyboard's Shift key and Right click on the mouse, to open PowerShell window
(4) On the PowerShell use the following codes to flash:
Starting from phone's normal usb debugging mode,
adb devices #Ensures your phone connectivity in ADB (Android Debug Interface) mode via USB Debugging
adb reboot-bootloader #Reboot your phone to Fastboot Mode from ADB
fastboot devices #Ensures your phone connectivity in Fastboot mode
fastboot getvar unlocked #To check whether the bootloader is unlocked or not. It should be unlocked to proceed further
fastboot flash boot patched_boot.img #Flash the Magisk Patched Boot image file in Fastboot Mode
fastboot reboot #Reboot to the system from exiting Fastboot Mode
(5) Congrats and check with a Root checker app for root status. While checking for root status itself pop out for root permission.
--------------------------------------------------------
Proofs and All the necessary files as a zip file - MediaFire Link
Root Lava X81 using Magisk Manager by patching stock boot image (No TWRP)
http://www.mediafire.com/file/zjb78878i52865c/Root_Lava_X81_using_Magisk_Manager_by_patching_stock_boot_image_%2528No_TWRP%2529.zip/file

How To Guide Guide to root, convert rom from cn to global or else, fix Finger Print after root and Unbrick phone

I. Link to download rom
- Global version: https://help.redmagic.gg/hc/en-us/articles/5110059449113-REDMAGIC-7
- China version: https://ui.nubia.cn/rom/detail/72
II. File need to work (google for it pls)
1. Driver for adb and fastboot and install it on pc
2. Platform tool
3. Payload dumper
4. Magisk mask APK
III. Unpack rom to get require file
1. Download rom same with your version (CN or Global)
2. Using winrar or 7zip to unpack file rom to get payload.bin file
3. Using Payload dumper to dump payload.bin
4. After dumping u will get boot.img; recovery.img
IV.Unlock bootloader
1. Unlock developer mode on phone
2. Settings -> Developer Options -> OEM unlocking
3. Connect phone to PC
4. On PC using platform tool -> open CMD on folder platform tool
5. Using command:
adb reboot bootloader
fastboot flashing unlock
(accept unlocking voiding warranty, etc by pressing volume down and power)
V. Root
1. Require boot.img from step III and unlock bootloader from step IV
2. Copy boot.img file to phone
3. Install Magisk mask APK
4. Using Magisk mask to path boot.img file
5. After path u will get file path in download folder on your phone
6. Copy that path file from phone to pc paste it on platform tool folder
7. Rename file to boot.img
8. Open CMD on folder platform tool and using following command:
adb reboot bootloader
fastboot flash boot boot.img
VI. Convert rom from CN to Global or Global to CN
From Cn to Global should using Global version Asia (EU not testted)
U should wipe data before doing this
0. Connect phone to PC
1. Open CMD on adb folder
2. Command 1 by 1:
adb reboot bootloader
fastboot flash recovery recovery.img
( Flash recovery.img file unpack from rom
* if you want convert from CN to Global then flash recovery.img file of Global version rom
* if you want convert from Global to CN then flash recovery.img file of CN version rom)
3. After done command:
Fastboot reboot
*wait reboot done
adb reboot sideload
4. Copy rom file (*.zip) to platform tool folder rename it to rom.zip file (Copy version u want to flash)
adb sideload rom.zip
Waiting it done and reboot
VII. Unbrick phone
It only work if u can get fastboot mode
1. Flash recovery.img unpack from same version rom factory rom u phone using (CN using CN; Global using Global)
2. Go to recovery mode
3. Go to adb sideload mode
4. Flash rom with adb sideload (read step VI)
Waiting it done and pray it back to life again
VIII. Fix FingerPrint after root
1. Buy any calibrate tool u can get on your country (im using relife RL-071 tool)
2. On dial using code *#9959#
3. Press START
4. Then follow video
After recalibrate done u should reboot phone and check
I prefer u should wipe data to it work correct
It works! I have successfully rooted and recalibrated the fingerprint reader.

Categories

Resources