Quote:
Originally Posted by Lmiller1708
1) I'm also using the same setup at ACL. Works just fine Superuser.apk, dl from the market. The Vogue also has to use this...
2) Same issue for me... (On Last Install)
3) Untested too..
4) *birds will not install for me... Only SD app I have tried.
This should also be added the install-seq.sh:
Code:
# Fix build.prop for NAND
sed -i 's/lib\/froyo/system\/lib/' /system/build.prop
sed -i 's/210/240/' /system/build.prop
# Remove system/etc/ppp folder...
rm -R system/etc/ppp
|
Yeah, so the root is weird. What I mean by a real root is that on first boot, I log into Market, install Titanium Backup, and it tells me I don't have root. I then install Busybox and Titanium is happy, but other programs like ES File Explorer won't let me run as root. Terminal says unknown uid when I type busybox whoami, but it does let me su, then issue commands which works properly.
Haret users don't have to do anything like this, so that's why I'm wondering what we need to do to clean up the ROM. Also, I'm thinking we should toss spare parts into the ROM like Haret used to unless we want to change the value for the End key. Having no Home button is extremely annoying.
As for the install-seq.sh, that is almost the same code as what I had when I was trying to fix up FRX06. I used @ symbols, but I like yours better. For the 210 to 240, I think we should add a little more to that so we don't mess up build values or anything like that.