[ROM][PORT][SENSE 5][4.1.2] LIBERTY ROM (version 4)

Stano36

Senior Member
Aug 25, 2012
301
122
63
Can't seem to flash, got an error executing updater-binary in TWRP
I installed ROM successfully. I used TWRP 2.3.3.0 and I have S-OFF

---------- Post added at 12:58 AM ---------- Previous post was at 12:56 AM ----------

WELCOME TO LIBERTY ROM VERSION 1

Code:
Note: This Rom is tested on S-On and hboot 3.01. You are flashing this on your own risk and nobody is responsible if your phone is unrecoverable after flashing this rom.
SCREENSHOTS:


FEATURES:
Ported from Desire 600
Odexed

WORKING:
Camera
Rotation
Vibration

Not Working/Broken
Audio
Camcorder
RIL
Bluetooth WIFI

REQUEST: This is a development forum, try not to fill by repeating same bugs again and again.

Downloads:
ROM
Guys we need to work together to eliminate the bugs.

To Do:
Hack framework-res.apk and replace the storage.xml
Figure out why our audio hal causes boot loops
Repair RIL (Network)​
dominos_liberty, thank you for the work you're doing for our equipment. Enough time is spent on development so I decided that I will send a small donation so I appreciate your work.
 
  • Like
Reactions: bilal_liberty

bilal_liberty

Senior Member
Aug 28, 2012
3,638
12,779
0
I installed ROM successfully. I used TWRP 2.3.3.0 and I have S-OFF

---------- Post added at 12:58 AM ---------- Previous post was at 12:56 AM ----------


dominos_liberty, thank you for the work you're doing for our equipment. Enough time is spent on development so I decided that I will send a small donation so I appreciate your work.
Thanks, Since I got too many requests, I decided to give it a go and got positive results --- :)

@x ZackehSoul x You need to redownload
 
  • Like
Reactions: sr_edd
R

rasputyn

Guest
Yeah that's what I thought, but...

Edit: Which TWRP you using dominos?
2.3.3.0 is the latest which doesn't have issues (2.4.0.0 and newer and Aroma doesn't work anymore for example - although it isn't completely TWRP's fault). 2.5.0.0 is bugged, haven't tried new 2.6.0.0 though.
 

kinghunki

Senior Member
Dec 20, 2009
827
746
0
LanZhou
htcui.com
Hi! Can you post here the way of repair of RIL? Thks.
Using 4.1.1 (sense+) in the replacement file to the ROM:
1.
Code:
system/bin/rild 
   system/bin/rild_sprd 
   system/bin/pppd
2.
Code:
system/lib/libril.so
system/lib/libhtc_ril.so 
system/lib/libhtc_rilhook_sprd.so
system/lib/libhtc_rilhook.so
system/lib/libhtc_ril_switch.so
system/lib/libhtc_ril_sprd.so
system/lib/libril_sprd.so
3.Modify the build.prop:

Code:
#+SSD_RIL
rild.libpath=/system/lib/libhtc_ril.so
#rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
#Enable ADB Logging on QCRIL
persist.radio.adb_log_on=1
#Enable dual SIM dual standby
persist.dsds.enabled=true
# For workaround for ro.baseband property. QCT use the property same as radio version to determine the architecture.
# But we hard code to msm for Primods.
ro.baseband.arch = msm
#-SSD_RIL

# For DSDA two RIL architecture
#rild_dsda.libpath=/system/lib/libhtc_ril_sprd.so

# RilLibPath for Ganlite by Godel_Chen
rild.libpath.ganlite=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libhtc_ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
4.
Code:
\system\etc\ppp\ip-up-vpn

Hope can help you to solve the problem!:highfive:
 
Last edited: