Active Topics

 


Reply
Thread Tools
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#1
Cdeb2» beta2
Universal chroot software for Nokia Internet Tablets.

From what i have said from the previous release, this software is aimed at being as safe, powerful and, as user-frendly as possible and is designed to work with eny linux operating system you have installed on your system.

I also want to include that this version comes with an installer. If you run into eny problems with the install proses, pleas let me know and i will happly fix the problem.



This new version of Cdeb2 includes bug fixes for the following:

* Cdeb2.conf permission fix. > Cdeb2 was marking cdeb2.conf as root and caused read-only error.

* Improved claunch gui. > Make caunch use hildon themeing.

* Hostwin is now functional. > Was a permission problem.

* Cdeb2 will now update your settings if changed. > Was caused by a permession problem.


Here are the new features:

* Improved greeting window.

* New help utility

* Cpu overclocking > makes applications run faster

* Cdeb2-mount-manager > a manager that is designed to mount and unmount a device file or image file.

* Moveable window hack

This software requires the following installed on your system:

* bzip2
* easyroot / rootsh / becomeroot
* zenity



How to install:

become root and do the following, assuming you have downloaded this to your memory card.

cd /media/mmc1

cp /media/mmc1/cdeb2-v2.2.1.armel.tar.bz2 /usr/libexec

cd /usr/libexec

bzip2 -d cdeb2-v2.2.1.armel.tar.bz2

rm cdeb2-v2.2.1.armel.tar.bz2

/usr/libexec/cdeb2-beta2/install
The device will reboot. after it reboots, you can find the help utility in the extras menu for further configurations.

If enyone needs help or would like to be involved or have useful suggestions, fell free to contribute.

Download

Screenshots:
Attached Images
   
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2008-11-06 at 23:44.
 

The Following 2 Users Say Thank You to b-man For This Useful Post:
Posts: 53 | Thanked: 44 times | Joined on Feb 2008
#2
Haven't tried it out yet - although I did set up a mirror so others can avoid the RapidShare waiting for download bit: http://nit.psykosis.net/cdeb2-v2.2.1.armel.tar.bz2
 

The Following 2 Users Say Thank You to psykosis For This Useful Post:
b-man's Avatar
Posts: 549 | Thanked: 502 times | Joined on Feb 2008 @ Bowling Green Ohio (united states)
#3
Thanks! , now i won't need to worry about needing to re-upload the file after 90 days

Btw, this is a minor update for cdeb2-killall, it uses a loop prosess instead of a re-loading prosess so you could have up to 100 windows open and it will close them. - if you were crazy enough to have that many open.

Code:
#!/bin/sh
###
#This small program is  designed to kill any prosess related to cdeb2.sh and
#functions as a daemon in the background by running until cdeb2 gives a exit 
#status of 1.
{
case "$1" in
start)
	export i=1
	while [ "$i" -le 100 ]
	do
		if fuser /usr/bin/cdeb2.sh; then 
			killall cdeb2.sh
		else
			exit 0
		fi
			i=`expr $i + 1`
	done
;;
stop)
	exit 0
;;
*)
	echo "Usage: $0 { start | stop }"
	exit 1
esac
}
done
exit 0
I also want to add that i am now trying to work on a way to run Cdeb2 in other operating systems such as Debian, Deblet, Ubuntu, Gentoo and, Fedora.
__________________
I'm an advanced user and a bit of a modder.
----------------------------------------------
I am involved with Mer, Deblet, and NITdroid.
My ports/creations/hacks: GNOME (for Deblet), Cdeb2», Ubuntu, playable flash games in the "Get Started" app, DBS, ect...


enhanced fedora port has been canceled in favor of NITDebian (TBA)

Last edited by b-man; 2008-11-10 at 02:17.
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:38.