Jump to content

[THEME] Darkstar v0.3


Guest loom29

Recommended Posts

Guest liquid_it
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

Link to comment
Share on other sites

Guest drigerott
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)

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

Guest drigerott

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest drigerott
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

Link to comment
Share on other sites

Guest krumbalu

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest krumbalu

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 ;)

Link to comment
Share on other sites

Guest tanoxxx
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?

Link to comment
Share on other sites

Guest drigerott

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.