Friday, September 30, 2016

A New Place To Talk Anonymously About Controversial Topics

What is Candid?

Candid is a way for you to voice your opinion about specific topics, without having your ideas linked to your personal information. Social media is a great way to share and view content from your friends. It's not always to best place to brag about your new orca-skin coat. When you share stuff like this, you may find friends start to judge you or even get really mad at you. Sometimes you get into it with total strangers who decide to screenshot your posts and send it to your employer! That's why it's sometimes better to express certain views anonymously. It's your ideas that matter, not always the person behind them.

The solution is an app called Candid. This app lets you anonymously share your opinion on all kinds of different topics. You'll find groups of people talking about politics, movies, social issues and even groups based on the town that you live in. Want to let people know that the local pumpkin eating contest is rigged? This is the place to do it. Do people even eat pumpkins? Like can you just take a bite like it's a apple? Hmmm… I'll ask about it on Candid.

candid2

candid3

candid4

candid1

Candid users always remain anonymous. Feel free to get into arguments, post controversial opinions or express your love for a fictional anime character. While browsing the app, I found several interesting and hilarious conversations. Here are some of the best topics but often times the comments are way more interesting.

can1can2can3can4

Giveaway

While you're trying out this amazing app, you have the opportunity to win a new Google Pixel phone. All countries can participate. All you have to do to enter for a chance to win is:

  1. Download Candid
  2. Search for the XDA group
  3. Join the XDA-Developers.com group
  4. Make a post in the group with your twitter handle
xdagroup

The Official XDA Group on Candid

And that's it! We will randomly choose a winner from the users that posted. Good luck!

Download Candid

Candid is available for iOS and Android devices. Setup takes only seconds and then you're on your way to browsing all sorts of topics from other users.

image

Download

Thanks to Candid for sponsoring this content and giveaway.



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

Tuesday, September 27, 2016

RUU needed for HTC One E8 Europe

my phone HTC One E8 single sim with variants:[Europe][Single][M8sn][mec_ul_emea][CID HTC__001,HTC__J15,HTC__A07,HTC__102][OPAJ30000]
need LOLLIPOP 5.0 RUU version 2.34.401.6 zipped or exe so please helpas i stuck at dead OS on corrupted RUU file.i need to upgrade my installed one 2.34.401.5


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

Ultimate guide for K1 DVB-S2 S805 1G/8G + SlimROM

( I am not responsible for anything that goes wrong with your device if you flash this. I have taken as many steps possible to ensure top quality and am running this myself, but you have been warned!!)

This thread is for device K1 DVB-S2 S805 Quad Core 1G/8G

I created this guide to cover most important points regarding Root, Recovery and Installing custom roms. I also included my custom rom (SlimROM_k1_s805).

Rooting:
  1. Download root file (M8_root_update.zip)
  2. Copy file (M8_root_update.zip) to root directory of sd card or usb flash drive
  3. Install the file though one of two methods:
A) Though Device update service:
  • Open Settings----Other----System Update----Update Locale----Select File
  • Browse to your file (M8_root_update.zip) and select it
  • Click on update button
  • Wait until finished and device reboot
B) Through Device Recovery:
  • Copy file (M8_root_update.zip) to root directory of sd card or usb flash drive
  • Unplug the tv box from electricity
  • Use a pin to press on reset button on the back of the device
  • Continue pressing on reset button and connect the electiricity cable (Do not release your finger yet)
  • Wait for about 10 seconds and release your finger
  • The device should boot into recovery now
  • Choose (install update from Ext)
  • Browse to root file on sd card ( M8_root_update.zip) and choose it
  • After finished installing click on (Reboot device now)


Installing TWRP Recovery:

Actually I did not find the exact twrp file for our device. So, I used another file for another model (S82b) . Use it under your responsibility. I confirmed it working with me in sections (Wipe, Mount and Install).
To install this recovery you need to follow these steps:
  1. Make sure the device is rooted
  2. Install Terminal emulator from google play
  3. Download the recovery file (twrp-s82b.zip) and extract it to the root of your sd card (Recovery.img)
  4. Open terminal emulator and type the following commands:
    su
    dd if=/sdcard/recovery.img of=/dev/block/recovery
  5. exit terminal emulator
  6. you may now try the booting into recovery as mentioned before to make sure it works.


Installing Custom ROMs:

For developers, the most important step is to remove device identification from the rom script (updater-script).
Because the TWRP revovery is not for (K1). we must change the following line in updater-script:

getprop("ro.product.device") == "k1" || getprop("ro.build.product") == "k1" || abort("This package is for "k1" devices; this is a "" + getprop("ro.product.device") + "".");

replace (k1) with (s82b). it will be like this

getprop("ro.product.device") == "s82b" || getprop("ro.build.product") == "s82b" || abort("This package is for "s82b" devices; this is a "" + getprop("ro.product.device") + "".");

After that the rom can be installed easily from twrp recovery as mentioned before.


My Custom ROM (SlimROM_k1_s805)

Finally, I introduce my custom rom (SlimROM_k1_s805) which is built from stock rom for K1 DVB-S2 released 26 Jan 2016. I integrated root in my rom and removed too many apps that I do not use. Also, some build.prop tweaks.
If you need any file not included in my rom, go ahead and download the full rom and extract it to get what you want.
List of files added to replace stock files:
Nova Launcher
Chrome
List of updated files:
Googple Play Store
Google Play Services
YouTube
List of the file I have deleted:
system/kodipack.tar.gz
system/app/BasicDreams.apk
system/app/Browser.apk
system/app/GenieWidget.apk
system/app/Gmail2.apk
system/app/GoogleCalendarSyncAdapter.apk
system/app/GoogleContactsSyncAdapter.apk
system/app/GoogleTTS.apk
system/app/Hangouts.apk
system/app/MediaBoxLauncher.apk
system/app/MediaBoxLauncher.odex
system/app/PicoTts.apk
system/app/PicoTts.odex
system/priv-app/CalendarProvider.apk
system/priv-app/Contacts.apk
system/priv-app/ContactsProvider.apk
system/priv-app/Launcher2.apk
system/priv-app/talkback.apk
system/priv-app/Velvet.apk
system/preinstall/AirPin_LITE.apk
system/preinstall/anmaple.apk
system/preinstall/CloudTV.apk
system/preinstall/com.facebook.apk
system/preinstall/com.twitter.android.apk
system/preinstall/Crackle.apk
system/preinstall/FilmOn.apk
system/preinstall/flickr_3.1.2.apk
system/preinstall/hulu.plus-116.apk
system/preinstall/kodiapp-armeabi-v7a-debug.apk
system/preinstall/mobdro.apk
system/preinstall/Netflixv3.1.1build1112.apk
system/preinstall/tdo.apk


Download Links:

Root:
http://ift.tt/2d7IhVz
Recovery:
http://ift.tt/2d7Hcgr
Stock ROM:
http://ift.tt/2d7HEeB
My ROM:
soon

XDA:DevDB Information
Ultimate guide for K1 DVB-S2 S805 1G/8G /SlimROM, ROM for the Android Stick & Console Computers

Contributors
akabawy
ROM OS Version: 4.4.x KitKat

Version Information
Status: Testing

Created 2016-09-28
Last Updated 2016-09-27


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

Black screen after bad root ?

I have a Asus Memo Pad HD 7 from a friend which was full of malware and other ****.
Now I wish to rooting it again but there is apparently something went wrong and now the screen is completely black and I can start him even more.
Contacted Asus and say send because they have special software to fix this.
Does anyone know how to fix this by myself ?
When i tried connect whit the pc i get a error 44, and windows does not recognized the tablet.


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

Where the hell is the custom ROM development ?

it started out great and then BAM no activity ! Really ?


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

Rooting the redmi note 3

As I got older and busier, I've lost interest in reflashing my phone a dozen of times each day but still can't live with some of the software of my new phone - Redmi Note 3 Pro Prime

Is it possible to root the phone and also keep OTA updates without unlocking the bootloader and installing a custom recovery? I've searched through a few threads but all of them required unlocking the phone and losing OTAs at least partially. After all, I am just a human being and I might be wrong, thus this is me asking.

I am also open to other alternatives to rooting. To be specific, the only things I want are:
1) To remove some stock apps.
2) System-wide adblock.
3) To retain system icons when not using the stock launcher.


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

Couch co-op, multi-controller, multiplayer Android TV games

I don't know if any of you are in the same situation as me, but I have a 7 year old son, and I am always looking for games we can play together. I got my Nvidia with a second controller so we could play together. GeForce now makes it easy to find games that use 2 controllers, but Google Play isn't quite as helpful. I thought I would share all of the games I have found that fit this special niche. This is by no means a comprehensive list. There are obvious choices like emulators of classic consoles. But I haven't searched any other play store. If any of you have any suggestions for other games that have similar functionality, please feel free to post them below!

All of the games below are local multiplayer, meaning you don't have to have a second device, or play online. A few tips to remember when playing Android multiple controller games. Android looks for any input device and will assign it as a controller. So if you have a mouse plugged in, or anything else in the USB port, some of the games will have difficulty recognizing the second controller. Another thing to remember is that it usually makes whichever player clicks on the app 1st, the 1st player. 1st player will usually have control in menus, and often times in games like JuJu, the screen will follow player 1 predominantly.

Without further ado, and in no particular order:

PAID
Stikbold! $9.99 - This game is great as a cooperative game, and it can be fun as a competitive game. It runs flawlessly on the SATV. You can play through the story together, or you can compete together against "bots" in single matches. You can also go one on one, or add bots to your respective teams and play against each other. It falls into a category of a fully developed game with no BS. Therefore they have to charge more to cover their development.

JuJu $9.49- JuJu is a fun side scrolling run and jump type game. Something like Mario Bro's Wii, your partner will even end up in a bubble if they die or fall behind. It's basic enough that kids can catch on quickly, but still fun and challenging for an adult. You get fun new abilities as you go. When I bought it was on sale for about half this price. I might keep an eye on it, as it may go on sale again.

Age of Zombies
$.99- This game was a little too violent for the family, it's on here because some people might be more relaxed about it. It is fun, and for $.99 it's a good time.

Never Alone $4.99 - This is such a unique game. It has these beautiful videos taken right from native Alaskan people and culture. It's truly a cultural experience to play this game, but it's also a great co-op game. The girl and the fox have unique abilities, and it's great at building teamwork, but doesn't leave you frustrated. I highly recommend it.

Chariot $7.49 - This game is too expensive for me to wholeheartedly recommend. It's a decent game, and I would pay $3 for it. The voice acting is great, but the puzzles can be frustrating, and you really have to know how to work as a team. But it is a co-op multiplayer, and I did buy it and play it, so I put it here.

Meltdown $6.36 - There is a free version of this game in the play store, but the one that works on Android TV is $6. In my opinion, it's well worth it, it was super fun to play together. This one would be great for 4 players. The more you have, the easier it is. Saving up coins to unlock other characters is something that keeps you busy and gives you a goal to look forward too. The "arcade" mode, which is what you have to play for local multiplayer, isn't as developed as normal mode, but it's still worth the money in my opinion.

Trine 2 $4.95 - This one is a fun puzzle adventure. What makes it appealing is the different characters using their unique skill set to solve challenges as a team. The game is similar to an old SNES/Genesis game called Lost Vikings. If you remember/liked that, you will love this.

FREE or Ad Supported
Neon Shadow - This is a first person shooter, and it does have to be sideloaded. But, what makes this great for me is it's not terribly violent. You are killing artificial intelligence robots, there is no blood, just explosions, and the multiplayer split-screen works really well. Levels may be a little repetitive, but it's super fun. I don't know how intrusive the ad's are because I paid for this app when it wasn't ad-supported.

Beach Buggy Racing This is hands down one of my favorites. I believe you do have to spend $5 or so to unlock multiplayer mode. But this game is well worth it. If you ever liked any kart racing games, this is an incredibly fun racing game that will give you hours of enjoyment. The truth is it's not really co-op, because you aren't a team. But you aren't really against each other exclusively, since you are trying to beat all the other racers. I find it's a great one to play with a friend.

Badland - Fun game that is very simple to play, but difficult to master. It supports up to 4 players, but it's really fun with just 2. This one again is a game with such an easy learning curve, anyone in the family can play.

Bombsquad
- This one is harder to pickup out of the gate. But it's a very fully developed game. It wasn't something a developer threw together in a few weeks. It has great physics, and complex gameplay. It is a freemium model and I can't remember if you have to pay to unlock multiplayer. If so, then I categorized it wrong. It requires a lot of teamwork to pass the challenges because they can be difficult and you can easily end up bombing your teammate.


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

Checksum

What is checksum error as I keep getting message telling me that my Acer iconic B3 A 20 tablet has an update but can't update now recently I'm getting the some error update failed can someone please help me :)


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

Ota bricked my phone.

guys all i did was download OTA and tab install. it failed with dead android cartoon so i press power and rebooted. it booted into recovery and nothing else i have try to factory reset. boot into bootloader to adb sideload and nothing works. try fastboot but twrp failed any way around this. if i leave it alone it just bootloops. im stuck in recovery nothing else. reboot anf back to recovery screen


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

305SH - rooting and simlock - help

Hi.
I have Sharp Aquos Crystal 305SH.
Build number: S0106
Android version: 4.4.4
Kernal version: 3.4.0 sharp TG832612#2
Baseband version: 00.00.00
SoftBANK

I read the entire forum(XDA, Google search.......), i tried all ways how to root phone - but no effect.
When i got phone i tried run recorvery (Vol- & powr button etc.) but phone only on.
Can anyone create tutorials how to root and remove simlock for UE (step by step) with active links (because in most of the links do not work).
Please help - i have spent on this issue more than 7 days after almost 18 hours a day and i'm already tired.
OS: Windows 7 64-bit
I have android SDK and ADB & drivers is installed

Tnx.


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

Horrible video recording issue

Does anyone have any issues recording videos? I'm getting popping sounds occasionally, not all the time at the start of video recording for like a second. I also get frame rate stutter usually at the beginning of video recording. It's most noticeable at 4k and 1080p 60fps. I've tried different U3 micro SD cards, samsung pro and Sandusky extreme pro, and same results. Internal storage too. I can't find a way to reliably record videos. Do I need to factory reset? If so that's major annoying. Wanted to see if anyone else is experiencing something similar. Thanks guys.

The issue is also more apparent when there's bad reception as well? It happens in good too but less frequent. Alsmost to the point I'm ready to give up on this phone. Again, doesn't happen consistently but it has to be either hw or sw fault. Most likely sw.


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

Best EMUI Themes for Honor 8


Attached Thumbnails
Click image for larger version Name: purple1.jpg Views: N/A Size: 28.0 KB ID: 3888170   Click image for larger version Name: purple2.jpg Views: N/A Size: 48.9 KB ID: 3888171   Click image for larger version Name: purple3.jpg Views: N/A Size: 18.9 KB ID: 3888172   Click image for larger version Name: purple4.jpg Views: N/A Size: 22.3 KB ID: 3888173   Click image for larger version Name: pink1.jpg Views: N/A Size: 67.1 KB ID: 3888174   Click image for larger version Name: pink2.jpg Views: N/A Size: 24.8 KB ID: 3888175   Click image for larger version Name: pink3.jpg Views: N/A Size: 42.9 KB ID: 3888176   Click image for larger version Name: pink4.jpg Views: N/A Size: 37.0 KB ID: 3888177   Click image for larger version Name: pink5.jpg Views: N/A Size: 31.6 KB ID: 3888178   Click image for larger version Name: xperia1.jpg Views: N/A Size: 22.5 KB ID: 3888180   Click image for larger version Name: xperia2.jpg Views: N/A Size: 60.4 KB ID: 3888181   Click image for larger version Name: Xperia3.jpg Views: N/A Size: 21.4 KB ID: 3888182   Click image for larger version Name: Xperia4.jpg Views: N/A Size: 23.1 KB ID: 3888183   Click image for larger version Name: circlecolor1.jpg Views: N/A Size: 71.5 KB ID: 3888184   Click image for larger version Name: circlecolor2.jpg Views: N/A Size: 39.7 KB ID: 3888185   Click image for larger version Name: colors3.jpg Views: N/A Size: 58.8 KB ID: 3888186   Click image for larger version Name: colors4.jpg Views: N/A Size: 23.5 KB ID: 3888187   Click image for larger version Name: rose1.jpg Views: N/A Size: 40.4 KB ID: 3888188   Click image for larger version Name: rose2.jpg Views: N/A Size: 26.7 KB ID: 3888189   Click image for larger version Name: rose6.jpg Views: N/A Size: 19.2 KB ID: 3888190  


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

Stock Baseband and Superman ROM

Hi everyone. I'm thinking about flashing Superman ROM on my SM-G935F S7 Edge.

My stock firmware indicates that my baseband version is G935FXXU1BPHJ. The Superman ROM, on the other hand, uses G935FXXU1BPIF.

My question is the following: If I were to flash Superman on my phone, would this baseband difference affect my phone? Would radios fail to work or would I suffer from any other problems?
I'm using the phone in South America (Argentina) and the stock firmware works just fine, since this is the international variant of the phone. I am not that savvy when it comes to Android yet, since I'm pretty new to the platform.

Thanks.

Small p.s. questions: Is there anything in particular I need to disable before flashing a rom? Some security measures?


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

Question about update to mm rom with script

Hello i am asking a question about how update to mm with mm bootloader script with serial number 1234567890ABCDEF....
my target is install mm rom like zen rom or russian n bear rom for Z00A with twrp but i really don't know if i have a risk with this bad serial number.....
if people can help me i would appreciate it and finally other question, how games run compared to lollipop rom?


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

WIFI is not connect automatically

My wifi when it disconnect or i went out of my home or work when i come back i have to unlock the phone to auto conect the wifi network ... What i need is how to make wifi auto conect to saved network with out unlock or open the screen .
I have lenovo k5 note devise with android 6
Thanks


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

ROM for Coolpad 7275

Hello.
I have a Coolpad 7275 phone but the current ROM doesn't support google play services and has a lot of things in chinese so I want to put a ROM that will support all of that.
Can somebody help me with that because I can't find a single ROM on the internet.

Thank you!


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

Axon 7 EU build - RAM management issue?

Helllo,

Been running my Axon on and off for a week (not yet my daily driver due to being lazy with backing up my old phone)... Anyway one thing I have noticed is that the phone seems to be always running at over 50% RAM usage. If I launch one app - or anything else - and then clear all it will revert to running at a variable 1.6 to 2GB of 'available RAM.

Is this normal?

A picture often helps! Sorry that it links off to PhotoBucket - I don't know how to get it to launch in the XDA image window.

Since 4GB is supposed to be 'wayyy' more than enough (as reviews on the OnePlus3 naysayers would have me believe) I don't expect to have an out of the box phone running at more than 50% RAM usage - this doesn't make sense to my non-technical self. On my i9300 (Galaxy S3) I run CyanogenMod 13 and that OS runs at 260MB of RAM vs 850MB on the Axon! Can someone explain?

I'm running the B3 update but had this before I applied it.

Message

Axon 7

Galaxy S3 for comparison

I am having some other connectivity issues and am considering sending this unit back for exchange. It's just hard to tell when I don't know what 'normal' is for this phone.

I want to love this phone. I just need it to love me!

Thanks guys! :good:


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

New firmware FRD-L09C432B120, 16:9 foto bug solved !

http://ift.tt/2dikVcS

Looks like the GPS bug was also solved ... the GPS icon is now shown in the upper left corner when I start google maps.


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

Disable animation problems?

I have the note 7 new version and new update but i notice when i try to disable off the animation when i go to the filemanager dont let me move files but when i put it in 0.5 let me move the file i dont khow why that happens i change the pnone because i think is tge problem but it happen whit the new unit also someone whit the same issue?


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

Thomson Tlink 475 rom

i need download rom original plz help me:crying::crying::crying:


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

LG G2 F320S , SRK tool 2.1 not working for me anymore

Dear Friends,
I have LG G2 F320S and its bricked with no download mode. 1st I successfully unbrick it with SRK tool 2.1 and install F320S30E_00.kdz rom but while rooting it goes back to bricked state. it happened for 3,4 times and I successfully unbrick it with SRK tool all the time. Now its bricked again and SRK tool is no more working. SRK tool flashes .img files fine but mobile did not boot into download mode. I have tried number of times but all in vain. Tried different partition files( .img) from different firmwares but for no avail. Unable to boot into download mode. Please somebody help me to unbrick my mobile. thnx


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

Chuwi Hi10 pro Dual OS Help needed.

Hello.
I bought a Chuwi Hi10 pro tablet having Windows 10 & Remix OS in Dual Boot.
The 64GB internal memory is split between both the OS.
I want to remove Remix OS and dedicate the entire memory to windows OS.
Anyway to do that?
Any help would be appreciated.
Thank You.


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

Help needed for Systemless Root Please

Hi , Im in need for help step by step as wanting systemless root on my marshmallow Samsung galaxy s5 omega rom but I cant get xposed to work or be able to disable magisk to open pokemon / android pay can someone talk me through to be able to use xposed and pokemon go and android pay and be rooted thank you for your time reading , Marcus


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

Source code - transport card

Hi everyone :D
Some time ago I bought an nfc ring mostly I used it as a toy xD or a business card now I want to make it little a bit usefull and put there a code from my transport card but I completely don't know how to take code from nfc card. Nfc tool told me that he doesn't support this cart yet. Is there any other way to get source code from my card?

I apologize in advance for my English


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

Port ART from Android Marshmallow or Lollipop to Kitkat

Is it possible to port ART from Marshmallow or Lollipop to Kitkat to replace the experimental ART in Kitkat?


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

Dodocool Bluetooth Speaker with Camera Button - Unboxing & Review

Dodocool Bluetooth Speaker with Camera Button





Unboxing

The Speaker comes with a mini package, solid-made with plastic, and basic accessories: 1x Micro-USB Cable, 1x User Manual, and the Speaker (of course).





This Bluetooth Speaker is so compact that it fits in my hand without any issue, extremely portable.





Its Chassis is fully made with Aluminum, just the lower side is made of plastic required to fit the Microphone and the Camera/Power Button.





It can be charged with a Micro-USB Cable just like a Smartphone and the USB Port is placed on the back.





Sound Quality

As regards the sound quality it is pretty good and super-loud. The sound is clear, doesn't lack low-frequencies and considering the size of the speaker it is definitely a pretty good one.








Conclusions

Well i admit that a Bluetooth Speaker isn't so easy to review because the tests that can be made except Sound Quality ones are not so interesting, so if you find this review a bit incomplete just let me know and i will try to reply you in the best way possible.

This is a good-quality Speaker, featuring also an useful Camera Button (remote shutter) that can be pretty useful when you need to take some photos without handling the device.

So...do I recommend it? If you need a portable speaker that provides good sound quality, then this is a good choice.


Pros:

- Portable
- Good Sound Quality
- High Volume

Cons:

- A bit heavy


Rating: 8.7

Packaging and Accessories: 8
Design and Materials: 9
Sound Quality: 9
Price: 9 (based on Amazon price)


Official Product page not available.

You can find full-res images (I know, Quality isn't excellent) here: http://ift.tt/2dikY8r


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

X Compact overpriced

Not sure if anyone has mentioned about this phone being overpriced, I already have the LG G5 and the X Performance, was thinking about getting this, but now I have to reconsidered, Hong Kong is selling this for HKD4198, which translate about USD540, I was expecting it to be about USD 350 to 400.


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

Note 7 volume boost

Hello, I've searched every where but to no avail. Can anyone help me and help others how to edit the mixerpath for the Note 7 to make the bluetooth, speaker and anything else louder? Much appreciated & thanks in advance. Have a nice day.

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


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

[ROM] [STOCK] G928TUVS4DPH2 | 6.0.1 | Deodexed | KNOX Free

Stock Deodexed G928TUVS4DPH2 Rom

Read below "BEFORE" downloading, flashing, and posting questions....

...REMEMBER...
I am not responsible for anything that happens to your device, if your SD card goes dead, and everything else!


STOCK DEODEXED G928TUVS4DPH2 ROM FEATURES

★ Stock
★ Rooted
★ Zipaligned
Deodexed
Busybox
SuperSU
KNOX Free
Data/App Support

NOTE #1 - Has All Of The Bloatware Kept In, It Can Be Removed By The User.
NOTE #2 -The Rom Is Running Completely Stock Kernel If You Want A Permissive Kernel You Need To Flash One From The Forum Here
NOTE #3 - I Will Not Be Doing Any Further Modifications On This, It's Just A Stock Deodexed Rom For Users To Try Out And Can Use As Their Daily Driver.
NOTE #4 - Your KNOX Warranty Void Will Counter From 0 To 1.

BUILD.PROP INFO

# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MMB29K
ro.build.display.id=MMB29K.G928TUVS4DPH2
ro.build.version.incremental=G928TUVS4DPH2
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-09-01
ro.build.version.base_os=samsung/zenltetmo/zenltetmo:6.0.1/MMB29K/G928TUVU3DPG1:user/release-keys
ro.build.date=Mon Aug 29 20:25:06 KST 2016
ro.build.date.utc=1472469906
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5006
ro.build.tags=release-keys
ro.build.flavor=zenltetmo-user
ro.product.model=SM-G928T
ro.product.brand=samsung
ro.product.name=zenltetmo
ro.product.device=zenltetmo
ro.product.board=universal7420
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=samsung
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=exynos5
# ro.build.product is obsolete; use ro.product.device
ro.build.product=zenltetmo
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=zenltetmo-user 6.0.1 MMB29K G928TUVS4DPH2 release-keys
ro.build.fingerprint=samsung/zenltetmo/zenltetmo:6.0.1/MMB29K/G928TUVS4DPH2:user/release-keys
ro.build.characteristics=tmo
# Samsung Specific Properties
ro.build.PDA=G928TUVS4DPH2
ro.build.hidden_ver=G928TUVS4DPH2
ro.config.rm_preload_enabled=0
ro.build.changelist=8479853
ro.product_ship=true
ro.chipname=exynos7420
# end build properties


INSTALLATION INSTRUCTIONS

WARNING: Before Flashing Any Rom, Make Sure To Remove All Registered Fingerprints By Going To Settings -> Lock Screen And Security -> Fingerprints Then Press "MORE" Then "Edit" Tick All The Registered Fingerprints And Press "REMOVE"!

TWRP RECOVERY INSTALLATION INSTRUCTIONS (Recommended)
* First Thing You Want To Do Is Reboot Into TWRP Recovery And Backup Your Device! (Boot, Data, System, etc...)
* Download G928TUVS4DPH2 Stock Deodexed Rom.
* Place The Rom Into Your Internal Storage.
* Now Reboot Into TWRP Recovery.
* While In TWRP Recovery, Press "Wipe" And Then "Swipe To Factory Reset".
* Now Press "Back" And Then Press "Advanced Wipe".
* Now Select "Cache", "Dalvik Cache", "Data", And "System" And Then "Swipe To Wipe".
* Now Install The Rom Until Its Finished.
* Reboot Your Device.
* Once Rebooted And In The Setup Wizard, DO NOT Touch For 2 Minutes!
* After 2 Minutes, Reboot The Phone... DONE!




CHANGELOG

★ 9.27.2016
- INITIAL G928TUVS4DPH2 RELEASE




DOWNLOAD LINK

Stock Deodexed G928TUVS4DPH2 Rom-- Uploading





Credits
Samsung=For The Stock Rom
Superr=For The Rom Kitchen And Use
If I Forgot Anyone Please Let Me Know And I Will Add You


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

Fast Charge Speed

So, I exchanged my explodey note 7 for a non-explodey one.

I'm now having an issue with fast charging. With the old note 7 I would leave a game running while connected to the fast charger (samsung) and would gain percent fairly quickly.

Since the exchange, the phone holds steady and gains a percent every 30 minutes or so. If I disable quick charging I begin to gain percent at a reasonable rate. Not as fast as the old note 7 with quick charging, but notably faster than with quick charge enabled.

Is anyone else experiencing this issue?


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

How to Flash Stock ROM with SP FlashTool 5.X (Guide)

Only for HTC Desire 526G dual sim

Firmware VER: Stock 1.02.401.3

Warning !!! Before Flash PLS Backup NVRAM



++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ ++

Installation and configuration of SP Flash Tool

1. Unzip archive SP Flash Tool v5.1548.00.000 in C:/
2. Unzip Firmware in Dir of SP Flash Tool v5.1548.00.000 (ex. C:/SP Flash Tool v5.1548.00.000/firmware)
3. Start SP Flash Tool v5.1548.00.000. in "DOWNLOAD-AGENT" Choose MTK_AllInOne_DA.bin
4. Choose Scatter file from Firmware Folder
5. GOTO Programs settings Connection and choose USB + High speed + auto detect
6. Under Scatter-Loading you must choose "DOWNLOAD ONLY"
7. All done.

++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ ++

How to Backup/Restore NVRAM

Requirements
1. ROOTED Phone
2. Turned ON USB Debugging
3. Installed ADB drivers
4. MTK Droid Tools

Process of Backup
1. Start MTK Droid Tools and connect device to PC
2. Wait before "Phone information" get filled information about phone.
3. If the bottom left is lit yellow rectangle in the right MTK Droid Tools lower-right corner, click ROOT (if you get confirmation window, click Yes) and look on the screen of your device, it will be necessary to allow root access for MTK Droid Tools. If the rectangle is green, you can continue, if the blue, you haven't root rights.
4. After MTK Droid Tools got root access, press the big button IMEI / NVRAM, and click on the Backup button (make sure that there are two check boxes in front of buttons and Backup Restore)
5. All NVRAM backup section will take just a couple of seconds to backup. Backup will be stored in the same directory where is the .exe file of MTK Droid Tools, and you will get two files, one in .bin format, the other in .tar format
+++++++++++++++

Requirements
1. ROOTED Phone
2. Turned ON USB Debugging
3. Installed ADB drivers
4. MTK Droid Tools

Process of Restore
1. Start the MTK Droid tools and connect the device to your computer
2. Press the ROOT button and allow root access to the devices screen.
3. Click the big button IMEI / NVRAM and then select Restore
4. Select your backup file in .bin format, and then select the .tar file
5. NVRAM is restored within a couple of seconds


++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ ++

Lets start flashing Firmware


1. Start SP Flash Tool.
2. Press button "Scatter-loading" and choose file MT6582_Android_scatter.txt (This file is located in Firmwares folder)
3. Press button "DOWNLOAD"
4. AFTER that Press on device VOL + (dont release before it starts flashing ) and connect USB. it will start flashing. If your phone is not detected, disconnect it from your computer, remove and reinsert the battery and reconnect to your computer. In Device Manager, when correctly installed drivers at the time of the firmware have in com-ports watch mtk the usb port (the MediaTek Preloader USB VCOM Port) . And on completion of the firmware, or in the event of a device error is turned off and disappears from the Device Manager. When the flashing process will start, you can release the button
5. When you see a message about the successful Flashed, close the program, disconnect the Device from the PC, insert the battery and turn on :good:

PS... if cant flash with SP Flash Tool v5.1548 try with SP_Flash_Tool_v5.1352.01_SEC
PS... if dont start flashing pls try to change the file extension the Checksum.ini to the Checksum.oem



Drivers:
1. Stock Drivers
2. MTK Drivers Installer
3. MTK USB 1.2

Tools:
1. MTK Droid Tools v253
2. ToolHero APK

Firmware:
1. Stock 1.02.401.3

SP FlashTool
1. SP Flash Tool v5.1352.01_SEC
2. SP Flash Tool v5.1548.00.000
3. SP Flash Tool v5.1632.00.000


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

sboot bin failed

please help i got stuck at sboot bin, then nand write im flashing through odin the latest xtc file from philippines


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

[A510FD][6.0.1] Official Firmware (4-Files and One-Package) Download



Hello guys,
How are you all,
After doing some digging, I've found the firmware for Samsung A510FD model android version 6.0.1 (Marshmallow),



< Firmware Info >
Quote:

Model: SM-A510FD
Model name: Galaxy A5 (2016)
Country: Saudi Arabia
Version: Android 6.0.1 (Marshmallow)
Changelist: 8492782
Build date: Mon, 15 Aug 2016 06:52:08 +0000
Security Patch Level: 2016-08-01
Product code: KSA
PDA: A510FXXS2BPH1
CSC: A510FDOJP2BPG1
CP: A510FDXXU2BPF8
< Content of ZIP >


< Download >
Yandex.Disk



< Firmware Info >
Quote:

Model: SM-A510FD
Model name: Galaxy A5 (2016)
Country: Saudi Arabia
Version: Android 6.0.1 (Marshmallow)
Changelist: 8492782
Build date: Mon, 15 Aug 2016 06:52:08 +0000
Security Patch Level: 2016-08-01
Product code: KSA
PDA: A510FXXS2BPH1
CSC: A510FDOJP2BPG1
CP: A510FDXXU2BPF8
< Content of ZIP >


< Download >
Yandex.Disk


#NOTE: These files are only for A510FD not A510F, they are different from each other,
and After doing some digging, I've found that the only differences between A510F and A510FD are the (CP, CSC) parts,
and according to GSMArena, A510F was released for the Europe market, While A510FD was released for the Southeast Asia market,
According to that info, You can flash A510F Roms on A510FD without CP, CSC parts, And vice versa.


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

Samsung Tab A 64bit or still 32?

just a quick question before purchase sm-p550
are these tablets 32bit or 64, how does one actually tell?


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

Galaxy note 4 sm-910A has a hard time booting up after shut down.

Hi everyone,
so i was given a note 4 that had a booting up problem. it was originally my girlfriend's sister and she told me that when ever it turned off(either out of battery or manually) it would have a hard time booting up. when attempted to turn on it will show the
Samsung
GALAXYNOTE4

powered by
ANDROID
then black screen and a semi blue and white notification. sometimes it would vibrate, restart, and repeat for about two or three time's. i first tryed that "remove battery and drain out the power form the mother board" trick and sometimes it works. i installed a fresh, clean Android OS but still have that problem. i search online and i have not gotten no answers on why this happens. it just happend to me now and i used the "remove battery" trick and its turned on now but i would like to know a salution that will completly fix this problem. there will be times im going to restart the phone and im afraid it will get stuck again.


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

Honor 8 Feeling Slow? Try These Tweaks

Honor 8 Feeling Slow? Try These Tweaks


Turn Off Animations
This trick has been used for any android device for ages. The small and insignificant animations that you see when launching apps, changing pages or waking up your screen, use up phone resources. You can shut these animations off in your developer settings. Toggle off window, transition and animator duration animations.

System Optimizer
The system optimizer is a great way to free up memory and get your phone running fast again. The app will also scan your phone to make sure it's in peak condition. This app checks for memory cleanup whitelist, trash files, bluetooth, smart power saving mode, harassment filter and a few other things.

Uninstall Bloatware
Theres a few apps that come installed on the Honor 8 that you might want to get rid of. I even found some of these apps were whitelisted, so they stay running even after a memory cleanup. Get rid of Shazam, News Republic and any other apps you don't use.

Power Plan
Be default, your power plan is set to "Smart". Set it to "Performance" to get the most out of your CPU and network speed.

Chrome Data Saver
If you have a particularly slow data connection, turn on Data Save in Chrome to speed up your browsing. This will filter your webpages through google servers and compress them before it pushed them to your phone. It will speed up your browsing and cut down on your data usage.

Attached Thumbnails
Click image for larger version Name: animations.jpg Views: N/A Size: 30.0 KB ID: 3888109   Click image for larger version Name: system1.jpg Views: N/A Size: 30.5 KB ID: 3888110   Click image for larger version Name: system2.jpg Views: N/A Size: 26.4 KB ID: 3888111   Click image for larger version Name: power.jpg Views: N/A Size: 21.8 KB ID: 3888115   Click image for larger version Name: data.jpg Views: N/A Size: 36.9 KB ID: 3888130  


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

Temp to show on edge for night clok

To all, I came from 2yrs of fun with my T-Mobile note edge. I used to have the weather showing on my edge at night. Can someone help me with this on my Note 7?

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


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

samsung galaxy grand prime sm-g530f dead boot please help ! !

hey all
i have galaxy grand prime sm-530f i was trying to root my phone with twep app but i forgot my sm ....
so i chose root of sm 530h and he is not booting im trying to go recover mode and download mode but not working
whene i Boot device show scrren blue on and off please help !


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

[Q] Android with SIM as VOIP server for PC over IP?

Hi. I am looking for App, or shell executable, that will host VOIP server on android, and provide via IP (wifi) acess to Call any number using phones mobile netowork.

Is it possible?


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

D90-2014 Carpad 3 NR7002-H-H0

Hello,

i want to buy a Carpad NR7002-H-HO for my Passat. It is a CAR Navi with 10,2 inch and no DVD Slot. Can I connect a external DVD Rom to this unit. I just want to listen to my Music CD´s

Hope you can help me


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

Backup data and app on S7 without root

I see many post regarding the backup app and data on andorid marshmallow but with different opinion, especially regarding Helium Backup.
So there is for our phone a good backup app or the only way sure is root with titanium ?

Thank
Hispa


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

How store my note 5 for long time ?

Hey guys i will start my military service next month and i will not able to use any phone so i want store my note 5 for a long time without any battery damage or any issue for phone ?


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

a wonderful upcoming game

Parallyzed is an atmospheric adventure platformer with unique gameplay, set in a dark and enchanting dreamscape.

Blue and Red are deeply-connected twin sisters with very different personalities, abilities, and attributes. One day, in a moment of jealousy, Red pushes Blue off a swing, paralyzing her. Devastated, Red realizes she can enter Blue's mind and, working together, help her sister emerge from the coma and return to waking life.

You play both sisters simultaneously. Red and Blue have the ability to swap bodies at any time. Help them make their way through an ever-difficult, spooky landscape that keeps trying to block their progress. Each sister's color and size must overcome the color and size of each dimension's obstacles.

Tap the right of the screen to swap, left to jump.

Split your mind in two and get lost in the parallel beauty of Parallyzed!


watch video on my channel moka tube under that name "parallyzed game download- walk through "
i beleive it is the only youtube video about the game


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

after upgrade to 4.2.1 through sp tools, screen stuck at boot

I tried flashing android 4.2.1 using sp tools. After the 'download' process completed in sp tools, I disconnected my phone, put the battery in and started it by pressing power button. It booted with showing boot screen "Canvas HD", but it is now stuck there for past 20 minutes. In all the video tutorials, it didn't take this much time. I fear something might have gone wrong. How can I save my phone?


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

Help with Suhide in Zenfone2

Hello guys, somebody can help me install Suhide on Zenfone 2? I've tried the guides I've found, everything went fine thru the install in temporary TWRP, but when I relock the bootloader I end up in a bootloop.

My steps:

1-Unlocked phone with the unlock.bat
2-Turn off Cellphone
3-Started in Bootloader
4-Flashed Temporary TWRP
5-Go into Recovery
6-Flashed Magisk, SuperSu for magisk (2.76), dropped command in terminal echo "SYSTEMLESS=true" > /data/.supersu, flashed SuperSu (2.78)
7-Reboot into Bootloader
8-Relock phone with restore.bat

Even if I just flash SuperSu for Magisk (2.76) and doesn't update to 2.78 my phone ends in Bootloop.

Are I missing something?


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

[Hardcore problem?] Stuck in loop, bootloader locked

Hello my friend just made an update of his phone which is a redmi 3 pro

His little bro shutdowned the phone while update was in process. The result is that now the phone have a bootloop, can't access the recovery (blackscreen when trying) and have a locked bootloader.
So I am not sur how to unlock the BL if I can't install a dev rom and can't boot. Not sur how to get into the recovery with the 2 same problems.

Could anyone help me for this one? Which is hard to me.
Thanks

PS: I tried to do something with unpacking boot and remove a ",verify" thing in the ramdisk but I guess I'll need the unlockedbootloader to flash the new boot.img?


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

Good Debloater and Volume Hack?

I just rooted my phone using the Freeza method (Thumbs up). The rom unfortunately comes with 2 gazillion apps on it.

Does anyone know a good mod or program or zip to get many of them off? It is a lot of clutter. Also, anyone know of any volume hack zips or mods or Wanam Kit for Marsmallow?


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

huawei p8max dav-703l downgrade to android lollipop (emui 3.1)

hello, i am new to this site i signed up just to ask this question. i have spent so many hours trying to find a way to downgrade / roll back to the previous version of my device, i have tried to download the stock rom and install it that way but it does not work, it just says it cannot install the update and suggests a website for me to download the stock rom from, which i then downloaded to only find out it still gives me the same error message, is there anyway i can downgrade to lollipop(emui 3.1) from marshmallow (emui 4.0). can i flash the files over or something, please help, also i have tried to unlock the bootloader and everything but it wont allow me to do that, also if you are able to help me root the device then i wont need to rollback to a previous version, kingroot and anything similar only was able to root my phone when i was on lollipop ever since i upgraded kingroot wont root my phone, any help is greatly appreciated, thanks


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

OTA doesnt work on rooted device

Hey,
i have a rooted opo and want to update with OTA.
But it just gets me into the TWRP Recovery and doesnt proceed.

I have Version:
cynogen os
12.1..1- Y0G8DAS2K1
5.1.1

what would be the easiest version?


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

Auto boot Acer Liquid E700 when device plugged in

Hi there,

I'd like to know if someone knows the trick to make my Acer Liquid E700 boot up when it's initially powered down and I connect a Micro USB cable in it.
Currently it's showing the Charging mode and waits that I boot up the device manually using the button.

I read lots of forums speaking about different solutions
- the /system/bin/ipod file (or lpm or playlpm...) to rewrite usind sh script and calling /system/bin/reboot for example -> didn't work on this phone in my case
- using fastboot commands like fastboot oem unlock (which is working) and then fastboot oem off-mode-charge 0 -> which didn't work also in my case.

Please if somebody knows this device and can help, I'd be very grateful!!

Cheers
Bruno


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

ANY way to rootSAMSUNG GALAXY J3 SM-320H

hi i tried everything to install custom recovery but still cant get custom recovery.so is there any way to root samsung galaxy j3 sm320h 5.1.1:confused::confused::confused::confused:


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

Monday, September 26, 2016

Not charging, cannot power on. Battery issue?

Dug out my trusty Z3TC 16GB WiFi to browse the web and its dead and refuses to charge on 4+ different chargers. Won't respond to power+vol up or show any activity.

Software was fine when I last checked, running CM12.1 and no issues.

Anyone see a similar issue and know if the battery is likely to have failed or something more fundamental?

I'm ordering a pogo pin charger to see if that works, had a couple in the past but the connecting wires in the stand broke.


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

Prevent wake when plugging phone?

Hi all,
I have a rooted SM-G935U and was just wondering if anyone has found a way to disable wake when plugging in the phone? I have scoured Google, xposed, and the XDA forums but I have not found a working solution as of yet. Can anyone help me out?


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

Recovery For Lollipop

i want any recovery work on e6533 dual sim Android 5.0.2 lollipop 28.0.A.8.272


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

[RECOVERY][x3_row] TWRP 3.0.2-0 Touch Recovery [26/9/16]

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.



FEATURES
  • Backup & Restore fully functional
  • MTP support
  • Micro SDcard and USB OTG storage support
  • exFAT file system support (read, write, format, backup & restore)
  • NTFS file system support (read, write, format)
  • Full SELinux support
  • Built with android-7.0 TWRP tree

BUGS
  • Touchscreen doesn't respond until you let the display turn off once and wake it. Workaround: Set the display timeout to minimum from settings.
  • All TWRP bugs.

DOWNLOADS
TWRP-3.0.2-0-20160926

INSTALLATION
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
1) Download the latest version from our website on your device
2) Reboot to TWRP
3) Hit Install and tap the "Images..." button in the lower right
4) Browse to the location of the TWRP image on your device and select it
5) Select recovery from the partition list and swipe to flash
OR
Follow: http://ift.tt/2df8RwC

XDA:DevDB Information
TWRP, Tool/Utility for all devices (see above for details)

Contributors
arpit_nnd

Version Information
Status: Beta
Current Beta Version: 3.0.2-0-20160926
Beta Release Date: 2016-09-26

Created 2016-09-27
Last Updated 2016-09-26


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