![]() |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I guess all we really need to do is copy su and busybox from /bin to /system/bin during the first time script. I agree with ACL that we should move anything ROM related out of the install-seq.sh and move it into the scripts that are run on the ROM's first launch. Any ideas or commits you have for that, let me know ;) |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Booted up with no issues except data... Here is my log: 03-29 22:19:37.280: INFO/DEBUG(173): debuggerd: Mar 1 2011 18:59:25 03-29 22:1 - Pastebin.com For the install-seq.sh: Code:
sed -i 's/ro.sf.lcd_density = 210/ro.sf.lcd_density = 240/' /system/build.propStill looking at it... But I do not like the new keylayout! :) How can I get back to the other? Thanks!!! EDIT2: I get a invalid arg with this command: mount -t squashfs -o ro,relatime /dev/block/loop3 /system/lib/modules |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Code:
Finally, the squashfs issue is because you probbaly used squashfs-tools from apt-get which installs version 4. You have to go to their site, grab 3.4, unzip, then go to the squashfs-tools folder, do MAKE, then sudo MAKE INSTALL. Get the 3.4 version here: Official Squashfs LZMA |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Also I grabbed the squash file from the autobuild and have it mounted... But when I do a depmod I get: depmod: chdir:2.6.27.46-01268-ga175a7c: No such file or directory Any Idea? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Sorry for the late response; however reflashing the radio fixed my data issues. I don't know if the radio was corrupted or if it was just bad luck on my part. Just sharing experiences!
|
Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24212/24.743; U; en) Presto/2.5.25 Version/10.54)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
The request for 'root' is a real hack in android. It doesnt work like you think. Most devs try to write to a section they arent allowed to to cause the superuser apk request to pop up and allow it. Thats it..lol. They dont have the power to go to the shell and execute, its all done internally. they dont select the user to run as. Haret runs wide open. They dont have ro set for any partitions. If you want to run the same way, just mount rw for everything in your initrd. Also reorder your path so where ever you have busybox installed is first. :-) installed angrybirds with no issues.. so i'll leave it up to you gents to figure it out. If i cant replicate, i cant fix :-(. I'll try a fresh install instead of my restored data to test further. Also for spare parts and all that stuff, make an update.tgz and lets put it up. Simple enough to do so. I dont want to included it in the rom itself since. I was thinking more about this direct conversion from the img and realized that the fixperms script will never run since its not there. Not sure if this is gonna work out well in the long run. God knows what they will change forcing us to update the script.. At this stage its easy enough to update the recovery we do have a work around. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Humm... Not sure why angerybirds would install for you... I have installed the most recent autobuild with no success in getting the modules to load. I was able to get the 3.4 version of squashfs working. What I had to do was install I the zlib (apt-get install zlib1g) I also notice that the SDCard does not mount. I have to pull it out and then reinsert it for it to mount... After that it does not even show up in the settings/SDcard. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
yeah sd got effed up somewhere in there. In odd news however my phone charged lol. i completely drained it last week and i guess i didnt drain it enough, but after leaving it on the charger got to 50%.. enough to boot safely and continue charging. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Couple of things... First with the recovery... If the install fails you do not get notified on the screen... You can only see it in the log. :( My Install-seq.sh script is working like it should... But I'm still having troubles with the modules They seem to be installing correctly but gives me this in the bootlog and when I do a depmod in the command: depmod: chdir(2.6.27.46-01268-ga175a7c): No such file or directory I also have apps in my androidupdate.tgz that are not getting installed, everything. Last but not least the system is getting mounted at rw on boot... :) Any Ideas? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
well when you adb into the system. look for this /system/lib/modules/2.6.27.46-01268-ga175a7c.sqsh This has to be there before android starts. The initrd should mount this and make a link back to modules under the correct version. So something in there is failing. apps? never tried apps via adnroidupdate. are the files getting copied over correctly? edit: oops looks like nate cleaned up my mess and already put everything back to loop3 .. good looking out. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
got stuck in green light deep sleep last night, pretty kool haha anyone else's shit been lockin up randomly after running this solid for a few days? could be just the no holds barbed usage of this biOtch...
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
For depmod, our version is pretty dumb. It doesn't have the ability to accept any commands, so it will only depmod if /system/lib/modules/uname/ is there. This is why depmod during the install script fails and gives that error in the bootlog.txt. Installing apps using the androidupdate.tgz is a little weird. The APK's have to be formatted properly, or they will not install. For example, Superuser.apk works perfectly fine, but I cannot get other APK's like Terminal to install from my Titanium Backup if I just toss it in the /system/app folder. Also, I think I've ironed out the issues with root. Titanium Backup installs Busybox to the data partition where it looks for it just fine, but other programs don't know to look there, so they fail. If you download Busybox from the Market, it thinks there is no space left in system, but you can install it to /system/xbin anyway... Once Busybox is installed, ES File Explorer (et al) allow root access without issues (after a restart). |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
For Busybox... I just use the one from the market and then use superuser.apk (all included in my update.tgz). Root works fine. Not sure what you mean about not having enough space stuff... Also the install-seq.sh works great! As long as you don't have the androidinstall.tgz in your andboot folder. ;) FR06 Dialer rocks btw! |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Did you get data working on FRX06? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
ok tested from autobuild.
so far. data doesnt work at first, this is because we arent getting dns servers right away. Not sure why. So going to airplane mode, killing pppd and restarting data works. wifi works out of the box. superuser.apk by chainsDD from market. Works. Busyboxinstaller by Jrummy16 from maker. works. titanium backup installs from maket. Only thing that does not work is the sdcard..lol. i see it on the shell but android refuses to see it. So its obvious this is somehow related to the recent commits.. any ideas. ? edit: I put lmillers frx6 tarball on server. Since there is lot of mods to make to get it to run out of the box, lets just get this stable on the tgz first. Modding the install script to add small stuff each time is a pain. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
found the damn sdcard issue. Somehow the old vold.conf and vold.fstab got back in. The old ones use /sdcard as the mount point instead of /mnt/sdcard.
So i need to check whats on autobuild and update it. Edit: autobuild seems good.. so sdcard works out of the box as well. So the whole install/backup/restore is solid, i can go back to kernel work now ..lol |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
just modified my prl and changed my msl to 000000 and activated it on page plus so ima flash to android and c if i can get anywhere with it (btw im a dealer so if anyone wants to test i can get them free activation plus its not that hard to change find and change the msl and manually update prl so u can ota program it so gimme a holler if anyone wants to try) i will flash and tell if i can get data lol
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Only if Page Plus had free internet/web...Boost mobile seems like a better option still (IMHO), I'm down to $45 next month! Woot!
My buddy switched from TMobile to Sprint (got an EVO) so I never got to test the GSM side, sorry guys. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
just got myself a networking systems engineer job today so ima still keep up but im using company test fones and really gotta work with their shit
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
after days of arguing, finally the next official version of the ril will be nand friendly. So this is good news for all of us.
I ran into an issue yest testing gsm changes. I commented out the init_mmc on the board file since thats the last part we see before it reboots with the sim inside. Unfortunately this also kills sdcard which makes it impossible to install android. lol. |
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)
Does new ril git is Commits in ~hyc/xdandroid/hycs-hardware_xdandroid-ril:androidhtc1 - Gitorious ?
|
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:
Got an email from alex, looks like he has lk ready for testing for the rhod .. not sure if ill get to it tonight but definitely tomorrow. |
Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24212/24.746; U; en) Presto/2.5.25 Version/10.54)
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
I pushed the script for tinboot to make the LK nbh. It boots but it needs some work. Fast boot isn't working yet so we will prob have to cheat and add the recovery the way we do now. Just piggy back the bitch and get it to boot :-p .. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Hi Guys, i very interest at this project, i've a Rhod100_it. i tried to flash the android nand, but rhod crashed at the string: smd: opening ch 0 -> Opened. can you help me?
sorry for my bad english and thanks for your fantastic job Germy |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
3 Attachment(s)
Hi guys, android run on my rhod100_it, i downloaded this files: Multiupload.com - upload your files to multiple file hosting sites! and i put in the androidupdate.tgz the build.prop mod from gsm test of mcmutty, and now i see on the screen of my rod the animation of xdaandroid. i post to you the build.prop which i used. But with sim card the rhod looped!
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Ok - I finally bit the bullet last night, and switch from Haret to NAND. I like the speed impovements, especially on boot :thumbleft: I have noticed a few things, and I will list them out below... I was previously running the FRX06, and ran FRX05 (both haret) over the past week or so. I now consider my phone a fulltime android phone at this point, having totally abandoned Winmo... I figure why not, seems like I have less lockup/reboot issues on droid!
So, as of last nights build files (@11pm eastern time) I see the following
I would like to help as much as possible - I can only help in the testing part (and as said in like post 8 or so... 2 testers are worth more than 1 programmer). Let me know what data you need, and how I would go about collecting it for you.... FYI - installed apps
Great work Guys!!! Mike |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
I've got a little problem here. I've stuck in the power cycle and I keep following the steps to restart my phone but I'm having horrible luck. If I use a friend's battery will that solve this problem or do I need to continue with the steps?
I've been at this for about two hours so needless to say I'm pretty frustrated at this point. :( |
Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24212/24.746; U; en) Presto/2.5.25 Version/10.54)
Quote:
Anyway, yes, a battery from a friend should fix it. Wish we could find a way to get charging working in the bootloader. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Hi Natemcnutty, can you help me with rhod100? i have a loop boot when i insert the sim card! can i hack any string or any parameter to resolve this problem?
I wrote a post where I explain how I managed to do since Android. Sorry for my bad english! thanks for your job Germy |
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)
Ok - another 24 hours or so of run time, and a couple more things for the list...
Also I have noted that the screen wake up issue seems to be more of a time thing, than pressing other buttons. If I try to wake it up by hitting the button once... wait about 4 seconds and hit it again, it comes right on. This seems to be the only consistent way I can get it to come on. I am considering switching to FRX06 tonight. How do I go about that? download the new file, and run the updater? |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
NAND is the future, but as you say, there are still quite a few bugs that they are working on fixing. The screen wake up was the worst for me. It really needs to work much better, but I am sure that will come along down the road. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
People started reporting the data issue more when i put the new ril up. This may need a few tweaks to get it to come up properly. Bottom line is that we arent getting dns servers when the data goes up. So you get an IP and all the goodies but all name resolution fails. wake up issue is just related to Power management. Now we have a pmmode in our cmdline. This is legacy but im not sure if we still need it. Anyone care to remove it and recompile to test ? I havent had any time this weekend to work. And this week will be busy as well so i'll try my best to get some new stuff up. Right now its all in my brain so i just need to sit down for a few hours and write the code. |
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Quote:
Quote:
Quote:
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Can the sim card somehow prevent the mounting/unmounting of the YAFFS And that cause the loop on GSM ?
|
Re: NAND Boot Testing - 03-24: FRX05 on NAND (Testing new RIL)
Quote:
Not sure where the progress is on that at the moment... |
| All times are GMT -4. The time now is 01:27 PM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com