[Kernel]Amaze ICS(v031)OC~1.73/IntellidemandV3/UV/CIFS+UTF-8/FauxSound[May-21]

Search This thread
S

sportsstar89

Guest
That source has been around forever, It's ruby branch is pretty much my fork. I have plans for ics kernel when HTC release the official source. I have plans to merge all HTC ice kernel source into 1 grand unified kernel.

Sent from my HTC Sensation 4G using Tapatalk 2

Wow sounds great but for now in that branch GSM isn't working and i'm not that experienced with kernels to track it down
 

faux123

Senior Member
Dec 16, 2010
8,536
34,426
West Los Angeles
www.canonspike.com
Yea its a tragedy but since you're making an all-in one kernel based on official kernel it should recognize the proprietary drivers

I take back what I said earlier... Amaze will forever be on its own branch unless the WiFi driver is released by HTC.

Amaze uses the TI super peripheral chip (BT, GPS, WiFi, FM, etc) and it's different from 90% of HTC phones which were based on Broadcom super peripheral chips.
 
Last edited:
  • Like
Reactions: kjisaac
S

sportsstar89

Guest
I take back what I said earlier... Amaze will forever be on its own branch unless the WiFi driver is released by HTC.

Amaze uses the TI super peripheral chip (BT, GPS, WiFi, FM, etc) and it's different from 90% of HTC phones which were based on Broadcom super peripheral chips.

Ok as long as you continue your work and if you feel like it put out an aosp kernel ill be happy I mean thank you for all you're work already

Sent from my HTC_Amaze_4G using xda premium
 

fcpelayo

Senior Member
Nov 20, 2011
941
134
Chino
Faux are you aware that htcdev has released kernel source code for amaze? I believe it's gb based. I saw this over at the petition thread.

Thanks Alan corona for informing us.

Sent from my HTC_Amaze_4G using xda premium

Edit. I just learned it's an old source and probably not useful. Sorry
 
Last edited:

gaww

Senior Member
Oct 4, 2010
7,277
1,254
Asheville, NC
Just wondering if we will be seeing any further kernel development on the Amaze, or will the lack of code in areas like WiFi make this impossible?
 

KnowledgeBroker

Senior Member
Sep 7, 2010
1,618
731
Daytona Beach, Fl
Samsung Galaxy S8+
People should just check here for kernel source, and try to avoid bothering people who simply can't do anything about it until it drops http://www.htcdev.com/devcenter/downloads
Literally, the source could drop any day now, most htc have their source drop within a month or two of their official update to ICS.
Something to feel good about at least, a lot of devices are on kernel 2.6.39(amaze one x), at least we are 3.0+, this will be much better for development once we get source.
 

eggydrums

Senior Member
Dec 13, 2010
2,071
306
People should just check here for kernel source, and try to avoid bothering people who simply can't do anything about it until it drops http://www.htcdev.com/devcenter/downloads
Literally, the source could drop any day now, most htc have their source drop within a month or two of their official update to ICS.
Something to feel good about at least, a lot of devices are on kernel 2.6.39(amaze one x), at least we are 3.0+, this will be much better for development once we get source.

I've been checking a lot lately ! People here should too!

Sent from my HTC_Amaze_4G using Xparent Green Tapatalk 2
 

hasoon2000

Senior Member
Feb 22, 2008
3,574
9,705
Orland Park, Illinois
www.hasoon2000.info
Even though I set it up to e-mail me when the word AMAZE is added to the first page, I check every morning! I was wondering if anyone else was checking ;)

People just want an update since it has been a while since we heard from him. Don't blame them.

People should just check here for kernel source, and try to avoid bothering people who simply can't do anything about it until it drops http://www.htcdev.com/devcenter/downloads
Literally, the source could drop any day now, most htc have their source drop within a month or two of their official update to ICS.
Something to feel good about at least, a lot of devices are on kernel 2.6.39(amaze one x), at least we are 3.0+, this will be much better for development once we get source.

Same here! lol
 

Top Liked Posts

  • There are no posts matching your filters.
  • 164
    Installation Instructions:

    Here's a step by step instruction to install this kernel:

    ************************** Ice Cream Sandwich (S-OFF ONLY) **************************
    [ CFS ] (Ultimate Edition - should work with most phones but NOT GUARANTEED!)
    The File ==> Amaze ICS Kernel <==
    MD5SUM ==> <==

    ************************** Gingerbread **************************
    [ CFS ] (Ultimate Edition - should work with most phones but NOT GUARANTEED!)
    The File ==> Amaze GB Kernel <==
    MD5SUM ==> <==

    CWM Flash Instructions: (NO LONGER SUPPORTING CWM METHOD DUE TO HTC's STUPID S-ON UNLOCK!!!)

    1. Copy file to SDcard
    2. Reboot to CWM recovery
    3. Flash the Zip file (if you noticed an error, Flash the same file the 2nd time)
    4. Reboot, Done!


    Easy Kernel Flasher Instructions:

    1. download the above file (via phone directly or to a PC)
    2. unzip to a folder then depends on PC or Linux
    [ Windows ] open command prompt window and type Flash.bat
    [ Linux ] open terminal window and type ./Flash.sh (make sure permission is set to 755 for the Flash.sh)
    3. Let the script complete!


    NOTE: Because the previous kernel included a Secured RAM Disk, so you may need to run the script twice. (Once this is done, then any subsequent flash should complete on the first time)

    Note: After FLASHING, the first reboot may take longer than usual, please be patient... After the first reboot, it may lag during initial load (let everything finish loading). Once everything is loaded and phone is ready for use, reboot the phone a 2nd time and the lag will be gone and everything should be silky smooth...

    [ Optional: ]

    NOTE: if you come from a ROM with my kernel pre-installed, you DO NOT NEED to flash the reset kernels from above!

    [ For Kernel Devlopers ONLY: ]



    Optional Under voltage: Version 0.0.x+ ONLY

    Code:
    [ to over volt ALL frequencies by 25000 uv (microvolts) ]
    echo "+25000" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
    [ to under volt ALL frequencies by 25000 uv (microvolts) ]
    echo "-25000" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
    
    [ to set a specific frequency (ie 1.18 GHz) 
      with a specific voltage (ie 1.0875 volts) ]
    echo "1188000 1087500" > /sys/devices/system/cpu/cpufreq/vdd_table/vdd_levels
    CPU Frequency Voltage Table Example
    Code:
      192000:   812500
      310500:   812500
      384000:   812500
      432000:   812500
      486000:   837500
      540000:   850000
      594000:   862500
      648000:   875000
      702000:   900000
      756000:   925000
      810000:   937500
      864000:   962500
      918000:   962500
      972000:   962500
     1026000:   975000
     1080000:   987500
     1134000:  1000000
     1188000:  1012500
     1242000:  1025000
     1296000:  1050000
     1350000:  1075000
     1404000:  1100000
     1458000:  1112500
     1512000:  1125000
     1566000:  1150000

    Optional: Stock Clock Frequencies for Dual CPUs
    Code:
    su
    echo 192000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
    echo 1188000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
    
    echo 1 > /sys/devices/system/cpu/cpu1/cpufreq/online
    echo 192000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
    echo 1188000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq

    Low Voltage - Under Volt the processor, therefore uses Less Battery, but NOT ALL CHIPS can handle Under Volt.. If you experience instability, try the Stock Voltage Version.

    Stock Voltage - Uses the voltage values from ORIGINAL HTC Kernel Source.

    There are NO PERFORMANCE DIFFERENCE between the Under Volted and Stock Voltage versions!


    Please don't hesitate to talk among yourselves and help each other out... The XDA community is what inspired me to hack kernels for everyone since everyone here is nice and helpful to each other... Keep helping each other.... Famous proverb: It's better to give than to receive...

    Not All CHIPS ARE CREATED EQUAL


    Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!

    My github Complying with GPL and XDA rulez :D

    Follow me on :

    If you find this Kernel useful, feel free to hit the [Thanks] button below
    53
    FauxClock App recommended Settings"

    CPU Control
    • Max clock - GHz 1.72 GHz for performance, 1.512 GHz for battery
    • Min clock - MHz 192 MHz for both
    • CPU Governor - Ondemand for performance, Intellidemand for battery
    • mpdecision - Off
    • Set On Boot - On

    SOC Control
    • Set On Boot - On
    • C0 - On
    • C1 - On
    • C2 - On

    Voltage Control
    • Set On Boot -
    • Global CPU Voltage - Your preference

    intellidemand gov control
    • Up Threshold - 90 for both
    • Two Phase Freq - 1134000 for both
    • Limit Max Freq - 1728000 for performance, 1512000 for battery
    • Sampling Rate - 30000 for both
    • Set On Boot - On

    GPU Control
    • GPU Governor - ondemand for both
    • GPU Clock - 300Mhz for performance and 266Mhz for battery
    • GPU Vsync Toggle - On for both
    • Set On Boot - On for both

    I/O Scheduler Control
    • I/O Scheduler (eMMC) - SIO for both
    • Readhead Size (eMMC) - 384 for both
    • Set On Boot - On for both

    Misc Control
    • Dynamic File Sync - On for both
    • TCP Congestion Control - Westwood for both

    Vibration Control
    • Set On Boot - On for both
    • Vibration Control - Your own Preference

    Above is what I use personally. MAY NOT be optimal for all :fingers-crossed:
    45
    would you like to see some sound enhancements for this phone? I don't know how many of you are still holding on to this....

    Use the thank button if you want sound enhancement for this phone..
    41
    FFFFFFFFFFFFFFFFFFFFFFFUUUUUUUUUUUUUUUUUUUUUUUUUUUU HTC....

    Something should have been easy was made EXTREMELY painful and stupid by HTC....

    Anyways, ICS kernel is out with everything working... CPU/GPU OC UV etc...

    You guys owe me BIG TIME.. I spent the ENTIRE DAY on this device along... :eek:
    29
    Introducing my secret Kernel Enhancement Project: (Total Control for your phone and tablets) now available via Google Play Market! https://play.google.com/store/apps/...GwsMSwyLDEsImNvbS50ZWFta2FuZy5mYXV4Y2xvY2siXQ..

    > CPU Control:
    Displays cpu core frequencies in realtime
    Allows adjustment of CPU governors
    Allows adjustments of CPU Min/Max frequencies
    Allows for "Set on boot" feature

    > Voltage Control:
    Displays current voltage per frequency
    Adjusts CPU voltage
    Allows for "Set on boot" feature

    > CPU Governor Control:
    (supports ondemand, conservative, interactive, intellidemand, and pegasusq governors. More to come later!)
    Allows for CPU governor specific tweaks

    > GPU Control:
    Displays GPU freqencies in realtime
    Allows selection of available GPU governors
    Adjusts GPU max frequencies
    Adjusts GPU Vsync capability
    Allows for "Set on boot" feature

    > I/O Scheduler Control:
    (Supports built-in eMMC and SDcard if available)
    Allows selection of available I/O schedulers
    Adjust readahead buffer size
    Allows for "Set on boot" feature

    > Miscellaneous Control:
    (depending on device, not all features are available)
    Dynamic File Sync control
    TCP Congestion Algorithm control
    USB FastCharge control
    WiFi power management control
    USB OTG charge control
    Vibration Strength control
    Sweep2wake control

    > Color Control:
    (Currently only Galaxy Nexus is supported, more models to come later on)
    Adjusts RGB Color in realtime
    Adjusts RGB Gamma in realtime
    Adjusts Contrast in realtime
    Adjusts Gamma look up table in realtime
    Allows for "Set on boot" feature

    > Download Control:
    (available only for OFFICIAL devices)
    Checks for latest stable kernel and beta kernels

    > Info Panel:
    Provides kernel support and social networking followings :D