[Progress: 100%] Porting a music player with Xperia S

Theonewithideas

Senior Member
Oct 21, 2011
336
62
58
Excellent work! ;)

What tools did you use?

By the way, how did you open that mp3 tag editing and SensMe channels? I can't find those :(
 
Last edited:

Theonewithideas

Senior Member
Oct 21, 2011
336
62
58
ok, I've found this in code:

Code:
android:textSize="@dimen/library_header_text1_height"
So, I guess that "@dimen/library_header_text1_height" defines the text size.

We could put value (in sp, dpi or whatever) to manage text size, I guess.

Will post screenshots if something succeeds.


Now, I've edited the parts of code that I wanted to change. But when installing it to phone, it shows me error.

Maybe something about compiling or signing, checking...
 
Last edited:
  • Like
Reactions: przemo5020

przemo5020

Senior Member
May 11, 2011
204
281
0
Ostrowiec
ok, I've found this in code:

Code:
android:textSize="@dimen/library_header_text1_height"
So, I guess that "@dimen/library_header_text1_height" defines the text size.

We could put value (in sp, dpi or whatever) to manage text size, I guess.

Will post screenshots if something succeeds.


Now, I've edited the parts of code that I wanted to change. But when installing it to phone, it shows me error.

Maybe something about compiling or signing, checking...
In addition, try to edit the file responsible for the dimensions of album art
 

Theonewithideas

Senior Member
Oct 21, 2011
336
62
58
I edited some files and got this in landscape.got tabs correctly.

Then edited some more layout files and app crashed.trying from scratch again.

Sent from my ST15i using XDA App
Vertical tabs looked cooler, IMO.

Anyway, how did you do the whole process?

I mean, about decompiling and signing and etc..
 

Theonewithideas

Senior Member
Oct 21, 2011
336
62
58
OK, I've finally discovered a way to edit apk (lulz, nobody responded to my requests, nevermind)

Anyway, here's my edit, tab labels are bad, I was just experimening; but look at the tabs!!! :DDD




Expect more things fix as I look into it...


Ok, labels fixed:


I'm now looking into fitting the whole header images into the frame, and resizing that overlay over blue menu items...

Download link: Whooops, wrong URL. Posting right one tomorrow.
Install by replacing the apk in system/app, changing the permissions, and you don't even need to reboot.
 
Last edited:
  • Like
Reactions: przemo5020