Android :: Another Developer Has Published App Using EXACT Same Name As Mine

Sep 14, 2010

Surely, this can't be allowed, can it? What recourse do I have?

Android :: Another developer has published app using EXACT same name as mine


Android :: Open Music App From Mine In Droid?

Jun 24, 2010

Is it possible to open the music app from my app in android, or is it best to write a whole new music app inside of mine. I would rather use theirs since the user will already be comfortable with it.

View 3 Replies View Related

Android :: How To Embed External Activity Inside One Of Mine?

Nov 22, 2010

I need an Activity showing a specified PDF and two buttons. Is possible to embed an external PDF viewer - showing a specified URI - inside the view of my application? How can I do it?

View 5 Replies View Related

Android :: Can I Pass A Parameter When Launch Other Apps From Mine

May 14, 2010

How to pass a parameter to an application that I call from my Application?

View 1 Replies View Related

Android :: How To Use Java Runtime Class For Starting Another Application From Mine

Mar 12, 2010

Basically i want to start Notepad application in android from my application , can i do this in android using runtime.exec() method of RuntimeClasss and assign it to a process and kill the process later.

View 8 Replies View Related

Android App Published But Not Visible?

Aug 30, 2012

It has being weeks that I published my Pashto Dictionary application. It is visible in playstore by some operations(ISPs) but not in all. When I search for my application at home; I cant find it but I can find it when searching at office. In both cases; I use my Laptop without plugging my device. (I search in play.google.com)

View 1 Replies View Related

Android :: Can I Get A Web Link To My Newly Published App?

Nov 16, 2010

I have just published my application and would to be able to provide a link on my website that will show my application? Also, if they browse to my website on their phone, is there some kind of link I can add that the user can click on that will take them to the market to download my app?

View 7 Replies View Related

Android :: My Published App Not Showing Up In 2.1 Market

Nov 23, 2010

Does anyone know the step by step settings to put your app so it can show up in the 2.1 market? My app has been in the market for a few days, and a couple 2.1 users says that they cannot find it. It shows in the 2.2 though. Can someone help?

View 1 Replies View Related

Android :: Lost Cert For Published App

May 11, 2010

I have a free app published in Android market. I have lost the certificate used to sign the current version but I want to publish an updated version. Android market refuses to accept my upgrade because it is signed by a new certificate. I realize the users will have to uninstall the current version to get the upgrade but it's not clear how to get the updated version into the market so that the current users will find it.What are my options?

View 1 Replies View Related

Android :: Published App Not Showing Up On HTC Evo / Phone

Jun 5, 2010

I recently published our app to the marketplace and enabled copy protection. The app shows up when browsing the market on the Motorola Droid and others but does not appear when browsing with either the HTC Evo or Droid Incredible. Is this due to the copy protection? I'd like to keep my app copy protected but would like to make it available to customers of these two devices. Is this a bug or expected behavior and what are my options?

View 10 Replies View Related

Jelly Bean :: Brand New S4 Has Google Contacts On Phone Which Are Not Mine?

Oct 9, 2013

why there are contacts loaded on my "brand new" S4 I received via Cell C in South Africa yesterday?

It is concerning me that they have supplied me with a re-worked/repaired phone that someone else has used previously.

There are about 10 contacts that show up, all are linked to google, not on the phone memory or sim memory. Numbers from friends, to "moms".

UK, American and local SA numbers.

View 2 Replies View Related

Android :: How To Editing Description / Screenshots On A Published App?

Oct 5, 2010

I have published a free app on the android market. I want to edit the description and add a couple of screen shots. While the "Upload Aplication" screen on http://market.android.com/publish lets me make these changes & saves them too, they don't show up in the description of the app when I go the android market. Do I have to unpublish & republish the app (in which case I might run into version issues)? Or else, how do I make these changes to description appear on the android market?

View 1 Replies View Related

Motorola Droid X :: Rom Managers Ask Phone Type But Doesn't Show Mine

Nov 19, 2010

Rom Manager asks me to choose a phone type but my model number doesn't appear. I chose the Boston and more and it is downloading some other app that it needs.Will this cause problems that my exact phone model wasn't listed?

View 2 Replies View Related

Android :: Delete Published Application From Market Account?

Feb 2, 2010

I have published the apk files at android market site with a bug. But i want to remove that application from the android market.

How to Delete a published application from my android market account?

Below Scenario's tried for delete application:
* From the application page click the upgrade>>click the delete button bottom of the page.
* while clicking delete it's displaying the below error message "An unexpected error occurred. Please try again later"

View 4 Replies View Related

Android :: Published Apk Gives Error - Package File Was Not Signed Correctly

Mar 25, 2010

I recently uploaded my application to the android market however it's refusing to run when downloaded due to the error

Package file was not signed correctly

I first published the packet using eclipse, right click export, creating a keystore then publishing, however it refuses to work.

I then downloaded the keytool and jarsigner and used them to sign an upgrade which I posted instead. However this gives the same error.

And since I cannot delete the application I cannot try and start again,

View 2 Replies View Related

Android :: Droid Could Not Access Published Rest Service / Solve It?

Nov 18, 2010

I published the rest service.. but the android app is showing null pointer exception.. but if it access my local machine's service its working well.. the service hosted has anonymous access..

this is my android code...

View 1 Replies View Related

Games :: First Game Published - Looking For Feedback

Aug 27, 2010

Our first stab at a game was just published to the Android Market. It's a fun and (hopefully) mildy addicting game where you match a list of game pieces to those bouncing around on the game board. The faster you do it, the more points and time you get, and as you clear the list the next level requires more pieces. We decided to post two versions of the game, Kromium is the full version, containing unlimited levels, difficulty settings (adjusts time and score bonuses), and the ability to enter your name for high scores. The free version (Kromium Lite) is the same concept, but is ad supported, only allows one loop through the levels, no difficulty adjustment, and generic high scoring. Here's a link to the free version: Feedback on the game in general would be great, as well as the split of functionality between the versions. Additional features and suggestions are certainly welcome. Feel free to comment on here or in the market.

View 2 Replies View Related

General :: How To Rename Package Of Published App

Jun 11, 2012

I am been working a on an an android app called Inomail that is available on the android market. I have done an overhaul changing the background colours, buttons to blue and green neon colours, change all icons and change text such app name plus other strings elsewhere.

Everthing work fine and I am certain it will be popular download if published.

I have been using APK Manger and Eclipse and Java decompilers to convert smali to java codes.

I successfully signed with a private key and it worked but this the obvious problem renaming the package when changing it crashes. I done everthing including refactoring and renaming in Eclipse, also renamed all the package name to all sub packages but to no avail.

If rename tthe package name back to original name it works but changing it crashes.

Now I have done some search on here there also a code to the package name which the reason for it to crash and the best way it to use a rooted device which I have and install the app.

So my 2 questions where is the folder on smartphone would I find the file or code how to manage to rename package published app on the market and how?

View 1 Replies View Related

General :: How Long Does It Takes Until App Gets Published

Jun 12, 2012

I had developed a simple game for android, and just published on google play.Problem is that I can't find it anywhere, I had search for the name of the app, and it doesn't give me any result, how much time does it take until my app is visible?

View 2 Replies View Related

Android :: How To Fit An Exact Background Layout?

Sep 20, 2010

I have a background image (full screen) and want to create an exact layout, which fits this background-image. The buttons and labels have to be at an exact place of the background-image. How can I do this? The absolute-layout is deprecated. If I use relative layout, I can use margins, but the positions differ from device to device. The best thing is if I could set the exact positions as percent of the total view size. How can I do this?

View 8 Replies View Related

Android :: Obtaining Exact SDK Source

Sep 2, 2009

I was hoping someone could give me instructions to obtain the *exact *source code for the current SDK. What I have so far is as discussed here; http://androidforums.com/android-developers/1045-source-code-android- By using commands such as; repo init -u git://android . git . kernel .org/platform/manifest.git -b android-sdk-1.5_r3 jar cvf ../android-src.jar -C core/java . etc. my issue is that the source is still inconsistent, some extra methods are available and some are not. For example, I want to make a progress bar with two sliders (To select a range) but the version of Progress bar I have; http:// android .git.kernel.org/?=platform/frameworks /base.git;a=blob ;.http://android .git.kernel .org/?p=platform/ frameworks /base.git;a=blob;> I cannot mimic (as an initial implementation), despite using the same package and extending View I do not have access to 'mMinWidth' for example. In addition the progress bar uses methods of the class StateList Drawable which are not available in this SDK (e.g. getStateSet(int i)). It's obvious that there's an inconsistency between the source I have and that which was compiled into the android SDK but I don't know why given my GIT repo commands. Can someone link to the version of ProgressBar which was shipped with android-sdk-1.5_r3? Has anyone managed to get the branch which maps directly to this release? This might well be due my inexperience with Git, please let me know if anyone has this set up correctly and I will try again. I seem, in all honesty, to have the head revision still.

View 6 Replies View Related

General :: Published Game On Play Google Not Downloadable

Mar 21, 2012

I published my game on Play Google, but no one download it ,why, is should be (Play Google) marketing it, or should I do that.

View 1 Replies View Related

Android :: Any Way To Get EXACT Location Of Phone (not Approximate)?

Jan 23, 2010

I know that it's mostly "approximate". But, I must know the EXACT location of the phone, regardless of battery life or whatever.I need the exact location of the phone! Is it possible?

View 5 Replies View Related

Android :: App To Determine Exact Musical Pitch

Sep 18, 2010

Is there an app where you can hold the Droid to a sound and it talls you the exact pitch in Hertz? Whether I sing to it or dog whistle to it or play piccolo to it or play a digital sound from my computer onto it?

View 1 Replies View Related

Android :: How To Find The Exact Center Of A String

May 19, 2010

How to find the exact pixel center of a String? I need this for drawing onto a canvas.

float ty = ((-mTextBrush.ascent() + mTextBrush.descent())/4);

Add this value to the y axis when you draw.

ie.

canvas.drawText(text, cx, cy+ty, mTextBrush);

Where cx and xy are your center points

View 2 Replies View Related

HTC Droid Eris :: Phonebook With Facebook Contacts (Published Numbers)

Mar 17, 2010

One day I randomly came across a phonebook on my phone of all my facebook contacts who have published there phone number (after I upgraded to 2.1). I have not been able to find it since. How do I find it?

View 3 Replies View Related

Android :: Find Exact Place Of Memory Leaking?

Oct 23, 2009

can anyone tell me any solution or tool provided by Android to find the exact place of memory leaking?

View 2 Replies View Related

Android :: Exact Date Of Submission Of ADC2 Applications

Aug 24, 2009

can anyone from Google let us know the exact date of submission of ADC2 Applications. or Google is extending date . I m very much curious about it. please let us know.

View 2 Replies View Related

Android :: Accuracy Of Location.getAccuracy() GSM And GPS - Exact Meaning?

Jun 16, 2010

As said in the Android Reference, the method getAccuracy() of android.location: "Returns the accuracy of the fix in meters. If hasAccuracy() is false, 0.0 is returned." But what does that mean exactly? The diameter or the radius? The Circular Error Probable (CEP), the 95-percentile or something else? I hope they are of the same type in GPS and GSM positioning. Does somebody know where these information are given into the system? As far as i know, are the GSM coordinates returned by a hidden Google API over a Web Service. So no chance to see an exact calculation. But where is the Accuracy of GPS calculated. I thought the GPS receiver only returns a dimensionless DOP value. And with Android 1.5 its not posible to read the NMEA sentences directly.

View 5 Replies View Related

Android :: Exact Opposite Of Preference Attribute (Dependency)?

Aug 28, 2010

Is there XML attribute that does the exact opposite of android:dependency? What I would like the dependent preference to be enabled when the other is not checked and disabled when it is checked. Maybe the issue isn't with android:dependency maybe there is an xml attribute that I can add to make the default for that preference disabled and then android:dependency will toggle it the opposite way like I want. I tried setting android:enabled="false" in the preference and it disables it like I want but even with it being dependent on the other preference it didn't enable it like I had hoped.

View 1 Replies View Related







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