PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

natemcnutty 03-17-2011 06:11 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2069976)
supporting mutiple is simple

on /data/modules we need a new directory with the uname of the kernel

Each kernel will use their own directory but mutiple an co-exist in there. So when we do a backup, we will always bakup the older modules in their old directories as well as leaving the new ones untouched. The final piece is to tell android to symlink /data/modules/uname to /data/modules . The uname gets filled in with the kernel info.

Now this has to run really early, even before the sysinit.sh, so it may need to be part of the initrd . I think we even have the command in there commented out.

I'm rerunning the autobuild. Hopefully that helps.

Sorry I yanked my post because it was kind of off. The latest files now work out of the box with wifi, but the ones I grabbed a couple of days ago did not.

I was hoping to find a way to let the installer script handle the modules so that only one link existed at a time, but we could technically install as many as we had space for. Thing is, at 18 MB per modules set, I don't think anyone is going to want to hold onto more than a couple :P

m4f1050 03-17-2011 06:12 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by natemcnutty (Post 2069981)
Here's your issue:

E/WifiHW ( 152): Supplicant not running, cannot connect

As for how to fix it, I think reinstalling the androidupdate.tgz should fix that.

I've seen that "supplicant not running" way back when I reported pandora not working I believe... I am doing a fresh install right now, reflashing .nbh, and installing the 3 files with 3.17.11 date over again, frx5 is 3.16.11 date still so leaving that one...

m4f1050 03-17-2011 06:32 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
2 Attachment(s)
Fresh install, clicked on Turn on Wifi, after a few secs I got a message:

Application Settings (in process com.android.settings) is not responding.
____________________
|_Force_close_|_Wait_|

I pressed Wait, got unable to scan error message...

Tried twice...

Included dmesg and logcat...



EDIT: Would the radio version have anything to do with this? Is the wifi hardware affected by the radio installed? I have 1.96 WU (my TP2 is GSM unlocked)

Lmiller1708 03-17-2011 07:17 PM

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)

Quote:

Originally Posted by m4f1050
Fresh install, clicked on Turn on Wifi, after a few secs I got a message:

Application Settings (in process com.android.settings) is not responding.
____________________
|_Force_close_|_Wait_|

I pressed Wait, got unable to scan error message...

Tried twice...

Included dmesg and logcat...



EDIT: Would the radio version have anything to do with this? Is the wifi hardware affected by the radio installed? I have 1.96 WU (my TP2 is GSM unlocked)

Take the install-seq.sh script and run the commands manually starting after the install of the update. You might need to reboot after...

m4f1050 03-17-2011 07:41 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
2 Attachment(s)
I did, when I rebooted phone it started coming up, showed boot animation, then turned off. I turned it back on, booted up that time, tried Wifi, no go... dmesg and logcat included...

BTW this phone is my internet, I use PDAnet and it works great... I did try WIFI before I installed PDAnet when I freshly installed 3.17.11 files and still no go...

I tried again, here is what comes up:

test.sh has everything from sync, depmod...etc etc... up to the end of the script...

Code:


# ./test.sh
sed: cannot create temp file /system/build.propGCuRvC: Read-only file system
sed: cannot create temp file /system/build.propFpMjYC: Read-only file system
sed: cannot create temp file /system/sysinit.rcRqi1VE: Read-only file system
sed: cannot create temp file /system/sysinit.rc8kJ8QI: Read-only file system
sed: cannot create temp file /system/sysinit.rc5EEsxH: Read-only file system
sed: cannot create temp file /system/sysinit.rc4rWUZH: Read-only file system
sed: cannot create temp file /system/sysinit.rcjpVujL: Read-only file system
USING EXPERIMENTAL RHOD400 LAYOUT
cp: cannot create '/system/usr/keylayout/microp-keypad.kl': File exists
cp: cannot create '/system/usr/keychars/microp-keypad.kcm.bin': File exists
cp: cannot create '/system/usr/keychars/qwerty.kcm.bin': File exists
Android Installed
Unmount partitions
failed.
failed.



EDIT: I mounted /system RW and it gave me the same messages except that the sed and cp errors were gone... Still no WIFI...

# ./test.sh
USING EXPERIMENTAL RHOD400 LAYOUT
Android Installed
Unmount partitions
failed.
failed.

natemcnutty 03-17-2011 08:05 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by m4f1050 (Post 2070013)
I did, when I rebooted phone it started coming up, showed boot animation, then turned off. I turned it back on, booted up that time, tried Wifi, no go... dmesg and logcat included...

BTW this phone is my internet, I use PDAnet and it works great... I did try WIFI before I installed PDAnet when I freshly installed 3.17.11 files and still no go...

I tried again, here is what comes up:

test.sh has everything from sync, depmod...etc etc... up to the end of the script...

Code:


# ./test.sh
sed: cannot create temp file /system/build.propGCuRvC: Read-only file system
sed: cannot create temp file /system/build.propFpMjYC: Read-only file system
sed: cannot create temp file /system/sysinit.rcRqi1VE: Read-only file system
sed: cannot create temp file /system/sysinit.rc8kJ8QI: Read-only file system
sed: cannot create temp file /system/sysinit.rc5EEsxH: Read-only file system
sed: cannot create temp file /system/sysinit.rc4rWUZH: Read-only file system
sed: cannot create temp file /system/sysinit.rcjpVujL: Read-only file system
USING EXPERIMENTAL RHOD400 LAYOUT
cp: cannot create '/system/usr/keylayout/microp-keypad.kl': File exists
cp: cannot create '/system/usr/keychars/microp-keypad.kcm.bin': File exists
cp: cannot create '/system/usr/keychars/qwerty.kcm.bin': File exists
Android Installed
Unmount partitions
failed.
failed.


Gotta mount system as rw first ;)

m4f1050 03-17-2011 08:08 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by natemcnutty (Post 2070019)
Gotta mount system as rw first ;)

Yeah, tried that afterwards... :)

I mounted /system RW and it gave me the same messages except that the sed and cp errors were gone... Still no WIFI...

# ./test.sh
USING EXPERIMENTAL RHOD400 LAYOUT
Android Installed
Unmount partitions
failed.
failed.

EDIT: WIFI turns on, but it errors out when it says "Scanning for networks" under WIFI Settings...

EDIT 2: Trying files I downloaded on 3.11.11 to see if I have WIFI then....

EDIT 3: I have WIFI with 3.11.11 files....so it's the latest build the one causing my WIFI issues.

T_D_H 03-17-2011 08:36 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
wifi seems not to be working at all on rhod500 i get "application setting(in process com.android.settings) is not responding"

m4f1050 03-17-2011 09:10 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
1 Attachment(s)
XDAndroid Wireless Tether 2.0-pre8 working with 3.11.11, market one didn't work...

Not sure if it has been posted here yet, but I will include it, maybe you can add it to the FRX05...

vistazifta 03-17-2011 10:19 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by m4f1050 (Post 2070033)
XDAndroid Wireless Tether 2.0-pre8 working with 3.11.11, market one didn't work...

Not sure if it has been posted here yet, but I will include it, maybe you can add it to the FRX05...

interesting as on the 3/11 build i have wifi tether built in by tethering in settings. i click share interent and it asks wifi or usb, i clicked wifi and my computer found and connected to it although i dont have any service on there, but it never turned off and i assumed that to be the same reason that wifi never shut off even if it says its off as the code to power down wifi is missing


All times are GMT -4. The time now is 05:57 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0