View Single Post
  #1539 (permalink)  
Old 03-08-2011, 08:56 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

I also have no data on either FRX04 or FRX05. I've been trying different things with no luck. I had originally tried merging the changes from rootfs directly into initrd and branching things that needed to be mounted to /data. It boots up nice and fast, but it never gets past the animation screen. That animation will play until the battery dies...

So, back to where we are at present, there are a few things that I've noticed that I'd like to clean up.

First, we are still doing the mknod stuff for camera with systinit.rc that should be removed. We are now doing that through MAKEDEVS as it never worked through sysinit.rc

Second, we still do not have /system/bin/su. We used to mount --bind from /bin/su. If we want to do something similar, we will need to copy /bin/su from rootfs into data and bind mount or ln from there.

Finally, we are missing the qwerty keypad and layout files. We just need to copy those from rootfs into the androidupdate:
/system/etc/keymaps/qwerty.kcm.bin
/system/etc/keymaps/qwerty.kl

I'm still working on the modules thing. I thought I had something, but it isn't working for me right now
Reply With Quote