Android : Couldn’t install on USB storage or SD card

Posted: April 4th, 2012 | Author: | Filed under: android | Tags: | No Comments »

Error message : “Couldn’t install on USB storage or SD card”

The solution is to connect your device to your PC and manually delete the “smdl2temp1” file. The file is likely to reside in 2 locations:

1. /sdcard/.android_secure: this is an invisible folder on your SD card, which you can access with any file manager, like ASTRO
2. /mnt/secure/asec/: access to this folder requires root and a program like Root Explorer

smdl2temp1 is a temporary file. If something goes wrong with a download or installation, the file might get stuck in memory.

Refer :


Install and configure Jail – FreeBSD

Posted: March 30th, 2012 | Author: | Filed under: config, freebsd | Tags: , | No Comments »

  • Once FreeBSD is installed start making the needed directories.

#mkdir /jail/master
#mkdir /jail/master/usr/
#cp -R /bin/ /jail/master/bin
#cp -R /etc/ /jail/master/etc
#cp -R /lib/ /jail/master/lib
#cp -R /libexec/ /jail/master/libexec
#cp -R /sbin/ /jail/master/sbin
#cp -R /usr/share /jail/master/usr/share
#cp -R /usr/bin /jail/master/usr/bin
#cp -R /usr/sbin /jail/master/usr/sbin
#cp -R /usr/lib /jail/master/usr/lib

  • Once you have all the need directories chroot – into /jail/master and run sysinstall

#chroot /jail/master /bin/csh
#/usr/sbin/sysinstall

  • Once you are in choose

->Configure
->Distributions
->base
->(use ftp for media source)
exit sysinstall

Read the rest of this entry »


General guide – FreeBSD

Posted: March 13th, 2012 | Author: | Filed under: freebsd | No Comments »
Blog Widget by LinkWithin