What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Text Color Change (Complete how to do)

Nice information from you. I have read your post Its about Text color change. and Its so wonderful and nice result too. Thank you for sharing this wonderful page. This is so interesting! and your information is really increase my knowledge. I hope you send more information like this.
 
I've been trying to do this but every time i get to choosing the hex color or whatever, i get, **************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

OS is Windows
debug=false
zipDebug=false
goFull=true

Deleted exisiting temp directory
Made temp directory: C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp
Error: didn't find services.jar
.....
can anybody help me out?
 
Whats your command and where are you placing your zip?

Sent from my Droid using Tapatalk
 
What are you typing in powercmd?

Sent from my Droid using Tapatalk
 
i do exactly what the tutorial says to do. here ill post the whole process that goes on up to the error...

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\>cd C:\

C:\>java -jar colorChangev3.jar

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

Usages:
java -Xmx512M -jar colorChangev3.jar <theme.zip> [colorLabels ...] [debug] [zipDebug] [goFull]

< > means required, [ ] means optional
<theme.zip> - Android theme update file (not a full ROM update)
[ticker] - ARGB color for ticker notifications on the status bar
[clock] - ARGB color for the clock text
[date] - ARGB color for the date
[ongoing] - ARGB color for "Ongoing" Label
[latest] - ARGB color for "Notifications" Label
[none] - ARGB color for "No Notifications" Label
[clear] - ARGB color for text on Clear Notifications button
[network] - ARGB color for network name (T-Mobile usually)
[roam] - Not sure where this color shows up, possibly network name when roaming

Progress Bar Color Change (Must specify BOTH at once)
[progressBarBackground] - Progress bars background color
[progressBarForeground] - Progress bars foreground color

[debug] - Turns on debugging output
[zipDebug] - Turns on zip debugging output
[goFull] - Force updater to process a full rom instead of just templates

Example 1) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip ticker=FFFF0000 date=FFFF0000 clock=FFFF0000
This will change ticker, date, and clock to red

Example 2) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF
This will change the clear notifications button text to white and network name (usually T-Mobile) to blue
Example 3) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF debug zipDebug
Same as example 2 but with debug and zipDebug turned on

C:\>java -Xmx512M -jar colorChangev3.jar C:\users\WMattern12\desktop\framework.zip clock=FF0033FF gofull

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

OS is Windows
debug=false
zipDebug=false
goFull=true

Deleted exisiting temp directory
Made temp directory: C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp
Error: didn't find services.jar

C:\>

i get this every time i try
 
Your command is wrong. Follow the example in yhe original post. Its in red.

Sent from my Droid using Tapatalk
 
okay, i copied and pasted the exact thing and this is what happened...

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd C:\

C:\>java -jar colorChangev3.jar

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

Usages:
java -Xmx512M -jar colorChangev3.jar <theme.zip> [colorLabels ...] [debug] [zipDebug] [goFull]

< > means required, [ ] means optional
<theme.zip> - Android theme update file (not a full ROM update)
[ticker] - ARGB color for ticker notifications on the status bar
[clock] - ARGB color for the clock text
[date] - ARGB color for the date
[ongoing] - ARGB color for "Ongoing" Label
[latest] - ARGB color for "Notifications" Label
[none] - ARGB color for "No Notifications" Label
[clear] - ARGB color for text on Clear Notifications button
[network] - ARGB color for network name (T-Mobile usually)
[roam] - Not sure where this color shows up, possibly network name when roaming

Progress Bar Color Change (Must specify BOTH at once)
[progressBarBackground] - Progress bars background color
[progressBarForeground] - Progress bars foreground color

[debug] - Turns on debugging output
[zipDebug] - Turns on zip debugging output
[goFull] - Force updater to process a full rom instead of just templates

Example 1) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip ticker=FFFF0000 date=FFFF0000 clock=FFFF0000
This will change ticker, date, and clock to red

Example 2) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF
This will change the clear notifications button text to white and network name (usually T-Mobile) to blue
Example 3) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF debug zipDebug
Same as example 2 but with debug and zipDebug turned on

C:\>java -Xmx512M -jar colorChangev3.jar C:\users\"username"\desktop\framework.zip clock=FFFFFFFF gofull

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

Usages:
java -Xmx512M -jar colorChangev3.jar <theme.zip> [colorLabels ...] [debug] [zipDebug] [goFull]

< > means required, [ ] means optional
<theme.zip> - Android theme update file (not a full ROM update)
[ticker] - ARGB color for ticker notifications on the status bar
[clock] - ARGB color for the clock text
[date] - ARGB color for the date
[ongoing] - ARGB color for "Ongoing" Label
[latest] - ARGB color for "Notifications" Label
[none] - ARGB color for "No Notifications" Label
[clear] - ARGB color for text on Clear Notifications button
[network] - ARGB color for network name (T-Mobile usually)
[roam] - Not sure where this color shows up, possibly network name when roaming

Progress Bar Color Change (Must specify BOTH at once)
[progressBarBackground] - Progress bars background color
[progressBarForeground] - Progress bars foreground color

[debug] - Turns on debugging output
[zipDebug] - Turns on zip debugging output
[goFull] - Force updater to process a full rom instead of just templates

Example 1) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip ticker=FFFF0000 date=FFFF0000 clock=FFFF0000
This will change ticker, date, and clock to red

Example 2) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF
This will change the clear notifications button text to white and network name (usually T-Mobile) to blue
Example 3) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF debug zipDebug
Same as example 2 but with debug and zipDebug turned on

C:\>

i didnt get a new folder or anything on my desktop
 
i do exactly what the tutorial says to do. here ill post the whole process that goes on up to the error...

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\>cd C:\

C:\>java -jar colorChangev3.jar

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

Usages:
java -Xmx512M -jar colorChangev3.jar <theme.zip> [colorLabels ...] [debug] [zipDebug] [goFull]

< > means required, [ ] means optional
<theme.zip> - Android theme update file (not a full ROM update)
[ticker] - ARGB color for ticker notifications on the status bar
[clock] - ARGB color for the clock text
[date] - ARGB color for the date
[ongoing] - ARGB color for "Ongoing" Label
[latest] - ARGB color for "Notifications" Label
[none] - ARGB color for "No Notifications" Label
[clear] - ARGB color for text on Clear Notifications button
[network] - ARGB color for network name (T-Mobile usually)
[roam] - Not sure where this color shows up, possibly network name when roaming

Progress Bar Color Change (Must specify BOTH at once)
[progressBarBackground] - Progress bars background color
[progressBarForeground] - Progress bars foreground color

[debug] - Turns on debugging output
[zipDebug] - Turns on zip debugging output
[goFull] - Force updater to process a full rom instead of just templates

Example 1) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip ticker=FFFF0000 date=FFFF0000 clock=FFFF0000
This will change ticker, date, and clock to red

Example 2) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF
This will change the clear notifications button text to white and network name (usually T-Mobile) to blue
Example 3) java -Xmx512M -jar colorChangev3.jar themeXYZ.zip clear=FFFFFFFF network=FF0000FF debug zipDebug
Same as example 2 but with debug and zipDebug turned on

C:\>java -Xmx512M -jar colorChangev3.jar C:\users\WMattern12\desktop\framework.zip clock=FF0033FF gofull

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

OS is Windows
debug=false
zipDebug=false
goFull=true

Deleted exisiting temp directory
Made temp directory: C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp
Error: didn't find services.jar

C:\>

i get this every time i try

Do you have framework-res.apk and services.jar in the framework.zip?
 
okay i have tried and tried and this is not working.. is there anyway i can post my framework-res.apk and services.jar and somebody can change them for me?
 
this is the farthest i have been able to get.. im still not getting the framework-new.zip on my desktop..

C:\> java -Xmx512M -jar colorChangev3.jar C:\users\WMattern12\desktop\framework.zip ticker=FF0033FF clock=FF0033FF date=FF0033FF ongoing=FF0033FF latest=FF0033FF none=FF0033FF clear=FF0033FF network=FF0033FF roam=FF0033FF gofull debug zipDebug

**************************************************************************
** Color Changer v3.1 (ALL YOUR VERSIONS ARE BELONG TO US) by Ohsaka **
**************************************************************************

OS is Windows
debug=true
zipDebug=true
goFull=true

updateFile=C:\users\WMattern12\desktop\framework.zip
adding to color config: ticker=FF0033FF
adding to color config: clock=FF0033FF
adding to color config: date=FF0033FF
adding to color config: ongoing=FF0033FF
adding to color config: latest=FF0033FF
adding to color config: none=FF0033FF
adding to color config: clear=FF0033FF
adding to color config: network=FF0033FF
adding to color config: roam=FF0033FF
tempDir=C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp
Deleted exisiting temp directory
Made temp directory: C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp
Extracting: framework/framework-res.apk
Extracting: framework/services.jar

**** BEGIN SERVICES.JAR *******

Extracting: META-INF/
Extracting: META-INF/MANIFEST.MF
Deleting current services.jar file
calling org.jf.baksmali.main.main(C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp\framework\services, C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp\framework\services\classes.dex)
Can't find the file C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp\framework\services\classes.dex

(here are my files if anyone can help me, and the color i want everything to be is 0033FF on that color chart)
 
okay i have tried and tried and this is not working.. is there anyway i can post my framework-res.apk and services.jar and somebody can change them for me?

I don't want you to give up yet. Make sure that the services.jar and framework-res.apk are in a folder called framework. Then you are zipping that up right?

Another thing you can do is put that framework.zip in the C:\ where you put the colorchangev3.jar to make the command easier.

C:\>java -Xmx512M -jar colorChangev3.jar framework.zip clock=FF0033FF gofull
 
i would love to learn how to do this but nothing is working. i have placed the framework.zip both on my desktop and c drive and i still get the same "Can't find the file C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp\framework\services\classes.dex"
i posted my .zip file, can you check if i have it in the right format?
 
i would love to learn how to do this but nothing is working. i have placed the framework.zip both on my desktop and c drive and i still get the same "Can't find the file C:\Users\WMATTE~1\AppData\Local\Temp\cc-temp\framework\services\classes.dex"
i posted my .zip file, can you check if i have it in the right format?

I look at it, internet is really slow right now.
 
Back
Top