Installing Full Blin g theme on N900

2011-08-03 1 min read Maemo N900

I was going through the post : http://talk.maemo.org/showthread.php?t=46739
and found the theme quite intruging but not complete to the point where I can download the deb file and install it in /usr/share/theme/ dir with simple commands “apt-get” or at max just use mkdir command to create the dir and dump everything in that dir. So, I wrote this couple of bash one liners to copy the required files to my N900.

  <td>
    <div class="text codecolorer">
      for i in place*; do mv "$i" ${i//place these files in /}; done<br /> for i in Place*; do mv "$i" ${i//Place these files in /}; done<br /> for i in usr*; do j=${i//\./\/}; echo $i $j; done<br /> for i in usr*; do j=${i//\./\/}; echo $i $j; mkdir Bkup_$i; scp -r root@192.168.103.88:/$j/* Bkup_$i/ ;done<br /> for i in usr*; do j=${i//\./\/};scp -r $i/* root@192.168.103.88:/$j/  ;echo "Done with $i"; done
    </div>
  </td>
</tr>
1
2
3
4
5
Enhanced by Zemanta
comments powered by Disqus