Jump to content

[THEME] Darkstar v0.3


Recommended Posts

Guest liquid_it
Posted
I'll see what I can do (any suggestion is appreciated ;) ).

This is what I did to my Contacts.apk. I think keypad buttons should play nice with darkstar theme, if you like it I'll pm you the pngs

post-626628-1265387830_thumb.png

Guest drigerott
Posted
Hint - status_bar.xml, services.jar

i did it.... i mod service.jar for white clock

and status_bar.xml (date and notification) for white notification, but date is still invisible (black on black i think)

Posted
This is what I did to my Contacts.apk. I think keypad buttons should play nice with darkstar theme, if you like it I'll pm you the pngs

That's exactly what I had in mind. Unfortunately my artistic skills weren't up to the task ;)

Guest liquid_it
Posted
That's exactly what I had in mind. Unfortunately my artistic skills weren't up to the task ;)

here it is, if it can help.. just buttons png (text & graphics) have been replaced.

Contacts.zip

Guest drigerott
Posted

here is my mod for 2.000.16 ;)

http://www.mediafire.com/?4kwemzgtydk

-first install.bat

-copy darkstar-mod directory in /sdcard/AndroidThemes

-install busybox

-install metamorph

-open metamorph and tap on existing themes

-open darkstar-mod direcotry, tap on darkstar-mod.thm

-apply all

-reboot

enjoy :D

if something wrong

-go in lickonn recovery

-double click on restore.bat

Posted
here is my mod for 2.000.16 ;)

http://www.mediafire.com/?4kwemzgtydk

-first install.bat

-copy darkstar-mod directory in /sdcard/AndroidThemes

-install busybox

-install metamorph

-open metamorph and tap on existing themes

-open darkstar-mod direcotry, tap on darkstar-mod.thm

-apply all

-reboot

enjoy :D

if something wrong

-go in lickonn recovery

-double click on restore.bat

thx

Posted

First post updated with 2.000.16 version. I'm trying to find an easy way to support different roms/dialer skins... will see.

here is my mod for 2.000.16 ;)

drigerott, it seems to me that your services.jar file is missing white "date" color...

to do that you need to modify StatusBarService.smali :

search for "mDateView:Lcom/Android/server/status/DateView"

iput-object v7, p0, Lcom/android/server/status/StatusBarService;->mDateView:Lcom/android/server/status/DateView; 


.line 283
and change to
iput-object v7, p0, Lcom/android/server/status/StatusBarService;->mDateView:Lcom/android/server/status/DateView; 

	const v8, 0xffffffff 


	invoke-virtual {v7, v8}, Landroid/widget/TextView;->setTextColor(I)V 


.line 283

Guest drigerott
Posted
First post updated with 2.000.16 version. I'm trying to find an easy way to support different roms/dialer skins... will see.

drigerott, it seems to me that your services.jar file is missing white "date" color...

to do that you need to modify StatusBarService.smali :

search for "mDateView:Lcom/Android/server/status/DateView"

iput-object v7, p0, Lcom/android/server/status/StatusBarService;->mDateView:Lcom/android/server/status/DateView; 


.line 283
and change to
iput-object v7, p0, Lcom/android/server/status/StatusBarService;->mDateView:Lcom/android/server/status/DateView; 

	const v8, 0xffffffff 


	invoke-virtual {v7, v8}, Landroid/widget/TextView;->setTextColor(I)V 


.line 283

i love youuuuuuuuuuuu thanks man....nobody resp me on that problem ;) thank you very muuuuuuuuuuuuuuuuuuuuuch :D ihhihihi

Guest krumbalu
Posted (edited)

grrr i followed the instructions but when i try to apply the theme metamorph tells me that the theme instruction file is missing and that the theme is not compatible i got maxismas 2.00016 rom

ps. it tells me that the theme control file is missing or could no be read :/

Edited by krumbalu
Posted
grrr i followed the instructions but when i try to apply the theme metamorph tells me that the theme instruction file is missing and that the theme is not compatible i got maxismas 2.00016 rom

ps. it tells me that the theme control file is missing or could no be read :/

You're right, please download it again now it should work.

Posted

lovely work here loom29

do you decompile services.jar in win eviro. or lin ??

Posted
lovely work here loom29

do you decompile services.jar in win eviro. or lin ??

thank you :-) windows

Posted
thank you :-) windows

wanna share how to?

been trying to find info on how to decompile it but no luck

Guest krumbalu
Posted

argh now it applies the theme but not completely everything goes with no error message but the launcher i still the old one cant understand whey though ;)

Guest tanoxxx
Posted
argh now it applies the theme but not completely everything goes with no error message but the launcher i still the old one cant understand whey though ;)

HI, i have 1.004 rom can i put this theme?

Guest drigerott
Posted

loom29 i got a problem ;)

i created a theme...the .thm and .zip file has the same name....but metamorph say that invalid theme file or cannot be read.....but if i extract myself the .zip and choose .thm file with metamorph all works....

you knows why this? :D

Posted
wanna share how to?

been trying to find info on how to decompile it but no luck

sure..

assuming you correctly installed java sdk and android sdk:

  1. Download baksmali-1.1.jar and smali-1.1.jar from http://code.google.com/p/smali/ and put them in your AndroidSDK\tools folder
  2. Open the services.jar file using, for example, winrar, and extract classes.dex file to your AndroidSDK\tools folder
  3. From the command prompt, go to your AndroidSDK\tools folder and run: java -jar baksmali-1.1.jar -o outputdir/ classes.dex
  4. Now inside outputdir folder you'll find the deodexed files
  5. After editing, run java -Xmx512M -jar smali-1.1.jar outputdir/ -o newclasses.dex
  6. Rename newclasses.dex to classes.dex and replace the original classes.dex file in services.jar
Posted

I wonder, can we install any metamorph theme this way as long as the resolution is WVGA? Or does it only works on some devices?

Guest Piter1225
Posted

No, Acer made some changes in apk's, so location of some files must be changed. Also there is no other WVGA device with android 1.6

Guest krumbalu
Posted

argh so that's the reason why i can't theme the launcher successfully

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.