• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Theme] Dark Sense for Galaxo 1.6.3.x

inFECT

Android Enthusiast
Feb 22, 2010
256
69
Germany
infect.c64.org

1. (Blue) Version: Dark Sense 2.1

DS21final-1.png
DS21final-2.png


-------------------------------------------------------------------------------------------

*** FOR A CHANGELOG CLICK HERE *** FOR A DOWNLOAD LINK CLICK HERE ***

(25.08.2010) - DarkSense 2.1 Final

100% Compatible with Galaxo 1.6.3.4
Fixed the Notification Text Bug.
Compatible with the optimized libdvm by jakax for Galaxo 1.6.3.4

Added the Super Circle Battery
Added ADW 1.1.3 System Version as Standard Launcher with "Sense" Theme
Added Wysie Contacts.apk 2.8 with Dark Sense Theme - Compiled from drakaz
Added new images in the settings for Wifi Connect
Changed Lock Buttons again
Tweaked some images which did not fit properly.

Thanks for testing: Obihoernchen, Casper Span, sgx100, maurinet, Marjun and all others.

Special thanks to: Aglar and Drakaz


DOWNLOAD HERE DARK SENSE 2.1

How to install: (Use at your own risk!)

Dark Sense 2.1 is compatible with Galaxo 1.6.3.4 - It is not tested on other ROMs or Galaxo versions.

- Copy the theme to your root directory on the internal SDCard.
- Perform a nanodroid backup.
- Boot in Recovery Mode and fix the permissions.
- Use the "apply any zip" option and choose the Theme.
- Finished!

Sidenote: If you dont like the ADW Sense Theme, go to Android Codex and download the latest flashable Donut System Version.

How to remove:

Download: Back2Galaxo.zip and proceed with the steps above. Done!


-------------------------------------------------------------------------------------------

2. (Blue) Version: Dark Sense 2.0

DarkSense2.0_ADW-Standard1.png
DarkSense2.0-ADW-Sense1.png

DarkSense2.0-Advanced-Sense1.png
DarkSense2.0-ADW-Sense2.png

-------------------------------------------------------------------------------------------

*** FOR A CHANGELOG CLICK HERE *** FOR A DOWNLOAD LINK CLICK HERE ***

How to install:
(Use at your own risk!)

The Dark Sense Theme is compatible with Galaxo 1.6.3.2 / 1.6.3.3.
It is not tested on other ROMs
Choose a theme version:

DarkSense2.0_ADW-Sense.zip (HTC Hero Sense Style ADW Launcher)
DarkSense2.0_ADW-Standard.zip (Standard ADW Launcher 0.8.2)
DarkSense2.0_Advanced-Sense.zip (Advanced Launcher with HTC Hero Sense Style)
DarkSense2.0_Advanced-Standard.zip (Advanced Launcher with DarkSense Style)

- Copy the theme to your root directory on the internal SDCard.
- Boot in Recovery Mode and fix the permissions.
- Use the "apply any zip" option and choose the Theme.
- Finished!

*** FOR A CHANGELOG CLICK HERE *** FOR A DOWNLOAD LINK CLICK HERE ***

-------------------------------------------------------------------------------------------

3. (Grey) Version: Dark Sense 1.6


ds16-1.png
ds16-2.png

ds16-3.png
ds16-4.png


-------------------------------------------------------------------------------------------

*** FOR A CHANGELOG CLICK HERE *** FOR A DOWNLOAD LINK CLICK HERE ***


How to install: (Use at your own risk!)

The Dark Sense Theme is compatible with Galaxo 1.6.3.2 / 1.6.3.3.
It is not tested on other ROMs
Choose a theme version:

DarkSense1.6_ADW.zip (Standard ADW Launcher 0.9.0)
DarkSense1.6_Advanced.zip (Advanced Launcher with DarkSense 1.6 Style)

- Copy the theme to your root directory on the internal SDCard.
- Boot in Recovery Mode and fix the permissions.
- Use the "apply any zip" option and choose the Theme.
- Finished!

How to remove:

Download: http://box23.org/pub/7500/custom_roms/galaxo/themes/inFECT/Back2Galaxo.zip
and proceed with the steps above. Done!

Sidenote: If you upgraded from 1.6.3.2 to 1.6.3.3 via patch, the theme wont probably work.
You have to make a full install of either Galaxo 1.6.3.2 or 1.6.3.3

*** FOR A CHANGELOG CLICK HERE *** FOR A DOWNLOAD LINK CLICK HERE ***

-------------------------------------------------------------------------------------------

For older releases go to www.androidcodex.com/files/

-------------------------------------------------------------------------------------------
 
Ok - I just installed ver1.5 of this theme (NOT above pics) and am in no hurry to change it anytime soon, but darn, you make my mouth water inFECT ! Please tell me, HOW do you go about theming a phone? I want to learn. Also, is there a risk of bricking the phone in the process?

-chronodekar

Even though I never really did a complete theme that you can install via the recovery, I can tell you how, but it's somewhat complicated if you don't know that stuff.

Let me start by saying that a .apk is simply a .zip that you can open in winrar and such programs. And in it, you'll see all the pictures used in the application, so all you have to do is to modify them in the .apk, and you'll have a custom theme. If you want to modify stock applications, I suggest you start by using Metamorph, it's really simple (and download a metamorph theme to see how it's done). That won't work with Google apps (well, it will work, but you'll get a force close when you try to install apps from the market).

If you want to do it via update.zip, which I believe is a tad more complicated, you'll have to start in the same way: modifying the .apk to your liking.

When you're done messing around with the app, you'll have to recompress it in a .zip. Then, rename the .zip to .apk. It's not done yet, you have to sign your application, else it won't work.

To sign it, you have to download this and extract it. You'll also use this later to sign the update.zip.

Open a command prompt, and enter this:

testkey.x509.pem testkey.pk8 '''name_of_your_apk_without_spaces'''.zip '''name_of_your_apk_now_signed'''.zip

Alright, now your apps are modified and signed, all you need to do is the "update.zip". You'll need two folders at its root, the first being "system". The second is "META-INF", in which you'll need a "com" folder, inside of which you'll need a "google" folder and inside of which you'll need an "android" folder.

In that new "android" folder, create a new file called "update-script" and write "copy_dir PACKAGE:system SYSTEM:" in it. Note that this file has no extension.

In the "system" folder, create a folder called "app", containing the apps you modified. Again in the "system" folder, create another folder called framework, in which you'll have to put the framework-res.apk and the service.jar (you need the later the changed the color of the date, clock, etc, but I won't get into it, else this post will never end).

Now you've got to sign your update.zip, which is almost ready. So open a command prompt and put:

java -jar signapk.jar testkey.x509.pem testkey.pk8 '''update'''.zip '''update_signed'''.zip

That's about it. You should probably look into finding a better tutorial, cause it's long to explain and someone probably already did it better than me. Plus, it feels kind of weird to explain something when no one uses it. Anyway, I hope that helps some people get into themes. As I said, it's much more simple with Metamorph, but it's not so complicated either if you do a simple theme.
 
  • Like
Reactions: chronodekar
Upvote 0
There is a slight issue. On the details screen of any call log entry, the call time and duration are not visible as the font and the background are black.

Uhm. This sucks in many different ways. I see what i did there, but it will be tricky to fix it. Thanks for the hint.

Also iam glad to hear that you guys like it. Thanks.
 
Upvote 0
One bug though, When pulled notificatio area from the top of the screen, half is blue and half is black?
I dont know if it is ment to be this way, but it it is why not use straight line?

It's not a bug, its ment to be. But after using it a while now, it starts to annoy me. Going to remove this most likely ;-)
 
Upvote 0
Love the theme, just a question. Where is the flip-clock widget? I cant seem to find it in my widget list? :S

Because its not included. I use Beautiful Widgets and Fancy Widgets. Last one isnt on the market anymore afaik.

what will be added in new theme?
Next release I mean?

Dont know yet. Iam still experimenting.
 
Upvote 0
Are those themes doing any harm to system?
Did anyone started experiencing some problems?
I had problem's with Galaxo 1.6.2 and Aero theme..when applied theme it destabilized Galaxo even more.

Can anyone post some more pictures of thees themes. For etc pic of dialer, call screen, opened ^ menu..

What are the differences between 4 versions of Dark Sense 2.0???
 
Upvote 0
Has it been anyone elses experience that the ADW version is signicantly slower than the Advanced Launcher version? As in, ADW itself is far slower than Advanced Launcher?

I really like the eye candy of ADW, but it seems literally 300% slower than Advanced Launcher whether installed stand alone from inFECT's site, or part of a theme, or from Market.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones