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
  #1901 (permalink)  
Old 03-20-2011, 03:57 AM
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 tpdjr View Post
Hey nate just letting you know that I do have an extra rhod 400 and i will test anything i dont care if i brick it cuz it is just a spare phone now. I kno you probably heard it a thousand times but about testing but just wanted to let you know
Feel free to flash away. The links are all in the first post. Be sure to grab the recoveryinstall.tgz as well as everything else. It should all just work out of the box

Quote:
Originally Posted by tiger2wander View Post
My phone is RHOD500 using with GSM Sim Card, is the GSM mode work for current revision?

I'm going to build and ready to test for GSM network with Sim Card.

Another question, why it crash/panic then auto reboot when Sim Card is plugged-in?
How I can debug it?

--
Best regard!
Uoc Nguyen
Sadly, there is something in the kernel that is causing this issue. It reboots when you put a SIM card in. I tried creating an NBH for you without the force_cdma, but it didn't matter on mine because with the SIM card in, it just reboots.

For debugging, you should be able to pull information using ADB, and we should make a dmesg output at the end of init for testing stuff like this. I'll add it into init tomorrow and post a test NBH for you so you can at least get a log from it.
__________________
Reply With Quote
This post has been thanked 1 times.
  #1902 (permalink)  
Old 03-20-2011, 04:09 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
to
Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime,utf8,shortname=winnt /dev/block/$partition /sdcard
because of without "shortname=winnt" we will have some directories will created as all upper case such as:
Code:
/sdcard/Android/DATA
/sdcard/Android/CACHE
....
I don't test this yet, but I see some of theme created in all upper case and this was happen on my Linux a long time ago, then this is suggestion to avoid that annoy things.

I will re-compile initrd.gz, test and will report later.

--
Best regard!
Uoc Nguyen
__________________
Reply With Quote
  #1903 (permalink)  
Old 03-20-2011, 04:14 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Thanks natemcnutty, I'll try this by myself and will post dmesg/logcat.

--
Best regard!
Uoc Nguyen

Reply With Quote
  #1904 (permalink)  
Old 03-20-2011, 04:20 AM
tpdjr's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro 2 (Rhod 400)
Carrier: Sprint
Location: California
 
Join Date: May 2009
Posts: 390
Reputation: 460
tpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr 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
Feel free to flash away. The links are all in the first post. Be sure to grab the recoveryinstall.tgz as well as everything else. It should all just work out of the box
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
Reply With Quote
  #1905 (permalink)  
Old 03-20-2011, 06:28 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 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
That sounds great to me. I'd also like to set it up so we can install recovery, updates, or even system from NAND. LMiller hinted that you might have data working in recovery, and we could totally do an updater that always grabs the latest files right off the site. So exciting

I made the commit to remove replimenu. I did a tiny bit of cleanup while I was at it. I have a couple of other ideas to clean it up further, but I need to test them out first.

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.
Reply With Quote
This post has been thanked 1 times.
  #1906 (permalink)  
Old 03-20-2011, 06:41 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
My phone is RHOD500 using with GSM Sim Card, is the GSM mode work for current revision?

I'm going to build and ready to test for GSM network with Sim Card.

Another question, why it crash/panic then auto reboot when Sim Card is plugged-in?
How I can debug it?

--
Best regard!
Uoc Nguyen
Seems to poop out after enabling sdcard. So somewhere in there we have an issue. Most of these killer crashes are due to a9 death. Try to put in the sim once ur in android. monitor dmesg (not logcat) while you do it and see if you find anything

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
Reply With Quote
This post has been thanked 2 times.
  #1907 (permalink)  
Old 03-20-2011, 07:43 AM
Good Coffee's Avatar
Lurker
Offline
Pocket PC: TP2
Carrier: Sprint/Worldwide...Currently Iraq
Location: Iskandiriyah
 
Join Date: Mar 2011
Posts: 21
Reputation: 25
Good Coffee is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

that would be good news for us world users
__________________
Reply With Quote
  #1908 (permalink)  
Old 03-20-2011, 08:41 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Smile 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:
Originally Posted by [ACL] View Post
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.
I'm usually use Add Activities as shortcut from "Launcher Pro", lookup the Setting section and then "Testing", with that shortcut I can select what type of radio to use: GSM, UTMS. WCDMA...

I also see the option in Wireless -> Mobile settings to select network type in Motorolla Droid 2 Global.

--
Best regard!
Uoc Nguyen
Reply With Quote
  #1909 (permalink)  
Old 03-20-2011, 06:56 PM
steveholtam's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Aug 2008
Posts: 261
Reputation: 145
steveholtam is keeping up the good worksteveholtam is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
  #1910 (permalink)  
Old 03-20-2011, 07:35 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by steveholtam View Post
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.
try this. Put your device on airplane more and use it just to test. Does it still happen as often ?
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 10:59 AM.


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