Quantcast
Channel: Xposed – XDA
Viewing all 342 articles
Browse latest View live

How to Lock and Protect Your Apps – XDA Xposed Tuesday

$
0
0
SnapShot(45)

The smartphone revolution has passed. Everybody has mobile apps. Some of these apps have access to very important information. Your mobile banking app gives you access to your money. Your Dropbox app could hold your secret plans to world domination. These apps should have greater protection than your Trivia Crack game.

In this episode of XDA Xposed Tuesday, XDA TV Producer TK reviews an Xposed Module that enables you to control access to your apps. XDA Senior Member defim created the ProtectedApps module. So, TK shows off the module and gives his thoughts, so check out this Xposed Tuesday video.

Be sure to check out other great XDA TV Videos:


Wanam Kit for Android Lollipop – XDA Xposed Tuesday

$
0
0
SnapShot(49)

It has been a few months since the Xposed Framework became compatible with Android Lollipop. More and more different Xposed Modules are moving towards being compatible for Lollipop. A popular combination pack of modules is known as Wanam. The Wanam Kit is for AOSP like ROMs and gives you many different tweaks in one convenient package.

In this episode of XDA Xposed Tuesday, XDA TV Producer TK reviews an Xposed Module that gives you many different tweaks for your device. XDA Recognized Developer wanam updated the Wanam Kit module. So, TK shows off the module and gives his thoughts. Check it out!

Be sure to check out other great XDA TV Videos:

Take Control with Action Widgets – XDA Xposed Tuesday

$
0
0
Snapshot(5)

Our smart devices do so much, but those awesome features at times come with draw backs. Things like WiFi or Bluetooth eat up your battery.  Other items like flashlight or other neat settings are buried so deep, by the time you find them the desire has passed. Wouldn’t it be great if you had a customizable quick access widget for these actions?

In this episode of XDA Xposed Tuesday, XDA TV Producer TK reviews an Xposed Module that gives you quick access to actions you want to take on your phone. XDA Senior Member leducbao offers the Action Widget module. TK shows off the module and gives his thoughts, so check out this Xposed Tuesday video.

Be sure to check out other great XDA TV Videos:

How Strong Is Your Connection? – XDA Xposed Tuesday

$
0
0
Snapshot(9)

Everyone is always talking about their bars. How many bars of WiFi do they have? How many bars of 4G? What does a bar really represent? Does it give you any indication of the “strength” of the signal? Does it give you the throughput? If you had this information, you could know more about your data connections.

In this episode of XDA Xposed Tuesday, XDA TV Producer TK reviews an Xposed Module that gives you the ability to put certain measures of your data connections on your phone. XDA Senior Member Beat_Slayer offers the NetStrength module. So, TK shows off the module and gives his thoughts. Check it out!

Be sure to check out other great XDA TV Videos:

Making Your Own Xposed Modules Is Easier Than You Think

$
0
0
Xposed Installer v3.0 alpha 2 (for Android 5.1 only!)

Close to the heart of XDA is the Xposed Framework by Rovo89. Most of us will have used it but you may feel that the module repository is missing something. We have the solution with several guides aimed at getting you started to build your own modules, something that may be daunting but can open an entire new field of development with a little time and effort.

 

 

Github xposed

Where better to start than at the beginning? Rovo89 has created a straight forward tutorial for getting started with development for Xposed. In what is the equivalent of a “hello world” program when starting to learn to develop with any medium, this guide teaches you how to build a basic module to change your clock’s color to red. Not only does the page discuss the process by which you can start, it also covers how Xposed works within the Android system by “hooking” method calls and allowing you to inject code before and after methods. Starting with changing an app’s metadata to flag it as a module and finishing with executing your code, this really has all the basics you could need to understand and implement your first module. You can find his guide here.

 

“Alright.. you want to learn how you can create a new module for Xposed? Then read this tutorial (or let’s rather call it “extensive essay”) and learn how to approach this” – Rovo89

 

Screenshot 2015-07-26 at 23.58.50Expanding upon Rovo89’s work, forum member hamzahrmalik has made many great additions to the tutorial, including step by step images from within Windows for those of us who prefer visual aids when learning. Another improvement over the original article is the inclusion of a second module that changes the height of your status bar. With instructions on how to set-up your project before you begin, this thread allows both new and experienced developers alike to begin or brush up on their skills. This time the article is split up into nine separate  lessons each covering new challenges and scenarios you may face on your journey. For those wishing to save time, hamzahrmalik has also included a link to his tool that will take your class, project, package and app names as well as your minimum API levels and then generate an Eclipse project ready for your module. As it is written in Java there a is a level of cross-platform compatibility including Windows and Linux. You can find the original thread here and his set-up tool here.

 

“Of course this was easy, but depending on exactly what you want your module to do, you may have to hook many methods. If you’ve ever modded APK’s, you’ll know what I mean” – hamzahrmalik

 

AIDEAlternatively, you may prefer to create your modules inside Android itself allowing for development on the go. That was the reason behind t2107‘s thread on developing for Xposed inside AIDE which is an integrated development environment for Android. Besides the OS you are developing on there are several other differences between this and the original tutorial posted by Rovo89; these including the deletion of all the *.class files to prevent fatal errors and the possibly required step of increasing your devices heap size to prevent memory issues as was seen on t2107’s Galaxy Note. If you are familiar with AIDE or feel that you could handle the small issues that come with it, you may find yourself better off starting with the original guide.

 

“Restart your device. If the clock is red, then you should be very happy; you just created your first Xposed module. Now you can have fun with building modules with Aide and Xposed” – t2107
You should now find that you have the means and the knowledge to begin creating your own modules. With a little time and energy, it should not take you long before you can alter many of the elements within Android and apps in both appearance and function. As always, if you create something that may be of use to others, share it in the forums for others to benefit from!

Have you created Xposed Modules before? Leave a comment below!

Xposed Released for Galaxy S6 and arm64 Samsung Devices

$
0
0
Untitled design

Recognized contributor wanam has released a version of Xposed that should work on all Galaxy S6 variants and he hopes that it will support upcoming Samsung arm64 devices. It is still in an experimental phase, however, and it has been confirmed as working so far on selected tested modules. As users of Samsung devices may know, they made significant changes to ART without providing resources, which is why in Wanam’s opinion it has taken a while for Xposed to be made functional.

 

Downloads and instructions can be found over at the thread here

 

How to Install Xposed Framework on LG G4

$
0
0
20150818230124240

Great news for LG G4 owners! XDA Senior Member tabp0le posted a guide on how to get Xposed working on the LG G4. All you need is root, no unlocked bootloader required. The method involves installing the arm64 version of the framework by flashing it through Flashfire, and then getting the Official Xposed Installer (through the APK) on your device. Read the thread carefully before installing.

VISIT THIS THREAD FOR THE FULL STEP-BY-STEP GUIDE

tabp0le‘s thread contains a step-by-step guide on how to get it running on your LG G4. Many users have reported that the installation process was successful, but it does take a long time where the device remains unresponsive. Here is a list (from the thread) of devices that have been tested and confirmed to work with this method:

LS991 (Sprint) confirmed by @tabp0le
H810 (AT&T) confirmed by @djkinetic & @uly609
H815L confirmed by @AvivEliyahu
H815 SEA confirmed by @BySezerSimsek
H812 confirmed by @juju2011
VS986 (Verizon) confirmed by @yoonee

Follow every step listed in the thread carefully and at your own risk. Make sure to read the entirety of the thread to gather all user reports and feedback before going ahead. The procedure is simple, but given this is a potentially dangerous tweak, one must always proceed carefully.

VISIT THE THREAD FOR THE FULL STEP-BY-STEP GUIDE!

Check out XDA’s LG G4 Forum >>

Xposed Framework for the LG G4 – XDA Xposed Tuesday

$
0
0
xposedlgg4

I have had the LG G4 for some time, and I have done for you guys how to a root and TWRP installation video. The one thing that we have been missing is the Xposed Installer, actually the Xposed Framework.

So today I am going to walk you through the process of installing that on our LG G4. This is TK and this is XDA Xposed Tuesday.

First we need to do is download a few files from this page. The first item is the ARM64 installer. Next we need to download the APK for the Xposed Installer. Then, download and join the Flashfire G+ group and become a tester there. You need to join the G+ community to be able to download Flashfire. Once you’ve done that you can go to the play store and download the app and install it on your device.

After we have downloaded all the files we want to run Flashfire on our device, grant it root and make sure that it loads all the way. There is a small menu on the left side of the screen which we are not going to interact with. Click the ‘+’ sign and select the ‘Flash Zip File.’ Which will give us the option to go into our download folder and select the actual Xposed Framework zip file that we downloaded before.

Once you select it make sure you leave the auto-mount option off. Select the check box. It will give us the option to flash. Make sure your battery is almost 100%, if possible. The process will take ten to fifteen minutes. The screen is going to be off, you won’t be able to use your system.

Once that is complete, we need to move on to installing the actual APK for the installer. This is version three. Install it and make sure you turn it on after your system reboots.

We are going to go ahead an open it up, since we already went through the process. You will notice how it looks when you turn on your system. You want to go to the framework option and see that the framework is installed. You can download modules directly under the Download tab. Just make sure you download modules that are no specific to ROMs like TouchWiz module or HTC specific modules. Otherwise they should work. As you can see here I have modules installed and I can actually use them.

The process is not for the faint of heart, and I say this because one of the things that the process does is it makes your device go dark for an extended amount of time. Almost 10 minutes of just no activity, no way of being able to wake it up. You will basically be very tempted to pull the battery out to restart the device.

So as you saw with the hands on, it’s not that complicated of a process. We have a couple of files that we need to download and put them on the device and flash it. Make sure you have a full battery on the device and you are starting this process. And you’re done.

Overall you will have a hit and miss with some of the modules. I think that now that the LG G4 model is working with Xposed, we will see more modules compatible with it. So keep an eye out for those. I have had few modules that turned on by default, Greenify turned on and it works.

As usual like and subscribe to this channel and like and subscribe to my channel and I will see you guys soon.

Be sure to check out other great XDA TV Videos.


Sony Xperia Z5, 2nd Gen Moto 360, Samsung Gear S2 and More Unveiled at IFA! – XDA TV

$
0
0
Jordan0904

It’s Friday, September 4, 2015, and let’s talk about what happened this week over at XDA-developers.com. IFA is going on this week, so we’ve got a lot of new device announcements to go over.

Sony, obviously, is going to be releasing the Xperia Z5 and Z5 Compact, but they’re changing things up and including a third device in the lineup, the Z5 Premium, with a 5.5″ 4k display. For most of the specs, you can check out the Portal post, but they’ve all got the Snapdragon 810, which doesn’t sound like a good thing, 2 or 3 gigs of RAM, and pretty decent sized batteries with microSD card slots. Forums for those three devices are now available if you’re interested in talking more about them.

Huawei showed off its first Android Wear device, the Huawei Watch, and Jack was able to get hands on with it while he was there. He’s got an article with lots of information and pictures up on the Portal, and additionally, preorders for that watch are now available over on Amazon showing a release date of September 17th, if you’re interested.

The Moto 360 Generation 2, the Acer Predator 6, the Asus Zenwatch 2, the Huawei Mate S, and the Samsung Gear S2 were all unveiled as well, and forums were created for them.

Moving on to non-IFA news, Android Wear was updated this week, adding support for iOS devices, specifically the iPhone 5 and newer, running at least iOS version 8.2. Not sure how many, if any, of you this will affect, but still, I thought it was worth mentioning.

From a forum post by XDA Senior Member v6ser, Amazon is supposedly going to be offering bootloader unlock codes for the Fire Phone. Last time I checked, you could still get one for about $125 with a free year of Amazon Prime, so it might be worth taking another look at it.

XDA Recognized Contributor Gene Sixx BF3 released an early alpha of CM 12.1 for the T-Mobile and International versions of the LG G4. Bluetooth, RIL, NFC and the camera don’t appear to be working at this point, so that’s pretty major, but it’s a first step, so if you’ve got the G4 and want to help out, or try it out, head on over there.

An unofficial build of CM 12.1 for the OnePlus Two is now available thanks to XDA Recognized Developer Grarak. Laser Autofocus, the fingerprint sensor, the notification slider and enforcing SELinux aren’t working on that one, which are slightly less significant issues, so you might be interested in taking a look at his thread.

XDA Senior Member lost101 put together a guide showing you how to fastboot flash images onto the 3rd generation Moto G, just in case you need it.

Rovo89 put out an update to Xposed adding in support for Android 5.1, though stock Samsung ROMs and some Sony devices don’t work with it, so keep that in mind.

There were several mods released for the Note 5. Wanam put out an unofficial build of Xposed for it, arter97 released his kernel for it promising better memory management, and XDA Forum Member sshafranko put out a surround sound mod to allow it to use both the earpiece and rear speaker at the same time. Links to all of those down below.

A YouTuber called How2Tech put out a video showing how you can remove an S Pen that’s stuck backwards in the Note 5 using a thin strip of stiff paper.

XDA Senior Member Geiti94 put out a guide on how to root the Note 4 N910C running Android 5.1.1, so you may want to read through that if you haven’t rooted your device yet. And once it’s rooted, XDA Recognized Contributor KevinRocksMan has ported his “Project Super Camera on Steroids” over to the Note 4, allowing you to record 4k for up to an hour, so flash away.

And finally, of course, forums for the ZUK Z1 are now available.

But you know what? That’s going to be about all from me for today. You can find the links to all the stories I talked about in the video description, as well as the links to my YouTube channels. Remember if you liked this video to leave a like down below, and subscribe to receive our content as soon as it becomes available. Thanks for watching, and I’ll see you next time.

Be sure to check out other great XDA TV Videos.

Stories mentioned:

Check out Jordan’s YouTube Channel and Jordan’s Vlogging YouTube Channel

View and Control Your Google Play Playlist in Your Notifications With Xposed

$
0
0
XGPM

On August 28, Miroslav Vitula uploaded a concept for an excellent idea in Google Play Music, the ability to access songs from the playlist direct from the notification shade. An idea so good that days later Max Rumpf, forum member Maxr1998 integrated the idea into his Xposed module XGPM.

“We all know that feel when a track that doesn’t fit our moods drops in, or when the music queue doesn’t have any good tunes in it. This quick concept of mine shows what I’ve been craving for a long time, managing the music queue right from the notification bar”

final-animation

The playlist is discrete when not in use, being accessed via a small button in the top right of the notification. Due to constraints with scrolling whilst in the notification shade you can only see 7 tracks at a time, although hopefully in the future scrolling left and right in the panel may allow you to see more tracks. If you use Google Play Music this module is invaluable, other features include:

 

  • Show “My Library” as the default screen
  • Show three columns in album grids (See below left)
  • Hide: shop, help, feedback and subscription buttons (see below center)
  • Add an Equalizer shortcut (see below right)
  • Make album art fully visible (see below right)
  • Remove drop shadows over cover
  • Tint icons with color extracted from cover art (see below right)
Screenshot_2015-09-09-02-55-08
Screenshot_2015-09-09-02-53-10
Screenshot_2015-09-09-02-53-04

This is an exceptional module and really adds a feature that arguably should be in Google Play Music as standard. We will certainly be following the progress of this as it progresses. To try it yourself, check out the links below!

The module’s forum thread can be found here,
To download, head to the Xposed Repository,
and to view more brilliant Android concept work check out Miroslav’s G+.

Is this something Google should have included as standard? Leave a comment below!

Xposed for Marshmallow is Here!

$
0
0
mallow

Xposed is one of the most beloved tools an Android enthusiast can have, as it allows for all sorts of modifications to extend the functionality of our favorite devices. Each new Android release, however, brings with it a small wait for the next version.

Marshmallow’s wait is over!

Xposed version 76 is here with support for Android 6.0 Marshmallow. Xposed creator and XDA Rockstar rovo89 has been hard at work in order to bring the amazing capabilities of Xposed to Marshmallow, and despite Android 6.0 being a big upgrade, rovo89 braved the complications and now has an updated framework that supports most of what you’ll need.

There are some limitations, however:

  • Many modules will likely need updates. Give module developers time to update their modules!
  • As of writing this, the client has only been tested with SuperSU installed, due to which dm-verity and some SELinux rules are disabled. Some of these would otherwise conflict with the modifications to the system partition.
  • Access to preferences files might be blocked by SELinux and Xposed can’t currently work around that. However, rovo89 recommends keeping SELinux enabled and enforcing to prioritize security.
  • Not all Xposed APIs were fully tested, and while the system is booting without any error messages from the framework, some functions might still need adjustments for Marshmallow.
  • rovo89 notes that some issues might arise from JIT and the “optimizing” compiler. Since these are new in Marshmallow, there might be unexpected consequences in combination with Xposed. This could lead to hooks not working properly or crashes.

Excluding those limitations, Xposed should work on your Marshmallow ROM, meaning you will be able to unlock more potential on your phone once more! Do remember that many of your favorite modules might need updating, so be sure to check the relevant threads, use the search button, and give developers enough time to make the needed changes and adjustments.

Head over to the thread to find the download link for the new Marshmallow installer, and also make sure to read the opening posts carefully to make sure you are aware of all the changes made. You can also discuss the latest changes in the discussion thread. For those on Lollipop, know that rovo89 is planning on publishing a new version for 5.0 and 5.1 within the next days, backporting some of the changes done for Marshmallow, and he will also push the changes to GitHub soon.

Xposed is one of XDA’s favorite modifications, and if you’ve been waiting to expand your Marshmallow ROM’s functionality and reclaim the features you lost when upgrading, make sure to head to the forums to experiment and discuss — just remember to be careful and use the search button for good measure!

Xposed Framework for Marshmallow on the Nexus 6P – XDA Xposed Mods

$
0
0
nexus6pxposed

Marshmallow has been out on the Nexus 6P for some time, and recently, TK has done a how to a root and TWRP installation video. The one thing that we have been missing is the Xposed Installer, actually the Xposed Framework.

So today TK is going to walk you through the process of installing that on your Nexus 6P. This is XDA Xposed Mods.

Xposed Framework Links:

Please subscribe to XDA TV and Subscribe to TK’s channel.

Be sure to check out other great XDA TV Videos.

GravityBox for Marshmallow – XDA Xposed Mods

$
0
0
gravityboxmm

The Xposed Framework has been available for the new Android 6.0 Marshmallow for a little over a week now. Last week XDA TV Host TK showed you how to install the Xposed Installer on the Nexus 6P. Even though the Xposed Installer is available for Marshmallow, not all modules have been updated to work. Yet.

In this episode of XDA TV, TK reviews an Xposed Module that has been around for a while — a collection of mods and tweaks that is now available for Marshmallow. XDA Recognized Contributor C3C076 offers a Marshmallow version of the GravityBox module. TK shows off the module and gives his thoughts, so check out this video.

Xposed Framework Links:

Please subscribe to XDA TV and Subscribe to TK’s channel.

Be sure to check out other great XDA TV Videos.

Wanam Xposed Pulled Out of Play Store

$
0
0
Wanam-xposed-cab2

XDA Recognized Developer and Contributor wanam is a well known hacker of many Samsung devices, and he’s a reputable developer has created numerous applications and kernels for Samsung phones since the Galaxy II days.

Because of this, if you ever used a Samsung phone and love XDA, then you must have heard of Wanam Xposed. It’s likely the most complex tool to enhance stock TouchWiz functionality available on XDA.

As a result of Google – developer conversation, Wanam has decided to pull his application out of Play Store to avoid any kind of account prohibiting. Play Store moderators are very ruthless sometimes, and they can pull out even the most popular applications. Tasker is a good example.

Wanam gave an explanation in the forums:

For people who are still asking why I pulled out the App, it’s simply because Google does not allow playing with Samsung security stuff anymore: Knox, secure storage, Device status… my module will become useless if i remove those features, so i decided to unpublish my other modules as well, and will keep updating them on the Xposed repository.

This was one of the reasons I didn’t push my L update of the module to the PlayStore months ago, i need my dev account and i don’t want to put it in any kind of troubles.

It appears that Google tries to protect technologies designed by Samsung to keep those devices safe. Knox is most likely the most notable example of technology that is not power-user friendly.

If Wanam Xposed suddenly disappeared from your application drawer, you can still find it in the Xposed repository. Wanam will still update his module, but you need to turn off auto updates on the Play Store app. XDA is always the best place to find the latest available version. Follow Wanam Xposed module thread to get all the latest news.

What do you think about this decision? Let us know about your opinion in the comments.

Top 5 News Stories of 2015 – XDA TV

$
0
0
top5stories2015

It’s that time of year where you look back and remember the things that happened during the year. You learn from the bad things, and celebrate the good things. It’s been a great year here at XDA TV and we are looking back at some of our favorite items from the year.

There have been a lot of great stories that have captured our attention this year. In this video XDA TV Host Jordan revisits the top 5 news stories of 2015. A lot of these stories have multiple parts and were covered by many articles. Check out the video to see what we thought were to top 5 stories of 2015. Feel free to let us know what you thought was the top stories in the comments below.

Be sure to check out other great XDA TV Videos.

Stories mentioned:

Check out Jordan’s Tech Channel and Jordan’s Vlogging YouTube Channel


Top 5 Xposed Mods of 2015 – XDA TV

$
0
0
top5xposed2015

Yesterday we took a moment to reflect on the Top 5 News Stories of 2015. As the year wraps up, it is always fun to look back at what goodies got released over the last 12 months. In today’s video XDA TV Host TK talks about the Top 5 Xposed Mods from 2015.

At the beginning of the years, the future of Xposed was in question. ART and Lollipop completely changed the environment for the Xposed Framework. Thankfully, XDA Senior Recognized Developer rovo89 put in the hard work and released Xposed for Lollipop, and later Marshmallow. Check out the video to see what we thought were the top 5 Xposed mods of 2015. Feel free to let us know what you thought was the top Xposed mod in the comments below.

Be sure to check out other great XDA TV Videos.

Please subscribe to XDA TV and Subscribe to TK’s channel.

This is Why We STILL Root!

$
0
0
stillroot

A little over 3 and a half years ago, legendary XDA TV Host azrienoch posted a video explaining the reasons that XDA members and Android enthusiasts rooted their devices. Over the past couple of years a lot has changed with Android. Many people are saying that rooting is not necessary anymore.

So today XDA TV Host TK takes a moment to present the findings to a question he posted to Android fans on Social Media. His goal was to find out if there was any reason to still root, and if so, why people still root. Check out the video to find out the answer.

Be sure to check out other great XDA TV Videos.

Please subscribe to XDA TV and Subscribe to TK’s channel.

The HTC 10: How the Developer Community Radically Improved My Experience

$
0
0

Sometimes it needs a little help to make it truly yours

M

y 14 day return window drew to a close and I had a decision to make, my HTC 10 hung in the balance.  HTC has always had a soft spot in my heart. Starting with the HTC Incredible and then upgrading the M7 and M8, I have seemed to have a deeply rooted affinity for them.

At its announcement, the HTC 10 drew my eye but I was also overly skeptical of it after the M9, which I skipped for various reasons. I knew deep down, though, I would end up owning the device because for as much criticism as I give the company, I love HTC. The first few days were great and brought back so many memories of the old days with great HTC devices, but all good things must come to an end and my HTC 10 experience quickly began to deteriorate sooner than I might have expected.

Credit where it is due though, the hardware is second to none. From the beautiful beveled edges, glistening chamfers and near perfect mix of materials to the liquid black front and amazing audio experience — one could really only knock the 10 for its lack of waterproofing. The software, though, is where things got a little more complicated. Praised by blogs all around for its Close to Stock Android look and feel (which we disagreed with) I felt like I was being betrayed by everything I had read.

True, the software may look or feel like stock in some ways but don’t be naive: the stock Android feel is little more than a theme. HTC did some deep customization to this software and to make things worse they removed or broke some key features one would expect in Marshmallow. It uses a custom dialer with no lookup features, the SystemUI Tuner and Ambient Display were removed, icons were added or changed for no reason (making for inconsistent iconography), and you couldn’t modify the quick toggles. Few offenses were worse than what HTC did to the lockscreen. Not only did they remove the simple three toggle system most devices have settled on – which works – but they totally broke notifications while playing audio with their second biggest offense, Boomsound.

Screenshot_20160601-151634

How is this a usable experience?

Having Boomsound installed on the phone is fine, having a constant notification present advertising “Boomsound with Dolby Audio” while ANY audio is playing regardless as to if it is enabled is beyond words. But it gets worse, due to HTC’s lockscreen modifications if you happen to be playing any audio you can see ZERO new notifications on the lockscreen without interacting with it since slot 1 is taken by the playback controls and slot 2 by this Boomsound advertisement. There just is no valid excuse for this unremovable, overly irritating, and unwanted thorn in my side that breaks proper notification handling. But the proverbial straw that broke the camel’s back was my battery. No matter what I did, I could not make my HTC 10 have good battery. I subscribe to the “I’m not turning any features I want off to save battery” mantra, so wakelocks are a fact of life. But my 10 would last 8-10 hours with about 2 1/2hrs of SOT, totally unacceptable. Add to this the fact that it appears HTC broke the App Standby feature that puts apps into an ‘inactive’ state after no use and the situation was pretty dismal.

So as I was pondering the future of my HTC 10’s existence I thought back on why I loved my prior HTC One M7 and M8 so much and I came to a conclusion. What made the M7 and M8 so great was the developer support from both HTC with bootloader unlocking and the developer community that made it possible to have my phone exactly as wanted.

I decided to go to the XDA forums and see what I could find, what could make me love this phone again, and what happened over the next few hours floored me. The HTC 10 I grew to despise had turned into a beautiful customized beauty with few of the annoyances that bugged me so much, and so much more…


The Changes

Screenshot_20160601-233856

This is N-ify on an HTC 10

The first module I installed was N-ify. Featured on the Portal just a few days ago, this app is a must-have for anyone wanting that Android N look. MrWasdennnoch and Paphonb need a solid round of applause, or at least a solid round for their work. At first I didn’t think this mod would work well on the 10, but it turns out that it works almost perfectly, some features don’t enable like the changes to the Recents view or Settings, but it has no UI or functionality glitches. Full width notifications, quick jump to the last app, notification/quick toggle panel, it’s all there and more that I can’t even use due to HTC’s software modifications. Seriously, if you wanted to have your stockish Android device look and feel like N this is the one stop shop and they have more features planned like quick replies and more so be sure to follow the project.

My second issue was with the unremovable Boomsound notification as well as the WiFi calling notification (which is redundant with the status bar icon), they needed to die. After some searching I found XNotifications by Taptigo. The app can be confusing at first, but all you need to do to make it work its magic is to long press a notification and see the options. In my situation, I wanted to remove the Boomsound and WiFi notifications but not stop Android System from sending other notifications,

XNotifications can do just that. Using a series of rules and toggles, XNotifications can block or alter notifications based on a specific filter. For instance, notifications from Android System with the title “HTC Boomsound with Dolby Audio” are blocked, but any other Android System notifications are allowed. Yes, it works just as advertised and yes, it is awesome. 

Viper pushes the HTC 10’s audio components to the next level

Screenshot_20160602-143255

My battery, its back!

HTC also removed Ambient display and I wanted it back. Thanks to two modules Enable Ambient Display and Ambient Notifications I got that and more. Paired together they not only brought the feature back but allowed me to set it so it only activates when notifications are present, perfect!

Next I came to my crown jewel, Amplify. If you run Xposed and don’t have Amplify I don’t know what’s wrong with you, so i’ll wait for you to go download it and enable it… Back? Its awesome, right?! My battery has never been better and wakelocks are back in check, just don’t block “Icing” it causes a force close loop on Messaging. Again, this app should be used by anyone running Xposed, no questions asked.

Finally I wanted to really push this audio experience. Boomsound with Dolby were good, but Viper4Android is better. After doing the pre-required steps to install it, I went with the Viper|Atmos flashable zip file from the Nexus 6 subform. I had long used Viper on my M7 and M8 and for good reason. The audio quality components HTC uses are almost unmatched and Viper pushes them to the next level thanks to the sizable overhead that the HTC amps allow. Boomsound now sounds more like a cheap EQ compared to my setup. The audio quality while properly tuned is nothing short of amazing, take some time and learn about the settings and how to properly use them to really benefit from this modification.


It’s only been 1 day now, but I am again in love with my HTC 10. With great power comes great responsibility, likewise rooting and running customizations like Xposed or even changing your ROM isn’t for everyone and it absolutely comes with its warnings. But the power you have at your fingertips is unmatched. HTC knows how to build a device, but only you know how to make it truly yours inside and out. Sometimes it might feel like the developer community is getting edged out as Google implements more features into AOSP that we are familiar with from XDA, that is until you dive head first into the community and really see what these developers are creating.

The most awesome part is that I haven’t even hit the tip of the iceberg with what is possible with the awesome developer community that enables us to make Google’s, HTC’s, Samsung’s, Sony’s or LG’s Android our Android.

In the comments let us know of your favorite Xposed modifications and ROM’s for making your device, truly your device

Check Out XDA’s HTC 10 Forum

The Best HTC 10 Mods

How To Recreate This Awesome Lock Screen

$
0
0

 

Today, Marcos is going to show us how to customize our lock screen using an Xposed module called Lock Screen Widget. A video tutorial will take you step by step to show you  how to get the look in the screenshot below. Your phone will need to be rooted with the Xposed framework running.

vlcsnap-2016-08-10-08h54m17s233

First you’ll want to open the app and check Hide clock, Hide date, Hide owner, Never show next alarm, Hide status bar, Update widgets and Hide bottom bar. Reboot your device once these items have been checked. This will blank out your lock screen so you can add your own widget.

vlcsnap-2016-08-10-09h04m49s870

Now add the KWGT 4×2 widget and go into the widget configuration. Set the height of the widget to 250 and the top margin to 250. Then scroll to the bottom of the page and check Make the widget clickable.

vlcsnap-2016-08-10-09h15m40s919

Now add the widget X for KWGT and save it.

vlcsnap-2016-08-10-09h14m48s675

You should end up with a result like this.

vlcsnap-2016-08-10-09h19m18s165

Download the Xposed module for yourself and give it a shot.

Download Lock Screen Widgets

Viewing all 342 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>