My phone is freezing/locking up a few seconds after loading the OS and I can't transfer any of my photos over since the phone jams and the connection stalls
I've tried a multiple solution regarding this problem but it won't go away.
Is there a way perhaps using adb I could retrieve my data without loading into the OS.
I cannot modify the phone in any way since it's under warranty and i will be getting it exchange soon.
Sent from my SM-N900W8 using Tapatalk
You should be able to activate USB Debugging in the Maintenance Boot Mode if you don't already have it. If you hold Volume Down and Power for like 10 seconds, you should boot into this and have that option. If the phone can still boot to the system, even if it freezes up when loaded, hopefully you can still adb pull the /sdcard/ with adb. Other than that, without loading a custom recovery, which will trip Knox, then there's not much to do.
I don't have the option for maintenance boot mode on the note 5.
Sent from my SM-N900W8 using Tapatalk
Can I access the phone with adb in download mode?
Sent from my SM-N900W8 using Tapatalk
Droidherder said:
I don't have the option for maintenance boot mode on the note 5.
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
Droidherder said:
Can I access the phone with adb in download mode?
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
It definitely should. https://www.youtube.com/watch?v=HVBresgUXEw - Skip to about 1:05 and watch the steps to get in to the mode.
adb does not work in Download Mode.
That just resets the phone for me. I press the volume down and power and let go right after it turns off and then the logo shows up and starts loading the OS
Sent from my SM-N900W8 using Tapatalk
Droidherder said:
That just resets the phone for me. I press the volume down and power and let go right after it turns off and then the logo shows up and starts loading the OS
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
Try it from a powered off state.
es0tericcha0s said:
Try it from a powered off state.
Click to expand...
Click to collapse
That just boots the phone into safe mode
Sent from my SM-N900W8 using Tapatalk
Hmm. Safe mode is supposed to activate if you hold volume down after you let go of power but if you hold both together it should boot to the maintenance mode. Not sure why it's not working for you. I have booted into it with some S7s but have not tried with a Note 5, I don't think, but there's video proof it does have it. Unless your carrier had it disabled for some reason or you're not getting the timing right, not sure what to tell you.
es0tericcha0s said:
Hmm. Safe mode is supposed to activate if you hold volume down after you let go of power but if you hold both together it should boot to the maintenance mode. Not sure why it's not working for you. I have booted into it with some S7s but have not tried with a Note 5, I don't think, but there's video proof it does have it. Unless your carrier had it disabled for some reason or you're not getting the timing right, not sure what to tell you.
Click to expand...
Click to collapse
That keeps restarting the phone no matter how I do it
Sent from my SM-N900W8 using Tapatalk
So I did the volume down and power and now it's black screen but still powered on. I connected the cable to my PC and adb does detects an unauthorized device connected. Is it possible to still retrieve data?
Sent from my SM-N900W8 using Tapatalk
Edit
{
"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"
}
Is this good, and can anyone guide me through in how to retrieve data if possible?
Sent from my SM-N900W8 using Tapatalk
You'll have to see if you get prompted to authorize on the phone when you reboot before it freezes... I hadn't tried this before without having the phone authorized as it's one of the first things I do with my phone because of stuff like this...
es0tericcha0s said:
You'll have to see if you get prompted to authorize on the phone when you reboot before it freezes... I hadn't tried this before without having the phone authorized as it's one of the first things I do with my phone because of stuff like this...
Click to expand...
Click to collapse
I've tried booting in the OS with the adb connection but no option shows up to authorize anything unless it's somewhere else?
Sent from my SM-N900W8 using Tapatalk
Leave phone plugged in and reboot and in command prompt type :
adb wait-for-device devices
When you reboot and PC recognizes it, this should bring up the prompt.
es0tericcha0s said:
Leave phone plugged in and reboot and in command prompt type :
adb wait-for-device devices
When you reboot and PC recognizes it, this should bring up the prompt.
Click to expand...
Click to collapse
Alright I was able to click the prompt and the check box to remember the device before it locked up. I then rebooted it into maintenance mode which only shows me a black screen btw and adb still notes unauthorized in the CMD window
Sent from my SM-N900W8 using Tapatalk
I swear I'm fed up with this **** and it's stupid lockup. I can't do **** before it freezes up on me. I'm so frustrated already.
Sent from my SM-N900W8 using Tapatalk
You should be able to pull the sdcard with adb while it's booted even though the OS is not responding.
es0tericcha0s said:
You should be able to pull the sdcard with adb while it's booted even though the OS is not responding.
Click to expand...
Click to collapse
The phone is currently frozen and adb is recognizing the device. Not sure if this works or not but what command do I type to get the dcim folder. It's where my photos are located?
Sent from my SM-N900W8 using Tapatalk
adb pull /sdcard/DCIM/
and
adb pull /sdcard/Pictures
Some other apps save pictures there too.
Related
I dont get the drop down option to connect USB to computer, all I get is "MTP-Initialization" I also get this error and my phone doesnt show up in "My Computer"
{
"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"
}
Has it ever connected before or is this the first time you're trying? If it has, what was the status of the phone at that time? Rooted, rom, etc...
Kadin said:
Has it ever connected before or is this the first time you're trying? If it has, what was the status of the phone at that time? Rooted, rom, etc...
Click to expand...
Click to collapse
It has connected before.
At that time, see signature.
delete the usb driver that pops up in your computer's "device manager" and reinstall it.
Or try a different usb port.
none of that worked, thx though
You can always use Dropbox as a way to drop files in your Dropbox on your computer and then load them from the Dropbox all on your phone.
Did you try Settings/wireless and networks/USB utilities/hit button and follow prompts.
Sent from my SAMSUNG-SGH-I777 using XDA App
Well if push comes to shove, I'd recommend grabbing Wifi File Transfer Pro from the market. I'll link it below. I never connect my phone anymore via cable to do any type of data transfer. The paid version allows multiple file transfers at once, the free version is one file at a time.
You simply need to be able to pull up a webpage and type in the IP address it generates for ya - easy peasy.
https://market.android.com/details?id=com.smarterdroid.wififiletransferpro&feature=search_result
la5794 said:
Did you try Settings/wireless and networks/USB utilities/hit button and follow prompts.
Sent from my SAMSUNG-SGH-I777 using XDA App
Click to expand...
Click to collapse
If my phone is plugged in, it tell me to unplug it. If its unplugged, it tells me to plug it in. I keep getting this cycle.
Maybe thats exactly what supposed to happen, but I dont know lol.
CollegeProfesor said:
If my phone is plugged in, it tell me to unplug it. If its unplugged, it tells me to plug it in. I keep getting this cycle.
Maybe thats exactly what supposed to happen, but I dont know lol.
Click to expand...
Click to collapse
Yes sounds correct.
Go to USB utilities. Hit button. Wait for prompt to plug phone in. (Have the other end of the USB cable plugged in to the computer already) once prompted, plug in phone. Wait a few seconds(sometimes longer). Another prompt should come up asking if you want to connect USB storage.
Sometimes it takes a few tries. And take your time cause it doesn't respond as quick as it should for the final prompt.
Good luck
Sent from my SAMSUNG-SGH-I777 using XDA App
CollegeProfesor said:
If my phone is plugged in, it tell me to unplug it. If its unplugged, it tells me to plug it in. I keep getting this cycle.
Maybe thats exactly what supposed to happen, but I dont know lol.
Click to expand...
Click to collapse
I would download and install KIES then download drivers for the SGS2 from there. I was having ADB issues this morning and installing KIES alleviated that, so it would most likely fix your USB issues.
Just turn on USB Debugging in settings -> application -> development to use your phone in mass storage mode. Why MTP does not work for you I have no idea, but try to install Kies.
EDIT: Do you have Siyah kernel installed by any chance? Old versions had this problem.
la5794 said:
Yes sounds correct.
Go to USB utilities. Hit button. Wait for prompt to plug phone in. (Have the other end of the USB cable plugged in to the computer already) once prompted, plug in phone. Wait a few seconds(sometimes longer). Another prompt should come up asking if you want to connect USB storage.
Sometimes it takes a few tries. And take your time cause it doesn't respond as quick as it should for the final prompt.
Good luck
Sent from my SAMSUNG-SGH-I777 using XDA App
Click to expand...
Click to collapse
Ok I just tried this. I get the prompt to plug my phone in, do that. I get no prompt after this. I have a button that says Connect storage to PC, when I press it it says USB is Connected, remove the cable. This cycle repeats over and over. Im still getting the unrecognized device on my PC.
Thanks
DeXel55 said:
Just turn on USB Debugging in settings -> application -> development to use your phone in mass storage mode. Why MTP does not work for you I have no idea, but try to install Kies.
EDIT: Do you have Siyah kernel installed by any chance? Old versions had this problem.
Click to expand...
Click to collapse
Yes i have Siyah 2.2
edit: Updating to 2.4.2 worked!!
Thanks
my phone is not conneting to pc plz plz solution
so i did the downgrade of my htc evo 3d from 1.5 to 1.4 with live cd http://forum.xda-developers.com/showthread.php?t=1563342, but im stock in step 22 installing the ruu. i get 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"
}
after a while the this:
suggestions?..
Do you have your phone turned on? If I remember correctly you need the phone booted into the rom to push the update.
Well, did you verify that the cable was plugged into your phone? And that the other end was plugged into your computer? Lol, jk.
I haven't followed that guide, but did you try putting your phone in fastboot mode to run the ruu? If not, try that. Just boot to bootloader, then select fastboot. Plug your phone in, and verify that it says fastboot usb on your screen. Then try the ruu again, it should work. Good luck
Sent from my HTC Evo 3D using Tapatalk
spirithandler said:
Do you have your phone turned on? If I remember correctly you need the phone booted into the rom to push the update.
Click to expand...
Click to collapse
Yes i have the phone turned on, then i run the ruu1.3.....exe in my pc and it goes to the process, my phone actually restar in a black screen with white letters in the middle "HTC" and then nothing happend
Sent from my PG86100 using XDA
k2buckley said:
Well, did you verify that the cable was plugged into your phone? And that the other end was plugged into your computer? Lol, jk.
I haven't followed that guide, but did you try putting your phone in fastboot mode to run the ruu? If not, try that. Just boot to bootloader, then select fastboot. Plug your phone in, and verify that it says fastboot usb on your screen. Then try the ruu again, it should work. Good luck
Sent from my HTC Evo 3D using Tapatalk
Click to expand...
Click to collapse
I need to have my phone on. The cumputer is supossed to detected. If i i go right to the bootloader, the ruu.exe wont start
Sent from my PG86100 using XDA
mike_flo94 said:
I need to have my phone on. The cumputer is supossed to detected. If i i go right to the bootloader, the ruu.exe wont start
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
It will run from fastboot mode. I've done it more than once. Not in the bootloader, but from fastboot.
Sent from my HTC Evo 3D using Tapatalk
I'm guessing you haven't bother to search the error on Google? I just did and got a lot of threads on this
Sent from my PG86100 using Tapatalk
mike_flo94 said:
I need to have my phone on. The cumputer is supossed to detected. If i i go right to the bootloader, the ruu.exe wont start
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
Not from bootloader directly,Run in fastboot-usb mode
Turn debug mode on
iTzLOLtrain said:
I'm guessing you haven't bother to search the error on Google? I just did and got a lot of threads on this
Click to expand...
Click to collapse
thanks all you guys i found a solution, i download and installed HTC sync and that works fine for me!
ruu
is the ruu a exe file or a zip file and also thats automated program and you had to miss a step in order for it to fail at the end if i were you i would go over the steps again because somthing is missing big time
jslim38 said:
is the ruu a exe file or a zip file and also thats automated program and you had to miss a step in order for it to fail at the end if i were you i would go over the steps again because somthing is missing big time
Click to expand...
Click to collapse
I did not miss any step. Although i did not install the latest drivers. So i install htc sync and it works
Sent from my PG86100 using XDA
Well there's one of your problems everyone knows HTC sync doesnt play well and it causes a lot of problems
Little theme I'm working on for TWRP 2.1.0
Blue and dark grey theme.
Download link at the bottom
Place the ui.zip on the root of the touchpad under /TWRP/theme/
some shots
{
"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"
}
Thank you, looks good on my T.pad.
Thank you.
Nice to see that I´m not the only one breaking his head
Bruce MJ said:
Thank you, looks good on my T.pad.
Click to expand...
Click to collapse
Thanks, glad you like it
marc2040 said:
Thank you.
Nice to see that I´m not the only one breaking his head
Click to expand...
Click to collapse
Mine is no where near as good as yours - you've got some real skill!
Hmm.. I put this in the theme folder in TWRP and booted up recovery. Now TWRP is in like a boot loop of sorts and if I force the TP to reset it skips the Moboot and goes right to recovery boot looping all over again.
I'm not sure what to do since I can't even get to Moboot.
I am on TWRP 2.1
Sent from my Galaxy Nexus using xda premium
jlawou said:
Hmm.. I put this in the theme folder in TWRP and booted up recovery. Now TWRP is in like a boot loop of sorts and if I force the TP to reset it skips the Moboot and goes right to recovery boot looping all over again.
I'm not sure what to do since I can't even get to Moboot.
I am on TWRP 2.1
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Try to completely power it off by pressing and holding the power button and the home button for like 10-15 seconds.
Do you know how to use ADB?
joenathane said:
Try to completely power it off by pressing and holding the power button and the home button for like 10-15 seconds.
Do you know how to use ADB?
Click to expand...
Click to collapse
I did do that but when I turn it back on it just boots straight to Android recovery. The Moboot screen flashes for a split second then just goes to recovery. Then proceeds to boot loop.
I have used ADB on the TP in the past but currently in the process of wiping my computer so I'll have to get everything set back up for it. I'm not an expert in ADB but if I know what commands to enter I can do it.
Sent from my Galaxy Nexus using xda premium
Connect your TP with your PC, hold Power and Home and as soon you can hear the connection sound push Power-Up as often you can.
marc2040 said:
Connect your TP with your PC, hold Power and Home and as soon you can hear the connection sound push Power-Up as often you can.
Click to expand...
Click to collapse
So if I understand you correctly I'm trying to get to WebOS recovery? From there I can delete the file in "themes" using ADB and try and reboot. (what would that CMD look like? ) And if that doesn't work I guess I could run ACMEuninstall.
Sent from my Galaxy Nexus using xda premium
jlawou said:
So if I understand you correctly I'm trying to get to WebOS recovery? From there I can delete the file in "themes" using ADB and try and reboot. (what would that CMD look like? ) And if that doesn't work I guess I could run ACMEuninstall.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
This is all very odd as I don't seem how a theme could cause all of this damage...
If you can get ADB to recognize the TouchPad you can try a command like
Code:
adb reboot
or to delete the theme
Code:
adb shell
rm /sdcard/TWRP/ui.zip
joenathane said:
This is all very odd as I don't seem how a theme could cause all of this damage...
If you can get ADB to recognize the TouchPad you can try a command like
Code:
adb reboot
or to delete the theme
Code:
adb shell
rm /sdcard/TWRP/ui.zip
Click to expand...
Click to collapse
Thanks for the info. It'll likely be a couple days before I can get to it.
I find it hard to believe it was the theme as well but who knows. Sorry to fill your thread with this.
Sent from my Galaxy Nexus using xda premium
I had my cousin root my phone the other day with super user and I would like to put it back to stock rom. The only problem is that I dont have a pc, only a mac. Is there anyway to unroot without a pc. Keep in mind im VERY computer stupid, so acronyms are not going to do me any good.
Sent from my SCH-I605 using xda app-developers app
So if I understand correcly you wan't to revert to Stock ROM on the Note II?
How to flash Stock ROM
Download your desired stock version from Here.
Make sure you have installed Kies OR Samsung USB driver
Open up the S/W Installation Program by executing the Odin3 v3.04.exe
1. Enable the check mark by click on the following options(default Option)
- Auto Reboot, and F. Reset Time
- Download ROM and extract (unzip tool)
- Check PDA, and point to ROM file you have extracted
{
"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"
}
2. Now switch off device and Enter into Download Mode
- Enter into Download Mode by pressing Volume Down button, Home Key and
Power Button simultaneously. And then, press Volume UP button in Warning Page to enter the Download Mode.
3. Connect the device to PC via Data Cable.
Make sure that the one of communication port [ID:COM] box is highlighted in
light blue. The device is now connected with the PC and ready to download the
binary file into the device.
4. Start downloading binary file into the device by clicking Start Button on the screen.
the green colored "PASS!" sign will appear on the upper-left box if the binary file
has been successfully downloaded into the device.
Vol Down Power Key
Home Key
Ignore re-pertition,PIT, phone and CSC tab selected in this image
5. Disconnect the device from the Data cable.
6. Once the device boots up, you can check the version of the binary file or name
by pressing the following code in sequence;
*#1234#
You can perform full reset by pressing the following code in sequence;
*2767*3855#
Good Luck.
Pretty sure you're not opening exe on a mac. Not without a VM (and being "computer stupid", meh) . Why not just have your cousin unroot it/revert to stock? I'm no expert, here, and haven't used a mac since the apple ll (number munchers!)
Sent from my SCH-I605 using xda app-developers app
dmallen79 said:
I had my cousin root my phone the other day with super user and I would like to put it back to stock rom. The only problem is that I dont have a pc, only a mac. Is there anyway to unroot without a pc. Keep in mind im VERY computer stupid, so acronyms are not going to do me any good.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
If you are still stock with just root, you don't need Odin and all that. Just open the supersu app, click the settings tab, then at the bottom click full unroot. Fast and easy!
Sent from my SCH-I605 (AKA NOTE 2)
I just did what the last guy told me to do and I believe it worked. Thank you very much. Now is there a way to get rid of the apps on the play store under my apps/all.
Sent from my SCH-I605 using xda app-developers app
dmallen79 said:
I just did what the last guy told me to do and I believe it worked. Thank you very much. Now is there a way to get rid of the apps on the play store under my apps/all.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
what is the end result youre looking for here?
if you want to reset the phone to return it or sell it there are easier ways to do it then going qquestion by question.
dmallen79 said:
I just did what the last guy told me to do and I believe it worked. Thank you very much. Now is there a way to get rid of the apps on the play store under my apps/all.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
I don't believe so because they're considered 'purchases' on your Google account. Try opening the play store on your computer logged into your Google email account & mess around with it there.
dmallen79 said:
I just did what the last guy told me to do and I believe it worked. Thank you very much. Now is there a way to get rid of the apps on the play store under my apps/all.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Yes go to my apps from your phone. Long press one then it week let you select multiple. Select all you want gone and click the delete in the top right.
Sent from my SCH-I605 (AKA NOTE 2)
Hello everybody, I have a problem with my s8 plus Samsung, suddenly my phone froze, and begin to restart, almost 15 times or more. Then I did a force restart by holding volume down and power button, and after then its start-up usually for 10min, and again restarts, after I connecting to the power cable to changing, it stops charging. Then didn't response for nothing. DEAD, and after I leave it for a couple of hours, I tried to enter safe mode and to wipe cache memory. I thought maybe some app is causing a problem, and I run a test, and it shows me like this. On google, I found that probably is the motherboard, but somebody says its maybe last android update. And my friend says that perhaps it is RAM. Can somebody help me, I only want to access my phone to enter the gallery and save photos, then after that, the phone can be lifetime dead, it doesn't concern me. Thanks for helping me
{
"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"
}
dzi022 said:
Hello everybody, I have a problem with my s8 plus Samsung, suddenly my phone froze, and begin to restart, almost 15 times or more. Then I did a force restart by holding volume down and power button, and after then its start-up usually for 10min, and again restarts, after I connecting to the power cable to changing, it stops charging. Then didn't response for nothing. DEAD, and after I leave it for a couple of hours, I tried to enter safe mode and to wipe cache memory. I thought maybe some app is causing a problem, and I run a test, and it shows me like this. On google, I found that probably is the motherboard, but somebody says its maybe last android update. And my friend says that perhaps it is RAM. Can somebody help me, I only want to access my phone to enter the gallery and save photos, then after that, the phone can be lifetime dead, it doesn't concern me. Thanks for helping me
Click to expand...
Click to collapse
From recovery reboot too bootloader and reflash stock firmware using odin
Sent from some device I modified
jrkruse said:
From recovery reboot too bootloader and reflash stock firmware using odin
Sent from some device I modified
Click to expand...
Click to collapse
Is it possible then to save photos?
Flash the BL and AP and CP along with home csc file not regular csc file and skip the data file
Sent from some device I modified
jrkruse said:
Flash the BL and AP and CP along with home CSC file, not regular CSC file and skip the data file
Sent from some device I modified
Click to expand...
Click to collapse
I will try that, when I turn on the device, now it's frozen again, and I think it is turned off, because I can't turn on, but the battery is 100% charged.
dzi022 said:
I will try that, when I turn on the device, now it's frozen again, and I think it is turned off, because I can't turn on, but the battery is 100% charged.
Click to expand...
Click to collapse
Honestly you are probably going to have to wipe data but you can try
Sent from some device I modified
jrkruse said:
Honestly you are probably going to have to wipe data but you can try
Sent from some device I modified
Click to expand...
Click to collapse
Thank you, i will try that. Will post update when finish.
dzi022 said:
Thank you, I will try that. Will post update when finish.
Click to expand...
Click to collapse
Finally, after almost 12h, I successfully power on my phone, and when I turn on, it showed me this error. Now I think maybe is everything ok with the motherboard because when I type on google this problem, it says that after Samsung Knox update, many users have this problem with the phone.
dzi022 said:
Finally, after almost 12h, I successfully power on my phone, and when I turn on, it showed me this error. Now I think maybe is everything ok with the motherboard because when I type on google this problem, it says that after Samsung Knox update, many users have this problem with the phone.
Click to expand...
Click to collapse
Its not a problem you enter it by holding the bixby +pwr+vol dwn buttons at the same time Its called download mode or bootloader mode this is where you flash stuff in odin after you press the volume up button to continue like it says. So now flash the stock firmware
Sent from some device I modified