Android :: Android And Eclispe - Export Signed Application No Longer Works

Sep 11, 2010

All of a sudden I cannot export a signed application in eclipse

Right Click -> Android Tools -> Export Signed Application Package

Nothing happens, I can still install it on the emulator and export an Unsigned package

I get the following in the error log when I press the "Export Signed Application Package" menu item

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

Android :: Android and Eclispe - Export Signed application no longer works


Android :: Export Signed Application Package Not Working

May 23, 2010

I am using Windows XP and Eclipse to develop. I updated everything today, the new sdk, the new adt etc. After that, when I tried to "export signed application package", nothing happened. If I click "export unsigned application package", a dialog box showed up. Anything i missed? How can I fix this problem? - You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google groups.com To unsubscribe from this group, send email to android-developers +unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

View 3 Replies View Related

Android :: Geocoder No Longer Works On New PC

Feb 16, 2010

I have a problem getting the Geocoder to return results on my new PC during development. I started writing a android app on my other (Win XP) system and Geocoder worked fine and returned locations based on an address that I passed to it.

I recently bought a new PC (Win 7). Moved the code over to it and now the no address queries return any results. I tried a couple that did work on the xp machine, but are returning no results on the new pc. It does not give any errors.

I did generate a keyfile on the old pc. Do i need to create another on the new pc? Does the Geocoder require the key? It is not from the maps api.

View 2 Replies View Related

Android :: 1.5 Bugs Reports - Calendar No Longer Works

May 1, 2009

Since the 1.5 upgrade, the phone exhibits a lot of strange behavior. 1) Calendar no longer works. It starts, then exists and not with a "forced exit" msg. I've tried deleting all of it's data/cache. Same behavior. It does appear in what looks like a background window (hold "home", which I just discovered today), but if selected it just returns to the main screen. 2) Market has the same problem. 3) Once the application list window is displayed, it takes a noticeably longer time than with the previous version for the window to respond to gestures 4) Set-up got into a weird circle of starting, "forced exit", repeat. I tried to enter set-up to disable the wifi, but accidentally hit something else, and do not know what that is.

View 4 Replies View Related

General :: Viber No Longer Works On Any Android Phone?

Nov 7, 2013

I have a just came from a Xperia Z1 (Viber working) to a Nexus 5 and put on my defacto apps of which Viber is one of them and straight away after entering the phone number it said waiting for sms activation and a couple of seconds after it pops up with 'error' on the screen and that is all it says.

Prior to this I have had many android phones and never had an issue with activating viber.

Troubleshooting wise I have tried all of the below and nothing so far works.

1. Tried activating on wifi and 3g

2. Tried my wife's number on my nexus 5 which gets past the initial country code and phone number screen and tries to send an sms

3. Tried my number on my wife's phone and get the same lovely 'Error' popup

4. Placed my wife's sim card into my phone and activation works so proving this issue is number specific not phone specific.

The screenshot of the 'Error' is below.

View 2 Replies View Related

Android :: Method To Open The Image Gallery - Previous Implemention No Longer Works

Oct 14, 2010

I've had an app on the market for over a year. Recently customers have been reporting a crash; all customers have been running Android 2.1 or 2.2 (note sure if the crash is limited to those platforms tho; interesting that this does work on the simulator but not physical devices. Maybe devices renamed the component name of the image gallery?). The crash occurs when I attempt to lauch the Image Gallery app.

Is there a preferred method to launching the Image Gallery?

I use the following code.

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

How to fix this or a new method to launch the Image Gallery?

View 2 Replies View Related

Android :: How Safe Emailing Signed Application Apk?

Aug 10, 2010

I have an email wanting to localise an APK. But I have to email him/ her a signed APK. Is that safe, I mean can they access my merchant account or something horrible like that if they get my key store?

View 5 Replies View Related

Android :: Eclipse - How To Automate Export Unsigned Application In A Batch File

Apr 11, 2009

I am developing a game for Android in Windows Vista environment. I want to automate the exporting unsigned application operation in a batch file. So, I wouldn't have to Right click on the project, go to Android Tools and then select Export Unsigned Application Package... anytime I want to run my project.

View 2 Replies View Related

HTC EVO 4G :: Evo Swype No Longer Works On Phones?

Sep 26, 2010

I'm sorry to bother everyone with this, especially if it was already asked. My sister, her husband and her son (my neph) own an Evo. They were OTA's to froyo way back. Now, I've gotten a call from her asking me why their swype no longer works on their phones. They had a swype.apk that was unauthorized, fyi. Note: I am not asking for a link, I'm asking if anyone knows what happened. She's asking me (everyone comes to me with their android questions).

View 1 Replies View Related

Android :: Android - Manifest TargetSdkVersion Change - Icon Not Visible - Widget No Longer Works - Cannot Access Data

Mar 20, 2010

I recently upgraded my Android app to support multiple resolutions. Previously, my Android.manifest file had a line:

To support multiple density and resolution devices, I changed this to:

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

I then added a couple of new directories, like drawable-hdpi-v4 and drawable-long-hdpi-v4 that includes the high-res versions of the graphics. That's about it.

Ever since releasing this update, there have been a decent number of users complaining about various problems:

the app icon doesn't appear (I did not create a high res version of the icon)
the home screen widget no longer works, even if they delete and re-add it (this code did not change with the update). I've had a user send me their error log, which shows:

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

There is one questionable section in my existing widget code that may be relevant:

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

And perhaps most troublesome: the sqlite database is no longer accessible/writeable for some users so their data is no longer available. I did add the WRITE_EXTERNAL_STORAGE permission to the manifest. This is only happening to certain users and it tends to be HTC Eris users. In that error log I see things such as:

CODE:.........

It's as if the update has caused a new process and it can't access the old process's data, or something.

View 1 Replies View Related

Android :: Possible To Put Each Class Into It's Own Java File In Eclispe?

Apr 20, 2010

I'm coming over from C# where I can make a namespace and then have each class placed into its own .cs file if I want, but in all of the examples I've seen for android all of the methods and classes are all in one big java file.

Is it possible to put my classes in to their own java files and then import those classes into a main program java file as needed like I do in C#?

View 6 Replies View Related

Android :: How To Set Up ProGuard In Eclpise When Exporting A Signed - Obfuscated Application?

Sep 21, 2010

I'm publishing an android application develpoed in eclpis and, as stated in the title, I would like to integrate proguard(obfuscation) into the build, specifically for exporting a signed app.

View 2 Replies View Related

Samsung Captivate :: Settings - No Longer Works

Sep 27, 2010

I didn't see mention of this, but I received the JH7 update this morning and now I can no longer enter settings using *#*#1472365#*#*

It used to be that when I type out that character string I don't even have to press talk; it would automatically open the settings. Now the text string just disappears.

View 5 Replies View Related

Sprint HTC Hero :: 2.1 And PDANET No Longer Works

May 19, 2010

I read somewhere that 2.1 will block the tethering with PDANET. Does anyone know if that is true or not?

I just bought the paid version of PDANET a few days ago and that will suck it I can't use it anymore after 2.1.

View 7 Replies View Related

HTC Hero :: Long Touch No Longer Works

Feb 24, 2010

On my HTC Hero, when typing messages, I could always easily access characters like "?" and "!" and numerals by simply "long touching" that button. Very convenient. However, recently, that featured stopped working. I can no longer "long touch" the K-key and get a question mark like I used to.

Is this a setting that has been inadvertently turned off? If so, I can't find it.

View 1 Replies View Related

HTC Incredible :: Data No Longer Works While On Phone

May 6, 2010

I had heard Verizon was unable to allow voice and data usage at the same time. However, when I got my DI I was able to surf the web while talking on the phone. Then this morning Verizon pushes out some update and suddenly when im on the phone 3g disappears.from the top bar and I get an error message that I can't connect to the web. What happened and is there anyway.to reverse this?

View 5 Replies View Related

HTC EVO 4G :: Pressing 2 When Voicemail Answers No Longer Works

Jun 9, 2010

Normally if you call a Sprint phone and voicemail picks up you can press 2 which bypasses voicemail and automatically sends a text showing "PLEASE CALL (# your calling from)".

For people that use the automated greeting it usually says "You have reached the The Sprint voicecaller "recites number" please leave a message" and at that point you press 2 to to send the page showing you called.

NOW on the Evo, (or maybe its the Andriod platform) when people call you they get a greeting that says "you reached phone number" and if you hit 2 to bypass it, it says sorry "that option is not available". This sucks and by no means is this feature a deal breaker for me, (this phone is The One like Jet Li) however...

The reason I'm bringing this up it that "press 2 to page feature" I been using for years now has been extremely useful when I have no service or 1-2 bars. If you miss calls by receiving that quick text showing please call. this at least alerts you know someone called when you didnt have service.

Just looking to see if anyone knew of a workaround or another quick option, (besides the person having to type a text. I think ppl are less reluctant to leave messages nowadays..I dont either)

View 2 Replies View Related

HTC EVO 4G :: System Panel History No Longer Works

Jun 12, 2010

For some reason the history tab on the system panel app no longer works. When I click it nothing happens. I'm not sure why it stopped. Every other part of the program works fine. Any idea what the problem could be?

Also I'm typing this from the default browser and it seems to be working just fine, I'm impressed.

View 3 Replies View Related

HTC Desire :: Countdown Sound No Longer Works / Way To Fix It

Aug 19, 2010

When my countdown has timed pu, the sound no longer works. I've tried everything and every setting, anyone had this problem or got any ideas?

View 1 Replies View Related

HTC Incredible : Weather Widget - No Longer Works

Jul 19, 2010

used to be that hitting the word "weather" on the weather widget would pull up the webpage to get more weather info. This no longer works. What did I do?? (from page 123 of the manual)

Quote:

View 1 Replies View Related

HTC EVO 4G : Shootme No Longer Works With Unrooted Phone?

Jun 28, 2010

Has anyone else noticed that shootme no longer works with unrooted evo?

View 42 Replies View Related

Sony Ericsson Xperia X10 :: TrackID No Longer Works

Sep 12, 2010

Since Updating to R2BA020, whenever I attempt to run TrackID, I get the following error:
(process com.sonyericsson.trackid3.client.rachael) has stopped unexpectedly) I have been completely unable to get it to work since the update.

View 4 Replies View Related

Motorola Droid :: Since 2.1 Update Gmail No Longer Works

May 7, 2010

I have just updated to version 2.1 and noticed my push Gmail wasnt working. I then went into the Google Mail application and can see its not showing any emails in the inbox and its not downloading any mail in "All items" either. Its only showing emails prior to the update. If I hit refresh it spins for a few moments and I see the data arrows indicate transfer but it doesnt refresh the inbox.

View 5 Replies View Related

HTC Desire :: Power Button No Longer Works So Effectively

Aug 1, 2010

Anybody have any probs with the power button? Got caught in a torrential downpour this afternoon to find my wallet and phone somewhat damp after being in my soaking jeans.Power button no longer works so effectively once the screen saver kicks in I cant unlock it. Thankfully its still within warranty so will take it back to get a replacement.This is the 2nd phone I've had that has suffered this prob. My previous phone, a dreadful Sony Ericsson died a death.Avoiding the rain is somewhat unavoidable when you live in Scotland. MakingTaking a phonecall in the rain is sometimes a necessary evil. I really have to question the build quality of some of the modern phones. Do they even test the use of phones in the rain? It seems somewhat of a basic function, and to have such a major malfunction with such minimal exposure to rain is quite disappointing to say the least, especially when it never came into direct contact.

View 3 Replies View Related

HTC Desire :: Camera No Longer Works After Froyo Update

Aug 1, 2010

Just updated to Froyo, and my camera no longer works, neither in camera or video mode. Tap the icon and the screen shows the white startup icon, then goes back to the home screen. I'm on 3 in the UK, and have an unbranded, un-locked handset, as sent to me by 3. The phone is not rooted.

View 12 Replies View Related

General :: Adbd Insecure V1.30 No Longer Works On GS3 After 4.3 Update

Nov 27, 2013

adbd insecure no longer works on the GS3 4.3 update.

I updated to SuperSU 1.80 and CF-Autoroot worked fine, but now adbd insecure says "Binary: Insecure, USB debugging: Disabled" even though I did enable USB debugging. In Eclipse DDMS it just shows the phone as "Offline" but if I change back to "Binary: Original" it will show up normally, except of course I can't access most of the files. If I toggle the USB debugging checkbox off and back on, it will read "Binary: Original, USB Debugging: Enabled" but no combination of turning things on and off on the phone will ever get both "Binary: Insecure" and "USB Debugging: Enabled" to show up together now.

View 1 Replies View Related

General :: Fastboot-mac On Mountain Lion No Longer Works

Sep 20, 2012

I've just updated my OS X to Mountain Lion (10.8).

`fastboot-mac erase cache` now hangs without any printed message and there's no way to kill the process. My HTC One X is connected to USB when this takes place, and previously on Lion (10.7), it allows me to erase the cache and then to proceed with flashing boot.imgs.

Is there another fastboot-mac program I should be using? It used to work when I am on 10.7.

View 2 Replies View Related

Motorola Droid X :: Power - Lock Button No Longer Works

Jul 31, 2010

My power/lock button no longer works. Phone hasn't been dropped, only had it for 3 days and it's been babied. I hoped pulling the battery and rebooting might help, but it didn't. In fact, after that the only way to get it to reboot was to plug it into my computer via USB.

View 1 Replies View Related

Motorola Droid :: Yahoo Messenger SMS To Phone No Longer Works

Nov 7, 2009

I use to have an Iphone and finally upgraded to my Droid. But thing that i havent figured out how to work is Yahoo messenger to SMS to my droid.

On Iphone, if a friend on yahoo messenger SMS'ed me a text from within it i got it just fine as a txt msg and can reply back, but on the droid, when u send the sms messege, my droid doesnt get anything.
I tested with AIM and Live messenger and seemed to work but yahoo doesnt.
If anyone has a yahoo account and droid can u please test to see if it works for u?

Regular phone to phone sms works fine too.

View 1 Replies View Related

Motorola Droid :: Lock Sleep Button No Longer Works

Mar 19, 2010

My sleep button no longer works (water damage) and I am looking for a lock widget to lock the screen.

View 7 Replies View Related







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