{
"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"
}
1. Power off your device and go to fastboot mode
First press power button and volume up button at the same time, now you enter into boot mode
Now go to fastboot mode by pressing volume up button for navigation and volume down button for select
2. Download this file and extract it
3. Now connect your mobile through PC and open downloaded file folder, press shift key + right mouse button now go to open command window here
4. Now command window open now all task done in command mode
Type fastboot boot recovery.img
5. Now you enter in philz recovery mode in this go to mount and storage then press mount /system
now type in command window adb root
now type adb remount
now type adb pull /system/build.prop
6. Now go to downloaded file folder in this folder you see build.prop file open this file in Notepad++ and find ro.build.type by press ctrl+f Note: don’t close the command window
7. Now you see user after ro.build.type edit user to userdebug and save it
8. Now go to command windows and type following command
Type adb push build.prop /system/build.prop
Now type adb shell chmod 644 /system/build.prop
Then type adb reboot
9. Now the device has reboot when device booted go to developer option, then find drawing category, then enable multi window option now you can use multi window option.
Source
error:device not found after the command adb root.. i have installed the latest drivers. whats wrong?
Does this will root our device also.?
If this method also root our device then is there any method by which we can get multi window without root?
This processes hard bricked my android one device
I'm follows this process after that my phone hard bricked ( not booting or charging ) how I recover from this hard brick
What of rooted device ?
Any quick method?
Related
Windows users should already have :
<<adb drivers>>
{
"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"
}
and
<<usb drivers>>
------------------------------------------------------------------------------------------------------------------------------------------------------
so u did root. u unlocked bootloader. u flashed a recovery and u installed a new rom. one day u start "digging" things to see if u can delete all the unwanted files so u make the phone faster and accidentally u deleted an important file and now it cant boot and it cant go into recovery. you are wondering what you CAN do now ! The answer is : Everything !
You can either go back to stock rom or
you can re-flash the recovery and then reinstall the rom.
1. Download the platform tools for your machine ( windows , linux or mac-os ). Here i have the adb fastboot for you.
2. Copy the recovery image to a location on your computer thats easier for you. The recovery image should have .img extension. If it is in a zip file, extract the .img file from it before proceeding.
3. Connect the phone to the pc and open cmd inside the fastboot folder you downloaded ( windows ). The others not on windows must use cd [path to their desktop,inside the platform tools where they see the adb file].
** If you are on a boot loop but the pc gets to recognize the phone even for a second then
4. Type
i) adb reboot-bootloader
ii) fastboot flash recovery recovery.img ( the command is: fastboot flash recovery [recovery image path/filename] )
5. When its done , reboot. Hold Volume down and power button to see if u get in recovery mode. :highfive:
Install the rom now the way you already know. There are many guides for that so i won't make a new.
cheers :good:
**Windows users can use this fastboot to unlock bootloader too. Lite fastboot commands guide provided here
**Linux users don't even need to download it , they can just directly download it from their terminal
I hope this thread helps a little those that dont know what to do when they delete an important file. *Pictures coming soon*
GOT TROUBLE WHILE INSTALLING A RECOVERY? GET A WORKING TWRP RECOVERY AFTER 2 MINUTES ON YOUR XPERIA LOLLIPOP/MARSHMALLOW DEVICE::good:
open any root explorer app like ES FILE MANAGER
Delete /system/etc/mm_twrp_recovery folder
Go to /system/bin/ folder
Look for the "chargemon.stock" file - If it's present, delete this one: chargemon - and now, rename the chargemon.stock to chargemon
Look for the "taimport.stock" file - If it's present, delete this one: taimport - and now, rename the taimport.stock to taimport
Reboot
download "recovery fix.zip" from mega.nz
extract the file and run "adbrecoveryfix.exe" the .exe file will install some needed files (normally into C:\Minimal ADB and Fastboot\ )
copy the files from the folder "RECOVERY FILES" into the "Minimal ADB and Fastboot" Folder
connect your xperia with the pc
open the "m a a d" folder and then SHIFT+RIGHT CLICK to open a command window
now type:
adb shell
su root
mount -o remount,rw /system
exit
exit
install.bat
Click to expand...
Click to collapse
:victory:
don´t forget to press enter after "adb shell", "su root" and so on!
now your recovery will install again without any errors!
Another simple Method: thanks @meer_mortal
Delete folders and rename chargemon etc
Plugged phone into computer with dev settings, debugging etc
Open root explorer to make / -RW
Run install.bat with CMD
Boom! MM with TWRP
To get in into recovery reboot press down after green LED
Click to expand...
Click to collapse
DOWNLOAD:
https://mega.nz/#!NoVSlK5T!CPJDueW8nXiHEv-jjqo7U-CrrEa1nE2JTE8mWjn3NEs
Do not reupload or share wihtout my permission pls!
the recovery zip file isn`t flashable! it contains the needed adb drivers + the recovery files
Placing the recovery files correctly should look like this:
{
"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"
}
reserved
Youtube tutorial available soon
missing file?
Hi,
The command: su root results in su: not found.
Thanks,
Tim
tfcarlin said:
Hi,
The command: su root results in su: not found.
Thanks,
Tim
Click to expand...
Click to collapse
does your folder look like this?
https://postimg.org/image/6p58zcjn3/
tfcarlin said:
Hi,
The command: su root results in su: not found.
Thanks,
Tim
Click to expand...
Click to collapse
Maybe your antivirus blocking some files, just check it
freaky2xd said:
does your folder look like this?
Thanks, yes my folder looked like that. For better or worse I'm pass this point now so can't test. Thanks for the help!
Click to expand...
Click to collapse
wich TRWP version is on this fix?
not working for me.
recovery not working . I reboot the phone green notification lights up then pressed vol. down button, but no luck . pls help . THANKS...
Guys does anyone have a mirror to the mega link? It's expired
How To Unlock Bootloader Of YU Yureka Black
{
"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 a short tutorial to explain how to unlock Bootloader of YU YUREKA BLACK
REQUIREMENTS :
1. YUREKA BLACK Phone
2. Download USB Drivers From Here . USB Drivers Windows & Install It on Your Machine.
3. ADB & Fastboot Drivers Installed In your Machine.
a. ADB & Fastboot Driver For Windows
b. On Linux Machine Run these commands to Install ADB & Fastboot Drivers
"sudo apt-get install android-tools-adb && sudo apt-get install android-tools-adb"
PROCEDURE OF UNLOCKING BOOTLOADER :
1.Connect your device in ADB Interface & from CMD run " adb reboot bootloader" Command to enter Fastboot Mode.
2.Once Device is in fastboot mode verify availability of Device in fastboot mode by running "fastboot devices" command in cmd.
3. Run "fastboot oem unlock-go" to Unlock the Bootloader of YUREKA BLACK.
(You can also run "fastboot oem unlock-tinno" this command will not wipe your data)
4. After running above command device will boot into recovery mode and data will be wiped automatically .
5. Once data is wiped device will automatically reboot to system with unlocked Bootloader.
6. Now u can flash TWRP - Official TWRP for YU Yureka Black
Amazing share dev, keep up to great work as always
Not able to enter fastboot
Hi,
Following works
"adb devices"
"adb reboot recovery"
However when I do
"adb reboot bootloader"
device restarts and gets stuck at "YUREKA BLACK" "POWERED BY android".
Also when I start device with Volume Down+Power button, I get into FFBM.
It just has variety of test options and no boot to bootloader/recovery.
Two button at bottom are shutdown and reboot.
Device is manufactured in 2019.
Any ideas how to get into bootloader mode.
Edit: Solved, issue with driver in fastboot mode.
I will try to describe exactly what I did. I warn you that if you want to repeat this, then do everything at your own risk!
Original message
1. The cleanest installation possible
We do a COMPLETE cleanup and format the DATA in TWRP not lower than version 3.4... then reboot into bootloader and connect to the PC with a good cable. Run Fastboot on the PC in the command line in turn enter the following commands:
fastboot devices
fastboot erase all
fastboot reboot bootloader
2. Install motoXT1799-2_GLOBAL_2021.02.20_oreo.zip
Use the firmware from here: motoXT1799-2_GLOBAL_2021.02.20_oreo
3. Install Magisk
The latest version of Magic-v22.0.apk must be installed and Magisk-v22.0.zip
4. Go to the developer menu
In the developer menu, we give permissions to unlock the OS bootloader, as well as give permission to debug via USB.
5. Run adb Fastboot on the command line
The phone must be connected to the PC via USB. We enter the command adb devices on the smartphone, a dialog box should appear to allow debugging this device or something like that, respectively, we give permission.
Next, we reboot into the bootloader with the command adb reboot bootloader
6. Blocking
Previously, we copy the stock recovery.img to the folder with adb Fastboot
Enter the commands:
fastboot flash recovery recovery.img
fastbo fastboot flashing lock
We reboot into the system.
7. Delete Magisk as unnecessary
To do this, go to the program select delete see two items select first "restore partitions or something like that" then delete.
8. Do a factory reset
If everything is done correctly, we get a device with Oreo Android 8.1.0 as if it came out of the factory.
{
"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"
}
So, after trying more than a few methods I finally gained root on my TA-1066.
If you also wanna root, here is how:
To Root Nokia 1 (TA-1066) (Pie - Android 9) (Dual SIM)
What you're gonna need:
Working PC,
Some Packet Data,
Some knowledge of ADB & Fastboot commands,
Some storage space for storing Back Up of your phone,
and a Working Brain
WARNING!! ☠I am not responsible for anything goes wrong to your phone by following the steps mentioned in this method. So, please do anything with care and if you don't know what is this, simply Stay away!
Make a Backup Of your phone's Data:
Please make a Back Up of your data stored in your phone tp a safe place in your PC or somewhere in a disk. So, if anything goes wrong you can retrive it back from there.
Now Follow these steps:-
Download attached ⬇ boot.img & keep it in your phone, we'll use it later.
Root boot.img using Magisk:
Download Magisk v25.2 from here.
Install Magisk app and open it.
Tap Install.
click Next.
click Select and Patch a File.
Select boot.img that you downloaded.
click Let's Go. (let the process complete)
Now rooted boot image will be stored in Download folder of your phone, move it your PC.
Install adb and fastboot into your PC
Download the setup file from here.
Unzip and Run it as Admin.
Tap Next until it installs.
Enable developer options and turn on USB Debugging
Goto Settings > System > Advance > About phone > Tap on Build number 7-8 times.
Go back and Tap Developer options > (scroll down) Turn On USB debugging.
Now connect your phone to your PC using USB Data Cable.
A prompt will appear asking permission, Tick Always allow from this computer and Tap OK.
{
"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"
}
Let the USB Data Cable connected and follow below steps.
In your PC open CMD and start typing these commands:
Confirm that your device is connected:
adb devices
get your serial number by entring this command:
adb shell getprop ro.serialno
calculate md5 of the serial number using this site: https://passwordsgenerator.net/md5-hash-generator/
it'll look something like this D4423199AC65U1237C86D0E6BBF65243M
Reboot to bootloader:
adb reboot bootloader
Unlock using key (md5code=md5 of your serial number):
fastboot oem key md5code
Reboot and Turn on OEM Unlocking:
Settings > System > Advance > Developer options > Turn on OEM Unlocking
Reboot to bootloader:
adb reboot bootloader
Open Device Manager in your PC and follow this video below:
after doing as in video open CMD and type:
fastboot flashing unlock
Quickly press Volume Up button of your phone to unlock flashing.
Flash patched/rooted boot image. (boot.img = patched boot.img path in your PC)
fastboot flash boot boot.img
Reboot your phone to system.
fastboot reboot
Congratulations your Nokia 1 is now ROOTED!! Enjoy!!Hit thanks button if you liked the process.
Feel free to ask any query.
CREDITSMethod taken from this thread by @androidlover5842 , some changes made by me.Thanks @Snoop05 for ADB and Fastboot.Thanks @savadam for video tutorial.
and Me