Guest liquid_it Posted February 5, 2010 Report Posted February 5, 2010 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
Guest drigerott Posted February 5, 2010 Report Posted February 5, 2010 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)
Guest blc Posted February 5, 2010 Report Posted February 5, 2010 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 February 5, 2010 Report Posted February 5, 2010 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 goa200 Posted February 7, 2010 Report Posted February 7, 2010 Any news about the 2.000.16 version?
Guest drigerott Posted February 7, 2010 Report Posted February 7, 2010 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
Guest goa200 Posted February 7, 2010 Report Posted February 7, 2010 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
Guest loom29 Posted February 7, 2010 Report Posted February 7, 2010 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 February 7, 2010 Report Posted February 7, 2010 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 February 7, 2010 Report Posted February 7, 2010 (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 February 7, 2010 by krumbalu
Guest loom29 Posted February 8, 2010 Report Posted February 8, 2010 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.
Guest goa200 Posted February 8, 2010 Report Posted February 8, 2010 lovely work here loom29 do you decompile services.jar in win eviro. or lin ??
Guest loom29 Posted February 8, 2010 Report Posted February 8, 2010 lovely work here loom29 do you decompile services.jar in win eviro. or lin ?? thank you :-) windows
Guest goa200 Posted February 8, 2010 Report Posted February 8, 2010 thank you :-) windows wanna share how to? been trying to find info on how to decompile it but no luck
Guest krumbalu Posted February 8, 2010 Report Posted February 8, 2010 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 February 9, 2010 Report Posted February 9, 2010 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 February 10, 2010 Report Posted February 10, 2010 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
Guest loom29 Posted February 10, 2010 Report Posted February 10, 2010 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: Download baksmali-1.1.jar and smali-1.1.jar from http://code.google.com/p/smali/ and put them in your AndroidSDK\tools folderOpen the services.jar file using, for example, winrar, and extract classes.dex file to your AndroidSDK\tools folderFrom the command prompt, go to your AndroidSDK\tools folder and run: java -jar baksmali-1.1.jar -o outputdir/ classes.dexNow inside outputdir folder you'll find the deodexed filesAfter editing, run java -Xmx512M -jar smali-1.1.jar outputdir/ -o newclasses.dexRename newclasses.dex to classes.dex and replace the original classes.dex file in services.jar
Guest bais Posted February 11, 2010 Report Posted February 11, 2010 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 February 11, 2010 Report Posted February 11, 2010 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 February 11, 2010 Report Posted February 11, 2010 argh so that's the reason why i can't theme the launcher successfully
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now