Difference between revisions of "Didj Stop Start Up Junk"

From eLinux.org
Jump to: navigation, search
(Created page with 'This is how you can disable and remove all the start up Apps and junk on your Didj.')
 
(Add Category Didj)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
This is how you can disable and remove all the start up Apps and junk on your Didj.
 
This is how you can disable and remove all the start up Apps and junk on your Didj.
 +
 +
== Prerequisites ==
 +
#You have grown tired of the start up video and have played with the game files enough
 +
#You have Uart access to your Didj
 +
#You have Successfully [[Didj Boot From UART | Uart booted]] your Didj before (In case you do something stupid we can fix things)
 +
 +
 +
== Disable Brio ==
 +
First remount your root file system as R/W
 +
 +
mount -o remount, rw /
 +
or
 +
mount /dev/root / -o remount,rw
 +
 +
vi /etc/init.d/rcS
 +
 +
and un-comment out mount -o remount,rw /
 +
 +
exit vi
 +
 +
cd to /etc/rc.d
 +
 +
rm K50example
 +
rm S50example
 +
rm K51lightning
 +
rm S51lightning
 +
 +
now when you reboot your Didj none of the boring kids stuff gets loaded and your root file system should be R /w :)
 +
[[Category:Didj]]

Latest revision as of 05:38, 10 May 2011

This is how you can disable and remove all the start up Apps and junk on your Didj.

Prerequisites

  1. You have grown tired of the start up video and have played with the game files enough
  2. You have Uart access to your Didj
  3. You have Successfully Uart booted your Didj before (In case you do something stupid we can fix things)


Disable Brio

First remount your root file system as R/W

mount -o remount, rw / 

or

mount /dev/root / -o remount,rw

vi /etc/init.d/rcS

and un-comment out mount -o remount,rw /

exit vi

cd to /etc/rc.d

rm K50example
rm S50example
rm K51lightning
rm S51lightning

now when you reboot your Didj none of the boring kids stuff gets loaded and your root file system should be R /w :)