Galaxy S3 Alarm Clock Widget Source Code - Android

I have searched here and googled - but perhaps my google-fu isn't as good as it could be.
I am trying to find the source code for the Alarm Clock Widget on the Galaxy S3. If I could find the source code for the whole alarm clock app as well that would be awesome!
Does anyone know where I could find it and how I could get that source code? A friend of mine who has been tinkering with building his own ROMS told me that I would have to decompile an APK file and get the source code from there.
Reason behind this is that I am learning android development and really like some of the alarm clock features/functionality the stock one has, but wanted to just add a few simple features I find it's lacking. I figure their code should be just fine to look from and pluck things out of to assist me on my way - I just don't know how to get it.
Any thoughts? Anyone know where I may find this source code? And/or how I would go about tearing down an APK to get it if I need to?

You won't find.source code for any manufacturer app or 99% of all apps in the market as most are closed source...
Like your friend said your gonna have to.decompile it...but your also gonna have to decompile the twframeworks as a lot of the "cool" features are there...but called on from the clock app
To decompile just search for "apktool"
apktool d appnamehere.apk
-decompiles app
Apktool b appnamehere
-builds the app again...don't add the .apk...you just need the name of the folder for the decompiled app which by default is the app name
You'll then be looking into a bunch of xmls and smalis which I am not familiar with...good luck
Sent from my HTC PH39100 using Tapatalk 2

mg2195 said:
You won't find.source code for any manufacturer app or 99% of all apps in the market as most are closed source...
Like your friend said your gonna have to.decompile it...but your also gonna have to decompile the twframeworks as a lot of the "cool" features are there...but called on from the clock app
To decompile just search for "apktool"
apktool d appnamehere.apk
-decompiles app
Apktool b appnamehere
-builds the app again...don't add the .apk...you just need the name of the folder for the decompiled app which by default is the app name
You'll then be looking into a bunch of xmls and smalis which I am not familiar with...good luck
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
Perfect. That gives me a great jump and a better understanding.
I would just have to find the ROM of the default Galaxy S3 OS right? Or am I misunderstanding something?

hanny137 said:
Perfect. That gives me a great jump and a better understanding.
I would just have to find the ROM of the default Galaxy S3 OS right? Or am I misunderstanding something?
Click to expand...
Click to collapse
You will need the TW framework of the ROM you will be modding the apk for and the actual clock widget apk as well. The TW framework is just required to install certain dependencies. Once you decompile the clock widget, you'll have to poke around the smali code and try to make sense of it. From what I know, even most proficient developers take a bit to actually understand smali since it's kind of a "programming language" in its own right. Good luck though
Sent from my SPH-L710 using xda premium

Ceelos09 said:
You will need the TW framework of the ROM you will be modding the apk for and the actual clock widget apk as well. The TW framework is just required to install certain dependencies. Once you decompile the clock widget, you'll have to poke around the smali code and try to make sense of it. From what I know, even most proficient developers take a bit to actually understand smali since it's kind of a "programming language" in its own right. Good luck though
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Apparently I have a lot to learn! I thought once it was decompiled it was the source code.
I'm far to new of a programmer to probably be able to make much sense of the 'smali' in that case - and would probably be spinning my wheels to get a TWFramework, find the proper apk for the widget and decompile it - only to not be able to understand it.
Guess I will have to just work from the ground up on this, which is more work - but hopefully I can make it do what I want. I just figured if I could it would be easier to utilize some of the existing code to make it look/feel like the original.

Related

[Q] Editing Project-V Lockscreen

I would like to edit the "Android unlock" lockscreen that is included with Project-V, I have found the smali file (LockScreen.smali in android.policy.jar) that I believe contains the code for elements I want to remove, but I have zero java coding experience.
I want to remove the next alarm and battery charging notifications that show below the clock on the AOSP lockscreen.
Can anyone help? Or point me to some resources/guides for learning the language?
No expert here or anything but I would think that would be a smali file somewhere in android.policy.jar and not xml.
Sent from my GT-I9000
jneal9 said:
No expert here or anything but I would think that would be a smali file somewhere in android.policy.jar and not xml.
Sent from my GT-I9000
Click to expand...
Click to collapse
Ya, I have started looking in there, but so far I'm not finding anything
Yeah smali is pretty low level java and tough to understand. Maybe try and PM Romanbb. He seems be very good with java.
Have you had any luck with this? I want to do pretty much the same thing, except I want to keep the alarm details. I know a bit about Java but lockscreen.smali just gives me a headache..
Ticklefish said:
Have you had any luck with this? I want to do pretty much the same thing, except I want to keep the alarm details. I know a bit about Java but lockscreen.smali just gives me a headache..
Click to expand...
Click to collapse
Here's what Roman said:
"Removing them via smali will be a huge pain. They are defined an XML layout file in framework-res.apk, you could try and modify them to shove them off the screen, or make the dimensions small enough to where it's not visible. Don't try and remove it from the XML file though, it'll throw smali errors."
WidgetLocker is fulfilling my needs.
Ah, well..I suppose it depends on how much of a stubborn nerd you are.
I've tried WidgetLocker and it does seem to be a decent app, but it's not for me. I started out wanting to modify the stock lockscreen and, dammit, I'm going to do it. I've done some fiddling with the smali code and I've got a pretty good idea what to do, I just need some free time in which to do it.
Free time? Around Christmas? Nah..
Thanks for your tip about removing them from the layout files. This was the first thing I tried and I ended up with all sorts of errors once I'd pushed the framework back to the phone.

Theme Creation

I have tried UOT Kitchen before, always was unlucky at having flashing errors.
My question is this... If I take a flashable theme, with permission from the creator, I should be able to use the scripts that they include for flashing? I am savvy with un-APKing zipping, signing and what not, is that all I would have to do to recreate a theme using my own images?
Thanks to everyone here!
Yes, the script you see other themes using can be changed out with your own, as well as the content. You can also just use the UOT Kitchen script. Credit given where credit is due, of course, but the script itself (IMHO) is not something you really need permission for.
Another tip, this from firsthand experience, when you're zipping everything up getting ready to flash, make sure you're zipping the contents of the theme folder (/META-INF/ & /system/) vs zipping the theme folder.
It sounds really stupid, but it took me forever to figure out why everything I did in UOT Kitchen perfectly but everything I did, using the same damn script, just froze. But ya gotta learn somewhere, right?
Remember when using the kitchen make sure u click amend scripting in the area where u load the apks... x2 uses 2. Something recovery.. if u don't click that there will be errors everytime
Sent from my Galaxy Nexus using xda premium
Thank you, I think I've tried UOT 5 times but never had success.
Kevin, I tried the amend scripting, it solo didn't work.
I would much rather use my own images then those offered in uot kitchen.
I'm going to try to put a theme together this weekend, I haven't modded anything since BF2 wake island air show
Dee Ex Two - See Em Seven
Ok, how much do you know about themeing? Because if you are wanting to edit just the images(.pngs) you will need some info first...
You can "simply" take the framework-res.apk and systemUI.apk and go to the HDPI folder(or wherever the images are) and "drag n drop" to your desktop and edit those... OR you can take a .png that you wanna use(say one from another theme) and just drag n drop in the HDPI folder. And then, simply make a flashable .zip and your good to go.
.9s !!!
These are a PAIN if you dont know what you are doing.
If you are going to try and get into themeing, download APKManager and decompile the framework-res.apk ... go to a .9 image(i think its .png.9 or something of the like). When you load the image(say in GIMP) you will see black squares on the OUTSIDE of the image(like near the edges of the ACTUAL picture edge)... DONT TOUCH THOSE!!!! leave them there and make edits how you choose to the rest of the image. Once you are finished, just recompile(DONT SIGN AND YES! THESE ARE SYSTEM APPS!). Put in a flashable .zip and your set.
NOW Please note:
When you are doing the drag and drop method, make sure you are REPLACING an image and not ADDING more images.. catch the drift?
this is quick how to, hope it helps and good luck. let me know if you need anything else.
All the themes rock! I have poor eye sight (far sight) so my main concern always is status bar and the battery icon. I love being able to see the percentage, but some themes use smaller battery percentage text.
.9 seem like the stretchable area I'm beautiful widget... I understand that
Thanks Peperm1nt
Dee Ex Two - See Em Seven
I was thinking of trying out theming. That is until I looked at the crap load of images just thrown into one directory. lol. It may not be as hard as it looks but I havent looked any further than that yet. I still want to try something out though. Is there an easy way of figuring out what image does what on the phone? Like if I want to change some things, I have to know the name of the image. Well, to me, it looks like they aren't named plain and simple. Plus when they are just thrown into one directory its kinda hard to distinguish what is what. It was so much easier theming for webOS. lol
Js if u really look at the framework u will see all the images in the drawable hdpi folder are really a lot of the presses..tabs. status bar icons... over scroll glow theming takes a lot of time to build straight from scratch... any .9 PNG can be edited when it is decompiled in apk manager or apk multi tool just don't edit the black patch as peppermint said or u will not compile...
Sent from my Galaxy Nexus using xda premium
Kevin3328 said:
Js if u really look at the framework u will see all the images in the drawable hdpi folder are really a lot of the presses..tabs. status bar icons... over scroll glow theming takes a lot of time to build straight from scratch... any .9 PNG can be edited when it is decompiled in apk manager or apk multi tool just don't edit the black patch as peppermint said or u will not compile...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Yeah, one of these days ill download the tools and play with it. I've always enjoyed theming.
Sent from my MB870 using Tapatalk
I'm just trying to figure out the script to flash, is it the one in the google folder?
Dee Ex Two - See Em Seven
@js I know what you are saying about the desire to do it but the system isn't really what I would say themer friendly! Admittedly I am not the sharpest tool in the shade when it comes to some things (like the Android OS), so I would imagine that plays a big role in my intimidation of the whole thing.
What got me was the De-Compiling and Recompiling of everything just to change something. Not to mention the signatures and etc... perhaps one day someone will write a piece of software (be it windows based or Android in a shell on a PC) that will make it all pretty simple on that part. Till then I will prob. just enjoy and appreciate the work of others.
GL, Slim!
SlimMan said:
@js I know what you are saying about the desire to do it but the system isn't really what I would say themer friendly! Admittedly I am not the sharpest tool in the shade when it comes to some things (like the Android OS), so I would imagine that plays a big role in my intimidation of the whole thing.
What got me was the De-Compiling and Recompiling of everything just to change something. Not to mention the signatures and etc... perhaps one day someone will write a piece of software (be it windows based or Android in a shell on a PC) that will make it all pretty simple on that part. Till then I will prob. just enjoy and appreciate the work of others.
GL, Slim!
Click to expand...
Click to collapse
Yeah, I agree about the decompiling and recompiling thing. When I had a webOS phone I created my own theme just by simply replacing the images and restarting the phone. With android, it seems you have to take the whole framework out, theme it and recompile the package file and flash it to the phone. Just seems a bit overwhelming.
Sent from my MB870 using Tapatalk
It's not that bad if you are just changing the images... Just timely. I suggest gimp to do the work. Another tip, some of the images are indexed. In gimp change from indexed to rgb...back to indexed, then rgb. Reason being that you are now able to add any color and doing it twice clears the pixelation...
What gets hard is smali editing and .xml editing. Let me know if you need help there.
Tapin' the Talk on the xSquared
Send a PM to "KTT16" on the Motorola Photon Forums, he is a great themer, let him know what you need help with, tell him you are running stock on the X2, he'll ask you for whatever files he needs, and he will help out.
By the way, if you are at all interested in a signature image, I can create one for you, just PM me, and I'll get on it.
Peperm1nt said:
It's not that bad if you are just changing the images... Just timely. I suggest gimp to do the work. Another tip, some of the images are indexed. In gimp change from indexed to rgb...back to indexed, then rgb. Reason being that you are now able to add any color and doing it twice clears the pixelation...
What gets hard is smali editing and .xml editing. Let me know if you need help there.
Tapin' the Talk on the xSquared
Click to expand...
Click to collapse
I can batch process in PS.....and what is this bout clearing the pixelation...lol
Thanks I'll check it out
Dee Ex Two - See Em Seven
When you find a indexed image going to rgb pixelates the image...going back to indexed and then to rgb fixes this.
Tapin' the Talk on the xSquared
Peperm1nt said:
When you find a indexed image going to rgb pixelates the image...going back to indexed and then to rgb fixes this.
Tapin' the Talk on the xSquared
Click to expand...
Click to collapse
I was p playing with you, all my online gaming and forum names have always had pixel, pixelated, pixelation, pixelized or any variety of pixel
Edit: swyponese
Dee Ex Two - See Em Seven
I am trying this out for the 1st time. My main goal is to create a transparent status bar for CM7. Will this make that "patch" I need for this?
Kevin3328 said:
Js if u really look at the framework u will see all the images in the drawable hdpi folder are really a lot of the presses..tabs. status bar icons... over scroll glow theming takes a lot of time to build straight from scratch... any .9 PNG can be edited when it is decompiled in apk manager or apk multi tool just don't edit the black patch as peppermint said or u will not compile...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
i seem to be a complete idiot lol
im sitting here trying to use apk manager and have no clue how to go about it
i cant get it to friggin pull files, i have no clue what im doing tho lol
i been trying to find info on how to use it with the x2 but cant find jack that is actually useful.
time to go eat, clear my head, and get back to researching, im probably just missing something extremely easy i knoow, but hey, i havent had a working computer in years so yea, im kinda learning on the fly here, lol
Lol @ash
In apkm select the apk you want, then decompile... Make edits, recompile.
Tapin' the Talk on the xSquared

[Q]Anybody know if it's possible to . . .

I have a very nice icon overlay I would like to use over all of the icons placed on home screens or in the app tray by Rosie.
I am assuming if I find the spot in Rosie where it places those icons after getting them from the apps, I could add this in.
I can add the overlay to each APK by hand, but this will only work for APKs included in the ROM, whereas putting it into Rosie would put it on all of them, even user installed ones.
Thoughts? Anybody done or seen anything like this?
D
.
dsb9938 said:
I have a very nice icon overlay I would like to use over all of the icons placed on home screens or in the app tray by Rosie.
I am assuming if I find the spot in Rosie where it places those icons after getting them from the apps, I could add this in.
I can add the overlay to each APK by hand, but this will only work for APKs included in the ROM, whereas putting it into Rosie would put it on all of them, even user installed ones.
Thoughts? Anybody done or seen anything like this?
D
.
Click to expand...
Click to collapse
That would need to be coded and supported into the launcher application. Stock aosp, and rosie I don't think support that, there are other launchers that do support it though with a theme apk. Like Go Launcher or ADW.
Unless you are asking something else?
lithid-cm said:
That would need to be coded and supported into the launcher application. Stock aosp, and rosie I don't think support that, there are other launchers that do support it though with a theme apk. Like Go Launcher or ADW.
Unless you are asking something else?
Click to expand...
Click to collapse
No, I was totally talking about hacking it into Rosie.
I know there are overlays used for other things, so I was just considering the idea of adding one for this.
Not as a user option, as something automatically done to all icons.
D
.
dsb9938 said:
No, I was totally talking about hacking it into Rosie.
I know there are overlays used for other things, so I was just considering the idea of adding one for this.
Not as a user option, as something automatically done to all icons.
D
.
Click to expand...
Click to collapse
I have no smali experience, and don't really have an interest. Hopefully someone else can help then.
lithid-cm said:
I have no smali experience, and don't really have an interest. Hopefully someone else can help then.
Click to expand...
Click to collapse
LOL, that's fine. I'm sure it's XML, not smali, but thanks for looking anyway.
D
.
dsb9938 said:
LOL, that's fine. I'm sure it's XML, not smali, but thanks for looking anyway.
D
.
Click to expand...
Click to collapse
Its most definitely not just xml edits. You will need to write code into the launcher to accept different icons based on package name. Currently the launcher uses a default api to retrieve the icon attached to the launcher intent. Be my guest to get it working with only xml edits though.
lithid-cm said:
Its most definitely not just xml edits. You will need to write code into the launcher to accept different icons based on package name. Currently the launcher uses a default api to retrieve the icon attached to the launcher intent. Be my guest to get it working with only xml edits though.
Click to expand...
Click to collapse
I don't want to change it pulling the icon from the app.
After it does that, when it renders it, I want to add the overlay on top. Which I am hoping I can do in the layout XML files.
Of course, I could be completely wrong, which is why I posted this.
D
.
dsb9938 said:
I don't want to change it pulling the icon from the app.
After it does that, when it renders it, I want to add the overlay on top. Which I am hoping I can do in the layout XML files.
Of course, I could be completely wrong, which is why I posted this.
D
.
Click to expand...
Click to collapse
Right, you need to code in the overlay. Overlay via xml that you are thinking of only works when building from source. An example is the amount of code needed to theme a rom like cm7, cm9, cm10. These all have that ability to theme the icons based on activity name in the framework, if that activity path and image exists, it displays a different image. This is done in code, not xml.
lithid-cm said:
Right, you need to code in the overlay. Overlay via xml that you are thinking of only works when building from source. An example is the amount of code needed to theme a rom like cm7, cm9, cm10. These all have that ability to theme the icons based on activity name in the framework, if that activity path and image exists, it displays a different image. This is done in code, not xml.
Click to expand...
Click to collapse
Guess it's a good thing I asked before diving in then.
Thanks for the info.
Being an HTC guy who only messes around with Sense, I have some smali under my belt, but I am by no means good at it. So I guess I will seek help from somebody who is.
Thanks a bunch!
D
.
Here is some code from ADW that enables the icons to be themed.
Part1
https://github.com/CyanogenMod/andr...mmit/84457c8837dfd62f11f616de50289860b8542887
Part2
https://github.com/CyanogenMod/andr...mmit/6c6ae4a8d5dc538b337e4d0206ac75358b31044c
This toggles on/off the icon themes:
https://github.com/CyanogenMod/andr...mmit/8236848db5c80e5cb8f2e1cbba74e7fa194dfb1f
In order for you to enable "icon" overlay support, you will need to add code in to support it. I am sorry.
lithid-cm said:
Here is some code from ADW that enables the icons to be themed.
Part1
https://github.com/CyanogenMod/andr...mmit/84457c8837dfd62f11f616de50289860b8542887
Part2
https://github.com/CyanogenMod/andr...mmit/6c6ae4a8d5dc538b337e4d0206ac75358b31044c
This toggles on/off the icon themes:
https://github.com/CyanogenMod/andr...mmit/8236848db5c80e5cb8f2e1cbba74e7fa194dfb1f
In order for you to enable "icon" overlay support, you will need to add code in to support it. I am sorry.
Click to expand...
Click to collapse
No worries, it's good to have input from people who know more than I do.
I was hoping it would be easier, just adding my overlay in the layout XML files over top of the app icons, but life is never easy.
D
.

Redesign apps without complex programming?

This question is to all the developers out there!
I am more of a graphics designer than a programmer.
I have very basic knowledge as far as programming and API's are concerned.
I know there are tools out there which can help you Compile and Recompile APKs, and I can do that without help,
but I was wondering if its possible to edit just the graphical elements of the app (say, change the app icon,or modify the typography, or color accents) without the need for changing a whole lot of the code?
If not, is it possible to learn how to do it in a short while?
I would love to modify to redesign a few open source apps and post it here for everyone else. ( Inspired by Android Design in Action )
shubhamsizzles said:
This question is to all the developers out there!
I am more of a graphics designer than a programmer.
I have very basic knowledge as far as programming and API's are concerned.
I know there are tools out there which can help you Compile and Recompile APKs, and I can do that without help,
but I was wondering if its possible to edit just the graphical elements of the app (say, change the app icon,or modify the typography, or color accents) without the need for changing a whole lot of the code?
If not, is it possible to learn how to do it in a short while?
I would love to modify to redesign a few open source apps and post it here for everyone else. ( Inspired by Android Design in Action )
Click to expand...
Click to collapse
Yes it is possible all you need this:
1 the app you wish to modify
2 an app called ninjamorph
A computer optional
And enough space on your phone to decompile on APK which isn't much
A way to save the app as an Apk on your phone ( ie titanium backup or the like)
Run ninjamorph I believe it has a tutorial with in and app if you need it very simple to use
It will decompile the APk of the app and then you can go into the product work space within ninjamorph and goto resources drawable depending on the app maybe drawable HPI just look through the folders then select the PNG you wish to modify and ninjamorph has ui to change right there on your phone or you can connect your phone to a computer and transfer the PNG file you wish to modify to the computer and modify it there then replace it and in the exact location you found it (with the same name names are I believe case sensitive) and use ninjamorph to recompile the apk, uninstall the old apk (if installed before hand) and install the new Apk and there you go should work
Sent from my SGH-I997 using xda premium
moving to q&a
if u only need to modify image files open apk from winrar, edit it and save.
Can I also change stuff like screen margins, fonts etc. this way? I'm guessing no. Right?
Sent from my One V using xda premium
Is it really that tough? Any suggestions?
shubhamsizzles said:
Is it really that tough? Any suggestions?
Click to expand...
Click to collapse
No you cant change the margins and fonts that way. You will have to edit the layout of the app by decompiling it and changing the XMLs and maybe some smali coding changes.

[REQ] Themeing Sense 5.0 Tutorial for a total theming noob.

Hey anyone out there good at themeing some things, got any ideas on what i (a TOTAL 100% Noob) would have to do to edit some of the things in sense 5? possibly create a theme?
I dont need like a super long drawn out tutorial on EVERYTHING id have to do, unless youd be so kind as to provide one.
Just general bits and pieces and ill put together something from a collab of information given here ive been thinking about making a theme for a while but TOTALLY lack the skills lol
any information you can give as to what might work, what worked in sense 4.5, and what will very likely work in sense 5.0 id love to hear it. Even if its just somethin small my ears and eyes are WIDE open.
Ok so luckily for you skins have been removed in Sense 5, so the theming process is a bit easier (no need to extract m10 files and such). Basically though, you'd take the apk you want to edit, and decompile (extract) it. This can be done using apktool. To get that working, use these tools and this guide. Once your done editing your apk file, recompile (compress) it using "apktool b decompiled_folder_name" (or by reading the guide). Once it has successfully been compiled, sign it with this (copy the PPC Geeks folder to the /Program Files directory on your c: drive, and create a shortcut of the .exe file on your desktop) or you can alternitavely use this tool, which includes an option to zipalign (optimize?) the apk as well as sign it. However, if you use the latter, make sure to sign with test, not private keys.
Also I should mention that the majority of the images you will be editing within the apks are located in /res/drawable-xxhdpi, and the color of most of the text in the apk will probably be located in either /res/values/colors.xml, or /res/values/styles.xml. You may stumble upon a few ".9" images, which are special images that will only stretch along the places that are overlapped by the 1px tall border surrounding them. I recommend using this program to create your own .9 images, or you can edit pre-existing .9s in an image editor progam like photoshop or gimp, just make sure that you do not touch the black 1px border (9patch).
That's all! Good luck, have fun, and you're welcome
ssojyeti2 said:
Ok so luckily for you skins have been removed in Sense 5, so the theming process is a bit easier (no need to extract m10 files and such). Basically though, you'd take the apk you want to edit, and decompile (extract) it. This can be done using apktool. To get that working, use these tools and this guide. Once your done editing your apk file, recompile (compress) it using "apktool b decompiled_folder_name" (or by reading the guide). Once it has successfully been compiled, sign it with this (copy the PPC Geeks folder to the /Program Files directory on your c: drive, and create a shortcut of the .exe file on your desktop) or you can alternitavely use this tool, which includes an option to zipalign (optimize?) the apk as well as sign it. However, if you use the latter, make sure to sign with test, not private keys.
Also I should mention that the majority of the images you will be editing within the apks are located in /res/drawable-xxhdpi, and the color of most of the text in the apk will probably be located in either /res/values/colors.xml, or /res/values/styles.xml. You may stumble upon a few ".9" images, which are special images that will only stretch along the places that are overlapped by the 1px tall border surrounding them. I recommend using this program to create your own .9 images, or you can edit pre-existing .9s in an image editor progam like photoshop or gimp, just make sure that you do not touch the black 1px border (9patch).
That's all! Good luck, have fun, and you're welcome
Click to expand...
Click to collapse
Hey thanks alot i will definitly check this out, looking to add some transparency throughout the rom. Does anyone know what blinkfeeds apk is named o.o
Prizm something
Sent From My Sweet Ass EVO LTE
dased14 said:
Prizm something
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
guys if i wasnt outta thanks today id throw you both one (EDIT: Aparantly xda thinks that the middle of the day is the time for renewing thanks -_-) thanks a bunch. Not too sure how to edit XML files now, all im trying to do at the moment is make blinkfeed's background transparent, however i am lost as to how to even read XML files at the moment, dont have a program on my computer that displays it correctly.. I found how to do the new weatherclock, and steal25 is working on the App drawer, and Sysui pull down.
Well theres vts(can decompile and recompile)and has a notepad++ type thing built in and notepad++ is a must for any themer to read xmls, smali (but need apktool, or something like it to decompile and recompile)
Sent From My Sweet Ass EVO LTE
dased14 said:
Well theres vts(can decompile and recompile)and has a notepad++ type thing built in and notepad++ is a must for any themer to read xmls, smali (but need apktool, or something like it to decompile and recompile)
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
What he said Notepad++ is the best.
And Prism.apk is what you're looking for.
Gumby63 said:
What he said Notepad++ is the best.
And Prism.apk is what you're looking for.
Click to expand...
Click to collapse
Downloading it now, thanks for the responses guys i really appreciate it especially coming from all of you recognized themers with 1000+ thanks. Wow i feel like im going to do good here.
and yeah i found the prism, and the XML file i need to edit for blinkfeed to be transparent, and i actually got some config from someone in the general thread too! ill try to have blinkfeed and some other stuff transparent by the end of the day tomorrow. (like thats gonna happen right?)
igotlostintampa said:
Downloading it now, thanks for the responses guys i really appreciate it especially coming from all of you recognized themers with 1000+ thanks. Wow i feel like im going to do good here.
and yeah i found the prism, and the XML file i need to edit for blinkfeed to be transparent, and i actually got some config from someone in the general thread too! ill try to have blinkfeed and some other stuff transparent by the end of the day tomorrow. (like thats gonna happen right?)
Click to expand...
Click to collapse
Keep in mind that when you're editing colors, the first two digits in the hex code control transparency...also don't be surprised if edits need to be made in multiple places...sometimes both an image and a color need to be set to transparent
Sent from my EVO using Tapatalk 2
ssojyeti2 said:
Keep in mind that when you're editing colors, the first two digits in the hex code control transparency...also don't be surprised if edits need to be made in multiple places...sometimes both an image and a color need to be set to transparent
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
igotlostintampa said:
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
Would love to help but pc crashed about a week ago so im sidelined until i save enough for new one, but good luck
Sent from my Xoom using Tapatalk HD
igotlostintampa said:
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
I'm in the same boat as you. I want to get into learning this stuff too. Hopefully after this week is over, I will have a little more free time to learn.
Sent from my EVO using xda app-developers app
Its so good to see people want to learn. Keep it up bro. We need all the contributors we can get.
Only if everyone was like this
Thumbs up
Sent from my EVO using Tapatalk 2
igotlostintampa said:
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
Well if you need any help just ask away
Actually I haven't been able to start just yet as I've been a bit busy with errands and when I get on xda the forum is packed with things I needs throw in the sense 5.0 q/a thread. I'll start working on it soon and if I need any help I'll definitely post back here. Thanks a lot for your help and support guys
Sent from my EVO using xda app-developers app
igotlostintampa said:
Actually I haven't been able to start just yet as I've been a bit busy with errands and when I get on xda the forum is packed with things I needs throw in the sense 5.0 q/a thread. I'll start working on it soon and if I need any help I'll definitely post back here. Thanks a lot for your help and support guys
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
The intro to themeing thread in evo 3d themes and apps is a great place to start.
Sent from my EVO using Tapatalk 2

Categories

Resources