- Go to your calendar on your computer. Click on the down arrow to the right of "My calendars." Select "settings."
- Click "Export calendars" and unzip the file that you download.
- One of the .ics files that is unzipped (assuming that you have more than one calendar) will have your username as part of the file name.
- Click "Import calendar" and choose the .ics file from step #3.
- Once it's done uploading, your phone/tablet will sync and you will have your full history!
Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts
Monday, December 2, 2013
Get Your Full Calendar History on Your Android Device
For a long time, Google only let you get one month of your Google calendar's history on a new device. More recently, they've upped it to a year. Much better, but not when you have FOUR years worth of history to preserve. I've done this several times, so I know it works. I'm just putting it here so I don't have to do a web search for the answer the next time.
Wednesday, January 26, 2011
Android Screenshots in Linux
I've been helping a friend of mine beta test an Android application. A couple of problems I found were easier to show than explain, but Android doesn't have a built-in screenshot capability. I found this page that made things much easier. I already had the Android SDK installed and working. So I just needed to create
Once udev was restarted and I enabled USB Debugging Mode on my phone, I could run the ddms utility with the Android SDK and get all kinds of cool info on my phone, including taking screenshots.
/etc/udev/rules.d/android.rules with this line in it:SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"Once udev was restarted and I enabled USB Debugging Mode on my phone, I could run the ddms utility with the Android SDK and get all kinds of cool info on my phone, including taking screenshots.
Subscribe to:
Posts (Atom)