[android-developers] DOWNLOAD CUSTOM ROM FOR GALAXAY GRAND PRIME SM-G530H

2016-01-10 Thread hc reza
hello Guys / I Need Custom Rom Like Cm13 Or Aosp Or ResurrectionRemix For Galaxy Prime Sm-G530H. My Phone have Some Lag when I Use it.I've heard that if I install Android 6.0.1 marshmallow phone will be without lag. Can anyone for me and all those in need Make this Rom ? thank you . please

[android-developers] Re: pairing problem, I believe this to be a bug in Android 4.0.3

2012-06-18 Thread HC
I have same issue when I try to connect to my own Bluetooth (SPP) device with modified Bluetooth Chat app using insecure connection mode on a GT-P3113, that is with Android 4.0.3, a Bluetooth pairing request window popup after select the paired device while with Android 3.2 it doesn't. But when

[android-developers] Re: pairing problem, I believe this to be a bug in Android 4.0.3

2012-06-18 Thread HC
the Bluetooth pairing request popup ? Thanks. On Monday, June 18, 2012 11:11:25 AM UTC-4, HC wrote: I have same issue when I try to connect to my own Bluetooth (SPP) device with modified Bluetooth Chat app using insecure connection mode on a GT-P3113, that is with Android 4.0.3, a Bluetooth

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-02 Thread hc
Cool. Got it too and already filled up the form. Thought it's fake too, but no sensitive information there. On Mar 3, 8:46 am, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the email issues. Roman Nurik Android Developer Relations, Google NOTE:

[android-developers] libstagefright on Android 2.0 source tree

2010-01-18 Thread HC
I fould this library libstagefright on android source tree (under / framework/base/media/). It seems could do http streaming download and play, but I dont know how to invoke it by mediaplayer. Does anybody try it? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: PVMFFailure when using MediaPlayer for radio streams

2010-01-07 Thread HC
But if non-streamable video? On 2009年12月14日, 下午5�r13分, YaushiIizuka vse5...@gmail.com wrote: Hi. String url = http://your.url;; MediaPlayer mp = new MediaPlayer(); mp.setDataSource(url); mp.setAudioStreamType(AudioManager.STREAM_MUSIC); mp.prepare(); mp.start(); On 10月23日, 午後3:28, dede

[android-developers] Re: TabActivity with scroll

2009-12-07 Thread hc
Hi guys, I made a scrollable tabhost with a scrollview. Made it open source and it's available here http://code.google.com/p/mobyfactory-uiwidgets-android On Dec 8, 7:47 am, Beth emez...@gmail.com wrote: Hi Priyanka, You might implement this functionality using a gallery, a list widget that

[android-developers] Re: Archos Approval on an app

2009-12-05 Thread hc
You can check out http://library.strazzere.com/ to see if ur app is approved. I submitted mine around early nov, and it got approved few days ago. Discount code sent to me on the same day, Looks like apps are not approved in the sequence that it was submitted. They jump. On Dec 6, 5:12 am, Tom

[android-developers] How to specify parameters used in XML, in code instead?

2009-09-07 Thread hc
I'm trying to do part of my Activity layout in code rather than XML, but I realize not all the parameters are available in code. For example with HorizontalScrollView, there are android:scrollbarSize android:scrollbarTrackHorizontal android:scrollbarThumbHorizontal corresponding setter methods

[android-developers] Converting Canvas to Drawable ?

2009-09-05 Thread hc
Is it possible to convert a Canvas to Drawable? I may be really off in my solution, so if you have a better suggestion, please do tell me. This is what I'm trying to do. I'm trying to create a custom RadioButton. to set different states of the radio button, I need to use this parameter

[android-developers] Re: run signed apps from eclipse

2009-05-08 Thread hc
I agree... any idea? On May 8, 8:13 pm, guruk ilovesi...@gmail.com wrote: is there a way to let eclipse compile always a signed app and run it on the mobile/emulator I nearly never use debug and so always when i switch between my developing app and the app i publish i have to deinstall

[android-developers] R cannot be resolved after updating to 1.5 SDK Pre, and trying to compile for 1.1

2009-04-27 Thread hc
I updated to 1.5 SDK pre, together with the ADT. I followed the instruction to select Android 1.5 as target by right clicking on the project, PreferencesAndroid. In this window there are 3 options, Android 1.1 Android 1.5 Google APIs I selected Android 1.5 and Apply, clicked OK. Application

[android-developers] Re: R cannot be resolved after updating to 1.5 SDK Pre, and trying to compile for 1.1

2009-04-27 Thread hc
1 On Apr 27, 9:05 pm, Satya Komatineni satya.komatin...@gmail.com wrote: considering that R.java is a generated file, try deleting it and see if the environment rebuilds according to your preference. On Mon, Apr 27, 2009 at 8:57 AM, hc honch...@gmail.com wrote: I updated to 1.5 SDK pre

[android-developers] Re: R cannot be resolved after updating to 1.5 SDK Pre, and trying to compile for 1.1

2009-04-27 Thread hc
and recheck build target Android1.1 then I can see R.java which is generated at gen folder. try this. On Apr 27, 10:46 pm, hc honch...@gmail.com wrote: Hi, I just tried that. But it does not work. After removing the file, I still get the same error when I try to compile for 1.1 SDK. Worse

[android-developers] Re: How to have different types of view in ListActivity/BaseAdapter

2009-03-09 Thread hc
so that means if I wish to make a listview of conversation, with some chatbubbles on the right and some on the left, android does not provide support to optimize its display because it expects predictable types for each row? On Feb 23, 2:02 am, Mark Murphy mmur...@commonsware.com wrote: hc

[android-developers] How to create a view with a background that wraps up all the content of the view?

2009-03-05 Thread hc
I'm trying to create a listview containing conversations in chat bubbles, and each chat bubbles are rows in the list view. So what I have is an avatar on the left, and a chat bubble on the right. Then in the chat bubble, I have a textview for name, a textview for content, and a textview for

[android-developers] Re: How to create a view with a background that wraps up all the content of the view?

2009-03-05 Thread hc
nvm.. I've figured it out. Instead of setting a background using an ImageView/Button, I can just set a background to RelativeLayout and it will fix nicely On Mar 5, 5:20 pm, hc honch...@gmail.com wrote: I'm trying to create a listview containing conversations in chat bubbles, and each chat

[android-developers] How to have different types of view in ListActivity/BaseAdapter

2009-02-22 Thread hc
In a list, is it possible to have different kind of views, inflated from different layout XML? I started with the sample in the API Demo, using the Efficient Adapter, and it starts like this public View getView(int position, View convertView, ViewGroup parent) { ViewHolder holder;

[android-developers] Using LIKE in Android SQLITE

2009-02-16 Thread hc
I want to do a query equivalent to this SELECT * FROM search_table WHERE keyword LIKE '%abc%'; How can I do this? I have tried out different methods using rawQuery but I can't do this. Hope someone can hep with this. THanks --~--~-~--~~~---~--~~ You received

[android-developers] Re: Question about sqlite query with regular expression

2009-02-16 Thread hc
I'm looking for a solution as well. Anyone? On Feb 16, 5:10 pm, wsgfz...@gmail.com wsgfz...@gmail.com wrote: Is there any way out to achieve SELECT * FROM tblname  WHERE name LIKE '%[0-9]%' i know we can't do this with sqlite~ but how to deal with such query task with sqlite??? i tried

[android-developers] What 's the difference between ContentResolver and ContentValues?

2008-12-15 Thread hc huang
That's a trouble when I am using ContentValues and ContentResolver.I can't distinguish this two classes.Who can give me a hand to solve my problem? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android