HTC Incredible :: Shadow Rom Slower With Set CPU

Sep 29, 2010

I'm test driving Shadow rom right now.Is it weird? I'm getting lower Quadrant scores when I am using Set CPU with the settings on 998Mhz on the Performance governor.I'm using the Koush kernel that came with the rom.With Set CPU uninstalled, I consistently get higher Quadrant scores.Am I using the wrong settings in Set CPU?Kernel is capable of 1115Mhz, but is set at 998Mhz.Mods please move if I posted in the wrong place.

HTC Incredible :: Shadow rom slower with set CPU


HTC Incredible :: After ROOT / Phone Seems Slower

Oct 28, 2010

I have a rooted dinc with a Innocell 3500mAh Extended Life Battery.Other than the battery and being rooted (removed some stock apps and added wireless tether),its still stock (ie. ROM, Kernel, etc.).I don't talk, text, or browse the web much, but I do stream Pandora ALL DAY at work.Usually about 7-8 hours non stop Ever since I rooted, it seems like it runs a little slower (ie. scrolling through home screens, exiting apps, sometimes it hangs or lags, etc. The snapdragon processor just isn't "snappy" (pun intended) as it formerly was.I was thinking about doing a Factory data reset ? or do I need to unroot, then reroot again?

View 7 Replies View Related

HTC Incredible :: Handcent Much Slower On Froyo?

Sep 2, 2010

Has anyone else been experiencing this issue?The rest of my applications have been running great.I love the new additions of 2.2 but was surprised to see a slowdown in Handcent.I understand that some people have been experiencing typing lag,I have as well but even while opening the application and choosing between contacts I have noticed a great deal of lag.Enough to make me go back to the stock messanger(which could have used some customization options with froyo IMO).

View 10 Replies View Related

HTC Incredible :: With OTA 2.2 WiFi Is Now Slower Than 3G - WRT-160N

Sep 8, 2010

Not sure what is going on. I have a Linksys WRT-160N router. Before the OTA 2.2 update I would get speeds on WiFi between 15-18 mbps (speedtest.net). Now Im getting less then 3G speeds, like 1.3 and under.

Ive tried to tweak settings in the router and no change. I even did a factory reset on the router and still same thing.

Finally I went to my moms house and tried her WiFi and got what I used to get 15+mbps.

View 3 Replies View Related

HTC Incredible :: Linpack Screenshots Phone Slower Than N1

Jun 5, 2010

So I will be getting my Incredible in on Monday. However, after seeing the Linpack screenshots for the MotoDroid at 2.2 I am wondering if the Incredible really is all that fast. I mean how come the Incredible is slower than the N1 if it has the same hardware? I know the difference is small but I just don't understand that. Also, how do they get the Shadow/Xtreme specs before it is released? Those specs are amazing, maybe I should have waited. Here is a link to the screenshots: Post Your Motorola Droid Froyo Quadrant Scores! | Droid Life: A Motorola Droid Blog. EDIT: The reason I am wondering about the 2.2 specs is because ours should be comparable to the Nexus One. How could the MotoDroid be so much faster than the N1? I'm not looking to bash any phone, I am just confused as to how this works out.

View 17 Replies View Related

HTC Incredible :: Filling Up Phones Storage Make It Run Slower

May 5, 2010

I would like to know is if filling up my phones storage is going to make it run slower? I had 5 movies on my 8g microSDHC card. I decided to move them to my phones storage since nothing really uses that storage. The movies play great from both the phones storage and the SD card, but it felt like my phone was running a little slower once I did this. Is this just in my head or will my phone really run slower with its storage almost full? My phones settings state that the total space of the storage is 6.6GB and the avialable space is no 1.57GB.

View 1 Replies View Related

Motorola Droid X :: Live From A Verizon Store / Speedtest Slower Than Incredible

Jul 17, 2010

I am in a verizon store. There is a droidx and droid incredible right next to each other. I installed speedtest.net app on both. Used advanced task killer to kill background apps on both..then ran speedtest.net app.Ran the test ten times on each phone to get a good average. Droidx gets 0.50 mbps max...incredible gets 2.0 mbps nearly on every one of the ten runs I did. Why? Is this a known issue? I wanna get the phone..its in stock..but this speedtest issue is bugging me. Any explanations?Also the droid x is getting only 2 bars..the inc has full signal. Been here about an hour, and no change in signal or speedtest.live update.. I am going to drive to another verizon store right now and repeat the tests on new phones..I will run with and withouth task killer. Ill update once I get to the new verizon store.

View 17 Replies View Related

Motorola Droid :: C6 Almost Identical To Shadow?

Sep 29, 2010

I have used both ROMS and they appear to be almost identical. am i missing something. The shadow settings and C6 settings and menu look exactly the same.

View 1 Replies View Related

Android :: Is Shadow Mapping Possible In OpenGL ES 1.0?

Nov 25, 2009

I've tried casting shadow following this tutorial (which uses Stencil Buffer method): http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=27 The result is a cool shadow effect. But it depends too much on geometry and thus not very flexible. Then I found a much easier way to do shadowing here: http://www.paulsprojects.net/tutorials/smt/smt.html But it uses ARB_depth_texture and ARB_shadow extension. So I bet it can't be used with Android's OpenGL ES 1.0. I've tried googling for "Shadow Mapping" and "OpenGL ES" but still can't find a good tutorial. Can anyone recommend me a good place/site I can study for this please?

View 3 Replies View Related

Android :: How Can I Add Shadow / Fade For My Views?

Sep 24, 2010

The ListView has a nice fade on the top/bottom.I have a ListView in the top half of my app, and then a ViewFlipper on the bottom. Is it possible to add a fade/shadow to the top of the ViewFlipper? This would look nice.

View 1 Replies View Related

Android :: Add Shadow On Text In Droid

Mar 21, 2010

I am wondering how to add shadow on text in android?

I have the following code which is applied on a bitmap and I wanted to be shadowed...

paint.setColor(Color.BLACK);
paint.setTextSize(55);
paint.setFakeBoldText(false);
paint.setShadowLayer(1, 0, 0, Color.BLACK); //This only shadows my whole view...

View 3 Replies View Related

Android :: Shadow On Top Of A Layout On ActivityGroup / Fix It?

Jul 16, 2010

I'm trying to give my first steps on working with ActivityGroups. To be more specific, I have a parent activity with a layout containing several buttons, and another layout below them in order to add other activities' layouts by means of the "addView()" method. Well, everything works fine in functionality terms; but I'm experiencing a weird behavior inside the layout where other activities are kind of loaded into. A black line along the top border of the layout plus a slight shadow do appear when I run the application on the emulator. I have tried to play changing the paddings, margins, etc. with no success.

Has any of you experienced such weird behavior?

View 2 Replies View Related

Android :: Remove Shadow On Markers On My Map?

Nov 17, 2010

I am displaying a custom marker on my Google Map. They are placed fine, but they have this funny shadow. How can I remove the shadow? code...

View 1 Replies View Related

Android :: Get Rid Of Shadow When I Scroll ListView?

Jul 10, 2010

How can i get rid of the shadow when I scroll ListView.

I have shadows appearing on top and bottom of the list.

View 1 Replies View Related

Android :: Euivalent To Set Shadow Layer Shapes In XML

Oct 18, 2010

If I draw a round rect shape by code I can use setShadowLayer to get a shadow drawn for the shape. Is there an equivalent when defining shapes in XML?The following example draws a round rect background to a shape. What would I need to add to get a shadow added to the shape? Is it even possible using XML? Code...

View 1 Replies View Related

Motorola Droid :: Use Shadow ROM And Can't Install Certain Apps / Get It On?

Sep 17, 2010

Downloaded Shadow ROM and so far so good. Was using LIQ FROYO 1.6 and this is just as snappy but with more bells and whistles. However, I can't install Angry Birds, while i was able to on liqfroyo1.6. Anyone able to install angry birds? if so, can anyone offer any guidance or tricks to get it on?

Droid
Shadow ROM
No Theme
No Kernel, no overclock (other than what is stock on the ROM)

View 1 Replies View Related

Android :: Create Drop Shadow For Drawable?

Jan 18, 2010

How do i create a drop shadow to add it to a custom drawable i made using shape?

View 1 Replies View Related

Android :: How Can I Delete Black Shadow Above Framelayout In Tab Widget?

Sep 7, 2010

I have a problem with the tab widget. There is a shadow above the framelayout that's part of the tabwidget. How can I modify or delete this shadow.

View 4 Replies View Related

Android :: Show Shadow For Text Drawn On Google Map

Jun 7, 2010

In my map application I am using overlay items and texts. I need shadows for both. For overlayitems I am able to display shadows. How to show shadow for the text drawn?

View 4 Replies View Related

Android :: Make Shadow Effect For A Text In Droid?

Jul 21, 2010

How can i make shadow effect Text in Text View. Any Idea?

View 1 Replies View Related

Motorola Droid :: Invertnito Yellow Theme For Shadow Rom?

Sep 19, 2010

I was wondering if anyone has made an Invertnito Yellow theme for Shadow Rom? I LOVE Invertnito, but I also love Incognito Yellow. If anyone could help, or possibly make one, it would be much appreciated.

View 1 Replies View Related

Android :: How To Scale Markers And Set Shadow And OnTap Correctly

Nov 17, 2009

I'm scaling markers on a MapView with the following code

CODE:.........

And:

CODE:.............

Which works, but the shadow below the marker has wrong offset when scaled. Also; i override the public boolean onTap(int index) in ItemizedOverlay to detect taps on the markers, but it seems inaccurate. I can click some range outside the marker and still trigger onTap...

View 1 Replies View Related

General :: Galaxy S3 V4.4 - How To Delete Shadow Over Lockscreen Image

Feb 12, 2014

How to remove the shadow which is over the lockscreen background image on certain rom ? I'm using AOSB 1.2.9 on Galaxy S3 4G, kitkat.

What i would like to have:

View 3 Replies View Related

Android :: Remove Default Drop Shadow At Top Of Activity Layout

Oct 26, 2010

I have an activity. It does not have a title bar. The content view is just a linear layout. It looks like android draws a drop shadow at the top of my content view, directly below the status bar. Is there a way to stop that from being drawn?

My layout is just:

I have no titlebar:

requestWindowFeature(Window.FEATURE_NO_TITLE);

View 2 Replies View Related

Android :: PNG File With Transparent Drop Shadow Appears As Solid / What Am I Doing Wrong?

Oct 3, 2010

I have a PNG file with drop shadow that is supposed to be blended using multiply operation. I'm using an ImageView to show it.

However, the shadow is shown as solid gray.

What am I doing wrong?

View 4 Replies View Related

HTC EVO 4G :: 4G Slower After 2.2 Update

Jul 31, 2010

Has anyone else tried 4G after the update.I just tried it when I was in a 4G area and my speeds were terrible. It was only about 600-700K. When I tried 3G I was about 1300K.

View 9 Replies View Related

HTC EVO 4G :: Evo Slower Than Aircard

Jun 8, 2010

I'm currently testing weather I want to drop my aircard for the EVO, but I'm noticing the speeds and ping times are lower on the EVO.Same network, same time, same location , same speed test (speedtest.net), different devices.Is there some throttling going on? I've cracked 1mb only twice on the evo while the aircard has done it nearly every time i've checked in the last two years.pingtimes are horrible in the 300's while my aircard is at 117 or so usually. This is a killer for my ps3 gaming. Or could this just be the fact on the evo app we can't pic the servers and maybe its using a bad one or its far away.Hopefully this issue will be resolved before my 30 days are up. More money for slower speeds? I like new stuff but carrying around a phone isn't worth losing netflix and ps3 gaming.

View 17 Replies View Related

Motorola Droid X :: VZW 3G Slower Than ATT?

Jul 19, 2010

Just thought I would throw this out.I have been using the N1 on AT&T and p/u the Droid x on launch. Using Speedtest.net, the N1 has been giving me above 1.5 Mbps down and .8 up. OTOH, the Droid x has been .6/.3 over a span of three days.

View 27 Replies View Related

HTC Hero :: Slower After Rooting

Jul 1, 2010

I just finished rooting my (formerly) Orange-branded Hero with VillainRom 10.3 and I only have about 50mb of memory (maximum) and I'd like to know why! I thought this was supposed to make it quicker.My mate has a T-Mobile Hero, he just debranded his and he has 137mb free!

View 20 Replies View Related

HTC EVO 4G :: EVO With 2.2 Quadrant Showing Just Slower Than N1 W/2.2

Jun 5, 2010

Has anyone else loaded 2.2 and ran quadrant? my score was 1291 just under the N1 with 2.2.I'm wondering how when this 2.2 first showed up before the EVO was out, they got a higher score?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved