[REQUEST] [MOD] Remove apps from the 'Share' menu - Nexus One Android Development

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.

Related

Bloat Manager

I recently bought a Droid 2 Global and decided to get my feet wet with android development. To familiarize myself with the platform I wrote a simple utility for managing the bloat that came pre-installed on my phone. I thought there might be other people who would get some use out of this so I am posting it here. You will need to be rooted and have busybox installed to use this application. If you used z4root to root your phone then you should have everything you need.
The application is pretty simple. When you start it you are presented with a list of the Bloat that the application recognizes. Each item in the list has a checkbox that indicates whether it is enabled or not. To disable bloat you just uncheck the boxes next to what you don't want and then press the Apply button that appears at the bottom of the screen. You can save what you have disabled as a profile by pressing the options button and then choosing Save Profile. This is convenient because you are going to need to turn all of this bloat back on if you want to receive updates. If you have saved a profile and a new update becomes available you can launch Bloat Manager, press the options button, choose Enable All and then click Apply to get your phone ready for the update. After the update installs you can launch Bloat Manager, press the options button, choose Load Profile and then click Apply to turn the bloat back off.
The following applications can be toggled on or off using Bloat Manager:
Amazon MP3 /system/app/amazonmp3_1_8_14_signed_zipaligned_Signed_2010-09-09_15-23-51.apk
Blockbuster /system/app/Blockbuster.apk
City ID /system/app/CityID.apk
Friend Feed /system/app/FriendFeed.apk
Kindle /system/app/Kindle-1_0_2-OEM-SingleSign_Signed_2010-09-20_17-31-57.apk
My Net /system/app/Mynet.apk
My Verizon /system/app/MyVerizon.apk
News Widget /system/app/NewsWidget.apk
Performance Manager /system/app/PerformanceManager.apk
Skype /system/app/Skype_mobile.live.apk
Social Messaging /system/app/SocialMessaging.apk
Social Share /system/app/SocialShare.apk
VZNavigator /system/app/vnav_6.1.0.160_Droid2Global_rel_PROD_signed.apk
Visual Voice Mail /system/app/Vvm.apk
Weather Widget /system/app/WeatherWidget.apk
World Clock Widget /system/app/WorldClockWidget.apk
When you disable an application using Bloat Manager it simply renames it to .bak. When you re-enable an application it is renamed back to .apk.
Bloat Manager remounts your /system partition as writable in order to make changes to applications. I came up with this list based on what other people have had success with removing, but I have not personally turned off everything on the list. Changing things in your system partition is always dangerous so please be careful.
So this only renames the app filenames? Is the app still affecting the phone in any way (ie. sucking battery life) once it is renamed, or is it completely "disconnected" from the phone until you rename it back to .apk for updates/etc.?
Thanks I will try this out soon.
Correct, this simply renames the apps so that they are no longer recognized as launchable applications. The applications will not be able to run anymore after they are renamed so they will not affect your battery life directly. I have heard that the operating system will continually try and restart some apps if they get renamed, but based on what people are saying in the bloatware removal script thread on droidforums where I got this list of applications none of these should have that problem.
Let me know how it goes.
The application works, any chance you might add more programs to the list?
Sent from my DROID2 GLOBAL using XDA App
Are there any specific applications you would like to see added? I designed it so that the list can be extended but I haven't implemented an easy way to add things yet. If you know your way around a SQLite database you can add new items to the Bloat table to put them in the list. I plan on adding an import feature that lets you add a group of applications from a file in the near future.
Well some programs I can do without are files, car dock, backup assistant, the social networking widget, and news and weather, if you can find a way to ad the .bak extention to them without it hurting the system, it would be greatly appreciated
Sent from my DROID2 GLOBAL using XDA App
wtb one for sprint phones, i.e. the Epic 4G
Great solution, how about a "Bloat Manager for Samsung Galaxy S" next ?
How about a general android bloat manager?
General Android bloatware app would be a major win!
The way you implement (renaming to .bak) is brilliant in it's simplicity, well done. I'm curious how it compares to the 'freeze' function of Titanium backup. Anyone?
^^^That's what I want to know too.
i am just wondering but would this work on other phones like the HTC Droid ERIS or any other devices???
Any chance you can port this to the Droid X? Also, do you need to be rooted to use it, or does it work on stock devices?
same quest
rusty815 said:
...any chance you might add more programs to the list?
Click to expand...
Click to collapse
...are these Bloats removeable too?
-Stocks
-Amazon
-Soundhound
-Setup
-facebook
-htc hub, likes etc.
-latitude
-anything from google (maps locations, navigation etc., etc.)
-peep, twitter etc. any social network sh..
-speech saerch
-talk
-connected media
Any chance for a G1 or G2 version?
I plan on making the next version a lot more flexible in terms of which phones it will be useful for. If you guys can get me a list of which apps can safely be removed from your phones I can add them to the next version.
Technically this version should run on other phones so long as they are rooted and have busybox installed in /system/bin. If your phone has some of the same bloat that comes on a Droid 2 Global you may be able to use this to remove it. Any applications that the program cannot find when it starts will have a ! on the front of their names in the list. Bloat Manager won't be able to turn those off.
I installed this and chose disable all, and clicked apply. The applications can still be opened. Skype still shows that it is running even after I force stop it.
LOL...installed on my G1....all apps had the !
Uninstalled. Thanks!
MrFrankfromCM said:
LOL...installed on my G1....all apps had the !
Uninstalled. Thanks!
Click to expand...
Click to collapse
Lol, its meant for the bloat on the d2g and d2, I'm pretty sure the g1 doesn't have any of the apps that are on the list
Sent from my DROID2 GLOBAL using XDA App
MrFrankfromCM said:
Any chance for a G1 or G2 version?
Click to expand...
Click to collapse
If your looking for away to remove bloatware on the G2 go to this thread http://forum.xda-developers.com/showthread.php?t=809231
super easy did it myself.

[Q] How to totally remove Picasa?

I am on stock rooted ROM and I uninstalled Picasa using Titanium Backup. Picasa no longer exist in Account and Sync. That's good. However, it still exists in the follow 2 situations:
1. In Gallery - Share via menu.
2. In the preview after a picture is taken - Share via menu.
Can anyone tell me how to remove these 2 "Share via" entries?
Albert Poon said:
I am on stock rooted ROM and I uninstalled Picasa using Titanium Backup. Picasa no longer exist in Account and Sync. That's good. However, it still exists in the follow 2 situations:
1. In Gallery - Share via menu.
2. In the preview after a picture is taken - Share via menu.
Can anyone tell me how to remove these 2 "Share via" entries?
Click to expand...
Click to collapse
The applications which appear in the Share menu are being shown there because they have registered themselves with the package manager as responding to that type of intent, i think the exact intent is something similar to: ACTION_SEND .
Anyway, if you think you've removed the correct .apk file and they still appear on the Share menu. I would wipe dalvik-cache and reboot. If they still appear on the Share menu, I would think the .apk is still present and registered with the package manager.
There are ways programatically through java to find out which packages have registered themselves as being able to handle that intent, but that might be a bit over complicated of an approach for this type of issue.
I would suggest looking through /data/app and /system/app once more to see if there are any similar apk files remaining. Good luck!
joeykrim said:
The applications which appear in the Share menu are being shown there because they have registered themselves with the package manager as responding to that type of intent, i think the exact intent is something similar to: ACTION_SEND .
Anyway, if you think you've removed the correct .apk file and they still appear on the Share menu. I would wipe dalvik-cache and reboot. If they still appear on the Share menu, I would think the .apk is still present and registered with the package manager.
There are ways programatically through java to find out which packages have registered themselves as being able to handle that intent, but that might be a bit over complicated of an approach for this type of issue.
I would suggest looking through /data/app and /system/app once more to see if there are any similar apk files remaining. Good luck!
Click to expand...
Click to collapse
Thanks! You did give me some insight and I find out it is MediaUploader.apk which is responsible for the feature. After I removed it, Picasa no longer exist in Share via menu, both gallery and camera. Yay!
While the Picasa issue is fixed, I have another similar problems.
I also removed Facebook for Sense and Flickr, however these 2 entries appear in Gallery's album pull down menu. A blank screen (red maybe due to the Burgundy skin) is shown when selecting them. It seems like these two are hard coded to the gallery... no?
Albert Poon said:
While the Picasa issue is fixed, I have another similar problems.
I also removed Facebook for Sense and Flickr, however these 2 entries appear in Gallery's album pull down menu. A blank screen (red maybe due to the Burgundy skin) is shown when selecting them. It seems like these two are hard coded to the gallery... no?
Click to expand...
Click to collapse
They very well could be hard coded. I was doing some research on how to add sharing support to my Root Checker application and saw many complaints against the facebook application not properly handling the standard android intent for sharing. The suggestions were all work around methods for sharing over facebook and hard coding would definitely be a viable solution.
Assuming they are hard coded, you'd have to reverse the .apk file and edit the smali to remove them. Not as easy as searching for .apk files and removing those, but still do able if you're willing to put the time and effort into it.
As for flickr, that might be held in another .apk file, or it very well could be hard coded. I would probably give the apk files another quick glance over and see if there are any similar type names for flickr or photo/image sharing.
Thanks for sharing this information! Hope my suggestions help!
Oh thanks... I might take a look into the gallery apk
Sent from my HTC EVO 3D X515m using XDA App

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.

[APP] Multi-User App Share

I have created an app that will help share apps across users on google's new 4.2 multi user feature.
Thanks to mentose457 and unwired for giving me the idea.
see this thread (http://forum.xda-developers.com/showthread.php?t=1994169)
It works by removing package elements from user's package-restriction.xml file to add the app and adding the package element back to remove the app. (located at \data\system\users\10\package-restrictions.xml where 10 is the user's id)
This is quickly thrown together and will likely have a ton of bugs, but I wanted to go ahead and get it out there for testing.
- This is BETA
-You must have ROOT
- This changes system data on non documented files it could screw something up.
- I'm not responsible for any problems this causes or lost data or bricked or broken devices
- please use cation
- it is currently built to run on main user to enable or disable apps on secondary users (once root is fully working on secondary users I will see about making it run correctly on secondary user's account)
- not tested thoroughly with paid apps*
- does not currently support system apps**
- due to the way I pull the app list from the package manager some installed apps may not show as available to add/remove
- apps installed first on a secondary user's profile will probably not show in the list to add/remove
*paid apps seemed to work but I did not have internet access during testing. My theory is that any paid apps that use Google's license verification will not work or not work for long. So adding your Google Account to the secondary user's play store is probably still the best way to share paid apps.
**The entries in the xml for system apps is different. Therefore I will have to research them more before getting it to work or deciding not to mess with those apps. Currently some will show not installed on other users even though they are and removing/adding them will not work correctly.
------> DOWNLOAD HERE https://play.google.com/store/apps/...tm_medium=forum&utm_campaign=app_announcement
I'd love to get feedback to what is working and what is not. Also if anybody figures out anything more about the package-restriction.xml file I'd love to hear it. Especially when it comes to system apps.
wow this sounds great, Thanks
after using this app i can no longer use any secondary user account. i started it from the main account, changed the visibility for some apps, restarted. now when i log into the secondary account i get FCs for all apps that try to start. I can manage to pull down the notification and access the settings from there and uninstall apps and so on, but that doesn't really help.
i then created a completly new user but it's exactly the same there. primary user is still working fine.
any idea what's going on?
Tapatalked
Are you sure those apps work correctly under secondary users? There are some apps that don't access the sdcard the correct way that will not work under secondary users until the dev fixes the app.
Try downloading the apps that you had trouble with directly from the play store and see if they work.
nvm, sorry. I had installed a theme at the same time I installed your app and apparently CM10.1 doesn't like themes on secondary users. Didn't think a theme could have such an effect so blamed your app
No problem. Glad you got it figured out.

Only one google account ? (4.4.2)

Hi guys,
I have Amlogic S812 streamer Xtreamer Wonder and it's running on 4.4.2 Android.
In the Settings menu there is no possibility (no menu at all) to add another Google account in addition to the one that was created initially. As a result all Google apps such Play Market, Gmail, Drive etc, working with one and only account without ability to switch to another one if needed. It's especially limiting with Paid apps which was bought under different accounts...
I tried to search all over the internet for the similar issue, but surprisingly did not found any ...
All the rest functionality is as usual, I also have root, thanks to the Rooting Guide by C3C076
Any help is very appreciated!
This is how Settings menu looks like :
Unfortunately, this firmware disable this feature.
So, to change google account, you have to use adb tool and remove /data/data/com.android.providers.settings/databases/settings.db file (if box is root) and add another account.
If box isn't root, you have to factory reset this box to add new account
water275 said:
Unfortunately, this firmware disable this feature.
So, to change google account, you have to use adb tool and remove /data/data/com.android.providers.settings/databases/settings.db file (if box is root) and add another account.
If box isn't root, you have to factory reset this box to add new account
Click to expand...
Click to collapse
Thanks for your answer water275, but is what you mean is just removing existing and adding a new one, but there still will be only one account ?
I tried to use few different apps which can manage existing accounts and I had there the option to remove account, but not to add. So in order to remove i think i can use this way, instead of adb. But what about to have multiple accounts? Absolutely impossible ?
What is interesting is that those account management apps allowed me to go into sync options for existing accounts. So it looks like the Xtreamer just hiding required functionality (menus) and not completely removed them. I was thinking in direction of xml files which are responsible for menu layouts, but i have not too much knowledge with them...
You can use Gmail. When you slide left panel in, there's an arrow next to your profile name. When you expand it you will see "Manage accounts" menu option.
Alternatively you can use my simple app (attached) I created for this purpose.
C3C076 said:
You can use Gmail. When you slide left panel in, there's an arrow next to your profile name. When you expand it you will see "Manage accounts" menu option.
Alternatively you can use my simple app (attached) I created for this purpose.
Click to expand...
Click to collapse
You right :good::good::good:
Gmail not allowing to add account guys. There is no such option. If it could be this way then it would be simple
See attachments from Gmail and from C3C076's app :
Launch my app as a normal one.
C3C076 said:
Launch my app as a normal one.
Click to expand...
Click to collapse
Sorry mate, what do you mean ? 2nd and 3rd screenshots is from your app. Where 2nd one is straight after I launch your app and 3rd one if I choose google account and then click on options on the right side.
7eva said:
Sorry mate, what do you mean ? 2nd and 3rd screenshots is from your app. Where 2nd one is straight after I launch your app and 3rd one if I choose google account and then click on options on the right side.
Click to expand...
Click to collapse
Sorry, you are right. I got confused because of launching that app on my phone which runs lollipop. It unfortunately behaves differently on KitKat.
I'll try your app on my android stick in car, there is also 4.4.2 just to compare, but as i said earlier even that menu that your app shows is not available from the usual settings menu, so it seems like Xtreamer just hiding these menus for some reasons.
7eva said:
I'll try your app on my android stick in car, there is also 4.4.2 just to compare, but as i said earlier even that menu that your app shows is not available from the usual settings menu, so it seems like Xtreamer just hiding these menus for some reasons.
Click to expand...
Click to collapse
Yeah. But the screenshot above is a result of launching app on lollipop. Looks like the same call yields different results on KitKat.
C3C076 said:
Yeah. But the screenshot above is a result of launching app on lollipop. Looks like the same call yields different results on KitKat.
Click to expand...
Click to collapse
For some reason on my Android stick in the car your app can't be installed. I have Install and Cancel buttons, but Install not clickable. I'll try similar app from the store later.
Found solution !
The reason is that Xtreamer installed custom Gmail app that is not asking for update and installed as a system app (you can't uninstall it in usual way). This app have no option to add/manage account as I shown on the screenshots above.
Thanks to ROOT i was able to remove that app completely from /system/apps , and installed official Gmail app from the store. In the official app there is full managing functionality for accounts and i was able to add multiple gmails there.
I highly recommend to uninstall pre-installed Drive and Youtube apps too.
In the general settings menu of Android there is still no manage account section, but at least I can get there through Gmail now.
Thanks to everybody for your help !

Categories

Resources