General :: Android 2.3.5 - Share Option Missing From All Apps Menu

May 2, 2012

I recently noticed that the share option was missing from the all apps menu, can restore it? I'm currently using a rooted HTC explorer running android 2.3.5. Please check the screenshot for more info.

General :: Android 2.3.5 - Share option missing from all apps menu


Android :: Launch Share Option In Menu?

Oct 2, 2009

I'm trying to make a 'share' option in menu, just like in the gallery application. I am using the following code...

When i press the Share button in the menu i get "No applications can perform this action". What am I doing wrong? (im working on a real device not the emulator).

View 7 Replies View Related

Android :: Possible To Add Option To "share Via" Menu

Sep 14, 2010

Within a browser, when long clicking a piece of text the "share via" context menu appears. I'd like to add an item to this but I can't find anything (blogs, tutorials etc) that helps. Can anyone point me in the right location(s)?

View 2 Replies View Related

HTC Incredible :: Menu Bars At Top For Paid Apps Missing For Market In 2.2

Aug 22, 2010

I just noticed that market options are missing (Skyraider 2.52 Sense).

Only "top free" and "Just in" are options on the top. No paid apps, but some show in the "Just in". I thought there we supposed to be no market problems with these roms?

They appeared now. Took about seven hours, but they appeared.

View 4 Replies View Related

Android :: Custom Option Menu To Arrange Four Menu Items At The One Line?

Apr 30, 2010

standard four option menus displays 2 by 2. but i want to know that How to arrange 4 by 1. I just want to custom option menu like that. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options

View 2 Replies View Related

Android :: How To Custom Option Menu To Arrange Three Menu Items

Apr 28, 2010

I want custom option menu to arrange three menu items where 2 menu items are displayed at the top and the third below it. Just as the following layout...........

View 12 Replies View Related

General :: Ringtone Option Is Missing?

Sep 28, 2013

galaxy note.. My phone suddenly change its ringtone (whatsapp, call ringtone, sms, etc) to default ringtone by itself.. And when i want to change it again the option is missing..

View 1 Replies View Related

General :: Screen Lock - Password Option Missing

Dec 30, 2013

I recently got a Gionee ELife e6 phone running Android 4.2.1. It seems to be missing the "Password" option to unlock the screen. Is this related to this particular device? Or is there a way to enable / bring back the "Password" option? Screen Lock setting.

View 2 Replies View Related

General :: Android 4.0.4 Screen Lock Menu Missing

Feb 10, 2013

I just bought a 10.2" Flytouch 8 tablet with Android 4.0.4. In the Security menu I don't see any screen lock line to lock the screen; so I cannot lock the screen.

According to the online guides I consulted on the web it should be there. How I can access the screen lock menu?

View 1 Replies View Related

General :: How To Add Option To Power Menu In Sony ICS Rom (587)

Jul 31, 2013

I want to add reboot and reboot recovery to power menu of Sony's stock ics (587) ...

View 1 Replies View Related

General :: How To Extend Power Menu Option

Jun 5, 2013

i have micromax rooted phone so how i can get recovery option in power menu so i can get easily in recovery mode instead of pressing volumn button n power button every time

View 1 Replies View Related

General :: CM 7.2.4 - No Option For Selecting Live Wallpaper From Appropriate Menu

Feb 23, 2014

Seems that I've lost this functionality some time ago, I don't have the option of selecting "Live Wallpaper" from the appropriate menu. I'm using CyanogenMod 7.2.4

View 8 Replies View Related

General :: IMAP Account Configuration - Missing Option STARTTLS With Encrypted Password?

Oct 14, 2012

I installed 4.1.1 on a MB525 (Defy) according to the honorable post in <http:[url]....

One thing I am missing is: Configuration options for the IMAP account are not as fine granular as in the stock Motorola. Especially I can't configure to an IMAP server supporting the following:

* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready.

Means: IMAP with STARTTLS and encrypted (MD5) password

What is supported by the 4.1.1: None, SSL/TLS, SSL/TLS (all certs accepted), STARTTLS, STARTTLS (all certs accepted).What I would need is STARTTLS with password encryption md5 (automatically detected or fixed configurable).

View 1 Replies View Related

General :: Titanium Backup Missing Menu Button

Oct 29, 2013

I tried to follow this [URL]...but I dont see this "settings> display, gestures & buttons."

The reason is because the restoring is not working as I need to change the backup location...

Im running PAC-man rom

View 1 Replies View Related

General :: Gmail App Notifications - Menu Button Missing

Apr 30, 2013

just got myself an S3 i9305 this afternoon

Im having an issue with my gmail notifications. I still want to receive gmail notifications on my home screen (the app icon where the image shows how many emails) however I dont want it to play a sound.

I googled how to remove the sound, but all the walk throughs start with tapping a 'menu' button (three vertical square dots) at the bottom left in the gmail app. I dont see this menu button - see image below

View 2 Replies View Related

Android :: How To Exclude Your Own App From Share Menu?

Oct 31, 2010

The app has an intent filter to allow it to appear in the share menu in other applications via ACTION_SEND intents. The app itself also has a share menu using ACTION_SEND and create Chooser(), and my app appears in the list. Since they are already in my app it seems strange to have them be able to share back to itself. Is there a way for my app not to appear in the list if it's being called from my app?

View 1 Replies View Related

Android :: App To Share Menu's / Recipe's?

Jul 7, 2010

I am looking for an app that I can save PDF's of menus and recipe's etc... and share them with my wife. Anything like that out there.

I looked into SpringPad but it doesn't necessarily share...you can make items public and have someone follow your account.

Google Docs may work, but I am looking for an app, not a web interface.

View 1 Replies View Related

Android :: Want To Share An Options Menu Between Activity / Map

Aug 31, 2010

Sharing an Options Menu between Activity and Map Activity. Is this possible? I have an Options Menu shared between multiple Activities but now I need that menu in a Map Activity.

View 1 Replies View Related

Android : Integrate With Share Menu From Gallery

Sep 4, 2009

It's about the Gallery application. I've registered my application as a target for the "Share" option where the selected picture is being sent to another Activity in order to share it. The default application in the emulator was Messaging, and the image is attached using this option. Well, now I've got my application and Android asks me which application should it use to complete the action. I select my application and it opens the correct Activity, but... how can I get the image?

My code (that doesn't work) is as follows:

CODE:.........

While debugging, the intent and the bundle .toString() methods give the following results:

CODE:............

But with this, uri is null. I've tried myriads of combinations, but none works.

View 3 Replies View Related

General :: Share Paid Apps With Other Users On Android 4.2?

Nov 17, 2012

1. You need a device running Android 4.2 (no root needed).

2. Create a new user as usual (follow the Android tutorial).

2.5. Verify everything is ok for this user.

3. Once done, go into this new user settings (don't switch back to your main/admin account).

4. Add a new account, this time use the Google account on which you paid for your apps.

5. During the add account tutorial, make sure you unselect ALL syncing stuff. Very important!

6. Go to settings / applications and deactivate all the apps you don't want the new user to access (ex: gmail, calendar, etc...).

7. Launch the Google Play Store and select your main account, make sure you protect application purchase by a PIN.

8. Installed a paid apps under this account.

9. Enjoy!

WARNING 1: I had an issue with Google+ when I deactivated it, it removed the updated version (so when I switched back to my main account, I needed to update the app through Play Store). May happen to other apps.

WARNING 2: I don't know if it's related or not, but in the process, I needed to reboot my Nexus 7, it was slow and unresponsive (a process or app was sucking a lot of CPU cycle). But, it did not happened again.

TIP: Use email app instead of gmail to sync the other user mails.

CAVEAT: Experienced users or clever children may find how to reactivate the apps you locked, so you may want tu use an app locker instead of the "deactivate method".

It's not perfect but it works, it's enough for me. My daughters will enjoy their games and I know they will not mess the system. Tested on my Nexus 7 but I'm pretty sure it will work on all Android 4.2 devices.

View 3 Replies View Related

Android :: Difference Between Context Menu And Option Menu In Android

Oct 25, 2009

the difference between context menu and option menu in android? When I click the menu button on the emulator, is that option menu? or context menu? And how to invoke the other menu (not trigger by the menu button)?

View 2 Replies View Related

Android : Add Menu Item To Gallery's Share By Code

Aug 1, 2009

I must to new a thread. I know how to implement this issue by Menuifest.xml, see also: http://groups.google.com/group/android-developers/browse_thread/threa...

But my question is how to add share menu of Gallery by java code not Menuifest.xml. My code is as below:

code:.........

But registerReceiver always return null, and there is no menu added to Gallery's Share.

View 4 Replies View Related

Android : How To Add Share Menu Item To Gallery By Code

Aug 1, 2009

I know how to implement this issue by Menuifest.xml, see also:

Google Android Developer Group related issue

But my question is how to add share menu of Gallery by java code not Menuifest.xml.

My code is as below:

CODE:........

But registerReceiver always return null, and there is no menu added to Gallery's Share.

View 1 Replies View Related

Samsung Moment :: Sending Camera Picture With Share Option

May 6, 2010

Picture taken with camera on phone wont send when using the share option. When I go the the gmail outbox there listed with sending in red letters.

View 1 Replies View Related

Added App To Share Menu?

Jul 23, 2012

So i have followed the MANY tutorials on how to add your app to the SHARE menus using android.intent.action.SEND in the manifest...I can't figure out for the life of me how to get the image or display the image or even upload...so here is what i am trying to do...upon click my app in the share menu, it will open up the intent that handles this request...i already have the layout but i need to load the image into the ImageView on the layout itself...once loaded, i will type a caption in an EditText and then click the save Button...then i will upload it to my webserver...i have found all the parts i need to get this done other than how to get the image itself..

View 1 Replies View Related

Android :: Missing Handcent Widget Option?

Jul 27, 2010

Got my Evo this past Thursday. Loving it. I'm interested in trying out handcent, but a deal breaker is having an icon with the number of unread messages. I installed Handcent today but there was no widget option, just the app option. Any idea why? SMS Unread Count didn't seem to have an option to start Handcent (that and the default icon is too cutesy).

View 2 Replies View Related

HTC EVO 4G :: Remove Items From The Share Menu

Jul 14, 2010

How to Remove Items from the Share Menu?

View 2 Replies View Related

General :: Share Multiple Apps On Webpage?

Oct 31, 2012

Is there an app that I can use to share a number of apps I installed on a webpage including QR-codes, GPlay-links, short descriptions etc.? The apps I know of mostly share text only and/or links but none I found allow me to generate a webpage (or use a site for this) which has all the info in a neat, organized way so that my friends can read the descriptions and decide which apps to download from there.App Brain's API has an app widget that would be somewhat fitting but

1) there is no app to automatically create those based on a list of apps on your phone and

2) it requires people to use App Brain, which some people don't like.Basically, I'd like to have it created automatically and look like the ones used by Android Police (but with links to Play-Store only and no need for ratings)

View 1 Replies View Related

Android :: Data Synchronization Option Missing From Settings

Mar 18, 2009

I find the "data synchronization" option is missing from the Settings on the last version android source code. Is this issue a bug? How to add the "data synchronization " option to Settings.

View 2 Replies View Related

General :: Can 2 Device User Profiles Share Each Other Apps

Dec 11, 2012

I just bought a Nexus 7 for my fiance and I, and was wondering if the apps she downloaded could be used on my profile. I didn't see them on my profile, and I don't want to have to pay twice for an app.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved