why my pixel always show some unknown file in twrp like this
i cant find my "download" file and zip file that i already put in the phone
{
"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"
}
pls help
I have had the same issue with TWRP. While I cannot find any cause for it, a reboot (or more than one) into recovery seems to eventually result in the actual files being shown. This is even more of an issue if installing the .img and needing to then install a .zip. It can take a couple times. Strange, this has only happened with my wife's Pixel and not my XL but that may just be luck. Did not have this issue with Apha 2, only RC1.
qe7913468250 said:
why my pixel always show some unknown file in twrp like this
i cant find my "download" file and zip file that i already put in the phone
Click to expand...
Click to collapse
It's because the data on your Pixel is encrypted AND TWRP can't decrypt at that time for some reasons. Keep rebooting it until it can successfully decrypt.
quangtran1 said:
It's because the data on your Pixel is encrypted AND TWRP can't decrypt at that time for some reasons. Keep rebooting it until it can successfully decrypt.
Click to expand...
Click to collapse
i have try to reboot for 10 times and it didnt change
what can i do
my twrp is A2 version
qe7913468250 said:
i have try to reboot for 10 times and it didnt change
what can i do
my twrp is A2 version
Click to expand...
Click to collapse
Don't know what to advise you further since it happens to all of us. I would only provide suggestions on issues that I myself came across. I can only relay my experience (Verizon). I use TWRP RC1. It happens to me whether or not I have my device passworded. It happens to me more often when I change boot slot. In other words, if I go to Reboot, change slot, and reboot, I would get that situation. But if, from inside TWRP, I power off the phone, then I can get a successful decryption pretty much 95% of the time. It seems like a programmatic timing issue to me. From my app development experience, sometimes if task B gets executed before task A because of driver issues or timing issues, I'd get undesired results (not unexpected, just undesired).
Are you doing a full reboot or just rebooting Recovery? I find it often have to do a full reboot for it to pick it up sometimes.
cambunch said:
Are you doing a full reboot or just rebooting Recovery? I find it often have to do a full reboot for it to pick it up sometimes.
Click to expand...
Click to collapse
Agreed.
qe7913468250 said:
i have try to reboot for 10 times and it didnt change
what can i do
my twrp is A2 version
Click to expand...
Click to collapse
Try changing your lock screen method (in the os) to something else. I use a pattern and have had no trouble getting twrp to prompt me for it.
try to reboot recovery and system will work, I have encountered same issue.
had this issue the other day when updating to the January build. while in your current rom delete the twrp folder within your internal storage. next time you restart into TWRP, it will prompt you to enter the decryption password
Or use an external USB drive and bypass the entire decryption problem altogether.
use SD card or use OTG cable with pendrive and put file their and select OTG directory from twrp.
Related
Hello to everyone.
I have phone LG g pro 2 D838 made in Korea, that has strange symptoms. When it boots, appear screen with keyboard and input box with text ''Enter PIN/password to decrypt 30/30 attempts remaining". After I entered some code, it shows "29/30 attempts remaining, and no matter how many times wrong code is entered, still remains 29/30. Download mode working, and I try to flash latest stock rom 10f, but nothing happened. Then I try stock roms 10a, 10b and 10d, but still nothing. Next to the download mode, I have a recovery mode, in which there is no menu. In this mode, it is possible to access phone with ADB, but everything is read only, and system is not mounted. I can list folder contents, but I can't push or pull, and when i try to use shell, I get a message " -exec '/system/bin/sh' failed: No such file or directory", because system partition is not mounted. ADB Remount generate error " remount failed: Success ". I forgot to mention that every time when i try to flash stock rom, in box on phone display was written, in red letters, 'ROOTED'. I guess that unroot is not succeeded . Also suppose that possible solution is to flash some custom rom with recovery, but i can do that only if I have it in KDZ format. Does anyone know how to make a custom rom in KDZ format, or someone already has it? Does anyone know some other solution?
{
"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"
}
Thanks in advance
From what it looks like, you've encrypted your phone. That explains the password on startup and the unmounted system.
If you don't know your encryption password, you have a bit of a problem on your hands.
From what I know, there's no way to hack into or change your phone when it's encrypted.
Turtle_Cookies said:
From what it looks like, you've encrypted your phone. That explains the password on startup and the unmounted system.
If you don't know your encryption password, you have a bit of a problem on your hands.
From what I know, there's no way to hack into or change your phone when it's encrypted.
Click to expand...
Click to collapse
In first, thank you on reply ,Turtle_Cookies.
If the phone is encrypted, it should be possible to reset it to factory settings. The user data is encrypted, so it would delete them and set to the default settings, and that should recover the phone. On the other hand, I can access to certain directories by ADB (like etc,sys), but can't change it. Am I right?
Same Issue
Did you found solution to this?
i have followed all the steps using NRT to unlock boot-loader and root the phone.
Installed TWRT manager and flashed the recovery.
Now i am trying to flash CM12 for the first time and stuck with error message "can't install this package on top of incompatible data" during flashing .
downloaded the following flash zip from CM website: cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead.zip (281.77 MB)
Can any one help me what needs to be done to proceed further.
i didnt wipe the data before. Now its working and closing the thread
I wiped everything on my phone via TWRP. Still getting this error!
This topic is old but in case someone else gets here I got a solution - Change /data partition filesystem to ext4 or other supported by ROM
mesaj said:
This topic is old but in case someone else gets here I got a solution - Change /data partition filesystem to ext4 or other supported by ROM
Click to expand...
Click to collapse
How did you do that?
dsarcinelli said:
How did you do that?
Click to expand...
Click to collapse
http://forum.xda-developers.com/nexus-4/help/guide-detailed-f2fs-manual-format-guide-t3264185
This guide might help, you do it in TWRP by going to Format > Advanced > select partition > Change filesystem > Ext4
Wiping data worked for me
2sumanth said:
i didnt wipe the data before. Now its working and closing the thread
Click to expand...
Click to collapse
In twrp, I had to fumble around to find advance wipe to clear data but worked like charm after that.
Thank you!
xiaomi note 4g dior
Let me tell my story,
My friend gave me an old xiaomi note 4g which was stuck at the MI icon on boot,
Luckily the phone did not lock boot-loader
So I use xiaomi flash rom to flash global room , it worked after i tried sometimes.
Then I booted to the phone, and other problem came, the phone was linked with an Mi Account , and my friend forgot everything about it
not email, no phone number
I did a search and they said the only way to bypass the MiAccount is using a Resurrection ROM or balallala
so I ended up with using
1. fastboot to install twrp
2. open twrp --> open adb sideload mode.
3. Open window command line and install Resurrection ROM though adb sideload
While installing rom though adb slideload , i got the same issue with topic
SO i cleared data and tried again,
IT WORKED , NO MORE ****ING MiAccount
THANK a lot
:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed:
{
"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"
}
Hi
Playing with my wife's Nexus 5, bootloader unlocked, rooted, and latest TWRP installed but when trying to flash from android 6.0.1 to Lineage, I'm getting an error 7 image shown I hope.....
Is this just because I haven't wiped the data first ? (I'm fairly sure but...)
I dont dare try 'cause if it's not that she'll kill me, so would like to be sure before I wipe all her data..
Thanks
Update, it was that I just wiped all except the SD and flashed, all is just great
Hello
so after filming for 5 seconds underwater my z3's screen turned black and turned off permanently. though it seems to still turn on normally
after unsuccessful replacements and search on the internet the logical explanation was that the gpu is dead
so now i want to recover the data (photos, videos, music) i have on the internal memory
the device is locked by pattern lock so i can't access it when i plug it (it just detects the device)
i want to know if flashing will remove the lock without clearing my data
and if so how can i do it with a dead screen
best regards
I can think some ways of doing data recovery...
1: Safe method if you have recovery!
you can do a soft reset by pressing the button on the side of the sd card/sim tray.
{
"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"
}
Press it till it vibrates for a second time, this time it will shut down.
After this, you can turn on your phone and enter recovery (if you have a custom rom or kernel), in this mode you can fetch your files from the internal storage by connecting it via usb to your computer.
2: Use as last resort and confirm the internal storage wiping before doing anything...
Unlock bootloader (I cant remember if it does erase the internal storage partition or not) to install a custom kernel that has recovery.
3: Probably the second safest but it's needs searching the tools if you don't know how to use adb.
If you do have USB Debugging enabled in the phone, you can try to fetch files by using adb in your computer.
Open a CMD in the directory where adb.exe is located and write this code
adb.exe pull /sdcard/ c:/sdcardbackup/
Click to expand...
Click to collapse
It will fetch your files from internal storage to a folder called sdcardbackup on your C:/ drive
Hope this can help you!
If you're going with flashtool, you need to wipe the data partition called userdata since there is where the config is stored but it also wipes the internal storage
hello thanks for the reply
1. tried no luck
2. bootloader is already unlocked and phone is rooted
3. i remember unlocking usb debugging (always do on android) so i will try this, i'll keep you updated on the results
best regards
update :
for whatever reason the phone isn't authorized anymore and i can't access it. anything i can do about it
mm.salem said:
hello thanks for the reply
1. tried no luck
2. bootloader is already unlocked and phone is rooted
3. i remember unlocking usb debugging (always do on android) so i will try this, i'll keep you updated on the results
best regards
update :
for whatever reason the phone isn't authorized anymore and i can't access it. anything i can do about it
Click to expand...
Click to collapse
Hi, as your bootloader is already unlocked try to continue with 2.
If you haven't installed a custom kernel try to install a kernel like EliteKernel, you can find it here in the forums.
Use flashtools and flash boot.img via fastboot mode on your phone, that way you will have a recovery working.
update
flashed Z3FotaTWRPV5.img into it and got it to boot to recovery
i just got my pictures including the picture that killed my gpu (ironic)
anyway thanks for the help... can i edit this to solved?
{
"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"
}
Not included in the changelog is the addition of a feature from Paranoid Android, locking recent tasks! And multitouch has also been fixed
Update is a rollout so you may not have it yet.
Factory images now live, check out @linuxct post here
If you come across any bugs please be detailed about it and leave bug reports.
Anyway of installing via TWRP so I don't loose root... Haven't really flashed a/b phones.
Wow, just when I finished wiping all my data and installing a Resurrection Remix. Ironic.
Is there any way to extract the camera apk to install it in my current ROM?
guys please i need help. has anyone successfully installed razers stock img files?
After the update, my sim card is no longer being detected. I tried restarting, shutting down, and turning back on. It was working perfectly fine before I restarted after updating.
Edit: It may be the sim card actually died. I tried it on another phone and it doesn't work there either. So it seems like coincidence that it died after the update.
Hmmmmm update fails for me. Not rooted bootloader locked. Error couldn't update installation issue helpfull error.
Fastboot images now live: https://developer.razer.com/razer-phone-dev-tools/factory-images/
Direct link: https://s3.amazonaws.com/cheryl-factory-images/cheryl-o-global-5038.zip
Taking a hell of a long time to install.... I'm using Snap Camera these days, which is great, I wonder what the new portrait mode is like..... But I can't see me changing back to stock now..
What is the best way to update when I'm rooted and have TWRP installed?
SeriousFlash said:
What is the best way to update when I'm rooted and have TWRP installed?
Click to expand...
Click to collapse
Use the factory images posted here
My update also fails when I'm not rooted and have my bootloader locked
My may update is now installing itself. I do wish it had prompted me rather than having to run a manual update as I was just going through some setting and clicked the update in error.
Updated and noticed loads of fixes, however, Bluetooth is now a complete no go with my car stereo. Sometimes I manage to actually connect it and can play music by pressing play on the phone but no song titles are shown on the car and music playback controls don't work at all... Has anyone had a similar issue or an idea as to what's wrong?
linuxct said:
Use the factory images posted here
Click to expand...
Click to collapse
How would I go about doing that then?
Make sure you go to Settings, system and Razer Preferences and Disable the Share Data again... it gets turned on with the update.
Got the OTA this Morning on my Three branded device and installed without issue.
Nice to see a timely release of the monthly security fixes - is this a benefit of Project Treble support ?
ccjack said:
Anyway of installing via TWRP so I don't loose root... Haven't really flashed a/b phones.
Click to expand...
Click to collapse
Just use the factory images but before flashing, edit the flash_all.bat go to the line that reads %fastboot_cmd% erase userdata" and put a pound "#" sign before the line so that adb ignores that line. Also do the same at the end of the script where you see "%fastboot_cmd% reboot". Doing the following will stop the script from formatting your data partition and keep your phone in download mode after the flashing process. Now you can do the "fastboot boot twrp-whatever-filename.img" and boot to twrp like you were to root like before and once in twrp, flash twrp zip and magisk zip same as before. Everything should work fine now.
Again. Make sure you edit the bat file so the factory images dont factory reset your data partition.
The update took 45 minds to install, it was very slow...
Confirm that Multi touch is fixed now
Razer has introduced the portrait mode, but I still prefer Gmod or
Nokia 's stock camera app..
Yet these updates are welcome...
Is there still no way to update and keep twrp?
navin2max said:
The update took 45 minds to install, it was very slow...
Confirm that Multi touch is fixed now
Razer has introduced the portrait mode, but I still prefer Gmod or
Nokia 's stock camera app..
Yet these updates are welcome...
Click to expand...
Click to collapse
Where I can fine a Nokia cam app?
I tried installing the twrp recovery for it, and it did work but it had no access for the sd card nor the external sd card for some reason, but after some time it did work with an otg
So i had the supersu zip file on a flash card and tried installing it
It everything goes fine, until it finish and reboots to the system
Then this happens
{
"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 no matter how many times i click that reset, it happens, it's only gone when reinstalling the stock firmware, but then I'll need to install the recovery again......., sometimes after installing the TWRP recovery, it goes into a restart loop so i need any help please
If you are the getting the following error, "Verification Failed, unable to restart your device. The integrity verification has failed. You need to reset you device to factory default settings. This will erase all your data" on your Android Smartphone don't worry because together we can resolve the issue.
Anna Phillips said:
If you are the getting the following error, "Verification Failed, unable to restart your device. The integrity verification has failed. You need to reset you device to factory default settings. This will erase all your data" on your Android Smartphone don't worry because together we can resolve the issue.
Click to expand...
Click to collapse
I did, in fact, i even reinstalled the stock image of the firmware because clicking "reset" simply doesn't work, also if i just flashed the TWRP without a root zip, it will go bootloop, i just wanna install a custom rom but looks like i need to root the device to do so, so i can pass the verification thing, but hey, thanks for caring.
MazenGomaa said:
I did, in fact, i even reinstalled the stock image of the firmware because clicking "reset" simply doesn't work, also if i just flashed the TWRP without a root zip, it will go bootloop, i just wanna install a custom rom but looks like i need to root the device to do so, so i can pass the verification thing, but hey, thanks for caring.
Click to expand...
Click to collapse
If you can somehow get TWRP use Magisk to root, supersu does not work on new devices.
How to Install Magisk on your Android Phone
Magisk is a powerful tool that can help you customize some aspects of your phone or even grant you root access. Here's how you can install it!
www.xda-developers.com