PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   Linux/Android on CDMA Touch Pro -- Now working on Verizon! And with GPS! (http://forum.ppcgeeks.com/showthread.php?t=104276)

makkonen 05-19-2010 02:48 PM

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.

jmblouin 05-19-2010 04:25 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by arrrghhh (Post 1762017)
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 (Post 1762169)
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.

jmblouin 05-19-2010 04:31 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by makkonen (Post 1762211)
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?

arrrghhh 05-19-2010 04:46 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by jmblouin (Post 1762392)
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

jmblouin 05-19-2010 05:10 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by arrrghhh (Post 1762421)
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.

arrrghhh 05-19-2010 05:14 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by jmblouin (Post 1762464)
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.

s3cr3t 05-19-2010 05:57 PM

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 (Post 1760496)
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...


s3cr3t 05-19-2010 06:07 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by nukedathlonman (Post 1761422)
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.

nukedathlonman 05-19-2010 06:28 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by arrrghhh (Post 1762017)
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.

nukedathlonman 05-19-2010 06:37 PM

Re: Linux/Android on CDMA Touch Pro (RAPH800)
 
Quote:

Originally Posted by s3cr3t (Post 1762550)
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.


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

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


Content Relevant URLs by vBSEO 3.6.0