Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
iconeo
Old
(Last edited by iconeo; 6th June 2012 at 06:12 PM.)
#1  
Member - OP
Thanks Meter 57
Posts: 87
Join Date: Dec 2008
Default [solved] htclinkifydispatcher.apk

Thanks to steal25. Just change your build.prop to the following:

Quote:
ro.da1.enable=true

change to

ro.da1.enable=false

then add just below that this line

ro.da1.method=false
Must be rooted/temp rooted. You do not need to be unlocked.

I used the program below to change the value only, didn't have to add a line, and it works for me. I also removed htclinkifydispatcher.apk and then rebooted (not just restart). Some users report a second ro.da1.enable that needs to be modified as well. Try looking at lines 20 and/or 302.

https://play.google.com/store/apps/d....buildpropedit

I'm noob so please be patient.

With the apple patent our phones are not functioning the way we want them to due to HTCs inclusion of htclinkifydispatcher on our phones. I pulled it and decompiled it in case any devs know or want to go in and fix so we can get on with our (tech) lives.

I used the tools from here to decompile the ICS apk.


http://forum.xda-developers.com/show....php?t=1558171

I just started programming so please be nice.
Attached Files
File Type: zip htclinkifydispatcher.zip - [Click for QR Code] (74.5 KB, 432 views)
Palm Centro
HTC Touch Pro
HTC EVO
Motorola Photon
HTC EVO LTE
The Following 42 Users Say Thank You to iconeo For This Useful Post: [ Click to Expand ]
 
firegoblin
Old
#2  
firegoblin's Avatar
Senior Member
Thanks Meter 27
Posts: 222
Join Date: May 2010
Location: Houston, TX
Sweet hopefully the fine devs can do something with this. Good job

Sent from my EVO using xda premium
 
Rydah805
Old
(Last edited by Rydah805; 5th June 2012 at 07:31 PM.)
#3  
Rydah805's Avatar
Recognized Contributor
Thanks Meter 934
Posts: 3,383
Join Date: Oct 2008
Location: Ventura County

 
DONATE TO ME
ill take a look

---------- Post added at 11:13 AM ---------- Previous post was at 10:57 AM ----------

Wonder If We For Example, Change This:
Code:
method public static getMailPreferredActivity(Landroid/content/Context;)Ljava/lang/String;
    .locals 1

    const/4 v0, 0x2

    invoke-static {p0, v0}, Lcom/htc/HtcLinkifyDispatcher/HtcAppAssociationsUtils;->getPreferredActivity(Landroid/content/Context;I)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method
To:
Code:
method public static getMailPreferredActivity(Landroid/content/Context;)Ljava/lang/String;
    .locals 1

    const/4 v0, 0x0

    invoke-static {p0, v0}, Lcom/htc/HtcLinkifyDispatcher/HtcAppAssociationsUtils;->getPreferredActivity(Landroid/content/Context;I)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method
If We Would Be Able To Disable The "Dispatcher" From Certain Apps Such As Email...

Anybody Up To Test This? I Can Post It Compiled...

Edit: Attached A Version W/ The Above Edits. Can Somebody Confirm Whether Email Link's Work Or Not Or Click A Link To A Video And Tell Me What Come's Of It???
Attached Files
File Type: apk HtcLinkifyDispatcher.apk - [Click for QR Code] (35.1 KB, 105 views)
The Following 4 Users Say Thank You to Rydah805 For This Useful Post: [ Click to Expand ]
 
iconeo
Old
#4  
Member - OP
Thanks Meter 57
Posts: 87
Join Date: Dec 2008
Quote:
Originally Posted by Rydah805 View Post
ill take a look

---------- Post added at 11:13 AM ---------- Previous post was at 10:57 AM ----------

Wonder If We For Example, Change This:
Code:
method public static getMailPreferredActivity(Landroid/content/Context;)Ljava/lang/String;
    .locals 1

    const/4 v0, 0x2

    invoke-static {p0, v0}, Lcom/htc/HtcLinkifyDispatcher/HtcAppAssociationsUtils;->getPreferredActivity(Landroid/content/Context;I)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method
To:
Code:
method public static getMailPreferredActivity(Landroid/content/Context;)Ljava/lang/String;
    .locals 1

    const/4 v0, 0x0

    invoke-static {p0, v0}, Lcom/htc/HtcLinkifyDispatcher/HtcAppAssociationsUtils;->getPreferredActivity(Landroid/content/Context;I)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method
If We Would Be Able To Disable The "Dispatcher" From Certain Apps Such As Email...

Anybody Up To Test This? I Can Post It Compiled...

Edit: Attached A Version W/ The Above Edits. Can Somebody Confirm Whether Email Link's Work Or Not Or Click A Link To A Video And Tell Me What Come's Of It???
I'll test tonight. Thanks.

Sent from my EVO using xda premium
Palm Centro
HTC Touch Pro
HTC EVO
Motorola Photon
HTC EVO LTE
 
Rydah805
Old
#5  
Rydah805's Avatar
Recognized Contributor
Thanks Meter 934
Posts: 3,383
Join Date: Oct 2008
Location: Ventura County

 
DONATE TO ME
Quote:
Originally Posted by iconeo View Post
I'll test tonight. Thanks.

Sent from my EVO using xda premium
Cool. Hope it works, but that's just a wild un-educated guess. But you never know... LET US KNOW! I'm a bit busy so I can't try it at the moment, but anybody, feel free to test it!
 
mike.r.olson
Old
#6  
Senior Member
Thanks Meter 196
Posts: 600
Join Date: Jun 2010
Location: Woodstock, GA
I just used TiBu to back up the apk then uninstalled and rebooted my phone. The "how do you want to do this" selection screen is functioning now. I tried it on my EVO 3D and now my EL TEEEEEVO with no ill effects. Just my 2 cents.
deejaymikey on IRC
 
Rydah805
Old
#7  
Rydah805's Avatar
Recognized Contributor
Thanks Meter 934
Posts: 3,383
Join Date: Oct 2008
Location: Ventura County

 
DONATE TO ME
Quote:
Originally Posted by mike.r.olson View Post
I just used TiBu to back up the apk then uninstalled and rebooted my phone. The "how do you want to do this" selection screen is functioning now. I tried it on my EVO 3D and now my EL TEEEEEVO with no ill effects. Just my 2 cents.
I heard that that worked, but something else happened or didn't work. Can't remember...
 
iconeo
Old
#8  
Member - OP
Thanks Meter 57
Posts: 87
Join Date: Dec 2008
Quote:
Originally Posted by mike.r.olson View Post
I just used TiBu to back up the apk then uninstalled and rebooted my phone. The "how do you want to do this" selection screen is functioning now. I tried it on my EVO 3D and now my EL TEEEEEVO with no ill effects. Just my 2 cents.
Some of the apps will no longer work correctly now with that method. Like links in text messasges or google talk.

Sent from my EVO using xda premium
Palm Centro
HTC Touch Pro
HTC EVO
Motorola Photon
HTC EVO LTE
The Following User Says Thank You to iconeo For This Useful Post: [ Click to Expand ]
 
mike.r.olson
Old
#9  
Senior Member
Thanks Meter 196
Posts: 600
Join Date: Jun 2010
Location: Woodstock, GA
I use GoSMS and those links work and I've never used Google Talk. Maybe since I'm using third party software?
deejaymikey on IRC
 
filmaker
Old
#10  
filmaker's Avatar
Senior Member
Thanks Meter 312
Posts: 472
Join Date: Jan 2011
I know completely removing the app altogether will allow the option for YouTube links to pop up, I did it here.
Click image for larger version

Name:	uploadfromtaptalk1338926584659.jpg
Views:	2857
Size:	23.8 KB
ID:	1109143

The only thing like someone else said, phone numbers in email and text don't open up the dialer.

Sent from my EVO using XDA
"Life would be so much easier if we only had the source code."

Rockin' a super LTE Evo.

Android Everything
Opensourcegangster
http://www.youtube.com/user/Opensour...r?feature=mhee

Android File Pusher
http://forum.xda-developers.com/show...8#post25171998

Rom Maker!
http://forum.xda-developers.com/show....php?t=1817109

The Following User Says Thank You to filmaker For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...