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 Other Manufacturers > Palm Treo Pro
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #71 (permalink)  
Old 01-13-2010, 03:16 PM
skeegcpp's Avatar
VIP Member
Offline
Pocket PC: GS3/stock&unrooted
Carrier: Sprint
 
Join Date: Sep 2008
Posts: 2,275
Reputation: 1975
skeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on repskeegcpp is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

@ acidhax, i have a friend who could compile drivers for ya..PM me or sumthin if ur interested
__________________
"that skeeg dude with the black girl"
F.I.Y.A.M
Reply With Quote
  #72 (permalink)  
Old 01-13-2010, 06:26 PM
we350z's Avatar
Lurker
Offline
Pocket PC: Treo 850
Carrier: Sprint
Location: San Francisco, Ca
 
Join Date: Jul 2008
Posts: 13
Reputation: 10
we350z is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to we350z Send a message via AIM to we350z Send a message via MSN to we350z Send a message via Yahoo to we350z Send a message via Skype™ to we350z
Re: Interested in helping Linux/Android development?

Is anyone else having issues loading the kernel posted earlier in this thread? I'm not getting any output like others are reporting, pretty sure I am following the instructions to the T:

- I have a CDMA Sprint Treo Pro with the CFay 6.5 1.54 ROM (Build 21234)
- I am using the Haret version mentioned in this thread (pre-0.5.3-200911...)
- I am using the default.txt provided by acidhax in this thread
- I am using the kernel image provided by acidhax in this thread
- I tried running this with the UTB Android pack (1.6) mentioned here and also tried kernel-only without it (commenting out 'set initrd initrd.gz' in default.txt)
- I tried enabling Haret logging by adding a 0 byte file named 'earlyharetlog.txt' and setting the following parameters in default.txt:

set fbduringboot 1
set forcefbduringboot 1

Everything was placed in the root of the SD card. My device simply shows the "HaRET: Booting Linux ..." screen with the progress bar reaching 100% then freezing. At this point I have to soft reset my device then upon reboot there is not haret.log output.

Can anyone please explain this to me? What the hell am I doing wrong here? I need to see this for myself. I was able to get the latest linux-msm development branch (htc-msm-2.6.27) from phusson to compile on my linux VM. I have also been communicating with him as well. I don't believe he knew that there was a CDMA version of this device in addition to GSM. Anyway you can see here where he added support for the new mtype shortly before his first post on xdad that I saw that got me going on this subject.

If someone can help me get up and running with the kernel and android I believe I can help speed the development process here.

--Thanks
Reply With Quote
  #73 (permalink)  
Old 01-15-2010, 08:20 PM
we350z's Avatar
Lurker
Offline
Pocket PC: Treo 850
Carrier: Sprint
Location: San Francisco, Ca
 
Join Date: Jul 2008
Posts: 13
Reputation: 10
we350z is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to we350z Send a message via AIM to we350z Send a message via MSN to we350z Send a message via Yahoo to we350z Send a message via Skype™ to we350z
Re: Interested in helping Linux/Android development?

OK - got this older diamond kernel to boot with early framebuffer output with the following default.txt:

set ramsize 0x08000000
set ramaddr 0x10000000
set mtype 1805
set FBDURINGBOOT 0
set KERNEL zImage
set initrd initrd.gz
set cmdline "msmts_calib=0x7a.0x5e.0x35a.0x37f lcd.density=210 msmvkeyb_toggle=off"
boot

I am working on making the necessary changes to properly initialize the LCD panel, SD card, radio and framebuffer among other things for this device. Been working with the guys over on #htc-linux IRC channel, they are great. With their help I was able to pull the Haret console up and get some mmu dumps. They helped me analyze them, etc... They are saying memory management is not the issue here. Also they are saying mtype 1910 should have never worked nor 2426 (fb never init, sd etc...). Maybe it works on the GSM version - I have CDMA so no idea.

Anyway - with any luck hopefully I will get the latest source running on this pig.

dump mmu 1 output
dump mmu 2 output
booting linux

--Ciao
Reply With Quote
This post has been thanked 2 times.
  #74 (permalink)  
Old 01-21-2010, 08:40 PM
Sloogle_Flugelmann's Avatar
PPCGeeks Regular
Offline
Pocket PC: Palm Treo Pro (850e)
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 63
Reputation: 40
Sloogle_Flugelmann is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

.................................
Reply With Quote
  #75 (permalink)  
Old 01-24-2010, 01:00 AM
Sloogle_Flugelmann's Avatar
PPCGeeks Regular
Offline
Pocket PC: Palm Treo Pro (850e)
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 63
Reputation: 40
Sloogle_Flugelmann is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

Quote:
Originally Posted by we350z View Post
OK - got this older diamond kernel to boot with early framebuffer output with the following default.txt:

set ramsize 0x08000000
set ramaddr 0x10000000
set mtype 1805
set FBDURINGBOOT 0
set KERNEL zImage
set initrd initrd.gz
set cmdline "msmts_calib=0x7a.0x5e.0x35a.0x37f lcd.density=210 msmvkeyb_toggle=off"
boot

I am working on making the necessary changes to properly initialize the LCD panel, SD card, radio and framebuffer among other things for this device. Been working with the guys over on #htc-linux IRC channel, they are great. With their help I was able to pull the Haret console up and get some mmu dumps. They helped me analyze them, etc... They are saying memory management is not the issue here. Also they are saying mtype 1910 should have never worked nor 2426 (fb never init, sd etc...). Maybe it works on the GSM version - I have CDMA so no idea.

Anyway - with any luck hopefully I will get the latest source running on this pig.

dump mmu 1 output
dump mmu 2 output
booting linux

--Ciao
Wait, boot as in getting to the Android OS, or getting a black screen?
Reply With Quote
  #76 (permalink)  
Old 01-24-2010, 04:25 AM
Sloogle_Flugelmann's Avatar
PPCGeeks Regular
Offline
Pocket PC: Palm Treo Pro (850e)
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 63
Reputation: 40
Sloogle_Flugelmann is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

Ok so, i used the raphael kernel..
it loaded and showed the main menu on android
but the screen is disoriented..
ill post a video of what I mean.

EDIT: hold on.. its taking FOREVER to upload.. stupid youtube!

Last edited by Sloogle_Flugelmann; 01-24-2010 at 04:42 AM.
Reply With Quote
  #77 (permalink)  
Old 01-24-2010, 04:29 AM
spiicytuna's Avatar
PPCGeeks Regular
Offline
Pocket PC: Treo Pro 850
Carrier: Sprint
 
Join Date: Nov 2009
Posts: 65
Reputation: 40
spiicytuna is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

Yes please do post a video!
Reply With Quote
  #78 (permalink)  
Old 01-24-2010, 04:57 AM
Sloogle_Flugelmann's Avatar
PPCGeeks Regular
Offline
Pocket PC: Palm Treo Pro (850e)
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 63
Reputation: 40
Sloogle_Flugelmann is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

Ok so, I got the main screen to move flo, but again i cant see everything.
about the video thing.. hold on. things are being stupid
Reply With Quote
  #79 (permalink)  
Old 01-24-2010, 05:08 AM
Sloogle_Flugelmann's Avatar
PPCGeeks Regular
Offline
Pocket PC: Palm Treo Pro (850e)
Carrier: Sprint
 
Join Date: Apr 2009
Posts: 63
Reputation: 40
Sloogle_Flugelmann is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

heres the video..

http://www.youtube.com/watch?v=wsndpkZqjj4

im kinda rambling a whole bunch of stuff because i wasnt paying too much attention to my phone
Reply With Quote
This post has been thanked 1 times.
  #80 (permalink)  
Old 01-24-2010, 05:11 AM
spiicytuna's Avatar
PPCGeeks Regular
Offline
Pocket PC: Treo Pro 850
Carrier: Sprint
 
Join Date: Nov 2009
Posts: 65
Reputation: 40
spiicytuna is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Interested in helping Linux/Android development?

wow! closest i've seen so far!
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM Other Manufacturers > Palm Treo Pro


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 11:24 AM.


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