[android-developers] Re: Camera application 1.5 on emulator does nothing

2009-05-22 Thread arjan broer
same problem here. Running Ubuntu Linux, eclipse 3.4.1 ADT 0.9.1.v200805011822-1621 Android SDK 1.5_r1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] DRM Issue

2009-05-22 Thread Prashant M
Developed one sample APP to insert the FL (forward Lock content) into DRM provider. While insertion throwing security exception. I added android.permission.ACCESS_DRM in the androidmanifest.xmlBut still facing the issue. android.permission.ACCESS_DRM 5-22 02:45:09.882: ERROR/DrmStore(174): pu

[android-developers] Re: Camera application 1.5 on emulator does nothing

2009-05-22 Thread arnouf
If it can help you to understand, below the Logs 05-22 09:51:58.651: WARN/WindowManager(575): performLayoutAndPlaceSurfacesLocked called while in layout 05-22 09:51:59.292: DEBUG/StatusBar(575): updateResources 05-22 09:52:00.732: DEBUG/CameraService(542): Connect E from ICameraClient 0xd220 05-22

[android-developers] Fwd: Wanted jobs

2009-05-22 Thread satheesh kumar
-- Forwarded message -- From: satheesh kumar Date: Fri, May 22, 2009 at 12:50 PM Subject: Wanted jobs To: android-developers@googlegroups.com Hi all, My friends have finished bachelor's degree in engineering this year. I wish to know if there are any jobs available for their qual

[android-developers] Camera application 1.5 on emulator does nothing

2009-05-22 Thread arnouf
Hi all, Strange behaviour with emulator running with Cupcake. When emulator is launched (via ADT), a SD card is mounted correctly, and I click on Camera, I have a black screen and nothing happens, I got the famous error with Wait or Force closewait, wait, waitnothing happens. I create wi

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-22 Thread jianwei
Sorry for my poor english. May be you didn't understand my purpose. I'm a application developer for android platform, and i didn't know much about bluetooth. Our application will play some audioes(audio format is amr). When bluetooth headset is paired and connected, we need playing audio by blueto

[android-developers] How to force to update a view?

2009-05-22 Thread Gavin
Hello, I have a List activity which use cursor adapter. When an item of database is changed, I hope the corresponding view of this list can update and get new data from database. I know the time when database is changed, but how to update view? thanks. --~--~-~--~~-

[android-developers] Re: why 480*320 png doesn't fit on landscape full screen

2009-05-22 Thread zeeshan
well, i removed the title bar and this make my image a bit large but it still smaller in width. i suppose this is because of status bar now :) what resolution i need to have to fit my image on full screen if i keep my status bar? On May 21, 4:56 pm, "bwilliam...@gmail.com" wrote: > Do you hav

[android-developers] Free download software full version

2009-05-22 Thread DonyChandra
http://free-belajaronline.blogspot.com/2009/05/fenomena-lain-dukun-ponari.html Fenomena Lain Dukun Ponari http://free-belajaronline.blogspot.com/2009/05/kamen-rider-tampang-mirip-gan.html Kamen Rider, Tampang Mirip gan http://free-belajaronline.blogspot.com/2009/05/penemuan-kryptonite-di-serbia-pi

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-22 Thread PI9
Hello, In the same direction as the previous problem, i'd like to direct voice (during a conversation) either to the ear piece when the phone is vertical or to the speakers when the phone is horizontal. I'm using the accelerometer which is working well when i only asks to find the position of the

[android-developers] I found the way how to SmsReceiver invoke my Application

2009-05-22 Thread doananhtai
public class MyActivity extends Activity { public static MyActivity myactivity; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); myactivity = this;

[android-developers] Re: aidl remote service call namespace question

2009-05-22 Thread dev_rob
I am still hanging on this issue, maybe there is someone, who has played around with service and can provide me some example code, where it works that a service, lying in one eclipse project is successfully bound to and called maybe by an activity, which resides lying in another eclipse project??

[android-developers] how to set tab in TabHost?

2009-05-22 Thread stonestrange
In my project,i use TabHost and tab. In each tab, it will show an image and the tab's name.My code is like this: Drawable dr = this.getResources().getDrawable(R.drawable.setup); th.addTab(th.newTabSpec("setup").setIndicator("SETUP", dr).setContent (R.id.setup)); Run this project,it shows like th

[android-developers] How to get phyaddr from MemoryHeapPmem??

2009-05-22 Thread bc
hi, i add pmem and pmem_adsp to my kernel,and mydroid is working fine.but i can only get virtaddr from MemoryHeapPmem(use getBase()),i can not get phyaddr,but the pmem driver can use PMEM_GET_PHYS to get phyaddr,so ,i must modify MemoryHeapPmem,add a method like getPhyAddr () ?is here other way? t

[android-developers] Re: Set the theme from the application: the background doesn't change

2009-05-22 Thread Dianne Hackborn
We won't soon if ever support this. On Thu, May 21, 2009 at 8:33 PM, quanghuytruongd...@gmail.com < quanghuytruongd...@gmail.com> wrote: > > Thanks Dianna Hackborn for your information! > > Maybe Android SDK need to be upgraded so that dev can customize their > application at runtime. > > On May

[android-developers] Re: Avoid phone locking

2009-05-22 Thread Dianne Hackborn
It is much better to set the window flag to keep the screen on. No need for a permission, and less likely or a bug in the app to cause problems. On Thu, May 21, 2009 at 10:54 PM, EboMike wrote: > > Make sure your app has the WAKE_LOCK permission, and use > PowerManager.WakeLock to keep the dev

[android-developers] Change in font color

2009-05-22 Thread Sam
Hi, I am using EditText for getting userInput but the problem i am facing is that i want to change the font color at runtime but in the same Edittext as i am able to change the font type but as i change the font color it changes for the whole editext but i need to change the color for specfi

[android-developers] Wanted jobs

2009-05-22 Thread satheesh kumar
Hi all, My friends have finished bachelor's degree in engineering this year. I wish to know if there are any jobs available for their qualification anywhere in tamilnadu or bangalore. Salary is not a matter. Please anyone reply for this. Thanks, Satheesh. --~--~-~--~~~

<    1   2