HTC EVO 4G :: FPS Limit Broken On 2.2?

Aug 3, 2010

The only thing I'm hating right now on froyo is the screen lag. Having the FPS past 30 on 2.1 was great. Typing was much quicker as well as zooming and scrolling. Just wondering if its been broken on the new rom.

HTC EVO 4G :: FPS limit broken on 2.2?


Android :: 150 Character SMS Limit

Apr 25, 2010

I've recently gotten my Andriod phone (on Telus) and have been texting my friends.My phone cuts up text messages to 160 character messages and sends them all to my friends.However, when my friends receive them the 160 character message gets cut in to one 150 and one 10 character message, often splitting up words. So 4 160 character messages are received by their Blackberries (several models) or Samsung (Slyde?) phones as 4 150 character messages and 4 10 character messages.Is there an app that lets you sent 150 or even 140 character messages? Handcent doesn't help with all the split options it has.I tried them all, but it splits at 160 so it doesn't matter.Is there any way to split messages at a lower character count?(All my friends also use Telus (and Kobo which is Telus). Does Telus have a 150 limit? Or is it their phones?I receive messages from them just fine, but that's probably because their phones only send 140 or 150 character messages.)

View 11 Replies View Related

HTC Hero :: SMS Character Limit

Oct 17, 2009

When typing an SMS I get no warning when I approach, or pass 160 characters, am I missing something?

View 3 Replies View Related

HTC EVO 4G :: Limit On Friendstream Or Facebook?

Jul 28, 2010

Is there anyway to get rid of the 140 limit on frienstream or Facebook for Android?

View 1 Replies View Related

Android :: Limit Scope Of Map

Jun 8, 2009

Let's say that when I launch my application I only want to display the state of California, sitting in a sea of white grid if you will. assume that this could be done with Overlays somehow, but I'm not sure how to go about doing it.

View 2 Replies View Related

HTC EVO 4G :: Sprint Mms/pic Size Limit?

Jul 12, 2010

I know the limit for mms/pic is 5mb (5000kb) but I was looking for the hack for android to fix this on the evo. I'm sure an arcsoft file cab wont fix it and i haven't seen a regedit app to go and change settings. Is there any way I can set my evo to max sprint value?

View 2 Replies View Related

Android :: Broken APK In Fw 1.5

May 6, 2009

Fastbright, Useful switchers, Dark keys. These applications in firmware 1.5 does not work. Is there any substitute for the APK?

View 1 Replies View Related

HTC Incredible :: Overclocking / Maximum Limit

Apr 13, 2010

I know that the incredible will be underclocked to 788mhz for 1ghz, but is it possible to overclock it? I mean, will someone probably make it possible? I would love OCing that baby to 1-1.2!

View 7 Replies View Related

Android :: How To Phone SMS Limit Be Overridden?

Nov 2, 2009

We are developing an election monitoring application that relies on the SMS network to submit reports from independent election observers in the field. The application poses questions to the user, who answers them sequentially, and an SMS is sent each time a question is answered. We currently have around 120 questions (and therefore 120 SMS messages) that need to be sent in a fairly short period of time. However, the limit in the Android source is 100 SMS messages per hour (3600000 milliseconds). How can this limit be overridden, either on a per-application basis or in the Android source?

View 3 Replies View Related

Android :: Way To Make Ringtone 15 Second Limit?

Nov 4, 2010

Is there a way to make a ringtone longer than 15 seconds? i searched everywhere and couldn't find an answer.

View 2 Replies View Related

Android :: Way To Expand VM Limit In Phone?

Nov 23, 2009

Is there a way to expand the VM limit in Android 2.0 on an actual device? Using java.lang.Runtime.maxMem() on a Droid reveals a limit of 24MB, and I've written some code that incrementally allocates memory until failure to verify that figure. You can set the VM size in the emulator, but I haven't yet found a way to do that for a connected phone. Is there some type of a properties file on the device itself that can be modified?

View 2 Replies View Related

HTC EVO 4G :: What's Size Limit For MP4 Video Files?

Jun 6, 2010

I have a 4GB video file in MP4 format. I can view the file perfectly on my laptop using the defaul media player "Media Player Classic". I have transferred the file to my new EVO and I cannot watch the video...it does not even load. I get the following error message "Cannot Play Video" and "Sorry, this video cannot be played." I have tried the default video player, doubletwist and Meridian with no success. I then thought perhaps the single 4GB file is too large for the EVO and Android apps. I am about to break the file into smaller chunk, but I wanted to ask the forum first.

View 14 Replies View Related

Android :: Limit Of Memory Heap Only 6M?

Jun 30, 2009

07-01 11:32:02.192: VERBOSE/QualcommCameraHardware(35): state transition QCS_WAITING_JPEG --> QCS_IDLE 07-01 11:32:02.232: ERROR/dalvikvm-heap(395): 6291456-byte external allocation too large for this process. 07-01 11:32:02.232: ERROR/(395): VM won't let us allocate 6291456 bytes 07-01 11:32:02.242: DEBUG/AndroidRuntime(395): Shutting down VM 07-01 11:32:02.242: WARN/dalvikvm(395): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) 07-01 11:32:02.242: ERROR/AndroidRuntime(395): Uncaught handler: thread main exiting due to uncaught exception 07-01 11:32:02.302: ERROR/AndroidRuntime(395): java.lang.OutOfMemoryError: bitmap size exceeds VM budget My app shut down when i load a jpg file,i can avoid it by call system.gc().But I think memory limit will be 14M or 16M.

View 24 Replies View Related

Android :: 16M Application Heap Limit

Aug 31, 2009

Does the 1.5 SDK still have the 16mB application heap limit? Is there any way to change it? Do you think this limit will persist into the forseeable future?

View 3 Replies View Related

Android :: SQLite - Detecting Limit Hit?

Oct 11, 2009

I have an SQL which uses something like "LIMIT 100". If the cursor returns 100 rows, is there an efficient way of distinguishing between whether the LIMIT caused it or not? I suppose I could just call LIMIT 101 instead but I was hoping for a nicer way.

View 2 Replies View Related

Android :: Limit Size Of ScrollView

Jul 26, 2009

I am using a ScrollView as a child of an AbsoluteLayout to display a list of items inside this AbsoluteLayout. Because the ScrollView is embedded in the AbsoluteLayout's design, I want to restrict it's size to fit the assigned area. Is there any way to set the height of the ScrollView or of the RelativeLayout that is the child of my ScrollView? My layout.xml (with just the important tags):

<AbsoluteLayout android:layout_width="fill_parent" android:layout_height="fill_parent" /> <...some TextViews...>
<ScrollView android:layout_width="wrap_content" android:layout_height="wrap_content"> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"> <...some TextViews that I want to be able to scroll, all with wrap_content...> </RelativeLayout> </ScrollView>
<...again, some TextViews in the main layout...> </AbsoluteLayout>

To make it clearer, I have uploaded two images of what I am trying to do: http://drop.io/v8qobow/asset/current-jpg http://drop.io/v8qobow/asset/goal-jpg

View 6 Replies View Related

Android :: Limit In Rtsp Redirect

Nov 4, 2009

I am seeing an issue when using rtsp based URLs on a wap site. If the rstp link has one redirect, then it works and default video player plays the stream. If the rtsp link redirects to another rtsp server and that server redirects to the final destination, then it does not play. Is there a limit in the # of rtsp redirects?

View 4 Replies View Related

HTC Desire :: GMail App - Attachment Limit

Aug 19, 2010

Found an odd issue in regards to the default gmail app. When attempting to attach a file to an email it constantly gives me an error saying the attached file is too large? I thought that GMails attachment limit was now at 25meg? the files im trying to attach are around the 3meg mark. Strangely if I setup my GMail account via pop in the MAIL app I can attach the file without issues. A bug on my phone or is anyone else having the odd issue? Google overlooked something? Is it fixed in froyo?

View 1 Replies View Related

Android :: SQLiteFullException - Limit On Db Size?

May 1, 2009

Some of my customers are getting SQLiteFullException

The docs say that this means the SQLite database is full http://developer.android.com/reference/android/database/sqlite/SQLite... An exception that indicates that the SQLite database is full.

The exception text also opens the door for disk being full android.database.sqlite.SQLiteFullException: database or disk is full:

Question: Is there a limit to amount of space that a application or sqlite db can use on the internal disk ?

View 3 Replies View Related

Android :: Limit On Market Spending?

Feb 16, 2010

However, I wanted to find out if you can put a money limit onto the market, as my parents don't like the idea that I could spend all their money, and I am too young to own a credit card yet. I know that it uses Google checkout and searched Google but couldn't find anything worthwhile. finding a way to limit your spending or on info about buying off market, is there any confirmation emails that get sent etc etc.

View 1 Replies View Related

Android :: Need Speed Limit Application

Apr 5, 2010

I need fewer speeding tickets. I've tried voting in local elections but that doesn't seem to help. So I'm left to looking at applications that can help me keep my speed in check.

I really like this application for iPhone, but it doesn't seem to have an Android port. It seems to be exactly what I'm looking for. It has a database of speed limits and notifies you when your phone's GPS reports you have exceeded those limits. The database is user-updated so it should be fairly accurate and current. It also has a really classy GUI.

Is there anything currently in the Android market that can help me? I've tried Trapster, but it doesn't have the functions I'm looking for. It also was pretty annoying as it constantly went off for every potential copper hiding place.

View 15 Replies View Related

Media :: Ringtone Size Limit?

Jul 17, 2010

Just got my Droid X yesterday (first smartphone). This seems like a general Android 2.1 question, so I put it here.

I'm trying to use a custom ringtone, no matter what I do it's cutting short and looping after 10sec. I used audacity and edited the .mp3 file to get it under 300kb (still just over 30sec. long), and changed the bitrate to 64. Is there something I'm missing that has nothing to do with the size limit?

And along those same lines, is there any way to do up the size limit generally?

View 1 Replies View Related

HTC Incredible :: Browser Window Limit

May 14, 2010

I went to the local VZW store to play with one. It looks as if the default web browser is limited to 3 windows, is this the case? I know stock android can handle up to 8. Is there a way of allowing more than 3 windows? or is it just a setting that was set on the store's demo phone? I know I can use an alternate browser like Opera or Dolphin (and I very well may) But isent the default browser the only one that can use the "Flash Lite" that HTC added? (Something I want to take advantage of until real flash comes)

View 8 Replies View Related

Android :: Heap Limit And Resources

Nov 2, 2009

I'm an Android game developer and I need to ask you a couple of questions about Android heap limit.

Does the 16 MB heap limitation also applies to OpenGL ES textures or SoundPool sound effects? Since they are managed by native code, is it correct to affirm that there is no problem in using more than 16 MB of RAM in app/game resources/assets? If it is possible right now, it is guarantee to be possible in the future?

View 3 Replies View Related

Android :: Setup A Date Limit Until An App Can Be Used?

Jul 5, 2010

I would like to release a beta version of my app, but I would like to set and end date hardcoded in the code.

How can I do that easily? Is there an entry point that is fired before any of the activities?

View 2 Replies View Related

HTC EVO 4G : 4G's 65k Color Limit Be Upgraded To 16m Through Root?

May 24, 2010

I am new to android, but I am really excited about this phone. It's not really a deal breaker for me, I just see that the HTC Legend does have 16m colors, and it looks very crisp, it also runs the same version of android apparently as the EVO. I just want to know if this can be possibly done, I know that the EVO has a bigger screen and this might be the reason why it's only 65k, but I want a 16m color display for my EVO!

View 49 Replies View Related

General :: How To Disable Or Limit Autobackup

Nov 5, 2013

How do I disable or limit the "autobackup" function on my phone?

View 1 Replies View Related

General :: How To Limit Cache Size

Jun 9, 2012

I do really love cloud computing... But, Google seems to have forgot something: set a limit to the cache size.

I have a Nexus S and my poor 16Gb internal memory is saturated because of caches: Google+, Android Gallery (Picasa), Google Music and Google Listen all fight for the sdcard space.

The only apps who have explicit cache settings is Google Listen... The others don't have obvious options. I have 10K songs, 10-20K photos, etc.. I need to access them, but I need to limit the cache size.

Is there a way to easily limit cache size per apps?

View 1 Replies View Related

General :: WiFi Data Limit App?

Jun 30, 2013

I want to limit children phone usage. Now I use combination: Avast, Norton Family, Datalock and Applock. This works fine when using only mobile network. Other child doesn't have mobile data, only wifi. I couldn't find app to limit data in wifi?

View 1 Replies View Related

General :: Call Log Limit - Entries In RED?

Feb 6, 2013

I noticed some call log entry have ALL THE DATE in red, what does it means?

Read few posts below to see about the "call log limit"

GT-i9100 using Tapatalk 2

View 9 Replies View Related







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