This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
i talked to sine about ueventd.rc and it looks like its for gingerbread only. That part of the rc doesnt belong in this base and should be removed. On the gigerbread build we can put it back. Which leads me to my next question. We doing gingerbread cyanogen or wha? this thing is turning into a masterpiece ..
__________________
|
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also, for some reason, when booting we only see 3 of the mtdparts. I did an ls of /dev/block and /dev/mtd/ during the install script to find that the mtd4 was not being created until we get into Android. That means I can't format or reference our cache partition, and when I do it, Android will not boot since there is no /cache mount point. Any idea why this might be? As for cyanogen, I don't know what all would be needed to get it running, but I'd be willing to look into it Edit: You sure we don't need/want ueventd? I was just looking at our sysinit.rc and has this: Code:
service ueventd /sbin/ueventd critical Last edited by natemcnutty; 03-04-2011 at 08:29 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
cyanogen is easy .. had 5.0 running before but im interested in the later one. So in time i will upload those tars as well. anyways i wont be back till later tonight so keep attacking it Edit: i saw you issue. I'm fixing it in my commit tonight. Our initrd wasnt creating the directories for all the new nandparts thats all. We are all set now. Last edited by [ACL]; 03-05-2011 at 04:34 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
As for the directories, I tried making the cache folder then mounting it during the flashall part, but I couldn't get it to work. I'll check out the commit tomorrow so I can see what I missed :P |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
To replicate my success just move the ppp folder inside /system/etc to another writable parition like data. Make sure the directory and files have permission for everyone to read and write. So im going to commit my initrd. I liked your commits before .. thanks for cleaning it up. Major changes are mostly to recognise cache. And it also checks for the recovery which i have not finished making the installer for. i'll upload the install script as well. Also we can go back to either the jonpry ril or emwe. The ril i created isnt ready for our use. Its prob not even worth it to create another ril until i talk to stine about it. Also i want to remove most of the replimenu options except for Install and boot to recovery. When it boots to recovery we will be able to do everything. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
So I can just go back to the original RIL and ln -s pppd? or Just the ln -s etc to data? As for the replimenu I have most of that done already. I will up my file if you want it, but it's pretty simple... EDIT: Couldn't get the cache to mount either... Nate did you ever get it working? EDIT2: Just needed to make the /cache folder..
__________________
Last edited by Lmiller1708; 03-05-2011 at 06:36 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Well we still need a modded ril so the one jonpry put up should work. But the link must exist pointing to your new ppp location ln -s /data/temp_etc/ppp /system/etc/ppp And the /data/temp_etc/ppp all the rghts in the world. Oo so ur replimenu is already slim.. upload |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Ok I'm trying all of that now... Did you make changes to your sysinit.rc file... That's All I really need. Also I noticed that the MAKEDEV file might have been wrong too... This is What I think it should be: mknod -m 0666 /dev/block/mtdblock4 b 31 4 <<<----You had 3 instead of 4?? and mknod -m 0666 /dev/mtd/mtd4 c 90 8 <<<---Not sure about the 8... Attached is my replimenu... I'm still not able to get the install-seq.sh script to run, I think is has something to do with where it is running from though. Also if you run the fix permissions Andriod for me atleast boots up with no problem. Edit: Still no data EDIT2: I can see the 3g Icon... But No data yet. Last edited by Lmiller1708; 03-05-2011 at 08:08 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
|
|