Showing posts with label gingerbread. Show all posts
Showing posts with label gingerbread. Show all posts

Wednesday, 8 October 2014

Can't save recurring events in Google Calendar on Android phone : Solution

Problem : I am using Cyanogenmod with Android gingerbread. Google Calendar version 2.3.7 is installed in my Samsung galaxy pop (tass). Whenever i create a recurring event in the calendar, it just disappears after saving the event.

Solution 1(recommended):
1. Install aCalendar app on your android device and make sure your google calendar is in Calendar list shown in aCalendar-->menu-->more-->Calendar list.
2. Create recurring event using aCalendar.
3. Open aCalendar menu-->more-->Synchronize.
Thats it, your recurring event should reflect in the google calendar too.

Solution 2: 
1. In case of recurring event create it using a desktop browser at https://www.google.com/calendar/.
2. In your android phone go to Settings ---> Applications --->Storage Use ---> Calendar Storage ---> Clear Data.
3. Turn on sync and let the calendar sync. 
After a while u will see your recurring event appear on your android calendar.

If you need to add another recurring event, you will have to repeat the whole procedure from step 1.

Tried On : Samsung galaxy mini gt-s5570 aka tass with gingerbread (rooted) 
May work for : Any gingerbread phone with google calendar 2.3.7

Sunday, 31 August 2014

2nd partition automatically converts from FAT to EXT3 problem - Solution

Recently i encountered a problem which is explained as follows. I format my sdcard's second partition to FAT32 (with mini tool partition wizard) and insert it into my phone for LINK2SD purpose. But it does not recognize my second partition. I check my sdcard again on mini tool partition wizard and the second partition has magically turned into an ext3 partition. And because Gingerbread+LINK2SD do not work with ext partitions, it creates trouble.

Whatever be the cause of that, here is a simple solution :
1. Insert your memory card into your pc with help of a memory card adapter.
2. Download , install and run mini tool partition wizard.
3. Backup important stuff from your sdcard.
4. Delete every partition on your sdcard and click apply.
5. After that recreate your desired partitions. This time it won't revert to ext3.

Tried on : Sanmsung galaxy min S5570 (tass), Gingerbread, link2sd, minitool partition wizard
May work for : Any android phone

Wednesday, 7 May 2014

Root Samsung Galaxy Mini GT-S5570 | Gingerbread


Credits : Contents of this post are totally inspired by http://rootmyandroid.org/root-samsung-galaxy-mini-gt-s5570-froyo-gingerbread.html but it needed a little correction plus i wanted to provide abridged version of it. This tutorial tells about rooting the phone which already has gingerbread installed. For froyo , check the above link because i have not tried those steps).so here i go :

1. Backup important contents of your phone.

You can use Super Backup app for the purpose. This app keeps the backup on the sd card in a folder by the name "smscontactsbackup" and keeps it safe. You can also copy the backup to your Computer.

2. make sure that your phone is charged at least 90% so that it does not goes off in the middle of the rooting process. Also be sure that your computer is set off with the antivirus and firewalls, the cable with the specific drivers must be ready. Get USB Drivers for Samsung Galaxy Mini GT-S5570(Windows 7) (direct link). For windows 8 you can try http://forum.xda-developers.com/showthread.php?t=2038555.(I have not tried it on windows 8)

3. Set Debugging Mode on through Settings>Developers and then check the box.
4. Download the required files
   download here. transfer this file to your SD card and do not keep this in any folder but straight away in the SD card.
5. Turn off your phone and got to recovery mode by pressing the HOME+POWER BUTTON simultaneously.
6. Choose “Apply update from SD card”.
7. Use the volume rocker for navigation.
8. Choose the zip file you downloaded
9. wait for it to finish.
10. Your phone will automatically reboot. If not, reboot it yourself.
Done! now you have rooted your device.

Tried On : Samsung galaxy mini gt-s5570 aka tass with gingerbread 
May work for : No other phone

Featured Post

PHP EmailMessage class for extracting attachments

Hi, recently I had to create a php program which fetches emails with attachments (including inline). I searched a lot and succeeded with h...