Linux, Open Source, Web, Engineering, Technology


Archive for the ‘Google’ Category


November 10, 2011

The Divide Platform by enterproid

 

This is interesting, User profiles now available for android.

Another use I can think of: My profile, serious work, and my kids’ profile, for when they want to play with my phone.

 

The Divide platform by Enterproid gives mobile professionals a new way to use their smartphones for both work and personal life. With multiple profile support, great productivity apps out of the box and complete personal and IT cloud management, Divide is the next generation solution for enterprise mobility.

 

 

 

via enterproid.

Posted by Alejandro. Filed under Android, Business, Gadgets, Google, Security.

.



September 7, 2011

PhoneGap Open Source Mobile Framework

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best… HTML and JavaScript.

 

 

 

Learn more at: PhoneGap.

Posted by Alejandro. Filed under Android, Apple, Google, Linux, Microsoft, Web-Ecosystem.

.



July 21, 2011

Fix webcam not working with Google chat or Google Plus Hangouts under Ubuntu 64bit

1) Make sure Google Talk plugin is installed.

2) In the terminal:

sudo apt-get install lib32v4l-0
sudo mv /opt/google/talkplugin/GoogleTalkPlugin /opt/google/talkplugin/GoogleTalkPlugin.real
echo '#!/bin/sh' | sudo tee /opt/google/talkplugin/GoogleTalkPlugin
echo "LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so /opt/google/talkplugin/GoogleTalkPlugin.real" | sudo tee -a /opt/google/talkplugin/GoogleTalkPlugin
sudo chmod +x /opt/google/talkplugin/GoogleTalkPlugin

3) Restart Browser.

 

Done!

 

In case you need to revert:

sudo rm /opt/google/talkplugin/GoogleTalkPlugin
sudo mv /opt/google/talkplugin/GoogleTalkPlugin.real /opt/google/talkplugin/GoogleTalkPlugin

Posted by Alejandro. Filed under 64-bit, Google, Google +, Google Chat, Linux, terminal, Ubuntu.

Tags: , , .



June 22, 2011

Migrate from Gmail to Google Apps and keep labels, read-status, stars and email date

Install imapsync:

Under Ubuntu:

sudo apt-get install imapsync

then:

imapsync --host1 imap.gmail.com --user1 username@gmail.com --port1 993 --ssl1 --password1 GmailPasswordHere --host2 imap.gmail.com --user2 username@YourGoogleAppsDomain.com --port2 993 --ssl2 --password2 GoogleAppsPasswordHere --authmech1 LOGIN --authmech2 LOGIN --syncinternaldates --split1 100 --split2 100 --allowsizemismatch

Done!

Posted by Alejandro. Filed under Business, Google, Linux, terminal, Ubuntu, Web-Ecosystem.

Tags: , , .



January 11, 2011

Why you should not be using a task-killer with Android


By default, every application runs in its own Linux process. Android starts the process when any of the application’s code needs to be executed, and shuts down the process when it’s no longer needed and system resources are required by other applications.

  • Android is hard coded to automatically kill a task when more memory is needed.
  • Android is hard coded to automatically kill a task when it’s done doing what it needs to do.
  • Android is hard coded to automatically kill a task when you haven’t returned to it in a long time.
  • Most services (while possibly running in the background) use very little memory when not actively doing something.
  • A content provider is only doing something when there is a notification for it to give. Otherwise it uses very little memory.
  • Killing a process when it isn’t ready only causes it to have to reload itself and start from scratch when it’s needed again.
  • Because a task is likely running in the background for a reason, killing it will only cause it to re-spawn as soon as the activity that was using it looks for it again. And it will just have to start over again.
  • Killing certain processes can have undesirable side effects. Not receiving text messages, alarms not going off, and force closes just to name a few.
  • The only true way to prevent something from running at all on your phone would be to uninstall the .apk.
  • Most applications will exit themselves if you get out of it by hitting “back” until it closes rather than hitting the “home” button. But even with hitting home, Android will eventually kill it once it’s been in the background for a while.


via FAQ: Why You Shouldn’t Be Using a Task Killer with Android.

Posted by Alejandro. Filed under Android, Google, Linux.

Tags: , .



November 7, 2009

Google opens up its JavaScript development toolbox to all


companion photo for Google opens up its JavaScript development toolbox to all

Google is providing the web development community with an intriguing glimpse under the hood at some of the fundamental building blocks of the company’s most popular web applications. The search giant has opened the source code of its comprehensive JavaScript library collection and is making it available to third-party developers for widespread adoption. Google also opened the source code of its own JavaScript compression tools.

The library, called Closure, includes an extraordinarily diverse assortment of capabilities with functionality ranging from JSON serialization to standard user interface widgets. All of the features are cross-browser compatible and can be readily adopted without marginalizing any users. The library consists primarily of helper functions and user interface widgets, many of which are recognizable from popular Google applications.

Read the rest of this article...


Posted by Alejandro. Filed under Google, Linux, Web-Ecosystem.

.



    "The opposite of love is not hate, it's indifference.
    The opposite of art is not ugliness, it's indifference.
    The opposite of faith is not heresy, it's indifference.
    And the opposite of life is not death, it's indifference."

    Elie Wiesel
    2189 grains of sand from alejandro cuervo