PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1851 (permalink)  
Old 03-17-2011, 06:11 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
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
__________________
Reply With Quote
  #1852 (permalink)  
Old 03-17-2011, 06:12 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
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...
Reply With Quote
  #1853 (permalink)  
Old 03-17-2011, 06:32 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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)
Attached Files
File Type: zip dmesg.zip (10.3 KB, 2 views) Click for barcode!
File Type: zip log.zip (8.6 KB, 1 views) Click for barcode!

Last edited by m4f1050; 03-17-2011 at 06:38 PM.
Reply With Quote
  #1854 (permalink)  
Old 03-17-2011, 07:17 PM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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...
__________________
Reply With Quote
  #1855 (permalink)  
Old 03-17-2011, 07:41 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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.
Attached Files
File Type: zip dmesg.zip (10.4 KB, 1 views) Click for barcode!
File Type: zip log.zip (11.3 KB, 1 views) Click for barcode!

Last edited by m4f1050; 03-17-2011 at 08:06 PM.
Reply With Quote
  #1856 (permalink)  
Old 03-17-2011, 08:05 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by m4f1050 View Post
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
Reply With Quote
  #1857 (permalink)  
Old 03-17-2011, 08:08 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
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.

Last edited by m4f1050; 03-17-2011 at 08:28 PM.
Reply With Quote
  #1858 (permalink)  
Old 03-17-2011, 08:36 PM
T_D_H's Avatar
Lurker
Offline
Pocket PC: HTC touch pro 2
Carrier: Telus
 
Join Date: Feb 2010
Posts: 12
Reputation: 0
T_D_H is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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"
Reply With Quote
  #1859 (permalink)  
Old 03-17-2011, 09:10 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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...
Attached Files
File Type: apk xdandroid-tether.apk (328.4 KB, 3 views) Click for barcode!
Reply With Quote
  #1860 (permalink)  
Old 03-17-2011, 10:19 PM
vistazifta's Avatar
PPCGeeks Regular
Offline
Pocket PC: sprint Touch Pro2, att iPhone 4
Carrier: at&t on both
Location: Lakewood, NJ
 
Join Date: Aug 2009
Posts: 79
Reputation: 85
vistazifta is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to vistazifta Send a message via Yahoo to vistazifta Send a message via Skype™ to vistazifta
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by m4f1050 View Post
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
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:08 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com