mercredi 31 août 2016

No Lock Screen Effects after updating to 6.0.1

So i recently upgraded to Android marshmallow but when i checked for the screen lock effects it was no longer there. So my question is there a way to bring it back? Or even Via Odin?

Attached Thumbnails
Click image for larger version Name: Screenshot_20160831-231505.png Views: N/A Size: 93.5 KB ID: 3861014  


from xda-developers http://ift.tt/2c9upXR
via IFTTT

Bricked my G Pad 7.0 LTE somehow. NEED HELP.

So I went through a rough night last night after trying to install a custom ROM on my AT&T G Pad 7.0. I followed everything as clearly as possible as I'm not new to custom firmware flashing, etc.
My problem currently is that my G Pad 7.0 is some sort of bricked. I've never bricked a device before and I'm honestly not sure how to go about fixing it, if at all possible. What makes me really concerned is that when I turn the device on and try to boot it, these weird lines cover the screen as shown below, and the it sounds like it boots up just fine as you can hear the AT&T chime and touch responses, but all you can see is the lines that cover the screen and nothing else.
Weird lines appearing across the screen

I can however, still manage to boot into TWRP if I do a factory reset through the buttons on the tablet, so it makes me hopeful for being able to fix it.
-
ROM I was using: http://ift.tt/2c9ugnr (and I made sure I used the version for the v410 about 5 comments down)
-
For how I went about flashing the ROM originally, I had to revert the tablet from 5.0.2 back to 4.4.2 in order for the ROM to successfully install, and then I managed to root it with KingoRoot, and install TWRP. Then I put the ROM and the Gapps on the tablet, did a full wipe, and flashed them both in the order I was supposed to. Everything was successful, not a single error throughout the entire process, even the ROM said it was installed successfully. So I rebooted the tablet and that's when the lines showed up and the ROM never actually got booted. No sign of warning. So I got back into TWRP and tried flashing the stock 4.4.2 firmware from here, and it flashed successfully too, but to no avail as the lines were still there and it leaves me to where I am now.
And to add, I also cannot boot the device into download mode whatsoever.

Any thoughts or suggestions? It'd be really appreciated.
Let me know if you need any more information.


from xda-developers http://ift.tt/2c1lElG
via IFTTT

Flickering Always On Display

Hey guys,

I recieved the BHP6 update two days Go. Since the update the Always on Display and nightwatch are flickering , espacially in low light.

Anyone else having this problem? Could it be a hardware problem?

Sent from my SM-G935F using XDA-Developers mobile app

Attached Thumbnails
Click image for larger version Name: 1472677780093.jpg Views: N/A Size: 87.8 KB ID: 3861003  


from xda-developers http://ift.tt/2c1nD9i
via IFTTT

Screen adhesive tape not sticking to screen

Hi,
First time poster long time browser.
I broke my galaxy tab s sm-t805Y screen so bought a replacement lcd+Digitizer and 50m of 3m adhesive tape from ebay to stick the lcd+digitizer to the main frame.

I heated the tape slightly after putting it on the main frame, pushed the screen down and put around 10kg of books on top for 24hrs.
After using the tablet for 15 minutes the tape slowly comes away from the screen but stays on the frame.
I replaced all the adhesive tape again just incase i messed up but its failed to stick to the back side of the screen. When i touch the tape on the main frame where it sticks to the screen it is very sticky still.
Am i missing or forgetting something?

Thanks!

tape
tape 2
tablet


from xda-developers http://ift.tt/2c9tS8q
via IFTTT

[TUTORIAL][Tethering]+[Android Pay] How to have your Nougat, and eat it too!

Dupe from N6 forums for all you 6P junkies.
Obviously I'm not responsible for your mom exploding or your phone disowning you, but.....

I got tethering and Android Pay working on stock Nougat - that's Android N, folks - on a Nexus.

(confirmed will work on Marshmallow and up on 5, 5x, 6, 6p...etc.)
Thanks to @Chainfire, @ManHands and @interloper, and you!

click thanks if this helps, or buy me a beer or something.

prerequisites:
working adb and fastboot (from platform-tools in the Android SDK if you don't know where to find it)
twrp .img for your device
latest stable systemless supersu

1. be on Marshmallow or Nougat obviously
2. flash twrp
(volume down + power on nexus gets you into bootloader, then after flashing recovery, use volume buttons to scroll and power button to select recovery mode)

3. flash systemless root while booted into twrp (unsure if .supersu SYSTEMLESS=true in /data is still needed, but can't hurt - mine is still there from earlier.)
4. while still in twrp, go to mount and check system. Make sure you allow changes.
5. from your computer, do this
Code:

adb shell
echo "net.tethering.noprovisioning=true" >> /system/build.prop

6. reboot into Android.
7. Install Terminal Emulator from the Play Store.
8. Launch it, and in Terminal Emulator, do this
Code:

su
settings put global tether_dun_required 0
exit

9. go into Supersu, expert, scroll to the bottom and hit full unroot. No, you don't want it to patch you back to the stock boot image or recovery*. If it hangs, just reboot and try doing it again.
10. ????
11. Profit! You should have tethering unlocked, be unrooted, and have full Android Pay goodness working.

To take an OTA, do this, because Flashfire gets confused after you've done build.prop edits -

1. go to About Phone, scroll down. Find your build number.
2. download that Nexus Factory Image.
3. Unzip it all. ALL OF IT.
4. Make sure you have Android SDK & platform-tools (or just a working Fastboot and ADB)
5. just flash boot, system, and recovery - you can now OTA with no problems. Then repeat the above guide on your new OTA. Confirmed working 10 minutes ago, OTA'ing from Marshmallow to Nougat and then getting tethering working again

ALTERNATE IF YOU PREFER FLASHFIRE:

All the above steps, but you only have to flash the System image to fix the build.prop hash fail then flashfire should work for you. Wouldn't necessarily recommend upgrading version numbers (6.0.1 to 7.0.0) with Flashfire, but who knows, it might work great! Chainfire is a wizard.


*you can do this if you want, but when I let it patch my boot image I got the dreaded "device corrupt!!!!1" message at boot. Did not try letting it flash stock recovery image.


from xda-developers http://ift.tt/2c9uXwZ
via IFTTT

[TUTORIAL][Tethering]+[Android Pay] How to have your Nougat, and eat it too!

Obviously I'm not responsible for your mom exploding or your phone disowning you, but.....

I got tethering and Android Pay working on stock Nougat - that's Android N, folks - on a Nexus.

(confirmed will work on Marshmallow and up on 5, 5x, 6, 6p...etc.)
Thanks to @Chainfire, @ManHands and @interloper, and you!

click thanks if this helps, or buy me a beer or something.

prerequisites:
working fastboot (from platform-tools in the Android SDK if you don't know where to find it)
twrp .img for your device
latest stable systemless supersu

1. be on Marshmallow or Nougat obviously
2. flash twrp
(volume down + power on nexus gets you into bootloader, then after flashing recovery, use volume buttons to scroll and power button to select recovery mode)

3. flash systemless root while booted into twrp (unsure if .supersu SYSTEMLESS=true in /data is still needed, but can't hurt - mine is still there from earlier.)
4. while still in twrp, go to mount and check system. Make sure you allow changes.
5. from your computer, do this
Code:

adb shell
echo "net.tethering.noprovisioning=true" >> /system/build.prop

6. reboot into Android.
7. Install Terminal Emulator from the Play Store.
8. Launch it, and in Terminal Emulator, do this
Code:

su
settings put global tether_dun_required 0
exit

9. go into Supersu, expert, scroll to the bottom and hit full unroot. No, you don't want it to patch you back to the stock boot image or recovery*. If it hangs, just reboot and try doing it again.
10. ????
11. Profit! You should have tethering unlocked, be unrooted, and have full Android Pay goodness working.

To take an OTA, do this, because Flashfire gets confused after you've done build.prop edits -

1. go to About Phone, scroll down. Find your build number.
2. download that Nexus Factory Image.
3. Unzip it all. ALL OF IT.
4. Make sure you have Android SDK & platform-tools (or just a working Fastboot and ADB)
5. just flash boot, system, and recovery - you can now OTA with no problems. Then repeat the above guide on your new OTA. Confirmed working 10 minutes ago, OTA'ing from Marshmallow to Nougat and then getting tethering working again

ALTERNATE IF YOU PREFER FLASHFIRE:

All the above steps, but you only have to flash the System image to fix the build.prop hash fail then flashfire should work for you. Wouldn't necessarily recommend upgrading version numbers (6.0.1 to 7.0.0) with Flashfire, but who knows, it might work great! Chainfire is a wizard.


*you can do this if you want, but when I let it patch my boot image I got the dreaded "device corrupt!!!!1" message at boot. Did not try letting it flash stock recovery image.


from xda-developers http://ift.tt/2bCLSGC
via IFTTT

First time foray into rooting and roms....

Hi all.

I am really intrigued by some roms i see here especially Kingrom. I have never rooted a phone or anything past that but i am pretty tech savvy and have done some crazy stuff like downgrading and installing custom bootroms and OS's on nintendo 3ds which was a harrowing multi hour experience.
Anyway, before i root and install a custom recovery like TWRP, what are the dangers and downsides of starting this journey? Is it possible to un-root and go back to fully factory like-new? Does rooting and custom romming trip knox? Can i still get OTA updates from samsung?


from xda-developers http://ift.tt/2bCLZ57
via IFTTT

Otterbox Defender in Stock????

I happen to come up on this link

http://ift.tt/2bCLcRG


from xda-developers http://ift.tt/2bCxnb3
via IFTTT

APP or widget like the old HTC toolbar?

Hope this is the right place - Galaxy 6 Edge +
Is there an up to date version of the old 'bar of icons' you could have on the main screen for e.g torch, wi-fi, data, bluetooth, location etc?
(NOT the current pull down settings from the top of the screen)

Thanks.


from xda-developers http://ift.tt/2bCMUm7
via IFTTT

Honor 7 graphics GPU problem?

Hi! Suspecting a graphics problem.

So... I just bought this phone. I charged it and updated to 6.0, then installed my apps.

It seemd a bit sluggish when handling graphics, which made me test it with 3dmark. I ran SlingShot ES3.1 and got quite poor results in the graphics section. Physics were fine (CPU related, I guess). Screenshot below. The graphics score was 323 (in one review, which I cant link) and the reference score in app is 283. Mine is 71. I had nothing running background and the phone was recently restarted. What could be the reason?



from xda-developers http://ift.tt/2bCwGOT
via IFTTT

Carrier Aggregation ... am I currently using it?

I'm looking for the phone menu in the HTC that will let me know if it's doing carrier aggregation. Verizon says they're doing it in many of their zones but I have no way to verify. It will have something in the menu like "CA:ADDED, SC_NUM:3" but I currently can't find a menu that would have this.

*#*#3424#*#* shows me the testing menu.
I use viper and looked in the "hidden HTC Info menu" in venom tweaks but it doesn't show this information either.

Any other ideas?


from xda-developers http://ift.tt/2bCxjYx
via IFTTT

Fire TV Stick - Netflix App - 5.1 gone

Hi Folks,

I noticed a few days ago that the 5.1 option no longer exists within the Netflix app. Factory settings have been made,the HDMI port was changed and directly connected to my AVR. Unfortunately without a result. Only the stereo output is available. Maybe there is something wrong with the new OS (5.2.1.1)

The Netflix support is perplexed and says I'm the only one who has this problem .. but I know I'm not. ;)

Do you have the same problem?


from xda-developers http://ift.tt/2bCLZlS
via IFTTT

Question....... Not about this phone but could not find section for it

ok i have a question. It is about the galaxy amp prime...... why is their no section for it yet not even a discussion forum. Is the phone too new, too cheap or just junk, i am trying to root with different root files and such from similar phone but nothing.... any help would be appreciated.


from xda-developers http://ift.tt/2bCwLBW
via IFTTT

Turbo ROM - Mobile network isn't working?

This may not belong here but i really need help with this so could someone please help me? My problem is that when i flash TurboROM it doesn't show any kind of connection (no 4G, 3G or anything but it recognizes the SIM). Any other ROM that i flash works but not this one... What could be the problem here? I tried to ask on their Google+ page for help but they deleted my post...


from xda-developers http://ift.tt/2c1i9M5
via IFTTT

How to make custom rom.

I am on my way of making my first custom rom can any one tell me how can i upgrade android version of my rom as only no custom rom is available for my device and i want to upgrade it to Marshmallow. My device HTC E9+.
:confused::(:silly:


from xda-developers http://ift.tt/2c9qpGZ
via IFTTT

ZE551KL CM13 Dual Sim Issue

My regular sim is Cricket, but I got a FreedomPop sim yesterday. Basically, the FreedomPop sim only works when it's the only sim installed regardless of which slot it's in. Does anyone know how to correct this?


from xda-developers http://ift.tt/2c1hBWw
via IFTTT

Installing Windows on an android device

Hi

My android device is MT6592 with architecture of 8xARM Cortex @ 1.6 and Kernel version 3.4.67.

How to …
  • Flash it with Windows 10?
  • Flash it as dual-boot (Android and Windows)?

Please guide me in this regard.

Regards
Ugn10


from xda-developers http://ift.tt/2c9r4Z6
via IFTTT

viper4android

does anyone know how i get the irs files to work made a folder on sd card put files in but when i open impulse response says kernel is empty.cheers


from xda-developers http://ift.tt/2c1i1fk
via IFTTT

List what Bloatware you removed on all carriers.

I have sprint and i googled this and not getting a good list.

I have download the app to remove them but kinda scared to do a remove all cause of issues that some apps have.

So if you would PLEASE make a full list of all the bloatware you removed AND safely removed.

Thanks......


from xda-developers http://ift.tt/2c9qgn5
via IFTTT

How to reflash same version of TWRP...

refer to the title...

I need to reflash twrp on my OP3, its been giving me buggy installs, however I don't know how... Any help would be appricated


from xda-developers http://ift.tt/2c1ijD1
via IFTTT

Minfree memory note 5 marsmallow

How can I change this values

Attached Thumbnails
Click image for larger version Name: Screenshot_20160831-145608.png Views: N/A Size: 183.6 KB ID: 3860931  


from xda-developers http://ift.tt/2c5596l
via IFTTT

Permissions issue - no USB connection. Anything I can do?

Hey guys, ased this is osm0sis's thread and he advised me to post here - copy paste incoming with link to original post and screenshot included to show what dirs look like. Issue:

Hey guys - hoping there may be a script or something that can be done to fix my Nexus 6 nightmare. I totally messed perms up for /root dirs in recovery - tried both the perm fix zip from here and TWRP fix perms, no luck. Nandroid no luck either. I literally cannot wipe internal - no USB connectivity, Qi charger is all I can use. Is there absolutely any script or anything that can be done to fix my Shamu? SS attached to show a few dirs. I'd be more than appreciative of any help - desperate here, not gonna lie.


Original post in osm0sis's thread http://ift.tt/2c55w0K

Any help at all would be most appreciated - desperate here guys!


from xda-developers http://ift.tt/2cfeSJp
via IFTTT

Update path to 124 with root and TWRP

Hi guys,

Looking for a little advice - I'm currently on build EU1.1.87a and recieved the notification for 1.1.124b and I'd like to update. I'm currently rooted and using TWRP recovery. I'm running Xposed with a few tweaks - gravity box mainly. What's the best upgrade path for me? I'm reluctant to wipe again, I've only just got things set up again nicely after the rooting process.

Cheers!


from xda-developers http://ift.tt/2c13znS
via IFTTT

Can't Change APN Settings

Hi everyone,

I recently gave my girlfriend my old Droid MAXX, which she converted from Verizon to Straight Talk. Texting and calling works fine, but she is unable to use the internet unless she's on WiFi. I've been digging around all day and I'm really struggling with fixing the issue. A lot of sources are saying that you need to change the APN settings after replacing the sim card, but it seems that we are unable to do that. The only option we get under "Access Point Names" is to "Restore to Default". We can look at the current default ones, but can only change the name. Does anyone know what we need to do in this situation?


from xda-developers http://ift.tt/2c9bP2b
via IFTTT

n900 help with rom

hello people im about to buy an n900 from t mobile.
im from portugal and i want to use it here.
what stock rom can i use to nearly get portuguese use?


from xda-developers http://ift.tt/2c12NXZ
via IFTTT

Custom Recovery Oukitel U7 pro (DDR3 Model)

Hello at all,

I want to get TWRP custom Recovery on my Oukitel U7 Pro. I searched the Net for some instructions to get twrp on MTK-Based phones, but the SoC (MT6580) in my oukitel u7 pro isnt supported by the known tools.
(Basicly ADB is needed, but these Tools dont recognize the Phone even if all drivers etc. are set properly up.
The only way to push/pull some data to/from the phone is a flashtool (SP Flash))

In this thread is an instruction how to Root and get TWRP, but it is for the Oukitel U7 pro with ddr2:
http://ift.tt/2c13u3b

Mine has ddr3, so this doesnt work for me because ddr2-roms and ddr3-roms are not compatible with each other.

In the thread mentioned above, the op had a ready to flash TWRP recovery.img (probably from a russian Website) so there must be a way to implement TWRP on phones with MT6580 SoCs.

My question is:
Who ever created this recovery.img, what is a possible way how he did it. Can you point me a direction so I can try to create a TWRP recovery.img which is working for Oukitel U7 pro with ddr3.

Thanks in advance
Regards Larry


from xda-developers http://ift.tt/2c9b75d
via IFTTT

Boy my Moto Z Force really wants to be the first one in the world to break

So first my power button wants to stop working, I "fixed" that issue and now that's perfectly fine,

But now, yesterday, literally my phone was sitting perfectly fine, on my desk connected to my computer using PDANet+ to tether its net. I use Speedify to combine both my net speeds to get one better, more stable speed (Crappy dorm room net data cap x 2)

After some hours of doing some homework, I attempted to take my phone off the USB connection, and when I unplugged it, I heard the disconnect sound, but my screen didn't come on, I tried to unlock it, nothing. Power button, finger print sensor, literally nothing worked. Connecting it back to my PC and other PCs showed XT1650 and ADB Interface in both my computers, so clearly it was working fine, but for some reason, it just wouldn't work. I prayed that the display from the inside didn't get disconnected somehow(As I've seen in two drop tests so far), and just let it die over night. Woke up, connected it to charger, and the screen powered on just fine showing that it was dead and its now charging.

Like..what. How. Why.

It literally had no reason to freeze like that and now it works perfectly fine as if nothing happened. Why does this device continue to scare the **** out of me?

I still love it to death though, great phone.


from xda-developers http://ift.tt/2c13oJa
via IFTTT

need little help?

need twrp flashable boot logo for my sprout 4 (canvas a1) ?
ps: current boot logo is flyme android

Sent from my Nexus 5X


from xda-developers http://ift.tt/2c9aQPE
via IFTTT

N930X - Is this an actual regional variant of Note 7 or used only for display models?

I'm currently browsing in Qatar and keep seeing N930X as the model number for the displayed Note 7s in various different shops - Is this the Middle-East regional variant or is the "X" part of model number just used for display handsets??

What model number does your Note 7 have if you have purchased it in the Middle-East? Is it Dual-SIM??


from xda-developers http://ift.tt/2c13osx
via IFTTT

system file access through file explorer on w10m

When microsoft started releasing insider builds we were able to access system file through the file explorer even without interop capabilities just a trick using telegram so i'm wondering if their a tweak now using the interop to re-enable that again??


from xda-developers http://ift.tt/2c9bBYU
via IFTTT

S5 Neo not turning on WiFi Switch anymore

Hi guys,

just wondering if someone can help me with the current issue.

since a couple of days i am having problems with the wifi on my s5 neo.

the main problem is that i cant switch on the wifi on that device, at all.

anyone an idea how to fix that without a factory reset?

currently running G903FXXU1BPD4

(VD2)


from xda-developers http://ift.tt/2c13PDf
via IFTTT

Help with Recovering Text Messages from AT&T Messages into Stock SMS App

To anyone who has any ideas that might fix this situation:

I updated my wife's AT&T Galaxy S5 to the Marshmallow latest OTA, and the phone decided to do an entire new reset (which has never occurred before when updating). We lost all of the data on the phone. And I understand that you can't just miraculously recover data from nowhere. But we found that her texts were somewhat recoverable from AT&T Messages, despite the fact she's always used the Stock SMS app.

The problem I'm having now is: how do I get the texts that are in the AT&T Messages app to transfer/show up in the Stock SMS App.

Any and all help is most thoroughly and most gratefully appreciated.


from xda-developers http://ift.tt/2c9bah2
via IFTTT

Galaxy S5 Sim Unlock?

OK, so I bought a Samsung Galaxy S5 from an friend of mine, and found out that it was from a different carrier than my phone before this one, (which I still have and could use if this can't be fixed) the S5 is from AT&T, and I usuall do Virgin Mobile. I know that when I put in my old SIM card it will ask me for a SIM key, which I do not have. My question is, is there a way to get the SIM key, or do I have to have access to my friend's AT&T account in order to get it? People say I have to call my carrier to get the key, but I'm not sure if that is how it works. Thank you in advance. :)


from xda-developers http://ift.tt/2c14gNU
via IFTTT

MOTO G XT1032 GPS Problem with SPECIFIC APP

Good afternoon dear community. This is my first post and I apologize in advance if Im posting this question in the wrong place.

I would like to state that I've read and sarched help in other websites and in this as well and I have not been able to find a solution for my problem.

My phone:
Moto G
Model: XT1032
Android: 5.1
Security Android Patch: 2015-11-01
Kernel Version: 3.4.42-g2b8cf4a-00009-g8ea813e
android@gpe #1
Thu Oct 15 12:42:40 PDT 2015

I installed GPE Android 5.1 in my cellphone. Everything works perfect. The problem is wih one specific app.

The GPS signal works perfect with Google Maps and with Street View but when I open Pokemon GO the GPS LOCATION does not work.

This might not be a major problem for other people but i really need to solve it.

I trully appreciate any kind of help and Im really fascinated by the work that you guys do.

Let me know if I need to provide more information, since Im a newbee I dont know.

Best.


from xda-developers http://ift.tt/2c9aFns
via IFTTT

ExecutionCriteria: in the logcat, what is it?

I'm having a lot of this type of error in logcat:

Code:

07-21 12:09:37.783  5092  5092 E ExecutionCriteria: Package unavailable for task: endpoint='com.google.android.inputmethod.latin/com.google.android.apps.inputmethod.latin.LanguageModelDownloadService'
07-21 12:09:37.783  5092  5092 E ExecutionCriteria: tag='lm_download_on_wifi_task' : [PENDING] u0
07-21 12:09:37.783  5092  5092 E ExecutionCriteria: Next execution: [early=-1196553s, expires=-1194393s], p=21600s/f=2160s.
07-21 12:09:37.786  6772  4111 I SubscribedFeeds: Received message
07-21 12:09:37.786  5092  5092 E ExecutionCriteria: Package unavailable for task: endpoint='com.google.android.music/.sync.google.MusicGcmTaskService'
07-21 12:09:37.786  5092  5092 E ExecutionCriteria: tag='periodicSync' : [PENDING] u0
07-21 12:09:37.786  5092  5092 E ExecutionCriteria: Next execution: [early=-1172789s, expires=-1129589s], p=86400s/f=43200s.

But the package that he wants in my phone is from youtube app.

What is is this freaking ExecutionCriteria?


from xda-developers http://ift.tt/2c13SyL
via IFTTT

Screen Burn-In

My new G5 has the status bar burn in, really bothered has I only have like 1 week with it. Any soulution to this


from xda-developers http://ift.tt/2cf9CFV
via IFTTT

Android Wear 2.0 Watch Face Export

Does anyone have the watchface/theme that comes along with the official Android Wear 2.0 Preview?:confused::confused:

I tried the preview for 2 days and really liked the default watchface of which you can modify for backgrounds/colors.:fingers-crossed::good:

Appreciate any help/suggestions:cool::laugh:


from xda-developers http://ift.tt/2c52gT1
via IFTTT

Video streaming on YouTube

Is that only me who has internet connection of 5mbps without anydrops but my oneplus one still manages to have a surprising buffer for about 1 to 2 mins . all of my other games and browser streaming works pretty good plz helpe out. This just started last week ago .


from xda-developers http://ift.tt/2cf9s0W
via IFTTT

[Q] Working NFC while screen off

Is there any xposed module or modified NFC apk out there for the LG G3, which enables NFC when the screen is off?

I'd like to unlock my phone with a NFC tag without turning the screen on first.

I was searching google, reddit, xda but couldn't find anything for android 6
I'm running XenonHD if that matters.

Thanks


from xda-developers http://ift.tt/2c512Hj
via IFTTT

AT&T Note Edge 6.01 update news

I searched update status and followed a link to Samsung's site. The 6.0 manual was updated as of 081516 so hopefully that means Ma Bell will push the update out within the next month or so. http://ift.tt/2c51TIa


from xda-developers http://ift.tt/2cf9QNg
via IFTTT

Recovery is not seandroid enforcing

I just tried to root my tab s2(t815y) using cf-autoroot method.
After the process was completed, it rebooted into a frozen state showing "RECOVERY IS NOT SEANDROID ENFORCING"
I can't boot into either recovery or download mode nor can I turn off the tab.
I have tried everything but, i endup on the same page.

Any help?

P.S. I used this "http://ift.tt/2cfaev6; while rooting.


from xda-developers http://ift.tt/2c51420
via IFTTT

LG G3 AT&T D850 SiGNAL RECEPTION ISSUES

Hello everyone! I've bought a used LG G3 D850 AT&T version. The problem is that whenever I'm inside any building or where the signal reception is low, the phone would simply give the "Emergency Calls only" notification. I've checked my sim card, my mobile network settings etc. but to no avail. Often when somebody tries to call at my number the operator says the dialed number is powered off whereas I'm getting full signal! This is so frustrating, I'd be glad if someone can help me here!


from xda-developers http://ift.tt/2bHAYjj
via IFTTT

Is there a way to turn off the light in the back and multi button?

No issues with my phone but I'm wondering is there a way to turn off the led on the back button and the other square button? That's my only issue. I don't like them turning on all the time. I can live with it turning on but I was just wonderin.


from xda-developers http://ift.tt/2bD4mdp
via IFTTT

Samsung Galaxy S7 Edge (G935F) root problem

Hello!! I think i hit a wall. I just purchased s7 Edge and i can't root it. I've rooted all my phones before with Odin and Twrp Recovery etc.
When i try flashing TWRP it says recovery is not seadroid enforcing and doesn't go on recovery mode. I tried flashing cwm with odin and i had the bootloader exception problem. I tried Cf auto root and it pops recovery is not seadroid enforcing again. I switched oem unlock and usb debugging. I can't seem to find the problem :/ i would apreciate your help. BTW after all i just flashed stock firmware.


from xda-developers http://ift.tt/2bHA4Uh
via IFTTT

Best battery saving app

Hi guys,

I was wondering what do you all think is the best battery saving app on the lg g4? I think the 4 main apps around now are greenify, powernap, doze, and amplify so out of those which have worked the best for you? Or are there better options as well?


from xda-developers http://ift.tt/2bD44mT
via IFTTT

Flashe wrong bootloader using zfstk, now it only loads fastboot screen

Hi,

My brother got a USB-logo on his phone and I flashed a new bootloader using XFSTK, but I noticed he got a ZE550ML and not the ZE551ML that I flashed on his phone. Now the phone is stuck on fastboot screen. I got it to load the USB-logo screen one time, and flash it with the correct ZE550ML bootloader files, but it still shows wrong model and wrong serial number.

Does anyone have a solution to fix it?

Best regards.


from xda-developers http://ift.tt/2bHANVb
via IFTTT

overheat

Hi I'm using redmi 2 prime and I'm on cm13 official ROM I have been facing a lot of overheating issue in stock miui ROM too but why is it happening 2gb ram is more than enough and do anyone know how much temp is harmful for my device I get up to 43 to 45 degree Celsius is it OK ??


from xda-developers http://ift.tt/2bD2X6P
via IFTTT

Zenfone Marshmallow Update Issues

Our zenfone has become more unstable to those who updated to Marshmallow (like me). There are many issues like the gallery thumbnails won't show up and some apps aren't working correctly like the camera app and other applications. I've been searching for a solution. There are many people who have the same issue and until now, it has never been fixed. I've read multiple forums and fixes but it does'nt seem to work. I've tried all the solutions they suggested like: Factory reset and wipe cache the device, clear the app data, update the app and backup the files to computer and move again to my device. Not only my device (ZE550KL) is experiencing this problem but it is the same with othe devices like Zenfone 5, Zenfone Selfie, and Zenfone Max. I hope asus will fix this problem.

To those who have issues on their device after the update, please post it here so that we will try to ask for help and find a solution for that particular problem.


from xda-developers http://ift.tt/2bHzVjH
via IFTTT

My phone is not turn on after install custom recovery.

I have nokia x and recently i rooted my phone by kingroot app then i tried to install a custom recovery called twrp some how i installed custom recovery by using app called rashr after that everything was ok.i reboot my phone custom recovery open i install gapps for my nokia x then i select reboot system this moment nothing happen i have waited long enough to see if anything gonna happen but nothing comes.manually i disconnect the battery and try to start my phone but now my phone looks like dead.what should i do?


from xda-developers http://ift.tt/2bD3fuc
via IFTTT

Sprint Note 7 List of apps to disable?

Does anyone have a list for the Sprint Note 7 of apps that is safe to disable via Package Disabler Pro?

Sent from my SM-N930P using XDA-Developers mobile app


from xda-developers http://ift.tt/2bHzWUv
via IFTTT

mardi 30 août 2016

[Q] How to port IncallUI.apk from 560DPI to 640DPI

Hello,

a short question - i want do adapt a IncallUI from 560DPI to native 640DI - the work with apktool is no problem - decompile is successfull - but i dont know what changes i have to made in the dimens.xml - so concret i have no idea what new DPI value i have to set when the original values are

Code:

    <dimen name="sec_incall_pager_indicator_height">16.0dip</dimen>
    <dimen name="sec_incall_pager_indicator_padding_top">19.0dip</dimen>
    <dimen name="sec_call_banner_height">1920.0px</dimen>
    <dimen name="sec_dialpad_button_height">69.5dip</dimen>
    <dimen name="sec_dialpad_button_width">137.1dip</dimen>
    <dimen name="sec_dialpad_digits_height">246.0dip</dimen>
    <dimen name="sec_dialpad_keys_height">278.0dip</dimen>
    <dimen name="sec_dialpad_views_width">480.0dip</dimen>
    <dimen name="sec_endcall_buttons_margin_top">333.5dip</dimen>
    <dimen name="sec_primary_video_call_name_margin_bottom">10.0dip</dimen>
    ........
    ........

for example... what conversion is from 560 to 640 DPI ? :confused: (every value +80 can`t be the answer, or..?)

Thanks for answering such a NOOB question :highfive:

Regards


from xda-developers http://ift.tt/2c9lYwa
via IFTTT

Found a Nexus 7 in trash can, seem to boot, looking for cheapest screen replacement.

Hi, i found a Nexus 7 (2012) in an electronic container, the tablet seem to boot after letting it charge 30min and holding power on for 10sec. I cannot be sure if it's 100% working but the upper screen seem to have gray bar moving until 3min later when it stopped (booting until lock screen). The screen's totally unusable since it has a big shatter section in the center. I am looking for a recommendation of the cheaper screen replacement i could get on any website. Ebay at the moment seem the best at $26 USD, i live in Canada.

Thank you for your recommendation.


from xda-developers http://ift.tt/2bQaPlU
via IFTTT

Cant Transfer Files To PC

I got phone today and updated to 3.2.4 and I'm unable to transfer files to my pc.
I can tranfer photos ok using PTP but when I choose file transfers from usb drop down menu, I keep getting the oneplus drivers install option but I have already installed them


from xda-developers http://ift.tt/2bzGlUx
via IFTTT

Wi-Fi error after switch internal storage with external storage in ace 1 gt-s5830M

Good afternoon, my samsung ace gt-s5830m worked fine but the internal storage was way too low so I followed a tutorial were you partition your sd and let 1 of those particion switch with the internal storage, everything went fine but when i was trying to turn on the wifi it just says "activating" and won't work, beside that i noticed that the mac is missing, and after some research all the etc/wifi files are missing too. help me please!


from xda-developers http://ift.tt/2bDBnna
via IFTTT

N910C Gear VR Innovator Edition Compatibility

I've read online that the Gear VR Innovator Edition is not compatible with the N910C running Lollipop. I was wondering if the update to Marshmallow has fixed the N910C's incompatibility problem with the Gear VR Innovator Edition?


from xda-developers http://ift.tt/2c2JR9i
via IFTTT

S7 maybe fullbricked

Hi,

i update my Galaxy S7 today with the new DBT-Firmware. I follow a Tutorial in which you can update a rooted Phone with flashify it without loss any data. Also the TWRP works still great after this. I did this with the last Firmware few weeks ago and it works great.

Today it works great also, everything was perfect. Than a last step: I flash the the bootloader seperately in odin. i did this the last time too and it works well. but not at this time.

After Bootloader flash, the device stays in the first Screen with Samsung Logo, i cannot go to Download Mode or Recovery. I tried a USB-Jig, but it changes nothing. The only thing you can do now is, to make a Reset with Power+Volume Down. Than the screen goes black for a second and it shows the Samsung Logo Screen again.

bad thing is: I cant turn off the device!
i remove the SIM and the SD-Card, but no reaction.
Anybody an idea? The battery was half loaded, so maybe it takes a while, before it will shutdown itself.

Mhhh, that's a bad day, i fear. But iam an Idiot, it was the Bootloader-Flash at the end, before that everything was perfect.

Maybe anybody can help me, that were great.
And sorry for my bad english.

Thanks,
Jan


from xda-developers http://ift.tt/2ccBmuy
via IFTTT

Axon 7 sound problem

Hi everyone

I had recived my ZTE axon 7 2 days ago
The music when Gets played with native music app it works & plays smoothly & clearly

But , when gets played with ( music speed changer ) app it ges annoying distortion !!

I had been contact the team for this app looking for solution

My quastion is :

Did any body of you guys has the same problem or only my phone experince this problem?!

Thank you

Sorry for my english:)


from xda-developers http://ift.tt/2c2IF5U
via IFTTT

Please help me! [LG GPad 7.0 V410]

Please help me! I know this is the wrong thread, but I just got this account so I can't post in the proper one.
I've tried downgrading my GPad to version 4.4.1 with that one leaked KDZ, and now my device won't get past the AT&T logo.
It was on version 5.0.2 using an OTA update.
I attempted flashing using LG's 2014 flash tool, it said "Cannot connect to server" or something along those lines.
I had root at one point but uninstalled it due to Kingroot's weird permissions. (I know, stupid me.)
I'm really at a loss here. I thought I had TWRP recovery but I apparently don't. Weird.
I'm on the verge of tears trying to fix this, lmao. I have the proper drivers and ADB installed on my computer.
Can someone please help?


from xda-developers http://ift.tt/2ccBsCG
via IFTTT

P607T ota update? ...

My tablet is rooted and modded.
I have an annoying update pop-up that says I have an update (137mb) from tmobile. (Aug 2016)
Will this break my root?
Will I be able to re-root the device?

I have not seen any downloads from Sam mobile and don't want to break my tablet trying to flash older firmware in case the bootloader gets an update.

Has anyone gotten the update? Any problems?


from xda-developers http://ift.tt/2c2IvLX
via IFTTT

Battery at 94 percent and says estimated life 5 hrs???

Was just wondering if anybody else had run into this. It says I'm at 94% and its showing I only have 5 hours of battery life estimated left. Can this be right? My Samsung S7 Edge has 87% and it's showing it's going to last 10 hours. I'm running 7.0 nougat also.


from xda-developers http://ift.tt/2ccC2QF
via IFTTT

[NEWS][INFO][TEASER] MultiROM for HTC 10

Coming soon to an HTC 10 near you:

MultiROM 33 and TWRP-MultiROM Edition 3.0.2-6

  • TWRP-MultiROM Edition 3.0.2-x



    .
    .
  • Encryption supported
    Code:

    ...
    <14>[    2.443388] c1      1 trampoline: Done initializing
    <11>[    2.443423] c1      1 trampoline: Loading fstab "/mrom.fstab"...
    <3>[    2.446923] c1      1 EXT4-fs (mmcblk0p63): VFS: Can't find ext4 filesystem
    <11>[    2.447047] c1      1 trampoline: Failed to mount /realdata with data from fstab, trying all filesystems
    <3>[    2.447500] c1      1 EXT4-fs (mmcblk0p63): VFS: Can't find ext4 filesystem
    <6>[    2.448483] c1      1 EXT3-fs (mmcblk0p63): error: can't find ext3 filesystem on dev mmcblk0p63.
    <3>[    2.448947] c1      1 EXT2-fs (mmcblk0p63): error: can't find an ext2 filesystem on dev mmcblk0p63.
    <14>[    2.448995] c1      1 trampoline: Failed to mount /data, trying encryption...
    <14>[    2.449349] c1      1 trampoline: Running trampoline_encmnt
    <11>[    2.474039] c3    465 trampoline_encmnt: Loading fstab "/mrom.fstab"...
    <14>[    2.474189] c3    465 trampoline_encmnt: Setting encrypted partition data to /dev/block/mmcblk0p63 /dev/block/bootdevice/by-name/extra ext4
    ...
    <6>[    7.935460] c3    465 device-mapper: req-crypt: req_crypt_ctr: Mapping block_device /dev/block/mmcblk0p63 to dm-req-crypt ok!
    <14>[    8.267473] c3    465 trampoline_encmnt: Found block device /dev/block/dm-0
    <14>[    8.268361] c3      1 trampoline: Updating device /dev/block/mmcblk0p63 to /dev/block/dm-0 in fstab due to encryption.
    <11>[    8.350888] c1      1 trampoline: Running multirom
    <11>[    8.390364] c2    485 multirom: Running MultiROM v33a
    <14>[    8.390992] c2    485 multirom: Loading MultiROM status...
    <11>[    8.391154] c2    485 multirom: Loading fstab "/mrom.fstab"...
    <14>[    8.393403] c0    485 multirom: Adding ROM Internal
    <14>[    8.396716] c0    485 multirom: Adding ROM cm-13.0-20160609-UNOFFICIA
    <14>[    8.398215] c0    485 multirom: Adding ROM ice-2.1.1_PERFUME_UHL_M60_
    ...


    .
    .
  • MultiROM Boot Menu

    .
    .
  • Booting Primary ROM
    .... Obviously :D, and luckily ;)
    .
    .
  • Booting secondary ROMs (even on an encrypted device), here's CM13 test build:



Like it? Add your vote to the poll ;)


from xda-developers http://ift.tt/2c2J4oX
via IFTTT

Error while trying to Build AOSP 7.0 for Lux [Help needed]

Hello, I am trying to build Android 7.0 AOSP for our Moto X Play.
This is my 1st time and I am running into various problems. While I have been able to fix few of them, this particular problem is out of my understanding.

Code:

Starting build with ninja
ninja: Entering directory `.'
ninja: error: 'out/target/product/lux/obj/KERNEL_OBJ/usr', needed by 'out/target/product/lux/obj/EXECUTABLES/audiod_intermediates/audiod_main.o', missing and no known rule to make it
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1

I have attached my local-manifest and default.xml files for reference.

@squid2 , @Vatsal , @GtrCraft , @TechnoAnder , @nickdoherty please check if any one of you can help. I am sorry for tagging you all to the post like this. But I really want to be able to successfully build the ROM for our device.

Point out my mistakes if any in local-manifest and also comment if you need any more info to be able to help me fix the issue.



from xda-developers http://ift.tt/2c2Iqb5
via IFTTT

Gear Manager Update

Just got this, assume given S3 launch tomorrow it's related only to that as no difference whatsoever.

2.2.16070451

Sent from my SM-G935F using XDA-Developers mobile app


from xda-developers http://ift.tt/2ccBcDJ
via IFTTT

Mods please delete this thread, generated in error

Please delete this thread. Sorry for any inconvenience caused.


from xda-developers http://ift.tt/2c2IJml
via IFTTT

Pie controls on gravitybox

I couldn't get pie controls to work on my g4 plus. Anybody know how to get pie controls or can help me? Thanks.


from xda-developers http://ift.tt/2ccB72T
via IFTTT

"Allow OEM Unlocking" grayed in Official Android N 7.0.0 NRD90M

Hello,
Probably im not the only one here with this or even everyone with new version of system go this issue.
I'm talking about option "Allow OEM Unlock" in Developer Menu (have to press 10 times on build version in "Information about phone"). Till I've been on Marshmallow 6.0.1 (till MTC20F) this option was possible to turn it on and off -> what was nice way to make phone safer. First i got message about new (1,1GB OTA 7.0) update, then installed it and find out that this option is grayed, so i flashed full firmware from http://ift.tt/I8N1Xl with full return to stock and factory reset. It didn't helped still its grayed out (by whole time it is grayed on ON position), so i sideloaded SuperSU without changing system integrity (read only in twrp) - still grayed. Anyone knows how to do this working ??


from xda-developers http://ift.tt/2c2IEiu
via IFTTT

PLEASE HELP [s4 GT-9192] [Odin] [secure fail]

Guys, im stuck in "secure check fail: modem" about a day.

Odin is like:

<ID:0/007> Added!!
<ID:0/007> Odin engine v(ID:3.1005)..
<ID:0/007> File analysis..
<ID:0/007> SetupConnection..
<ID:0/007> Initialzation..
<ID:0/007> Get PIT for mapping..
<ID:0/007> Firmware update start..
<ID:0/007> SingleDownload.
<ID:0/007> boot.img
<ID:0/007> NAND Write Start!!
<ID:0/007> recovery.img
<ID:0/007> system.img.ext4
<ID:0/007> cache.img.ext4
<ID:0/007> hidden.img.ext4
<ID:0/007> NON-HLOS.bin
<ID:0/007> FAIL! (Auth)
<ID:0/007>
<ID:0/007> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)

I'm using a more update firmware and I have tried a lot of modems (CP). I dont know what do do and im desperate because dont have money to pay technical assistance right now.
I'm trying to fix my phone about 3 days now.
He suddenly stopped work and after some hard trys it starts to charge again. But unfortunately got stuck on start up. He's boot looping and then Odin is showing this error(while in download mode, of course).
Also when I try to hard reset, show a 'Manual mode' but dont show the options to click and then back to the looping.


HELP????????? (Galaxy s4 GT-i9192 mini Brazil)


from xda-developers http://ift.tt/2c9cCAo
via IFTTT

Root problems - Samsung Galaxy s5 mini

Please help. I cannot root my s5 mini. It always reboot and upload stock android back on it.


from xda-developers http://ift.tt/2bQ3CCs
via IFTTT

Used ADB to unlock bootloader but now ADB can't "see" the phone in download mode

I have a Windows 7 PC and I used that with Android SDK to unlock the bootloader and that worked. Now (trying to install recovery) I can put the phone (5.1.1) in download mode and the PC registers the phone in Device Manager but ADB doesn't see it. I've changed nothing with the PC since unlocking the bootloader and I've confirmed USB debugging is enabled on the phone but the command 'adb devices' lists nothing below 'List of Devices Attached'. Has anyone heard of this? Any troubleshooting suggestions?


from xda-developers http://ift.tt/2c9bXiv
via IFTTT

Please check-in here if your wifi is not working after flashing/bootloops

Hoping to use this thread to help members who are having bootloops/wifi/etc. issues after flashing different kernels/system images.

Please post the steps you took to end up with bootloops/wifi issues, what exact issues you are having (wifi/bluetooth/cell/boot logo) as well as which recovery (stock/twrp) you currently have installed.


from xda-developers http://ift.tt/2bQ2S03
via IFTTT

[HELP!] Moto X stuck in boot loop!

My Moto X 1st Gen (XT1052, Locked bootloader, default Lollipop 5.1.1) went dead out of nowhere. I noticed that my WhatsApp was FCing every few minutes. I ignored it, but the phone just went dead. When i pressed and held the power button, the phone went into a boot loop. I can access the recovery menu but it does not go into any of the options, just goes back to bootloop after selecting any option.
Also, i notice that the screen flashes for about half a second, every 20 secs and i can see the Android bot lying on its back with the Red exclamation and 'No command' text below it.
What's the solution to this?


from xda-developers http://ift.tt/2c9b2P4
via IFTTT

[Proof of Concept] Modded kernel injection using Sprint userdebug FW on N930T

I've opened this thread so that there can be a CLEAN thread for devs to discuss the development of a kernel mod to the Sprint userdebug firmware to allow a hybrid T-mo/Sprint ROM to be built that preserves T-Mo features such a Wi-Fi Calling and VoLTE.


If you are not a dev currently contributing to this particular effort, please refrain from posting in this thread and use the "ALL THINGS ROOT..." thread here for all other root related discussion.


In Post #2, I'll attempt to summarize the discussions, all known attempts and the results, and any ideas that are currently in play.


Let me know if there is anything that you think I should add to this post that might help keep this process on track.


I believe this goal to be obtainable but it will likely require some teamwork and collective imagination.


Quote:

YOU CAN DO IT! :good:


from xda-developers http://ift.tt/2bQ2y1r
via IFTTT

need some Help with GT-S5830 regarding changing the theme

Hi everyone, I am new to this forum so excuse me if this isn't the right section to post my problem.

so I tried to change the theme of my Samsung Galaxy Ace S5830 after I install a custom ROM in it, so I installed ROM toolbox Lite and I tried to change the phone's theme from there but it didn't work, after that I searched for some apps (I thought that my phone needed those apps to apply the themes from ROM Toolbox Lite) apps like : Theme chooser ,Theme changer, Theme manager and I kept rebooting each time I installed a theme thinking that what must be done so my phone can load it. but nothing changed, so after some searching on google I found a topic in this forum that has some APK files to choose from to change the phone's theme and it must replace Touchwiz30.apk in the System/app directory and give it the permission to write , read and read but I didn't find it with that exact name ,in my case it was called TouchSpaceWiz50.apk so I deleted it and went and tried to replace it with the one I've downloaded except I couldn't give it the permission and I got an error message that says I can't change some system files permissions.

so I ended up without the file TouchSpaceWiz50.apk in my System/app directory not to mention that I wasn't able to go to the home screen.
so I turned off the phone and on again only to find out that the phone is frozen on the boot animation screen, it doesn't keep rebooting just stuck at the boot animation that keeps playing.
I was able to fix this problem by re-installing the custom ROM from my SD-Card. but the main questions is why I wasn't able to change the theme via ROM Toolbox Lite when I have a custom Rom that includes ThemeChooser? and why the other apps didn't work as well? and is there another way to install themes? because I wasn't able to find any. and thanks in advance. :)
I am sorry if my post is so long I just wanted to explain what happened in details.


from xda-developers http://ift.tt/2bQ2QoZ
via IFTTT

Are reports of battery drain after rooting real??

My s7 is arriving today and I was all set to root. But I keep reading posts about how the phone becomes super laggy with all types of battery drain.

I guess I'm trying to gauge if that's a real issue or people just overreacting.

If anyone can share their findings and thoughts I'd appreciate it.

Sent from my HTC6545LVW using XDA-Developers mobile app


from xda-developers http://ift.tt/2c9aGYV
via IFTTT

[Question] Best Practise to make a profile based on more than one variable state?

I would like to change my audio profiles based on different situations:

Audioprofile Normal
Normal audiosettings at daytime, when car is not connected and no meeting in calendar.

Audioprofile Night.
Silent audiosettings at nighttime, but only when I'm at home and car is not connected.

Audioprofile Car
Audioprofile in car when connected to bluetooth. Overwrites every other audioprofile.

Audioprofile Silent
Audioprofiles for meetings and special locations.

Every state has his own variable, like the daytime, the bluetooth connection, my location etc..
So I tought I could combine the variable states in a profile with "Variable Value" and the operator AND:

"Audio@Meeting"
Variable Value
%Day=1
AND
%Meeting=1
AND
%Car=0
Enter Task=Audioprofile Silent

But I read this in the Tasker Wiki:

...
Warning: if you want to trigger on a variable and then take some action which sets the thing the variable represents you should use the Variable Set event instead. A Variable Value state will cause complications when the state exits and tries to restore the value again.
...


With "Variable Set" I can only query the value of one variable. That's not enough for my profiles.
How could I do this? Is the warning still valid?


from xda-developers http://ift.tt/2bQ21fE
via IFTTT

Does anyone feel left out on the android nougat update? Also info on battery saving!

Idk about you guys but I think that huawei won't care enough to update our device to 7.0 Given how things are going I'm speculating exactly that. And I wanted to know what are your thoughts on this. Also not sponsored XD but if anyone is searching for a case, get a "head" case from ebay (they feel super nice and the buttons respond so well). I may add a photo and I know the case is off topic but I'm trying to cover a few things and help out if someone is still struggling with that. Also if you feel that you device is a power hog then just unprotect a few apps from settings (that seems to work best). But you should probably go to smart and if possible stop wakelocks with Xposed if you have it installed (if you don't knw what that is then kindly look around the threads if you want to install it or not).


from xda-developers http://ift.tt/2c9aXLn
via IFTTT

Is there a low-end smart watch with a firmware SDK?

Does anyone knows of a low-end Chinese smartwatch (sub $40) with BLE and either an official firmware SDK or a reversed-engineered one? I'm just looking for some way to get my own code into the watch.

I'm looking for something which approximately looks and is priced like Xiaomi Miband 2.


from xda-developers http://ift.tt/2bQ2GxR
via IFTTT

any rom for this device?

hello,
can I find any custom or official rom for this device?



Thank you.


from xda-developers http://ift.tt/2c9bflD
via IFTTT

How to reinstall stock rom!?

Hello
I unlocked my bootloader, then installed CWM, rooted then installed unofficial EMUI 4 ROM.
But I was EMUI 3.1 before...
So my Honor 6 didn't work after that and never couldn't boot the ROM
When I try to install CWM again by Multi-Tool, flashing error says that I need to check the confirmation dialog on my device but I cant't access to my device because there is no ROM :|
I installed EMUI 4 stock recovery and now what can I do for reinstall the rom -_- :(
Is there any way at all?


from xda-developers http://ift.tt/2c9aR6u
via IFTTT

[GAME][4.0+] Defense of Egypt

http://ift.tt/2byzLki
Google Play:
http://ift.tt/2bTF9uY
A game of the genre "Tower Defense" ( TD ) in the setting of ancient Egypt.
Colorful graphics, exciting pilot, interesting gameplay!
Build powerful weapons, plan protection strategies.
Great battles with a huge number of units on every level.
Many tactics, different levels of difficulty of passing.
Unique sysmet of improvement of guns and spells.
Epic Battle of Egypt and Rome will not leave you indifferent.
Thin calculation, quick response and assistance of the Egyptian Gods allow you to defend the independence of Egypt, managed by the beautiful Cleopatra.
http://ift.tt/2byzP3a

Features:
* Non-linear storyline!
* More than 60 levels, several difficulty levels
* The setting of ancient Egypt
* 16 types of enemies
* 6 types of fighting weapons with a variety of system upgrades
* 5 types of established gears for influencing the characteristics of combat vehicles, with an option to improve them
* Exciting quests
* Ability to personally intervene in the fighting, using grenades, Tribolos, lightnings, fire, frost.
* English, French, German and Russian languages.
Video:


from xda-developers http://ift.tt/2bTE2LQ
via IFTTT

Add Parking Sensor/Radar to Android Head Unit

Possible to integrate an aftermarket parking sensor system to the head unit to work in tandem with backup camera?

Is there a kit that integrates into these android head units instead of it being a standalone system?

Thanks


Sent from my iPhone using Tapatalk


from xda-developers http://ift.tt/2bTFk9H
via IFTTT

Fingerprint switch on

Don't know if a mod has been developed where fingerprint sensor switches display on without pressing the power button instead like HtC M9 [emoji16]

Sent from my E6633 using XDA-Developers mobile app


from xda-developers http://ift.tt/2bzRLUZ
via IFTTT

New Mate 8 not seeing updates?

Hi guys,

Just got my mate 8 a few days ago, it had a software update available to NXT-L29C432B180, but not the update to EMUI 4.1. When I check for updates it says it's up to date. Is there a reason for this?


from xda-developers http://ift.tt/2bzDXyV
via IFTTT

Can I upgrade my Lenovo A7600 to marshmallow?

Someone know a way to make this upgrade? I've searched for a long time on internet but I didn't find it. There isn't cyanogenmod. I installed this rom (A7000) in needrom, version s141

Then, I tried to made system update but i couldn't because appears a legend: androindsetting.com (or something like that) stop working.
Then, I tried to install a cyanogenmod for A7000, but didn't work neither.

have a suggestion? Please


from xda-developers http://ift.tt/2bzSd5R
via IFTTT

TOP speaker stop working Randomly

hi,
i've notice my phone speaker (especially when play games)
randomly the top speaker stop working or become really quite
it happen when i playing alot, or if the the device become hot sometimes
if i hit the device near the speaker or shake abit, its working again, and then again it can happen every 10 sec or every 20mins .. its not firmware i'v got this in 3 latest firmwares5.1.1 , 6.0 ,6.0.1 and different apps

maybe connection are loose? speaker dying?

anyone else happening\happened to him?

thanks


from xda-developers http://ift.tt/2bzEf93
via IFTTT

How to replace gapps

How do you replace the gapps on stock cellular south MM ROM? I installed the latest ROM and TWRP via Odin and now want to flash the open Gapps Pico version. What do I need to wipe before flashing the zip?


from xda-developers http://ift.tt/2bzSju9
via IFTTT

[Rom][6.0.1][TW][MM] N910GDTS1DPH2 Stock *Deodexed *PreRooted *Zipaligned

Presenting You the stock Latest base deodexed,Zipaligned and prerooted Rom.....


Features:

Rooted
Zipaligned
Stock Kernel
Deodexed
(Its pure stock Rom but optimized for better speed and memory optimization)

Installation Instructions:

1) Download Rom zip
2) Place it on external sd card or internal memory
3) Go to recovery and wipe Data, system and cache(dirty flash not recommended)
4) now From Recovery click on Install option and go to rom zip location and click on the zip
5) wait for flashing to be finished and then reboot to system
6) First boot will take max 15 minutes so have patience...


Xposed Installation:

For G variant users , they need to use Alt version of xposed and not regular version...


Credits:

Thanks to:

Xda Community
Samsung For Source File
Chainfire For Su



Firmware info:

Model SM-N910G
Model name GALAXY Note4
Country India
Version Android 6.0.1
Changelist 7302517
Security Patch Level 2016-08-01
Product code INU
PDA N910GDTS1DPH2
CSC N910GODD1DPE2



Download Links:

I am providing both deodex as well as odex rom links both are Prerooted and flashable Zips

Deodexed Rom link:
http://ift.tt/2bzSMfR

Odexed Rom twrp flashable prerooted:
http://ift.tt/2bzSHsN


from xda-developers http://ift.tt/2bzDxIP
via IFTTT

Air view, smart scroll don't work for me.

I cant preview links and the pen doesn't scroll @ all any one have this issue ? works fine in the gallery ant that's it.


from xda-developers http://ift.tt/2bzSy8u
via IFTTT

No signal or emergency calls only After upgrading or flashing ROM LG G4

Hi all,
I bought an LG G4 from Aliexpress Two months Ago, I think it's an LG G4 H815T (hong kong version) It was working perfectly until I decided to upgrade the firmware (to android 6) with LG bridge and since I made this action, I could not get signal on the phone (most of the time) and some times I get full bar signal but only emergency calls are allowed.
I tried also to downgrade to android 5 again but with no succes (I tried all possible roms and for all variants)
the strange thing is that the phone was working quite good so I'm sure that it's not a hardware problem.

Can any one please tell How can I fix that?

thanks in advance


from xda-developers http://ift.tt/2bzDooI
via IFTTT

Looking for VPN / IP Hider

I am looking for the best free VPN / IP hider and wondering what you guys suggest???

Thanks


from xda-developers http://ift.tt/2bzSFRH
via IFTTT

archos 50C helium, 50 Diamond, L-ite 500 no more GPS since play store updated 6.8.22

Hi all,
I also have "No" GPS problem when Play store is updated (my smartphone an archos helium, and the issue concern 50 Diamond, L-ite 500 (all on android 4.4.4)).

After spending over a month with factory reset / reinstalls to try to get the GPS working, I finally did a minimal install of just the basic apps I needed by downloading & installing apk's directly, and more importantly deactivated all the apps I did not need including Google Play Store and Google Play services.
GPS gets a fix and works perfectly, even inside building. I've been using this configuration for about 2 weeks to today.

Today, I enabled Google Play Services and Google Play Store (which auto updated itself to 6.9. .... when I tapped on the version number which was 4.8.... in settings), .... and when I switched on the GPS (Location) ..... the issue was back => NO GPS FIX.

Disabling Google Play Services and Google Play Store ... and GPS works perfectly again gets a fix in a few seconds.

Whatever Google has done has generated a major GPS problem for users - Google should provide a fix immediately to users or restore their apk versions to the last correctly functioning versions.

this issue is posed on google's dev's forum for 1 mounth but it seem there is not enought vote to make google work on this issue, or nless to restore to previous version. this is very embarassing because I have bought a new smartphone for nothing (the older was not broken at all) and I am not alone to do that.
http://ift.tt/2bzR5zh

cheers.


from xda-developers http://ift.tt/2bzEpgG
via IFTTT

wallpapers for LINE

Is there a mod to change the background for any chat?


from xda-developers http://ift.tt/2bzSEgF
via IFTTT

What is making my S6 overheat?

Hi,

I've had my S6 (SM-G920m) for a little over a year. I've had problems with it overheating, to the point that the camera won't work (it comes up with an error message) and the screen brightness flickers. It's also becoming increasingly laggy, which I'm putting down to overheating too. I've factory reset the phone and stopped using Nova Launcher, using Google Now instead, but it's made no difference.

In case it helps, I've copied a list of apps on my phone below- I regularly close all apps so only a few will be running at a time. The only reason for the overheating I can think of is that I keep my phone in a sturdy Otterbox case (the Strada) - could this be the problem?

Audible
com.audible.application
Authenticator
com.google.android.apps.authenticator2
BBC iPlayer
bbc.iplayer.android
BBC iPlayer Radio
uk.co.bbc.android.iplayerradio
BBC Media Player
air.uk.co.bbc.android.mediaplayer
Bluetooth Auto Connect
org.myklos.btautoconnect
Boots
com.boots.flagship.android
Calendar
com.google.android.calendar
Duolingo
com.duolingo
Egg, Inc.
com.auxbrain.egginc
Good Pizza
com.tapblaze.pizzabusiness
Google Cast
com.google.android.apps.chromecast.app
Google Now Launcher
com.google.android.launcher
Google PDF Viewer
com.google.android.apps.pdfviewer
LastPass
com.lastpass.lpandroid
List My Apps
de.onyxbits.listmyapps
Lost Journey
me.dreamsky.lostjourney2
m-tickets
net.corethree.lothianbuses
Netflix
com.netflix.mediaclient
Pocket Casts
au.com.shiftyjelly.pocketcasts
Reigns
com.devolver.reigns
Relax M. P.
ipnossoft.rma.premium
Ridiculous Fishing
com.vlambeer.RidiculousFishing
Shazam
com.shazam.android
Sheets
com.google.android.apps.docs.editors.sheets
Sky+
com.bskyb.android.skyplus
Spotify
com.spotify.music
SwiftKey Keyboard
com.touchtype.swiftkey
Tapet
com.sharpregion.tapet
There You Go
com.octogear.thereyougo
Three
com.hutchison3g.planet3
Tiny Tower
com.nimblebit.tinytower
Todoist
com.todoist
Transport for Edinburgh
com.lothianbuses.lothianbuses
TripAdvisor
com.tripadvisor.tripadvisor
Twitter
com.twitter.android
Waitrose QC
com.waitrose.WaitroseQuickCheck


from xda-developers http://ift.tt/2bzDpZV
via IFTTT

Unofficial bootloader unlock for Kate devices?

Hi,

is it possible to unofficially unlock the bootloader of a Kate device?

Greetings
im0nKEY


from xda-developers http://ift.tt/2c63z2Z
via IFTTT

[Q] Why Can't I theme the widgets?

Guys, I need some help.
On my Old LG G2 running 5.0.1 (It was the Korean variant), I was able to theme my widgets on LG Home (Weather, Music, etc).
Yet on my G4 running 6.0, I can't.
Why is it that way???
Can I change it?
If so, how?
BTW If you say root, Then idk how to root my variant (H815L)


from xda-developers http://ift.tt/2byu59T
via IFTTT

Best optimized CM13 rom?

I was just curious to know what the favorite was for the multiple CM13 rom rebuilds that are more stable than what CM has up since the releases from CM themselves are said to be buggy and cause problems and may not even boot. I've just saw multiple threads for the CM13 rom optimized from a few different developers and can't decide which would be best so if you would just leave a reply with your preference :confused: :D


from xda-developers http://ift.tt/2bzDkpa
via IFTTT

K430: Flash Custom or Stock ROMs (Unbrand) and Decrypt Phone (MarshMallow)?

Please, There's a way to Flash Custom or Stock ROMs (To Unbrand) and Decrypt Phone (MarshMallow) on K430? Thanks.


from xda-developers http://ift.tt/2bzAbp1
via IFTTT

Now that Verizon is offering LTE Advanced...

Is there a way to access it with a Galaxy S5?

My S5 is rooted and running a deoxeded version of the ROM. Verizon doesn't list the S5 as a supported handset, but other sources say the S5 is compatible with LTE Advanced. So are US based Verizon S5 handsets limited by hardware or software? Is there a work around?


from xda-developers http://ift.tt/2bzNCR2
via IFTTT

No OTA,New phone, How do I get Official Mashmallow? Now 4.4

Hi! Could you help me out? I just bought my New M8 from Hongkong which inside running 4.4.4 , sense 6 and has Super SU installed in it (so it's rooted even after got factory reset)
but most importantly there's no "System Updates" button which made me unable to update. I tried manual official update but it doesn't work
I'm stuck and need help, Does anybody know what I should do from here?
Please consider me as a newbie, a detailed instruction would be much appreciated! ^^ (I get confused very easily)
Thank you in advance!


from xda-developers http://ift.tt/2bzzhsJ
via IFTTT

custom recovery

hello xda i am trying to install twrp custom recovery on meizu mx4 pro. can you guide me how to do that?


from xda-developers http://ift.tt/2bzNLUL
via IFTTT

lundi 29 août 2016

OUKITEL C4 - Information & Reviews - 5.0" HD | MT6737 | 1GB | 8GB | VoLTE

OUKITEL C4





Specs (based on official leaks, not complete):

Quote:

Dimensions: 144 mm x 73 mm x 9.3 mm
Weight: 164g
Chassis:
SoC: MediaTek MT6737
CPU: ARM Cortex-A53, 4x1300 MHz, Cores: 4
GPU: ARM Mali-T720 MP2 520MHz, Cores: 2
Network: 4G Cat.4 (150MBps) with VoLTE Support
RAM: 1 GB
Storage: 8 GB
Memory cards: microSD, microSDHC, microSDXC
Display: 5.0 in, IPS, 720 x 1280 pixels, 24 bit
Protection:
Battery: 2000 mAh, Li-Polymer, Removable
OS: Android 6.0 Marshmallow
Back Camera: 3264 x 2448 pixels (8MP), Interpolated from 5MP
Front Camera: 1920 x 1080 pixels (2MP), Interpolated to 5MP
SIM card: Dual-SIM, Dual-Standby
Wi-Fi: 802.11 b/g/n, 2.4GHz, Single-Band
USB: 2.0, Micro-USB
Bluetooth: 4.0
Positioning: GPS, A-GPS
Other Features:
Colors: Black, White

Leaked News:

OUKITEL is releasing a new device named OUKITEL C4 with high-end design while maintaining the usual lowest price among 4G smartphones.





When it comes to OUKITEL brand, we first think of the K10000, K6000 PRO, K4000 or U7 PRO. And as we can see from their product plans, apart from the price tag, they brought big battery smartphones to solve the pain point of battery life. Really great jobs! Today, they are releasing a new device which they believe to be the best budget device, the OUKITEL C4.

Many consumers would think of Xiaomi when talking about cheap devices, however, OUKITEL is setting a new frozen price for lowest device. By releasing the new device OUKITEL C4 with MT6737 Soc, they determined the price of this 4G smartphone same as 3G devices like those with MT6580 chipset. It will be sold at OUKITEL Authorized Store.

Except the 4G chipset, OUKITEL C4 is doing even better on a plus point which is screen. It sports a 5 inches HD screen with 1280 x 720 resolution, and its brightness will make the screen very easy to view in bright sunlight. Here are the specs, that have been also added just before this news.

Specs for C4:

- 5.0-inch HD display with 720 x 1280 resolution
· 1.3 GHz MT6737 Cortex-A53 Quad-Core 64bit
· 1 GB of RAM
· 8 GB of internal storage, microSD expansion up to 32 GB
· 8.0 MP rear camera (interpolated)
· 5.0 MP front camera (interpolated)
· Removable 2000mAh battery
· Android 6.0 Marshmallow
· GSM - 850/ 900/1800/1900MHz
· WCDMA - 900/2100MHz
· FDD-LTE (aka 4G) - 1/3/7/8/20 Bands
· Colors: black, white
· Size: 144mm x 73mm x 9.3mm
· Weight: 164g

More details for C4: http://ift.tt/2c4Gpup

What's more exciting is that C4 is already in stock and will offer instant shipment. (depending on the e-shop)


from xda-developers http://ift.tt/2c3kh34
via IFTTT

Please Provide this App to MIUI 8

Hello
Developer
Recently Samsung Gives some new apps to There smartphones and one the app which some in thia week Is Samsung CLOUD TOGETHER. This app able to Add Google Drive DropBox And OneDrive Together. But Unfortunately this app is Not Working On My Redmi 2 Prime (MIUI 8 Lollipop).

Plz Provide Port of this apps.....

Thank-you


from xda-developers http://ift.tt/2c9EGqg
via IFTTT

Need help please (Set Warranty Bit : Kernel)

I cannot get my phone back to stock settings. I am stuck at the logo screen that says "Set Warranty Bit : Kernel"

What can I do? Not sure what to do because everything I have tried keeps saying the same thing.


from xda-developers http://ift.tt/2c3kT8E
via IFTTT

Computer won't recognize device

I just got the 6P on Amazon, used-like new. It has 6.0.1 with TWRP installed. When I plug in the short USB-C cable into my W10 PC, it doesn't detect anything. So I go enable debugging mode, turn on USB-Debugging and go down to "Select USB Configuration" and it is set to Charging. The problem is that it won't let me select any other modes other than Charging. It does charge when it is plugged in so the cable is working in some aspect. W10 device manager doesn't show any new USB device or unknown devices when plugged in.

So I reboot into Bootloader and Windows still doesn't detect any device. I tried all the other USB ports. So I'm not quite sure how to get this device to connect to the computer or to just get it to factory stock.

And in TWRP, the log shows MTP enabled and Windows still doesn't recognize it.


from xda-developers http://ift.tt/2c9EibA
via IFTTT

Bluetooth Dun support

Hi Everyone
Just wondering if anyone has managed to get Bluetooth Dial-Up-Networking up and running?
The MB Comand Online requires BT DUN and I can't seem to get it working.
Any help would be appreciated.

Sent from my ONEPLUS A3003 using Tapatalk


from xda-developers http://ift.tt/2bMKEy2
via IFTTT

Samsung s4 i9500 partitions problem

Samsung s4 i9500 can't mount partitions system cahch and data and efs
Just I can get recovery and download mode I try pit file with 4 file BL. AP. CP. CSC. but not working with me and try flash twrp and cwm flash custom Rom not working .
Is there any way to flash dump partitions if there is dump file for s4 I have twrp backup so I can restored the efs I try firmware 4.2.2 4.4.2 and 5.0.1


Sent from my HTC One M8 using Tapatalk


from xda-developers http://ift.tt/2c3jorl
via IFTTT

Official OTA Update 5.1.1 NEED

I have the Note 4 on at&t and unless I go to an at&t store or go to best buy, I can't update my phone to the latest android. IF SOME ONE HAS NOT UPDATED THEIR PHONE YET, PLEASE UPLOAD THE OTA ZIP! :good:


from xda-developers http://ift.tt/2c3k2oz
via IFTTT

Install UbuntuPhone under Meizu MX4 Android version ?

Hi,

Is it possible to install last OTA12 under MX4 Android version?

I've followed this tutorial http://ift.tt/2c3lHdA
dual-booting-cyanogenmod-and-ubuntu-touch-on-android-version-mx4 and
managed to install OTA 10.1 under meizu mx4 Android version with dualboot.

I've tried to generate OTA12 with previous page's script but it gets dead
locked when booting after showing Ubuntu's logo..

Is there any option to install last OTA, or installing only UbuntuPhone
under MX4 Android version?

Regards


from xda-developers http://ift.tt/2bV8oiw
via IFTTT

Stock Rom for Samsung Galaxy On5/On5 Pro(SM-G550FY), OFFICIAL Android 5.1.1 and 6.0.1

Before flash the Firmware zip, things to do:-
1. Charge your battery up to 40%.
2. Must enable the Developer mode( to enable developer mode go to setting->about device->software info-> now click the "Build number" 10 times. Then you get a flash message "Developer mode enable".
3. Now you see a "Developer options" in Setting. Do this
(a) Go to Developer options, "ON" the developer mode if not "ON"(show in the top of the Developer option).
(b) ON the option "OEM unlock"
(c) ON the option "USB debugging"

Now install the Samsung USB device driver in your PC and restart the PC.
Download USB Driver

Instructions

Step 1. Extract (unzip) the firmware file
Step 2. Download Odin v3.11.1 (file given below)
Step 3. Extract Odin ZIP file and install it in PC
Step 4. Open Odin v3.11.1
Step 5. Reboot Phone in Download Mode (press and hold Home + Power + Volume Down buttons)
Step 6. Connect phone and wait until you get a blue sign in Odin
Step 7. Add the firmware file to AP / PDA
Step 8. Make sure re-partition is NOT ticked
Step 9. Click the start button, sit back and wait few minutes

Rom Link

Download Firmware for Android 5.1.1

Download Firmware for Android 6.0.1

Note:- Android 6.0.1 is the official release of Galaxy On5 Pro(which is upgrade version of On5) not official release of Galaxy On5 but you can flash the firmware in Galaxy On5 also and It will run without any trouble or bugs. I'm running it without any problems or bugs on Galaxy On5.



For Rooting and TWRP for your Galaxy On5 and Galaxy On5 pro , you can go through these threads :-

For Android 5.1.1 (only for Galaxy On5)
http://ift.tt/2bVadvu

For Android 6.0.1 ( for both Galaxy On5 Pro and On5)
Note:- If you are upgrade Galaxy On5 to Android 6.0.1
http://ift.tt/2bV972S

Thanks to @vaibhavpandeyvpz @sandix for TWRP and Root

Attached Files
File Type: zip Odin3-v3.11.1.zip - [Click for QR Code] (974.6 KB)


from xda-developers http://ift.tt/2bV7T7W
via IFTTT

Stuck in TWRP

Hey,
I wanted to do a nandroid backup so I did adb reboot recovery to go to TWRP, now I can't boot into system, I'm stuck in twrp, I can't even power off the phone it keeps booting up again and again. Please help i'm really lost. Thanks


from xda-developers http://ift.tt/2c3jtLy
via IFTTT

How to disable tilt-to-watch?

I'm looking for a way to disable the function based on accelerometer for turning on the display by the wirst.
I'd like to bring the display just by tapping or pressing the button.
I've set display always on and gestures off.
Is there a way to disable the accelerometer?


from xda-developers http://ift.tt/2c9EgjW
via IFTTT

Question regarding charging behavior on my SM-P905V

All,

I am a new owner of a used SM-P905V purchased on Amazon. It's a replacement for my old Note 10.1 2012 edition that died some time ago. I am curious as to what the expected behavior is with this tablet specifically pertaining to charging the device. The purchase didn't come with it's own charger so I have been using the Samsung adaptive fast charger that came with my Note 5 phone, the EP-TA20JWEUSTA model specifically. Now, my old tablet came with it's own proprietary charger and nothing I've found seems to indicate the Note Pro needs a proprietary charger.

So with the above in mind, I am trying to establish the known, expected behavior as it pertains to charging the device. I've observed that the battery will drain if I am using the tablet at anything greater than the halfway mark on the screen brightness slider but seemingly only if the device is below 100% charge when I start using it. It seems that if the device is at 100 full charge and plugged in, I can use it indefinitely while plugged in. Additionally, it seems to charge at a normal pace when it is sitting unused and plugged in.

So, is this what everyone's experience is in general? Would this indicate a need for a battery replacement? Is there a proprietary charger that would offer better charging rates? I have installed a charging monitor app and noticed that the output fluctuates greatly between 40ma and 1300ma when it's sitting idle and charging.

I have cleared the cache, which seemed to help but my expectation is that I should be able use this device while plugged in, regardless of activity/screen brightness and expect that it would charge the battery rather than drain it.

Device is full stock, unrooted.

Any insight is appreciated.


from xda-developers http://ift.tt/2c0u8I9
via IFTTT

Need help compiling sedikernel (or any kernel)

Hello,

In order to debug the bluetooth problem, I'm trying to compile a kernel for the Captivate Glide. I can't get it to boot properly.

@steadfasterX 's SediROM is the highest-version ROM I know of on which bluetooth works so I've got it installed (version 2.1.2) on the phone.

The steps I've taken so far:
1. I have sedikernel from http://ift.tt/2bV7C55 at commit 088aa4109ad144c583f32da5ffba7bac200f0575
2. I copied /proc/config.gz from a running phone, which contains CONFIG_LOCALVERSION="-sediKERNEL-v1.0", ungzipped it and saved it as .config . Haven't changed anything in it yet.
3. I ran `make CROSS_COMPILE=arm-linux-gnueabihf- zImage` (also tried arm-none-eabi- (both from Debian Jessie) as well as ~/Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- from the NDK)
4. I also made a TWRP backup of the boot partition, and used split_bootimg.pl from William Enck to split it into a kernel and initrd
5. I then ran mkbootimg with the initrd extracted in step 4 and the kernel obtained in step 3 in arch/arm/boot/zImage
6. Finally I flashed this new boot.img onto the phone with odin (Heimdall, specifically)

I see the white "SAMSUNG" logo (which is normal when booting) with a yellow-triangle with an exclamation mark in it. No further boot stage happens (no bootanim from sediROM). If I re-pack the original kernel with bootimg and flash that via odin, then after the next boot the yellow triangle changes into a blue one and sediROM boots correctly.

I'm a bit stuck at the moment, not sure what's going wrong there. Probably the kernel panics for some reason. Is there a way to read the kernel boot messages before android starts? Any help would be greatly appreciated.

Thanks!


from xda-developers http://ift.tt/2c3k1RF
via IFTTT

[ROM][UNOFFICIAL][XT16xx] Temasek's CM13


temasek's UNOFFICIAL CM13 BUILDS

Code:

/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
 */


Clean Install
  • Download the ROM
  • Download GApps
  • Make a backup
  • WIPE DALVIK/CACHE/DATA/FACTORY RESET.
  • Flash the ROM from recovery.
  • Flash the GApps.
  • Reboot Device


What doesn't work
  • Laser Auto Focus(LAF) on G4 Plus
  • CMActions FC on ChopChop on first boot. Ok after a reboot.


Tested on :
  • XT1622
  • XT1625
  • XT1640
  • XT1642
  • XT1643

Source :
ROM : http://ift.tt/1fGtyux
Device : http://ift.tt/2c3iZoG
Kernel : http://ift.tt/2c3iZoG


Changelog :
http://ift.tt/1PYsPsx

Download


Credits:-
  • - Motorola for Kernel source
  • - CyanogenMod Team
  • - @elandroido
  • - @yeshwanthvshenoy
  • - @ace312
  • - @Silesh.Nair
  • - @latibhullar
  • - @khaoticking
  • - @Shreps
  • - @ashwin007
  • - @h2o64
  • - @scritch007
  • - @pranav reddy

XDA:DevDB Information
Temasek for athene, ROM for the Moto G4, ROM for the Moto G4 Plus

Contributors
vache, ashwin007, elandroido, khaoticking, Silesh.Nair, latibhullar, yeshwanthvshenoy
Source Code: http://ift.tt/2c3jtv8

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked bootloader, TWRP
Based On: CyanogenMod

Version Information
Status: Beta
Beta Release Date: 2016-08-29

Created 2016-08-29
Last Updated 2016-08-29


from xda-developers http://ift.tt/2bV8YMS
via IFTTT