Saturday, April 5, 2014

Different methods to increase internal memory of android device


android low internal memoryIf you have brought your android phone recently then at some point of time you may want to increase its internal memory even if you have 4GB or more of internal memory.


So there are three type of methods to increase internal memory of your device which are:


1. The first method is you can use Link2sd type of apps which requires your device to be rooted and also you need to partition your SD card. By using this method some part of your SD card will be used as your internal memory to create symbolic links and save app's data, here is a full tutorial on using this method.


2. The second method is you can use Mount2sd app to handle mout2sd script which loads with device boot up. This method requires root access as well as your ROM should have init.d support with partitioned SD card, if you have stock ROM then probably your ROM lacks init.d support but don’t worry there are different methods to enable init.d support on stock ROM, here is a tutorial on using this method.


3. The third method is you can use different scripts to increase your internal memory like cronmod or any others, this method is same as mount2sd but the difference is mout2sd provides the app to handle the script. This method requires root access and init.d support with partitioned SD card, here is a full tutorial.


Here i have not covered other methods like using app2sd type apps because link2sd has almost all the feature of these kind of apps. My personal preference would be the second method mout2sd in which you will get maximum internal memory depending on your SD card's partition.

Sunday, July 8, 2012

How To Publish Actions On Timeline (Updated)


On 31st May Facebook had announced few changes in open graph approval process and also Updated Open Graph Publishing Guidelines in which some important parts were:


Additional publishing guideline
For stories about watching a video or reading an article, you must use the built-in watch and read actions. We’ll no longer approve custom actions for these stories.
90-day update window

  • Even if we’ve approved your custom action for reading an article or watching a video, you must migrate to using a built-in action, resubmit your app and get approved. Please review the requirements for working with read and watch actions.
  • Built-in watch and read actions can only be published after someone engages with the content for 10 or more seconds. If a video is shorter than 10 seconds, the viewer must watch the entire video.
  • Tagging people and places:

  • Only encourage people to tag friends when they have actually performed an action together.
  • Only encourage people to tag a location if they are currently at that place



So according to guidelines above developers have to use built-in actions instead of custom read and watch actions and also to post action only when user engages with the content for 10 or more seconds, to meet these requirements I thought I should write an updated tutorial on it because in my earlier tutorial on How to publish actions on timeline we had used custom actions to post on users timeline.

Sunday, April 1, 2012

How To Get Access Token For Publishing Action On Timeline

In my earlier tutorial on How to publish actions on timeline i showed you how to get access token manually in step 3, but the problem with this method is that the access token will expire after every two hours and you have to copy the token again and again.

To solve this problem i found this tutorial in Facebook developers blog which handles the following issues in which access token become invalid or expired.

Note: By default open graph settings access token is not necessary for publishing on users timeline if the action is for the same page from where it is triggered otherwise its necessary to have access token for publishing.

Wednesday, January 25, 2012

How To Forward Emails Automatically To Facebook Inbox


It's been awhile since Facebook launched its new messaging system with the option to get username@facebook.com email address. If you have already claimed your Facebook email address then you can forward all your incoming emails automatically from Gmail to your Facebook inbox.


Why to forward emails to Facebook


The benefit of forwarding you all emails to Facebook automatically is you don’t have to go to every email account to check for new emails and secondly you will be notified when you will receive a message in your inbox.



How to forward emails automatically to Facebook inbox

Saturday, January 7, 2012

How To Increase Subscribers On Facebook



In September 2011 Facebook introduced the subscribe button to allow people subscribe to your public updates without being your friend. If you have already allowed people to subscribe to your public and want to increase your subscriber base then this is right place for you.