pdfviewer from haykuro builds

Search This thread

smeyerhuky

Senior Member
Jan 26, 2009
115
11
it loads

I can see the PDF load in the background. maybe there is a way to just remove
the popup from the file. (if only we had the source)
JF1.5 anyone else notice this.?
 

smeyerhuky

Senior Member
Jan 26, 2009
115
11
I can see the PDF load in the background. maybe there is a way to just remove
the popup from the file. (if only we had the source)
JF1.5 anyone else notice this.?

Does anyone know what the Version Number is that it is looking for in a JF build (1.5 Official with root) If so we can change what it is looking at and give it the correct Version number. Here is the text from "resources.arsc"

V.e.r.s.i.o.n.e.......5.@.A.8.O.....Hr,g..1.T.h.i.s. .a.p.p.l.i.c.a.t.i.o.n. .c.a.n. .o.n.l.y. .b.e. .u.s.e.d. .o.n. .H.T.C. .d.e.v.i.c.e.s.

or

56 00 65 00 72 00 73 00 69 00 6F 00 6E 00 65 00 00 00 06 00 12 04 35 04 40 04 41 04 38 04 4F 04 00 00 02 00 48 72 2C 67 00 00 31 00 54 00 68 00 69 00 73 00 20 00 61 00 70 00 70 00 6C 00 69 00 63 00 61 00 74 00 69 00 6F 00 6E 00 20 00 63 00 61 00 6E 00 20 00 6F 00 6E 00 6C 00 79 00 20 00 62 00 65 00 20 00 75 00 73 00 65 00 64 00 20 00 6F 00 6E 00 20 00 48 00 54 00 43 00 20 00 64 00 65 00 76 00 69 00 63 00 65 00 73 00

I can change what it says... LOL I just resign it like I would for a theme.

EDIT***
Even though I can change what it says it still uninstalls when I press OKAY.
 

smeyerhuky

Senior Member
Jan 26, 2009
115
11
So the question is: by what means is it detecting who built the firmware? Could it be as simple as /system/build.prop?

Can you change the build.prop without messing up the wifi-tether, I mean is the JF1.5 build.prop just interchangeable with the H build from Haykuro

**EDIT**
Just replaced the update.zip with 5 different build.prop (from various builds that it has been reported to work with)
Neither of them allowed it to work and one of them (the 5.0.2r5h Haykuro) wouldn't even let it open.

Any other Ideas?
 
Last edited:

strazzere

Retired Recognized Developer
Nov 4, 2008
74
21
www.strazzere.com
Someone emailed me in regards to this thread to see if I could patch it. I'll let you know the results in a little bit. They sent it late last week but I've be busy with a restaurant opening... Hopefully I can post a patched on later today ;) Stand by for the apk :)
 

strazzere

Retired Recognized Developer
Nov 4, 2008
74
21
www.strazzere.com
ftw ;)

I'm going to grab some lunch real quick, then once I come back I'll clean up a few things and post the apk.

Anyone know the legality of this? I'm not even sure where you guys grabbed this APK.
 

Attachments

  • ftw.jpg
    ftw.jpg
    20.8 KB · Views: 109

sh0

New member
Apr 12, 2009
1
0
You'll need to modify the boot.img init.rc

export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar

to

export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar

Simply include the com.htc.*.jar files to the BOOTCLASSPATH fixes our issue.

Include the htc jars as well 8)

Cheers!
 

strazzere

Retired Recognized Developer
Nov 4, 2008
74
21
www.strazzere.com
You'll need to modify the boot.img init.rc

export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar

to

export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar

Simply include the com.htc.*.jar files to the BOOTCLASSPATH fixes our issue.

Include the htc jars as well 8)

Cheers!

Ahhh thats what the reference to those where in the file ;) Thanks for that solution also!
 

sino8r

Senior Member
Sep 7, 2006
3,549
735
Birmingham, Alabama
Great job! Does Teeter work on the JF 1.5 ADP? I am currently using Dude's ADP but will probably switch to the RC build once it's available for theme's sake. With those 2 apks, it will make the transition to RC easier.