Look no further the file thats on the first page works on the E6. Most A1200 files work on the E6 and most E6 on the A1200.Originally Posted by TheSin
Hello...
I have other problem... I can't modify de filesystem /usr/... the program give me a error when I try to copy a file of the SD to /usr/...
Why??????
Thanks!!!
Look no further the file thats on the first page works on the E6. Most A1200 files work on the E6 and most E6 on the A1200.Originally Posted by TheSin
if you type df, you'll see that /usr if /dev/roflash which is of course mounted read only.Originally Posted by Kamihacker
--TS
oh so the E6 doesn't use the -xscale.so libs like the a780?Originally Posted by killdog1
--TS
Thanks for the pointers...![]()
Where can I find bash2 and how can I install it please? That would be great help using eKonsoleOriginally Posted by slickrock
![]()
If you have Bint's 08p firmware bash2 is build inelse you can try this one that i have attached.
then in "mmc\mmca1\.system\QTDownLoad\ekonsole\ekonsole.sh" file put export SHELL="<path>/bash2" and you are all set.
Edit:
1. unzip and copy the bash2 to /mmc/mmca1/bin (create directory if it dosen't exist)
2. edit mmc\mmca1\.system\QTDownLoad\ekonsole\ekonsole.sh and replace
the line
export SHELL="/bin/bash"
with
export SHELL="/mmc/mmca1/bin/bash2"
(Note: copy the ekonsole.sh to desktop, edit it and copy back to phone, i tried editing the file on phone directly and it turned 0 byte on save)
cheers
This doesn't work for meOriginally Posted by Snap
eKonsole doesn't start.
Should I do the "mount --bind mmc/mmca1/bin/bash2 /bin/bash"?
The bash2 file is ok? Could it help renaming it to "bash" only?
Are those commands the ones that are listed here? http://www.ss64.com/bash/
Can I uninstall this if I don't like it?
Oh yes,one more question,can i mess something up in my phone with this tool?![]()
![]()
![]()
mischka
i don't know much about linux but you can try these things if you can telnet to u'r belovedA1200
Start a telnet session and then
1. back up all the files in /ezxlocal/home/root
2. copy the attached files in root.zip to your /ezxlocal/home/root folder
3. at console run these commands
chown -R root:root /ezxlocal/home/root
export HOME=/ezxlocal/home/root
chmod go-rwX /ezxlocal/home/*
IMP: if you use SSHD then DON'T replace your .ssh folder and files within the root folder with mine, leave those alone
4. assuming you have copied the bash2 binary to /mmc/mmca1/bin/, type /mmca/mmca1/bin/bash2
also bash2 should have permissions like this
-rwxrwxr-x 1 root root 618468 Apr 16 16:48 bash2
if you don't get any errors then bash2 works, try out "ls /etc" and you should see dir listing in color!
and about eKosole, iam not sure but it could be your config file, attached is my config file for some pointers.
BTW what firmware do u use?
and hope I've not confused you by now.