Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Cellphones

HTC Finally Releases Hero Source Code 123

An anonymous reader writes "After months of prodding by developers, HTC has finally released the long-requested Android source code for the HTC Hero. This follows up on a recent report on Slashdot concerning device manufacturer HTC's perceived stonewalling over releasing source code for the device after repeated attempts to initially obtain source were met with vague responses."
This discussion has been archived. No new comments can be posted.

HTC Finally Releases Hero Source Code

Comments Filter:
  • Re:HTC (Score:5, Informative)

    by AnEducatedNegro ( 1372687 ) on Thursday October 22, 2009 @07:27PM (#29841469)

    Anyone know what kind of custom stuff they're build for Android?

    Sense UI and a few applications. Nothing spectacular, android steals all the glory. In fact, don't waste your time on the HTC Hero.. wait another week and get the Samsung Moment. Faster proc, onscreen keyboard and physical keyboard, better battery life.

    I love my HTC Hero but boy is it slow at times. And I'm not just talking about waiting for an app to load, there are times when the entire device just decides to freeze up for 2-3 seconds while queuing input.

    aEN

  • Re:HTC (Score:5, Informative)

    by delire ( 809063 ) on Thursday October 22, 2009 @07:44PM (#29841601)
    Sounds like you need to upgrade the firmware [gizmodo.com]..

    People are reporting huge speedups after doing so.
  • by wcoenen ( 1274706 ) <wcoenen@gmail.com> on Thursday October 22, 2009 @09:03PM (#29841977)
    This is not actually about android source code as the summary says. Android source code is distributed under the Apache License [wikipedia.org], which doesn't require you to "give back" modifications to the open source community. This is just about the GPL-ed part: the linux kernel.
  • A little unfair... (Score:5, Informative)

    by pablo_max ( 626328 ) on Thursday October 22, 2009 @09:11PM (#29842011)

    I would venture to say that any decision to delay the release of code has very little to do with HTC trying to stonewall.
    Contrary to what people think, you are not allowed to do what ever you want to a phone.
    Naturally, Andriod has access to the phones protocol and RF layers. Giving the user access to these layers is a VERY, VERY bad idea.
    To sell a mobile phone in North America, a manufacture must obtain PTCRB certification. This is a very stringent set of tests which look at all layers and all the hardware, including the antenna performance. We are talking more than 6000 tests and more than $800K!!
    Once they pass..this SVN (Software version number) is locked in. ANY changes in code or hardware and the manufacture must make an ECO with PTCRB and make some additional checks.
    The main reasons for this is network health and link budgets.
    The carrier must be able to count on your phone acting in a predetermined way in order to keep the network on the air. Believe it or not, one single phone could bring down an entire tower!
    I can promise you that the carriers will NEVER allow a situation where YOU can alter those layers and kill the network.
    I am sure HTC need a fair amount of time to figure out how to lock it down and still let you mess with the OS.

  • by Miamicanes ( 730264 ) on Thursday October 22, 2009 @10:18PM (#29842291)

    A major complication is the fact that today's PDA phones are basically cellular winmodems. Ever wonder why a Samsung SPH-i300 with ~40MHz 680x0-ish Dragonfire didn't feel all that much slower than a 400MHz dual-core ARM running WinMo? Part of the problem is WinMo's bloat... but an even bigger part of the problem is the fact that cpu #2 spends basically 100% of its time being a software-based faux DSP anytime the radio is in use... and occasionally steals cycles from cpu #1 while it's at it. In contrast, the humble i300 was literally a cell phone radio bolted to a PalmOS PDA, connected by LITERALLY a serial port. In every meaningful way, the two were completely independent. Dialed a number on the LCD-rendered keypad? The Palm side sent what was basically an ATDT command to the phone side. Incoming call? The phone side did the actual ringtone (the beefy speaker was connected to the phone; the palm side just had a wimpy piezo), and sent ###RING xxxxxxxxxx down the serial port for the Palm to decide what to do with it. Pressed the green button to answer the call? The Palm side sent (literally) ATA down the serial port to the phone. And so on.

    The good thing about Winmodem-like cellphones is... um... er... uh... well, I'm sure there's something good about it. But anyway, the bad thing is that it means that you're basically talking about a gigahertz-rate raw DAC and ADC creating a software-defined radio. The supreme irony is that the hardware in a G1 probably COULD be hacked to do UMTS at 850MHz on AT&T... but it would be utterly illegal, precisely because it would wreak havoc with AT&T's network and mess up your neighbors' service while you spent saturday afternoon debugging it.

    As I understand it, a phone running Android (or Windows Mobile, for that matter) is kind of like a PC running Linux under VMware under Windows (or vice-versa). You have the hypervisor-like "Supreme Controller" that runs the software that makes it a radio, with Linux-nee-Android running under the hypervisor. So you really ARE root as far as Linux/Android is concerned, but behind the curtain, Root has a metaphorical deity of his own to serve. I'm not entirely sure how it's enforced, and how much of it is handled by actual hardware partitioning (ie, whether the CPU takes a cue from memory curtaining, so that the core running the radio has ram and registers that the core running the UI and apps can't touch), but that's a rough summary of what happens behind the scenes on an Android phone.

  • by w0mprat ( 1317953 ) on Thursday October 22, 2009 @11:01PM (#29842503)
    The radio software and SPL (second program loader) in a HTC Android phone are closed source, Android sits on top of this and is more analogous to a VM running on a light OS underneath. (As someone points out below, you may think have root on your droid, but you don't really have root). Thus it is not really harmful to have the Android code out there, as the low-level software that would do the most harm is proprietary and fairly well protected.
  • by bushing ( 20804 ) on Thursday October 22, 2009 @11:08PM (#29842533) Homepage

    A major complication is the fact that today's PDA phones are basically cellular winmodems. [...] In contrast, the humble i300 was literally a cell phone radio bolted to a PalmOS PDA, connected by LITERALLY a serial port.

    [...]As I understand it, a phone running Android (or Windows Mobile, for that matter) is kind of like a PC running Linux under VMware under Windows (or vice-versa).

    This is not true, at least not in the case of the iPhone (which has an Infineon baseband processor connected to a Samsung "Applications Processor" by "LITERALLY a serial port") or the Palm Pre (Qualcomm baseband, TI OMAP AP).

    Qualcomm's product info page for the MSM7201 [qctconnect.com] processor used in the HTC Hero says that it includes "Integrated ARM11 applications processor and ARM9 modem, QDSP4000 and QDSP5000 high-performance digital signal processors (DSP)". It would seem likely that the ARM9 core (in combination with one or both of the DSPs) does all of the modem work; I see no reason to suspect that the ARM11 ever "steals cycles from cpu #1".

  • by cliffjumper222 ( 229876 ) on Friday October 23, 2009 @12:14AM (#29842785)

    Mod this guy up, the parent doesn't know what he's talking about. Most smartphones use dual cores or bridge architectures where the applications processor and the modem processor are separate and communicate over a serial link, be it USB, shock-horror a UART or shared memory. And even more shock horror, yes they might even use AT commands to do talk to each other - even today!

  • by Anonymous Coward on Friday October 23, 2009 @02:16AM (#29843187)

    The bootloader and radio firmware are indeed closed source, but the linux kernel and android userspace run on their own cpu (an ARM11) while the radio firmware runs on its own cpu (an ARM9). They chatter via shared memory. Once the bootloader has loaded the kernel, the kernel's in charge of the apps cpu. No VM or hypervisor exists (at least not on the Qualcomm 7xxx/8xxx chipsets -- you could, of course do it differently elsewhere).

    You do need to talk to the ARM9 to have it setup the DSP for you, for it to handle telephony tasks, and so on.

  • by kojot350 ( 1330899 ) on Friday October 23, 2009 @02:41AM (#29843277)
    I see only kernel source here: http://developer.htc.com/ [htc.com] so it looks like they released only the part they had too.
  • by ivucica ( 1001089 ) on Friday October 23, 2009 @07:00AM (#29844193) Homepage
    No, just provide users of binary releases either source, or a written offer valid for a few years to provide source. Certainly not to everyone [gnu.org].

    a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
    b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
    c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

    [snip]

    If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...