Hey guys,
I just had this random problem earlier today. My phone giving me a couple of problem every time I restart it it resets my settings. Such as my navigation bar, it changed to the default one then my status bar changed to the stock setting such as my display network speed and my app permissions were reset together with the default apps and my keyboard too. Has anyone had this problem before?
Extra info
This problem started a few days ago when I couldn't go onto my videos app then it went onto my Snapchat having trouble recording and then finally my WhatsApp not being able to read the backup file (fixed itself with a couple of reboots). And then after all of that this current problem exists. Every reboot = settings reset and app permissions reset. No idea how to fix this. If anyone has a solution please help
ocali94 said:
Hey guys,
I just had this random problem earlier today. My phone giving me a couple of problem every time I restart it it resets my settings. Such as my navigation bar, it changed to the default one then my status bar changed to the stock setting such as my display network speed and my app permissions were reset together with the default apps and my keyboard too. Has anyone had this problem before?
Click to expand...
Click to collapse
My brother had same issue. He went into storage and cleared the the caches. Did a reboot and it was back to new. Try that.
---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------
ocali94 said:
Hey guys,
I just had this random problem earlier today. My phone giving me a couple of problem every time I restart it it resets my settings. Such as my navigation bar, it changed to the default one then my status bar changed to the stock setting such as my display network speed and my app permissions were reset together with the default apps and my keyboard too. Has anyone had this problem before?
Click to expand...
Click to collapse
Are u also running a custom home launcher?
Tmobilefan906 said:
My brother had same issue. He went into storage and cleared the the caches. Did a reboot and it was back to new. Try that.
---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------
Are u also running a custom home launcher?
Click to expand...
Click to collapse
Yeah running nova launcher. Alright I'll give the cache fix a try. Do you know why this happens though?
ocali94 said:
Yeah running nova launcher. Alright I'll give the cache fix a try. Do you know why this happens though?
Click to expand...
Click to collapse
Dirty cace
---------- Post added at 05:23 PM ---------- Previous post was at 05:19 PM ----------
ocali94 said:
Yeah running nova launcher. Alright I'll give the cache fix a try. Do you know why this happens though?
Click to expand...
Click to collapse
OR it could be that u don't have nova set as default
ocali94 said:
Yeah running nova launcher. Alright I'll give the cache fix a try. Do you know why this happens though?
Click to expand...
Click to collapse
Is that what it was?
Tmobilefan906 said:
Is that what it was?
Click to expand...
Click to collapse
Been trying the clear cache fix but it doesn't seem to work. Tried reinstalling my launcher then clearing cache but to no avail the problem persists. This problem started a few days ago when I couldn't go onto my videos app then it went onto my Snapchat having trouble recording and then finally my WhatsApp not being able to read the backup file (fixed itself with a couple of reboots). And then after all of that this current problem exists. Every reboot = settings reset and app permissions reset. No idea how to fix this. If anyone has a solution please help
ocali94 said:
Been trying the clear cache fix but it doesn't seem to work. Tried reinstalling my launcher then clearing cache but to no avail the problem persists. This problem started a few days ago when I couldn't go onto my videos app then it went onto my Snapchat having trouble recording and then finally my WhatsApp not being able to read the backup file (fixed itself with a couple of reboots). And then after all of that this current problem exists. Every reboot = settings reset and app permissions reset. No idea how to fix this. If anyone
U might have to factory reset. Try that...if that doesn't work, you might have to flash a stock rom
Click to expand...
Click to collapse
Update
Managed to fix everything by reflashing my rom so everything is good !!
Glad u fixed it urself
Sent from my KIW-L22 using Tapatalk
Related
http://www.scottsroms.com/showthread.php?510-Quick-Stock-ICS-for-CleanICS
Tachi91 is this working without the reboots for you?
Here's what I posted on the thread at Scott's Roms:
I've had a lot of issues with this causing constant reboots after 10-20 seconds of use.
I ran this right after installing the CleanICS ROM. Initially it hung at the 4g boot animation. I did a battery pull and wiped, and it allowed me to boot.
After that, I have enough time to unlock and page through apps, for example, before it reboots. It continues to reboot after a certain amount of time, consistently.
The only time I didn't have constant reboots was when my data network wasn't being picked up for some reason. As soon as I toggled on 3g or 4g, the reboots began again.
I've wiped and reinstalled CleanICS and this .bat numerous times over the last few hours, all with the same result.
Click to expand...
Click to collapse
I tried
full wipe
flash rom
at bootscreen run bat
wipe cache/dalvik/data
sysui crashed once, shows bootscreen again when trying to call, do other stuff
I have found the problem. Don't replace the settings.apk and settings provider. That is what is causing the crashing.
Can we just remove a chunk out of the .bat file that is causing this. Is it the systemui part?
cincyelite22 said:
Can we just remove a chunk out of the .bat file that is causing this. Is it the systemui part?
Click to expand...
Click to collapse
read the post right above yours lol. Ninja'd
I took out settings.apk and settingsprovider.apk, and haven't had a reboot yet, but the browser constantly FCs.
Edit: Force stop + clearing data for the browser fixed that.
I'm sorry I unwillingly got involved in something unrelated to xda smh..
ANYWAYS
Why can try restoring SettingsProvider.apk and see how that changes things
adb command
adb remount
adb shell mv /system/app/SettingsProvider.bak /system/app/SettingsProvider.apk
Can we take out the browser part then too?
Settings.apk is what gives the Settings Pane the ICS look
SettingsProviders.apk is the corresponding apk BUT its not necessary to have the ICS look in settings ... I just added it as a precaution
SystemUI.apk is the statusbar/Pull Down ... That Crashed but isn't need to keep the system up since it crashed but comes back up without raping Android
Ok Tachi Im testing what you said. Ill let you know if it works
Seems to be working
Question......What does settings provider do?
---------- Post added at 09:31 PM ---------- Previous post was at 09:23 PM ----------
Only thing im noticing is trying to get a data connection. Wifi works but not data
Going to try to wipe data and cache and see if it works
..I'm going to remove some more HTC apps and see if any dependencies get removed and prevents boot loop
... So far the one sure way that i've tested is running the .bat before actually using the ROM.... and to remove the annoying Setup wizard
adb shell rm /system/app/HTCSetupWizard.apk
Would settings provide have any effect on data?
cincyelite22 said:
Would settings provide have any effect on data?
Click to expand...
Click to collapse
Yes and No ... Any and all changes are saved in /data ... now i imagine something that was present in the sense Provider is present in the ICS Provider and would cause and issue
..
But the logcat i see is relating something to com.htc.launcher ... so maybe any apps that rely on Rosie ... like Personalize apk and so on would cause an issue
I just restored the old settings provider. I'll let you know what it does.
Where do you turn on data in the ics settings that might be my problem.
cincyelite22 said:
I just restored the old settings provider. I'll let you know what it does.
Where do you turn on data in the ics settings that might be my problem.
Click to expand...
Click to collapse
Its in the Settings ... in the Sense version is a switch on the pull down.. on ICS Settings I think its under otther i think ... I can't check now ... working on somethin
The Browser FC's on use with this.
Vashypooh said:
The Browser FC's on use with this.
Click to expand...
Click to collapse
Some one said clear data for the browser
and force closing it fixes the problem
Vashypooh said:
The Browser FC's on use with this.
Click to expand...
Click to collapse
Try restoring the Sense Browser .. They can coincide...
adb shell mv /system/apps/Browser.bak /system/apps/HTCBrowser.apk
that just restores the sense Browsers and renames it to HTCBrowser like that it doesn't overwrite the ICS one and you can have both and see if it stables out.... Remediable to clear cache/data and restart afterwards
[Resolved] Play Store & Mobile Network force closing, can't send/receive texts/calls
Hi there!
I installed the Resurrection Remix ICS AOKP ROM v.1.8.1 on my unlocked Galaxy S II i9100 a couple of days ago after factory resetting it, wiping the SD card, cache, etc.; completely getting rid of everything from the previous Resurrection Remix ICS ROM I had on there before.
Spent a lot of time customizing it over the past couple of days and not had any problems. I have a UK GiffGaff SIM which runs on the 02 network. There is a GiffGaff app on the Play Store that copies the correct information into your clipboard so that you can go through the steps of creating an APN easy as pie. However, whenever I go to Settings/More/Mobile networks a dialog box immediately pops up stating "Unfortunately, Settings has stopped." and puts me back to my app drawer. I spent a while trying to fix it, then loaded up the Play Store to look for APN apps, but whenever I try to download an app it comes up with the same message above with "Settings" replaced with "Google Play Store".
I've literally spent hours and hours getting extremely frustrated and would be very appreciative of some help as I currently cannot send or receive texts or calls, cannot use the internet without Wi-Fi and cannot download any apps.
Things on the top of my head that I've tried are deleting the vending.apk (Play Store) in the system/app directory and copying another version of the store over, clearing caches of numerous apps, clearing Dalvik cache, wiping cache partition in CWM, restored some apps and settings from my Titanium Backup backup (which replaced some of my customization that I worked hours on ) and searched for ages for the APKs of some APN apps. I even wiped data/factory reset the phone a few minutes ago, but I still can't access Mobile networks to input the APN and now Google Play Store isn't even in my damn app list anymore!!
Can someone help please?
Edit: Managed to get the Play Store back, downloaded an APN app successfully, opened it and it force closes!
RESOLVED: If anyone else has similar problems, just download the ROM that's installed onto your phone, install it again, boot into CWM, wipe cache, wipe Dalvik cache, fix permissions and reboot! Thanks JJEgan and Sun90
Clean re flash its the rom at fault .
jje
JJEgan said:
Clean re flash its the rom at fault .
jje
Click to expand...
Click to collapse
Thanks for the reply! Do you mean downloading the ROM onto the phone, wiping all data and installing the ROM again?
MC0NRAD8 said:
Thanks for the reply! Do you mean downloading the ROM onto the phone, wiping all data and installing the ROM again?
Click to expand...
Click to collapse
simply reflash the rom over the exsisting one then wipe cache and dalvik do fix permissions and reboot everything will wrk fine afterwards
PS: do not wipe any data
Sun90 said:
simply reflash the rom over the exsisting one then wipe cache and dalvik do fix permissions and reboot everything will wrk fine afterwards
PS: do not wipe any data
Click to expand...
Click to collapse
Ohhhh myyyyyyyyy goddddddddd. I love you. Haha, downloaded and installed the ROM, now everything works completely fine!! Thank you so much I'll remember that tip for the future
By the way, are some of the textures and backgrounds in this ROM supposed to be.. messed up? Like, some menus such as Settings have completely dark checkered backgrounds which look ugly o_o And when I pull down the notification bar, there are a lot of blue diagonal textures which again, look ugly.
Is this just me or is it the ROM? If it's the ROM, are these textures being worked on?
Thanks again
MC0NRAD8 said:
Ohhhh myyyyyyyyy goddddddddd. I love you. Haha, downloaded and installed the ROM, now everything works completely fine!! Thank you so much I'll remember that tip for the future
By the way, are some of the textures and backgrounds in this ROM supposed to be.. messed up? Like, some menus such as Settings have completely dark checkered backgrounds which look ugly o_o And when I pull down the notification bar, there are a lot of blue diagonal textures which again, look ugly.
Is this just me or is it the ROM? If it's the ROM, are these textures being worked on?
Thanks again
Click to expand...
Click to collapse
u can check the link below for some good cwm flashable mods for system background as well as phone dialer background choose the one u like dwnld the same and flash it from recovery and enjoy
http://forum.xda-developers.com/showpost.php?p=25666954&postcount=28585
PS:- please do not try the tablet mode ui in the above link since it has got issues still
---------- Post added at 05:48 PM ---------- Previous post was at 05:03 PM ----------
hey if all ur issues r resolved please edit ur orginal post by putting issues resolved and close the thread this is as per XDA rules
Sun90 said:
u can check the link below for some good cwm flashable mods for system background as well as phone dialer background choose the one u like dwnld the same and flash it from recovery and enjoy
http://forum.xda-developers.com/showpost.php?p=25666954&postcount=28585
PS:- please do not try the tablet mode ui in the above link since it has got issues still
Click to expand...
Click to collapse
Wow, I had no idea we could do this! Thanks a lot, haha, it all looks awesome now! One last thing if that's okay How can I customize what I see after pulling the notification bar down? I done a little Googling just now but kept finding apps that just customize the actual bar and not the bad textures after pulling it down.
Are there mods for that too?
Edit: Ah, will do! Thanks for informing me
2nd Edit: How do I close the thread?
Hi guys,
my phone started crashing when I copy things and I couldn't paste anymore. So I googled and found this fix but many people keep saying do "full wipe" or "factory reset" and still most people don't like wiping their phone. you DONT need factory reset !!
There are two fixes and both require root:
Does NOT work for JB !! only ICS 4.0.4
a) To be able to do this guide you MUST be rooted!!...............
1. boot recovery (CWM) > advanced > wipe dalvik cache
2. reboot phone > Root Explorer > delete /data/clipbord/* (Star or asertik "*" means everything inside)
3. reboot recovery again > advanved > fix permissions
4. reboot phone > it's fine
b) This also requires ROOT...
1. Root Explorer > delete /data/clipbord/* (Star or asertik "*" means everything inside)
2. Settings>Application Management>All(tab)>>Scroll down to>>TestService and clear its data
3. reboot phone > it's fine
Re-booting is a very important step please don't skip it !!
I got this from a different forum, I tried the first method and it worked for me and I hope this works for you all :laugh: Good luck !!
JB Users try this : http://forum.xda-developers.com/showthread.php?p=31128304
All credits go to Jkay for the JB fix, I just added it here to put the fixes in one place .
Didn't work for me with LI1. Applied procedure 1 without luck.
The 2nd one did not work for me on dli1.
Sent from my GT-I9300 using Tapatalk 2
I dont know I didnt try it with jelly bean *-) Sorry
alex_herrero said:
Didn't work for me with LI1. Applied procedure 1 without luck.
Click to expand...
Click to collapse
amitoberoi said:
The 2nd one did not work for me on dli1.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Did you delete the whole clipboard foldee or just the things inside ?
i dont have this issue on LI1
Diaze said:
i dont have this issue on LI1
Click to expand...
Click to collapse
Have you tried it in tapatalk?
Skickat från min GT-I9300 via Tapatalk 2
Ba7rani123 said:
Did you delete the whole clipboard foldee or just the things inside ?
Click to expand...
Click to collapse
In procedure 1, I deleted ALL ITEMS inside the /data/clipboard.
alex_herrero said:
In procedure 1, I deleted ALL ITEMS inside the /data/clipboard.
Click to expand...
Click to collapse
mine work, delete floder, not no fc when paste file.
optmkleung said:
mine work, delete floder, not no fc when paste file.
Click to expand...
Click to collapse
Please try copying a URL, for example, then trying to paste it in a gmail mail, or even a google now search, for example.
---------- Post added at 09:50 PM ---------- Previous post was at 09:45 PM ----------
optmkleung said:
mine work, delete floder, not no fc when paste file.
Click to expand...
Click to collapse
And even deleting the folder itself, after a reboot, the folder recreates itself, and also the error continues. Any other idea?
Thanks!
alex_herrero said:
And even deleting the folder itself, after a reboot, the folder recreates itself, and also the error continues. Any other idea?
Thanks!
Click to expand...
Click to collapse
The clipboard folder has to be there but the problem is the test service app, clear its data or uninstall updates.
The best way to fix it is to factory reset... but I hope we will find a better way
Wrong forum, this is Q&A.
B3311 said:
Wrong forum, this is Q&A.
Click to expand...
Click to collapse
Yes Q&A this is an Answer/Solution, Where do u think I should post this ? General ?
little solution for jb (OMEGA V19)
hello to all guys :fingers-crossed:
for my first post I will show you a small solution
Copy function (double tap) works on any application
1) first copy what you want (double tap)
2) move to another application and write something example (hello)
3) Now with DOUBLE TOUCH NOT A LONG PRESSURE on (hello) will appear on the top menu and press paste
thanks guys hope to be helpful
I use OMEGA ROM V19 WITH MY SAMSUNG GALAXY S3 WITH LONG PRESS BUG.
After I cleared its data, the Test Service went blank, as seen in the attached picture.
If I double tap, the blue arrow shows, but nothing else, no paste icon. If I long press, almost all applications FC.
alex_herrero said:
After I cleared its data, the Test Service went blank, as seen in the attached picture.
If I double tap, the blue arrow shows, but nothing else, no paste icon. If I long press, almost all applications FC.
Click to expand...
Click to collapse
Sorry bro, If you have a backup restore
alex_herrero said:
After I cleared its data, the Test Service went blank, as seen in the attached picture.
If I double tap, the blue arrow shows, but nothing else, no paste icon. If I long press, almost all applications FC.
Click to expand...
Click to collapse
+1
Same Here
Jkay made a working fix for JB
Here : http://forum.xda-developers.com/showthread.php?p=31128304
All credits to Jkay
Ba7rani123 said:
Jkay made a working fix for JB
Here : http://forum.xda-developers.com/showthread.php?p=31128304
All credits to Jkay
Click to expand...
Click to collapse
Finally, it worked! As usual coming from jkay... Thanks
on omega 19, getting "gapps has stopped" error message after jkay fix
Sent via TCP/IP
Hey guys, this is my first post, so please forgive me if it's in the wrong place or anything.
I have been having issues for about 6 months with my google+ photos not showing in my gallery on my GS3 (d2att) (SGH-I747). Typically, they will show up once you have logged into your respective Gmail account and selected sync photos in the settings. This was the case for me a while back, then they just went away.
I have tried CyanogenMod Nightlies, Stable builds, Paranoid Android, JellyBam versions 8.0 - 9.2 (The Albums showed up randomly in one version of JellyBam but I don't recall which one) and have had no success with any of them. I always make sure that I have the correct version of GAPPS installed with them and have done everything I can think to do: Factory wipe/reset, dalvik wipe, cache wipe, formatted system, data, cache, even the internal sd card with no luck.
I ended up flashing all the way back to stock unrooted via Odin, then rooted and reflashed new versions of CM, Paranoid and Jellybam. The albums show up in the stock ROM just fine but not on any of the other ROMs I've used.
I know some of you might think I should just get over it but I take WAY too many pics to keep them all on my memory card and phone. I like to dump them all into G+ albums and just access them that way if I need to see them. I bought the picasa app but I'm not a fan bc it's not fluid like the gallery app.
How can I get these to come back in a custom ROM? I really can't handle stock ROMs at all.
Any suggestions or advice would be HUGELY appreciated. Thanks a million!
More things I tried
I have also tried using several different accounts to make sure it isn't something with my account. No luck at all.
jordanyork said:
I have also tried using several different accounts to make sure it isn't something with my account. No luck at all.
Click to expand...
Click to collapse
Same here on CM 10.1.
Nobody else with this issue?
Bye
Cris
---------- Post added at 11:00 PM ---------- Previous post was at 10:34 PM ----------
Cris70 said:
Same here on CM 10.1.
Nobody else with this issue?
Bye
Cris
Click to expand...
Click to collapse
Found the answer by myself: just look here.
Bye
Cris
I know there are loads of threads about this but they are no help for me sence i cant apparently install any apps either. It just gives me an error saying somthing like this "storage space is full" but it is not because i have an empty sd card in the slot. I am running 4.1 kitkat if i remember correctly.
lpgfinmark said:
I know there are loads of threads about this but they are no help for me sence i cant apparently install any apps either. It just gives me an error saying somthing like this "storage space is full" but it is not because i have an empty sd card in the slot. I am running 4.3 kitkat if i remember correctly.
Click to expand...
Click to collapse
Bumpity bump. And also jelly bean*
Please help. Every time i restart the device it shows the first time opening setup..
lpgfinmark said:
I know there are loads of threads about this but they are no help for me sence i cant apparently install any apps either. It just gives me an error saying somthing like this "storage space is full" but it is not because i have an empty sd card in the slot. I am running 4.1 kitkat if i remember correctly.
Click to expand...
Click to collapse
Whats your device?
virparam01 said:
Whats your device?
Click to expand...
Click to collapse
Dmtech 1032dc
lpgfinmark said:
Dmtech 1032dc
Click to expand...
Click to collapse
ok have u tried clearing playstore app's cache?
and try to install app manually i:e .apk file from your side card and check if same problem.
i will get backon this if i will find anything useful.
---------- Post added at 01:59 PM ---------- Previous post was at 01:53 PM ----------
lpgfinmark said:
Dmtech 1032dc
Click to expand...
Click to collapse
and could you tell the amount of internal storage free on your device?
virparam01 said:
ok have u tried clearing playstore app's cache?
and try to install app manually i:e .apk file from your side card and check if same problem.
i will get backon this if i will find anything useful.
---------- Post added at 01:59 PM ---------- Previous post was at 01:53 PM ----------
and could you tell the amount of internal storage free on your device?
Click to expand...
Click to collapse
Tried both and didnt work. Im not sure because android insist there is no storage at all... but obviously there is because android is on this device.
Ok.... dunno why but i can install the twitch app just fine... but everytime i restart the device it still goes trough the first time setup and such. Anyone got anything? Btw i think i said the wrong version. Its 4.1.1 jellybean.
Try reflashing the software yourself If you are rooted. Best bet.
or else try giving customer service a visit they might helf also.