Quote:
Originally Posted by [ACL]
Quote:
Originally Posted by natemcnutty
Yeah, recovery has been perfect for me since your first release. I'm loving it
I'll definitely test out your kernel release via update.tgz. Probably good to get that ironed out early.
Also, there are still a handful of issues with the ROM's that I think we need to find some chef help on. Maybe stinebd might have some ideas on some of this too. I believe all of these are just ROM related things that should be fixable by someone who knows what they are doing:
1) We still don't have real root (despite having su and busybox in /system/bin and /system/xbin)
2) Data never works on first boot
3) App2sd doesn't work (may be root related)
4) Some applications refuse to install (but work on Haret)
|
1) hmm something isnt right with your setup bro. I swear to you i have the root apk, the busybox 1.9 and titanum backup installed. I did notice one of the apks to install busybox requests to mount /system as rw, but the other one does it for you. So try a few out.
2) data on first is worth a look. But since im restoring from my old backup, im never really firsr booting ..lol
3) that i have not tested. Will do tonight
4) need specifics. Each app writes to logcat as to why they cant install. Some even give you a list of things to fix
|
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