Hey guys I'm modding the face book app and I can't seem to find the PNG file that's for the main background, the one with "messages, live feeds, friends, etc. Could some one please help me out.
Sent from my Mesmarize using XDA App
clem2595 said:
Hey guys I'm modding the face book app and I can't seem to find the PNG file that's for the main background, the one with "messages, live feeds, friends, etc. Could some one please help me out.
Sent from my Mesmarize using XDA App
Click to expand...
Click to collapse
if I remember right, it´s not a png, but a color value
I assume its in a XML file? And if so what's the best way to edit it. Can I open it in a text doc?
Sent from my SCH-I500 using XDA App
clem2595 said:
I assume its in a XML file? And if so what's the best way to edit it. Can I open it in a text doc?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Apkmanager and notepad++ is what I use to edit the xml's. You'll have to decompile the apk, edit your xmls, then recompile and resign.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
user7618 said:
Apkmanager and notepad++ is what I use to edit the xml's. You'll have to decompile the apk, edit your xmls, then recompile and resign.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
I have APK manager I'm downloading notepad++ as i type i will give it a go and see what happens. thanks for your help
user7618 said:
Apkmanager and notepad++ is what I use to edit the xml's. You'll have to decompile the apk, edit your xmls, then recompile and resign.
Ok this is what it looks like and i can't figure out how to get it to a format i can read and edit. im sorry for bugging you about this.
{
"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"
}
Click to expand...
Click to collapse
clem2595 said:
user7618 said:
Apkmanager and notepad++ is what I use to edit the xml's. You'll have to decompile the apk, edit your xmls, then recompile and resign.
Ok this is what it looks like and i can't figure out how to get it to a format i can read and edit. im sorry for bugging you about this.
Click to expand...
Click to collapse
that does not look decompiled correctly
--------------------------------------
decompiled solid_white_background.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/solid_white" />
<item android:state_selected="true" android:drawable="@android:drawable/list_selector_background" />
</selector>
Click to expand...
Click to collapse
ok so do i put the apk in Apk manager option 22, 1, 10?
clem2595 said:
user7618 said:
Apkmanager and notepad++ is what I use to edit the xml's. You'll have to decompile the apk, edit your xmls, then recompile and resign.
Ok this is what it looks like and i can't figure out how to get it to a format i can read and edit. im sorry for bugging you about this.
Click to expand...
Click to collapse
decompile, then find the xml in the project folder you want to edit. Right click and select edit with notepad++. It should open and be editable and in plain English.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
I give up lol I decompile and there is nothing in project folder.
Sent from my SCH-I500 using XDA App
clem2595 said:
I give up lol I decompile and there is nothing in project folder.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Ok, you did select the apk as the project, right? Not meaning that to be a **** question, just trying to get onto the same page as you.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
user7618 said:
Ok, you did select the apk as the project, right? Not meaning that to be a **** question, just trying to get onto the same page as you.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
Yeah i did, i got the decomile to work and im looking at my xml files now below is what i have done the change i made in highlighted let me know if that look right to you
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/solid_262626" />
<item android:state_selected="true" android:drawable="@android:drawable/list_selector_background" />
</selector>
It did say white but i wasnt sure if dark grey would work so i found an xml color chart. and if you could give me a tim on how to put it all back togeather i'll buy you a redbull.
clem2595 said:
Yeah i did, i got the decomile to work and im looking at my xml files now below is what i have done the change i made in highlighted let me know if that look right to you
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/solid_262626" />
<item android:state_selected="true" android:drawable="@android:drawable/list_selector_background" />
</selector>
It did say white but i wasnt sure if dark grey would work so i found an xml color chart. and if you could give me a tim on how to put it all back togeather i'll buy you a redbull.
Click to expand...
Click to collapse
Dang, took me forever to find this. Sorry! Guess I need to learn to sub.
I think the value you want to edit is in an xml named values. I don't have our handy right now, but I believe it mentions background. I'll have to check when I get a chance.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
user7618 said:
Dang, took me forever to find this. Sorry! Guess I need to learn to sub.
I think the value you want to edit is in an xml named values. I don't have our handy right now, but I believe it mentions background. I'll have to check when I get a chance.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
Well if i cant get it its no big deal i kind of like it the way it is the icons show up good i think. but if you can find what i need to edit and help me compile it, man ...that would be great. you have helped me more than ANYONE on here most of them call me a noob and keep going. Hell i can hack an iPhone every which way from Sunday but android is a lot harder.
Here are few screen shotts of a little of what i have done not even close to all of it. showing the buton mash effects. lol still would like that background to match the rest of the color thou lol.
That looks great! I'll try and get some time to dig around and see if I can find the background xml. Been working 12 hour shifts, and I've been sleeping a lot.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
I'm out on fmla so I got nothing birng time. Lol
Sent from my SCH-I500 using XDA App
Try in styles.xml, android:windowBackground
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Ok ill try that when I get a chance. Thanks man.
Sent from my mesmerize using XDA app.
styles.xml refers to a defined value inside of drawables.xml which gives those "named values" a hex color... so u can add your own, possibly? or pick white and hope it doesn't mess more up?
\res\drawable\solid_white_background.xml defines it as:
Code:
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/solid_white" />
<item android:state_selected="true" android:drawable="@android:drawable/list_selector_background" />
</selector>
so i went hunting and got that @ \res\values\drawables.xml "solid_white" is defined as #ffffffff
Code:
- <resources>
<item type="drawable" name="solid_white">#ffffffff</item>
<item type="drawable" name="solid_black">#ff000000</item>
<item type="drawable" name="clear">#00000000</item>
<item type="drawable" name="feedback_background_color">#fff2f2f2</item>
<item type="drawable" name="post_date_color">#ff888888</item>
<item type="drawable" name="gray_text_color">#ff999999</item>
<item type="drawable" name="blue_text_color">#ff6085b8</item>
<item type="drawable" name="text_color">#ff424242</item>
<item type="drawable" name="login_font_color">#ff455898</item>
<item type="drawable" name="status_background_color">#ffdfe5ee</item>
<item type="drawable" name="profile_background_color">#fff8f8f9</item>
<item type="drawable" name="profile_photo_background_color">#a0dfe5ee</item>
<item type="drawable" name="icon_bar_selected">#fffc7b00</item>
<item type="drawable" name="icon_bar_pressed">#ffff9900</item>
<item type="drawable" name="icon_bar_default">#ff3a5897</item>
</resources>
also, not sure if you know this but when u put in ur new color code, make sure to keep the #ff in the beginning, because android uses 8 characters, the first 2 being the transparency so i think yours would be #ff262626 can't really remember what u put, but i think that's it. it could b the styles.xml u need to edit, i guess play around, i just saw the one file called solid_white_background and that looked more promising to me
Related
Alright i know this is a simple xml edit to chang eto color of text inside the contacts but i dont know which xml file it is. i looked in common_browse_list, and common_contact_detail_list. That is where i change the background color to translucient but it says nothing about text color. someone help please
bump...any one that can help i would appreciate it
pm Jschisurf hey seems to know a lot about the xml edit stuff and where to find it.
wtphoto said:
pm Jschisurf hey seems to know a lot about the xml edit stuff and where to find it.
Click to expand...
Click to collapse
yeah i did. im waiting to hear back but until then i thought i would ask in the forum to see if anyone else knew
I'll try and take a look at it. Im on a different rom so its gonna be a little more difficult for me...
VinceOB said:
I'll try and take a look at it. Im on a different rom so its gonna be a little more difficult for me...
Click to expand...
Click to collapse
actually just installed the same rom ur using i believe
How can I add a program like textfree in the window when your surfing a web page and you want to share that page
So you click share page and it gives you a choice but I dont see textfree
How can I add it
Sent From Inside Corona Bottle
Anybody please help
seems hard to get help here im new to the tab
And you think "How do i" is a descriptive topic title??
And you guys wonder why you dont get answered, most people just bypass such topics because if the creator cant be bothered to properly title a topic then why should anybody be bothered to read?
TheATHEiST said:
And you think "How do i" is a descriptive topic title??
And you guys wonder why you dont get answered, most people just bypass such topics because if the creator cant be bothered to properly title a topic then why should anybody be bothered to read?
Click to expand...
Click to collapse
i knew u would reply thats the only reason i said anything im not new to the forum and have helped many and have many useful posts thanks! help somebody dont down them thanks mr atheist
fleurdelisxliv said:
i knew u would reply thats the only reason i said anything im not new to the forum and have helped many and have many useful posts thanks! help somebody dont down them thanks mr atheist
Click to expand...
Click to collapse
.....huh?
What has any of that got to do with the price of fish?
nothing i was just fuc*in around lol! i dont pay for fish i live on a lake
I doubt they bypass it with 105 veiws but yet no one seems to know
rather then your 10000 critical comments like most every one of your posts are if you dont wish to help or simply dont know just keep passing by and dont stop here
It's down to the application to expose itself (fnarr ) to the sharing functionality of the OS. You can't simply add something to the list - the app wouldn't know what the hell to do with the information.
johncmolyneux said:
It's down to the application to expose itself (fnarr ) to the sharing functionality of the OS. You can't simply add something to the list - the app wouldn't know what the hell to do with the information.
Click to expand...
Click to collapse
Is there a way to dissect the app and create it to expose itself
The application has to 1) register an intent in its manifest
Code:
...
<activity android:name=".sampleTextActivity">
<intent-filter>
<action android:name="android.intent.action.send"/>
</intent-filter>
</activity>
then in the sampleTextActivity they have to handle the extras that the sending application will .putExtras() when calling the intent
like
Code:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.sampleLayout);
Intent intent=getIntent();
Bundle extras=intent.getExtras();
String action=intent.getAction();
if(Intent.ACTION_SEND.equals(action))
{
//handle the extras and like the Intent.EXTRA_STREAM
//populate appropriate fields in R.layout.sampleLayout
}
so basically without the full source code, you can't add it. but the devs could easily enough - email them.
hi there,i was looking for some infos on how edit things in systemui.apk but i didn't find any guide for that. please link me any,if you know.
i'd like to make something like this:
http://imageshack.us/photo/my-images/88/11device.png/
white text,dark background and transparency.
already found out how to make the pulldown transparent but i don't know where to edit to make the text white? thanks in advance for your replies.
etoy said:
hi there,i was looking for some infos on how edit things in systemui.apk but i didn't find any guide for that. please link me any,if you know.
i'd like to make something like this:
http://imageshack.us/photo/my-images/88/11device.png/
white text,dark background and transparency.
already found out how to make the pulldown transparent but i don't know where to edit to make the text white? thanks in advance for your replies.
Click to expand...
Click to collapse
i would PM sonny, jabawalkee, or the guy tha makes dark ginger theme. They are all pretty knowledgeable about these things and is probably your best bet!
Looks like the notification bar from cyanogenMod 7 (themed). As far as editing the systemui.apk, I'd.l talk to DreamsForgotten (and read his threads in this section).
Edit: http://forum.xda-developers.com/showthread.php?t=1087858
. . NS4G . . CM7 . .
Text editing would be in xml's for that
Status bar expanded and status bar latest event content
Sent from my Nexus S 4G using Tapatalk
etoy said:
hi there,i was looking for some infos on how edit things in systemui.apk but i didn't find any guide for that. please link me any,if you know.
i'd like to make something like this:
http://imageshack.us/photo/my-images/88/11device.png/
white text,dark background and transparency.
already found out how to make the pulldown transparent but i don't know where to edit to make the text white? thanks in advance for your replies.
Click to expand...
Click to collapse
UOT Kitchen !
Click me!
As many of you experiencing, many mods cannot exist together and no one made and share it.
The developers like evilisto teach you how to fish and give you small fishes but not a big fish since his mods can produce lots of different combinations
Then I'm going to share the stuff I made and using
* It's not a complete theme but addons
* If you're using stock theme, you're forced to theme your SystemUI and Framework-res, the stock theme version may come(Do anyone really want it?)
* If you're using AMOLED Blue theme, you flash this and get the mods without losing the theme
v1: (27/3/2012)
* SystemUI, Framework-res, Framework base on AOKP B28
* Themed SystemUI and Framework-res base on AMOLED Blue theme by decalex and etoy[/strike]
* Replaced CircleMod battery icons with Honeycomb style battery icons
Experimental:
* Modified chrome tab style app switcher by evilisto
* \SystemUI\res\layout-port\status_bar_recent_item.xml
* androidaddingTop="0.0dip"
* androidaddingBottom="0.0dip"
* android:layout_width="320.0dip"
* \framework-res\res\values\dimens.xml
* <dimen name="thumbnail_width">320.0dip</dimen>
Initial release: (23/3/2012) (For AOKP B28/Androxide 1.2.1)
* Honeycomb style (mix of v1 and v2) lockscreen by evilisto
* SystemUI, Framework-res, Framework base on Androxide 1.2.1 by HAKA
* Larger horizontal app switcher by HAKA
* Search to Recent key remap by evilisto
* Integrated AMOLED Blue theme by decalex and etoy
* Stock Reflective softkeys by atticus182
* LWP for Metro style AMOLED Blue theme base on LWP for Simple Text style AMOLED Blue theme by etoy
* Themed ROM Controller by HAKA
Installation guide:
* Just flash as zip
Download link:
* http://dl.dropbox.com/u/40485091/FusionMod/FusionMod_v1.zip
Screenshots:
{
"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"
}
Reserved for future
Nice work. Thanks!
Sent from my Nexus S using Tapatalk
Wuhooooo..... thanks
Sent from my Nexus S using Tapatalk 2 Beta-2
This lockscreen is i been waiting for thanks a bunch man.
Sent from my Nexus S using Tapatalk 2 Beta-2
May i know what is your default nav bar width ,height?
Sent from my Nexus S using Tapatalk 2 Beta-2
Looks really good great job!
new favourite theme, works flawlessly
great job dude keep it up
mixtapes08 said:
May i know what is your default nav bar width ,height?
Sent from my Nexus S using Tapatalk 2 Beta-2
Click to expand...
Click to collapse
Both 42dp
LKNim said:
Both 42dp
Click to expand...
Click to collapse
Thanks ur theme is working great in b28. Im really diggin this one.
Sent from my Nexus S using Tapatalk 2 Beta-2
LKNim said:
Both 42dp
Click to expand...
Click to collapse
42 dpi overlaps the keyboard. And also search to recent not working i just flash evilisto mod.
Sent from my Nexus S
mixtapes08 said:
42 dpi overlaps the keyboard. And also search to recent not working i just flash evilisto mod.
Sent from my Nexus S
Click to expand...
Click to collapse
Thanks for report back
You may have a try on CedIME which is perfect to me
I will delete search to recent in the next release as it can be flashed separately
really nice mashup, also glad you like amoled blue theme but you should ask before using other's work.
there's a disclaimer in decalex's and my threads about ripping off ab theme images, please read it.
really nice mashup, also glad you like amoled blue theme but you should ask before using other's work.<br />
<br />
there's a disclaimer in decalex's and my threads about ripping off ab theme images, please read it.
Click to expand...
Click to collapse
I agree i think you should work alongside decalex and etoy. You dont need to create a new thread for this because it will overcome the original amoled blue because of this wonderful mods that you added.
Sent from my Nexus S
Actually I don't know where's the problem I'm sharing a combined mod while linking threads/devs and giving credits
I didn't say anything is made by me but just combining them
I start the thread because I don't want to post a bundled stuff many times in different threads as I won't make different combinations
Maybe I'm just kid below 20 so I don't know much
So I'm considering remove AB theme and make my own theme
Sorry for my sentences if it's rude since English is not my mother tongue
Broke my 4G
Sent from my sO icEy NS4G
jaestreetss said:
Broke my 4G
Sent from my sO icEy NS4G
Click to expand...
Click to collapse
Forgot to mention, it's for NS GSM
LKNim said:
Actually I don't know where's the problem I'm sharing a combined mod while linking threads/devs and giving credits
I didn't say anything is made by me but just combining them
I start the thread because I don't want to post a bundled stuff many times in different threads as I won't make different combinations
Maybe I'm just kid below 20 so I don't know much
So I'm considering remove AB theme and make my own theme
Sorry for my sentences if it's rude since English is not my mother tongue
Click to expand...
Click to collapse
english is not my primary language too,so i prefer link you this post that twistkill explained perfectly. it happened with another user that ripped off AB theme and made his own thread with a few mods
http://forum.xda-developers.com/showpost.php?p=23426199&postcount=159
let me explain (well,hope so). i'm not jealous of my theme..it's just a theme at the end. i'm happy seeing how many people like it, didn't ever expect that success. what i don't like is that people thinks it's free,opensource,blabla and they can do whatever they want with it. me and decalex clearly posted to contact us BEFORE using our work. i contacted sonnysekhon asking if he gladly allowed me to use his Lucid-style widget image file in my theme. i think he'll not be happy to see it used by other people without his permission. i asked travp624 if he allow me to use his inverted apps in my theme, and so on. if you contacted me (or decalex) and asked about that, i'd probably allowed you to use the stuff. just explain me what's the point in making a separated theme with "just" evilisto's mods (which are awesome, indeed) instead of just proposing to add those mods to AB theme. otherwise, (don't want to be rude here,really) why don't you just start your own theme? we'd be happy to help you out with it, no problems at all! sharing everybody's knowledge is the fundamental of this forum imho.
Originally Posted by LKNim<br />
Actually I don't know where's the problem I'm sharing a combined mod while linking threads/devs and giving credits<br />
I didn't say anything is made by me but just combining them<br />
I start the thread because I don't want to post a bundled stuff many times in different threads as I won't make different combinations<br />
Maybe I'm just kid below 20 so I don't know much<br />
<br />
So I'm considering remove AB theme and make my own theme<br />
<br />
Sorry for my sentences if it's rude since English is not my mother tongue
Click to expand...
Click to collapse
<br />
<br />
english is not my primary language too,so i prefer link you this post that twistkill explained perfectly. it happened with another user that ripped off AB theme and made his own thread with a few mods<br />
<br />
http://forum.xda-developers.com/showpost.php?p=23426199&postcount=159<br />
<br />
let me explain (well,hope so). i'm not jealous of my theme..it's just a theme at the end. i'm happy seeing how many people like it, didn't ever expect that success. what i don't like is that people thinks it's free,opensource,blabla and they can do whatever they want with it. me and decalex clearly posted to contact us BEFORE using our work. i contacted sonnysekhon asking if he gladly allowed me to use his Lucid-style widget image file in my theme. i think he'll not be happy to see it used by other people without his permission. i asked travp624 if he allow me to use his inverted apps in my theme, and so on. if you contacted me (or decalex) and asked about that, i'd probably allowed you to use the stuff. just explain me what's the point in making a separated theme with "just" evilisto's mods (which are awesome, indeed) instead of just proposing to add those mods to AB theme. otherwise, (don't want to be rude here,really) why don't you just start your own theme? we'd be happy to help you out with it, no problems at all! sharing everybody's knowledge is the fundamental of this forum imho.
Click to expand...
Click to collapse
Google makes android, gives it as opensource. Some guys make chromium, gives it as opensource and google just takes it and make google chrome. You take android files, change gama and brightness, put your name on it and want some "deserved kisses in the a**"? Did you ask google devs to change their files? Cmon man, this guy gave all the credit to you in the first post. He could ask you, but he didn't, why are you making such a big deal out of it?
Sent from my Nexus S using Tapatalk 2 Beta-3
etoy said:
english is not my primary language too,so i prefer link you this post that twistkill explained perfectly. it happened with another user that ripped off AB theme and made his own thread with a few mods
http://forum.xda-developers.com/showpost.php?p=23426199&postcount=159
let me explain (well,hope so). i'm not jealous of my theme..it's just a theme at the end. i'm happy seeing how many people like it, didn't ever expect that success. what i don't like is that people thinks it's free,opensource,blabla and they can do whatever they want with it. me and decalex clearly posted to contact us BEFORE using our work. i contacted sonnysekhon asking if he gladly allowed me to use his Lucid-style widget image file in my theme. i think he'll not be happy to see it used by other people without his permission. i asked travp624 if he allow me to use his inverted apps in my theme, and so on. if you contacted me (or decalex) and asked about that, i'd probably allowed you to use the stuff. just explain me what's the point in making a separated theme with "just" evilisto's mods (which are awesome, indeed) instead of just proposing to add those mods to AB theme. otherwise, (don't want to be rude here,really) why don't you just start your own theme? we'd be happy to help you out with it, no problems at all! sharing everybody's knowledge is the fundamental of this forum imho.
Click to expand...
Click to collapse
I think I don't have time to make my own theme since I'm going to have public exams
Maybe it's really better just add mods on AB theme.
I'm now waiting for the film style app switcher by evilisto
Sent from my Nexus S
Hello everyone, many of you may know of the beautiful Jaku iOS theme. I recently started using Photoshop and making custom icons and as of today I'm an artist for their repo of free user made icons (http://jakurepo.com/index.php). Being one of the few (if not the only) uploader for the repo that's an Android user I figured I'd make a post here.
So feel free to check out the few icons I've uploaded (http://jakurepo.com/index.php?artist=E34) and if you have any requests let me know!
EDIT: Just wanted to give full credit to William Szilveszter for creating this amazing theme, http://www.szilveszter.ca/
EDIT 2: If you like my icons please don't hesitate to post some screenshots, I'd love to see them!
For those of you that aren't sure what I'm talking about, some screenshots:
{
"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"
}
REMINDER: BEFORE POSTING REQUESTS, SEARCH FOR THEM ON THE REPO, THERE'S A HIGH POSSIBILITY SOMEONE HAS ALREADY MADE AN ICON FOR THE APP.
its funny how these icons never get old.
my requests are:
1. Ashford University Mobile
2. an Air Jordan 4 bred icon
3. A Samsung Galaxy S III icon
4. Plague Inc icon.
tis all for now..
t.i.a.!
Sent from my Cocaine White GS III
SoCalSpecialist said:
its funny how these icons never get old.
Click to expand...
Click to collapse
Completely agree! No matter what I find I always find myself coming straight back to them. Your requests should be up soon.
SoCalSpecialist said:
its funny how these icons never get old.
my requests are:
1. Ashford University Mobile
2. an Air Jordan 4 bred icon
3. A Samsung Galaxy S III icon
4. Plague Inc icon.
tis all for now..
t.i.a.!
Sent from my Cocaine White GS III
Click to expand...
Click to collapse
For Plague Inc. there's these two: http://jakurepo.com/index.php?q=plague&x=0&y=0 , let me know if you're looking for something different.
Bevel
Thanks for your dedication.
You're being very helpful with the community
And I need to say that your icons are very promising. Can't beleve you're only beginning at this stuff.
Just please don't pack the already existing Jaku icons of the repo as a theme
I mean, they already are there and available to anyone, so no need to package a whole .apk off Jakurepo.com's contributions. As a means to pay respect to William Szilveszter's (szilveszter.ca/news/jaku-android/) word in regard to porting Jaku to Android. And for unfair competition sake.
Oh, and one thing about the bevel. The pattern (when there's one) is meant to extend from the top face of Jaku icons over the bevel as if the icon was sliced off a part and the pattern is actually deep underneath the icon's surface.
Like this attached image instead of your XDA icon...
:angel: :good:
Alfroggy said:
Thanks for your dedication.
You're being very helpful with the community
And I need to say that your icons are very promising. Can't beleve you're only beginning at this stuff.
Just please don't pack the already existing Jaku icons of the repo as a theme
I mean, they already are there and available to anyone, so no need to package a whole .apk off Jakurepo.com's contributions. As a means to pay respect to William Szilveszter's (szilveszter.ca/news/jaku-android/) word in regard to porting Jaku to Android. And for unfair competition sake.
Oh, and one thing about the bevel. The pattern (when there's one) is meant to extend from the top face of Jaku icons over the bevel as if the icon was sliced off a part and the pattern is actually deep underneath the icon's surface.
Like this attached image instead of your XDA icon...
:angel: :good:
Click to expand...
Click to collapse
No problem and thanks again man I enjoy using Photoshop and it's the least I could do for XDA since the community here has helped me so much since my obsession with Android began.
And I wasn't planning on taking anything I didn't make off the repo and putting it in an apk/zip/etc so no need to worry, most I'll do is make a .zip with my stuff and throw it up on DeviantArt. But that probably won't be for a while.
Your attachment doesn't show though lol, and yeah I realized I messed up the XDA icon and fixed it earlier, just forgot to change it on my phone haha.
EDIT: Now I see it, I need some more practice with that, for some reason when I try that it comes out looking really pixelated and bad
SoCalSpecialist said:
its funny how these icons never get old.
my requests are:
1. Ashford University Mobile
2. an Air Jordan 4 bred icon
3. A Samsung Galaxy S III icon
4. Plague Inc icon.
tis all for now..
t.i.a.!
Sent from my Cocaine White GS III
Click to expand...
Click to collapse
Here you are:
SU1CiDE said:
No problem and thanks again man I enjoy using Photoshop and it's the least I could do for XDA since the community here has helped me so much since my obsession with Android began.
And I wasn't planning on taking anything I didn't make off the repo and putting it in an apk/zip/etc so no need to worry, most I'll do is make a .zip with my stuff and throw it up on DeviantArt. But that probably won't be for a while.
Click to expand...
Click to collapse
Good. I just HAD to say that. The same about icons from the paid iOS theme, they shouldn't be shared, even in modded form.
SU1CiDE said:
Your attachment doesn't show though lol, and yeah I realized I messed up the XDA icon and fixed it earlier, just forgot to change it on my phone haha
Click to expand...
Click to collapse
.
Yeah, XDA doesn'tallow to include links in the first few posts
SU1CiDE said:
EDIT: Now I see it, I need some more practice with that, for some reason when I try that it comes out looking really pixelated and bad
Click to expand...
Click to collapse
Basically, you need to duplicate the one-pixel high last row from the image above the bevel and stretch it over the six-pixels high bevel for it to look as intended.
Alfroggy said:
Good. I just HAD to say that. The same about icons from the paid iOS theme, they shouldn't be shared, even in modded form.
Basically, you need to duplicate the one-pixel high last row from the image above the bevel and stretch it over the six-pixels high bevel for it to look as intended.
Click to expand...
Click to collapse
They're paid so also no intention to, plus piracy/stealing whatever you want to call it isn't allowed here in the first place so no need to worry :good:
And I shall give that a try, thanks
How do I add them to the apk?
Sent from my Nexus 4 using xda premium
karanrajpal14 said:
How do I add them to the apk?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
If you're talking about an apk for a launcher theme you would need to decompile the apk and put the icons in. You'd probably be better off just manually changing the icons with an aftermarket launcher.
SU1CiDE said:
If you're talking about an apk for a launcher theme you would need to decompile the apk and put the icons in. You'd probably be better off just manually changing the icons with an aftermarket launcher.
Click to expand...
Click to collapse
Yes I'm talking about the apk that's posted here in the forum. Well the problem with your way is that the icons won't change in the app drawer. I use apex launcher.
Sent from my Nexus 4 using xda premium
karanrajpal14 said:
Yes I'm talking about the apk that's posted here in the forum. Well the problem with your way is that the icons won't change in the app drawer. I use apex launcher.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Yeah you'll need to decompile the apk and put the icons in yourself.
SU1CiDE said:
Yeah you'll need to decompile the apk and put the icons in yourself.
Click to expand...
Click to collapse
Alright. I'll try it out. Could you make icons for these?
1.Abbyy text grabber
2. Ad away
3. Antutu benchmark
4. Blackmart
5. Angry birds space
Thanks!
Sent from my Nexus 4 using xda premium
hotmail...please
1.Abbyy text grabber
2. Ad away
3. Antutu benchmark
4. Blackmart
5. Angry birds space
Click to expand...
Click to collapse
hotmail...please
Click to expand...
Click to collapse
SU1CiDE said:
Here you are:
Click to expand...
Click to collapse
these are amazing...and damn that was fast. awesome work man!
SoCalSpecialist said:
these are amazing...and damn that was fast. awesome work man!
Click to expand...
Click to collapse
Thank you
Need for speed most wanted and nba 2k13
Sent from my HTC6435LVW using xda app-developers app
prerav31 said:
Need for speed most wanted and nba 2k13
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse