View Single Post
Old 03-01-2012, 06:33 PM   #1
giosa
Connoisseur
giosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcovergiosa exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 90
Karma: 16056
Join Date: Dec 2011
Device: Sony PRS T1
Change Link2SD background color

I've rupor's absolute minimal root package that among other nice features has system wide white background, which is more suitable for eInk displays than andorid's native black background.

I also use Link2SD to be able to install some apps I need. The Link2SD's background colors look ugly on system wide white background, the text on app is barely readable. I wrote to the developer on his xda thread but seems he's too busy and didn't respond. So I've decided to extract apk with apktool and changed color.xml
Spoiler:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="view_background">#00000000</color>
<color name="title_background">#ff888888</color>
<color name="shadow">#ffffffff</color>
<color name="transparent">#00000000</color>
<color name="linked">#ffff0000</color>
<color name="warning">#ffffa500</color>
<color name="frozen">#ff00ffff</color>
</resources>
in /res/values folder. My understanding is that values in read should be changed to #00000000 to reflect systems white background properly. After making changes I've rebuild apk with -f option. The apk I got is smaller in size than original I don't know whether it's normal, then I've signed apk with SignApk.

Atfer installation I tried to run Link2SD and it's says invalid package. Could anybody help what's wrong?

For your convenience I've attached extracted apk folder.
2nd and 3rd screen show how 1st main screen should look
Attached Thumbnails
Click image for larger version

Name:	20120302233740.png
Views:	346
Size:	126.2 KB
ID:	83437   Click image for larger version

Name:	20120302232357.png
Views:	333
Size:	85.0 KB
ID:	83438   Click image for larger version

Name:	20120302234335.png
Views:	319
Size:	60.6 KB
ID:	83439  
Attached Files
File Type: zip Link2SD_1.9.13.zip (360.5 KB, 310 views)

Last edited by giosa; 03-04-2012 at 06:58 PM.
giosa is offline   Reply With Quote