I just finished flashing IHOP_BELL then OrangeFR 2.3.4 w/ ram fix and also the Bell GB radio onto my Bell Atrix. I then used Titanium Backup to restore my settings/apps. I now get a mysterious program simply called "X" in my battery usage which is eating up my battery, mainly when the screen is turned on. I left my phone on over night on battery power and X didn't significantly affect it then. I've tried searching the forums and on google but it's hard searching for a single letter problem even with additional search terms. I've attached screenshots of battery usage showing the app in question. I could try flashing something else and hope that solves the problem but I'd prefer to fix the problem directly.
Anthrox- said:
I just finished flashing IHOP_BELL then OrangeFR 2.3.4 w/ ram fix and also the Bell GB radio onto my Bell Atrix. I then used Titanium Backup to restore my settings/apps. I now get a mysterious program simply called "X" in my battery usage which is eating up my battery, mainly when the screen is turned on. I left my phone on over night on battery power and X didn't significantly affect it then. I've tried searching the forums and on google but it's hard searching for a single letter problem even with additional search terms. I've attached screenshots of battery usage showing the app in question. I could try flashing something else and hope that solves the problem but I'd prefer to fix the problem directly.
Click to expand...
Click to collapse
Htf did you get that..?
Try: System Panel and/or Watchdog, both from the Market or http://forum.xda-developers.com/show...php?p=15869868 Between the three of them you should be able to figure something out, hopefully.
Realized I could search for the process with Terminal Emulator. Shows up as /usr/bin/X which lead me to this: http://forum.xda-developers.com/showthread.php?t=1171020 too bad there's no response. I can't seem to kill the process either even with root.
I froze everything I could related to webtop but it's still running on boot and can't be killed. It may also help to know that I came from greyblur framework since I batch restored my apps and data. I did the same thing the other guy did and moved X for now but that's not really the root of the problem.
My market also doesn't download/install properly now apparently. I'm just going to clear my data.
Edit:
I've found the offending code in init.rc but even if I mount it as rw, when I restart my phone the code is back to normal. I'm also not 100% sure of the best way to edit this so I can still load webtop if that's what I'm actually doing (though I probably won't ever).
Code:
# OSH properties
setprop sys.SystemMode RM_SM_MOBILE
setprop sys.FbOwner 3
setprop sys.DispOwnerLcd 3
setprop sys.DispOwnerHdmi 1
setprop sys.AiwFocus 3
setprop sys.AMActiveTask 2
# Mount OSH
exec /system/bin/mountosh -d /dev/block/mmcblk0p13
and later in the file
Code:
#OSH Startup
service slrestart /usr/local/bin/start_syslog.sh
class pre-zygote_services
oneshot
disabled
on property:ro.build.type=userdebug
start slrestart
on property:ro.build.type=eng
start slrestart
service fbcp /etc/init.d/start_fbcp.sh
class pre-zygote_services
user mot_osh
group mot_osh
oneshot
on property:dev.bootcomplete=1
setprop ro.webtop.boot 1
start loadpreinstalls
on property:ro.webtop.boot=1
exec /system/bin/logwrapper /ubuntu.sh
on property:sys.SystemMode=RM_SM_DOCKED
exec /osh/etc/init.d/startX.sh
I don't know why the startX.sh would run though since it has a different value, and I've double checked via adb after boot.
I have the same problem and I hope there is a solution!
You can see that /usr/bin/x uses 50% CPU (100% of one core) all the time with "top"!
I had the exact same issue on OrangeFR as well as Ninja. I SBFed back to 2.2.2 (where there was no problem) and back to OrangeFR only to see X resume eating half my CPU.
Strangely, the moment I installed kennethpenn's Beta 4.5, the problem disappeared. Since then I've wiped and installed Ninja once more and things have been fine. My CPU usage is normal again and I don't see X listed at all. I have no idea how it got fixed. Doesn't make much sense at all.
kennethpen said it must have something to do with a broken Webtop but I don't know how to fix that.
Any help?
From my experience, and the experience of another person posting in the Dev forum, you'll need to install an updated webtop. The one in kennethpenn's Beta 4.5 rom worked for the two of us. You can't get it on Xda anymore, but it's still on his briefmobile site. There's also a thread in the Xda dev forum for an updated webtop. I haven't tried that one but it could be worth a go.
I had terrible battery life, before, but I do not recall having an X under battery usage. Then I installed 2.3.4 from Samcripps Fruitcakes.
Specifically 234-sb-release.zip,(system and boot) and then 234-w-release.zip(webtop)
After that I flashed latest GB bellradio from Samcripp, and then INTL-MBR-1100-GB-Kernel-0.1.2-ext4-sv.zip
I just put [ROM] R-9 2.3.4GB [Base 4.5.91] with EXTRAS! *V5* on, after that I reflashed latest GB bellradio from Samcripp, and then INTL-MBR-1100-GB-Kernel-0.1.2-ext4-sv.zip
Everything seems to be working great.
Starts fast, shuts down fast, everything loads fast, 3g is fast, wifi is fast,
no issues yet. Hopefully this can help someone else get their phone running better.
AND it has D3 camera!
frelnik said:
From my experience, and the experience of another person posting in the Dev forum, you'll need to install an updated webtop. The one in kennethpenn's Beta 4.5 rom worked for the two of us. You can't get it on Xda anymore, but it's still on his briefmobile site. There's also a thread in the Xda dev forum for an updated webtop. I haven't tried that one but it could be worth a go.
Click to expand...
Click to collapse
Do you have a link for that? I don't want to flash a whole new system...
MaluNoPeleke said:
Do you have a link for that? I don't want to flash a whole new system...
Click to expand...
Click to collapse
A poster above seemed to have luck with Samcripp's webtop in his Fruitcake thread here:
http://forum.xda-developers.com/showthread.php?t=1163009
There's another webtop CWM download here:
http://forum.xda-developers.com/showthread.php?t=1169457
I can't speak to whether either of those solve the X problem, but it's worth a try.
frelnik said:
A poster above seemed to have luck with Samcripp's webtop in his Fruitcake thread here:
http://forum.xda-developers.com/showthread.php?t=1163009
There's another webtop CWM download here:
http://forum.xda-developers.com/showthread.php?t=1169457
I can't speak to whether either of those solve the X problem, but it's worth a try.
Click to expand...
Click to collapse
Thanks a lot, the first link worked!
MaluNoPeleke said:
kennethpen said it must have something to do with a broken Webtop but I don't know how to fix that.
Any help?
Click to expand...
Click to collapse
on the page at briefmobile.com/alien the newest webtop is available for download. Flash it and maybe it will fix the issue.
Cobbled together fix
Try downloading the webtop update from:
briefmobile.com/alien
If that doesnt help and you don't mind losing webtop access, rename the "/osh/ubuntu.sh" file to "/osh/ubuntu.sh.bak" and essentially cripple webtop and prevent if from starting.
Worked for me.
Related
Ok, before you tell me to search, I have. For two days. I have looked at everything from forums to youtube videos on how to root the droid eris. The thing I am trying to do the unrevoked method. The thing I can't get past is in the begining. I go to the hboot screen by pressing volume down and power. I plug in my usb cable and nothing happens. I think I'm supposed to see it say hboot usb plug. It doesn't. I go to devise manager just to check and it doesn't show my phone. So I'm sure you can see my frustration not even being able to get past the first step. Any help would be great.
Thanks,
Matt
Got it fixed using the 1 click root from the market. Then added XTR Sense rom. Works great.
Congrats and welcome to a whole new Eris!
Yes, congratulations, and furthermore, excellent choice of a "replacement" ROM, I just recently went back to xtrSENSE after perhaps four months playing with Froyo.
FYI, I suspect the issue was you might've needed the Windows drivers for the phone loaded before using the unREVOKED method, but it's just a guess.
Install HTCSync (available from HTC's website) for the Droid Eris and that'll install the correct drivers, which will take a moment to load the first time you plug your phone in via USB next time. Also, give it a moment to load those drivers before doing anything like mounting the SD card to the computer via USB.
I just rooted mine back in December and the 1 click was the one that made the most sense for me, i didnt even kno bout the unrevolked til after i was rooted....but im loving the cm7 gingerbread roms, for being such early versions there really stable
Sent from my GSBv1.5-ERIS using XDA App
Pauly2277 said:
I just rooted mine back in December and the 1 click was the one that made the most sense for me, i didnt even kno bout the unrevolked til after i was rooted....but im loving the cm7 gingerbread roms, for being such early versions there really stable
Sent from my GSBv1.5-ERIS using XDA App
Click to expand...
Click to collapse
Belated welcome to rooting, then.
roirraW "edor" ehT said:
Belated welcome to rooting, then.
Click to expand...
Click to collapse
Why thank you sir....i just dont kno why i didnt do it earlier
Sent from my GSBv1.6-ERIS using XDA App
Pauly2277 said:
Why thank you sir....i just dont kno why i didnt do it earlier
Sent from my GSBv1.6-ERIS using XDA App
Click to expand...
Click to collapse
You were probably afraid that you'd let the smoke out.
I'm about to take the plunge myself. I use the Trackmaster app for recording lap times. From my research, Sense does not support the SPP (Serial Port Protocol) bluetooth profile. But, I understand that a non-sense (AOSP) ROM will have the entire bluetooth stack intact.
I've been following the tazz and shed GB threads with much admiration. It's just amazing what some folks will do for coffee money. And guys, I wish you all the best with your personal struggles!
My plan is to root this week. Make sure the phone remains stable. Practice that Up-Volume & Power Button thing a few times to make sure I can follow the flash procedure. Then grab GB next week.
I've read the rooting for dummies thread, and will use the one-click root app from the market. Free one first. Then if all is well I'll download the pay one.
Successful GB load will get a meal, and after I confirm my bluetooth GPS unit works with Trackmaster, coffee money will follow.
As you may be able to tell from the above sentence fragments (or maybe the straight forward I don't give a sh.t if I violate any social protocol plan) I'm a former Engineer (retired), so constructive advice / criticism is greatly appreciated. And I got the time to double-check everything.
Alan Wolfe
Many people with less analytical skills than you have rooted, and it sounds like you've done your homework, so it should be a snap for you. The only thing I will add is to re-emphasize what you proabably have already read - that you should:
- check the file integrity of all file downloads (using MD5 sigs or "jar verify" principles for ROM files, e.g. use 'scary alien's" AFV (Androd File Verifier) free market app)
- charge the phone well before any flashing operations (and don't let it sit in HBOOT or Fastboot modes for extended period of time - it discharges rapidly, even if plugged in)
- make a Nandroid backup of your existing ROM. If things don't work out with the BT issues, you can always go back to where you were, little worse for the wear.
cheers and good luck
Thanks - didn't have the MD5 crypto check in the plan, but it is now.
I just can't believe how good the work being done here is. I used to contract for much poorer work for much more money! This just proves that passion beats bucks every time!
p.s. I pushed that Thanks button for you, but damned if I can tell if it worked
p.p.s Got the Thanks thing - I see it now.
bftb0 said:
Alan Wolfe
Many people with less analytical skills than you have rooted, and it sounds like you've done your homework, so it should be a snap for you. The only thing I will add is to re-emphasize what you proabably have already read - that you should:
- check the file integrity of all file downloads (using MD5 sigs or "jar verify" principles for ROM files, e.g. use 'scary alien's" AFV (Androd File Verifier) free market app)
- charge the phone well before any flashing operations (and don't let it sit in HBOOT or Fastboot modes for extended period of time - it discharges rapidly, even if plugged in)
- make a Nandroid backup of your existing ROM. If things don't work out with the BT issues, you can always go back to where you were, little worse for the wear.
cheers and good luck
Click to expand...
Click to collapse
One thing to add: the Gingerbread ROMs require you to download and flash a google apps .zip file before you restart the phone, unlike many other ROMs that include Google apps as part of the ROM. So, that is one more file that you need to check an MD5 hash, and the procedure will be something like this:
- download and verify the GSB/Tazz and Google apps zip files
- copy them to the root directory of the SD card, and check the MD5s there as well
- root the phone
- restart it to get the root process to install custom recovery
- restart in Recovery
- Nandroid backup what you have
- wipe data/factory reset
- wipe Dalvik cache
- Flash GSB (or Tazz, whichever one you choose)
- Flash Google apps
- restart the phone
doogald said:
One thing to add: the Gingerbread ROMs require you to download and flash a google apps .zip file before you restart the phone, unlike many other ROMs that include Google apps as part of the ROM. So, that is one more file that you need to check an MD5 hash, and the procedure will be something like this:
- download and verify the GSB/Tazz and Google apps zip files
- copy them to the root directory of the SD card, and check the MD5s there as well
- root the phone
- restart it to get the root process to install custom recovery
- restart in Recovery
- Nandroid backup what you have
- wipe data/factory reset
- wipe Dalvik cache
- Flash GSB (or Tazz, whichever one you choose)
- Flash Google apps
- restart the phone
Click to expand...
Click to collapse
Interesting doogald. I understood that root should be done first before any downloading. Thanks for the above instructions! I had things a little out of order. Would you mind clarifying when the SD card format should be done? I was going to:
- root the phone
- format SD
- copy ROM and gapps
- MD5 check
- restart ... and follow your order above.
Alan Wolfe said:
Interesting doogald. I understood that root should be done first before any downloading. Thanks for the above instructions! I had things a little out of order. Would you mind clarifying when the SD card format should be done? I was going to:
- root the phone
- format SD
- copy ROM and gapps
- MD5 check
- restart ... and follow your order above.
Click to expand...
Click to collapse
Honestly, I think that the SD card format is unnecessary. Unless I am mistaken, it was suggested in part to rule out issues people might be having moving from rooted Froyo to Gingerbread, to erase the SD card's /.android_secure hidden folder - where apps that are moved to SD Card in Froyo are stored. That will not be an issue for you if you are stock Eris.
However, it won't hurt to do it, and that would be the step that it should be done.
Thanks again. Its nice to get confirmation.
Ignorant question - The one-click root app says to "reboot" the eris. How do you reboot the eris?
I searched forum - read the whole one-click app thread - googled "reboot eris" and got nothing.
NEVERMIND!!! I turned the phone off, vol - & power, select recovery with vol +, then select reboot.
And I got a Superuser Permission... widget now.
Alan Wolfe said:
I'm about to take the plunge myself. I use the Trackmaster app for recording lap times. From my research, Sense does not support the SPP (Serial Port Protocol) bluetooth profile. But, I understand that a non-sense (AOSP) ROM will have the entire bluetooth stack intact.
I've been following the tazz and shed GB threads with much admiration. It's just amazing what some folks will do for coffee money. And guys, I wish you all the best with your personal struggles!
My plan is to root this week. Make sure the phone remains stable. Practice that Up-Volume & Power Button thing a few times to make sure I can follow the flash procedure. Then grab GB next week.
I've read the rooting for dummies thread, and will use the one-click root app from the market. Free one first. Then if all is well I'll download the pay one.
Successful GB load will get a meal, and after I confirm my bluetooth GPS unit works with Trackmaster, coffee money will follow.
As you may be able to tell from the above sentence fragments (or maybe the straight forward I don't give a sh.t if I violate any social protocol plan) I'm a former Engineer (retired), so constructive advice / criticism is greatly appreciated. And I got the time to double-check everything.
Click to expand...
Click to collapse
I could tell. The way you wrote reminded me of myself, at least from time to time. And probably even more often how I think.
Alan Wolfe said:
Thanks again. Its nice to get confirmation.
Ignorant question - The one-click root app says to "reboot" the eris. How do you reboot the eris?
I searched forum - read the whole one-click app thread - googled "reboot eris" and got nothing.
NEVERMIND!!! I turned the phone off, vol - & power, select recovery with vol +, then select reboot.
And I got a Superuser Permission... widget now.
Click to expand...
Click to collapse
FYI rebooting the phone at it's simplest is just telling the phone to shut down the Android OS and then boot it back up. This doesn't have to involve actually shutting the power off to the phone but it can if you so choose. Also, some ROMs and/or through some apps/widgets, you can explicitly command your phone to "reboot" from within the Android interface. I just didn't want you to think that any time a "reboot" is needed, that you have to boot into recovery and choose the "reboot" option from there.
It's just like a reboot on a computer. Actually powering the computer off isn't really necessary to affect a reboot.
Welcome to root and XDA!
Thanks!
I saw a lot of references to Titanium Backup so I DLed the free version. Its happy now after I enabled USB Debugging and download from Unknown sources. So now that I have double checked I Know I got root now.
Oh, and since I confirmed root I uninstalled the one-click root app and made a donation to the San Antonio Food Bank.
Welcome to the dark side ! At least we have coffee and cookies here !!! LOL
Seriously though, so what ROM did you end up choosing ? Any time someone new to the forums finally roots and flashes a ROM we like to see how things are going and see that your process was successful !
GSB 1.7
Awesome!!!
Now I gotta finish up downloading my apps and getting things set up. This is totally cool.
I did:
- reformat SD
- copy goodies from PC
- wipe data
- wipe dalvik
- flash GSB
- flash gapps
- flash c2c
- reboot
Sooo I am very happy my Ginger Tazz. It is awesome. Now looking into different themes. One concern is skype mobile says it only works on verizon wireless. Im on VW. Why isnt it working?
Thanks
Sent from my Ginger Tazz using XDA App
msturner79 said:
Sooo I am very happy my Ginger Tazz. It is awesome. Now looking into different themes. One concern is skype mobile says it only works on verizon wireless. Im on VW. Why isnt it working?
Click to expand...
Click to collapse
There are two Skype apps for Android: a "special" one for VZW that does not work with WiFi (at least on the Eris it does not), and a real version that does work over WiFi. The VZW version will use Verizon minutes to make calls to phone numbers but 3G for Skype to Skype (and international calls.) I think that the real Skype app uses 3G or WiFi for everything, but 'm not sure.
In the market: https://market.android.com/details?id=com.skype.raider&feature=search_result and https://market.android.com/details?id=com.skype.android.verizon&feature=search_result
i have tried TSMressurection, and Powerwashed GB roms (followed the ops directions to the T)and i cannot get around all this lag. it seems after about 1 or 2 hours of using the phone i have to reboot. menues open SUPER slow, sometimes screen freezes for about 10 secs...i installed these roms thinking it would get rid of it...i am using Voodoo...
what can i do? what have you all done/used to make it run better? i have tried the supercharged scripted as well and nothing changes...
help me cause i LOVE the screen on this phone and want to keep it..
thanks
**OH CRAP, i did not realize i was posting this in the DEV section...MODS can you please move for me? thanks and sorry!!**
try miui or cm7 with glitch kernel, the difference is night and day.
Sent from my MIUI SCH-i500
dvigue said:
i have tried TSMressurection, and Powerwashed GB roms (followed the ops directions to the T)and i cannot get around all this lag. it seems after about 1 or 2 hours of using the phone i have to reboot. menues open SUPER slow, sometimes screen freezes for about 10 secs...i installed these roms thinking it would get rid of it...i am using Voodoo...
what can i do? what have you all done/used to make it run better? i have tried the supercharged scripted as well and nothing changes...
help me cause i LOVE the screen on this phone and want to keep it..
thanks
**OH CRAP, i did not realize i was posting this in the DEV section...MODS can you please move for me? thanks and sorry!!**
Click to expand...
Click to collapse
There is a huge debate about this, but if you are not ready for a new Kernel, you can try an app call Autokiller Memory Optimizer and set it to the Optimum setting.
This will kill apps that are eating up your RAM and over time can slow your phone. This is one simple and quick solution.
This app adjust the memory killer that is already used by the phone. This just helps it to work more efficiently.
dvigue said:
**OH CRAP, i did not realize i was posting this in the DEV section...MODS can you please move for me? thanks and sorry!!**
Click to expand...
Click to collapse
Join the club; I just did the same thing
Has anyone seen John Connor?
moved
sageDieu said:
try miui or cm7 with glitch kernel, the difference is night and day.
Sent from my MIUI SCH-i500
Click to expand...
Click to collapse
Big plus one to this. It's like CM7 (CyanogenMod) or CM7-based MIUI should have been released for our devices from the start. I couldn't believe how smooth my Fascinate was after installing andmer's MIUI.
Here's his twitter where he links to his releases: http://twitter.com/#!/andmer_
And here's the latest release as of this post: http://goo.gl/Pja9F (includes jt's CM7 kernel) + patch: http://goo.gl/OquBU
Relaxasaurus said:
Big plus one to this. It's like CM7 (CyanogenMod) or CM7-based MIUI should have been released for our devices from the start. I couldn't believe how smooth my device was after installing andmer's MIUI.
Here's his twitter where he links to his releases: http://twitter.com/#!/andmer_
And here's the latest release as of this post: http://goo.gl/Pja9F (includes jt's CM7 kernel) + patch: http://goo.gl/OquBU
Click to expand...
Click to collapse
oh trust me i want to be on CM7 or MIUI, but i CANNOT get around the SD mount error. i have another thread about it. i have tried everything and nothing works. i was thinking of ordering a smaller 8 gig card to try and see if its my cards, what class/type card should i get just to install and MTD rom?? i cant CM7 and MIUI bad
Where's your other thread? I had an SD Card mount error but found a fix and posted it here:
http://forum.xda-developers.com/showthread.php?t=1296694&page=2#post18859876
Let me read your thread and I'll see if it's the same issue.
here is mine http://forum.xda-developers.com/showthread.php?t=1325525
Jsut so I have the steps down:
1) You have the ROM zip file on your SD Card
2) Reboot into ClockworkMod
3) Select install Zip from SD card
4) Navigate to the Zip file
5) Install
You're saying the process breaks for you at #3 because CWM can't read your SD Card?
If the above problem is true, try using rom manager to find and flash the file. if not try a different sd card.
Sent from my MIUI SCH-i500
back to the lag issue...when running these roms are you restoring backups from Titanium. If so, are your backups from a froyo rom, that could be part of the problem if you also get force closes. I had the same problem a while back. I have also noticed if changing fonts(such as with absolute system root tools) certain more elaborate fonts can cause some lag as well. also check into the widgets you are using, even on CM7.1 i get insane lag and launcher force closes if I use Fancy Widgets but everything else is fine.
Hopefully one of those things will solve the issue...if not wipe it clean and start fresh lol but seriously hope you figure it out
after re-reading the op it really sounds like your problem could be with restoring apps, it sounds identical to when I first switched to the GB roms. You run smooth as butter for a while the it all goes to hell. I would start with wipe data/factory reset but when intalling backups try WITHOUT DATA if you still get lag, wipe again and install your apps manually from the market or where ever. I ended up going with the latter and haven't had issues since.
On my Galaxy Tab 10.1 running 'In Paris V4' with preshoot's kernel I have the following problem:
Android media process hogs CPU (47%, which means 100% for one thread on this dual core device).
The device was running fine for a few months, so the problem is not the ROM/kernel but was caused by something else later on.
I would like to fix this problem (without reformatting/reflashing the whole ROM). If there is no easy solution I just want to disable it, but could not figure out how.
Killing the process helps for some time, but after some minutes/hours the process is back. I tried 'pm disable com.android.providers.media' as well as 'pm disable com.android.providers.media/com.android.media.MediaScannerReceiver' -- both with no result (it helps for a few minutes but then the process is back again!).
I don't know how/where this process is started so that I can make a modification there to disable it or which package I should delete to get rid of the process.
Any help/suggestions are appreciated.
This obviously seems to be the wrong board I am posting that supposedly simple question in -- could somebody please point me in the right direction and I will ask again in a more appropriate board.
I'd say the board is the right one ... but at least I can't help you here, as I don't know the answer .
My only advice would be to flash a newer ROM, isn't inParis kinda "outdated"? I think android.media has something to do with connecting USB devices to the tab, since it's the thing that crashes on ICS KANGs when you plug out your USB stick ... but that's all I can help you with (if it's any help)
mrmagmrmag said:
On my Galaxy Tab 10.1 running 'In Paris V4' with preshoot's kernel I have the following problem:
Android media process hogs CPU (47%, which means 100% for one thread on this dual core device).
The device was running fine for a few months, so the problem is not the ROM/kernel but was caused by something else later on.
I would like to fix this problem (without reformatting/reflashing the whole ROM). If there is no easy solution I just want to disable it, but could not figure out how.
Killing the process helps for some time, but after some minutes/hours the process is back. I tried 'pm disable com.android.providers.media' as well as 'pm disable com.android.providers.media/com.android.media.MediaScannerReceiver' -- both with no result (it helps for a few minutes but then the process is back again!).
I don't know how/where this process is started so that I can make a modification there to disable it or which package I should delete to get rid of the process.
Any help/suggestions are appreciated.
Click to expand...
Click to collapse
Freeze the app with Titanium Backup or use this specific purpose app from the market
https://market.android.com/details?id=com.addz.mediascannerroot
Worked for me
mrmagmrmag said:
On my Galaxy Tab 10.1 running 'In Paris V4' with preshoot's kernel I have the following problem:
Android media process hogs CPU (47%, which means 100% for one thread on this dual core device).
The device was running fine for a few months, so the problem is not the ROM/kernel but was caused by something else later on.
I would like to fix this problem (without reformatting/reflashing the whole ROM). If there is no easy solution I just want to disable it, but could not figure out how.
Killing the process helps for some time, but after some minutes/hours the process is back. I tried 'pm disable com.android.providers.media' as well as 'pm disable com.android.providers.media/com.android.media.MediaScannerReceiver' -- both with no result (it helps for a few minutes but then the process is back again!).
I don't know how/where this process is started so that I can make a modification there to disable it or which package I should delete to get rid of the process.
Any help/suggestions are appreciated.
Click to expand...
Click to collapse
search pershoot's thread... Or check his website... it's there...
@slack04
Thanks a lot -- I used this solution:
http://forum.xda-developers.com/showthread.php?t=1258302
to automatically kill the process once it starts running. No real solution, but it helps until I manage to update the tab to ICS.
mrmagmrmag said:
@slack04
Thanks a lot -- I used this solution:
http://forum.xda-developers.com/showthread.php?t=1258302
to automatically kill the process once it starts running. No real solution, but it helps until I manage to update the tab to ICS.
Click to expand...
Click to collapse
Honestly, I was going to say that you'll spend less time doing the ICS update than looking for this; especially on that ROM (great ROM.... 6 months ago...). I'd suggest go with the last milestone from Romann.
mrmagmrmag said:
@slack04
Thanks a lot -- I used this solution:
http://forum.xda-developers.com/showthread.php?t=1258302
to automatically kill the process once it starts running. No real solution, but it helps until I manage to update the tab to ICS.
Click to expand...
Click to collapse
I would check your media files... delete them or put .nomedia file in all those places.
Next thing to try is to clean dalvik cache.
Thanks -- tried to flash latest Milestone and b26 releases. Unfortunately VPN is not working and I can only download apps via marked when connected to a VPN (even if this does not change my IP as I often just connect to my Router). So -- until VPN is supported with any ICS ROM I am stuck with my old In Paris 4 (with pershoot kernel to mount SMB shares via CIFS).
mrmagmrmag said:
Thanks -- tried to flash latest Milestone and b26 releases. Unfortunately VPN is not working and I can only download apps via marked when connected to a VPN (even if this does not change my IP as I often just connect to my Router). So -- until VPN is supported with any ICS ROM I am stuck with my old In Paris 4 (with pershoot kernel to mount SMB shares via CIFS).
Click to expand...
Click to collapse
I can understand if you'd just rather wait because of having to bother with reinstalling every thing, but it looks like you can change ROMs quickly. So why not goto Task14 while you wait for ICS?
There might be device issue I'm not aware of also, so just wondering.
If you can read this, thank the person that taught you how.
Just a noob sharing some thoughts, hope it can help some other noobs like me.
A no wipe in my book:
Here is how i do a no wipe.
In recovery, mount and storage and choose format system.
Go back and wipe Cache and Dalvik
Install / flash the rom.
A full wipe in my book:
Into recovery, mount and storage and format system, data and cache.
Go back, wipe/ reset data, cache and dalvik.
Install/flash rom
Format of the internal SD:
Here is what i do:
Make a app backup with TB to my external sd
Make a nandroid to my external sd
Make sure i also have a efs backup on my external sd
I only save mods, roms on my internal sd in my download map and this map i move to my external sd.
Then i reboot to recovery.
Mount and storage and format internal sd.
And to be save and have it nice a clean, also format system, data and cache and because i am not only a flashohalic but also a cleanohalic, i then wipe/reset factory reset, cache and dalvik.
Probably a big overkill, but he, done it several times it works for my and it only cause a few seconds.
Then i reboot, skip the setup/registration, move my download map back to my internal sd (don't like flashing from external sd).
Back in cwm, again a full wipe which includes the formats data, system and cache.
Then flash the rom and setting it up.
This way, you have a nice clean fresh S3, but and this is a big BUT.
Backup, backup backup and don't forget a efs backup to your external sd and pc.
Don't think lightly about those backups, when imei is broken and you don't have a backup, your a done, only thing left is a visit to Samsung.
Good luck when you are going for it.
And i know, Aroma installer is also doing some automatic wiping, but i am just a bit old fashion and like to do some stuff manually.
Bootloader.
As you all know, the new bootloader can be a pain in the ass.
But, i am still not sure that Samsung only released the new bootloader just to discourages us to flash custom stuff.
So, if you like flashing stuff and you are on the new bootloader like me, just remember when you entered recovery and you are done flashing stuff, use Triangle Away from Chainfire,
But, for some, like on my wifes phone, the latest version works without problem, but on my S3, i need to use the older version, 2.37, why, don't have a glue.
Not all S3 are the same, although have the same name and using the same chipsets.
But you can also use the old bootloaders, with does, you just have to run Triangle Away just once, when entering recovery, it will not count.
Your own choose.
About Sudden Death.
A lot of threads are open for this.
My 5 cents:
I have the "sudden Death" chips VTU00M chip with 0xf1 on both our phones.
Mine is running since 27 may 2012 without problems, still fast and smooth.
The other is up and running since 31 Augustus 2012 and also still fast and smooth.
Both have been rooted from day one, the only thing i do, is turning the devices off completely for a few minutes 4 to 5 times a week.
Old habit to clear memory, anyway, gives me time to do a good cleaning of my screen.
Here is the code to check your revision and to see from which day you are running your S3 *#12580*369#
Further more, AndreiLux found i string in the ELLA kernels released by Samsung that looks like that it solves the sudden death issue.
So, if indeed if fixes this issue, then off course the latest kernels releases from Sammy has also the fix and not just the custom kernels.
As far as i know, all the custom kernels has the fixes integrated this string by now, but i myself like the stock kernels, Indie puts in the Omega Roms.
Phil3759 has also made a repack of recovery based on CWM touch 6.0.2.7 to get it all safe.
More to come in the future, because i am learning everyday here on XDA and like to share and help others.
Edit, here is quote from AndreiLux about the new bootloader:
http://forum.xda-developers.com/showpost.php?p=37163086&postcount=1298
Do I need any particular Bootloader? No - There is no evidence to suggest this fixes anything
Apparently that's wrong, download mode on the device uses a microkernel from inside the bootloader instead of the full blown Linux kernel. When flashing something via Odin in download mode you'd be using the bootloader's MMC driver and thus be at risk.
All-day users are still safe via recovery and live kernel, but are not advised to flash things in download mode with an older bootloader. This also explains why they updated the bootloader in LLA. The security checks are a mere update to bring it up with what the 9305 and Note 2 users already have in terms of not able to get rid of the exclamation mark.
Personal note:
Maybe i am seeing this wrong, to much thinking in terms of home computers, but here is some thoughts regarding above.
From cold, turned off device,.
Turning the device on, micro kernel inside the bootloader kicks in to send information how to start the device correctly.
If it works this way and you are on the old bootloader, then every time you start the device with the old bootloader, you are at risk?
Some useful links:
My struggle with TA
Omega roms S3
Chris_84 Faq
Triangle Away
http://www.chainfire.eu/articles/118/Triangle_Away_vs_Samsung/
Old bootloader
Philz recovery
https://www.google.nl/search?q=andr...s=org.mozilla:en-US:official&client=firefox-a
https://play.google.com/store/apps/details?id=com.electricsheep.asi&hl=nl
https://play.google.com/store/apps/...sIm5ldC52aW5hZ3JlLmFuZHJvaWQuZW1tY19jaGVjayJd
Here i will post stuff that comes along the road like question about batterystats at recovery.
We used to have a option to wipe the battery stats at recovery, also there are some tools at Play store that claims to give a better battery life by just wiping those stats.
But after reading this excellent article, it comes clear that wiping those stats are bull.
So i am glad that option isn't available anymore and perhaps in time, the questions about those stats will faint away in oblivion
And another one i like to share.
Fast Dormancy.
Here is a great article about it, made by Erica.
For me, my provider is saying it's not supporting FD, but when use the method to check, it is supported.
So i tested it for a few days on and off and found that when it's off, i do get some better battery life, but it's just minor.
Instead of losing 5% battery at 8 hours standby, i lost 6%.
Also, i didn't see any benefits in speeds, so i turn it off every time after a flash of a new rom using gokhanmoral tool.
Another thing i like to add.
Wifi.
I have seen many posts about wifi problems.
Here what always works for me.
Sometimes just a reboot of the router will help.
Also, i find changing from dynamic (default) to static that my connection is faster connecting to my router (always use the never setting at wifi advanced to save battery).
Here is how to do it the easy way.
First set it up using it with the default dynamic settings, this way all will be filled in for you.
To change it to static.
Long press your connection and choose modify network config and check show advanced options.
Scroll down a bit and tap on IP settings and choose Static.
And that is all, now you have changed it to static and there is no more need for ip adress to negotiation any more.
https://www.google.nl/search?q=wifi...s=org.mozilla:en-US:official&client=firefox-a
Also if still having problems, adding some more permissions can solve it.
I use root explorer for this
ETC > Long press wifi folder and choose permissions (remember to change Mount R/W to Mount R/O) and check all nine boxes.
Hit back and go to Data > Misc and again long press wifi folder and again, check all nine boxes.
Space
I know, i am a control freak and i hate it when i see space just vanish.
So did some search and found a thumbnail map with more then 1gb size.
Looked at some submaps and i only saw some old stuff.
So, selected all the submaps and just deleted it without problems and gain more then a gb free space.
Here is where you can find it using root explorer:
storage > sdcard0 > .thumbnails.
Edit:
As bigmo7 pointed out, the thumbnails will be rebuild, but off course not off stuff that isn't present on the S3 anymore.
So, if you are someone that is just making pictures or making / creating movies and never delete then from your S3, there is no point off deleting the thumbnails.
But if you like me, moving, creating copying and deleting this kind off stuff, then you can gain space.
Battery life
Always a hot item.
First all, the S3 is a mini computer and computers need juice, just remember this.
Here are some stuff i always do after flashing a new rom.
If the rom comes with a aroma installer which let you select stuff to install or not install, look careful to the list.
Stuff you don't use, can just eat resources and i myself, just find it a waste.
Next, after flashing and setting up the new rom, you will be presented with the option to use wifi.
I always go to advanced when making a wifi connection to choose Never when phone is in standby.
For me, but this can be different for you, wifi is a bit off a drainer so do some testing, let it run overnight with Always selected and another night with Never and see the difference.
Next you will be present if you want to restore and let google backup your phone.
I always deselect backup my phone, first reason, i am a control freak and i decide when and what i want to backup.
And second it can give you wakelocks and this will cost you battery life.
Next step i do is going into settings and to sounds, i don't like the clicking sounds and i deselect all the system sounds.
Next, location services and deselect GPS and Location and Google search.
I want GPS active only when i need it, some apps like Facebook will activate GPS when running and i don't like this.
And i don't want Google to know where i am all the time.
Some weather apps needs Location and Google search to determine your location, but i use Weather pro and it don't need it.
Next step is going into accounts and look what you have selected for syncing.
I always deselect Google photos, Internet and Picasa web albums.
Stuff i don't need .
Location settings at accounts is also off.
Next step is using the Fast Dormancy toggle to disable Fast Dormancy, although my provider is supporting it, enabled costs me a little more juice. Although it's minor, but a lot off minors things makes it bigger .
Then starting Playstore and at settings, deselect Notifications.
And finally freeze stuff i don't use with Titanium Backup pro.
http://forum.xda-developers.com/showpost.php?p=31576747&postcount=105
All this, is giving me a great battery life, with screen on time between 4 1/2 to 6 1/2 hours, depends what i am doing.
And with the latest JB roms, 1 to 2% battery los in 7 hours standby.
No need for me to toggle Airplane mode, mobiledata or some other powersaving setting or app.
I am also always running the stock insecure kernel that comes with the rom, for me no need for a custom one.
Reserved
KeesStolk said:
I only save mods, roms on my internal sd in my download map and this map i move to my external sd.
Click to expand...
Click to collapse
Hello, when we flash a rom that already has mods ... do you know a way to save them ? (where to find them)
I mean. For example, my rom has a mod (and theme) on the toggles (pandoriam i9305). How can I save that mod ? Do you know a good tutorial to learn (safe) modding ?
thorcyar said:
Hello, when we flash a rom that already has mods ... do you know a way to save them ? (where to find them)
I mean. For example, my rom has a mod (and theme) on the toggles (pandoriam i9305). How can I save that mod ? Do you know a good tutorial to learn (safe) modding ?
Click to expand...
Click to collapse
I never save mods because most of the time when flashing a new rom, it's based on a new build and not every time mods are compatible, just like some themes by the way.
I just safe the mod files and thems, when i am sure they are compatible, i just flash them again.
Indie's Omega roms has already a lot of mods in it by default by the way, but i don't think he was for a 9305.
Good work Kees! Now I'm learning from you.
Chris_84 said:
Good work Kees! Now I'm learning from you.
Click to expand...
Click to collapse
Thank you for your kind words, but it is l who is learning from you every day .
Sent from my GT-I9300 using Tapatalk 2
and why dint i see this , brilliant my friend .... one of the best posts , well explained and really good stuff all at one place
thanks my friend
vegeta1 said:
and why dint i see this , brilliant my friend .... one of the best posts , well explained and really good stuff all at one place
thanks my friend
Click to expand...
Click to collapse
Thank you very much, but from you, Chris, Indie and the rest of the omega team are the ones I learn all this great stuff every day.
Sent from my GT-I9300 using Tapatalk 2
i always feel like a noob when ever i read here
big big thanks my friend for pointing out all this so nicely
Very nice posts KeesStolk. Maybe you should write a manual for us?
I'm about to post this in Q&A (searching for an answer brought me here )
I just (3 days ago) upgraded my Omega ROM to v40. All seemed fine - I did as normal but in v35, my last Omega there wasn't a Full Wipe option. I chose not to wipe and everything went as per usual with Omega. I reinstalled my extras (6 x 5 icons, Loud phone hack, Increasing ring phone, Note2 Keybd) and was back to normal.
Except, now my apps will not update.
I found out the hard way. I had a problem with Play Store - open it and it would flash briefly then close. Tried all I knew of but nothing worked so, logic said, Omega v40 is different enough I need a wipe and that why they put it in there as a choice this time. (I checked the Omega thread and couldn't see anything relevant but I was in the pub at the time and may not have been as thorough as I should have been)
I had a TB backup and Nandroid on my ExtSD from 2 days back and an EFS so I ran the install again and chose Full Wipe - again everything went well... until I tried to download TB so I could restore all my apps and data. Play Store opened and stayed Open (yaaaay!) and TB acts like it is downloading but nothing comes through - it just sits until it times out on an error.
I tried several apps and none would DL but then AuWeather DL'd just fine. I went back to TB - no go.
After much frustration I Restored my Nandroid and got back to where I was (Omega v35) but still I can't DL and update for TB. At least Play Store stays open though. I tried running the v40 update again, installing the Default, just in case, (& I have just finished DL'ing v41) but the DL/Update problem persists.
I'm now on:
AP – I9300XXEMA2
CP – I9300BUELK1
CSC – I9300LBEMA1
RF cal – 2012.6.28
HW Rev – MP 1.100
Any ideas? If I can't DL TB once I have flashed, I can't get my data back so a wipe isn't really an option until I fix the DL issues.
As I said, this will also be in Q&A but you seem to have a good grasp on the basics so I thought maybe...? :fingers-crossed:
So... I tried restoring back to v35 and got the same problem. And yet that version has been running since v35 came out, at least a couple of months. So I did it again but this time used the Android Revolution Wipe zip, then a straight install of v35. I could then load TB from Play Store and restore my apps and data. Phone seems back to normal now although I have lost some logs data from the couple of days between my backup and now - no biggie... I also now can update my apps.
So it seems it is something to do with Omega v40.
I've just DL'd v41 so will give that a try. Any help with what might have gone wrong would be much appreciated.
Thank you for your kind words, just sharing what i know and hoping this info can help others.
And how is it with v41?
Did you tried it with wifi and 3g, any difference?
Also tried removing your google account, reboot and setting it up again?
Hi kees !
Nice idea you've got with this thread but ... I hope it won't turn into another omega q&a thread . I would like to direct people here but it will be quite difficult if they will see Omega issues all over. Please point them out to the correct thread as you already posted the link to it. Just a thought , correct me if I'm wrong
Thanx !
Sent from my GT-I9300 using Tapatalk 2
xanthrax said:
Hi kees !
Nice idea you've got with this thread but ... I hope it won't turn into another omega q&a thread . I would like to direct people here but it will be quite difficult if they will see Omega issues all over. Please point them out to the correct thread as you already posted the link to it. Just a thought , correct me if I'm wrong
Thanx !
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Thanks and you are right, but the main purpose for me, is just help others with the noobish knowledge i have and let people and myself learn and share.
I don't mind which rom people are running, that's everyone his or here's choice and i totally respect that.
I think this thread deserves to be in General, since you're not asking anything. Hit "report" and see what a mod thinks about it
KeesStolk said:
Thanks and you are right, but the main purpose for me, is just help others with the noobish knowledge i have and let people and myself learn and share.
I don't mind which rom people are running, that's everyone his or here's choice and i totally respect that.
Click to expand...
Click to collapse
absolutely !!!
everyone`s choice ! but people must follow proper threads , i`ve got nothing against a certain rom but against disarray when users post or open endless threads about same thing .
some users hates me for this , i know it well , in my thread i always pointed out but somehow is unfair to maintain same topic on more threads .
that`s a bad habit for new users and not only for the rule`s sake but this is the way should be in a human community .
-=-=-
i was thinking as well to open a thread as yours but due to lack of time i didn`t. as soon as i`ll find interesting things i`ll let you know .
i myself am a NOOB !
---------- Post added at 11:28 AM ---------- Previous post was at 11:24 AM ----------
Glebun said:
I think this thread deserves to be in General, since you're not asking anything. Hit "report" and see what a mod thinks about it
Click to expand...
Click to collapse
... and i must agree with you this time ...
Thanks guys.
@xanthrax, i know the feeling, kind off busy family
But i like your comments, just straight forward, the way i like it.
Glebun said:
I think this thread deserves to be in General, since you're not asking anything. Hit "report" and see what a mod thinks about it
Click to expand...
Click to collapse
I think it should stay here as it "Helps" other users. General is more for discussions IMO.
But how about these?
http://forum.xda-developers.com/showthread.php?t=1749214
http://forum.xda-developers.com/showthread.php?t=1827635
http://forum.xda-developers.com/showthread.php?t=1732722
http://forum.xda-developers.com/showthread.php?t=1895737
http://forum.xda-developers.com/showthread.php?t=1946481
http://forum.xda-developers.com/showthread.php?t=2041679
and that's just the first page. all of the above are for "help"
i have a dopo (double power) d7015, the about tablet says the model is d7018. i've messed it up and didn't make a backup... does anyone have ANY info on these tablets? like if it is a rebranded other model? or any roms i can flash to it? i've tried putting 2 different roms on through the built in recovery, but it fails and says no more space on device.
originally i played with the advanced install of busybox installer, and that started problems... first thing i noticed was the 0 total internal space... i restored to factory settings, but the problem persisted and it wouldn't obtain an ip address, so i input it manually and could use the browser... but it was all pretty moot because of the messed up internal storage. i tried to adb shell into it, and was told that /system/bin/sh didn't exist... i found a binary online and pushed it, then could open a shell...
then i noticed that busybox was still in xbin, and i read in a forum that busybox being in /system/xbin could cause mount issues, and recommended to copy the binary into /system/bin. after that the internal storage showed properly, but wifi wouldn't even turn on.
i've tried reversing the process but can't get wifi to turn on at all... from what i've gathered in forums, most people upon getting into this situation flashed and all was well... but i can't find a stock rom for the tablet, or any other rom that's worked in my efforts...
i guess the main things i had in mind are either a stock rom i can use with the recovery that came on it, or another rom and a little help getting it on there... last flashing experience i really had was with my neo freerunner a while back...
but ANY help would be appreciated greatly!
thank you in advance!
still nothing? gonna try digging around for something again... if i find anything i'll update. i finally got my tablet going, but with pretty regular problems. now it seems like there's bad sectors in either the cache or data partitions because after i get so far into getting all my apps on there (from store) gplay services and account management and all types of other stuff starts force closing constantly... it's pretty maddening. i've had the most luck only installing a bare minimum of apps and only using it for browsing reddit and other small stuff, but before all the trouble i could do so much more!
totally given up on the dopo tablet... if anyone find something please post here!
Sent from my Moto G using XDA Free mobile app
Wow... Still nothing. ive found a way to build the images for the tablets like these... But I don't even have an x86 arc comp to build it with! Only chrome book and raspberry pis .