Saturday, July 2, 2016

LG Tribute 5 BOOST MOBILE

I recently got a LG Tribute 5 (LS675) I can not find any development threads about it and have gotten deeper into Android development so I decided to create an account on XDA.

This is all the info I have been able to obtain about the Tribute


Device: LS675
Android Version: 5.1.1
Kernel Version: 3.10.49 (Source)
Linux Version: 3.10.49-gecffe94
Build-ID: LMY47V
Root Method: King Root | SuperSUMe to change from kingroot to SuperSU |
Architecture: 32-bit
CPU: armeabi-v7a (qualcomm) 4-core 1ghz

Code:

# Android fstab file.
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK

#TODO: Add 'check' as fs_mgr_flags with data partition.
# Currently we dont have e2fsck compiled. So fs check would failed.

#<src>                                                <mnt_point>  <type>  <mnt_flags and options>                    <fs_mgr_flags>
/dev/block/bootdevice/by-name/system        /system      ext4    ro,barrier=1,noatime,discard                        wait,check
/dev/block/bootdevice/by-name/userdata      /data        ext4    nosuid,nodev,barrier=1,noatime,noauto_da_alloc,errors=continue,discard    wait,check,encryptable=/dev/block/bootdevice/by-name/encrypt
/dev/block/zram0            none        swap    defaults zramsize=268435456
/devices/soc.0/7864900.sdhci/mmc_host        /storage/external_SD  vfat    nosuid,nodev        wait,voldmanaged=external_SD:auto

Download Mode:
Power off
plug usb in
hold power and volume up at the same time

Recovery Mode:
hold power and volume down at the same time

DO NOT FLASH BOOT IMAGE OR CUSTOM ROM YOU WILL BRICK


I will upload the files I used to root and flash XPOSED if I can


from xda-developers http://ift.tt/29fwCAx
via IFTTT

No comments:

Post a Comment