Installing Full Blin g theme on N900

2011-08-03 185 words 1 min read

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

author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it