What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Installing scripts

Womp

Member
I downloaded the scripts.zip from another thread on here with the intention of using it with my newly installed Cyanogen ROM installation.

I've enabled and ran scripts from Bugless Beast before but how do I actually go about installing this zip file containing them to run in terminal under Cyanogen?

Thanks.
 
this will take some terminal commands before you can actually use them.

extract the scripts and place them in a folder on your SD card called "scripts"

in terminal, the commands should look like this (don't type $ or #, or quotations for that matter.):

$su
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
#mv /sdcard/scripts/"scriptname" /system/xbin/"scriptname"
#chmod 777 /system/xbin/"scriptname"
#sync
#"scriptname"

Repeat the mv and chmod scripts for each script you move to the xbin. From there, you will either have to run the enablescripts if you have it, or you can just type the script in. If you reset the terminal at any time you will have to su again before running the script.
 
Last edited:
Back
Top