View Single Post
Old 09-24-2024, 05:58 AM   #1
Duxa
Junior Member
Duxa began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2024
Device: PW1/2
Question Top row of PW1 not readable, would like to add a row worth of margin to the top.

My top row is messed up (I inherited this kindle PW1 not sure how it got damaged). This is what it looks like. Id like to move down the top row so that I can read on it, bonus points if I can move the top bar/menus down too so that I can actually see the battery state/clock etc...

Pictures: https://imgur.com/a/s90OpRG

Ive been following the directions on various threads here, jailbroke it, got netUSB working, but am failing to understand the meaning of numbers in examples given here https://www.mobileread.com/forums/sh...postcount=1795

I tried to go overboard to see a difference and then finetune it, but doubling the numbers here did not seem to do anything:

Default:
Code:
ldc_w "reader.content.topMargin"
aastore
dup
iconst_1
new java/lang/Integer
dup
bipush 30
invokespecial java/lang/Integer/<init>(I)V
aastore
aastore
dup
bipush 41
iconst_2
anewarray java/lang/Object
iconst_1
dup
pop2
dup
iconst_0
ldc_w "reader.content.topMarginOffset"
aastore
dup
iconst_1
new java/lang/Integer
dup
bipush 10
invokespecial java/lang/Integer/<init>(I)V
aastore
aastore
dup
bipush 42
iconst_2
anewarray java/lang/Object
iconst_1
dup
pop2
dup
iconst_0
Changed:
Code:
ldc_w "reader.content.topMargin"
aastore
dup
iconst_1
new java/lang/Integer
dup
bipush 40
invokespecial java/lang/Integer/<init>(I)V
aastore
aastore
dup
bipush 80
iconst_2
anewarray java/lang/Object
iconst_1
dup
pop2
dup
iconst_0
ldc_w "reader.content.topMarginOffset"
aastore
dup
iconst_1
new java/lang/Integer
dup
bipush 12
invokespecial java/lang/Integer/<init>(I)V
aastore
aastore
dup
bipush 42
iconst_2
anewarray java/lang/Object
iconst_1
dup
pop2
dup
iconst_0
Duxa is offline   Reply With Quote