Android :: Changes Don't Show Up On App / Sync Two Together After Initial Setup?
Oct 20, 2010
I use Contacts GroupU to allow me to send a group email, but I notice that changes I make on the desktop to the groups don't show up on the app. Is there a way to sync the two together after the initial setup?
View 3 Replies
Jan 11, 2010
I'd like to start an activity with some initial data (passed through Extras) that sets up a display page, while I simultaneously make a network call to get the rest of the data. I thought I'd pass this new data to the activity as a message to the activity's handler. Now, my question is: how can I make sure that the activity has finished drawing the page and is ready to show the message data? The data might come from the cache, so I'm worried the message may land in the handler before the page is ready to display it. Is there a way to synchronize the page draw and the message handling? E.g., is it possible to suspend the looper till the page is ready? What's the preferred way of doing what I'm trying to do?
View 3 Replies
View Related
Jul 21, 2010
Thought it would be cool for people to post up "screenshots" of how their Android phone is setup ( Like Main screen(s) ). I will be rooting my phone soon, so I will post up my pictures in a day or 2. Just kind of like to see how other people arrange their apps, etc.
View 2 Replies
View Related
Jul 11, 2010
I've given up on finding an automatic OTA sync for my photos so I figured since I plug my phone to the computer once a day anyways, why not just use that. I'd like to have a program that would automatically sync my photos/videos or a specified folder/directory to my computer.
View 3 Replies
View Related
Jul 16, 2010
I have all of my music in one place location. I do not use iTunes. I actually haven't listened to music that much in recent years. I no longer use my iPod.
Anyway, my questions is this...what do "Music People" do to simulate an iTunes experience on the Incredible? Or what do you do to simply stay synched between the Inc and your computer and keep files organized?
I have Amazon MP3. When you download songs from there they go into an Amazonmp3 folder. If using Doubletwist, they go into the Music folder on SD Card.
I just wanted to know what other people are doing to have all of their music in one location and have it backed up/synched on their home computers.
View 8 Replies
View Related
Jul 7, 2010
I'm trying to set up the exchange sync to sync my work email to my Desire.I go through the setup and fill in the details as required but when I go to finish the setup I always get a message saying 'Failed to create the account. Please try again later'. I've tried lots of times but always get the same message. I've tried varying the information I've put in to see if that helps but no joy.Has anyone else had this problem?
View 1 Replies
View Related
Nov 24, 2010
I have just started with android ...
I have to develop an android application which should sync with data on webserver..
User adds some data using website, then data should be pulled and synced with data on android device...
I am not sure how to implement this...
Also I have to show map path only between two points (src,dest).. I have googled and it lloks like there is no built-in... only way is to use overlays and draw method.. is my understanding correct?
View 1 Replies
View Related
Jan 4, 2010
Is there a way to set up the droid to automatically sync with all of the pictures from your picasa web albums? There's a lot of pictures that I have on picasa that I would like to have on my phone.
View 49 Replies
View Related
Nov 23, 2010
Anyone with complete instruction, please help. I did not manage to get the calender information sync.
View 10 Replies
View Related
Sep 22, 2013
HTC One, gCal synced to iCal (OSX Lion) with no issues. All dates show on either calendar.
However, neither gCal nor aCalendar on the HTC show dates before August when I bought the phone.
I removed my google acct completely. Restarted the phone and re-entered the google acct. No change.
It seems out of the 5 calendars I use, only one shows all older dates prior to Aug '13. 3 Other calendars show all older dates Oct '11 to present. And the primary calendar doesn't show prior to Aug '13.
View 2 Replies
View Related
May 6, 2014
This is a picture of my Gmail account on my phone. It doesn't show me anything about contacts, mail, calendar etc.
I made an account on my wife's phone and everything shows up. I made an account for my wife on my phone and it shows no syncs available. So I know it's not an account problem, rather a software problem?
Below is a picture I downloaded online and it shows all the options:
Android 4.2.2
Generic china phone (so is Wife's)
View 3 Replies
View Related
Apr 30, 2010
In my android application it automatically focuses the first Button I have in my layout, giving it an orange outline. How can I set the initial focus preferably in XML, and can this be set to nothing?
View 1 Replies
View Related
Jun 22, 2009
I searched the groups to find a topic about setting horizontal scroll view's offset, but no results. Some topics talked about ScrollView, and they are not expected. Here is my question: I have a HorizontalScrollView, with LinearLayout as its child, the LinearLayout contains a custom view, I finished the onDraw method of the custom view to draw something which is longer than the screen's horizontal size, so I think HorizontalScrollView is the right widget that I need. But I do not want to display the left-most part of my custom view, such as a calendar, I can display the last week and next week in the custom view, but what I want to put in the center of the scroll view is today. So, I wonder how I should set the initial offset of the HorizontalScrollView?
View 2 Replies
View Related
Mar 2, 2010
In following code, is it possible cause some memory leaks?
View 2 Replies
View Related
Feb 1, 2010
I need to set initial transparency for a TextView but I don't know how to do it. On iPhone it can be done easily with alpha property. I've tried to set alpha using AlphaAnimation but no good it doesn't work. It just returns to 100% alpha when it ends.
CODE:................
View 2 Replies
View Related
Jul 1, 2010
For some reason lately if I delete or show a email as read it doesn't sync that to my online gmail. There has been times when it shows 4 unread emails on the phone (even though everything is read) and when I log into gmail it shows the 4 unread emails even if it was ones I deleted. I tried clearing data from settings>Applications>manage applications>gmail. I have tried refreshing it and manually syncing it and it
View 15 Replies
View Related
Sep 22, 2010
I am trying to create a Java program that takes the firstname mi last name input and outputs "FI MI lastname".
View 1 Replies
View Related
Sep 27, 2010
I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However, the default behavior of the WebView is to start at a 100% pixel scale so it starts zoomed in on the top left corner.
I have spent the last couple hours trying to find a way to get the WebView to scale the page to the screen like it does in the browser but I'm not having any luck. Has anyone found a way to accomplish this?
I see is a setting called setLoadWithOverviewMode, but that didn't appear to do anything at all. I also experimented with setInitialScale but on different screen sizes and web page sizes that won't be as graceful as the browsers scaling.
Any one have any leads?
View 1 Replies
View Related
Jun 6, 2010
I have released an app (World Time) with initial database. Now i want to update the app with a database upgrade.I have put in the upgrade code in OnUpgrade() and checking for the newVersion. But it was not being called in my local testing.So i put in the debug statement to get the database version and it is zero.Any idea why it is not being versioned ?
View 3 Replies
View Related
Sep 29, 2010
I am trying to download a zipped file from the web on the first instance of the application; can someone point me to a tutorial for this (I don't see good documentation on developer.android)? I understand how to check if it's the initial start or not, and also how to use java.util.zip once I get the file, but it's the in-between where I'm lost.
View 1 Replies
View Related
Jan 7, 2010
I am a Java professional. Now I'd like to write an application for the Android platform.
What is the initial step I need to take?
How does my Java programming experience help in this case?
View 7 Replies
View Related
Jan 4, 2010
I have 2 gmail accounts. Unfortunately, one of them is for my calendar and contacts and the other is for my personal e-mail. As of now, my cal and contacts are syncing fine but I do not use the e-mail account that is associated with thier username. I have my other account (personal e-mail) set up sepeartely....along with a few other e-mail accounts(work and etc.). I would like to know if i can leave my cal and contacts setup on the regular droid sync account but change the e-mail account to my personal acct. so it will "push" by default with out having it in a seperate palce on the droid. I know this is confusing but i dont know how else to explian it.
View 1 Replies
View Related
Sep 2, 2010
First the camera button is unresponsive, and now after owning this phone for about a month, I'm at my wits end! Has anyone experienced this? Last night after leaving the movie theater I pulled my EVO out of my pocket and pressed the power button - the bottom row button lights come on, but the screen does not (battery is nearly full by the way). Pressing the power button makes the bottom buttons turn on and off, but the screen is off. I perform a battery pull, everything seems fine, I can get into the phone after it boots, but once I press the power button to turn the screen off, the screen never turns on again - but the bottom buttons light up like last time. Repeat, repeat, repeat. I have to perform a battery pull every time I turn the screen off. I've now changed the display timeout to 'never' - and if I keep the screen on permanently from the initial bootup, the phone works fine. Absolutely insane. If Sprint can't exchange the phone (due to lack of stock) I'm considering going back to a blackberry. This is my third EVO, and although I love it when it works, I need something a little more reliable.
View 3 Replies
View Related
May 5, 2010
FedeX just delivered the Inc (ordered on-line Sunday night) an hour ago and I plugged it in to charge. Can't wait to use it - how long does the initial charge take?
View 2 Replies
View Related
May 20, 2010
I just bought an unlocked HTC Desire from Hong Kong. I haven't put a sim card in it yet as I'm waiting for my old plan to live out its contract, but I couldn't resist having a play with the Desire in the mean time Because I bought it from overseas I can only seem to set my default language as English and then in brackets many Asian country options, eg English (Thailand) and English (Singapore). This would be fine except it is becoming frustrating when typing because all of the predictive text etc has many Asian characters in it and I'm struggling to write accurately.I've tried turning off predictive text and 'check invalid sequence', but it doesnt seem to work? I also tried downloading the application 'more locale 2' which had english (australian) but it doesnt seem to affect the keyboard. Does anyone have any advice regarding how to change the initial language setting? Is there any chance that when I put an Australian sim card into it the language options will change?
View 7 Replies
View Related
Jun 28, 2010
In my case, I think the charger that came with the phone is not charging the battery properly. Last Friday I left the Evo charger at work and had to use a Nokia charger to charge the phone. The usage was the same, but now my battery doesn't seem to have the initial percentage drop and seems to last longer. Also, it charges bit faster (I know this is not great for the battery). Will do more testing.
View 2 Replies
View Related
May 27, 2010
From the UK and an Orange customer. I am sick of the Orange setting to go to one of their (O2 mobile Internet only) web page for when I start the default browser. How can I change this? I tried homepage for google and 'home' goes to google but just starting the prog from the icon/widget still tries (and fails when on WiFi) to go to orange.
View 7 Replies
View Related
Jan 21, 2010
I've just received my new HTC Hero through the post. As i've read numerous messages regarding the poor battery life. How long should I initially charge the phone to get optimum battery life?... and should I leave it off or turn it on whilst charging?
View 2 Replies
View Related
Dec 25, 2012
Yesterday I got a Nexus 7, but I haven't been able to use it yet. After letting it charge for a while, I hold the power button to boot, followed by a white Google logo on a black screen. After roughly 16 seconds, the screen goes blank and repeats the process. I am able to access the menu that shows the Android on it's back, with the body open with blue buttons. There is no red triangle.
From here, I can select start and it again shows the Google logo - but just hangs there. No difference after minutes of waiting. Same results for Recovery Mode. If the device is plugged in via USB to a charger / computer, the Nexus freezes when reaching the menu, after which I am forced to reboot the device.
View 1 Replies
View Related
Mar 14, 2014
I'm used with my Windows computers to make a genuine unstarted system image (Ghost, now Acronis)
When I have a new computer, I take out the main HDD and make an image or boot with an Acronis boot disk and make an genuine image, can I do something similar with Android devices?
Is EFS the system image or just the system files, restoring an EFS backup is enough to make a device bootable again without Root?
Windows PC suitable for this? ADB I guess...
Perhaps it's not possible because I haven't see any topic about making an genuine image before first start of an new device or restoring a factory image... Every time Root is involved.
View 4 Replies
View Related