General :: After Flash Update / Phone Does Not Restart
Feb 2, 2014
After a flash update the phone does not restart..When I try to flash it, I have a error "BROM ERROR: S_DL_GET_DRAM_SETTING_FAIL (5054) [EMI] Obtain DRAM Failed!"
However I think that my phone is not a true Goophone, Before the fatal flash, I have test and make a backup with MTKDroidTools and It was stated that the processor was a MTK6589, but it was a fake and it was actually a MTK6572
I have the same problem when I use my original Backup.when I plug my phone on the computer, the device manager said "MediaTek USB Port(COM7)".
View 2 Replies
Apr 28, 2010
I want some more people to try this:
un-check flash in the settings, clear cache and restart the phone.
I haven't had any crashes or forced closes since I did this.
View 14 Replies
View Related
Oct 14, 2010
Yesterday I updated my phone Xperia x10 as per the guidelines. even phone update was completed as per the picture enclosed.
I restarted the phone is not getting restarted.
Even I did " Remove and reinsert the battery and then restart your phone. If this does not help, charge the phone. It may take up to 30 minutes before you can see that the battery is being charged.
View 8 Replies
View Related
Feb 28, 2014
I've recently been getting into more security cautious habits with encryption and what not, due to this whole NSA/Big-brother is watching business... But I have a question (more may pop up as this discussion goes on).I am still getting a hang of all this encryption business. If I go ahead and do a full phone encryption with my GN2 where will I stand as far as backups to Dropbox/Copy/Google Drive/etc.?
I currently have photos and such backing up to copy, and I often move backups made through recovery to Dropbox and such. If I were to have photos automatically sync to copy or move system backups to dropbox wouldn't that render them basically useless as I am assuming they move out of the phone encrypted (not being decrypted as they exit).
The photos would be unusable anywhere besides my phone right? So moving them off my phone to share vacation photos for instance would be impossible, and if my phone were to crash they'd be irretrievable? Making the backup process pointless.
Wouldn't the back up be rendered useless as well, exactly when I might need said backup? If my phone were to ever crash or die for some reason, I would lose the encryption key, would even be able to do a full system restore through the recovery? It would seem that the encryption key wouldn't be kept with those back up files, so while it might place everything back in its correct place, it would still be unreadable. Or does it maybe keep the key in system files somewhere so that a full backup would restore the key as well?
I am also under the impression that I would not be able to flash through custom recovery either as the internal SD would be inaccessible from the recovery being it doesn't have the encryption key. I am currently running OmniROM and it is in a nightly stage still for my phone. I wouldn't be able to update nightly would I? I am assuming since it basically flashes/overwrites system each time, that I would be losing my encryption key and making everything besides system unusable then right?
And what about downloading ROMs to flash/update directly to my phone? As I download them from in browser or another app and they go to the default /downloads folder they would be encrypted. They wouldn't be accessible from there in recovery, but if I were to try and move them out of internal SD to the external SD they would retain encryption and still be inaccessible? So the only way to download ROMs and updates would be from PC and only move them to the external SD?
View 3 Replies
View Related
Apr 20, 2010
I have noticed that when aps restart my phone, it takes about 15 to 20 seconds to restart When i Power down, it takes MINUTES!Does anyone know of simple restart app I could use to avoid this? If not, anyone know someone who could make one?
View 3 Replies
View Related
May 15, 2009
I am developing a ToDo reminder type of app for android. on creation of a new reminder an alarm and vibrator scheduler is created with a toast. This works on intents and broadcasts and is pretty straight forward stuff with putextras using the reminder id from the db. My problem is, if some one restart the phone, i guess all the scheduled alarm and vibrator tasks for the reminder will be killed. Once the phone restart again how to recreate the scheduler tasks.
View 2 Replies
View Related
Aug 22, 2010
Onee the " official" fryo comes out will I have to flash to stock then update or can I just apply the update to my rooted phone?
View 6 Replies
View Related
Jul 22, 2013
I own a Samsung Galaxy S2 smartphone (GT-I9100) and have installed NeatROM Lite (build number: XWLSW NeatROM Lite v4.8).
I'm developing apps and each app crash (for example occured NullPointerException) causes to freeze the device and after some minutes maybe to hot reboot (NeatROM splash screen but I don't need to enter my SIM PIN again).Maybe, because sometimes it reboots by itself, but sometimes I need to hard shutdown the device (pressing and holding the power button).
I tried to debug the application, but the only information I could get was that an exception of type RuntimeException occured.When I activate the debugger for the crashing app, the phone will not restart. The crashed app will just close.
I guess that something is wrong with the "app crash" dialog from android. I've never seen this dialog on NeatROM and when it should appear, the described procedure happens.
View 1 Replies
View Related
Oct 23, 2013
Recently, the operation system of my android phone has got a slow speed. what's more, it sometimes restart automatically.
View 2 Replies
View Related
Nov 16, 2010
In the update phase 2 after I press the back button and connect the usb cable it lights green and i waited for more than 20 sec to boot in flash mode but it doesn't happen and the phone turned back on automatically.
View 4 Replies
View Related
Jan 15, 2013
Every time I reboot my phone it keeps changing my background back to the same stupid image below. I think I'm probably going to go insane if I see this stupid grass anymore. The picture isn't even on my phone (anywhere I can see, obviously.) I don't know what to do. I've flashed several Roms, done several factory resets, changed it to a million different images/live wallpapers.
View 2 Replies
View Related
Aug 6, 2010
I got the Galaxy from my mother (she switched to another phone), but she lost the USBcable. I found a way of sending files via WiFi to the sdcard, and also connected adb via WiFi, but I can't flash the new recovery because I'd have no WiFi connection in fastboot. Is there a way to flash an official update from the sdcard using stock recovery? I successfully entered recovery but there are no options, and I can't find a guide of any kind. I tried buying the cable, but none of the shops had the official one, so finally I bought a third party cable that only charges the phone through usb, but windows gives me some error and doesn't recognize it as a device.
View 16 Replies
View Related
Aug 27, 2010
Where the hell is the Flash Player update? I'm tired of waiting for the stupid update. I'm not rooted and I'm on 2.2! When is Flash Player coming
View 2 Replies
View Related
Apr 2, 2010
I am able to insert the contacts into SIM card and delete from it. But it needs to be phone restart to update the changes. The below is the code woks for delete the conatcs,
Uri simUri = Uri.parse("content://icc/adn");
Cursor cur = context.getContentResolver().query(simUri, null, null, null, null);
prn("Number of SIM Contacts are.."+cur.getCount());
int row =0; while(cur.moveToNext()){
String name = cur.getString(cur.getColumnIndex("name"));
prn("Name..."+name); String data = cur.getString(cur.getColumnIndex("number"));
if(!data.equals("")) prn("Number.."+data);
String where = null; if(!name.equals("") && !data.equals("")){
where = "tag =" + name + "AND" + "number =" +data;
else if(name.equals("") && !data.equals("")){
where = "number ="+data;
else { where = "tag ="+name+ "AND" +"number="+null;
} context.getContentResolver().delete(simUri, where, null);
row++; } prn(row+" are deleted"); cur.close(); cur = null;
View 3 Replies
View Related
Jul 20, 2010
Wonder if X10 can include auto flash after the new update on Q4.
View 3 Replies
View Related
Jan 2, 2013
i have device. and i want update my camera in my device. i have camera.apk with new version and i install it and works with new version. but when i reboot/ restart device. the camera back / restore to previous version / original camera version.
how to fix the camera app so the camera update not restore to previous version when restart?
View 1 Replies
View Related
May 3, 2010
I was quite excited to have flash on my mobile devise and as I have an unlimited subscription to Lovefilm I was looking forward to watching the on demand movies for free. But I was disappointed when I was met by the message "does not support this type of flash". Is there an update or an app I can use? Lovefilm uses Flash Player 10.
View 7 Replies
View Related
Sep 5, 2010
I have an app widget that uses a Service to handle updates (as per the SDK sample). If a task killer kills the service, the widget obviously stops updating. Is there any way I can notify the widget that the service has been killed so it can attempt to restart it?
View 3 Replies
View Related
Feb 18, 2012
I've been using darktremor and a2sd GUI, but after I flash the phone GUI a2sd get an error.
A2SD exiting the GUI:
A. your device is not rooted
2. Script A2SD Could not be found
3. EXT no partition found
What should I do?
[Solved] must to mount data, system and ext when you flash a2sd, or if you get a2sd error after flashing custom room take a try to flash new a2sd script..
I use CM7 RC5.5 for galaxy Mini - SquadZone Version
View 1 Replies
View Related
Apr 6, 2013
Meanwhile, I've managed to root my Samsung Galaxy Y pro Duos (GT-B5512) and, recently, wanted to make something to "boost up the phone", as I'm having a problem with a missing original rom app. So... as I have to flash a new ROM, and I was thinking:
I don't know how to flash a new ROM, and I don't wanna risk making a brick f my phone. I've been reading a lot about some custom ROMs for Galaxy Y Pro Duos, but some doubts remain:
1) I've read about a compact Kernel for this phone. Should I update/ change the kernet?
2) Should I try to restore the stock ROM? Or should I go for one of the two custom ROMs I've found for B5512?
What are the advantages of putting these custom ROMs?
3) (1st kernet then ROM?) What should I do to the phone so it doesn't reboot twice a day, as it is rebooting nowadays?
View 9 Replies
View Related
Jun 11, 2014
I used the recovery mode first time - it worked, second time playing with NoBloat - it gets stuck in boot screen.I can go to the recovery mode menu, both chinese and english, can do a full clear cache, data, format, but phone still won't boot.
I can use ADB shell, but Smart phone flash tool does not recognize phone, MTK droid tool recognizes it, but I can't backup it.
View 1 Replies
View Related
Jan 22, 2010
I've been having some reception issues that seem be cleared up when i restart the handset. What I'd love is to be able to schedule a daily restart around 4am to prevent any problems from the phone running too long. Does anyone know of an app that could do this for me?
View 9 Replies
View Related
May 11, 2010
Is it possible to programmatically restart the phone from a application (service) running on top of the Dalvik VM?If the SDK does not provide this functionality, then how about using the NDK and calling some functions provided by the kernel? I know this option is not preferred (not stable enough libs), but if it's the only option, I'll have to consider that as well.
View 2 Replies
View Related
Sep 28, 2012
i just want to try windows phone OS and for that i dont care if i have to drop my android os. Is there any way of installing windows phone OS on my android? I am using a SE live with walkman
View 5 Replies
View Related
Nov 11, 2010
Holy crap, My Incredible is on a repeating loop. It does not stop restarting at all. Taken out the battery, switched to different batteries, took out the SD card and nothing.Phone's not rooted, I can't this phone past boot. Any programs out there that could help?
View 1 Replies
View Related
Sep 30, 2010
I have a Samsung captivate and was trying to do an update on it. The screen turned black and then turned off. I tried taking the battery out and restarting it, but now it wont even turn on. I have never done an update until tonight.
View 2 Replies
View Related
Aug 12, 2010
Hi everyone, my motorola milestone auto restart once in a while. Can someone pls let me know.
View 19 Replies
View Related
Jul 24, 2010
So my Droid X hung just now. Is there a reset button somewhere or do I just do the old school approach and take the battery out?
View 1 Replies
View Related
Aug 3, 2010
I do need to restart phone sometimes to make sure my internet works. Is there any app available which can help me doing that and maybe to switch-off phone as well? I do use hardware key currently, but want to minimize the usage for better longevity.
View 1 Replies
View Related
Jun 14, 2010
Today my phone has been randomly freezing up, once in dolphin browser, and once in a game called drop.each time the phone screen freezes, and i cant do anything and none of the buttons work. i turn off the display by hitting the top button, then it wont come back on ever, so had to take out battery and restart phone.any idea whats causing this? i've had the phone since june 4th, and today is the first time this happened and its happened twice.
View 5 Replies
View Related