Quote:
Originally Posted by Fastrite
Hi Zak,
Have been running the paid ubuntu app on a Desire S on Reaper and various CM9 Roms (OC to 1.5) for a while, running just fine.
Now trying to run it on an Atrix MB860 (on CM9) and I can't get it to start.
I've removed the Terminal Emulator as a system app and installed it as a user app from the market as suggested. I've installed busy box to /system/bin/ instead of /system/xbin/ as seen earlier in this thread.
Where am I going wrong?
Also would it be possible to put the image on my internal storage instead of my SD card? Maybe by modifying the script?
|
Hey Fastrite and 12nala, looks like its a simple issue with the directories not being made for mounting. I had that problem with older scripts, but the newer ones work fine. Perhaps you are using an outdated script file?
If you are sure you are using the latest script you can always create the directories yourself. Either use a file explorer with root access like FX file explorer and make the folders
/data/local/mnt/sys
/data/local/mnt/proc
/data/local/mnt/dev/pts
/data/local/mnt/sdcard
Or you can go to the terminal and type:
su
mount -o rw,remount /
mkdir /data/local/mnt/sys
mkdir /data/local/mnt/proc
mkdir /data/local/mnt/dev/pts
mkdir /data/local/mnt/sdcard
Then just rerun the script.
If you get any other errors post em here and I'll try to help.
Sent from my LG-P999 using xda premium
|