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
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #2531 (permalink)  
Old 05-19-2010, 02:48 PM
makkonen's Avatar
TouchPro Android Guy
Offline
Pocket PC: Vogu100, Raph500, Diam500, Raph800, Evo
Carrier: Sprint
Threadstarter
 
Join Date: May 2007
Posts: 585
Reputation: 3280
makkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

I think there's a third component there. Equipment, knowhow, time. There's people with the first two, but not the third one. I know bzo was looking at the GPS code for raph800, but he hasn't been around much lately, as far as I know.
Reply With Quote
This post has been thanked 1 times.
  #2532 (permalink)  
Old 05-19-2010, 04:25 PM
jmblouin's Avatar
Lurker
Offline
Pocket PC: alltel Htc Touch Pro (rapheal 800)
Carrier: verizon
Location: Minnesota
 
Join Date: May 2010
Posts: 7
Reputation: 0
jmblouin is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by arrrghhh View Post
Anyone can contribute to the process. If you have the knowledge, feel free... the problem is no one that I know of a) has an 800 and b) has the know-how to really dig into the code. #htc-linux will have some help for you if you feel you're knowledgeable enough about kernel development to get involved! All the code is out there, just dive in!

I have an 800 but not nearly enough know-how... and those who have been making the majority of the contributions do not own an 800.
Its worth a shot. I dont know of a programming language that isnt logic based so maybe after a week of studying the basic code I can snoop through and find the gps section and route it for raph800 setup. Anyone know what line it is in to speed things up(assuming that the editor has numbered code lines)?

Quote:
Originally Posted by rujelus22 View Post
I could care less about the camera I take maybe 1 picture a year if that.
The reason for camera use is the number of apps that use your camera. For example: Google goggles, (although not as effective as it will be in the future) uses your camera to do a search by image base. I have an app that scans bar codes and finds you the lowest price and closest location.
Reply With Quote
  #2533 (permalink)  
Old 05-19-2010, 04:31 PM
jmblouin's Avatar
Lurker
Offline
Pocket PC: alltel Htc Touch Pro (rapheal 800)
Carrier: verizon
Location: Minnesota
 
Join Date: May 2010
Posts: 7
Reputation: 0
jmblouin is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
I think there's a third component there. Equipment, knowhow, time. There's people with the first two, but not the third one. I know bzo was looking at the GPS code for raph800, but he hasn't been around much lately, as far as I know.
Do you think it would be possible to compare a roms code with the kernal to get a general idea of the gps layout? For example: If i snatched a raph100 rom and compared it to the android kernal and see why it works. I guess that brings up another issue. Why do custom windows mobile roms work with gps on all raphael versions without problems like this?

Is it just a matter of mapping out the correct path for android to access the gps?
Reply With Quote
  #2534 (permalink)  
Old 05-19-2010, 04:46 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by jmblouin View Post
Do you think it would be possible to compare a roms code with the kernal to get a general idea of the gps layout? For example: If i snatched a raph100 rom and compared it to the android kernal and see why it works. I guess that brings up another issue. Why do custom windows mobile roms work with gps on all raphael versions without problems like this?

Is it just a matter of mapping out the correct path for android to access the gps?
Well, these 'custom' WinMo ROMs still depend on a lot of the stuff already laid down by the actual developers of the ROM (HTC, Sprint, Microsoft, etc).

So all the drivers for the touchscreen, GPS, BT, etc are already available. Perhaps you're not quite understanding the scope of this project - it's massive. The devs @ XDA have been reverse-engineering the drivers, and honestly I'm very impressed they made it this far. It's not quite as easy as you think it is.

If you can figure out how to relate what is in a RAPH100 ROM and compare it to the Android kernel, by all means have at it. It's just not as easy as pointing you to a line number - and no, the code is not numbered. I don't think I've used a language that numbered the lines since BASIC :P
Reply With Quote
This post has been thanked 2 times.
  #2535 (permalink)  
Old 05-19-2010, 05:10 PM
jmblouin's Avatar
Lurker
Offline
Pocket PC: alltel Htc Touch Pro (rapheal 800)
Carrier: verizon
Location: Minnesota
 
Join Date: May 2010
Posts: 7
Reputation: 0
jmblouin is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by arrrghhh View Post
Well, these 'custom' WinMo ROMs still depend on a lot of the stuff already laid down by the actual developers of the ROM (HTC, Sprint, Microsoft, etc).

So all the drivers for the touchscreen, GPS, BT, etc are already available. Perhaps you're not quite understanding the scope of this project - it's massive. The devs @ XDA have been reverse-engineering the drivers, and honestly I'm very impressed they made it this far. It's not quite as easy as you think it is.

If you can figure out how to relate what is in a RAPH100 ROM and compare it to the Android kernel, by all means have at it. It's just not as easy as pointing you to a line number - and no, the code is not numbered. I don't think I've used a language that numbered the lines since BASIC :P
I appreciate your honesty to help me put in to perspective on whats going on here. I have been lurking this thread for some time now and have been very excited about every package release and kernal update.
Reply With Quote
  #2536 (permalink)  
Old 05-19-2010, 05:14 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by jmblouin View Post
I appreciate your honesty to help me put in to perspective on whats going on here. I have been lurking this thread for some time now and have been very excited about every package release and kernal update.
Ditto. I've been eagerly awaiting a NAND to flash to our phones as well, not sure how far that is off... I keep thinking it's close, but there may be technical reasons for not having one yet, rather than just a lack of desire to build one on a buggy system.
Reply With Quote
This post has been thanked 1 times.
  #2537 (permalink)  
Old 05-19-2010, 05:57 PM
s3cr3t's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro / Android
Carrier: Sprint
 
Join Date: Jun 2008
Posts: 10
Reputation: 0
s3cr3t is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Yeah, I've never been able to sync the calendar since i copied the files to the sd card. When i was initially setting up my gmail account it only gave me the option to sync my contacts and email. I added the corp calendar because whenever i'd tap the clock / calendar widget it would tell me application not installed

Quote:
Originally Posted by arrrghhh View Post
So did you read my questions? Have you ever been able to sync the calendar in Android with GMail previously?

I want to say the corp calendar kills the "personal" one if you will, but I could be wrong. I'm not sure... Why would you need the corp calendar, doesn't the normal calendar work with exchange? I know within Android you can add "corporate email" accounts...
Reply With Quote
  #2538 (permalink)  
Old 05-19-2010, 06:07 PM
s3cr3t's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro / Android
Carrier: Sprint
 
Join Date: Jun 2008
Posts: 10
Reputation: 0
s3cr3t is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by nukedathlonman View Post
Yes and no - if I use the AIO-2010-03-31.7z file, it's present and works.
I'm using the AIO-2010-05-11.7z file with the workaround.. that's probably the issue. Although, i did originally use the 3-31 file.
Reply With Quote
  #2539 (permalink)  
Old 05-19-2010, 06:28 PM
nukedathlonman's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: Bell Mobility
 
Join Date: May 2010
Posts: 14
Reputation: 10
nukedathlonman is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by arrrghhh View Post
Anyone can contribute to the process. If you have the knowledge, feel free... the problem is no one that I know of a) has an 800 and b) has the know-how to really dig into the code. #htc-linux will have some help for you if you feel you're knowledgeable enough about kernel development to get involved! All the code is out there, just dive in!

I have an 800 but not nearly enough know-how... and those who have been making the majority of the contributions do not own an 800.
Same here. All I can do for now is hack and tinker, but kernel development is beyond my capabilities at present time.
Reply With Quote
  #2540 (permalink)  
Old 05-19-2010, 06:37 PM
nukedathlonman's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: Bell Mobility
 
Join Date: May 2010
Posts: 14
Reputation: 10
nukedathlonman is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by s3cr3t View Post
I'm using the AIO-2010-05-11.7z file with the workaround.. that's probably the issue. Although, i did originally use the 3-31 file.
If I've read everything right, AIO-2010-05-11.7z is built using the newer XDAndroid which is based on a "clean" 2.1 Android build. From what i read on XDANDROID forums, that has some non-essential software removed - which probably is why there is no calendar application in it.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro

Tags
android, donut, eclair, linux


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:18 AM.


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