[TOOL][WIN] ANDROID Color Converter [SHARE] - Android Software Development

Hi Guys, I want to share a very helpful tool called ANDROID Color Converter which converts the HEX Color Code to SMALI Color Code.
Note: I found this tool somewhere in xda and I am not the developer of this tool. I don't the name of the developer of this tool.
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use?
1. Download and extract ACC.zip
2. Run ACC.
3. Paste the HEX color code in the HEX Tab.
4. Press the convert button.
5. It will automatically convert the hex color code into smali color code.
6. Copy the smali color code to your smali file.
Download it from here.
Credits:
The developer of this tool (don't know his/her name)

thank you for sharing them sir .. I was looking for this tool during this time

Did anyone ever find the developer of this tool? I have OCD and it was bugging me that the error messages weren't in English so I translated them. I'm not sure if anyone else even cares but I'd like permission before I posted it....

Need help
Ican't run the acc.hta in android 4.4.4

Hanskevin said:
Ican't run the acc.hta in android 4.4.4
Click to expand...
Click to collapse
It's not meant to run on Android. This converter runs on PC desktop and converts hex code to Smali for theming.

Related

HTC bravo/ace/vision multitool

TIPHERGANE MULTI TOOL
I know it's really megalomaniac put my nickname in title, but I had no ideas for the name
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi all,
I've done this little tool
who can help begginer users in HTC DESIRE's manpulations
​
1/ Change the splash screen on S-OFF devices (480 * 800 24 bits RGB).
2/ Get by wget the RUU in zip format and automatisation of the send to the SDCARD
3/ Get the untouched CID on a .txt file in the folder .\Data.
4/ Choice of the recovery for the S6OFF devices.
5/ Mute the Desire start process. (full rooted devices)
6/ Hboot update by alpharev (S-OFF devices).
7/ Downgrade for the HTC ACE and VISION
:arrow: TIPERGANE MULTITOOL : Désimlock, Root, SuperCID, Flash ROM Officiel, HBoot Update, S-OFF,...
The tool are coded in French, if some couragous guys (or girls) wanna translate it in his language, he (she) 's the welcome
​
P.S under créative commons Paternité, no commercial use, Free to modifying and same king of spray.​
EDIT: thx to mizch from here, for is help with the su hacking
reserved for possible place
reserved for possible place

Customizing your own notification/status bar

I have been searching around for a suitable theme for cm7, thou I found some really great looking theme out there, there is always something I like or don't like. So I thought I start a little project of my own to customize the theme myself.
I have been studying the framework.apk last night, but I am still not sure which file to change, because the naming is not too definitive to me. So I was wondering any theme builder out there can help me. Hopefully compile a guide for future beginners at some point as well.
The screenshot below with four different colour bracket is the parts I want to change, it would be so kind if someone can take a few minutes of their time to explain it to me with file I need to edit for each section.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Red: power toggle background
Blue: power toggle icons
Green: Notification item background
Yellow: Bottom tab.
With friendly greeting
/system/framework/framework-res.apk
Under /res/drawable-hdpi in the apk
The top bar icons are stat_
e.g. stat_battery36.png etc
Most of the images are in framework-res.apk so just have a look through there. You will need to decompile the apk to edit xml files for that search apktool
i heard that you can just add a .zip extension onto the apk file then you can just edit them there.
Or perhaps I am wrong, because once I change it to a zip file, I can't change it bk to apk even I rename the extension.
I am on a Mac, not sure if thats has anything to do with it.
thanks

[Help] framework-res XML editing problems

Hello there
I try to make a theme for the Rascream rom and i have some problems with XML editing and from what i see i'm not the only one with this problem.
I actually try to change colors of the text and a line in popup menu, but every time i recompile the framework-res apk with modified values, the statusbar and the lockscreen are deformated (look the screenshot)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I try to change the blue text and line in this screen to white...
Is here someone can help with this problem. This is the only thing i need to change for finish the theme. I try all i find over the internet, but without success.
No one?
Sometimes xml editing involves adding new lines to overlay others somewhere else. With ics ive noticed in arrays there are theme statements which change cursors, texts, and borders just from one change to the statement. Maybe check some source on the reboot options to narrow it down. Are you editing source or decompiling framework-res.apk?
But if i change any line i have everytime the same error.
I decompile the esisting framework-res.
Tnx for the help realy
On the road with my Nexus S...
klinkerkp said:
But if i change any line i have everytime the same error.
I decompile the esisting framework-res.
Tnx for the help realy
On the road with my Nexus S...
Click to expand...
Click to collapse
Pm sent!
Sent from my DarkICE Skanky CM9 Gnex using the app!

[TOOL] Change/Backup your bootanimation with BootMe

Hello everybody !!!
Here is my first program : BootMe.
This program allow you to change or backup your bootanimation easily on your phone.
This program is coded in C++ ( ), use adb and should works on any phone which run Android.
INSTRUCTIONS​
Just unzip the program and run it.
Then, plug your phone on the computer and activate USB Debugging.
Finally, copy your 'bootanimation.zip' file into the folder 'install' and tape 'install' in BootMe.
PREVIEW​
Here is a preview :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD​
BootMe is available in 2 versions, in french or in english, just download the version you need :
BootMe v1.2 (French) : www.ledelete.freeiz.com/zip/BootMe.fr.zip
BootMe v1.2 (English) : www.ledelete.freeiz.com/zip/BootMe.eng.zip
Feel free to leave your impressions or suggestions.
Enjoy !!!
Is there a way to use this with just the phone. I dont use computers anymore. lol. I use my gnote to type papers and everything.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Yes, there is a way !!! if you have root explorer, you can just copy your 'bootanimation.zip' into the data/local/ folder of your phone and set the permissions to 644.
There is an other way, you just have to download this application on google play : https://play.google.com/store/apps/details?id=com.simproductions.bachanger&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zaW1wcm9kdWN0aW9ucy5iYWNoYW5nZXIiXQ..
Links are dead..!! Can you please update??
You're the first person to use it since one month !!! I will update it when i'll come back home
please update link host file for bootMe 1.2 english! TANK YOU!
This software no longer exists (deprecated).
Sorry

[CREATE][GUIDE][]@CSC-Feature-Other.xlm for GT-I9500

hello this is my first tutorial explaining how to create and modify the feature-other.xlm for GT-9500 before start you need something know about this files so I quote to kkoolpatz its explaining why if we dont find feature.xlm we can use other.xlm "These features can be found in /system/csc/feature.xml Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory)." if you find some one of this your way end here because only rest mod code into xlm and you are ready to go but people didnt find any file even none csc folder this maybe help you.
s:cyclops:
Requirements
1. Be root is mandatory or at least Pre -root(i)
2. Root Explorer
3. Read/Write mode on root explorer
4. Have features codes to mod or customize (xlm)
5. Some knowledge about edit text and other things
After this we are ready to go
1. Open your root explorer and find this route in root/system/
2. Create folder csc
3. Search default_feature.xlm and copy to csc folder created before so now you have this /system/csc/default_feature.xml
4. Change the name to Feature.xlm or other.xlm depends of your device from (gypsy214 says "In the US is on Feature.xml in Canada as well as
international is on Other.xml"))//Note: if you are using a debranded rom you need try both names and look which works////
5. after this save and look the back up xlm file created by RootE keep save who knows when we gonna need it
6. Now you are free to go and unlock some hiden features i recommend this post (http://forum.xda-developers.com/showthread.php?t=2456683) made by gypsy214 to activate great nfc icon on status not
i left the image of my Gt-i9500 running custom feature.xlm
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources