Forgot lock of my device, recovery without dataloss - Oppo Realme 2 Questions & Answers

Help! i forgot lock of my oppo realme 2,is their any way i can recover my device without dataloss i went to service center they said data will be lost , i have my gmail account login on that device and PC too ,data in it is very important

In twrp delete locksettings.db using twrp's file manager

aradalien said:
In twrp delete locksettings.db using twrp's file manager
Click to expand...
Click to collapse
device is not rooted and usb debugging can be turned on without unlock

You cant get the data back if your bootloader is locked thats for sure, as unlocking it wipes data

Related

Forgot my unlock PIN

Hello, I have a
Nexus 5, bootloader unlocked on kitkat 4.4
I somehow forgot my new 4 digit unlock PIN i put right before I went to sleep.
I can't connect to my phone with the USB, doesn't show any files. Neither it has usb debbuging on.
I've entered PIN over 500 times but i still dont have "Forgot PIN/Password/Pascode" button.
I CAN'T , in no possible way wipe my data because the items i have there are crucial for me.
If there is nothing I can do then ill go hang myself.
Thanks
If your bootloader is unlocked you can flash a custom recovery, then pull your data from there using adb.
If your data is so crucial, maybe next time the best thing to do is keep backups and/or don't solely keep it on a mobile device.
Elluel said:
If your bootloader is unlocked you can flash a custom recovery, then pull your data from there using adb.
If your data is so crucial, maybe next time the best thing to do is keep backups and/or don't solely keep it on a mobile device.
Click to expand...
Click to collapse
i don't have usb debbuging on.
Smexhy said:
i don't have usb debbuging on.
Click to expand...
Click to collapse
USB Debugging is completely irrelevant. It is ONLY used for adb while in Android. NOT fastboot while in the bootloader or adb while in recovery.
Elluel said:
USB Debugging is completely irrelevant. It is ONLY used for adb while in Android. NOT fastboot while in the bootloader or adb while in recovery.
Click to expand...
Click to collapse
can i pull using the method you suggested the GOOGLE KEEP with it's content?
If i flash a recovery, will i be able to flash back to stock with no recovery for warranty purposes?
Smexhy said:
can i pull using the method you suggested the GOOGLE KEEP with it's content?
Click to expand...
Click to collapse
In a custom recovery you have access to the entire /system and /data partitions once you simply mount them.
1. Boot into the bootloader
2. Flash a custom recovery using fastboot
3. Boot into recovery
From there on you can either use adb pull to retrieve files in your Internal Storage, pull app data if you know how, or remove the set lockscreen PIN/whatever itself.
---------- Post added at 20:50 ---------- Previous post was at 20:46 ----------
Smexhy said:
If i flash a recovery, will i be able to flash back to stock with no recovery for warranty purposes?
Click to expand...
Click to collapse
You won't flash to "no recovery". There is a stock recovery (you can only really wipe data/cache from it hence the need for a custom one).
Technically you voided warranty when you unlocked the bootloader and triggered it's tamper flag, but it is easy to reset and relock after you finish doing whatever you want to do and reflash factory images.
Elluel said:
In a custom recovery you have access to the entire /system and /data partitions once you simply mount them.
1. Boot into the bootloader
2. Flash a custom recovery using fastboot
3. Boot into recovery
From there on you can either use adb pull to retrieve files in your Internal Storage, pull app data if you know how, or remove the set lockscreen PIN/whatever itself.
---------- Post added at 20:50 ---------- Previous post was at 20:46 ----------
You won't flash to "no recovery". There is a stock recovery (you can only really wipe data/cache from it hence the need for a custom one).
Technically you voided warranty when you unlocked the bootloader and triggered it's tamper flag, but it is easy to reset and relock after you finish doing whatever you want to do and reflash factory images.
Click to expand...
Click to collapse
Ok, thanks for helping me. I feel much calmer now
Ok, i've got into the recovery. How do i erase the lock pin?
Nevermind, used this link to solve the problem
http://www.androidfanclub.net/2014/03/reset-android-pattern-lock-password-without-erasing-data.html
I'm not certain of any conditions that you need to have fulfilled in the past but try this. On any computer go to https://www.google.com/android/devicemanager login using the Google account that is used for the device and you should be able to see your device. Click on "Lock" and you get:
New lock screen
Your current lock screen will be replaced with a password lock. Don't use your Google account password.
New Password
Confirm password
Recovery message (optional)
That gets sent to the N5 as the new lock screen and hopefully problem solved.

Locked out of phone - bakcup data

Hi guys!
I locked my phone (Meizu) and because of a bug in the firmware I cannot unlock it, providing the right password linked to my account. Everyone says that the only solution is a hard reset erasing everything, but first I would like find a way to backup my data first (which are worth more than my phone per se).
But there is a problem:
- device is not detected when connected to the computer
- recovery mode is locked
So... According to you, no way really?
I was thinking... Could I exploit the connection my wifi network to access it via computer?
NYSE said:
Hi guys!
I locked my phone (Meizu) and because of a bug in the firmware I cannot unlock it, providing the right password linked to my account. Everyone says that the only solution is a hard reset erasing everything, but first I would like find a way to backup my data first (which are worth more than my phone per se).
But there is a problem:
- device is not detected when connected to the computer
- recovery mode is locked
So... According to you, no way really?
I was thinking... Could I exploit the connection my wifi network to access it via computer?
Click to expand...
Click to collapse
You're not gonna be able to transfer data from device to PC with the device locked.
If you had usb debugging turned on and if there is a custom recovery (TWRP) available for your model number you can flash TWRP on the device if you can get the PC to recognize the device. Then you can make a nandroid backup in TWRP or connect to adb while in TWRP and do an adb backup. After making your backup you can factory reset/wipe data, then extract your data from the backup that you created and then restore that data back to where it belongs.
It's easier to extract data from an adb backup than it is from a TWRP nandroid backup. There are threads here dealing with how to create adb backups.
Sent from my SM-S903VL using Tapatalk
Thank you very much, now I know what are the steps I have to follow... The main problem is that ADB does not recgnize my device.
Actually I discovered a small bug in the lock mode: after the boot a small Telegram box shows up, from which I can read Telegram messages, and also write them and record audio notes. I have also been able to exploit that box to pair Telegram on the smarthpone with Telegram web. From Telegram Web I can install bots.
Now.... Do you come up with an idea to send attachements to my PC through Telegram or in general to exploit this flaw?
Thank you in advance!
Droidriven said:
You're not gonna be able to transfer data from device to PC with the device locked.
If you had usb debugging turned on and if there is a custom recovery (TWRP) available for your model number you can flash TWRP on the device if you can get the PC to recognize the device. Then you can make a nandroid backup in TWRP or connect to adb while in TWRP and do an adb backup. After making your backup you can factory reset/wipe data, then extract your data from the backup that you created and then restore that data back to where it belongs.
It's easier to extract data from an adb backup than it is from a TWRP nandroid backup. There are threads here dealing with how to create adb backups.
Sent from my SM-S903VL using Tapatalk
Click to expand...
Click to collapse
Ok, tried to install the TWRP through SP Flahstool, but.... The the program asks for an authorization file (I think, it'smnbecasue bootloader is locked)! How to overcome this problem?

Device needs old Google account after factory reset

I can't use my phone, it needs the older Google account in order to keep using it, but I don't remember the details. Is there a way to bypass this?! It's really stupid. iPhones has this sort of protection but Apple keeps track of its users so it makes sense... Now if you do a mistake here your phone is useless?! Or, there's a fix for it
Thanks
You can try to unlock bootloader and see if that works. Someone did data wipe on official firmware, with root and recovery if never asks
FreiKhost said:
I can't use my phone, it needs the older Google account in order to keep using it, but I don't remember the details. Is there a way to bypass this?! It's really stupid. iPhones has this sort of protection but Apple keeps track of its users so it makes sense... Now if you do a mistake here your phone is useless?! Or, there's a fix for it
Thanks
Click to expand...
Click to collapse
If you have twrp you can easily fix it. If not then there is a way to flash persist partition to fix it.
djhulk2 said:
You can try to unlock bootloader and see if that works. Someone did data wipe on official firmware, with root and recovery if never asks
Click to expand...
Click to collapse
But how? I can't enable developer options
superac11 said:
If you have twrp you can easily fix it. If not then there is a way to flash persist partition to fix it.
Click to expand...
Click to collapse
If I install TWRP, can I then install back original recovery? I want the phone to look as new after
EDIT: I just realised I can't install TWRP because I can't transfer files to my phone! because on FRP the computer does not recognise the device, and I also can't use ADB push because I can't turn on developer settings. Also, recovery mode does not work. but Fastboot does..
Through fastboot you can root, install twrp, wipe phone completely. You unlock boatloader in fastboot mode. May give you error saying locked...but you sure can still wipe the phone. There isn't a Samsung counter when you root, and you can lock back to official
djhulk2 said:
Through fastboot you can root, install twrp, wipe phone completely. You unlock boatloader in fastboot mode. May give you error saying locked...but you sure can still wipe the phone. There isn't a Samsung counter when you root, and you can lock back to official
Click to expand...
Click to collapse
I did it! In another way without fastboot. But just to know: How can I install TWRP via fastboot, if I can't transfer the zip file to the phone?
Tool all in one, once in fastboot mode it'll show you connected. Recovery and flasher option, you can install twrp and magisk. Works on official rom and custom
You have no chance to access the phone without the code. Its the google FRP lock.
Yess i have solution inbox me ..
This is Factory Reset Protection (FRP) which is a built-in security feature of Android 5.1 and later.

How to make a Pixel 2 that has unlocked the bootloader must enter a password to boot ?

Pixel 2 , Android 11, unlocked bootloader.
I want to make it MUST INPUT PASSWORD to power on for Data Security.
But everytime it boots directly to the lock screen. My data has been decrypted.
I cannot found any option to achieve that.
Sorry for my poor English.
the data only gets decrypted after the lockscrEEN.
as the new message at boot up says, if you want any kind of security, lock the bootloader.
dandu3 said:
the data only gets decrypted after the lockscrEEN.
as the new message at boot up says, if you want any kind of security, lock the bootloader.
Click to expand...
Click to collapse
thanks
jerij said:
thanks
Click to expand...
Click to collapse
you can try this by having apps that run at startup, they won't work until after the phone is unlocked.
but your data should be encrypted. go in TWRP, and press cancel on the password screen. you'll recognize all your files and folders, but everything is encrypted. enter the password and boom, everything's decrypted. it's a good idea to leave the stock recovery on tho. with TWRP it's easier to wipe the phone and get a free phone, but with no data.

Bootloop - Find devices closed unexpectly - Data Recovery

HI guys ... i really need your expertise in my options to recover data from my poco phone.
The Poco right now is in a bootloop after login screen. I have about 5 seconds till phone reboots after message "find devices closed unexpectly" appears (no airtel app is installed).
The USB debugging is not enabled and i have not enough time to enable it because i have to wait 10 seconds to hit ok button to enable USB debugging.
I can boot into recovery mode but the mi pc suite is not connecting then to be able to copy data. ADB in recovery can see my device (deviceno sideload) but i always get error when trying to mount filesystem or even when trying to update official ota rom. Right now theres 12.0.2.0 QJGEUXM installed.
I can also boot into Fastboot mode but dont know what my options are in fastboot.
So is there any possibility to enable anything within 5 seconds to make a data recovery happen? Or can i enable usb debugging with adb or fastboot?
- It is also connected to my Wifi in Lockscreen if that helps
- Fastboot can be reached
- Recovery mode can be reached
- device can boot in safe mode also (but still reboots after login)
Please help if you know any possibility without a wipe of the data partition.
Thanks in advance!
Do you have magisk installed ? The only time I had this was a faulty magisk module.
flash stock fimrware using miflashtool and select save user data and done
Howell said:
Do you have magisk installed ? The only time I had this was a faulty magisk module.
Click to expand...
Click to collapse
No we haven't this one installed - and if, i dont even have enough time to deinstall it but thanks anyway
tutibreaker said:
flash stock fimrware using miflashtool and select save user data and done
Click to expand...
Click to collapse
yes i didn't give it a try yet cause i was not sure if it really keeps all the data. I read that i also have to change a file inside stock image to prevent my data getting deleted. Is that correct or is that exactly what the option "save user data" does when flashing stock rom?
grischn said:
yes i didn't give it a try yet cause i was not sure if it really keeps all the data. I read that i also have to change a file inside stock image to prevent my data getting deleted. Is that correct or is that exactly what the option "save user data" does when flashing stock rom?
Click to expand...
Click to collapse
skips the format for data partition, i have do that many times to recover the firmware from bootloops due magisk modules
tutibreaker said:
skips the format for data partition, i have do that many times to recover the firmware from bootloops due magisk modules
Click to expand...
Click to collapse
I tried to flash the ROM with MiFlash but it returns an error "flashing is not allowed in Lock state".
But when i want to unlock the Bootloader with Mi Unlock, it says that all user data will be ersaed. Is there any option to flash anything to this device without a complete wipe of my data?
grischn said:
I tried to flash the ROM with MiFlash but it returns an error "flashing is not allowed in Lock state".
But when i want to unlock the Bootloader with Mi Unlock, it says that all user data will be ersaed. Is there any option to flash anything to this device without a complete wipe of my data?
Click to expand...
Click to collapse
is mandatory to unlock the bootloader wipe data

Categories

Resources