General :: App Decompiles And Recompiles Fine But Theme Not Working

Jul 25, 2013

I can't get to twrp because of fff. I was wondering if I can flash ROMs with root explorer or some other app I can just download directly to my kindle.

General :: App decompiles and recompiles fine but theme not working


Android :: App Got Crashed On SDK 1.5 - Working Fine On SDK 1.0

May 11, 2009

I have developed an application which has tabActivity using SDK 1.0 r2.

1st Tab contains List view. -> the list contains some images

2nd and 3rd contains some webviews.

The app works fine on G1 mobile.

Today I downloaded SDK 1.5 and ran the same app on SDK 1.5.

The app got crashed when I scroll down/up the list items very fast (fling)

code:............

I am not understanding the above error log.

Then I experimented some thing like this: I removed the TabActivity, just shown only list activity. Then I scroll down/up the list items. Then there is no crash.

View 8 Replies View Related

Android :: Jpg Images Noisy On Sdcard - Fine In Gallery - Only On 1.6 - 1.5 Is Fine

Nov 24, 2009

In my application users take photos with an Activity that implements SurfaceHolder.Callback. The uri.toString() is then passed as an extra to a subsequent Activity that displays the image. All fine, except for in Android 1.6 the jpgs on the sdcard have a strange noise when looking at them through mac finder or win explorer after mounting the sdcard. The images have purple and yellow stripes on their upper half. Fine on camera gallery.

Here's some relevant code.

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

View 3 Replies View Related

Samsung Fascinate :: GPS And Google Navigation Working Fine

Sep 9, 2010

I just got back from my local VZW store. No line. I immediately downloaded Google Maps. It installed and ran fine.

Turned on Google Navigation and navigated home. GPS locked quickly, seemed accurate (within reason, maybe 25-50 feet) and gave perfect spoken turn-by turn directions. Woo hoo.

I am gonna download some things and play for a while, but my # 1 concern looks to be appeased right now.

View 8 Replies View Related

Motorola Droid :: ADB Won't Recognize - USB Drivers Seem To Be Working Fine

Mar 28, 2010

I keep getting error: device not found when I try to use adb with my phone.

~Windows XP SP2, 32bit
~The SDK is installed and working.
~The USB drivers have been downloaded through the SDK.
~The phone is in USB Debug mode.
~The USB drivers have been installed in windows.
~Windows device manager shows that everything is working fine.
~Windows recognizes the phone when it is plugged in.

The ONLY thing that does not work is that the phone won't show up in the list of devices adb sees. Everything else appears to be setup and working just fine!

View 14 Replies View Related

HTC Droid Eris :: LauncherPro Beta / Working Fine

May 17, 2010

Has anyone else downloaded this off of the market yet? It's the smoothest home replacement I've tried yet, and even has the pinch helicopter view. Only downside thus far is that you can't customize the four shortcut icons at the bottom, but they're my four most used programs anyways, so I don't really mind. And that you can't use HTC widgets, but I expected that.

View 49 Replies View Related

HTC Hero :: Water Damage / Noticeable Streaks On Screen Otherwise Working Fine

Apr 25, 2010

long story short I dropped my hero into a glass of water while half asleep. I immediately pulled the battery out and threw the whole thing into a bag of rice for 2 days. Pulled it out today and it works. But theres noticeable water streaks on the screen when you look at it from an angle. Will these streaks ever go away? I have insurance, so I can get a new one for 100$ but not sure If I should throw the money at it since it still works perfect, minus these ugly streaks.

View 2 Replies View Related

Android :: URLConnection.getOutputStream - Working Fine In Java Main But Not In Activity

Feb 25, 2009

URLConnection conn = url.openConnection(); in debug stack the value of conn is like this

debug stack:---------------------------------------

when i click on conn, it shows me this value

org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection:http:// www.myweb.com/api/bin/validate.php

some of the childs of conn are as below

chunklength=-1 connected= false connection= null host address= null httversion=1 ------------------------

java code:

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

View 2 Replies View Related

General :: ADB No Devices On Windows 7 But Fine On Vbox Same Computer

Dec 9, 2013

I've been struggling with ADB for the past week or so, and have been unable to see my HTC One X+ no matter what I've tried. Then I decided to install Ubuntu using Virtual Box and voila, It can see my device using the same computer with no problem. I ran an ADB restart just to make sure and it worked. This all started when I tried to run an RUU and it couldn't find my phone. RUU's don't run on Linux, just seems to point at Windows 7 being the issue.

I've had 5 Android devices, all 5 have successfully connected with ADB on this same computer in the past. I've installed custom ROMs on all of them and have used ADB quite a bit over the past few years. I'm not sure what changed in the past year since I last used ADB that now causes it to not see my device.

View 8 Replies View Related

General :: Black Screen In Videos - Sound Is Fine

Jul 28, 2013

I cant view any video on the web or using Youtube/Ipla application. Just blank black screen is showing but sound is playing. All the games are working. Tablet is after factory reset, no root.

Android version is 4.1 Jelly Bean. Tablet is GoClever R83.2 but i think that's system issue.

Installed custom rom. It's working now.

View 1 Replies View Related

Android :: Trying To Create Basic AlertDialog Using Activity With Theme Of Theme.Dialog

Sep 10, 2010

I'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?

View 1 Replies View Related

Android :: Best Practice For Overriding Both Theme And Theme.Dialog Correctly In An App?

Jul 15, 2009

I use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!

View 3 Replies View Related

Android : Extending Theme Dialog - Unable To Theme In Project

Mar 6, 2009

I've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.

View 2 Replies View Related

General :: Barely Hear People On Other End Yet They Hear Me Fine?

May 8, 2013

I've notice lately, after flashing a custom rom, that during calls I can barely hear people on the other end yet they hear me fine. I have check all volume levels on my phone. Even with the call volume all the way up and on speaker is still very hard to hear.

View 3 Replies View Related

Android :: QuickContact Works Fine On 2.2 But Not On 2.1

Oct 9, 2010

I have a ListView where I want to show the QuickContact (like in the default Contacts android app when you click on the photo of a contact).

It works fine on my Nexus One 2.2 or the emulator with avd 2.2, but doesn't work on my Samsung Galaxy S 2.1update1 or emulator 2.1.

On 2.1, I'm getting the error:

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

This is the call in the code:

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

View 2 Replies View Related

Android :: App Runs Fine In Emulator

Apr 9, 2010

I have an app that has a few checkboxes in the settings and then compiles a remote sql based on the checkboxes selected. i ran it in the emulator and it's fine. but then i exported it and published it as an app, and the same checked boxes aren't being passed correctly. i wonder if it's a caching issue or something. tried deleting the apks a few times and republish but to no avail. i "fake-edited" the source java and then export again, still no difference.

I'm kind of new to eclipse but is there a force build option? i only see build-automatically option under project but not sure how i can make sure that the apk exported is the same as run in the emulator

edit the emulator is version 1.5, and my phone is nexus one running 2.1- not sure if that makes a difference

View 1 Replies View Related

HTC EVO 4G :: Camera Settings - High Better Than Fine?

Aug 5, 2010

For the life of me can't tell which one is better! Have taken shots in both and can't tell...and I can't remember what I had it set for before the 2.2 upgrade. Which has the best picture?

View 3 Replies View Related

Android :: App Crashes On Droid - Works Fine On G1

Jan 7, 2010

I'm having a problem where my app crashes on the Droid and seems to work fine on the G1. We have a G1 dev phone but do not have access to a Droid phone, so the issue is difficult to debug at this stage.

The app loads up the main screen okay, but once the user moves beyond the main screen, the app crashes. Moving beyond main screen initiates the following:

- GPS signal acquired - Accelerometer sensor listener active - Geomagnetic sensor listener active - Camera preview active

I have a suspicion that the issue may be related to the camera preview. With the G1, it didn't seem to matter how I set the camera preview size, so I just made it fit the size of the view.

Camera.Parameters parameters = mCamera.getParameters(); parameters.setPreviewSize(w, h); //where w, h are the width and height.

One possibility is that with the Droid having a larger screen resolution to the G1, it may be setting the preview size to something that is not supported. I plan on addressing this, but I have a few questions that I was hoping someone could shed some light on.

1. If the app attempts to set a preview size that is not supported, will it just be ignored or will the app crash?

2. If the preview size is smaller than the surface that is holding the preview, will the image be stretched to fill the surface?

3. Can anyone think of anything else that may be related specifically to the Droid that could be causing me problems?

View 8 Replies View Related

HTC Incredible :: Amazon MP3 App Works Fine - With Sd Card

Apr 30, 2010

Just installed the Amazon MP3 app, that I love. I have it on my 16gb microsd card I just pulled from my beloved G1. Installed and runs super fine!

Had to extract it (apk file) once from a different G1 rom, since it was not in the rom I installed- awhile back.

View 1 Replies View Related

Android :: Button Fine Text Alignment

Sep 3, 2010

I'm trying to create standard button in android with a background and some text in front but some fairly specific alignment. I want the text to be centered vertically and on the left with 20dp of padding. The alignment works but the padding doesn't. I know I could probably get the desired effect by putting a few spaces in the text but that seems like a hack and next I want to do a similar thing but with the text at the top so I would prefer a more elegant solution. Here's what I have:

<Button
android:layout_width="312dp"
android:layout_height="95dp"
android:id="@+id/gv_music_button"
android:text="Music"
android:textSize="30sp"
android:paddingLeft="20dp"
android:gravity="left|center_vertical"
/>

View 1 Replies View Related

HTC Hero : Receiving Emails - Always Seemed To Work Fine

Apr 6, 2010

I've set up Hotmail to be the default email account and has always seemed to work fine (although the sync doesn't always work - when read on the phone, then deleted on a computer, this is not reflected on phone, if that makes sense). However, recently have been having problems receiving emails. I've tried entering the password again; even tried deleting the account and re-setting it up. The former doesn't make any difference. The latter seems to work the first time (with every email coming up unread), but subsequently fails to refresh with new emails.

View 4 Replies View Related

General :: WP7 Theme For GoSMS?

Dec 13, 2011

im trying to make a compiled wp7 theme, but cant find that wp7 themed go sms pro apk i saw floating around a while bakc. i found the link at 1 point but it was a dead one.

View 3 Replies View Related

General :: CM9 Theme Directory?

Nov 30, 2012

I've been searching for the folder that CM9 themes are saved in, like the ones you find in google play. I want to pull one from my phone onto my computer so I can use it as a template.

View 1 Replies View Related

General :: CM7 - How To Put Theme Files In New ROM

Jul 8, 2012

I am making a new custom ROM using official CM7 and I have a nice theme of cm7 ROM...

Now I want to put that theme in the new ROM by default and I want to know how I do this

Can I just replace the framework-res.apk with the other that is in the theme apk is it work??

View 3 Replies View Related

General :: How To Make CM9 Theme

Jun 17, 2012

How do I make a cm9 theme?

View 7 Replies View Related

General :: Rom Starting With Theme?

Mar 24, 2013

how can I make my Rom, on first boot, start with theme and not original System ?

View 2 Replies View Related

Motorola Droid :: Phone Running Fine At 1GHZ

Jan 26, 2010

If you'd like to try it, check your normal ROM website for droid. It allows up to 1ghz clock. I personally have profiles set for a little lower for most times, but its running fine at 1Ghz.

View 49 Replies View Related

Android :: Application Does Not Work When On 3G.On WiFi Works Fine

Aug 16, 2010

I have application that communicates with web server through REST. It works fine on a phone when connected via WiFi but does not work correctly when on 3G.

Not everything stops working. I'm still able to use some functionality but for some reason some calls to rest return "" (empty response) very quickly. Once again when I'm on WiFi everything works fine.

Just to clarify:
1. I have data plan :)
2. Server I'm connecting to is accessible from Internet

View 1 Replies View Related

Android :: OWA Access Denied Over 3G - Works Fine On WiFi

Aug 5, 2010

I have the Samsung Captivate, and I'm having a bit of an issue with my company's Exchange server. I don't want to sync it with my phone, I prefer to keep my work email separate, but I do occasionally need to use the Outlook Web Access portal on the server. When I'm on any WiFi connection, and I browse to my server's OWA, I get the login prompt, and I can successfully log in and do whatever I need to.

However, when on 3g, I get simply "Access Denied" without a login prompt at all. I've tried rebooting the phone, killing the browser process, clearing the caches in the browser, etc. None of that works. I administer this server myself, and it works with my wife's iphone just fine, as well as other android phones in the office.

View 1 Replies View Related

Motorola Droid :: Fine Tune Music Playback?

Nov 15, 2009

Is there a way to fine tune the music playback? Any equalizer settings?

View 1 Replies View Related







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