Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
hockeyfamily737
Old
#4101  
hockeyfamily737's Avatar
Recognized Contributor
Thanks Meter 2323
Posts: 2,086
Join Date: Apr 2011
Location: Connecticut

 
DONATE TO ME
Quote:
Originally Posted by steal25 View Post
Verizon? My friend has Verizon and he's always complaining about everything

from my inbREDed EVO 3D
Truth be told, as much as I bitch and complain about my crappy Sprint data connection, the customer service you get from Sprint on both the corporate and local level is far and away better then dealing with Verizon.
•You know you're a nerd when your wife says: "If you don't get off that computer I'm leaving!" & your instinctive response is to chastise her for not following an "if" statement with an "else" clause.
 
thesparky007
Old
#4102  
thesparky007's Avatar
Senior Member
Thanks Meter 748
Posts: 1,320
Join Date: Oct 2008
Location: Houston

 
DONATE TO ME
I average around 100kbps on my 3g.... The best speeds I've ever seen on my phone is around 600kbps in the middle of Houston...

When I stream music through google music I listen to one 5min song on my 30min ride... And I've yet to cross 5mb of total 4g usage since I've been with sprint...

The customer service is spectacular no doubt but when I'm paying 210$ for my "unlimited" plan and I get piss poor data speeds I don't care about killer customer service...

Sent from my PG86100 using Tapatalk
 
tbonanno231
Old
#4103  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Hello all.

New themer here, but catching on quick, thanks mostly to this thread (and linked threads) and all who have contributed.

I've got a question that someone here may be able to answer.

Some of the spinners in the ICS Sense 4 framework are separated into "inner" and "outer". They are named spinner_##_inner_holo.png and spinner_##_outer_holo.png. I am trying to color theme all spinners, and I've been able to do others that aren't separated by inner and outer without a problem. However these particular ones don't look right, I suspect because they are overlapping and the colors are mixing.

The descriptions of "inner" and "outer" don't really tell you much. Does anyone know how these animate and overlap or how to make it more color friendly to theme?

Thanks in advance.
The Following User Says Thank You to tbonanno231 For This Useful Post: [ Click to Expand ]
 
il Duce
Old
#4104  
il Duce's Avatar
Recognized Developer / Recognized Themer / Retired Forum Moderator
Thanks Meter 14651
Posts: 15,885
Join Date: Feb 2009
Location: Twin Cities, MN

 
DONATE TO ME
Quote:
Originally Posted by tbonanno231 View Post
Hello all.

New themer here, but catching on quick, thanks mostly to this thread (and linked threads) and all who have contributed.

I've got a question that someone here may be able to answer.

Some of the spinners in the ICS Sense 4 framework are separated into "inner" and "outer". They are named spinner_##_inner_holo.png and spinner_##_outer_holo.png. I am trying to color theme all spinners, and I've been able to do others that aren't separated by inner and outer without a problem. However these particular ones don't look right, I suspect because they are overlapping and the colors are mixing.

The descriptions of "inner" and "outer" don't really tell you much. Does anyone know how these animate and overlap or how to make it more color friendly to theme?

Thanks in advance.
They both spin at the same time. It's that new effect you see sometimes, and yes they overlap. I would say theme one and leave the other, see how it looks. You could also find the xml that controls the double png and edit out one of them, might work.
The Following User Says Thank You to il Duce For This Useful Post: [ Click to Expand ]
 
tbonanno231
Old
#4105  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Quote:
Originally Posted by il Duce View Post
They both spin at the same time. It's that new effect you see sometimes, and yes they overlap. I would say theme one and leave the other, see how it looks. You could also find the xml that controls the double png and edit out one of them, might work.
Good suggestions. Thank you il Duce. I'll report back on what works.
 
tbonanno231
Old
#4106  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Quote:
Originally Posted by tbonanno231 View Post
Good suggestions. Thank you il Duce. I'll report back on what works.
Did just the dark ones, which are "inner" and it looks pretty good. Thanks again.
The Following User Says Thank You to tbonanno231 For This Useful Post: [ Click to Expand ]
 
tbonanno231
Old
#4107  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Got another one for you folks...

Browser.apk in Sense 4 has a launcher icon that is a jpg with a strange background which is not transparent and has a strange pattern that doesn't look like it means anything. Somehow, it knows how to render just the icon without the background. When I edited just the image, and not the background, it now renders the weird background as well as the relevant part of the image. It's as if I broke some kind of encoding...

I looked through the XML to see if I could make this a png with transparency just like most launcher icons and be done with it. I found references to the file name without the extension, so I thought maybe I could just remove the jpg and replace it with a png by the same name and it might work. It did not.

Anyone know a good way to resolve this problem?
 
ssojyeti2
Old
#4108  
ssojyeti2's Avatar
Recognized Themer
Thanks Meter 1946
Posts: 2,577
Join Date: Jan 2011
Location: North Miami Beach

 
DONATE TO ME
Quote:
Originally Posted by tbonanno231 View Post
Got another one for you folks...

Browser.apk in Sense 4 has a launcher icon that is a jpg with a strange background which is not transparent and has a strange pattern that doesn't look like it means anything. Somehow, it knows how to render just the icon without the background. When I edited just the image, and not the background, it now renders the weird background as well as the relevant part of the image. It's as if I broke some kind of encoding...

I looked through the XML to see if I could make this a png with transparency just like most launcher icons and be done with it. I found references to the file name without the extension, so I thought maybe I could just remove the jpg and replace it with a png by the same name and it might work. It did not.

Anyone know a good way to resolve this problem?
Maybe it was an indexed image? Because those images show up with weird backgrounds in photoshop. What I usually do is use gimp to convert the image to RGB mode and then make the edits with photoshop. It should work after that.
The Following User Says Thank You to ssojyeti2 For This Useful Post: [ Click to Expand ]
 
tbonanno231
Old
(Last edited by tbonanno231; 22nd July 2012 at 08:59 PM.)
#4109  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Quote:
Originally Posted by ssojyeti2 View Post
Maybe it was an indexed image? Because those images show up with weird backgrounds in photoshop. What I usually do is use gimp to convert the image to RGB mode and then make the edits with photoshop. It should work after that.
I use Gimp exclusively. I don't have Photoshop. I do recall changing images between modes frequently with no noticeable effect until now. Maybe I should go read up on what an indexed image is...

Edit: Just checked, and the source file is RGB.
 
tbonanno231
Old
#4110  
tbonanno231's Avatar
Senior Member
Thanks Meter 701
Posts: 448
Join Date: Sep 2010
Location: Little Egg Harbor, NJ
Here's what it looks like:

Name:  icon_launcher_browser.jpg
Views: 108
Size:  10.9 KB

 
Post Reply+
Tags
#noobthemers, badseed owns your mom!, fern likes your mom, help thread, knowledge is power!, learn nao d3rp, read read read!!! then ask!, sup duce, this is where bad seeds grow!
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...