I need help with my SAMSUNG GALAXY TAB 4 (SM-230NU) 8 GB running kitkat. When screen goes off due to inactivity or right side power button is pressed. it does not turn back on. There is no way to get the screen back with out doing hard restart by holding the power button for abt 10 seconds. Once it restarts it works fine without any issues until it goes to stand by mode or i press the power button to make it go to sleep.
when i press the left power button to wake it up the screen is all black , but audio works when i tab on screen.
i have already tried the factory reset from the settings menu. i save also tried the hard reset by holding the home+Up Volume+power button, but problem is still there.
Please help.. its a very lightly used tablet i bought yesterday. Is it really defective?
do i need to upgrade? please help
ministerjee said:
I need help with my SAMSUNG GALAXY TAB 4 (SM-230NU) 8 GB running kitkat. When screen goes off due to inactivity or right side power button is pressed. it does not turn back on. There is no way to get the screen back with out doing hard restart by holding the power button for abt 10 seconds. Once it restarts it works fine without any issues until it goes to stand by mode or i press the power button to make it go to sleep.
when i press the left power button to wake it up the screen is all black , but audio works when i tab on screen.
i have already tried the factory reset from the settings menu. i save also tried the hard reset by holding the home+Up Volume+power button, but problem is still there.
Please help.. its a very lightly used tablet i bought yesterday. Is it really defective?
do i need to upgrade? please help
Click to expand...
Click to collapse
Have you tried a factory reset and wiping dalvik cache (caution, this will wipe it clean , so backup your stuff)
There are 2 ways I would prefer you to maybe fix it.
Way nr. 1 (recommended) before you so this, download the stock rom or any other rom (must be exactly for your device!) you want to flash and put it on your SD card. Now you need a custom recovery! If you have any important data, you better want to backup. In your custom recovery wipe dalvik cache, cache, data, and system (WARNING THIS WILL DELETE ALL, EVEN ANDROID). From there flash the ROM you want to flash. If that doesn't work, it's probably a hardware error.
2. If you don't have a custom recovery, then use the stock recovery that comes with the device. From there you can factory reset. Maybe that will work better than the factory reset in the settings.
Hi,
is this tab rooted?
if so, set display time out to 30 minutes and in developer settings set enable always on when plugged in.
then install terminal emulator from play store.
start terminal emulator and run
su
then run
mount -o rw,remount /system
then run
chmod 644 /system/media/*qmg
you may also need to run
chmod 644 /system/media/*spi
and for good measure
chmod 755 /system/media
and reboot, then power off screen and see if you can power back on.
this happens sometimes when a custom bootanimation is installed incorrectly on a stock samsung rom.
Keep it mind this is just a guess by way of a solution, but your problem is similar to a problem i had when installing/modifying stock samsung boot animation
Related
Hello,
I have a pb with my acer Iconia.
The tablet is blocked on the screen "Android" ...
I tried the button "reset" but nothing better ...
Is there a way to make a hard reset (factory reset) with a combination of buttons ?
Thanks a lot !
PS : My Acer Iconia Tab is "rooted".
Try holding the power key down till the unit shuts off, then let go and hold it down again till it restarts. Good luck.
I've found holding the volume button closest to the corner and power button at the same time forces a restart. Of course, I haven't tried just holding down the power button alone when it's frozen, so the volume button may not be necessary.
I am having the same problem with mine. My widgets started acting weird and disappearing. I thought a reboot might help but now it gets stuck on the Android load screen. I have tried hard reset and holding volume up during reboot. The latter takes to a recovery boot but seems to search on the SD card which doesn't really help. Acer tech support is absolutely worthless and it is too late to return to best buy so now I have to ship it to acer for service. Sucks.
Try this. Plug in a usb keyboard and power on while holding volume down. Keep holding both buttons until you see clearing cache in the upper left and you can then enter a menu by hitting HOME on the keyboard. There is an option to do a factory reset. You will lose all user data by doing this factory reset of cache and data but it may just get your tablet back. There are some other posts on this in dev if you search. Good luck.
maybe.you,both have a bad app that is causing this
try comparing installed apps .might.find what is the.cause
_motley said:
Try this. Plug in a usb keyboard and power on while holding volume down. Keep holding both buttons until you see clearing cache in the upper left and you can then enter a menu by hitting HOME on the keyboard. There is an option to do a factory reset. You will lose all user data by doing this factory reset of cache and data but it may just get your tablet back. There are some other posts on this in dev if you search. Good luck.
Click to expand...
Click to collapse
I did this and it will boot now but during setup the setup wizard FCs and starts over. I checked the Dev sections and I didn't see anything on factory resets? I'm running out of options.
I would try a couple times to boot since cache has been cleared, sometimes it will fix itself after the programs have a chance to JIT compile...it is typical in Android to see some FCs after the cache is cleared. If after a couple boots things aren't working their way out then you may have to flash a system image for your build, however this shouldn't be necessary unless you rooted and changed some stuff like uninstalled system apks etc.
What I did before the factory reset was replace the whole /system/app folder ( that I deleted some bloat ) with one that was complete like stock. I got a bunch of FCs, followed by a black screen. So I followed the steps you provided because the symptoms fit.
I've also done multiple restarts and the setup wiizard is still FCing.
this is my build Acer_A500_1.104.02_COM_GEN1 doubt this will help me.
daswahnsinn said:
What I did before the factory reset was replace the whole /system/app folder ( that I deleted some bloat ) with one that was complete like stock. I got a bunch of FCs, followed by a back screen. So I followed the steps you provided because the symptoms fit.
I've also done multiple restarts and the setup wiizard is still FCing.
Click to expand...
Click to collapse
If I were you (note the disclaimer), I would find and flash the complete system.img file for your build (see the [Dev] System Images thread). Once you have the proper system.img for your build in hand, then you can write the system partition in it's entirety. You can find examples of this in the same dev thread.
Cliff's notes:
Use adb to connect via usb and place the the system.img into /mnt/sdcard (adb push command), or you can do this another way if you have access to your storage via USB. It will take some time to copy, several minutes at least.
You will need root to do the rest, but obviously you already do if you overlaid system/apps. Using the adb shell as su, mount the partition as writable and use the dd command within the adb shell to restore the system partition. It will take several minutes to write, so don't panic.
Here is an example of the dd command if your .img is called system.img in /mnt/sdcard:
>adb shell
# su
# dd if=/sdcard/system.img of=/dev/block/mmcblk0p3
# reboot
do i need to try adb i cant get my android market to load it force closes every time, i wished i could just load an factory image from older version and then let it grab the updates and start from fresh, i am rooted which may have been a mistake. i can hook an usb keyboard up hold home key get into recovery but if i put an rom.zip on sd card it doesn't see it.....what am i doing wrong.
Hi There,
I have also the problem that when I booting my tablet it stucks on the Android logo. I have tried to hook up an usb keyboard but he canĀ“t find him. I get the Androidman with a note of exclamation.
Can someone tell me where I did go wrong? If I try it I see the cache messages etc. in het left corner.
My tablet is not rooted.
if you want to do hard reset first of all make sure you have an appropriate upate.zip on you external sd-card preferably use a stock rom.
after you do volume+ (up) and power once it vibrates keep your finger on volume + and toggle the screen switch few times. then let it go it will update.
Thank you for your answer.
I have searched for a update.zip and I have download and ecrypt this file: Acer_A500_1.104.02_1.141.07_COM_GEN1_1305615165779_f0150ee4
If I put this file on my SDcard I still get the androidman with the ! in it.
Jznwlnl said:
Thank you for your answer.
I have searched for a update.zip and I have download and ecrypt this file: Acer_A500_1.104.02_1.141.07_COM_GEN1_1305615165779_f0150ee4
If I put this file on my SDcard I still get the androidman with the ! in it.
Click to expand...
Click to collapse
That file is an incremental update and is ONLY for updating FROM 1.104.02 TO 1.141.07.
If your version doesn't match exactly, the update will fail. You'd be better off grabbing one of the 3.1 OTA updates in the thread in the dev section, as these are full ROMs.
I have tried the HC 3.1 ROM. This ROM was 487 mb but I still get the Androidman with the ! in it.
I have tried the file: Acer_A500_4.010.38_COM_GEN1.
The other files were 47mb
Reformat your SD card, or try a different one.
Locked at the android screen
_motley said:
Try this. Plug in a usb keyboard and power on while holding volume down. Keep holding both buttons until you see clearing cache in the upper left and you can then enter a menu by hitting HOME on the keyboard. There is an option to do a factory reset. You will lose all user data by doing this factory reset of cache and data but it may just get your tablet back. There are some other posts on this in dev if you search. Good luck.
Click to expand...
Click to collapse
I have a similar problem. Tried this and was able to do factory reset. However, after that, the same.The tablet is still stuck on the screen "Android" ...
During factory reset, I noticed the following messages on the screen:
E:/dev/block/mmcb1k1 does not exist
E:/dev/block/mmcb1k1 does not exist
E:/dev/block/mmcb1k1 does not exist
E:/dev/block/mmcb1k1 does not exist
E:failed to mount/sdcard
E:can't mount/mnt/sdcard/update.zip
What does this mean? Is there a way to fix it?
Somebody, please help! Thank you!
http://forum.xda-developers.com/showthread.php?t=1276227
Try step 2
Also, advice for a hard reset.
Hi folks,
Have tried following the advice below, downloaded: Acer_A500_4.010.38_COM_GEN1.
Added it to my SD card and then tried to boot whilst holding volume down.
It seems temperamental. Sometimes the Android with the ! appears and there's no progress bar. Sometimes the Android with the ! appears and there is a progress bar, but it never makes it past 25%.
I've tried formatting my SD card and redoing it but no joy.
Any suggestions?
Cheers.
Couldn't find a thread with precisely same situation - this morning I left my Iconia with WiFi off on standby with plenty of battery left (70ish %), only to just find it powered off. Now when I try to power it on, it stays in the Android boot animation and doesn't go anywhere from there.
And like I said in the title, it isn't rooted or in any other way hacked, so this is really weird. I think a factory reset would make it work, maybe, but if anyone has any other ideas I'd love to hear them before resorting to wiping.
Also I have no idea how to do a factory reset without CWM. Long press reset button doesn't seem to work?
Hold Volume Down while turning Power On?
Nope...it tries to run update.zip
salleq said:
Also I have no idea how to do a factory reset without CWM. Long press reset button doesn't seem to work?
Click to expand...
Click to collapse
A simple method for wiping is described in this thread.
Alternatively you can connect an USB keyboard, boot to recovery (vol-down + power) and press HOME on the keyboard. This will open a menu where you can select factory reset.
It got stuck at "Erasing cache" but I just shut it down and rebooted, now it started. Thanks a lot. Somehow I think I'm going to root it now and put CWM so I won't have to lose all my data because STOCK ROM crashes for some weird reason and I don't have a backup.
in my opinion u should just go ask for replacement....
Hi guys,
My Mrs. Orange SanFran has all of a sudden decided it doesnt want it's screen touched anymore. All the hard buttons are working and can not see any other issues. Seems there are several people who have experienced it but it seems to resolved itselfon a restart but her's isn't, no matter how long I take the battery out or pressing the reset under the battery cover I can't use the screen making it useless.
Any ideas? I stuck a custom Rom of 2.2 on it when first got it but can't remeber which one, maybe modaco Kitchen R12 Rom.
Cheers
Reboot to recovery, Wipe both Dalvik and normal cache, and restart. If that doesn't help, do a factory reset / wipe data, and restart. If that doesn't help re-install the rom.
Thanks for the tip, but I tried to enter recovery by holding down volume key when powering up but a screen breifly loaded that had the small text "android" written upsidedown but then just goes on loop of the screen and the standard screen, can't do anything.
Holding up volume whilst powering on doesn;t do anything and because I can't use the touch screen I can't access any recovery apps through the phone OS.
It's weird cause I've used to recovery mode on phone boot before as first ROM didn't work, so I know the recovery module worked before, no idea why not now. :-s
Could be either bad flash/root or faulty hw. Google "de-bricking a ZTE Blade".
Thanks again. Came across a very thorough article on modaco but unfortunately the phone won't do anything than a normal startup when holding the up volume or up and menu, so can't try any of the suggestions.
The volume buttons do work though as moved the volume in the OS
Just to be sure: you did first press & hold the volume down button, and then press & hold the power button? You have to hold them both down until the recovery menu pops up. I can take even 10 seconds or more.
If everything fails, try TPT flash. It should solve if there is no hardware issue.
Hallo guys, i just flashed N7000XXLPY via ODIN. Everything worked well but I have one big issue (that wasn't discussed in "bugs" thread).
Whatever I select, Swipe Unlock, Face recognition, Draw pattern, PIN code or whatever, it reacts the same: never requires swipe, PIN, pattern or else for unlocking. If i press briefly the power button, the display light switchs off. If I press again any other button (volume, home or power), the display light turns on but never asks for any method of unlocking. What to do? Does anyone else have the same issue?
Not happening here. Try a hard-reset after flashing a new ROM.
I have swipe unlock by default and it works. Screen does not power on when you press volume button, only if you press power or home button.
Thanks vcespon for your quick response. I tried hard reset via "Volume UP + Home + Power" method, I wiped cache, I tried hard reset via changing the CSC, I restored it to factory settings from menu, nothing worked. Any other oppinion?
LE: I found another issue, maybe is related with the first one. When I want to switch off the phone, I press (for 2 seconds) the power button and it just go to Samsung logo and swhitches off, without asking me those two questions about what I want to do (to can choose beetween flight mode, silent and power off) and if I'm sure that I want to power off the phone.
LE2: Tryed also Indian version (N7000DDLP8), no improvements.
ludiconiric said:
Thanks vcespon for your quick response. I tried hard reset via "Volume UP + Home + Power" method, I wiped cache, I tried hard reset via changing the CSC, I restored it to factory settings from menu, nothing worked. Any other oppinion?
LE: I found another issue, maybe is related with the first one. When I want to switch off the phone, I press (for 2 seconds) the power button and it just go to Samsung logo and swhitches off, without asking me those two questions about what I want to do (to can choose beetween flight mode, silent and power off) and if I'm sure that I want to power off the phone.
LE2: Tryed also Indian version (N7000DDLP8), no improvements.
Click to expand...
Click to collapse
DO NOT WIPE ON LPY!!!
http://forum.xda-developers.com/showthread.php?t=1633938
DaanJordaan said:
DO NOT WIPE ON LPY!!!
http://forum.xda-developers.com/showthread.php?t=1633938
Click to expand...
Click to collapse
I already did it, not knowing that I might brick it.
Thanks for the advice, I won't do it in the future till a safe official Kernel will be released.
Any solve to the issue that I have?
After another search I can see that there are others that encounter the same problem, here is the topic http://forum.xda-developers.com/showthread.php?t=1651005
Hello Sir
Sir i am facing the same problem i have bought galaxy not n7000 and the problem i am facing is i have updated it to official ics indian rom and now i am not able to activate screen lock function and if i hold the lock buttton for 2-3 seconds the phone gets switched off, is it because of the kernel problem or anything else, i tried giving it to the samsung store but they dint fixed it. P.S i was not able to update my mobile through Kies as it said "this device can not be updated through kies" please help...
I just found a fast way to fix this problem.
1. Root your device.
2. Use this solution:
Download from Market "Terminal Emulator"
Open it and type this commands:
su
echo -n ON > /efs/imei/keystr
sync
reboot
100% works !
vcespon said:
not happening here. Try a hard-reset after flashing a new rom.
I have swipe unlock by default and it works. Screen does not power on when you press volume button, only if you press power or home button.
Click to expand...
Click to collapse
are u serious??? Never ever hard reset on the lpy!
Hello Sir
yes it worked, but will it go away if i flash it again with other rom and dont root it???
Recently I have updated the firmware to 8.1. by using Odin successfully. However, the Internal Storage was reduced to the half only. In trying to fix this, I reflashed it with 'Nand-Erase' option checked (stupidly!). Then everything gone wrong.
- Bootloop (Struck on SAMSUNG logo)
- No recovery
I reflashed without checking 'Nand-Erase' but still not working, bootloop.
Then I installed/flashed TWRP from Odin again. It was successful, but very sadly I can't do anything:
- Unable to restore backup
- No Factory Reset/Wiping Date, Cache etc.
- No Power off
- Unable to Mount
- Internal Storage show 0MB.
Have you ever faced this problem? Can any one help me please. I am really in need of your suggestion and advice.
SOLVED!
After browsing through lots of pages, I found a solution which works for me. Even though my problem has been solved, I will just put the solution here, in case anyone may face the same problem with me. Follow the Steps below...
Reboot into Recovery (Press volume up, home and power button at same time)
Phone will reboot, leave power button but keep holding other 2 buttons.
After you see android/system update installing screen, leave these 2 buttons
Wait for few seconds and phone will show 'no command' then press volume button 3/4times and system recovery will open
with volume keys go to "wipe cache" and press power key.
after that select "wipe data/reset" and press power key.
after that select reboot phone and press power key
now phone will go to Samsung logo screen and you may think that it is again stuck in bootloop
But no, wait for some time->for me it was less than 4-5 min
and you will see the installing apps and other messages on screen
DONE!
Be Happy
Very considerate for you to post that info up for others. Thank you.