CLOSED

Status
Not open for further replies.

Eliminater74

Recognized Developer
Jan 25, 2014
3,955
16,510
263
Clearwater
lightningbolt.duckdns.org

prstorero

Senior Member
Sep 12, 2011
2,320
1,051
0
Dallas
Since we know these questions are coming, here's how to check and make sure the mod works:

Option 1: Computer

Run this command: adb logcat | grep -i "aptx"
This must be done on the computer. adb logcat uses the adb.exe to read the logcat from the device, then piping the output of the log into a search command to look for aptx. You have to do this quickly after you first start playing music. If you're too slow, you will miss the buffer and the message will no longer be there. If the command spits out some lines containing aptx, then it works.


Option 2: Phone

Open a terminal emulator and type:
Code:
su
logcat | cat > /sdcard/logtemp.txt
**close the terminal window and start a new one. Since the logcat keeps going, that window will no longer take commands**
su
grep -i "aptx" /sdcard/logtemp.txt
You have to do this quickly after you first start playing music. If you're too slow, you will miss the buffer and the message will no longer be there. If the command spits out some lines containing aptx, then it works.
 
Last edited:

c19932

Senior Member
Jun 9, 2010
1,347
143
83
noob question: so if I flash this on my htc 10, it would improve the sound quality with any bluetooth devices? or do I need a specific aptxHD-compatible bluetooth device? thanks
 

BrianKuo1853

Senior Member
Feb 7, 2015
97
15
0
Since we know these questions are coming, here's how to check and make sure the mod works:

Run this command: adb logcat | grep -i "aptx"
quickly after you first start playing music. If you're too slow, you will miss the buffer and the message will no longer be there. If the command spits out some lines containing aptx, then it works.

If it's needed, I'll edit this post with a bit more detail.
:confused:Should I type [adb logcat | grep -i "aptx"] in android terminal?
 

tabp0le

Inactive Recognized Developer
Oct 4, 2013
1,824
3,560
113
Phoenix
www.spryservers.net
they pulled the source.. lucky I have it on my github still..

But Thank you @tabp0le For supplying the source. :p



Hes joking man....... we hang out together in slack................

Lmao! I didn't say I wrote the source. I gave him the link to it. Hahaha you need to go take a pill. Maybe don't talk crap if you don't know what your talking about.
 

Eliminater74

Recognized Developer
Jan 25, 2014
3,955
16,510
263
Clearwater
lightningbolt.duckdns.org

dh.harald

Senior Member
May 20, 2010
594
1,611
0
London
First off I dont go around on the threads looking at other devices to see if they support something for us.. I took my crap Direct from qualcomm my self.........
then did all the work my self.. I did not take nothing from nowhere else.. if you think I did.. then go report it.. cause I got proof.
If you got that libraries from Qualcomm, why didn't got the original aptxHD library? Just because it's libaptXHD-1.0.0-int-Android21-ARMv7A.so from LG V20 rom, I just renamed it, lol...
 
Last edited:

Eliminater74

Recognized Developer
Jan 25, 2014
3,955
16,510
263
Clearwater
lightningbolt.duckdns.org
If you got that libraries from Qualcomm, why didn't got the original aptxHD library? Just because it's libaptXHD-1.0.0-int-Android21-ARMv7A.so from LG V20 rom, I just renamed it, lol...
And your point to all this is?, Yes I got it from a Public Repo called the Muppets that you pushed there and that was reverted by Dan..... and that 100 other people took......
so whats your point? its all public............................ But if you are the one that took it from the v20, then guess you deserve a thanks too..

I threw this crap up on this thread really to just let others use it.. I put the little zip together really quick and uploaded it..
I dont even read this thread.. a friend of mine showed me your post.........

But in the future if you dont want your stuff leaked out, Then dont push it to Huge public Repos.............

But thank you for your work.... and I will change the #op when I get a chance with your name............
 

dh.harald

Senior Member
May 20, 2010
594
1,611
0
London
And your point to all this is?, Yes I got it from a Public Repo called the Muppets that you pushed there and that was reverted by Dan..... and that 100 other people took......
so whats your point? its all public............................ But if you are the one that took it from the v20, then guess you deserve a thanks too..

I threw this crap up on this thread really to just let others use it.. I put the little zip together really quick and uploaded it..
I dont even read this thread.. a friend of mine showed me your post.........

But in the future if you dont want your stuff leaked out, Then dont push it to Huge public Repos.............

But thank you for your work.... and I will change the #op when I get a chance with your name............
That's everything, that I need :)
Thanks!
 
Status
Not open for further replies.