[android-developers] Java Billing API consumables

2017-09-20 Thread 'Elvis Lebt' via Android Developers
Hi, i implemented in Java an inapp purchasing system using the billing api and have the following problem: - i make a purchase on deviceA (via getBuyIntend) - do not consume on deviceA - start the same app on deviceB with

[android-developers] Re: Android 2.3 Vs 3.0

2011-02-19 Thread Elvis
You can get the 2.3.3 API10 from the windows SDK and loop mount the .img files + copy out what you need or start the SDK emulator and use androidcommander to pull out what you need. 2.3.3 still needs some work. This runs fine on my phone Samsung touchwiz phone. How: You will need a working init

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2011-02-14 Thread Elvis
Sorry this might not sound friendly but this is reality. All I can say is me and 80 000 other developers are having a nightmare trying to find basic info on the android website and google search is well 30% on what I am searching for if it even finds anything related. This is just the normal daily

[android-developers] System brightness does not apply changes immediately

2011-02-07 Thread Elvis Dowson
o make the brightness change effective. Why is this the case? Elvis Dowson -- 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@googlegroups.com To unsubscribe from this group, s

[android-developers] Android Get Source bugs JDK + Repo

2010-12-21 Thread Elvis
This is frustrating in all 5 copies of Ubuntu livecd up to 10.10 Trinity + gentoo 2008 installed and tried this guide with little success. Is there any way to get that extremely old JDK5 installed ? This has caused me to never touch Ubuntu anything again. Gentoo help would be appreciated. IE: [b

[android-developers] Re: Sony Ericsson LiveView™ m icro display SDK is released

2010-11-30 Thread Elvis Dowson
Hi, Is it possible to get a download link for the android-2.1 update for the Xperia X10? I have one and would like to update it. Elvis Dowson -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Simultaneously debugging multiple android applications and components

2010-11-27 Thread Elvis Dowson
ve created an Eclipse project for the entire android-2.2.1 repo, and I would like to know what I should do to simultaneously debug the above four applications and components, so that I can select a bunch of variables from them and monitor them as I perform steps on the target device. Is this possib

Re: [android-developers] Missing HashSet find

2010-01-12 Thread Elvis Prokopis
sorry,I am too busy in the moment 2010/1/12 Mark Murphy > Mark Murphy wrote: > > Philip wrote: > >> Any idea why such a fundamental method is missing from the dalvik > >> libcore implementation? > > > > HashSet is not a method. It is a class, and it exists in > java.util.HashSet. > > Mea culpa.

Re: [android-developers] Re: ERROR/AndroidRuntime(703): java.lang.VerifyError

2010-01-12 Thread Elvis Prokopis
Thank you 2010/1/11 Kumar Bibek > Some dependencies are missing. Check your library docs to see what > other jars you need to include. You can get a clue from you logcat > output. It will mention the Classname that it cannot find. > > Kumar Bibek > http://tech-droid.blogspot.com > > On Jan 11, 2

Re: [android-developers] Dialog on Lock Screen

2010-01-12 Thread Elvis Prokopis
I am goind to sleep,good night 2010/1/12 Jason Proctor > let's not get into all that again :-) > > there was a thread before the holidays entitled "Block Switch App" where > this was discussed at length. > > > > I thought you could replace the lock screen? >> On Mon, Jan 11, 2010 at 3:08 PM, Ma

Re: [android-developers] Dialog on Lock Screen

2010-01-12 Thread Elvis Prokopis
thank you a lot but I am too busy in the moment Regards Prokopis Elvis Serbia,Europe +381605713821 2010/1/12 sansu > I need to display a dialog on top of lock screen when volume keys are > pressed. > How can I do this? > > Thanks in advance, > > -- > You received

Re: [android-developers] Re: Nexus 2.1 on sale, WHERE is the SDK!

2010-01-12 Thread Elvis Prokopis
elvis.proko...@gmail.com On Jan 12, 2010 12:39 a.m., "Kevin Duffey" wrote: Ah.. ok.. that was more clear. I've only been working with it a couple months, haven't seen any real issues. Can you list..perhaps in a private email... some issues you are having? I would agree tho that it should be rela

Re: [android-developers] Re: Missing HashSet find

2010-01-12 Thread Elvis Prokopis
Angry? On Jan 12, 2010 12:32 a.m., "Philip" wrote: Thanks for your reply. Complaint is a strong word... I am merely pointing it out ;-) contains() works only to find out if the element is in the set or not (it returns a bool.) find would give me an iterator that I can use to get to the object d

[android-developers] Did anyone have the experience of removing calendar / dailer from android source?

2009-07-30 Thread Elvis
Hi all I'm working on a custom board which have no phone function, is it possible to remove or hide dialer application? For calendar, I've tried to remove it directly from the android source, but it could not boot. Did any one experience working on th

[android-developers] Re: Questions about Android Calendar and Uninstall application

2009-07-30 Thread Elvis
ch is not available on SDK1.5 cause the problem. Hope this help. Elvis On Jul 25, 11:18 pm, 单单 wrote: > Hi, All, > > I want to have a look at the application Android Calendar, but found > there is no Calendar in the SDK. > Then, I fetched all the source of Android, make, run the

[android-developers] Re: IllegalAccessError - any clues when this may come..

2009-07-17 Thread Elvis Dowson
Hi Raja, Were you able to resolve this error? : java.lang.IllegalAccessError: cross-loader access from pre-verified class Best regards, Elvis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread Elvis
Hi tstanly You mean I need to sign the Maps.apk again? Maps.apk is from my G1 dev phone and I want to install it to another hardware(dev board) Is it possible to porting Google Map to other targets than G1? I've been searching solution for days. Your help is much appreciated!! Elvis O

[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-29 Thread Elvis
Hi Delta I know how to add google maps library. Actually, I'm still finding the way to put google map application into my dev board. Elvis On Jun 27, 11:58 am, Delta Foxtrot wrote: > 2009/6/26 Elvis > > > > > Hi all > > > I've pushed 3 files to the requi

[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-28 Thread Elvis
. adb push com.google.android.maps.xml /etc/permissions/ But I found that Maps application is still invisible. Thanks, Elvis On Jun 27, 11:58 am, Delta Foxtrot wrote: > 2009/6/26 Elvis > > > > > Hi all > > > I've pushed 3 files to the required path, but Maps is sti

[android-developers] Fail to install Maps.apk on cupcake

2009-06-26 Thread Elvis
l to /etc/permissions/ Map application is still invisible, can anyone help me how to accomplish this issue. Or there's other security issue? Elvis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-26 Thread Elvis
Hi all I've pushed 3 files to the required path, but Maps is still invisible. Anyone has idea what's going on with this? ps. I'm using android sdk 1.5r2 Elvis On Jun 3, 8:10 am, Subba wrote: > Thanks. I was able to install Maps library and Maps application in my > devic

[android-developers] Difference of Android Dev Phone 1 versus T-Mobile G1?

2008-12-15 Thread Elvis Stansvik
Hello, I'm a resident of Sweden, and I'm thinking about ordering the Android Dev Phone 1. Can anyone who has one of these devices tell me if there's any differences in installed applications or available functionality of the Android Dev Phone 1 versus the T-Mobile G1?