[MAG/CLK][DEV]Sense 5 on HD2[WIP][SOUND]

What would you like next?


  • Total voters
    134
  • Poll closed .
Search This thread

alusher

Senior Member
Mar 31, 2008
256
69
Buffalo NY
[
everyone, hope sense 5 can make it to the HD2

My update will be posted in a moment :angel:[/QUOTE]
 

Attachments

  • Romantic_Landscape-6b13304e-2dfe-3cd5-87b5-f90b37fbf289.jpg
    Romantic_Landscape-6b13304e-2dfe-3cd5-87b5-f90b37fbf289.jpg
    44.8 KB · Views: 65

Top Liked Posts

  • There are no posts matching your filters.
  • 129
    READ CAREFULLY BEFORE POSTING - This Rom is for Developers only - DO NOT flash unless you know what you are doing
    As the thread's title says, this thread is for devs who want to try porting/port sense 5.
    Maybe devs can all share knowledge/fixes/thoughts on porting a sense 5 rom to the HD2

    Now take a moment and Please Read carefully:
    • DO NOT disturb the thread/flame/troll/post unrelated stuff
    • DO NOT ask for a rom/help on flashing a rom if any gets available
    • NO ONE IS RESPONSIBLE if you brick your device in the near future. It's your fault and probably fixable by flashing right stuff

    What we need:
    JB sense kernel Booting starting from Here
    DEVS!
    someone with knowledge in modding jar/apk
    People to support us in thread and show interest

    Links 2nd post, updated (2014)​

    Current port from desire 300.
    • Great thanks for marc1706, sportsstar89, dungphp, rick1995, cotulla, kokotas, szezso, securecrt, htc, google, dft, myself, aazzam16661, daekin, tytung and everybody i forgot!
    • Thanks for ckpv5 for parts of rom, deodexed framework and anything else:)
    • Thanks for noobs for cluttering the thread :mad:
    • Thanks for timmymarsh for keeping the thread clean :laugh::good:
    Please thank correct people with thanks button and NOT by flooding the thread with Thanks posts. Thanks

    Irc Channel: #htc-leo
    47
    Enjoy while downloading

    This is mine..
    i can post a screenshot, but it's a black screen :p
    EDIT: BOOTANIMATION!

    attachment.php
    attachment.php
    attachment.php


    42
    Links, stuff

    What's not working:
    Wifi
    Bluetooth
    USB mass storage
    sd card
    Sound
    Camera
    Camcorder
    720p playback
    GPS?
    many libs
    mic


    Downloads


    Old instructions:
    How to install:
    • download base, unzip
    • download updates, unzip
    • copy paste updates to zip, from oldest to newest (unless INSTRUCTED NOT to do so)
    • zip the whole package
    • copy paste to device and flash

    We are not responsible if a cat bit you, or if your HD2 killed you

    Code:
    [U][B]Changelog:[/B][/U]
    [B][COLOR="red"]8/27/2013[/COLOR][/B]: Initial release
    [B][COLOR="red"]8/27/2013[/COLOR][/B]: Update1: 
    fixed gsm
    [B][COLOR="Red"]8/28/2013[/COLOR][/B]: Update1.5
    Magldr Support
    increased ion sf size
    data works in magldr
    [B][COLOR="Red"]Soon?[/COLOR][/B] [STRIKE]Next update:
    New desire 500 base
    Sound ? :) (partially working)
    wifi?[/STRIKE]
    [COLOR="red"][B]1/2/2014 update:[/B][/COLOR]
    Desire 300 base
    sound working
    smoother
    sd card fixed
    minor stuff solved

    35
    Nokia X rom :p

    and i quote from my post at http://xdaforums.com/showthread.php?p=50790260

    and it's booting on HD2 XD
    sure, everything not working, including suspending device, but it's a booting port :p

    Working: graphics + boot sound only. not working: everything else (yes, ril, wifi, bt, storage, mediaserver, system even fc too much)
    port, because of original rom, uses ION and parts of sense 5.
    Thanks for azzam for the broken port, and myself for framework powermanager stuff bypassing to boot and missing stuff aka usr/* (thanks @aazzam16661 for the extra work i had to put :p)

    IMAGES:
    attachment.php
    attachment.php
    attachment.php
    attachment.php
    attachment.php
    attachment.php
    attachment.php
    32
    Fixed ramdisk

    I have managed to fix automatic SD card mount on boot - df command now outputs:
    Code:
    Filesystem             Size   Used   Free   Blksize
    /dev                   236M   140K   236M   4096
    /mnt/asec              236M     0K   236M   4096
    /mnt/obb               236M     0K   236M   4096
    /cache                  24M     1M    22M   4096
    /NativeSD             1922M   818M  1103M   4096
    /system               1922M   818M  1103M   4096
    /data                 1922M   818M  1103M   4096
    /storage/sdcard0      1975M  1537M   438M   4096

    I have also changed cache location - now uses mtd@cache so make sure you use 44MB cache partition.
    (I may change it in the future to use data partition as before but after some tests are done)

    Another cool thing is that ramdisk support dynamic ROM name setting so it is not required to modify it to mount different NativeSD ROMs.
    Requirements are that installation will place file named rom.prop inside /NativeSD folder (on SD-EXT).
    Example updater-script:
    Code:
    package_extract_file("kernel/rom.prop", "/NativeSD/rom.prop");
    Contents of the file should be for now:
    Code:
    rom.name=ROMNAME

    Download link: http://d-h.st/XRI

    init.d scripts should work (thay were enabled already)

    EDIT: now I need to collect logcat of the whole booting process to find if there are any errors in ramdisk. if all is corrected, I will move on to kernel/modules/firmware.
    EDIT2: still need to fix usb mount (for use with USB host feature)