View Single Post
Old 01-04-2013, 06:23 AM   #11
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Hmm IIRC I kinda was in on that... Let me start by saying I DON'T HAVE A 4.
okay now we have that out of the way.

Cant find file?
find / -iname '*'"libwebkit-1.0.so.2.5.0"'*'
(if it complains about no -iname flag just drop it)

or if you are struggling...
[root@kindle root]# find / -iname '*'"libwebkit"'*'
for example... (on a touch)

Quote:
/usr/lib/libwebkitgtk-1.0.so.0
/usr/lib/libwebkitgtk-1.0.so.0.7.2
/usr/lib/libwebkitgtk-1.0.so
on a 3:

[root@kindle root]# find / -iname '*'"libwebkit"'*'
Quote:
/usr/lib/libwebkitgtk-1.0.so.0.0.1
/usr/lib/libwebkit-1.0.so.2.5.0
/usr/lib/libwebkitgtk-1.0.so
/usr/lib/libwebkit-1.0.so.2
/usr/lib/libwebkitgtk-1.0.so.0
/usr/lib/libwebkit-1.0.so
once you have that file... the actual process is a hex level edit of the string "_blank" - ideally replacing it with _self (and maybe a null terminator to keep the length right, perhaps Knc1 would know more on that)

then splatter it back on.

Always make backups.

Expect things to break the first few times.

Re The OP's file:

H.Dave seems a nice enough chap, no doubt it missed his radar.
perhaps another polite request may not go amiss....

or just hack up your own. And once you are done perhaps being ready to share the work would alleviate posts like this in the future.

Good luck.
twobob is offline   Reply With Quote