LightBlog

lundi 18 avril 2016

S7 Edge Live Demo unit Finger Sensor not Working

I have Samsung S7 Edge 935X and flash with 935F original Stock Firm. But there is one problem is that finger print sensor does not work except all sensors are working fine. The same problem also with S6 Edge+ Live demo unit. Many Solutions about every topic are daily discussed here, but i really feel sad nobody discuss about this problem and did not give any solution about this problem. i have requested to all user forums and android masters Please give solution must Thanx.


from xda-developers http://ift.tt/1TejL1F
via IFTTT

Darklord S7 Edge/Note 5 Full Port 6.0.1(TESTED FULLY STABLE)

https://youtu.be/mmzQuc13SJE
This is the most stable Ported 6.0.1 rom i have tried on this device. I TAKE NO CREDIT TO THIS. To install you must have TWRP .Everything works perfectly.
I HAVE TESTED IT WHIT XPOSED FRAMEWORK AND I CAN CONFIRM IT IS WORKING PERFECTLY.

IMPORTANT
For Verizion you have to select international N900 when setting up to Flash.

NOTE
Your phone model will change to SM-G935F

DOWNLOAD -http://ift.tt/1Vwgpug

SuperSu-https://samsungvn.com/xfa-interstitial/redirect?url=https%3A%2F%2Fdownload.chainfire.eu%2 Fsupersu


INFO
Rom Information
- Base on Galaxy S7 Edge G935FXXU1APC8
- Rooted / Deodexed / Zipaligned / Busybox / Deknoxed
- Multiple Languages
- First world Touchwiz 6.0.1 for Samsung Galaxy Note 3

Features
- Android 6.0.1
- Full Galaxy S7 Edge features
- Full Galaxy Note5 features
- Camera 5.0

Bugs
- Always on not working
- Sound alive not working
- Sview not working
- Some camera mode not working (hardware limited)

Installation
- Boot Into TWRP
- Full Wipe (System, Data, Davik Cache, Cache)
- Flash Rom
- Flash SuperSU (Root)
- Reboot and enjoy, boot time up to 20 mins.

Sent from my SM-G935F using Tapatalk


from xda-developers http://ift.tt/1VwgmPl
via IFTTT

[MOD/TUTORIAL] [LP] Add reboot option for Systemui (the easy way)

I got asked a few times on how to add reboot option for SystemUI just like in my ROM.

Here's how it looks like: (the button next to the battery icon)



Q: Why this is the easy way?
A: Basically there are two ways to make your SystemuI restart - the one is using java/smali and the other, the easier way, is using xml editing only.
Q: How does it work?
A: In xml language for Android every element has it's own attributes, for example the button that we're going to use has an
Code:

android:onClick
attribute, this specific attribute allows to call a method from java/smali in order to start a certain function. But if no method is found the SystemUI app will force close and then automatically start again - which is what we want.


Requirements:
--- you know what compile/decompile is
--- you know what odex/deodex is
--- you have experience with flashing stuff
Warning! This mod might work on odexed roms since it doesn't mess with smali. For odexed users it is highly recommended that a back up is created.

Installation:
--- locate your SystemUI. It's in system>priv-app>SystemUI>SystemUI.apk
--- decompile
--- go to res>layout and open status_bar_expanded_header.xml
--- find the following line of code:
Code:

<TextView android:textSize="@dimen/battery_level_text_size" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:id="@id/battery_level" android:layout_width="wrap_content" android:layout_height="wrap_content" android:importantForAccessibility="noHideDescendants" android:paddingEnd="@dimen/battery_level_padding_end" android:layout_marginStart="@dimen/header_battery_margin_expanded" />
    </LinearLayout>

--- paste this code after it:
Code:

<ImageButton
    android:layout_height="wrap_content"
    android:layout_width="wrap_content"
    android:background="@drawable/systemui_restart"
    android:layout_toStartOf="@id/multi_user_switch"
    android:onClick="selfDestruct"
    android:layout_marginRight="160dip"
    android:layout_marginTop="19dip"/>

--- save the xml file
--- the hard parts is over
--- download the attached systemUI_drawables.zip archive (non-flashable!) and put the extracted files into your systemui
--- compile and flash


When your phone reboots you should now have a reboot SystemUI option!
Happy play!

Attached Files
File Type: zip systemUI_drawables.zip - [Click for QR Code] (6.4 KB)


from xda-developers http://ift.tt/1TejKe8
via IFTTT

[ASK] About bootloader and root.

I am new about this type of things.
so try to expain me in simple way.:p
1. Can we unlock bootloader without any software?
2.Can we root without unlocking bootloader or root without any app?
3.Can we flash ROM without rooting?
4.Or without unlocking bootloader.
5.And how to install twrp.
Thanks in advance.:)


from xda-developers http://ift.tt/1TejGLD
via IFTTT

Changing csc thru odin

I have a EGY CSC.i need to change my CSC .because EGY has not received any updates since march.so how can i do it ?can i do it without breaking OTA?any help please


from xda-developers http://ift.tt/1VwgfTI
via IFTTT

Rooted Device and Deleted Google play Service and after downloading Dosnt Work

i have rooted my device and i deleted google play services and all google apps while playing coc and signing up with google account it shows download google play services and after i download google play services and retry again to login it show plz conctact the manufacturer it means it crased plz help me


from xda-developers http://ift.tt/1TejFY5
via IFTTT

Anyone try...

Anyone with the H961n try flashing the mm kdz for the h901? I'm gonna try next weekend if no one else has.

If someone could get the lg dev tools to work, they could deconstruct the H961n mm kdz, have a dev swap the bootloader to the T-Mobile version, modify the boot.img for root, then repack to a kdz and have someone (like me) willing to test it and if it doesn't brick share to everyone. =)


from xda-developers http://ift.tt/1U1ATu2
via IFTTT