[MOD][HelpNeeded] Statusbar Power widgets for HTC Legend

ogo2

Senior Member
Oct 15, 2008
547
476
0
Sofia
OK, i need some help from a Java Developer with porting this MOD to our Legends.

First. i have decompiled StatusBarService.class, look inside the attachment:

StatusBarService-mod.java -> with statusbar power widgets (LeeDroid 2.2f)
StatusBarService-org.java -> without widget (LeeDroid 2.2f)
StatusBarService-legend.java -> without widget (Legend B0.6)

If anyone have enough knowledge in Java, just PM me. I can provide the rest of the sources.
 

Attachments

TheGrammarFreak

Senior Member
Jul 29, 2010
2,820
678
0
twitter.com
I have no experience in java, but I had a little peek inside. It seems to me that you need to difference the 2 files from the Desire framework to see what was changed. After that, I'm not so sure. It'd kinda depend on what we find. I'll keep poking around

EDIT:

I'm looking at the differences now. Hmm...

If you fancy recompiling edited files I can try and cut and paste job if you like... I don't have the means to re-compile myself I'm afraid (proper group effort this, lol)
 
Last edited:

ogo2

Senior Member
Oct 15, 2008
547
476
0
Sofia
I think too to copy and paste some code, but take a look at this:

int[] arrayOfInt3 = { 34210060, 34210061, 34210062, 34210063 };
this.mSearchingString = arrayOfInt3;
What are these numbers? Any idea?