Recent Updates RSS Toggle Comment Threads

  • Vinod Surendran 2:20 am on October 23, 2011 Permalink | Reply
    Tags:   

    Updated my ubuntu to 11.10 … lots of bug fixes required .. but its a great start.

     
  • Vinod Surendran 8:16 am on September 10, 2011 Permalink | Reply
    Tags: , Scripts   

    Asianet dataline Autologin Script for linux 

    I had created one simple script to make it easy to login using asianet dataline without using any browser.

    Requirements 

    1. Curl (http://bit.ly/bH7jSK)

    Tested on Ubuntu


     

    #!/bin/bash

    #####################################################################################################

    #ASIANET DATALINE AUTOLOGGER SCRIPT

    #BY VINOD SURENDRAN
    #(SMARTVINU@GMAIL.COM)

    #####################################################################################################

    # Set your consumer Id
    customer=TV7000
    # Set your Password
    password=mypassword

    #####################################################################################################
    ######### DONT EDIT BELOW ##########################################################################
    #####################################################################################################

    if [ -n "`ifconfig | grep -A 1 wlan0 | grep "inet addr"`" ];
    then
    echo “Going to connect ….”
    echo “Getting server URL … ”
    targetUrl=`curl -v http://www.google.com 2>&1 | grep “Location:”|awk {‘print $3′} | cut -d? -f1`
    echo “Got targetUrl as $targetUrl”
    echo $targetUrl | grep “mwcp”
    if [ $? -ne 0 ]; then
    echo “Seems like you are logged in.”
    echo “Preparing to logout”
    curl https://myaccount.adlkerala.com/login.php –data “username=${customer}&pass=${password}” -c tempCookie
    curl https://myaccount.adlkerala.com/disconn.php –data “confirm=1″ -b tempCookie
    echo “Logged out.”
    rm -f tempCookie
    echo “Getting server URL … ”
    targetUrl=`curl -v http://www.google.com 2>&1 | grep “Location:”|awk {‘print $3′} | cut -d? -f1`
    echo “Got targetUrl as $targetUrl”
    fi;

    curl $targetUrl –data “auth_user=$customer&auth_pass=$password&accept=Login” &> /dev/null

    echo “Connected :)
    SKIP=0
    while true

    do
    echo “Waiting … ”
    COUNT=0
    if [ $SKIP -eq 0 ]; then
    while true
    do
    sleep 1
    echo -ne \\b\\b\\b\\b\\\b$COUNT
    COUNT=`echo $COUNT + 1 | bc `
    if [ $COUNT -gt 250 ]; then
    break;
    fi;
    done
    fi;
    echo
    echo “Sending alive … ”
    curl $targetUrl –data “alive=y&un=$customer”
    if [ $? -eq 0 ]; then
    echo “done”
    else
    echo “failed.retrying … ”
    fi;

    done

    else

    echo “Wifi not connected”;

    fi

     
  • Vinod Surendran 9:23 pm on May 20, 2011 Permalink | Reply
    Tags: personal   

    Really confused with taking a decision. I am sure that my decision will make some one unhappy and some one happy

     
  • Vinod Surendran 2:21 am on May 6, 2011 Permalink | Reply
    Tags: industry   

    After a long gap, i decided to start bloging ..
    Now i am feeling very happy with a team that understands me vice versa.

    Hope this helps me to build a new wrapper in the industry.

    See u next time ..

     
  • Vinod Surendran 5:42 am on December 31, 2010 Permalink | Reply
    Tags: story   

    My Tbond got redeemed 

    Today I got my tbond  redeemed with zero return value because they feel that flexibility means overtime. This is the problem of software industry. Here more time in office means greater appreciation.  This needs to be changed. We are loosing some sort of humanity in the industry by following rating principle. Hope this has to be changed with future or some one should lead the change. Change is ultimate.

    Hope more friends will recognize the same …

     
  • Vinod Surendran 10:51 pm on December 25, 2010 Permalink | Reply
    Tags: ,   

    Doing a full recharge cycle on my HTC Legend. Hope that will solve the battery problemsHTC-Legend

    Update : It helped a lot. Now the battery drain is reduced it seems .

     
  • Vinod Surendran 10:39 pm on December 24, 2010 Permalink | Reply
    Tags: android applications   

    Meeting with Android 

    Since my meeting with android.. my thinking pattern had changed alot …I now thinks and act based on the usability approach. This approach helped me to create some apps that will increase the usability. This helped me to create simple appinfo to complex contact watch

    Here are my android apps

    Hope you will like it

     
  • Vinod Surendran 10:36 pm on December 24, 2010 Permalink | Reply  

    I had update my resume V4 . Get it from http://www.vinodsr.com/resume.pdf

     
  • Vinod Surendran 4:32 am on August 20, 2010 Permalink | Reply
    Tags: , , , one click, rooting   

    One Click Root for HTC Legend 

    The Soft Root for legend is available now …

    http://blog.23corner.com/tag/universalandroot/

    They had released a beta version for that.

    The Soft root will give you temporary root access till reboot.

    You need to do the soft root again after you reboot..

    Using Soft root  You can use the applications like

    SetCpu

    ShootMe

    RootExplorer

    and more ….

     
    • Binary 2:57 pm on October 25, 2010 Permalink

      Is it possible to install live wallpapers after soft root?

    • vinod 10:28 pm on December 24, 2010 Permalink

      You can use the latest OTA .. it has live wallpaper support … or else use cyanogenmod

    • vivek 5:14 am on March 4, 2011 Permalink

      Hi Vinod,

      I tried this tool for my HTC legend (froyo) but it did not work.
      Can you please share some insight on this.

      Regards
      Vivek

    • anonym 3:06 am on April 30, 2011 Permalink

      無法使用列表 (Not supported):

      Google Nexus One (2.2 FRG33)
      Samsung i9000 / i6500U / i7500 / i5700
      Motorola ME600 / ME501 / MB300 / CLIQ XT
      Motorola 2.2 FRG22D
      Archos 5
      HuaWei U8220
      HTC Desire / Legend / Wildfire (/system 無法寫入, 不過可以靠 Soft Root)
      HTC EVO 4G / Aria
      SonyEricsson X10i R2BA020
      myTouch Slide

  • Vinod Surendran 9:35 am on August 13, 2010 Permalink | Reply
    Tags: Ideas   

    Found a great mistake 

    image

    Today is a great day. I found a great mistake in my perception. I am going to change it.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel