Manage Applications List - Hero CDMA General

I've removed some software via adb pull, rm, etc. but my manage applications list, still shows some of these pieces of software.
How can I clear this data to reflect true, current installations?
Thanks.

riggsandroid said:
I've removed some software via adb pull, rm, etc. but my manage applications list, still shows some of these pieces of software.
How can I clear this data to reflect true, current installations?
Thanks.
Click to expand...
Click to collapse
Was this answered? I need to know how to do this too. Searches throughout forum didn't find any results about this for me. Thanks.
I've found that if I open "com.smithmicro.DM" or "Download Manager" in Manage Applications and then "Clear Data" in either one of them, it refreshes the Manage Apps list and all the ghost apps are gone. But after every reboot these ghost apps are in the list again, so that isn't a permanent fix.

chromiumleaf said:
Was this answered? I need to know how to do this too. Searches throughout forum didn't find any results about this for me. Thanks.
I've found that if I open "com.smithmicro.DM" or "Download Manager" in Manage Applications and then "Clear Data" in either one of them, it refreshes the Manage Apps list and all the ghost apps are gone. But after every reboot these ghost apps are in the list again, so that isn't a permanent fix.
Click to expand...
Click to collapse
never got a response, and just sort of let it go. I'm sure there is a .db file somewhere that stores this information.
Anyone have any idea?

Try adb sync.

HeroMeng said:
Try adb sync.
Click to expand...
Click to collapse
Gosh, I can't find anything out there about how to use adb sync, been searching for a good half hour or more. The few hits I found didn't make sense to me.
I enter 'adb sync' and get returned to me: "Product directory not specified; use -p or define ANDROID_PRODUCT_OUT"
Get that even after entering 'adb remount' then 'adb sync'. I have also read 'adb help all' and don't understand what all that means -- it's a little over my head.
Any further help/thoughts? Thanks.

I'm looking through my nandroids .img files and attempting to determine where this information is stored. I found some stuff in the data/data directory which seems to be folders for all the apps we have ever installed on the phone. even ones I know I have removed.
I'm going to nandroid and attempt to remove them and see if that will fix our problem. It is annoying to go into Applications and have it take forever to load with 30-40 apps that aren't even installed anymore.
I'll update you in a bit.

riggsandroid said:
I'm looking through my nandroids .img files and attempting to determine where this information is stored. I found some stuff in the data/data directory which seems to be folders for all the apps we have ever installed on the phone. even ones I know I have removed.
I'm going to nandroid and attempt to remove them and see if that will fix our problem. It is annoying to go into Applications and have it take forever to load with 30-40 apps that aren't even installed anymore.
I'll update you in a bit.
Click to expand...
Click to collapse
well i removed it and it shows 0kb now as the size where before it showed the size of the folder. I'm rebooting to see if it works.
Well...apparently I'm in a bootloop. let me try clearing Dalvik

Now I have my nandroid, but does anyone know why removing a file in /data/data would cause a bootloop? It was leftover from a program that I removed via ADB when I first flashed my current ROM.
Thanks.

riggsandroid said:
Now I have my nandroid, but does anyone know why removing a file in /data/data would cause a bootloop? It was leftover from a program that I removed via ADB when I first flashed my current ROM.
Thanks.
Click to expand...
Click to collapse
Don't know the answer to that. Side question: Did what you do actually remove those ghost apps/pieces from the Manage Apps list? Or I guess maybe you never found out because of the bootloop?
Thanks for trying something.

chromiumleaf said:
Don't know the answer to that. Side question: Did what you do actually remove those ghost apps/pieces from the Manage Apps list? Or I guess maybe you never found out because of the bootloop?
Thanks for trying something.
Click to expand...
Click to collapse
The item was still in the list, but it showed 0.0 kb where as before it showed like 75kb or whatever. I was trying to reboot to see if it would rebuild the file that it sued, but....i got stuck in my bootloop and had to nandroid...
back to the drawing board.

riggsandroid said:
I've removed some software via adb pull, rm, etc. but my manage applications list, still shows some of these pieces of software.
How can I clear this data to reflect true, current installations?
Thanks.
Click to expand...
Click to collapse
chromiumleaf said:
Was this answered? I need to know how to do this too. Searches throughout forum didn't find any results about this for me. Thanks.
I've found that if I open "com.smithmicro.DM" or "Download Manager" in Manage Applications and then "Clear Data" in either one of them, it refreshes the Manage Apps list and all the ghost apps are gone. But after every reboot these ghost apps are in the list again, so that isn't a permanent fix.
Click to expand...
Click to collapse
Any updates on this anyone? Anyone? Bueller?
No biggie, just kinda annoying and would like to get to the bottom of it .

I've been attempting a solution to this annoying issue. Read somewhere in here someone refer to an app on the market capable of doing this...

Try reflashing your recovery. It seemes like your nandroid your restoring may still have the data from the apps you pulled out. So when you delete them and wipe everything but then do a nand restore I think your putting the leftover data back on. In my experience when I pull or delete system apps that I don't use I always do them this way.
Using TB I delete all the apps I don't use. Then in TB I refresh the app list to show current app installed. Then I go into my manage apps settings to force close TB then clear data then unistall Tb. Then I reboot and let the phone settle in. Then I power down and reboot into recovery with power and home. I used to with the volume down and power but Ive always had bootloops and errors that way. Since I started using power and home I've had no problems. Anyways-- Then I wipe cache and dev cache and reboot once more. After that I reboot and then do a nand backup. I know its a lot and I'm not sure if this will help you at all but just thought Id put it on here in case it might. Well good luck and I hope you get it all worked out.
Root-Hack-Mod-Always™

Thank you, i will try what you have suggested. I use TB, and am familiar with the whole process, but have never wiped cache and dev cache.
I completely agree with your statement of "letting the phone settle in", so true...

Related

com.htc.bgp force close [(ACTUALLY) FIXED 04/29/2011]

EDIT: After studying some logs, and struggling with this issue for some time, I am happy to say I have finally figured out why this happens, and how to fix it.
The issue is with the calendar, which is why what is written below would work for a short time, before the problem would resurface. If you navigate into the calendar settings, you will see an option within Calendar View Settings to "Include Weather". What is happening, regardless of whether this is checked, is upon the gps turning on, and in set intervals afterward, the calendar tries to check the weather. When it does not find the proper apk, the com.htc.bgp message appears.
How To Fix
The files that need to be replaced are WeatherProvider.apk and WeatherProvider.odex (WeatherProvider.zip), which I have attached below for convenience. Simply replace these files using the method you prefer (adb, terminal, root file browser), remembering to remount /system as rw, then fix_permissions and reboot.
Alternatively, I made a flashable version (com.htc.bgp_fix_flashable-signed.zip), which you need only flash from recovery and reboot.
Click to expand...
Click to collapse
I recently started getting notices that com.htc.bgp stopped and needed a force close. Though it seemed not to affect anything, it was annoying.
It happens when one removes the sense apps (though I have not narrowed down exactly which ones).
To fix this, go to settings, applications, manage applications, then clear data in Calendar, Calander Provider, and Gmail.
Thank you! It was starting to really annoy me.
EDIT: It's back.
^ Shift Faced
Came back on me too. Cleared delvik as well. I may have to try and track down all the weather app crap I removed to stop it if no one can figure out a better way.
According to Elixer that process is started by ConnectToPCService. Hope that helps. I no longer get but I'm back to stock with all HTC junk intact, just Sprint crap removed.
^ Shift Faced
Code:
http://forum.xda-developers.com/showthread.php?t=659325
Check the OP for a real fix to this issue.
How do you "flash" from recovery & reboot
does this work on other htc phones?
i flashed this on a desire hd running leedroid 3.0.2 but i still get the FC
din clear data after flashing
note: i used a no sense script but left myhtc and htclocationservice intact
problem parsing package
i had downloaded the said files but when I tried to install the files,it says problem parsing the package..how to fix this?
thanks,
Jovirex

[Q] Missing Notification Bar

Hey all. I have a Droid X that has been running with Launcher Pro Plus for the past few months.
I rooted my phone the other day and everything was going fine. I downloaded Titanium Backup, ShootMe, and then Metamorph.
I've been checking out droidpirate.com and downloaded a few different notification bar color schemes, which were working fine. Today I downloaded another and decided I wanted to change it, so I switched to a new one through Metamorph, applied it, and rebooted my phone. Upon restart it was still the same color as before, so I applied again and before I could restart it gave me an error message that the status/notification bar (not sure which it said at the time) had crashed.
I restarted it, and ever since then I've had no notification bar. I've tried reapplying the color schemes in Metamorph and restarting after, but nothing has changed.
I've gone to the Launcher Pro settings and toggled on and off the "hide notification bar" setting which hasn't changed anything. I've restored my backup in Titanium Backup and it is still the same. I'm not sure what else to do at this point.
What do you all suggest? It really sucks to not see my battery meter, time, etc. when I open my phone. Any suggestions would be appreciated. Thanks!
I don't know if this is best practice, but I would just re-sbf / reinstall rom.
FluffyMittens said:
I don't know if this is best practice, but I would just re-sbf / reinstall rom.
Click to expand...
Click to collapse
Does that mean flashing the Droid X rom? I am new to all of this, so I'm sorry if these are stupid questions. And what guide would you recommend for going about doing this? Thanks!
Download RSD Lite and flash an SBF. There's a sticky telling you how to do this I'll subscribe to this thread in case you have any questions.
Great, thanks for the info! I'll give this a try tomorrow.
Wait!
Before you do that...
(Which is good advice, and would be my second choice...but you'll be without all of your applications and settings. This will put you on complete stock!)
http://www.chadhaney.com/droidXDefault/4.5.602/
Download the file that this theme was changing.
(system/framework/framework-res.apk I think?)
Download "Root Explorer" from the market...or a free alternative if you can get one to work.
I think "ES file explorer" works, but I've never tried it.
Check the "permissions" on the file you'll be replacing...and change the new file to have the same permissions (prior to moving, just to be safe).
Move and replace the new file into place.
If your phone didn't reboot during that process...
Double check the permissions again...
And reboot.
I knew it was only a matter of time, and that's a good resolve. Thanks for the alternative!
Jubakuba said:
Wait!
Before you do that...
(Which is good advice, and would be my second choice...but you'll be without all of your applications and settings. This will put you on complete stock!)
http://www.chadhaney.com/droidXDefault/4.5.602/
Download the file that this theme was changing.
(system/framework/framework-res.apk I think?)
Click to expand...
Click to collapse
I'm not seeing that file on the website you mentioned. If I ctrl+f framework, all I see is a GoogleServicesFramework.apk file. Would it perhaps be the StatusWidget.apk from that list that I am looking for?
Status widget doesn't sound right, but I have never had to recover my notifications bar before.
http://www.mydroidworld.com/topic/8240-official-gingerbread-update-45602-rooted-and-ready-or-stock/
Sorry man, at work...and can't check...but this should have it.
Or if you've purchased Rom Toolbox or Rom Manager...they have some .zips you can download via your phone and extract with your PC.
Ahh this is all confusing me. I can't find the framework-res.apk on that site either. Would it work to just hard reset my phone then download an app restore app? Then re-root it and restore everything to how it used to be with Titanium?
The framework-res.apk was an attempt to fix your phone without wiping your apps and all that fun stuff. A hard reset wouldn't fix the problem because the file, in theory, is still corrupted or not working. I would sbf your phone. It looks creepy but it's just resetting back to stock.
http://forum.xda-developers.com/showpost.php?p=11118819&postcount=2
Go down to SBF: What is it, and what does it do?!?
If the files are offline because of the SOPAA thing, let me know.
Alright, looks like that's what I'm gonna try. Thanks to both of you for all the help, it is greatly appreciated . Before I go through with it I was just wondering, if I backup all my apps to my SD card with "App Backup and Restore" then reinstall the app after the backup, I'm guessing it should be able to reinstall my apps from the SD afterwards? (I wouldn't use Titanium to restore because I'm assuming that would restore my phone with the flawed system data I have now)
The apps themselves wont be flawed. The phone runs off a whole bunch of apk's. Just the apk that controls the notification bar was messed up. You should be fine with backing up your apps regardless of method. Use what program you're comfortable with.
FluffyMittens said:
The apps themselves wont be flawed. The phone runs off a whole bunch of apk's. Just the apk that controls the notification bar was messed up. You should be fine with backing up your apps regardless of method. Use what program you're comfortable with.
Click to expand...
Click to collapse
Agreed...
But to reiterate...
Titanium won't bork you in any way.
Simply use the option>batch>restore USER apps option and you'll be %100 back to where you were...aside from having to change your settings back to where you had them...
Also...
Facebook and any "Overclocking" applications seem to behave badly when restored.
Not in a negative way...
But I always uninstall them after a restore and install manually through the market...
Facebook won't receive push notifications if you don't.
And Overclock apps simply may not work.
Everything else (game data...whatever) will be exactly as you had it.
Check my sig if you need...
And use the sections about backing up and restoring your data.
Ignore the actual rom flashing part...as it's irrelevant in your situation.
There is also another SBF link in there if the one Fluffy posted is dead.
So I downloaded the latest RSD lite with no problems, but whenever I try to download the "Droid X 4.5.602 SBF Gingerbread 2.3.3" file, it leads me to http://www.multiupload.com/57SX6Q5HJI which lists the file as 602.sbf.zip but downloads as a program called "iLivid", which is a video downloading program.
Any suggestions?
Different Mirror?
http://www.mydroidworld.com/topic/8503-official-45602-sbf-for-droid-x/
Figures, thanks a bunch. I tried the download links from two different forums and both led to that same program download, but it looks like I've got the right one downloading now. Thanks again for all the help, I'm going to try the whole restoration process this weekend when I have more time. I'll let you know how it goes.
ec91199 said:
Figures, thanks a bunch. I tried the download links from two different forums and both led to that same program download, but it looks like I've got the right one downloading now. Thanks again for all the help, I'm going to try the whole restoration process this weekend when I have more time. I'll let you know how it goes.
Click to expand...
Click to collapse
I am totally up sh*t-creek and looking for that .602 SBF - can you point me in the direction. (Damnable SOPA!)
http://www.multiupload.com/ZCEAXVOASG
off of:
https://sites.google.com/site/1kdsdroidx/

[Q] 1.4.2 Rooted with SQLite Edit

Followed the instructions that GMPOWER had with the manualnooter -
1) Upgraded to 1.4.2, then rooted it with recovery SD... no problem.
2) Made the SQLite edit to change the auto OTA upgrade to manual... no problem.
3) Added apps, and then grabbed the Amazon Appstore and added apps from there... no problem.
As I was going into the "Settings" folder through the NookColorTools, got a "something wrong with your system and rebooting" message and then got the system rebooted and got the clearing /data prompt...
Anyone know what's causing this? I wasn't anywhere near the 'incorrect' bootups and such... I believe I did a search for it, but maybe I didn't look hard enough...
Thanks for your help in advance.
chibucks said:
Followed the instructions that GMPOWER had with the manualnooter -
1) Upgraded to 1.4.2, then rooted it with recovery SD... no problem.
2) Made the SQLite edit to change the auto OTA upgrade to manual... no problem.
3) Added apps, and then grabbed the Amazon Appstore and added apps from there... no problem.
As I was going into the "Settings" folder through the NookColorTools, got a "something wrong with your system and rebooting" message and then got the system rebooted and got the clearing /data prompt...
Anyone know what's causing this? I wasn't anywhere near the 'incorrect' bootups and such... I believe I did a search for it, but maybe I didn't look hard enough...
Thanks for your help in advance.
Click to expand...
Click to collapse
1. Are you overclocking the NC? If so, there's no guarantee a particular NC will work at 1.2ghz.
2. Which apps did you add and what access rights did the apps require?
chibucks said:
[...] As I was going into the "Settings" folder through the NookColorTools, got a "something wrong with your system and rebooting" message and then got the system rebooted and got the clearing /data prompt...
Click to expand...
Click to collapse
I suspect you tried the 2nd "settings" option. That seems to trigger a remote reset. When I first tried it, it also seemed to wipe my uSD card contents.
Keep in mind, NookColor Tools only exposes options. It's not responsible for what they do. I think we stumbled into a remote reset function and triggered it.
For anybody that wants to confirm this: Please do a backup first!
bobstro said:
I suspect you tried the 2nd "settings" option. That seems to trigger a remote reset. When I first tried it, it also seemed to wipe my uSD card contents.
Keep in mind, NookColor Tools only exposes options. It's not responsible for what they do. I think we stumbled into a remote reset function and triggered it.
For anybody that wants to confirm this: Please do a backup first!
Click to expand...
Click to collapse
yup, that's what i pressed (was looking for a keyboard switch). thanks for confirming.
fpga_guy said:
1. Are you overclocking the NC? If so, there's no guarantee a particular NC will work at 1.2ghz.
2. Which apps did you add and what access rights did the apps require?
Click to expand...
Click to collapse
nope, no overclock, although, i do have dalingrin's kernel... and i didn't add any apps manually, so i didn't mess with the chmods...
thanks for the response! i'm thinking that it is the 'second setting' option that did it.
chibucks said:
[...] thanks for the response! i'm thinking that it is the 'second setting' option that did it.
Click to expand...
Click to collapse
It seems to be the equivalent of telling annoying online players to press Alt-F4 for cheats.
I have done this twice now, surprisingly with the same effect. I think I'm done testing it.

How can I uninstall system apps?

I'm rooted version 9.0.5.l, and I want to uninstall some system apps like contacts. Then replace them with their Google counterparts.
ZaKh10 said:
I'm rooted version 9.0.5.l, and I want to uninstall some system apps like contacts. Then replace them with their Google counterparts.
Click to expand...
Click to collapse
I'd be careful of what you uninstall as some of the system apps are connected to the others and could end up with a big mess.
ADB is your friend it that's the path you want to go down.
1. connect device, make sure ADB is working (check with CMD "adb devices")
2. go to shell, using CMD "adb shell"
3. get list of install packages using CMD "pm list packages" (use google to find out what does each package name means).
4. remove package using CMD "pm uninstall -k --user 0 $packagname" (e.g. pm uninstall -k --user 0 com.android.inputdevices)
5. if correctly typed, you receive message "SUCCESS"
Optionally a reboot might be required.
Wouldn't titanium backup do the same thing?
magnumtripod said:
Wouldn't titanium backup do the same thing?
Click to expand...
Click to collapse
Probably, but if you're going to use android you should know the basics of ADB.
ggrant3876 said:
Probably, but if you're going to use android you should know the basics of ADB.
Click to expand...
Click to collapse
While knowing how to use ADB is very handy, removing apps via TitianiumBackup is by far easier and faster for this purpose.
I use ADB and fastboot for several things, but as for removing the bloatware and OnePlus apps on OOS until LOS is available, TitaniumBackup is much faster/easier.
OhioYJ said:
While knowing how to use ADB is very handy, removing apps via TitianiumBackup is by far easier and faster for this purpose.
I use ADB and fastboot for several things, but as for removing the bloatware and OnePlus apps on OOS until LOS is available, TitaniumBackup is much faster/easier.
Click to expand...
Click to collapse
Which system apps can I uninstall without messing everything up?
if you are asking that question, I would say you should not remove ANY system apps..
ZaKh10 said:
Which system apps can I uninstall without messing everything up?
Click to expand...
Click to collapse
The next update, I'm going to make a list (and post it). As when I went through my phone I tried to search and find a list, and all I could across was tons of post saying this has been covered before. So then all I could find was very out-dated information, or suggestions like don't remove anything. None of which is helpful...
I ended up removing a whole bunch of stuff right off the bat that I've known is safe for a long time. Anything that I was not quite sure about, I chose the freeze option in TitianiumBackup, restarted, and waited to see if I had any issues. If I didn't, I removed it entirely.
Backup your data, what's the worse thing that happens, you make OOS angry, and you have to boot back into Fastboot or TWRP to reflash the ROM, no big deal.
OhioYJ said:
The next update, I'm going to make a list (and post it). As when I went through my phone I tried to search and find a list, and all I could across was tons of post saying this has been covered before. So then all I could find was very out-dated information, or suggestions like don't remove anything. None of which is helpful...
I ended up removing a whole bunch of stuff right off the bat that I've known is safe for a long time. Anything that I was not quite sure about, I chose the freeze option in TitianiumBackup, restarted, and waited to see if I had any issues. If I didn't, I removed it entirely.
Backup your data, what's the worse thing that happens, you make OOS angry, and you have to boot back into Fastboot or TWRP to reflash the ROM, no big deal.
Click to expand...
Click to collapse
Mind posting what you disabled?
ram4ufriends said:
Mind posting what you disabled?
Click to expand...
Click to collapse
The problem is I don't have anything disabled. If I didn't have any problems from freezing, I removed it entirely. The next update they release I'll make a list.
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
I'd leave well enough alone, until something specific happens to your phone that makes you think you need to delete something..
ggrant3876 said:
I'd be careful of what you uninstall as some of the system apps are connected to the others and could end up with a big mess.
ADB is your friend it that's the path you want to go down.
1. connect device, make sure ADB is working (check with CMD "adb devices")
2. go to shell, using CMD "adb shell"
3. get list of install packages using CMD "pm list packages" (use google to find out what does each package name means).
4. remove package using CMD "pm uninstall -k --user 0 $packagname" (e.g. pm uninstall -k --user 0 com.android.inputdevices)
5. if correctly typed, you receive message "SUCCESS"
Optionally a reboot might be required.
Click to expand...
Click to collapse
Does this method require root access? And can the phone be updated with OTA delta update afterwards?
wase4711 said:
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
I'd leave well enough alone, until something specific happens to your phone that makes you think you need to delete something..
Click to expand...
Click to collapse
I deleted Duo, Play Music, Play Movie, Play Books and save about 100MB on my phone. I'd rather spend those storage for apps, music and stuff rather than apps I know I never use
wase4711 said:
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
Click to expand...
Click to collapse
OnePlus has a very bad reputation for sending information back to their servers. So I would say this is a security / privacy issue. Especially until some other alternative to OOS is available.
OhioYJ said:
OnePlus has a very bad reputation for sending information back to their servers. So I would say this is a security / privacy issue. Especially until some other alternative to OOS is available.
Click to expand...
Click to collapse
Every phone mfg/provider sells/steals our personal info, so, at this point in our lives, you cant be that concerned about those things; if you are, dont use your phone for banking/credit card/financial stuff, or anything seriously illegal..
veatesia said:
Does this method require root access? And can the phone be updated with OTA delta update afterwards?
I deleted Duo, Play Music, Play Movie, Play Books and save about 100MB on my phone. I'd rather spend those storage for apps, music and stuff rather than apps I know I never use
Click to expand...
Click to collapse
If it's a real system app you don't have more storage for data... As system is a separated partition it's not the main argument.
The other inconvenient is that you have to remove them at each OTA or make a script to automate this.
Most of the time it's better to just freeze them with titanium as it remains after OTA.
Sd maid pro
I am rooted an I have Magisk. There's a modeule you can download off Magisk manager called "debloater" +terminal emulator that can remove anything off the phone. Reboot to take effect. It's basically my "Aroma".
I use it to debloat a lot of OnePlus stuff such as:
Contacts, messages, gallery, file explorer, Google play movies, etc.
Then I replace those with the Google counterpart and Nova launcher.
And if I "f-up", I can simply reinstall them right back on. No problem.
I love it.
OhioYJ said:
The problem is I don't have anything disabled. If I didn't have any problems from freezing, I removed it entirely. The next update they release I'll make a list.
Click to expand...
Click to collapse
How do I backup so I can flash the rom?
ZaKh10 said:
How do I backup so I can flash the rom?
Click to expand...
Click to collapse
Use the magisk module suggested by the post above yours. When an OTA arrives they will be installed again, just debloat again.
Is this where the normal disclaimer goes, I'm not responsible for anything, including thermonuclear war?........
ZaKh10 said:
How do I backup so I can flash the rom?
Click to expand...
Click to collapse
I'm assuming you don't have the T-Mobile version, if you do there is a different thread with Fastboot images of both the international and T-mobile images.
Here is the official thread for download the regular 6T images (non branded / TMobile) OOS Roms: https://forum.xda-developers.com/oneplus-6t/how-to/official-oxygenos-9-0-4-ota-oneplus-6t-t3860953
I assume you've seen this:
[Guide] OnePlus 6T [Fajita]: Unlock | Flash TWRP | Root | Nandroid & EFS Backup !!
I flashed the ROM, using ADB sideload in TWRP. So make sure you have ADB working on your PC first I've found this is really easiest to do in Linux, so even if you do this just booting from a live USB/CD is fine.
https://forum.xda-developers.com/on...overy-unofficial-twrp-touch-recovery-t3861482
Backup any apps you care about in TitaniumBackup, copy that folder to your PC. Copy any other data to your PC as well just in case (music, photos, etc). Lastly, you will have to copy the Android and Data folders, these two folders will contain data for apps that TitaniumBackup may not have gotten.
If you search you should be able to come across lists, even though dated of programs and what they do, that you can remove. Just read up some, backup your data, make sure you have ADB and Fastboot working on your PC, and you'll should be fine.

S10+ keeps randomly restarting, is there any way to find out what's causing it?

And if not would doing a reset of just the settings probably fix it?
Also tried things like clearing cache partition, I didn't really want to do a whole wipe if possible but clearing cache hasn't worked.
It's doing it daily, sometimes a couple of times per day in different apps.
Are there any event logs that would tell me what happened at the point of the restarts?
If I did a while wipe would my settings and apps be restored after? I can't remember about settings but I know it tries to get back your apps but from previous experience you end up with a load you didn't want any more and a load it missed for some reason.
What does anyone think is best?
Thanks
James
A factory data reset might fix it. I would take it to a local repair shop and see what they say. It might be a hardware malfunction in which if so, claim warranty.
I had a problem once with constant restarts, i finally found the problem. I was removing bloatware with ADB and the apps called ANT i removed. They sere somehow linked to the security folder. Once i reinstalled those apps everything was fine.
Also in Device Care you can check if there's an jssue with any apps. (Which May Or May Not Be Related)
my s10 constantly restarts
Darkat70 said:
I had a problem once with constant restarts, i finally found the problem. I was removing bloatware with ADB and the apps called ANT i removed. They sere somehow linked to the security folder. Once i reinstalled those apps everything was fine.
Click to expand...
Click to collapse
Hi
How do I use ADB to remove apps? how can I find out which app is the culprit?
I dont want to factory reset my phone, as I will lose a lot of data, I cant back it up, since it restarts as I start backing app, no matter which app I use
Thanks!
acetrip said:
Hi
How do I use ADB to remove apps? how can I find out which app is the culprit?
I dont want to factory reset my phone, as I will lose a lot of data, I cant back it up, since it restarts as I start backing app, no matter which app I use
Thanks!
Click to expand...
Click to collapse
To get a list of apps
adb shell pm list packages
To uninstall a package
adb shell pm uninstall --user 0 (package name)
Reinstall
adb shell cmd package install-existing (package name)
What is causing is difficult but if you have removed ant services for example, then afterwards setup secure folder access this will cause a loop reboot.
Try remembering if you have recently removed anything.

Categories

Resources