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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-10-2010, 02:57 PM
aman1127's Avatar
Master Kimosabi
Offline
Pocket PC: HTC s620<Touch Pro<Touch Pro2<Hero<EVO
Carrier: The 10 years ago Network
Location: Brooklyn
 
Join Date: Feb 2009
Posts: 1,486
Reputation: 1520
aman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Porting challenges

First and foremost, I would like to say that I have no knowledge in ROM development....

I was just curious, if android is open source, then why is it so hard to port it over to our device? I just learned how to root and played with my hero and I really want 2.1 on my TP2!!

Thanks guys!!!
Reply With Quote
  #2 (permalink)  
Old 05-12-2010, 04:04 AM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

The biggest issue is drivers and knowing exactly how the hardware works on the device. While the platform is open source, people need to create and/or modify current drivers to get them working.

At least that's as far as I understand it.
Reply With Quote
  #3 (permalink)  
Old 05-12-2010, 05:07 AM
sjs01's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: Milwaukee, WI
 
Join Date: Sep 2008
Posts: 148
Reputation: 325
sjs01 is becoming a PPCGeeks regularsjs01 is becoming a PPCGeeks regularsjs01 is becoming a PPCGeeks regularsjs01 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

Quote:
Originally Posted by aman1127 View Post
First and foremost, I would like to say that I have no knowledge in ROM development....

I was just curious, if android is open source, then why is it so hard to port it over to our device? I just learned how to root and played with my hero and I really want 2.1 on my TP2!!

Thanks guys!!!
This actually is not just a ROM, this is developers who are porting android to our phones using a type of linux I believe.

Now for your question, since this is not ROM development it is a lot more difficult as WoZZeR999 said they have to create, or port these drivers from one operating system to another, they have to change code, this isn't just rooting your device, or for the TP2 unlocking the device, this is the developers writing, or porting code. We can't have an actual android on our device I don't think, all we can have is linux running what looks like android (someone please correct me if I'm wrong). So you see what these developers do is a lot more difficult then rooting a device, it's not easy to do what they do, it takes a lot of time and effort. Which is why I'm so thankful to all developers helping with this project!
__________________
If someone helps you press thanks!!
Reply With Quote
This post has been thanked 2 times.
  #4 (permalink)  
Old 05-12-2010, 04:55 PM
nevergonnauseth's Avatar
N00b
Offline
Pocket PC: Touch Pro 2
Carrier: U.S. Cellular
 
Join Date: Dec 2009
Posts: 44
Reputation: 20
nevergonnauseth is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to nevergonnauseth Send a message via Yahoo to nevergonnauseth
Re: Porting challenges

^we can eventually have a fully flashable version of android running, its just the fact that do you really want to flash your device to a barely working release? It's easier to just test it out using haret.
__________________

Last edited by nevergonnauseth; 05-12-2010 at 04:56 PM. Reason: wrong word
Reply With Quote
  #5 (permalink)  
Old 05-12-2010, 05:25 PM
WoZZeR999's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: VZW
 
Join Date: Jan 2009
Posts: 161
Reputation: 940
WoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuffWoZZeR999 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

There's no internal memory drivers yet (AFAIK), so that's why everything is done on SD cards now. Also, when you run haret, you are running the full OS, it's not emulated, so except for access times (if that's the problem, get a cheap class 8 or class 10 micro-sd) you won't see much of a difference.
Reply With Quote
  #6 (permalink)  
Old 05-12-2010, 07:14 PM
gTen's Avatar
"The Fuzzy One"
Offline
Pocket PC: PPC6800 & Touch Pro 2 & Epic 4G
Carrier: Sprint
Location: Internet
 
Join Date: Feb 2008
Posts: 7,855
Reputation: 9080
gTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the community
Mentioned: 106 Post(s)
Tagged: 1 Thread(s)
Re: Porting challenges

Quote:
Originally Posted by sjs01 View Post
This actually is not just a ROM, this is developers who are porting android to our phones using a type of linux I believe.

Now for your question, since this is not ROM development it is a lot more difficult as WoZZeR999 said they have to create, or port these drivers from one operating system to another, they have to change code, this isn't just rooting your device, or for the TP2 unlocking the device, this is the developers writing, or porting code. We can't have an actual android on our device I don't think, all we can have is linux running what looks like android (someone please correct me if I'm wrong). So you see what these developers do is a lot more difficult then rooting a device, it's not easy to do what they do, it takes a lot of time and effort. Which is why I'm so thankful to all developers helping with this project!
It is not emulating android..you are actually running full android..only issue is every phone is different hardware wise and they must be mapped to work by trial and error/reverse engineering. If we had the full documentation from htc for TP2 it would be cake. As for flashing, it requires redoing the bootloader I think.
__________________
Earn some spare cash and get cash back at stores like NewEgg and more:

http://quickrewards.net/?r=!F94VXV35D5MV2

(My shameless referral link)
Reply With Quote
  #7 (permalink)  
Old 05-12-2010, 07:18 PM
aman1127's Avatar
Master Kimosabi
Offline
Pocket PC: HTC s620<Touch Pro<Touch Pro2<Hero<EVO
Carrier: The 10 years ago Network
Threadstarter
Location: Brooklyn
 
Join Date: Feb 2009
Posts: 1,486
Reputation: 1520
aman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on repaman1127 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

Quote:
Originally Posted by sjs01 View Post
This actually is not just a ROM, this is developers who are porting android to our phones using a type of linux I believe.

Now for your question, since this is not ROM development it is a lot more difficult as WoZZeR999 said they have to create, or port these drivers from one operating system to another, they have to change code, this isn't just rooting your device, or for the TP2 unlocking the device, this is the developers writing, or porting code. We can't have an actual android on our device I don't think, all we can have is linux running what looks like android (someone please correct me if I'm wrong). So you see what these developers do is a lot more difficult then rooting a device, it's not easy to do what they do, it takes a lot of time and effort. Which is why I'm so thankful to all developers helping with this project!
Perfect.Thanks!
Reply With Quote
  #8 (permalink)  
Old 05-13-2010, 08:32 AM
aldamon's Avatar
Regular 'Geeker
Offline
Pocket PC: Optimus V
Carrier: Virgin Mobile
Location: Durham, NC
 
Join Date: Sep 2009
Posts: 299
Reputation: 300
aldamon is becoming a PPCGeeks regularaldamon is becoming a PPCGeeks regularaldamon is becoming a PPCGeeks regularaldamon is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

Quote:
Originally Posted by WoZZeR999 View Post
There's no internal memory drivers yet (AFAIK), so that's why everything is done on SD cards now. Also, when you run haret, you are running the full OS, it's not emulated, so except for access times (if that's the problem, get a cheap class 8 or class 10 micro-sd) you won't see much of a difference.
The biggest reason I want to see internal memory support is I don't trust my card to last in the long term. I think the internal memory is higher quality than my A-DATA Class 6 card and will be less likely to crash or die on me.
Reply With Quote
  #9 (permalink)  
Old 05-13-2010, 12:55 PM
ajh16's Avatar
Lurker
Offline
Pocket PC: Rhodium 500W
Carrier: Verizon
 
Join Date: Feb 2010
Posts: 8
Reputation: 20
ajh16 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Porting challenges

Quote:
Originally Posted by sjs01 View Post
We can't have an actual android on our device I don't think, all we can have is linux running what looks like android (someone please correct me if I'm wrong).
Just to clarify a little, Android is essentially (if not actually) a linux distro. Most of the releases for the TP2 have been based on XDAndroid which is a particular variant of the Android project which is itself based off the linux core.

There are actually some people who have built on the official google Android tree, but I think XDAndroid offers some additional helpful features for developing and really there isn't a whole lot of reason that I know of to use vanilla Android over XDAndroid. As an interesting piece of trivia, the CDMA branch has actually changed during the course of the project too when it jumped back in to the GSM branch. Unless you are a big linux/open source buff though, I wouldn't get too worked up over which branch is which, generally whatever is linked in the main thread should be the most featureful and probably the best for general use. But this is "real" Android.
Reply With Quote
This post has been thanked 2 times.
Reply

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


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:06 PM.


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