problem with MIlauncher - Sony Xperia P, U, Sola, Go

hello,
I am not able to remove apps from my homescreen when using milauncher, whenever i drag a particular app to the bin it takes me directly to uninstall....is there any work around to stop this from happening?

Where else would you put it? MIUI has no separate pages for the applications. Everything is on the homescreen. So, if you essentially want it removed, it will be uninstalled. You cant take it out of the homescreen because that's it's primary location.

Related

[REQUEST] [MOD] Remove apps from the 'Share' menu

I've installed tons of apps on my Nexus One (naturally) and am really annoyed to find many of them position themselves in the 'Share' menu on my gallery. There's no way (that I can see) to reorganize or limit this, either.
I typically either use Pixelpipe or Twidroyd to upload from there - I'd like to be able to either
A. pick and choose what does and doesn't show up in this list
OR
B. reorder it so the ones I want to use are closer to the bottom bar.
Currently, Pixelpipe *and* Twidroyd are at the top of the list. This isn't a big deal in portrait mode, but in landscape mode, they're cut off and I can't scroll up to get to them.
I would like such a mod as well!
Not being able to edit it was the main reason I uninstalled twidroid. Cuz I saw no sense why, when in twidroid, twidroid would be the first option under 'share'. That really annoyed me. I mean why whould I need to share a tweet via the 'share' menu in twidroid?
Now...quite happily using twicca which doesn't force itself as the first app under the 'share' settings.
just put a .nomedia file in the folder that has the pics you dont want in the gallery
BloodyWasHere said:
just put a .nomedia file in the folder that has the pics you dont want in the gallery
Click to expand...
Click to collapse
You didn't get the request.
When you open a photo in the gallery app, click on 'More', and then click on 'Share', there are a TON of apps in there, most of which I don't want to use from that menu. The main one that I want to use is Pixelpipe. However, it shows up in the top of this list. That's fine in portrait mode, but the top of the list is cut-off in landscape mode, which is a hassle. I'd like to be able to either reorganize this list or remove some apps from it at my discretion, so that it's not littered with options I'm not going to use.
one way to modify the app's manifest xml and remove the broadcast receiver or other related lines.
in for this...
Billy
I like the fact that the OS allows this type of integration. It's awesome, but an option should be in settings to turn it on or off for each app.
britoso said:
one way to modify the app's manifest xml and remove the broadcast receiver or other related lines.
Click to expand...
Click to collapse
So I'd need to do that for every app that appears in the list?
the orange bandit said:
So I'd need to do that for every app that appears in the list?
Click to expand...
Click to collapse
That's correct. The applications declare in their manifest.xml to which Intents they can respond. They only way to have an application no longer appear in a Share menu item is to have it no longer handle the Intent that is going to be passed, and the only way to do that is to modify the application's manifest.xml.
rpcameron said:
That's correct. The applications declare in their manifest.xml to which Intents they can respond. They only way to have an application no longer appear in a Share menu item is to have it no longer handle the Intent that is going to be passed, and the only way to do that is to modify the application's manifest.xml.
Click to expand...
Click to collapse
Would I have to do this again whenever the app is updated, too?
Also, given that I have root, is there any way to set this up as an app somehow? I could launch the app, which would consist of a checklist of the apps that I have installed on my phone (which was compared against a master list somewhere of apps that declare this intent). I could then simply uncheck the ones that I want removed, and the app would automatically remove the declaration from each app's manifest? Or perhaps a way to monitor the Intent, see which apps are declaring that intent, and then populate the checklist like that?
This has been bugging me for the longest time, it would be great to be able to disable Facebook, Picasa and crap like that which I never use.
the orange bandit said:
Would I have to do this again whenever the app is updated, too?
Also, given that I have root, is there any way to set this up as an app somehow? I could launch the app, which would consist of a checklist of the apps that I have installed on my phone (which was compared against a master list somewhere of apps that declare this intent). I could then simply uncheck the ones that I want removed, and the app would automatically remove the declaration from each app's manifest? Or perhaps a way to monitor the Intent, see which apps are declaring that intent, and then populate the checklist like that?
Click to expand...
Click to collapse
You would need to have root access to modify the APKs of protected and system apps. If you updated the application, it's manifest.xml would have to be changed again, too. I'm not completely certain that if you did this to Market apps if they would be updatable because of signing issues; you could do an adb pull, modify the manifest.xml, then adb push the file back, but if it's modified, I'm not sure that the Package Installer would allow the installation because of the signature.
As far as an application to automate this, I'm not sure if the permissions system on Android allows modification of another app's APK. In theory, the application would scan every APK, examine the manifest.xml of each one, and make a list of which apps respond to which Intents. It could then selectively modify the APKs (and possibly re-zipalign), but I'd rather have a slightly over-populated Share menu than deal with the hassles of broken Market application updates because my installed apps are no longer properly signed.
rpcameron said:
...I'd rather have a slightly over-populated Share menu than deal with the hassles of broken Market application updates because my installed apps are no longer properly signed.
Click to expand...
Click to collapse
Unfortunately, I think I agree with this.
Perhaps it would be easier to figure out a way to re-organize this list so that the apps that I'm actually going to use show up at the bottom (closer to the toolbar) instead of the top? Hypothetically, this would only involve finding the code that populates this list and changing 'descending' to 'ascending', right?
Rather than modifying the apps, wouldn't it be easier to have an exceptions list that the Share menu just ignores? I know that's not a very technical explanation, but what I'm trying to say is a more centralized solution where you cut out programs regardless of whether or not they have made themselves available for the Share menu.
Would be nice to edit this. If i remember correctly, during the Donut days, Cyanogen was experimenting with adding bluetooth share to the gallery app. In his code, he made an error that resulted in the "share" menu to be empty if if bluetooth is turned off. Meaning, Picasa, email, twidryod and everything else won't be there if bluetooth is turned off.
So this means that there was a way to make things disappear from the list.
str4vag said:
Would be nice to edit this. If i remember correctly, during the Donut days, Cyanogen was experimenting with adding bluetooth share to the gallery app. In his code, he made an error that resulted in the "share" menu to be empty if if bluetooth is turned off. Meaning, Picasa, email, twidryod and everything else won't be there if bluetooth is turned off.
So this means that there was a way to make things disappear from the list.
Click to expand...
Click to collapse
Interesting - I'll have to see if I can find out how.
Unfortunately, I couldn't code my way out of a paper sack, so at some point I'm going to have to find someone to actually *do* this for us.
I would love this feature too. I currently have so many choices, I can't even see Pixelpipe on the list. I don't need to send photos to Google Googles.
I appreciate the option to, but I'd love to turn it off by app.

how do i uninstall applications?

like widgets? such as "apmobiles", seems to be a newspaper sort of thing i will never read. i also can't uninstall social/music/gaming/book hubs? i'm in the setting/applications/manage applications bit.
i want to basically delete a LOT of apps then only install what I need? i'm new to smartphones, moved from a nokia keypad phone. so the galaxy s2 was a massive jump for me.
Have a search for titanium backup and root. You'll need to root your phone 1st before you can 'freeze' but not remove apps.
The phone is brand new and it will take a while before custom roms that let you remove apps are available.
If I were you I'd wait before rooting as it is still a bit complicated and simpler methods will come along soon, I'm sure. I'd use the time to read the guides and get familiar with the phone.
Bear in mind that rooting/custom roms will lose you your warranty. Also, I'm not too worried about app removal as the phone has plenty of memory for my needs. Just remove the apps you don't want from the home screen and put on the ones that you do.
Edit: just wanted to clarify that I was referring to removing pre - installed apps.
Sent from my GT-I9100 using XDA App
Thanks for that, it's that I also noticed that there are services running in the background from applications that I'm not using, like I have the apmobile service running and also a social hub service running even neither is open. And I at least want to remove app shortcuts from the menu.
You'll need to root and freeze to remove the shortcut from the app drawer. I really wouldn't do that until you've read up and are confident though.
There are other threads about the social hub, have a search. I think you'll need to reset the phone and then not add any accounts if you want to stop it from being active.
Sent from my GT-I9100 using XDA App
To add-up about removing the widgets (probably you've found it already though), you only need to hold down the widget and slide it down to an area says remove
this phone comes with a built in task manager and a widget that shows you active tasks, i use the widget on my phone's desktop to close apps as needed ( i know the phone can handle it but its just my own thing lol ) and from there, there's a tab that lets you uninstall apps as well.
ofcourse you wont be able to uninstall those that came with the phone just yet.
I rooted mine which was dead easy and was my first time so you'll be fine. Download AntTek app manager from the market its free and lets you freeze, delete and backup any apps and widgets you want. You will no longer have any of those crap apps working in the background draining your battery. Hope this helps.
Edit: Oh yeah the built in task manager doesn't show system apps working in the background or at least not all so well worth freezing or removing them.

looking for taskmanagement app (not killer!)

Hi, I like android for the multitasking but i think it is done in a bad way. I wish the 'task management' would behave more like for example a windows taskbar.
I have open apps. I can switch between them. I can close those apps (ok i dont care if they stay in memory, i just dont want them cluttering my 'app switcher').
Also when I re-open a 'closed' app, i want it to start from the beginning, not where I left it. Only the apps that i keep in the 'taskbar' should stay where i left them.
Basicaly, simply the way a windows taskbar works. Even if you close interner explorer, it does stay in memory, but it appears closed. It starts up very fast coz its in memory, but because you closed it, it starts from the 'begining' (unless otherwise specified).
I hate to have 2 different 'settings' apps open both pointing to some 2ndary settings app and they open somewhere i left them, but maybe I want to do a whole new thing? I then have to press back multiple times to get where i want. Or Opera staying open all the time, and when i'm done browsing i want to quit it. I don't care if it stays in memory, i just want it to get out of the task switcher and start from the 'beginning' when i re-open it. I hate opening opera and it has 3 taps open from something i was looking for earlyer but i don't care anymore. I then have to close those 3 tabs to get a new clean browsing experience.
Understand? I wish someting like this would exist, but they all want to 'kill' tasks. I don't want that. I just want them to APPEAR they are closed. Also i only want to do that with APPS. Not processes or even services.
I hope the task switcher in icecream cookie will be like this!

My Quarantined / frozen apps

I downloaded an app called App quarantine from the market and put the following apps in the don't run bin , but before doing that I downloaded Go Launcher / Go Contacts / Go Sms Pro and did a ehh, conversion from the stock samsung apps to Go Stuff. Has anyone else done this or anything similar?
Apk's no longer running on boot
(See screen shots, i'm lazy today.)
jb0nd38372 said:
I downloaded an app called App quarantine from the market and put the following apps in the don't run bin , but before doing that I downloaded Go Launcher / Go Contacts / Go Sms Pro and did a ehh, conversion from the stock samsung apps to Go Stuff. Has anyone else done this or anything similar?
Apk's no longer running on boot
(See screen shots, i'm lazy today.)
Click to expand...
Click to collapse
There are a number of apps that do the same type of thing, Titanium Backup will 'freeze' apps as well as a whole host of additional features.
Then of course, another option is to just rename the apps from *.apk to *.bpk and rebooting.
My personal preference is a third option called Autostarts which is similar to MSconfig in Windows but for Android. The reason being is, it gives you the ability to keep an app from ever running unless you actually tap the app to run it but still allows you to keep the app installed in the event you want to use it. Google Maps comes to mind, I want it installed, I dont want it running in the background.
I dont recommend removing any of the bloatware if you plan on staying on stock but, some of it for US Note users was able to be uninstalled without root via either Settings->Applications->Manage Applications->All Applications, then tap an app and see if uninstall was lit up, if so, sweet. Or, alternatively you could go thru the Market->(Menu Key)->My Apps but not all apps show up in this list. As a side note, I actually manually did a search for many of the apps on the phone and manually updated them because they were not showing up in the market 'My Apps' list.
One other side note, most of the Samsung apps are actually pretty decent, I usually dont touch them. Its the ATT software and the apps ATT took bribe money from third parties that bothers me (Yellow Pages for example).
Oh, and a little known feature of Go Launcher is the ability to hide apps.
Tap the App drawer icon to get to the list of apps on your phone, tap the menu button, tap hide apps. For those of us that havent bothered to root, this at least gives you the ability to not have to look at apps you dont want to see in the app drawer.
Wow thank you for all the info. As far as staying stock, I like making my devices unique to me, I did keep all spen related apps, but killed pretty much everything else. I doubt my phone will ever see an official release of anything, Xda all the way
littlewierdo said:
There are a number of apps that do the same type of thing, Titanium Backup will 'freeze' apps as well as a whole host of additional features.
Then of course, another option is to just rename the apps from *.apk to *.bpk and rebooting.
My personal preference is a third option called Autostarts which is similar to MSconfig in Windows but for Android. The reason being is, it gives you the ability to keep an app from ever running unless you actually tap the app to run it but still allows you to keep the app installed in the event you want to use it. Google Maps comes to mind, I want it installed, I dont want it running in the background.
I dont recommend removing any of the bloatware if you plan on staying on stock but, some of it for US Note users was able to be uninstalled without root via either Settings->Applications->Manage Applications->All Applications, then tap an app and see if uninstall was lit up, if so, sweet. Or, alternatively you could go thru the Market->(Menu Key)->My Apps but not all apps show up in this list. As a side note, I actually manually did a search for many of the apps on the phone and manually updated them because they were not showing up in the market 'My Apps' list.
One other side note, most of the Samsung apps are actually pretty decent, I usually dont touch them. Its the ATT software and the apps ATT took bribe money from third parties that bothers me (Yellow Pages for example).
Oh, and a little known feature of Go Launcher is the ability to hide apps.
Tap the App drawer icon to get to the list of apps on your phone, tap the menu button, tap hide apps. For those of us that havent bothered to root, this at least gives you the ability to not have to look at apps you dont want to see in the app drawer.
Click to expand...
Click to collapse
Just to add I guess a 'fourth' option, I like to use the app 'root toolbox' available on the market with both free and pro versions. Under the advanced menu you can remove any system apps you like but the nice thing is anything you remove is automatically backed up to the root toolbox folder on the internal sd. The backup is done automatically so you dont have to worry about removing something and forgetting to backup first and also gives you the option to restore any system apps you removed simply and easily. Ill be honest the restore feature has saved my bacon many times lol and is also a great way to experiment which apps are safe and unsafe to remove.

[Q] APP Lock

I use APP Lock and love it. However, I find it annoying to unlock apps manually when I want to use a particular app.
To solve this, APP Lock included a widget that unlocks or locks "set" of apps. The problem is that when the phones goes into screen lock and is used again, the unlock setting remains and leave all of my apps vulnerable.
Is there an app out there that will "lock" when the phone goes into screen lock?
Thanks!
bump. am i the only one with this issue?
Searh for a different app lock. Unless the dev for that app is going to update that app. I dont think it has anything to do with the phone.
-Once you go NOTE, you'd say 4 inches a Joke
http://www.esecurityplanet.com/trends/article.php/3935711/Top-25-Android-Security-Apps.htm
Near the very top of the article are 5 very good apps for locking apps down, just look at each and see which has an interface that is usable. Unfortunately, I dont have any recommendations as to a specific app and how securely it locks down an app, most store the passwords in a plain text file that are visible to anyone with a Linux machine if your phone is currently rooted.
I use a combination of hiding or freezing apps AND password protecting them. It takes someone really knowledgeable (and willing to snoop) to first unfreeze an app in TB, then go to Go Launchers' app drawer to un-hide an app, then figure out the 16 alpha(upper & lower case)/numeric/symbols password to open my LastPass and banking apps. You just have to remember that you have to FIRST hide the app, then freeze it when you are done using said app (so you have to do it in reverse order).

Categories

Resources