I flashed the stock apps because I wanted the gmail apk but it also installs the gtalk apk. How do I remove the talk app?
EDIT : removed post as follow-on posts indicate removing google Talk can result in issues.
You could just remove it, but on most roms (not sure about xtrrom) it will fc on boot if you remove google talk.
I'd keep it. Your phone will work without it, but the Market will not work correctly without it. The downloads will just hang.
dm8a55 said:
I'd keep it. Your phone will work without it, but the Market will not work correctly without it. The downloads will just hang.
Click to expand...
Click to collapse
There are two parts to Talk, the app and a secondary app that handles or is used to handle the Market downloads. If you have Ti Backup, just put Talk to sleep and it will not affect the Market activity.
Gmail uses Talk for pushing mail. Don't remove it if you use Gmail.
thenestor said:
Gmail uses Talk for pushing mail. Don't remove it if you use Gmail.
Click to expand...
Click to collapse
Gotcha, can see it isn't running so I'll just ignore it.
Thanks everyone.
You can just remove Talk.apk which is the front end (and icon in your programs). TalkProvider.apk is what cannot be removed...
Hope this helps
Sent from my Eris using XDA App
zach.xtr said:
You can just remove Talk.apk which is the front end (and icon in your programs). TalkProvider.apk is what cannot be removed...
Hope this helps
Sent from my Eris using XDA App
Click to expand...
Click to collapse
You're supposed to be on a well earned vacation!! Hope it includes your bike.
If you want to remove it through ADB:
Code:
adb shell
Code:
su
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
Code:
rm /system/app/Talk.apk
often messes up phone
zach.xtr said:
You can just remove Talk.apk which is the front end (and icon in your programs). TalkProvider.apk is what cannot be removed...
Click to expand...
Click to collapse
Agreed, this worked for me. Gmail works fine with Talk.apk removed.
Related
SO, when I access text messages, I noticed they have been taking longer and longer to load. I am thinking this has to do with the fact that my phone has over 3200 text messages/threads in the memory. Is there a way to auto delete messages when you go over say 1000 in memory? I've searched everywhere for a setting and could not find anything.
On mms.apk (messaging) there is an option under settings that lets you limit how many each conversation can have.
There is also an app called Delete Old Messages where you can have it set to auto delete all messages except the ### most recent. you get to chose how many. But for that feature you have to buy it instead of using the free version.
Hope that helps
kyouko said:
On mms.apk (messaging) there is an option under settings that lets you limit how many each conversation can have.
Click to expand...
Click to collapse
Where?Ghost text.
My bad, its on the AOSP mms i pulled from darchvanilla - the one with the green icon.
But its right under settings > storage settings > Text message limit.
I attached the apk if you want to use it. First nand backup and then rm the old Mms.apk under /system/app/ After that, push the downloaded one there.
kyouko said:
My bad, its on the AOSP mms i pulled from darchvanilla - the one with the green icon.
But its right under settings > storage settings > Text message limit.
I attached the apk if you want to use it. First nand backup and then rm the old Mms.apk under /system/app/ After that, push the downloaded one there.
Click to expand...
Click to collapse
Cool, could you really attach it though?
Also, can i do those steps with root explorer while the phone is running? Oh wait, i have to nandroid anyways, disregard....
EDIT: I swear it wasnt there 2.5 seconds ago when i posted. Lol. Thanks bro. I really need this option. Just met a new chick recently, and her conversation got to over 350 messages in less than two days. I was like why is my ish running sluggish. Oh yeah... hundreds of messages to load.
Negrito said:
EDIT: I swear it wasnt there 2.5 seconds ago when i posted. Lol. Thanks bro. I really need this option. Just met a new chick recently, and her conversation got to over 350 messages in less than two days. I was like why is my ish running sluggish. Oh yeah... hundreds of messages to load.
Click to expand...
Click to collapse
Haha yeah, you're not crazy, i did forget it at first
You're welcome, glad i could help
So yeah, anyway i can do this without reseting? I dont have time to nandroid, and dont feel like resetting my phone cause im waiting for an important call. I tried using root explorer to just switch them, that was a no go. So i put the original MMS back and tried to install the ASOP one over it, but it wont install. Any thoughts?
us a terminal emulator.
cd /sdcard
cp Mms.apk /system/app
Done!
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
abcdfv said:
us a terminal emulator.
cd /sdcard
cp Mms.apk /system/app
Done!
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
Awesome, that was tooooo easy, cant believe i didnt think of it. Thanks bro, even kept all my messages in place.
I can disable amazon.mp3 with adb shell but when i look at the menu it always shows the silly icon of amazon.mp3.
I cant start the app since I removed it but the icon is still there. I already enabled the app and then disabled it again... but its still here..
Can anyone help me to get rid of amazon.mp3
I've attached a pic so you can see that I have su etc
paysen said:
I can disable amazon.mp3 with adb shell but when i look at the menu it always shows the silly icon of amazon.mp3.
I cant start the app since I removed it but the icon is still there. I already enabled the app and then disabled it again... but its still here..
Can anyone help me to get rid of amazon.mp3
I've attached a pic so you can see that I have su etc
Click to expand...
Click to collapse
Same problem here. Every app I disabled disappeared from launcher except for Amazon MP3, and it's driving me nuts
You could "freeze" the app with titanium backup, which removes the shortcut icon and makes sure the app cant start. Big advantage is that you can still install OTA's. It comes with a price tho..
Sent from my Desire HD using XDA App
fcjversc said:
You could "freeze" the app with titanium backup, which removes the shortcut icon and makes sure the app cant start. Big advantage is that you can still install OTA's. It comes with a price tho..
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
Freeze is the same thing as pm disable. And it doesn't work with Amazon MP3. It stays in the launcher and crashes when trying to launch it.
Eddie1506 said:
Freeze is the same thing as pm disable. And it doesn't work with Amazon MP3. It stays in the launcher and crashes when trying to launch it.
Click to expand...
Click to collapse
AAAHH Im in the same boat too, there must be a way..
If you have permanent root, and Titanium Bakcup, you should be able to permanently removed the app. Just go the backup/restore tab at the top, go the app you want to remove (Amazon mp3) and hold it for a while...there should be an option for forced removed the app. The phone will then reboot itself, and once rebooted you will find it is completely gone. The only down side is you cant update OTA anymore. But really who cares? very soon we will see custom ROMs popping up everywhere. I am pretty sure they will contain the latest updates.
I haven't tried it myself yet, but I found this on another forum:
com.amazon.mp3/com.amazon.mp3.client.activity.LauncherActivity
Hope this works
Donny1987 said:
I haven't tried it myself yet, but I found this on another forum:
com.amazon.mp3/com.amazon.mp3.client.activity.LauncherActivity
Hope this works
Click to expand...
Click to collapse
Tried it already, doesn't work
Hello,
I recently had a force-close issue on a recent rom (syndicate frozen 1.1.0) where I was overclocking to 1.4ghz and tried to wifi tether. Tether would not start, so I closed it with taskmanager, and restarted tether. Phone instantly rebooted and I was stuck with the apps that were previously running force-closing.
You need to be rooted for this to work.
Make a list of all the apps that are force closing (important that you include your launcher)
I found out that if you go to the "report" button, there is a "more info" button that opens browser (hopefully it still works). From there, do a google search for a free root file system browser apk (there are plenty of them). Download the apk. the pulldown menu should still be working. Once the download finishes, you will get a notification, pull down the bar and install the app. after it installs, you will get a prompt to "open" the app or "close" the window, choose "open". Navigate to your /data/data folder. search for something that resembles an app that keeps force closing. Enter that folder and delete all the files/folders inside. repeat for the rest of the broken apps. Reboot your phone and it should work fine now.
I am asking that all/most rom developers to add another button on the "force close" "report" notification labeled "fix" that deletes the files from the apps data folder.
Someone correct me if I'm wrong but isn't this just the same thing as going to settings-apps and then clearing data for that app?
Sent From My Evo Killer!
ooooorrrr you could goto menu>settings>applications>find the app force closing and click clear data and achieve the same thing a lot easier...
rom developers dont have the ability to add buttons to those windows... those reports goto google or samsung...
chris41g said:
ooooorrrr you could goto menu>settings>applications>find the app force closing and click clear data and achieve the same thing a lot easier...
rom developers dont have the ability to add buttons to those windows... those reports goto google or samsung...
Click to expand...
Click to collapse
Or you can restore data for said appa from a backup made the night before
Sent from my SPH-D700 using Tapatalk
chris41g said:
ooooorrrr you could goto menu>settings>applications>find the app force closing and click clear data and achieve the same thing a lot easier...
rom developers dont have the ability to add buttons to those windows... those reports goto google or samsung...
Click to expand...
Click to collapse
If it's there then it can be altered my friend. I guareentee you konane could do it! Lol...
Sent from my SPH-D700 using XDA Premium App
XDA mods said:
So remember... before you start a thread in development, ask yourself what you are developing.
Click to expand...
Click to collapse
101010char
chris41g said:
ooooorrrr you could goto menu>settings>applications>find the app force closing and click clear data and achieve the same thing a lot easier...
rom developers dont have the ability to add buttons to those windows... those reports goto google or samsung...
Click to expand...
Click to collapse
Yeah that's what I thought it was yge same thing as. This is just a very long workaround.
Sent From My Evo Killer!
k0nane said:
101010char
Click to expand...
Click to collapse
Developing a wtf treat I think
Sent from my SPH-D700 using XDA App
Not Development. Moved to General.
I just enable journaling and what is this?
First off, sorry about the misplaced post.
I know it does the same thing, but if you are stuck at a force-close loop and your launcher app will not load, not allowing you to access the app management page; you see the dilemma.
silverhawk_184 said:
First off, sorry about the misplaced post.
I know it does the same thing, but if you are stuck at a force-close loop and your launcher app will not load, not allowing you to access the app management page; you see the dilemma.
Click to expand...
Click to collapse
i believe this could be because journaling is disabled. After you get your phone set up the way you want it, make a backup. Then restore the backup and you have journaling enabled. Or at the very least, if you get stuck at a force close loop, you will still have a backup to restore and not have to spend hours setting up all your apps etc.
just sayin'
Can also use JournalingOn.zip to instantly enable journaling.. but always having a bckup on hand is a good thing
Sent from my SPH-D700 using XDA App
Hi
Ok - these might be very basic Qs... but bear with me
Do you need to root your phone to remove MotoBlur from the Atrix?
Also... will a rooted Motoblur-less phone work fine with the lapdock?
Cheers
You really should Google this info. But in short yes you need to be rooted to remove stock /system apps. Depending on what you remove yes it could break functionality. But you get to choose what to remove so don't freeze an app you require.
Sent from my MB860 using Tapatalk
Phalanx7621 said:
You really should Google this info. But in short yes you need to be rooted to remove stock /system apps. Depending on what you remove yes it could break functionality. But you get to choose what to remove so don't freeze an app you require.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
You need to be rooted to remove it however you can disable it with dialer codes.
Root it and then freeze blur with tibu. There's a list of stuff that will break your phone if you freeze it on the forums. Use search.
Agreed on freezing it.
There seem to be so many who wants to get the best battery life from their Note 2 so i thought of making this small guide to help them
Click to expand...
Click to collapse
For rooted users and non-rooted users, but rooted users have the advantage here as they can use 3rd party apps like bloat freezers and titanium backup.
I don't recommend deleting system apps permanently from the system due to the fact that if you accidentally uninstal an important system app it could create system force closes ect.. But if you freeze the apps you don't want then you can always de-freeze them whenever you want and it's very safe and could be handy at times.
For root users i recommend titanium backup to freeze and De-Freeze applications
For non-root users > Just go to settings>Application Manager>All ( select the app you want and Select "Disable") , this is also like freezing apps using titanium backup but the apps you can freeze are limited due to the fact that you don't have root permission but still you can freeze more than 70% of the apps to free some ram and save some battery
Click to expand...
Click to collapse
Click to expand...
Click to collapse
So here's the list of apps which are Safe to Freeze/Disable
AccuweatherPhone2013.apk
AlarmWidget.apk
AllShareCastPlayer.apk
AllSharePlay15.apk
AllshareControlShare.apk
AllshareFileShare.apk
AllshareFileShareClient.apk
AllshareFileShareServer.apk
AllshareMediaServer.apk
AllshareMediaShare.apk
AutomationTest_FB.apk
ChatONV_J.apk
ChatON_feature.apk
ChocoEUKor.apk
Chrome.apk
ColorBlind.apk
CoolEUKor.apk
DigitalClock.apk
DigitalClock21.apk
Dropbox.apk
DropboxOOBE.apk
DualClockDigital.apk
Earth.apk
FavoritesContactsWidget.apk
Episodes.apk
Email exchange
FWUpgrade.apk
FactoryCamera_FB.apk
FactoryKeystring_FB.apk
FactoryTest_FB.apk
Flipboard.apk
FotaClient.apk
GroupPlay_20.apk
InteractiveTutorial.apk
KNOXStore.apk
kies.apk
kieswifi.apk
NoiseField.apk
PolarisViewer5.apk
PhaseBeam.apk
PhotoRetouching_fhd.apk -
Photowall.apk
S-Voice_Android_phone_.apk
SHealth2.apk
SMemo2.apk
SPlannerAppWidget.apk
SamsungApps_J_Only.apk
SamsungHubUpdater.apk
SamsungBooks.apk
SamsungGames.apk
SamsungHub.apk
SamsungLearning.apk
SamsungMusic.apk
SamsungOCR2.apk
SamsungVideo.apk
SamsungWatchON.apk
SyncmlDM.apk
SyncmlDS.apk
talk.apk
talkback.apk
TravelService.apk
TravelWidget.apk
TrimApp_phone_J.apk
TripAdvisor.apk
WeatherWidgetDaemon.apk
Yahoonews.apk
Yahoostock.apk
YouTube.apk
KNOXStore.apk hat
Match3VS.apk
Magazines.apk
Music.apk
Samsung Push
Security policy updates
& all the Samsung Sync related Apk's
Wifi direct
Click to expand...
Click to collapse
Now install Greenify https://play.google.com/store/apps/details?id=com.oasisfeng.greenify
and add all the applications you installed to the apps Greenifing(hibernating) list so they will only run when you actually won't them to run and after u turn off the screen they will automatically force close But remember not to put your widgets or apps you use very often to like whatsapp , viber ect... as they will not give you notifications or update as they will be forced close by greenify along with all the other apps.
Click to expand...
Click to collapse
If you want to do more to get the best performance from your device and if you're willing to take an extra step forward , try this app too "Fast Reboot" https://play.google.com/store/apps/details?id=com.greatbytes.fastreboot This wil not reboot your phone but will perform a quick system refresh like as in windows, Just try and see
Click to expand...
Click to collapse
If you want to go extra further saving battery and ram and using a rom with minimum bloat but with Spen features , Try this rom http://forum.xda-developers.com/showthread.php?t=2462614 .. about 95% of the bloat is removed but still very stable and smooth with root and everything (570MB rom). try that and install greenify. you should get around 18h phone usage under moderate use and if you're extra careful with the apps you use and know how to work em out you can get more than 1 day usage
Click to expand...
Click to collapse
Note-
>when you turn off sync it will not sync your contacts with google so i don't recommend it but if you want, you can do it and then do backups manually
More tips from Nitol
- turn motion off
- display brightness always auto
- use blackish/dark wallpaper
- sync always off, turn on when needed
- don't use vibration
- don't clear memory/ram from task manager
- do battery calibration in proper way after flashing a rom
Thank him http://forum.xda-developers.com/member.php?u=1997844
Click to expand...
Click to collapse
Credits
xologist for his awesome Explained Bloat-ware list http://forum.xda-developers.com/showthread.php?t=2315904
geekynoob for his amazing Super bean ROM http://forum.xda-developers.com/showthread.php?t=2462614
Click to expand...
Click to collapse
And finally THANK ME too if i helped you
Click to expand...
Click to collapse
A FULL LIST OF ALL THE APPS YOU CAN FREEZE ON STOCK 4.3 IS NOW ADDED IN THE ATTACHMENTS (BELOW THIS POST)
Real screenshots from my phone. The last picture is the ram usage after the freezing. (this was right after i flashed the stock rom and frozen the apps. so this could change depending on your rom setup
Thanks for a detail thread, but why are you saying the music.apk(music player) is a bloatware? Rest all at the list are fine. But if all the 'allshare' files are removed, then 'screen mirroring' (on n3 moded rom) will not work. Could you please add some more explanation about removing which file may stop other things to work?
Thank you so much again for the effort.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
nitol said:
Thanks for a detail thread, but why are you saying the music.apk(music player) is a bloatware? Rest all at the list are fine. But if all the 'allshare' files are removed, then 'screen mirroring' (on n3 moded rom) will not work. Could you please add some more explanation about removing which file may stop other things to work?
Thank you so much again for the effort.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thx mate.
Also removing all share apps will cause wifi direct not to work
wesamothman said:
Thx mate.
Also removing all share apps will cause wifi direct not to work
Click to expand...
Click to collapse
Thanks,...and not only removing bloatwares/greenifying some apps, some more guidelines should be added, like-
- turn motion off
- display brightness always auto
- use blackish/dark wallpaper
- sync always off, turn on when needed
- don't use vibration
- don't clear memory/ram from task manager
- do battery calibration in proper way after flashing a rom
- avoid widgets, cause every widget has service(s) always running in background
...some more, can't remember right now.
And it should be universal, recommendation for specific rom is contradictory with the purpose of the thread.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
nitol said:
Thanks for a detail thread, but why are you saying the music.apk(music player) is a bloatware? Rest all at the list are fine. But if all the 'allshare' files are removed, then 'screen mirroring' (on n3 moded rom) will not work. Could you please add some more explanation about removing which file may stop other things to work?
Thank you so much again for the effort.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
music.apk/music2.apk is for google play music. you can remove it or move (install) to data/app, or install form play store to save more ram.
chobztopz said:
music.apk is for google play music. you can remove it or move (install) to data/app, or install form play store to save more ram.
and for the OP, its better to explain the use of each apk's. so we know that we really need or not needed so we can safely remove all/partially of them.
Click to expand...
Click to collapse
On KitKAT google play music is 'music2.apk' not music.apk. these things should be described. And I know these remove/freeze/move/install things mate ☺.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
nitol said:
On KitKAT google play music is 'music2.apk' not music.apk. these things should be described. And I know these remove/freeze/move/install things mate ☺.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
sorry mate, just try to help, i think there is no music.apk in 4.3 + (if Im not mistaken) music2.apk upgraded music.apk version.
yes, the op should describe, not only link it to another thread. i totally agree with you @nitol
Hi,
Thanks for guide and help but I wonder what usability of device will be left if all these apps are frozen. I guess my approach is little better (you may check my signature)
He said freeze/disable not remove. anyway nice guide but need some specification.
Sent from my GT-N7100 using Tapatalk
silentvisitor said:
Hi,
Thanks for guide and help but I wonder what usability of device will be left if all these apps are frozen. I guess my approach is little better (you may check my signature)
Click to expand...
Click to collapse
Lol...mate, whose approach is bad here, all appreciates this, see my first post.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Some one LIKES me as well..!!!
AAh..! I am touched..
hoaxdream said:
He said freeze/disable not remove.
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
So you are able to use specific apps/features with their apps disabled/frozen ?? Well, I guess nobody can.
nitol said:
Lol...mate, whose approach is bad here, all appreciates this, see my first post.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I wasn't talking about comparison. I meant by being "safer". There's gonna be many who would just freeze/disable all these and flood various threads that "this app/feature is not working" or "that stopped working" like WiFi Direct, DLNA, Email, Weather, etc. I meant by that.
silentvisitor said:
So you are able to use specific apps/features with their apps disabled/frozen ?? Well, I guess nobody can.
I wasn't talking about comparison. I meant by being "safer". There's gonna be many who would just freeze/disable all these and flood various threads that "this app/feature is not working" or "that stopped working" like WiFi Direct, DLNA, Email, Weather, etc. I meant by that.
Click to expand...
Click to collapse
ofc not, my point is, if your app is frozen, you can defrost if you need to use it, unlike removing your app, which is totally removed permanently. i think you can clearly understand now lol
nitol said:
Thanks,...and not only removing bloatwares/greenifying some apps, some more guidelines should be added, like-
- turn motion off
- display brightness always auto
- use blackish/dark wallpaper
- sync always off, turn on when needed
- don't use vibration
- don't clear memory/ram from task manager
- do battery calibration in proper way after flashing a rom
- avoid widgets, cause every widget has service(s) always running in background
...some more, can't remember right now.
And it should be universal, recommendation for specific rom is contradictory with the purpose of the thread.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
After your done.. paint the phone blue and throw it to the ocean and go get your self a Nokia 3120.
Sent from my GT-N7100 using XDA Premium 4 mobile app
nitol said:
Thanks for a detail thread, but why are you saying the music.apk(music player) is a bloatware? Rest all at the list are fine. But if all the 'allshare' files are removed, then 'screen mirroring' (on n3 moded rom) will not work. Could you please add some more explanation about removing which file may stop other things to work?
Thank you so much again for the effort.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well for your 1st point
not everyone use the stock Music player on their devices right .. including me .. and that's the reason why i named music.apk as a bloat so u can keep it freezed where it won't run in background as it does
And the all share files and screen mirror, not everyone use those features also right? i mean it's not like we use those features daily. so why give ram to that when we can just keep it frozen and de-freeze it when we actually use it ?
Same goes with wifi direct if u ask me
just de-freeze it when you wnna use it so that way we have more ram and can get a good battery life ultimately
it doesn't take much time to defreeze few apps right so it's a small price to pay in order to get a good battery life with more free ram.
well it might be just the way i see it. but it's working pretty good for me.. hope it does for you all .. that's why i shared this
wesamothman said:
Thx mate.
Also removing all share apps will cause wifi direct not to work
Click to expand...
Click to collapse
As i replied to nitrol, we don't use wifi direct like every day and that's why i said it's ok to freeze it to get some more Juice
just de-freeze it when u wanna wifi direct and that's it .. it costs some time but that's worth it i guess when compared with the battery an ram u save . that's just the way i see i guess
nitol said:
Thanks,...and not only removing bloatwares/greenifying some apps, some more guidelines should be added, like-
- turn motion off
- display brightness always auto
- use blackish/dark wallpaper
- sync always off, turn on when needed
- don't use vibration
- don't clear memory/ram from task manager
- do battery calibration in proper way after flashing a rom
- avoid widgets, cause every widget has service(s) always running in background
...some more, can't remember right now.
And it should be universal, recommendation for specific rom is contradictory with the purpose of the thread.
Regards.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
added to the main thread
silentvisitor said:
Hi,
Thanks for guide and help but I wonder what usability of device will be left if all these apps are frozen. I guess my approach is little better (you may check my signature)
Click to expand...
Click to collapse
don't freeze everything i've mentioned here, just freeze what you don't use. You can guess what app you're freezing when you read the name , if you don't know what the app is when you read the name it's just a system fine that we don't use or don't need so just freeze and see what happens but i assure no force closes or any other errors will come, but if any errors pop .. just de-freeze the frozen apps and see. You will get a good battery life and more free ram after freezing these apps.
-regard
geekynoob said:
Some one LIKES me as well..!!!
AAh..! I am touched..
Click to expand...
Click to collapse
hahah yes, Your rom is awesome. loved it cause of all the less bloat and stability + BATTERY LIFEEE
waiting for your stock 4.4 rom with low bloat as much as possible
recommended to many people
keep up the great work
hoaxdream said:
ofc not, my point is, if your app is frozen, you can defrost if you need to use it, unlike removing your app, which is totally removed permanently. i think you can clearly understand now lol
Click to expand...
Click to collapse
Exactly what i'm talking about
you can de-freeze anytime you want
thumbs up