Recent content by hugonz

  1. H

    Thread [Q] [Request] PN544/PN65N NFC controller details

    I'm looking for details for the PN544 and/or PN65N NFC chips inside the Nexus series, as in technical documentation. Can anyone help me? Thanks!
  2. H

    Post [PROJ] Porting HtcFMradio.apk on Nexus One

    HTC just dropped BlueZ sources on their developer page. Maybe this will help?
  3. H

    Post [MOD] NeXuS HaZ 720p @29fps and 480p @ 30fps. UPDATE (12/29)

    HTC Desire 720p When the source drops for the HTC Desire froyo update (... realistically the source is probably months away ...) we can see how they do it (with access to all Qualcomm and Samsung engineering docs and resources) and copy that.
  4. H

    Post [MOD] NeXuS HaZ 720p @29fps and 480p @ 30fps. UPDATE (12/29)

    Hi charnsingh, I just read this, http://www.anandtech.com/show/3794/the-iphone-4-review/8, and noticed this: "What's interesting is that the iPhone 4 appears to crop the sensor down for video recording, taking the center most 1280x720 pixels instead of scaling down the entire image size. The...
  5. H

    Post Nexus One USB host driver

    No. It's not USB, but is instead raw analog video on the same connector. The N1 does not have the necessary internal wiring for this to work.
  6. H

    Post [THINK TANK] 720p encoding on nexus. DONE NEXUS ONE FTW

    Gutted. What I would be interested in is how to set up the sensor to output pure, raw Bayer-mosaiced image data with no signal processing done on it. I think we would also like to read the chapter about the VFE (video front end) in the QSD8250 manual. I would also be interested in any...
  7. H

    Post [THINK TANK] 720p encoding on nexus. DONE NEXUS ONE FTW

    Would you mind sharing the datasheet? I know a lot of people including myself would be very interested in camera-hacking but don't want to go through the hassle of reverse engineering.
  8. H

    Post Nexus One USB host driver

    Sven, have you tried to make OTG mode (dynamic host/peripheral switching) work properly yet? There seems to be all the required patches upstream for it to work, e.g. https://www.codeaurora.org/gitweb/quic/chrome/?p=kernel.git;a=commit;h=731e94b44438268741e77db8db3fc91ee9d9acb2 Also, have you...
  9. H

    Post [QUESTION] Audio Boost Limits & RGB565/RGB666

    Regarding RGB565, a Google-employed Android project kernel hacker who on occasion visits this forum (swetland) confimed that the physical wiring to the AMOLED panel is only RGB565/16-bits. The one-bit change you mention is in the panel configuration data and probably tells the panel to expect...
  10. H

    Post Working Wireless N / Fm radio!

    I can see nothing in the driver suggesting FM support... I'd imagine that the FM support would fall into either a separate driver or perhaps the Bluetooth driver for that chip (as it operates through that part of the chip and shares audio inputs/outputs with the Bluetooth). Aaaannnnd I can't see...
  11. H

    Post Hidden features in nexus one?

    802.11n works with the stock ROM, but it's only at 2.4 GHz (the phone doesn't appear to include the necessary antenna and RF components to work with the 5 GHz band). It's also only single-stream N, so you won't get link speeds higher than 65 Mbit. Maybe they didn't advertise it because it's only...
  12. H

    Post [Kernel] [.38.8] intersectRaven's Kernel (AVS/CAVS)01/08/2011 22:00

    Can you please update your github repo when you get a chance? Thanks Raven.
  13. H

    Post [Kernel-.33.3][DIET][05/02] CM 5.0.6, 8 MB+ RAM, Hybrid AVS **STABLE**, Optional OC

    Not necessarily, but in theory it lets the system always use the absolute minimum amount of energy to guarantee stability.
  14. H

    Post [Kernel] [.38.8] intersectRaven's Kernel (AVS/CAVS)01/08/2011 22:00

    What?? Really? The Chromium kernel has ugly hacked voltage regulator drivers that don't use the kernel regulator framework; our kernel uses the proper approach. Don't break that!
  15. H

    Post [Tweak] AXI Frequency Tweaks for performance and battery savings

    https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=commit;h=8a68421a300878d729991c1db609a541910d2c70 Here is another patch (more up to date -> perhaps easier to merge).