[ROM] [ROM][UNOFFICIAL][rolex][6.0.1] LineageOS 13.0 Redmi 4A [2017/08/07]

Status
Not open for further replies.
Search This thread

Carlos Arriaga

Account currently disabled
Jan 15, 2015
856
3,212
Usa
Xiaomi 11T Pro
Xiaomi Poco X5 Pro
http%3A%2F%2Fi.imgur.com%2FyUIn6TF.png

LineageOS is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.

LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.

What's working :

  • Boots
  • RIL (Calls, SMS, Data)
  • Wi-F
  • Bluetooth
  • Camera ( Videos And Photos )
  • Video Playback
  • Audio ( Record and Playback )
  • IR
  • Double Tap Wake
  • Sensors
  • Hardware acceleration and OpenGL rendering
  • Flash
  • SD cards
  • Touchscreen/multi-touch
  • LED
  • GPS

What's not working :
  • Use VOL UP + VOL DOWN + POWER button to enter recovery mode
  • Enforcing SELinux (Use prebuilt kernel U.u)
  • VolTe (NO ETAS)
  • You tell me!

Instructions :
  • Download the latest build and GApps
  • Reboot to recovery
  • Flash the latest build and GApps
  • Reboot

Downloads :

Credits :
 
Last edited:

Carlos Arriaga

Account currently disabled
Jan 15, 2015
856
3,212
Usa
Xiaomi 11T Pro
Xiaomi Poco X5 Pro
My manifest used:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<!-- device tree -->
<project path="device/xiaomi/rolex" name="Redmi4A/android_device_xiaomi_rolex" remote="github" revision="cm-13.0" />
<project path="device/qcom/common" name="LineageOS/android_device_qcom_common" remote="github" revision="cm-13.0" />

<!-- vendor -->
<project path="vendor/xiaomi/rolex" name="Redmi4A/android_vendor_xiaomi_rolex" remote="github" revision="cm-13.0" />

</manifest>
 

LinuxPanda

Senior Member
May 24, 2017
679
513
India
Great ROM. Thank you very much.

May I know why lineage-13.0-20170725-UNOFFICIAL-rolex was removed from androidfilehost? Any issues in that rom released on 25th?
 
  • Like
Reactions: Jish98

Jish98

Senior Member
Jan 28, 2017
54
7
Yeay!

---------- Post added at 05:38 PM ---------- Previous post was at 05:37 PM ----------

Good work!
 

eternal1404

Member
Jun 24, 2017
39
4
Chennai
Hey Carlos! Tried the rom.Absolutely butter.Sorry if I'm being a big itch but is there any chance you could somehow make a VoLTE patch or something?Reply appreciated.

Sorry again for being an itch :(
It's just that can't use the phone without VoLTE :(
 

thatOneWeeaboo

Senior Member
Aug 4, 2014
159
80
A HUUUGE THANKS for you to fix those GPS issue, and also to make the native dt2w working!

Also, video playback looks fine on mine, played a few downloaded videos and nothing weird happened (those are .mp4)
 
Last edited:

eternal1404

Member
Jun 24, 2017
39
4
Chennai
Anyone else facing signal issues? On MiUi I used to get 4 bars consistently.... but with this ROM... hardly getting 2 bars? Any issue?
 

tschall

New member
Aug 3, 2017
4
1
[FIX] Low Mic volume/gain issue

I'm going to share a fix for low mic volume/gain issue. The Redmi 4A is suffering from bad mic issues, not during a phone call, but in other apps e.g. voice recorder (or videos recorded with de device, if the not working feature will be fixed in the future). It's not a hardware issue but software issue:

Root is required.

Navigate to the root directory of the phone:
Root/system/etc/
Then look for a file named "audio_platform_info.xml" with text editor of your choice .
Now go to the bottom of the file you will see </acdb_ids> , you need to add the below line before/above that </acdb_ids>
Click and add this line:

<device name ="SND_DEVICE_IN_VOICE_DMIC" acdb_id = "100"/>

Now just save the file.
Reboot the device now.

Source: en.miui.com/thread-628652-1-1.html
 
  • Like
Reactions: LinuxPanda

LinuxPanda

Senior Member
May 24, 2017
679
513
India
Source: en.miui.com/thread-628652-1-1.html

Thanks, ill try this. :good:

New build is up guys!

Download In the OP

Incredible update. :good:

I can't express my gratefulness with words. :D

I don't know what magic you guys are doing but this ROM runs more smoothly than the official ROM :laugh: and I now understand why they are not releasing the kernel for this phone because everyone will switch to LineageOS. :p

gr8 job. btw why dont we have seperate xda forum?

We do have a separate forum for Redmi 4A. :)
 

tschall

New member
Aug 3, 2017
4
1
New fix: Solving the problem with the quality of sound recording in video/voice rec.

-root required

1. open file:
/system/etc/audio_platform_info.xml

Under <acdb_ids> add this:
<device name="SND_DEVICE_IN_HANDSET_MIC" acdb_id="1"/>
<device name="SND_DEVICE_IN_HANDSET_STEREO_DMIC" acdb_id="1"/>

2. open file:
/system/etc/mixer_paths_qrd_sku2.xml

search for:
<path name="handset-mic">
<path name="adc1" />

There are two lines with DEC1 / DEC2 - delete them and replace it with:
<ctl name="DEC1 Volume" value="96" />
<ctl name="DEC2 Volume" value="96" />

3. Restart phone

Source: 4pda.ru/forum/index.php?showtopic=774539&st=1180#entry56251135
message # 1200
(via google translator)
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    http%3A%2F%2Fi.imgur.com%2FyUIn6TF.png

    LineageOS is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.

    LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.

    What's working :

    • Boots
    • RIL (Calls, SMS, Data)
    • Wi-F
    • Bluetooth
    • Camera ( Videos And Photos )
    • Video Playback
    • Audio ( Record and Playback )
    • IR
    • Double Tap Wake
    • Sensors
    • Hardware acceleration and OpenGL rendering
    • Flash
    • SD cards
    • Touchscreen/multi-touch
    • LED
    • GPS

    What's not working :
    • Use VOL UP + VOL DOWN + POWER button to enter recovery mode
    • Enforcing SELinux (Use prebuilt kernel U.u)
    • VolTe (NO ETAS)
    • You tell me!

    Instructions :
    • Download the latest build and GApps
    • Reboot to recovery
    • Flash the latest build and GApps
    • Reboot

    Downloads :

    Credits :
    5
    My manifest used:

    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>

    <!-- device tree -->
    <project path="device/xiaomi/rolex" name="Redmi4A/android_device_xiaomi_rolex" remote="github" revision="cm-13.0" />
    <project path="device/qcom/common" name="LineageOS/android_device_qcom_common" remote="github" revision="cm-13.0" />

    <!-- vendor -->
    <project path="vendor/xiaomi/rolex" name="Redmi4A/android_vendor_xiaomi_rolex" remote="github" revision="cm-13.0" />

    </manifest>
    5
    New build is up!

    Changelog:


    * Fixed Double tap wake
    * Fixed IR
    * Fixed GPS
    * Set Correct partitions
    * Fixe's all bugs :p

    Not working¡

    * Video Playback (Only videos recorded with the device)
    * VolTE (not supported in my country sorry)

    DOWNLOAD IN THE OP
    5
    Hi guys[emoji14]news

    Finally RIL fixed in Lineage 14.1 (7.1.2)

    Waiting a few hours/days for public build[emoji14]
    1504193819583.jpg

    Sent from my Redmi 4A using XDA-Developers Legacy app
    4
    Hi guys! ?

    LineageOS 14.1 booting[emoji14]waiting for stable build, i work on it.

    1502809492829.jpg

    Sent from my Redmi 4A using XDA-Developers Legacy app