Android :: Change Default Share Settings For Content
Aug 30, 2010
I've had my Droid X for a couple of weeks now and am still acquainting myself with things.
I downloaded Instant Upload (a nice, simple FTP app) that allows me to upload individual files from my "Files" browser directly to a web server... but I'm curious to know if I can add this as an option in my "Share via..." menu?
The "Share" menu has a bunch of options I will likely never use, but I do use some of them, and additionally I would like to add certain apps such as Instant Upload to the mix. Is it possible to manually modify this list?
View 1 Replies
Oct 27, 2010
I'm starting to make my own android roms and i was wondering if it was possible to change the default android settings you get when you flash a rom. For example, when you first boot, animations are already turned on and orientation is turned off (unchecked) by default.
I've got an .apk manager so i've had a feeble attempt at going through .xml files in the decompiled Settings.apk. "res/xml/ sound_and_ display_ settings. xml" had the most potential but i couldn't see any "enable/disable" options.
View 9 Replies
View Related
Mar 21, 2012
I want to change default settings in update.zip. How i can do this? Where is file responsible for default setting after flashing ROM? I want to change incoming call style from ring to sliding tab. In update.zip.
View 1 Replies
View Related
Aug 25, 2013
My OEM's preloaded rom is almost-nearly stock, apart from 2 things:
1. White background on "system settings" interface and not the default holo. Cant that be changed to default?
2. Ribbon effect instead of flash-light in holo effect, which tbh is quite annoying, because the ribbon effect is also quite large and in slower animation speed so that,s 1 second of frustation everytime i scroll to the end. (Yea, 1 second isnt much but, add those up and it gets annoying really fast)
How can these be changed back to default without installing a custom rom?
View 1 Replies
View Related
Mar 15, 2010
how should i use content provider without share app data between other app?
View 5 Replies
View Related
May 28, 2009
I looked into some examples of sharing data to other apps using content Provider. All these examples talks about sharing sqlite dbs. I need to share data under shared Preferences of my app to other apps using content Provider. Can I use content Provider to do that ?. Please let me know some pointers or sample code to share data other than sqlite db using content provider.
View 3 Replies
View Related
Nov 26, 2009
I accidentally formated my HTC hero default SD card (due to misunderstanding the SD card is unformatted when I can't see with PC).
I would like to put back all the htc hero SD card default content. I can't do that with reset the htc hero phone or some unformatted freeware. So can someone please help me on this ? either send me all the htc hero default contents in zip or point me to a site to download them.
View 8 Replies
View Related
Sep 17, 2010
Can anyone please help me? I have an 8gig micro SD card and none of my contacts, photos, songs or anything will save to it, they save to the phone instead and I don't know how to change it.I would just just the usb but my computer doesn't recognize the phone on my computer either.any help would be much appreciated!
View 13 Replies
View Related
Nov 24, 2010
I want to change setting in native application (i.e. SMS) by pointing it to different content location.
Ex - At given fraction of time, native application is pointing to list of SMS (com.android.providers.telephony.databases.mmssms.db).
I want to point to different location, that might be com.android.providers.telephony.databases.mmssms1.db
View 1 Replies
View Related
Jun 29, 2010
I need to change Text( SMS) message content before save in in-box. Is it possible to change text message content in BroadcastReceiver?
View 2 Replies
View Related
Aug 20, 2010
I have been reading a lot of comments on how it is more lightweight to use views instead of intents in setContent when using tabs.
Since I will be creating an app with tabs, I am trying to implement this instead of having intents inside setContent. However, I am having a difficult time looking for examples or straightforward tutorials on swapping the current view with another one.
Say I have TAB_A, with some entry fields and a button. When the user clicks on the button, a TextView will display "Hello, user!" in the same TAB_A. Of course this is an oversimplified example, but it will surely point me in the right direction.
EDIT: I have a tab called TAB_A with a button in it. If the user clicks on that button, TAB_A will now display "Hello, user!" instead of the button.
Here is a sample of my TabSpec.
CODE:..............
Where ShowButton and ShowHello are classes both extending LinearLayout. Both are initialized in onCreate like this:
CODE:.............
When the app first starts, the user sees the view showButton. When the user clicks on the button, I want the tab to change its contents to showHello.
The question then is: Is there any way to update the contents of the tabspec without using startActivity?
View 2 Replies
View Related
May 25, 2010
How can I set the calendar reminder default setting to "None" in order to always have no reminder set? In the calendar settings, "Reminder Settings"/ Default reminder time there is no choice for "None".
View 1 Replies
View Related
Jul 24, 2010
Can anyone tell me what the default setting is for the homepage of the nexus one's browser (presumable the browser of any other non-carrier-messed-with handset too)? I changed it and now can't remember what it was to set it back again. It used to show a lite version of google.com.
View 2 Replies
View Related
Apr 22, 2009
If I create a content provider to service a live folder, and if this content provider is just a wrapper aggregating other content providers, how does the live folder know if the real content has changed somewhere down the line.
For example, I have a live folder that has items pointing to video, audio, and notes. Each item in the cursor (such as an aggregated matrix cursor) may be pointing to a different underlying content provider. But each item will have its own uri.
Does the live folder view register for content changes for each uri? Or is it the responsibility of the wrapper content provider to register for content changes and then notify its client the live folder?
View 6 Replies
View Related
Jun 10, 2009
Using ContentResolver and ContentObserver, it is possible to receive notifications in the function onChange() when some data is changed within the content provider. However, I fail to see if there is a way to see the URI which triggered the notification.
For instance, if I want to play a sound when someone deletes "Kara Trace" from my address book or whatever - how do I do that, if not by having another copy of the whole content provider dataset, and then comparing the old dataset copy with a new one? Can someone confirm me that the hard way is the only way?
View 7 Replies
View Related
Mar 16, 2010
I have a ListView in my android activity. And I populate the ListView by sub-class the BaseAdaptor (which returns a View in getView() method).
What if in my click listener of a button in a list item view, I change the text of the TextView in the List item view or change the dimension of the list item view by adding/removing children of the list item view
What is an efficient to refresh my listView? I don't want the listView to re-trigger a query since there is no data change.
View 2 Replies
View Related
Sep 30, 2010
I want to change the lower half of the screen when the user wipes with the finger, but got no idea how to start. The upper half with sone TextViews should stay fixed. Do I need more then one activity, or can I just change the layout portion on the lower half?
View 1 Replies
View Related
Nov 20, 2010
I have been asked to create an app to buy sell and advertise a product. I have chosen dvd's to keep it simple. Using the tutorials on the android developer site I have created 3 tabs one for PG films one for 15 and one for 18. Now in these tabs I want to have a button that then changes the content of the tab but keeps the tabs.
I have tried so many things and the only thing I have been able to do is start a new activity but that gets rid of the tabs :( and I have tried many other things been up all night trying to work this out. If someone could just point me in the right direction to how to go about this would be great. Is it even possible?
View 1 Replies
View Related
Sep 14, 2010
I have a layout which contains a TextView.
The content of the TextView might change on runtime. (discussed on a different issue here: http://stackoverflow.com/questions/3683727/layout-with-dynamic-position )
I can position the layout by drag&drop. If the size of the layout doesn't change, the position stays, but as soon as the size of the layout changes (because more text inside the TextView) the position is reseted.
I use the layout(left, top, right, bottom) to position the layout.
Now I don't know where I should add my layout() call to make sure it stays at the right position...
Here is my class
CODE:............
View 1 Replies
View Related
Apr 21, 2010
How to clear default option of an app if it is not present in settings->applications->manage applications. Because I cannot see all the applications there.
View 3 Replies
View Related
Apr 18, 2010
I am currently trying to customize ImageButton to show different draweables as background of the Button while keeping the image set via the src attribute.
That's my custom_button.xml:
CODE:..............
View 2 Replies
View Related
Nov 20, 2012
I've recently started programming my first android app in eclipse using java and xml and I'm relatively new to both languages.
My App will contain mostly static information for students in university which I plan to simply save as text in the xml itself but the clients wish to have a few pages on the app with content that they will be able to change regularly without having to look at or understand any code.
Basically what I'm looking to do is have a basic content management system that can only be accessed by the client and they can use it easily enough to change the content of those specific pages.
View 7 Replies
View Related
May 3, 2014
how I can reset the default app settings. For example, using Blinkfeed on my M8, when I tap on a link, the first time I was asked which browser should be used. How can I reset Blinkfeed, or any other app to ask me again which app to use? Is it always an app setting, or can I centrally control that behavior?
View 3 Replies
View Related
May 31, 2012
I am Cooking ROM based on 4.0.4... There is Data and Time in Settings... it is set by Default to 12 Hour Fomrat. You have to check the 24 Hr Time Format to enable it.
My Problem is that there is a bug in my ROM with status bar which isnt accepting 12 hr Time. Status bar Force Closes non Stop until I go to Settings>Date & Time and change it to 24 Hr format.
Being ROM Cooker I dont want my users to see the first screen to appear as "SystemUI has Closed" after Flashing Fresh ROM...
The only solution I have to prevent is to set the time to 24 Hr by default. i.e enable Check ON like some other options in Settings which are checked by default..
I saw everyhere in Settings.apk but there is no place I could change it..
in res/xml I saw a file date_time_prefs.xml.. it has code below
Code:
<CheckBoxPreference android:title="@string/date_time_24hour" android:key="24 hour" android:defaultValue="true" />
I added the last line android:defaultValue="true" to set it to default checked but still after a fresh install it isnt checked..
How and where I can set it to default checked?
View 1 Replies
View Related
Nov 25, 2009
Tonight i was playing around with the "power settings" widget that allows you to control the wifi, gps, brightness, sync, bluetooth settings. i was hitting all the buttons and didnt realize that it changed settings inside my phone. now i want to go back to the default power settings for each on the widget and cant remember what they were. I already found and turned on the "automatic brightness" feature. but what about the "auto sync" option? was that on or off by default? and others...
View 1 Replies
View Related
Nov 12, 2009
Last night I clicked a YouTube link sent by a friend through email. I got a notification window asking me if I wanted to open it in the browser or in the you tube App, along with a check box to always remember my answer. I picked one and hit the check box. Under the box it said if I wanted to change my settings to go to Home > Settings > Applications> Manage Applications to change the behavior.
However that specific menu item only contains apps I have downloaded. The YouTube app isn't there, and I had been coming up blank searching for where I can change the setting I chose last night.
When you go to Home > Settings > Applications> Manage Applications, by default its filter is set to just the apps you have downloaded, to see all apps on your droid, hit the menu button, and select filter, from here choose All to get to the app whose setting you want to change.
View 2 Replies
View Related
May 3, 2012
Context: Today im investigating how works android classes:
android.provider.Settings.Secure and android.provider.Settings.System
both works over settings.db into
data/data/com.google.android.providers.settings/databases/settings.db.
There is something that surprised me:
When I had never changed one of settings, for example LOCK_PATTERN_ENABLED, the method:
getString(ContentResolver resolver, String name) returned null.
By default lock pattern is disabled when i activated it, method returned 1 and then when disabled returned 0.
My question: is true that when you havent changed the value of a setting, the system goes to look for its default value out of settings.db? and is true that this value at settings.db until you change it is null?
I've read some post about it, but no one working against api. For who may be interested: [URL] .......
I decompiled Settings.apk, SettingsProvider.apk and Phone.apk. There you can find some bools.xml where are stablished default values for some settings I've not found yet every setting I need.
View 2 Replies
View Related
Jan 5, 2010
I am just wondering if anyone would like to share pics of how you have you 7 screens setup.
View 49 Replies
View Related
Mar 10, 2010
I Just installed the Dolphin browser instead of Steel as I was using before. So uninstalled Steel, but have a little problem now. When I press the search button on my home screen and search for anything, it opens the default browser and searches, and not Dolphin. How do I change this? Thought it would ask for which app it needed to execute the order with, as it did at other places it would go online, but not here. Has been in the manage applications and delete the default browser to be default, and inside settings in the dolphin browser and the check it to be default, but it does not work.
View 3 Replies
View Related
Jul 31, 2010
Is vibrant running at 1ghz or 800. someone in the captivate forum suggested the vibrant is underclocked. I don't believe it, especially since my quadrant scores fresh out of the box beat out any quadrant score I've seen so far.
View 2 Replies
View Related