[SOLVED]android.process.media FCs - Eee Pad Transformer Q&A, Help & Troubleshooting

Hi everybody. I am on latest Revolver with stock kernel and I keep getting this "android.process.media has stopped unexpectedly. please try again."
I have searched through all the ROMs' threads to look for solution to this FC but I haven't found any. I have
- wiped cache.
- wiped dalvik.
- reformatted my external SD card through CWM.
- cleared data for the application called "Media Storage" and "Google Framework".
- fixed permissions through CWM.
- optimized my sqlite databases using zepplinrox's supercharger script.
and non of these work. Can anyone help? Thanks in advance.
edit:
[Workaround/Fix]
For those of you who are familiar with zeppelinrox's V6 Supercharger Script, there's actually an option to bulletproof apps. So the fix is actually to bulletproof process.android.media. Have been running it for 2 days now and so far no FCs Note that I am using the latest supercharger script, Version 6.1. Here's the instructions and it's really painless if you're familiar with the script. For those who are unfamiliar with the script, I recommend you to go to the original thread to read up before applying any additional tweaks from the script.
1. Download the script from the original thread
2. Run the script as root using Script Manager(free).
3. Read the instructions.
4. Select option 17 (Bulletproof Apps).
5. Enter any key for Yes.
6. Type media and press Enter.
7. If there's more than one match, follow the instructions until the script asks if you want "android.process.media".
8. Select Yes and wait.
9. Once it's done, go to Settings > Manage Applications > All > Media Storage > Clear Data. Reboot after that. process.android.media shouldn't FC anymore.
10. Hit some thanks if it's helpful

I don't have an answer (a real noob to the forum, rooting and custom ROMs), but I thought that the experts might find it useful to know that I started having this exact problem several weeks before I rooted (stock 8.6.5.21). I'm on Revolver now and the message pops up just as often.

seeding11 said:
I don't have an answer (a real noob to the forum, rooting and custom ROMs), but I thought that the experts might find it useful to know that I started having this exact problem several weeks before I rooted (stock 8.6.5.21). I'm on Revolver now and the message pops up just as often.
Click to expand...
Click to collapse
I see thats your first post.. Welcome to xda.
I'm in the midst of trying something new. it seemed to have worked. let me test it until tmr and will let u know how it goes. it's 1.45am here so you gotta wait like 12 more hours lol.
edit: forget it. what I've tried didn't work. android.process.media FC on me again. I believe it has got something to do with the media scanner but I can't figure out what's wrong. arghhhhh

That error is sometimes caused by google contacts sync error. If you have a contact in your lsit that has a blank last name, it can cause this. Check your contacts then retry.

Rumbleweed said:
That error is sometimes caused by google contacts sync error. If you have a contact in your lsit that has a blank last name, it can cause this. Check your contacts then retry.
Click to expand...
Click to collapse
hmmm I don't think so. I have lots of contacts without last name. I would have been pagued by those FCs. lol. it is the media storage/scanner that's causing this. media has got nothing to do with contacts storage. are you on revolver? I suspect its the latest update that's causing this. he added the odex/deodex tweak which, I'm guessed, broke the media storage. I just removed that tweak. hope it works.

I occasionally have this same FC issue. Currently running stock Honeycomb but I'm also rooted. I'll be following this to see possible solutions.

I get this alot, usually in the first 20/30 minutes after boot. Using Revolver, klem 1.5 (?)
Sent from my SPH-D700 using xda premium

the FCs are just.. irritating. maybe it is because of corrupted files/databases. but I just can't single out the corrupted files or .db files.

I've been getting this too for the last few weeks. I'm not sure what is causing it

tried to deactivate google sync oder any background data? if its gone after that, check out each single option.

Same here for some days now. Latest update, stock unrooted.
Sent from my GT-N7000 using Tapatalk

I too am getting this fc notification entirely too often. Running stock.
Sent from my Transformer TF101 using xda premium

just checking with you guys if anyone is using any sort of ram script? eg Supercharger V6 by zepplinrox.

No, nothing unusual here. This might be a co-indicence, but I noticed that I wasn't getting the FC message after flashing Revolver until I started restoring apps using Titanium Backup. I didn't restore any system settings. I tried reinstalling one at a time to see if I could pin it down but I couldn't repeat the problem twice with the same app.

same here
I am running latest revolver 3.11.1 tried all kernels that are compatible with it bu that problem keeps coming. Any help is appreciated.

I was getting those FC on latest revolver but now i am on paul's ics and I am still getting them. Very weird.
Sent from my SGH-T959V using xda premium

any of you mind posting the logcat of your fc then i could probably determine the cause of the error

Code:
I/am_kill ( 214): [17141,os.tools.scriptmanager,13,too many background]
I/am_proc_died( 214): [17141,os.tools.scriptmanager]
I/am_crash( 214): [12722,android.process.media,572997,java.lang.OutOfMemoryError,NULL,MediaScanner.java,-2]
I/am_proc_died( 214): [12722,android.process.media]
I/am_schedule_service_restart( 214): [com.android.providers.media/.MediaScannerService,291346]
thank you sir
basically i think android.process.media gets killed because of insufficient memory. I am using supercharger V6 script. However I've adjusted the lowmemorykiller values using the script such that it can handle multitasking without lagging/stickiness for the foreground app. Anyways, I've also used the script to "bulletproof" the android.process.media. This is just a temporary workaround but hey it works No more FCs!!!!!

kay_kiat88 said:
Code:
I/am_kill ( 214): [17141,os.tools.scriptmanager,13,too many background]
I/am_proc_died( 214): [17141,os.tools.scriptmanager]
I/am_crash( 214): [12722,android.process.media,572997,java.lang.OutOfMemoryError,NULL,MediaScanner.java,-2]
I/am_proc_died( 214): [12722,android.process.media]
I/am_schedule_service_restart( 214): [com.android.providers.media/.MediaScannerService,291346]
thank you sir
basically i think android.process.media gets killed because of insufficient memory. I am using supercharger V6 script. However I've adjusted the lowmemorykiller values using the script such that it can handle multitasking without lagging/stickiness for the foreground app. Anyways, I've also used the script to "bulletproof" the android.process.media. This is just a temporary workaround but hey it works No more FCs!!!!!
Click to expand...
Click to collapse
in your case it does seem like it was a low memory error caused by the script manager but there should have been some more code above that error as nothing just dies like that
because script manager is just killing it without any obvious reason

mrevankyle said:
in your case it does seem like it was a low memory error caused by the script manager but there should have been some more code above that error as nothing just dies like that
because script manager is just killing it without any obvious reason
Click to expand...
Click to collapse
That's all that is to "android.process.media". Let me attach my logcat. I'm no good at reading it. Thank you sir. 9gag rocks!

Related

Almost all apps "stop unexpectedly"

After installing tnt lite 4.2.5 and clemsyn kernel (v6), I tried to
start google earth (it was already installed). It froze and the
tablet rebooted.
Now many or almost all apps fail with the "stopped unexpectedly" error.
It seems that if I re-install an app it works again correctly.
I'm guessing that the googleearth crash and sudden reboot
caused some corruption of the file system.
Is there a tool to check the file system's integrity?
Any other advice about this kind of problem would be appreciated.
TIA.
Check out the following thread.
http://forum.xda-developers.com/showthread.php?t=896395
Or maybe you just need to wipe data and cash and davlic after new kernel. I would start there. You could try fixing permissions in clockwork as well.
Sent from my Chromatic Magic using XDA Premium App
after trying many if not all the suggestions my gtab seems to
have settled down and is working v. well again
this forum is like a maze
many thanks to the "guides"

Download Was Unsuccessful

After the RUU update Rooted. I am having this appear every time i try to download an app. Download Was Unsuccessful Please Try again. Is anyone else having this issue?
It just magically started working. go figure.
HTC Failed INSTALL WIDGETS
in the "Get More HTC Widgets" Feature...
I installed:
Battery
Call Mom "i uninstalled this one myself "
Coin Flip
Daily Challenge
Dice
Fortune Cookie
Notes
Translator
Word of the Day
--------------
FAILED INSTALLS:
Sand Timer
Tasks
Quick Record
Fake Call
Tip Calculator
Today In History
I'm on ROM BAMF Remix 1.7
Did you try?
Did you try using fix permissions at all?
its still not working
Unseeablething said:
Did you try using fix permissions at all?
Click to expand...
Click to collapse
I tried what you recommended, and i fixed permissions using rom manager, and plus i restarted and i tried installing them again,
Same issue
is there a way to get all of the htc widgets in a package for HTC Thunderbolt so i can manually install them myself using a move command or something via file manager?
Weird, I know I had this issue and I just flashed a rom to fix it. Did you try using plain jane?
nope, Im going to just try and find the a HTC widget pack...
when i download the HTC widget i want, IT downloads, but right afterwards just won't install like it just fades away..
If anyone can give detail instructions how to install HTC widget pack manually using a "move command" or some way to install it Let me know
Usually Fixing Permissions solves this issue. Try google for an APK for the file you want to install, see if that works.
mkw87 said:
Usually Fixing Permissions solves this issue. Try google for an APK for the file you want to install, see if that works.
Click to expand...
Click to collapse
actually,fixing permissions started back in the day to fix issues with AOSP roms and is not really reccomended for sense roms. running it may be doing more harm than good.
id try wiping cache/dalvik cache and reflashing the rom your running. not doing a data wipe will preserve your settings and data. if that doesnt help,then id try a completely fresh install(wipe data/dalvik/cache)
and if youre using rom manager,try it in recovery instead. rom manager is problematic aND unreliable,IMO.
I posted a topic about this about a week ago after installing MR2. There is an issue with Google recognizing and updating your info that is in some way related to the 4G SIM.
I kid you not....this is how to fix it...... It has happened to me twice the last week as I got an AE.
1. Wait. No matter what I did, it seemed to never "Come back" until about 48 hrs.
2. Clear the Market cache and data
3. Stop the market service
4. Sing into and out of Google talk like you are on OCD.
Pissed the second day I had this happened, I was sitting at a bar listening to some girl go on and on about something so I started signing in and out of Google talk like 14 - 16 times....... Opened the market...no problem!
For "Must have apps, go to the online market place via your computer and push them to your phone. That always worked for me no matter what. Good luck!

[Q] Bionix rom

Once flashed, is this rom compatible with Infusion Core A kernel? UCKL2 modem? I really like the look of the Rom.
Jep56 said:
Once flashed, is this rom compatible with Infusion Core A kernel? UCKL2 modem? I really like the look of the Rom.
Click to expand...
Click to collapse
It will flash...but don't expect video (and whatever else it breaks) to work...
It is based off of the latest AT&T leak so it has to have the stock kernel for everything to work.
Yes any Infuse modem will work.
Fonts
Are there any fonts or themes for this rom? I was under the impression it was based on MIUI, and could therefore be customized. the only MIUI element I see is the lockscreen manager. Am i missing something?
Its a work in progress, give it time, Nop seems to have a lot in store for his new Rom!
Sent from my B.A. Infuse 4G
After flashing, Superuser is disappeared from App drawer and become "unrooted" but superuser is already installed as reported by Market.
Uninstall and reinstalling, no problem but still now shown in App Drawer and reported "unrooted" whenever useing apps which need root access..
Tried re-root with SOC, stuck with the messeage "waiting for device" and would not be continued..
Any idea ??
Paxunion said:
After flashing, Superuser is disappeared from App drawer and become "unrooted" but superuser is already installed as reported by Market.
Uninstall and reinstalling, no problem but still now shown in App Drawer and reported "unrooted" whenever useing apps which need root access..
Tried re-root with SOC, stuck with the messeage "waiting for device" and would not be continued..
Any idea ??
Click to expand...
Click to collapse
Odin/heimdall flash a custom kernel. then download the su updater for cwm I think the link is in the open of caty rom or something. reflash the rom (sometimes su gets corrupt and causes all sorts of issues, best to format /system and reinstall the rom for good measure) and flash the su updater immediately after. make sure you do this before a reboot and that voodoo is disabled on your phone. there should be a folder on the root of the SD card named "Voodoo" the V is capital and in that rider should be a text file or folder named "disable-lagfix" if this is not there before you flash the voodoo/cwm enabled kernel and lagfix gets enabled you must disable it and reboot before you flash the rom.
this leak is really secure, you need the custom "insecure" kernel to root it and there seems to be an issue with the build of bionix causing people problems. read the thread but don't get too confused on all the different advice.
also if you can use heimdall I posted a heimdall flashable dump from my phone in the bionic thread. it already has updated superuser and su.
Dani897 said:
. there should be a folder on the root of the SD card named "Voodoo" the V is capital and in that rider should be a text file or folder named "disable-lagfix" if this is not there before you flash the voodoo/cwm enabled kernel and lagfix gets enabled you must disable it and reboot before you flash the rom.
Click to expand...
Click to collapse
does that folder not exist if you have lagfix enabled?
Sent from my SGH-I997 using Tapatalk
albee320 said:
does that folder not exist if you have lagfix enabled?
Sent from my SGH-I997 using Tapatalk
Click to expand...
Click to collapse
no Voodoo exists but the disable-lagfix file/folder doesn't. it is usually a file but if you create it as a folder it works.
if you have no Voodoo folder you should create it as well as the disable-lagfix to speed up the process and avoid issues. or you can install bionix from my heimdall package. your choice.
I cant tell fron the screenshots....does this rom have the lockscreen that allows you to choose unlock, phone, sms, or camera?
Sent from my SGH-I997 using Tapatalk
Yes
Sent from my SAMSUNG-SGH-I997 using XDA App
I may need some help from someone. Here's the issue I have been experiencing with the rom. After awhile of just normal usage, performance begins to deteriorate. The symptoms can easily be described as lag. After a reboot, I return to square 1 with speed and response. Has this been happening to anyone else?
Sent from my SAMSUNG-SGH-I997 using XDA App
b3asty said:
I may need some help from someone. Here's the issue I have been experiencing with the rom. After awhile of just normal usage, performance begins to deteriorate. The symptoms can easily be described as lag. After a reboot, I return to square 1 with speed and response. Has this been happening to anyone else?
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Ok. Thanks. Uninstalling now.
qkster said:
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I997 using XDA App
Monitoring today during a normal day. The removal of adfree appears to have taken care of the lag issue. Thanks again man! Running wonderfully and sitting at 92 pct battery after 4.5 hours off of the charger.
qkster said:
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I997 using XDA App
b3asty said:
Monitoring today during a normal day. The removal of adfree appears to have taken care of the lag issue. Thanks again man! Running wonderfully and sitting at 92 pct battery after 4.5 hours off of the charger.
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
np..glad i can help
Hows battery life on new version?
Sent from my SAMSUNG-SGH-I997 using XDA App
I just installed this rom ontop of the old V2 bionix iv been running for months, figured it was about time I upgraded lol. Iv been playing with it a bit, and am getting used to the new layout. Maybe this is intentional but where did the battery info and pulldown task bar ontop go? Also some things seem to be not fitted to the screen correctly, like my contacts list and the lock screen is cutoff 3/4 way thru the clock on bottom. Ill keep playing with the settings when I wakeup I just wanted to check I didnt miss something or install it wrong, like a lingering file between the 2 versions caused an incompatibility. Other then that its pretty sexy sofar

parsing errors on swype

I have asked this question in the eyecandy ice cream sandwich thread but no one has said anything. evertime i try to load swype from the beta invite email it goes all the way until i hit to 'fetching swype beta download' then you pic 'swype beta' then is says "parse error, there is a problem parsing the package".
i have even loaded up sense roms and any rom i flash it always says the same thing. every time i flash a rom i run a "wipe sensation" program thengo thru the usual data wipe, cache wipe, them flash rom, then go back and wipe dalvic cache and fix permissions. same combo i have been doing for a year or so.
does anyone have any insight to this problem? I really miss not having swype.
ksnexusone said:
I have asked this question in the eyecandy ice cream sandwich thread but no one has said anything. evertime i try to load swype from the beta invite email it goes all the way until i hit to 'fetching swype beta download' then you pic 'swype beta' then is says "parse error, there is a problem parsing the package".
i have even loaded up sense roms and any rom i flash it always says the same thing. every time i flash a rom i run a "wipe sensation" program thengo thru the usual data wipe, cache wipe, them flash rom, then go back and wipe dalvic cache and fix permissions. same combo i have been doing for a year or so.
does anyone have any insight to this problem? I really miss not having swype.
Click to expand...
Click to collapse
It's not just you man. I've been trying this for days. I'm on an HTC sensation running elegancias sense 4. I have no idea what's up with it. Not having swype sucks
Did you try pushing it to system/app?
have not tried it on your ROM, but on the MIUI v4, this worked for me.
Its a flashable swype.
http://www.mediafire.com/?l5brukdug885u6u
I was getting this error with other apks when my memory card was corrupt. Try a different memory card maybe?
This was happening for me a few days ago. Then resolved itself, however it has started again. It's not only you. A lot of people are reporting it on their forums.
Sent from my HTC Sensation XE with Beats Audio using XDA
Hi I am running ordroid rom and replying to this post using swipe. No problems here. Just enable it in settings. I even choose the color of my swipe. Works perfectly just like with stock. But yes, you do have to enable it first for it to work. Not sure about other Roms but I can confirm ordroid 8.6.5 is running swipe perfectly. Hope this helps.
Sent from my Sensation 4G using xda premium
wow, thank you guys for all your replies. guess i forgot to follow this thread like i normally do. I am going to try the flashable apk in top of this thread. i will let you guys know.
btw, I am a swype fanboy all day long but with these problems trying to load it i have went back to running the swiftkey x keyboard til i can get my beloved swype back.
rolltideburr said:
have not tried it on your ROM, but on the MIUI v4, this worked for me.
Its a flashable swype.
mediafire.com/?l5brukdug885u6u
Click to expand...
Click to collapse
Does not work. Someone has a working version of the installation?
Flash version worked great! Thanks!
There's nothing wrong with your phone.
It seems they forgot to upload the file on their servers; at least this is what they're saying on their forum
http://forum.swype.com/showthread.p...a-Error-Download-Failed-Password-Reset/page12
Hopefully they'll have a fix soon..
rolltideburr said:
have not tried it on your ROM, but on the MIUI v4, this worked for me.
Its a flashable swype.
http://www.mediafire.com/?l5brukdug885u6u
Click to expand...
Click to collapse
Thanks so much for the flash zip. I kept trying to download via swype installer but no luck. Flashed this and set to default input in keyboard settings and it works beautifully! Gonna keep this one for backup.
Sent from my HTC Sensation XE with Beats Audio using XDA
Swype error - permission problem?
Guys/Gals,
I also found another error in alogcat, that could be the issue... it says "Not granting permission android.permissions.INSTALL_PACKAGE to package com.swype.android.installer (protectionlevel=3 flags=0xae44)"
Not sure, but it may be the issue. Anybody know how to allow that permission for this app?
*edit* tried copying the installer app to system/app , but that does not do anything. I am also getting the FileNotFound exception, but that could be a problem with Swype installer in ICS...
The flashable file worked like a charm, boom... I've been having the same issue with parsing errors. I guess the dummies from Swype have not fixed the problem yet.
Thanks rolltideburr
I am trying TouchPal now (free in google play)... so far quite good (better than SlideIT). If Swype wants to scare their beta users away, they are making a good effort of it.
Here is how I got Swype back:
If any of you have a NAND backup of before you lost Swype, you can pull out com.swype.android.input (or something very similar) from the backup and extract it. Once extracted and restored (app + data), wipe cache and dalvik and go enable it in Settings --> Language and Input. BAM!!! You got Swype!!

[Q] System UI keeps crashing

Hey guys,
I am currently running skyICS 4.2F6-2.6.1B and recently, my phone has been crashing alot. I am using the Touchwix UX and that has been crashing, but today the system UI has been crashing as well. I also noticed today that the battery life is significantly lower than what it normally is. The camera fails when I try to use it and the flashlight makes the system lock up.
Do I just need to reflash a new ROM? Before this, it was running perfectly. Could I just clear the cache and will that fix it?
Thanks
samtruong200 said:
Hey guys,
I am currently running skyICS 4.2F6-2.6.1B and recently, my phone has been crashing alot. I am using the Touchwix UX and that has been crashing, but today the system UI has been crashing as well. I also noticed today that the battery life is significantly lower than what it normally is. The camera fails when I try to use it and the flashlight makes the system lock up.
Do I just need to reflash a new ROM? Before this, it was running perfectly. Could I just clear the cache and will that fix it?
Thanks
Click to expand...
Click to collapse
I would try clearing cache and dalvick first. If that doesn't solve your problem ...then full wipe & flash rom fresh . Good Luck
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
samtruong200 said:
Hey guys,
I am currently running skyICS 4.2F6-2.6.1B and recently, my phone has been crashing alot. I am using the Touchwix UX and that has been crashing, but today the system UI has been crashing as well. I also noticed today that the battery life is significantly lower than what it normally is. The camera fails when I try to use it and the flashlight makes the system lock up.
Do I just need to reflash a new ROM? Before this, it was running perfectly. Could I just clear the cache and will that fix it?
Thanks
Click to expand...
Click to collapse
I would probably say reflash the ROM is the correct way to go.
**MAKE SURE YOU PUT THE ROM IN YOUR EXTERNAL MEDIA CARD PRIOR TO PERFORMING THE STEPS PROVIDED!!***
Wipe X3
format /system X3
format /data X3
format /cache X3
format /emmc X3
Then install the ROM you want to install.
On SkyICS 4.2F6, right around update 2.5 / 2.6 is when the system partition got max'd out. If you have TiBu, check your "system ROM" free space... if next to nil, you will start running into issues. Are you on the BaseR2 ROM, BaseR3, or Dragon? If BaseR2, you will need to free up some headroom on the system partition (/system/app). Search the SkyICS 4.2F6 ATT Development thread for previous posts about freeing up space on system partition (I posted on Development thread regarding this). If you're not on R2, you should have enough system partition space, and most likely this is not the cause of your problem.
DoctorQMM said:
On SkyICS 4.2F6, right around update 2.5 / 2.6 is when the system partition got max'd out. If you have TiBu, check your "system ROM" free space... if next to nil, you will start running into issues. Are you on the BaseR2 ROM, BaseR3, or Dragon? If BaseR2, you will need to free up some headroom on the system partition (/system/app). Search the SkyICS 4.2F6 ATT Development thread for previous posts about freeing up space on system partition (I posted on Development thread regarding this). If you're not on R2, you should have enough system partition space, and most likely this is not the cause of your problem.
Click to expand...
Click to collapse
I actually did run out of space when trying to move on with my updates, which is why I stopped there. I am not sure which items i could remove in the system partition so I also just left that. Any suggestions on which to get rid of?
samtruong200 said:
I actually did run out of space when trying to move on with my updates, which is why I stopped there. I am not sure which items i could remove in the system partition so I also just left that. Any suggestions on which to get rid of?
Click to expand...
Click to collapse
It really depends on what apps you use / don't use. If you are on R2 safebase, and don't use "S-Voice" (since Sean added GoogleNow, he removed S-Voice from the R3 bases), start with removing it first. S-Voice is the "voicetalk.apk". I'd recommend first backing it up w/ TiBi (in case you want to restore it later), then using TiBu, uninstall S-Voice (voicetalk.apk). It's 30mb on the system partition and you can probably stop there. But if want to free up more space on system partition, SocialHub (SevenEngine.apk) is 8.5mb. I had removed 10 apps which freed plenty of space... but then at 2.8, I decided to reflash the R3 Dragon... really happy with it... no issues whatsoever.
I already removed S voice. I currently have 49.2MB free, is that good enough? Should I keep figuring what to delete? I would reflash R3 Dragon, but I just don't want to go through all the effort of recreating my home screen and my folders and such. :/ unless there is a way to save and restore that kind of thing.
samtruong200 said:
I already removed S voice. I currently have 49.2MB free, is that good enough? Should I keep figuring what to delete? I would reflash R3 Dragon, but I just don't want to go through all the effort of recreating my home screen and my folders and such. :/ unless there is a way to save and restore that kind of thing.
Click to expand...
Click to collapse
49mb free should be more that sufficient to run without crashes. I think at this point your best best is to restore a recent nandroid (if you did one)... at least the last known good one where you were not encountering crashes and FCs. I use Apex Launcher which I really like, and it gives you the option to backup settings and homescreens. Other than these suggestions you might need to reflash. I'd recommend the R3 Dragon this time with the 2.8A.
Hmm... I've had similar problems when I upgraded to the OFFICIAL ICS update, and was the reason why I rooted in the first place. Now I'm running Jellybean and it's great
It looks like the I727 and ICS don't go along very well...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Jooni said:
Hmm... I've had similar problems when I upgraded to the OFFICIAL ICS update, and was the reason why I rooted in the first place. Now I'm running Jellybean and it's great
It looks like the I727 and ICS don't go along very well...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Is there already a Jellybean ROM for skyrocket? How stable is it?
It runs fine, but occasionally it shuts down randomly. Well, it hasnt for the past few days, but I'm keeping a close eye on everything. Also, I have no idea how to set the APN and the phone doesn't hve the right settings. I'm on Rogers and would appreciate any help
Otherwise, I really like it. The ROM is in the android development section of in the skyrocket section.
Sent from my SAMSUNG SGH-I727, the iPhone Killer

Categories

Resources