[Q] WebBuntu Post-Webtop2sd Hack on 902
Hi Everyone
Im trying to apply the terminal patch for the webtop. I updated my bionic to 902. im rooted and running eclipse 2.1 and just recenlty purchased a lapdock. i am trying to apply the webtop hack to enable the terminal and i am getting the fiolowing error
root@localhost:/osh# tar jxvf /mnt/sdcard-ext/mbm.tar.bz2
tar jxvf /mnt/sdcard-ext/mbm.tar.bz2
tar: /mnt/sdcard-ext/mbm.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
I have the MBM.tar file on my sdcard not the internal memory. i have also tried naming the file to make sure i didnt need to have .bz2 as the file extension. has anyone been able to apply this on 902? i had another bionic that i was able to push this to but that one was on 901 with a diffrent download of the file before megaupload wnet down.. i have also tried to fxz back to 5.5.893 and i still get this same error.
Below i have posted the full set of commands i ran in ADB to see if maybe i did something wrong.
shell@cdma_targa:/$ su
su
root@cdma_targa:/# /bin/bash
/bin/bash
bash: groups: command not found
bash: lesspipe: command not found
root@localhost:/# source /ipath.sh
source /ipath.sh
bash: /ipath.sh: No such file or directory
root@localhost:/# source /upath.sh
source /upath.sh
root@localhost:/# cd /osh
cd /osh
root@localhost:/osh# tar jxvf /mnt/sdcard-ext/mbm.tar.bz2
tar jxvf /mnt/sdcard-ext/mbm.tar.bz2
tar: /mnt/sdcard-ext/mbm.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
root@localhost:/osh#