![]() |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
......
Just go to "Index of / files / xdandroid" look. Download there has been. I was thinking. I need to download to test it? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
While GSM does not work, but I can test the functionality.
I re-entered the android. Discovery. A lot of software can not be installed. Prompt "Install Failed ". Other things did not go further to test. Because they can not install the software, I do not do many things |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Nate/lmiller
Put up new nbh, modules and updated recovery(corrected key). removed the gsm ril directory since i put the ril itself in the installtgz. I actually have to go in to work today so i wont get to work on much else until tonight. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
and now we have end on "in call" screen, settled. and everything's smaller like GB, shweet
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
My battery drained on my Sprint Touch Pro 2 and now it is stuck in a boot loop. I removed the battery and put it back then i plugged it in. It charges for 5 minutes then auto boots. The power button doesn't seem to be working. Do you have any ideas?
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
Quote:
If LMiller is around, maybe we can work on getting FRX06 up and running before you get off work tonight :) |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I will publish the progress of NAND forum in China. Hope to get more feedback. Also,I mentioned above, there are many software in the NAND can not be installed. This is a problem with the kernel? Or the system? Continue to work hard, I hope the work of GSM as soon as possible. TO Oil. I will continue to monitor the progress of the project. Good night. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
OK, so I'm working on fixing up FRX06 for NAND. Instead of compiling all of this into androidinstall, I'm going to basically compile a patch for the official FRX06 that will be applied through androidupdate.tgz to fix it up for NAND. Here is what I have so far for reference if anyone else is working on this:
androidupdate.tgz 1. cp -ar /rootfs/init.etc/* /androidupdate/system/etc/ 2. cp -a /rootfs/lib/froyo/hw /androidupdate/system/lib/hw 3. cp latest libhtcgeneric-ril.so /androidupdate/system/lib/ 4. mv /androidupdate/system/etc/ppp /androidupdate/data/ppp 5. cp latest sysinit.rc /androidupdate/system/ 6. cp latest sysinit.sh /androidupdate/system/bin 7. cp latest first-time.sh /androidupdate/system/ 8. cp official build.prop to /androidupdate/system 9. edit build.prop: rild.libpath=/system/lib/htcgeneric-ril.so androidinstall.tgz 1. mv /system/etc/ppp/* /androidupdate/data/ppp 2. rm -rf /system/etc/ppp These two we either have to do through a script, or we have to modify the official release. If you guys see anything I'm missing (especially LMiller), please let me know. I really want to get a good procedure down for actually creating a patch for official releases so it makes it really fast and easy to get the imminent builds of GB that I'm sure will start flowing here pretty soon :) |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Well, using the androidupdate.tgz method to create a patch simply didn't work for me. I'm still messing with that method, but to get it pushed out for some testing, I ended up downloading our NAND FRX05 and copying the missing files over to FRX06. This is a quick and dirty method, but here's the files that were missing between the two:
/first-time.sh /sysinit.rc /system/bin/netcfg /system/bin/run-as /system/bin/su /system/sysinit.sh /system/etc/dbus.conf /system/etc/init.goldfish.sh /system/etc/bluetooth/audio.conf /system/etc/bluetooth/input.conf /system/etc/bluetooth/main.conf /system/etc/dhcpcd/dhcpcd-run-hooks /system/lib/invoke_mock_media_player.so /system/lib/libterm.so Edit: Well crap, there must be something I'm missing since data won't work... Got it booting in, wifi works, but no data :( |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Hey guys. Don't know if you've run into any errors with the new way of installing, but I'm getting the same "Modules are not installed. Download the matching androidupdate.tgz and boot into recovery mode to install". I made sure I had the right files, along with the correct .nbh. Still nothing. So I used the old method to re-flash. Just letting you guys know.
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
Also, it will be changing very soon. I'm going to update init so it forcefully installs recovery and boots into it the first time after you flash. That should make this even more user friendly. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
That explains a lot then. What exactly is the install method for the .tgz and .nbh that I was using? Was I supposed to leave recovery on my SD card?
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I just pushed the change to include recovery.tgz in initrd and have it extract it if /recovery/init.recovery is not found. I don't think it will initiate an auto-build, but from here on out, I think ACL's autobuild files will include the new method which allows us to get rid of recoveryinstall.tgz from the sdcard. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Edit: I got it to boot into the menu when i hold down the volume down button but it wont charge. I am going to keep trying. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Now I see how to install it! Thanks |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
1 Attachment(s)
@Nate: I've just test your "GSM Test " and still can not get GSM work, even after I tried to kill rild service. Anything else:
- WiFi also not work - New sexy recovery still work like charm. Here is my dmesg |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
which reminds me, we need a new thread. Or another place to have dev discussions .. lol. some of the posts are getting to be ridiculous so ill leave it up to one of the young guns to man one of these threads .. Ok so im back home.. tired but im not sure if ill get to work on LK tonight like i hoped.. but i'll definitely run some more test for the gsm folks. Also i started using mountable modules like cyanogen. My only prob is its hard to script which modules to load. For example this is how my modules are being generated now 2.6.27.46-01267-g6900b6e-dirty.sqsh We cant leave it entirely up to android to mount since i dont think its able to determine the uname to know which modules to load. So unfortunately either the initrd will have to do the dirty work or the sysinit. Sysinit might load too late so this may not work out. Also i was thinking about what you mentioned before, and copying this one file to system/lib/modules may not be a bad idea. this way our data restore will work flawlessly. we will have to make a way to do kernel upgrades but thats down the road. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
repost! i'm a noob
|
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
It looks like recovery doesn't need busybox in /recovery/bin. The recovery.tgz I put in the initrd does not have busybox, and it functions just fine. Initially, I had been including it in the recovery.tgz, so it looks like we still have more headroom available in the initrd if we need it for anything else you'd like to include! I agree about the forming of a new thread for ROM related issues. I'd like to see LMiller write up a post for FRX05 on NAND since I think he did the majority of the work. I'm having a difficult time getting FRX06 working properly, and I don't know what all you guys did to fix it up. I really would love to see us move modules into system. I wonder if there is a way to reduce the overall size of our modules. They seem so much larger than the modules for other phones. |
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Yeah im sure lmiller is cooking up frx6. not a bad idea to create an update tho. Test our update code :-) for the modules the squashed version brings them down to 6mb. So only 6mb get copied to over system. Best i can do for now. I think once we remove the uneeded ones we can see a reduction in size. Means we would need to go over the defconfig and figure out what we need. (not thrilled about that). Ok, if we do move modules to the system. Then what do we do about pppd and the other junk in android update so we can get rid of all that nonsense. I think the pppd issue is just bad code on the ril. I can fix that and bring it back to system. not really sure what else we have on android update. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
|
Wirelessly posted (TP2: Mozilla/5.0 (Linux; U; Android 2.2.2; en-us; MSM Build/FRX05) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
@Nate/ACL, I have been really busy around the house with spring cleaning! Still have snow in my back yard though... and going to trim my apple trees today! ;) Ok back on topic! I will try to look at FRXO6 this morning and see if I can getv it working. Nate can you post what you have so far? Save me some time or atleast post what issues you are having. Thanks for all of your hard work guys! And maybe we can move this over the ACL'S thread and help here with testing and Noobs... Thoughts? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
i dunno about the threads. i say start a new one just for chatter.. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Here is an update on my situation. I found several possible solutions. One of which is to just let it continually boot loop for a night and see if the fixes it. I tried this one but it didn't work. My next solution is to leave the battery out for about a day. I am hoping this will work, but I fear that my battery might be fried.
I have noticed that when I plug it in and it tries to auto boot if I remove the battery before it boots and then insert the battery again the charge light comes on. But after 10 seconds the light turns off then back on and even if I unplug it the light stays on. I don't know if that means anything? I have done a lot of research. Let me know if you have any thoughts? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
So with that said ive yet to find a fix. My last attempt does not seem to charge the batt like i had hoped :oops: so this is why you are getting this. So either get yourself a batt charger or go back to winmo. Hopefully you have enough juice to flash back. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
About the system... There is not much to change at all.. I'm uploading a install now, but I have not tested it..: Here are the steps I took. Code:
Build.prop:This whole process could be automated. I'm thinking that we could just mount the system.etx2 to the sdcard and have at it! :toothy7: When I have more time I will look into that. As for now test out the system FRX06! androidinstall.tgz |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
It might be wort a shot, if you don't mind can you give it a try? Just use a custom ROM, Smaller the better! You can enter bootloader as soon as the device get to the first boot screen. EDIT: Try one of these ROM's I would start with the 38MB one: http://forum.ppcgeeks.com/android-tp...6-5-6-1-a.html |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Edit: I tried it and it flashed 100%! it seems to be charging! THANK YOU!!!! |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Nate. must have broken something. Cant seem to boot off the autobuild version of the initrd.
Missing commits to tinboot? I got the recovery even smaller but hangs on main logo. no double vib so im assuming it may be the same issue as before. Right now the nbh is about 3.4mb |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
I am having problems in recovery mode. The power button isn't bringing up the recovery menu. I completely reformatted my sd-card and re-flashed the .nbh. I need some help, please.
|
| All times are GMT -4. The time now is 06:10 AM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com