Saturday, July 18, 2015

Adding filters for contact groups in gmail

May you have face the problem to create a filter for a group of your contacts. Google for some reason doesnt provide such a feature. Here what we can do to override this small problem.

create a mail and add the mail addresses of your group. Then copy the line from the 'to' field and paste it into the textfield of this link. Finally press the 'convert' button and take the output. With that last output we can create a new filter and apply our preferences to the filter. Just paste it to the 'Has the words' field. I think all the others that you have to do is obvious.

Of course you could write the condition by hand but for those that is not familiar with OR and AND operators is a bit more convenient.

Tuesday, May 05, 2015

Android and full backup notes


these are the steps for a full backup Android phones on Linux.

  1. Download the SDK
  2. install and configure the SDK
  3. Enable debugging mode on the phone and connect it to the computer
  4. Create the backup

  1. Download the SDK
Not much to say here. From the download site under SDK tools only(if you are not interested in downloading the Android Studio as well) select android-sdk_{version}-linux.tgz and unzip with
tar -xvzf android-sdk_<ver>-linux.tgz
You need to have installed java.
  1. install and configure the SDK
 It is recommended to locate it under your home directory. if so, next
cd ~/android-sdk-linux/tools
./android
and install all the updates.

Optional but probably you will need that as well for efficiency. Open .bashrc or  .bash_profile and add:

export PATH=~/android-sdk-linux/tools:~/android-sdk-linux/platform-tools:$PATH
export PATH=~/android-sdk-linux/build-tools:$PATH
export LD_LIBRARY_PATH=~/android-sdk-linux/tools/lib:$LD_LIBRARY_PATH
Now you are able to run adb command from everywhere.
  1. Enable debugging mode on the phone and connect it to the computer 
On the phone now,

Settings>developer options>enable usb debugging.
  1. Create the backup
the last step requires from you to create a folder where the backup will be stored and run

adb backup -apk -shared -all -f ~/Backups/fullbackup-20130722.ab

obviously replace "~/Backups/fullbackup-20130722.ab" with you own folder and give any name on your file that you like.

To restore the backup
adb restore ~/Backups/fullbackup-20130722.ab

That is it. If you need read some extra notes look at http://www.all-things-android.com/content/android-device-backups which was also the resource of this article.

Wednesday, April 01, 2015

Τα Ονειρα Μεγαλώνοντας

Σε μια ηλικια που αποφασεις πρεπει να παρθουν, εμπειριες εχουν αποκτηθει και ενα κοσμο που φαινομενικα τουλαχιστον εχει αλλαξει και συνεχιζει να αλλαζει, παρατηρω οτι ακομα και τα ονειρα ακολουθουνε ιδιοσυγκρασια. Και απλα αναρωτιεμαι αν θα μπορουσε το μυαλο να "εκπαιδευτει" και να ελεγξει αυτες τις αλλαγες. Μπορουμε να ονειρευτουμε σαν νεοι, ξεχνώντας συγκεκριμενες εμπειριες που μας επειρεαζουν??

Ειναι τα ονειρα άλλο ένα στοιχειο οτι αλλάζουμε σαν προσωπικοτητες και πως θα μπορουσαμε να ξερουμε μεσα απο αυτα σε τι αλλαζουμε. Για παραδειγμα αν γινομαι χειροτερος σε καποιο τομεα, ή αν κατι με κραταει μακρυα απο μια αποφαση....


Wednesday, January 21, 2015

Πως θα σβηνεις/σταμπαρεις σαν διαβασμενα μαζικα mail στο gmail

Το gmail δινει πλυθωρα λυσεων για να οργανωσεις τα mail σου. Και αρχιζεις φτιχνεις label, filters και οτι αλλο καλο θα βρεις. Στην πορεια ομως βλεπεις πως το mailbox μεγαλωνει και γινεται ολο και πιο δυσκολο να το διαχειριστεις. Και πιο δυσκολο να τα διαβασεις ολα. Αν λοιπον φτασεις στο σημειο να εχεις 20 labels και εκει μεσα χιλιαδες!! email που δεν εχεις διαβασει ή που θες να σβησεις τι κανεις?

Σιγουρα η λυση δεν ειναι να πας να τα σβησεις ανα page... Αλλα δε βρίσκεις και πουθενα μια επιλογη να το κανει αυτοματα. Ενα καλο trick λοιπον ειναι τα φιλτρα. Η λογικη ειναι δημιουργεις ενα φιλτρο στο label στο ηδη υπαρχον, και επιλεγεις την διαδικασια που θες, πχ να τα μαρκαρει ολα σαν διαβασμενα ή να τα σβησει. Το μονο που εχεις να κανεις πριν πατησεις το create filter ειναι να θυμηθεις να επιλεξεις Also apply filter to matching conversations. Φυσικα μετα θα πρεπει να πας στα settings και να διαγραψεις το συγκεκριμενο φιλτρο γιατι λογικα δεν θες να εκτελειτε η συγκεκριμενη ενεργεια καθε φορα. Η ουσια ειναι οτι εχεις μαζεψει παρα πολλα και πρεπει να κανεις κατι γιατι χανεις ας πουμε και το πλεονεκτημα του νεου μυνηματος οταν μαζευονται παρα πολλα unread mails και δεν 3ερεις/δεν μπορεις να δεις ευκολα οτι ενα καινουργιο mail ηρθε στο inbox σου.