Android :: Change Settings For 5 Rows On Homescreen
Nov 10, 2010
Does anyone know if there is an app that will change your settings to allow for 5 rows of icons on your homescreen other than a home replacement app. I'm running LauncherPro, but my phone (Droid X) has been a lot more glitchy since I installed it.
View 1 Replies
Sep 22, 2010
I have 2 ways of displaying ListView data. I have a class for each type of row. I do not create the rows in an xml layout. (Each row is derived from View and does custom drawing). When I switch from 1 type of row to another how do I get the ListView to layout properly with the correct row heights, and refresh? Is View.forceLayout() on the right track?
View 1 Replies
View Related
Sep 27, 2010
I'm having trouble changing the data held within a TextView inside of a listView. I can access the data and send a toast of the text, but the list isn't updated when I change it.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, presidents));
ListView lv = getListView();
lv.setTextFilterEnabled(true);
ListAdapter list_adapter = lv.getAdapter();
TextView var_x = (TextView) list_adapter.getView(0,null,null);
ListView list = getListView();
int count = list.getChildCount();
Toast.makeText(getApplicationContext(),(var_x).getText(),Toast.LENGTH_SHORT).show();
var_x.setText("not a president");}
How can I change the text/styling of a row once I've already created it?
View 3 Replies
View Related
Aug 12, 2013
iam looking for a camera application, where i can set the settings as a widget.
Example: when i want to make a hdr shoot i want to start camera with hdr widget, when i make a normal shot i want to start camera with normal widget ...
View 1 Replies
View Related
Nov 14, 2010
Is there any settings or apps that will allow SF to return to the home screen when you turn on the phone again? It would be nice not to have to hit the home button each time I turn the phone back on?
View 5 Replies
View Related
May 3, 2010
All of the marketing and news literature out there shows it with that giant "analog-flip-clock" at the top. I just don't like it. Is there a way to change that out? I figure that there is a way to do it, but just wanted to make sure. I was hoping to make the home screen a little more sleek, without the virtual "phone" button on it, and without what look like virtual + - buttons.
I'm asking because I assume that this functions the same as other HTC phones, and I've never owned one. I'm thinking that somebody who has owned a T-Mobile HTC or something could answer.
View 4 Replies
View Related
Jul 15, 2010
I have a homescreen widget with an imagebutton. I have the button working with a pending intent, but I can't seem to figure out how to change the button image when it is pressed. I tried using a selector and it works in my widget test activity, but not in the remoteview. How could I implement this functionality in the home screen widget?
View 2 Replies
View Related
Jun 8, 2010
I ran a search and could not find answers to these But does anyone know if it's possible to:
1) Add an extra homescreen? I could use more than the stock 7.
2) Change the button that wakes the screen up and brings you to the screen unlock mechanism. Right now i have to press the power button and i'd rather it be one of the face buttons that does this hard to change iphone muscle memory.
View 2 Replies
View Related
Jul 21, 2010
Im trying to change the icons on my homescreen but I cant seem to get them to change, ive got the icons i want ([ICON_PACK] The DROID Collection_v1.0 - xda-developers) saved to the root of my SD card, Ive tried to use FolderOrganiser and BetterCut but i cant seem to get them to change on the homescreen, maybe im doing it wrong?
View 4 Replies
View Related
Feb 26, 2010
I just got the eris a couple weeks ago, and then the trackball died so verizon sent me a new one. Now on the new phone when I try to change my homescreen wallpaper, it always wants to zoom in on the image. I'm not sure how to explain it, but it will let me use the full width, but not the full length while looking at the phone with the buttons on the bottom. So I have an image that is 320x480, and it wants to crop it down to 200x200 for example. It zooms in and makes it a square, instead of a rectangle like the screen is. I just want the wallpaper to be what it looks like when the image first opens from the photo album app. But as soon as I try to make it a wallpaper it wants to zoom in and make the photo look dumb.
View 1 Replies
View Related
Feb 24, 2009
I'm developing an application that change System APN. but I don't have any information to do that. Does anyone know how to change APN Settings
View 3 Replies
View Related
Jun 15, 2009
Can we change the apn settings programmatically?
View 2 Replies
View Related
Apr 17, 2010
I wanna change APN settings in a phone. Looked the api and there is a content provider named ACTION_APN_SETTINGS developer.android.com/reference/android/provider/Settings.html#ACTION_APN_SETTINGS but I'm having a hard time figuring out how to use it. Is there any example or something that does not involve the "contacts" content provider?
View 1 Replies
View Related
Oct 28, 2010
I just recently replaced my Samsung epic =( with a new droid2 =). Both have Swype and I love it. But on the epic the Swype keyboard had a darker color palette that I liked much better. I couldn't find anyway to change this on my droids Sywpe settings, is it even possible? Change the look of the Swype keyboard?
View 6 Replies
View Related
Jun 10, 2010
is there a way to change beautiful widgets settings with out having to delete it off the desktop and reinstall it? how do i bring up the settings screen?
View 2 Replies
View Related
Jun 17, 2010
I installed Launcher Pro on my motodroid and do not know where to look to be able to make setting changes to it. Looked under apps and widgets to no avail.
View 4 Replies
View Related
Jun 17, 2010
Is there a way to change the sync settings of a Gmail account programmatically with an Android app? For instance, I'd like to enable/disable syncing of a Gmail account from my app, without the user having to do anything.
I took a look at AccountManager, but that doesn't seem to be the right place to look.
View 1 Replies
View Related
Jan 11, 2009
Does anyone know if there is an app which can enable you to change the sound settings on an Android G1? I finally got a headphone adapter yesterday and the sound quality of music was not very good. It might improve things if there were an equaliser or similar available. Does the API even allow that level of control?
View 4 Replies
View Related
Jan 22, 2010
I was able to bring up the UI in android that allows the user to edit the APN settings. But I need to know how can I access these APN settings programmetically and set them. Any Ideas ?. Is this possible?
View 4 Replies
View Related
Jul 1, 2010
Ok i have an application with 2 different languages (english and german), how to change them from my application?
When i click the Language button im using intent to com.android.settings.LocalePicker and from there i select the language.
So instead of that i want to select English and German options from dialog box.
I know how to create the dialog box, but don't know how to change the locale.
View 2 Replies
View Related
Jul 22, 2010
I've done this before...not sure what i'm doing wrong now I know it's the simplest thing in the world but i just want to make the text of my settings page black and the background white. Any ideas of what i'm doing wrong? my code....
View 1 Replies
View Related
Jun 7, 2012
changing android system settings by code. System Settings like:
Ringtones
Vibration
Volume
Brightness
etc
View 6 Replies
View Related
Feb 19, 2010
I'm looking for a way to access the settings for the browser and mms apps programmatically. I know that there are APIs for browser content providers to add bookmarks and add search strings to the db. But is there a way to access any of the options such as text size, default zoom, etc. I've looked at the source but can't seem to find a way, as the preferences file is private and there being no content providers for these settings.
View 2 Replies
View Related
Jan 21, 2010
I am working on a application from which i need to ADD,Delete ,Change Email and Wifi Settings. I even need to add new Email Accounts . Can you please give me some pointers where i can start this . In Android, Are there APIs i can directly call for this or should it use content provider to do the same.?
View 2 Replies
View Related
Apr 7, 2010
I know it's possible to have multiple languages in a single application through the res/string and depending on Locale.Here is a case http://stackoverflow. com/questions /2078289/android-controling-the-user-language Now how can I change the language in the phone ?Like I'd do by Menu > Settings > Language & Keyboard > Select locale > languages Is there some real code to access to these settings ? Or should I create intent for a shortcut to the language settings.Please post some code Edit : With Locale class developer.android. com/intl/fr/reference/java/util/Locale.htmlThe constructor is at least Locale(String language)The input is language.How can you retrieve the current language used on device ?
View 3 Replies
View Related
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
View Related
Feb 17, 2010
Is there a way to change notification settings in the native email app (possibly also gmail)?
I'm thinking about locale plugin which would allow to change notification settings in each app independently. For example disable sound notifications in email app and leave in gmail...
View 1 Replies
View Related
Jun 10, 2010
Is there anyway to change the settings so that notifications don't interrupt when its playing something?
View 1 Replies
View Related
Apr 12, 2010
I have a widget that changes some system settings, but it will not take right away. It seems like I need to refresh the system settings for it to take. How do you change some system settings from a widget that take instantly?
when my widget is pressed it goes to an activity with a blank background to change the system settings. one of the settings that are changed is the display brightness. this is the code i use to change the display brightness. once i change the settings i call the finish function to exit the activity so i am not stuck there after the settings are changed. One thing i did notice is that if i didnt exit the activity the settings did change, but i was stuck in the activity. its when i added the class.this.finish(); to exit the activity that the settings don't change. code...
View 2 Replies
View Related
Dec 5, 2009
I'm stuck on trying to change system settings that are not standard android ones, specifically trying to enable/disable the auto backlight setting on the HTC Hero in code,
I can't see anyway to find out the string I need to use when doing Settings.System.get.
View 3 Replies
View Related