This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Also, we need to add some parameters to sdcard mount command:
Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime,utf8 /dev/block/$partition /sdcard Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime,utf8,shortname=winnt /dev/block/$partition /sdcard Code:
/sdcard/Android/DATA /sdcard/Android/CACHE .... I will re-compile initrd.gz, test and will report later. -- Best regard! Uoc Nguyen
__________________
No money, no honey!
--- Motoroi XT720 - MIUI 1.10.21-t2w - [OC 1Ghz very fast & smooth] - CM-7.1.0-11.10.12-ODEX-XT720-J.Y.Daddy |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Already started nate works very smooth. Havent had a chance to try out the recovery. Hey two quick questions so does the phone actually sleep because the led just stay orange and is there any way to have the changes f22 made where the end button is home and power is power? Thanks again for all you work and I will give adb logs if I run into anything
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
I saw the commits. Looked good to me. Im still stuck with this batt thing. I can recognise when we boot because of the charge but i dont know what to do about it yet. Winmo seems to just monitor the battery startus until its fully charged. It sets the phone to 192mhz and waits like a good boy. If the pwr button is pressed then it will reboot. I dont know if i can replicate all that. I might just send the phone to limbo for now not sure. I'm hoping a9 has some protection so we dont fry the battery incase it does end up going to limbo. The good change i made was to increase the boot time. Normally we wait 6 seconds but now we detect when its time. So depending on you boot, it can be 1 second to 6 seconds.
__________________
Last edited by [ACL]; 03-20-2011 at 06:46 AM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Overall there is a fundamental flaw about how we detect sim cards. I'm going to remove the force.cdma option on the next kernel commit. By default all cdma devices will fall back to cdma and gsm to gsm. If you want to change it for world phone mode (example a 500 using gsm), then we will need to do this in android itself and not the kernel. Most likely i will have to add this option in the recovery so when you do boot into android you can use gsm in a 500. Xdandroid doesnt have the ui for us to select the world mode, so this is our hack for now. Maybe cyanogen has it? if so then we can work with neopeek to bring that feature over to xdandroid. most of the hacked up cmd params that haret uses im slowly killing one by one. slaughtering em like animals !!! :-p |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
that would be good news for us world users
__________________
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
I was think about what sh**t thing caused it reboot if SIM is inserted and also guest it has problem with SIM card detection from kernel module (likely auto insmod to work with SIM). btw it is in userland problem.
Quote:
I also see the option in Wireless -> Mobile settings to select network type in Motorolla Droid 2 Global. -- Best regard! Uoc Nguyen |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
The panel wake up issue is still a pain in the arse for long term use. There are times it just refuses to wake up. I'm not sure if this is a SOD or not. Sometimes I will get a single vibrate, like it's going to wake, but it does not. Just sharing.
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
try this. Put your device on airplane more and use it just to test. Does it still happen as often ?
|
|
|
|