• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][4.3][03.08][Sense 5 && 5.5] Liberty MAX - Innovation is here

bilal_liberty

Elite Member
Aug 28, 2012
3,638
12,779
0

Screen Shots



Video of ROM:



What's Working:

  • Dual hboot compatibility
  • FM Radio
  • Wifi
  • Beats Audio
  • Headphones
  • Blinkfeed
  • GPS
  • Camera
  • Sensors
  • storage
  • Bluetooth
  • Audio
  • Data
  • Voice calls

Credits


XDA:DevDB Information
Liberty-Sense Roms, ROM for the HTC One S

Contributors
bilal_liberty, pirlano
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.4.x
Based On: Stock One Mini

Version Information
Status: Stable

Created 2014-03-03
Last Updated 2014-08-03
 
Last edited:

bilal_liberty

Elite Member
Aug 28, 2012
3,638
12,779
0
Change Log


LIBERTY-MAX

  • Beats Audio Icon Fixed
  • FM Radio Fixed

    Kernel:
  • Lags fixed
  • Paid Apps fix merged to kernel
  • Stability Fixes

    This ROM is now 100% functional and hence EOL.

    #Enjoy
Liberty V9:

  • Kernel And rom:
  • All battery, usb, power (pmic drivers) updated from evo
  • Sound drivers updated to latest from evo
  • Voice Echo and Robotic voice fixed by taking stock 4.1 configs instead of maximus
  • Deleted all One Mini unwanted configs
  • Audio Libs are now from EVO instead of One Mini
  • Google Apps are now from evo (honeboy1956 and Microphone see if the installation error is still there)
  • Radio 1.35a in aroma is replaced by radio 1.20
  • Proximity driver from EVO
  • See github for further changes...

    Note For S-on Users: I have placed boot.img for you guys at the root of the zip to make flashing process similar to other roms.

Liberty V5:

  • Headphones Fixed
  • GPS Fixed
  • Beats Audio Working

Liberty V4:

  • Reboots fixed
  • Camera video resolutions fixed
  • SystemUI Icons fixed [Everything is now re-sized properly is status bar]
  • KitKat Battery Icon on Status Bar and video Play back
  • Kernel video and GPU drivers are now of T6 (One Max)
  • Sense 6 Wallpapers, volume rocker tone, ringtones, notifications etc etc
  • Overall experience is better than before ;)


Liberty V3:

  • Base changed to stock One Mini
  • APNs Fixed
  • Storage Issues for Hboot 2.16 fixed
  • FC's fixed
  • turning off display fixed
  • No icons in prism fixed at first boot
  • Wallpapers not appearing in personalize fixed

Liberty V2 :


  • Graphics And Video libs from 4.4.2
  • Wifi fixed
  • Sensors Fixed
  • Camera fixed
  • Stability increased
  • GPS Fixed
 
Last edited:

dd98

Elite Member
May 19, 2013
1,922
2,216
0
@bilal_liberty i might have something here to help you with fixing bugs. This is from a rom porting guide i've used before and i thought it might help.

Here, I give you some tips and may help you to fix issues..

Files to fix ...


  • You can try to replace some of these files (if exists) to fix ...

    NFC
  • /system/app/Nfc.apk
  • /system/lib/libnfc*.so
  • /system/bin/pcscd


    Radio FM
  • /system/bin/fmradio


    Sensors
  • /system/bin/akmd*
  • /system/lib/libsensors.so


    Bluetooth
  • /system/bin/bd_prov
  • /system/bin/uim*
  • /system/bin/hcid
  • /system/bin/bluetooth*
  • /system/bin/hciattach
  • /system/bin/sdptool
  • /system/xbin/hciconfig


    Wifi
  • /system/bin/netcfg
  • /system/bin/dhcpcd
  • /system/bin/ifconfig
  • /system/bin/hostap
  • /system/bin/hostapd
  • /system/bin/hostapd_bin
  • /system/bin/pcscd
  • /system/bin/wlan*
  • /system/bin/wpa*


    RIL
  • /system/bin/stmd
  • /system/bin/rild*
  • /system/etc/rril


    Camera
  • Copy libcamera*.so from base to port rom
  • If rom does not boot after that, replace file one by one and see which file is the problem.


If you port on HTC Devices, try these:​
Fix Network auto select
  • Decompile framework-res.apk
  • Go to this folder \framework-res\res\values
  • Open bools.xml
  • Change <bool name="skip_restoring_network_selection">true</bool>
  • To Change <bool name="skip_restoring_network_selection">false</bool>


Fix graphichal issues
  • Decompile framework.jar
  • Change these files with your CM base
  • smali\smali\android\os
  • Environment
  • SystemProperties
  • smali\smali\android\view
  • HardwareCanvas
  • HardwareRenderer$Gl20Renderer
  • HardwareRenderer$GlRenderer
  • HardwareRenderer