[android-developers] Android Accessory app?

2012-03-16 Thread brilliant winger
Hi

I will try to create Android applications and accessories.
And, I will use Android accessory product.

I have a few questions.

Since last year, Google announced adk, many developing Accessories happened?

I could not find the Accessory product information for Android on the 
website.

If you know the commercial product, please report it.
I want to study it.



Thanks.




-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Key Events that occurred in the virtual keyboard can be passed to the hardware

2010-09-06 Thread brilliant winger
Hi all

Key Events that occurred in the virtual keyboard can be passed to the
hardware, andriod OS or high-level focus view?
As with a physical keyboard.

The dpad right event using Bluetooth devices, then it takes my
keyboard service would like to pass on Android system or highest focus
view(ex. system dialog, menu...etc).

but I don't know how.

help me.






Thank you.

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] know own account(gmail)

2010-07-22 Thread brilliant winger
Hi

I want to know own account(gmail) in android 1.6.

Android(1.6) does not support AccountManager class.
so, How?

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to do occur hardware keyboard event using software keyboard

2010-07-07 Thread brilliant winger
Hi all

I have question.!
How to do occur hardware keyboard event using software keyboard?

thanks.

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android build error : libz.so, libz.a

2010-07-06 Thread brilliant winger
Hi

I try build android full source.

I have an error.

Install: out/host/linux-x86/framework/apicheck.jar
Install: out/host/linux-x86/framework/clearsilver.jar
Install: out/host/linux-x86/framework/droiddoc.jar
host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/
4.4.3/../../../libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/
4.4.3/../../../libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
-lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -
lz
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status


what solution? help me.

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Android.view.InflateException: Binary XML file line #7

2010-06-10 Thread brilliant winger
Hi.

@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}




http://schemas.android.com/apk/res/
android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>




When first run, there is no problem.
If I touch screen, Screen Orientation Change...by call
(setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE));
Display landsacpe orientation (So far there is no problem.)

and then, If I touch screen again, I will expect the Screen
Orientation Change...by call
(setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT));
But this time, error occur.
Force close!!

error in onCreate();
setContentView(R.layout.main); error: Android.view.InflateException:
Binary XML file line #7


I don't know solution

help me.

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] SPP bluetooth

2010-04-01 Thread brilliant winger
I would like to use SPP bluetooth keyboard(not HID profile.) on my
android.
but android 2.1 is not supported SPP bluetooth.

Um Someone communicated the SPP device using android RFCOMM.
Is this possible?

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.


[android-developers] how to use maindictionary

2010-01-10 Thread brilliant winger
Hi all~

I developing soft keyboard.
I have a question. I want to use main dictionary in android Latin IME.
How to?

B.W.
-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] candidateView position

2009-07-22 Thread brilliant winger

Hi!

How to change candidateView position in android softkeyboard?
--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] about candidateview

2009-07-22 Thread brilliant winger

Hi.

I study soft keyboard(andriod) open source.
But I don't know about candidateView.
It's a difficult for me.

please, I want to  Provide for me very simple code about
candidateView.



--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] canvas runtime error

2009-07-01 Thread brilliant winger


Bitmap bitmaporg = BitmapFactory.decodeResource(getResources(),
R.drawable.a0 );
Bitmap bitmap_a = BitmapFactory.decodeResource(getResources(),
R.drawable.a1 );
Canvas canvas = new Canvas(bitmaporg);

...
...
...

I have a runtime error at (Canvas canvas = new Canvas(bitmaporg).

why?

--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] How I can attach other drawable image on drawable image?

2009-06-30 Thread brilliant winger

Hi

How I can attach other drawable image on drawable image?

ex)
drawable image A(.png) - size pixel (50, 50)
drawable image B(.png) - size pixel (10, 10)
I want to draw image B on image A at (20, 20),
and I may use merged drawable image for my app.






--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] xml write

2009-06-26 Thread brilliant winger

HI


I can't find it(method) in class xmlpullparser.
I would like to write attributes in "res/xml/*.xml".
maybe, I use the other parser. follow that is samplecode.


/
InputStream stream = cn.getInputStream();
DocumentBuilder docBuild = DocumentBuilderFactory.newInstance
().newDocumentBuilder();
Document manifestDoc = docBuild.parse(stream);

...
...
...



How can I use "res/xml/*.xml",  instead of stream ?
(the stream is urlconnection, )
is possible?
--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] xmlpullparser don't write in xml?

2009-06-25 Thread brilliant winger

I have one question.
I would like to chage attributevalue.

ex...  to 

How ?
well. I use other parser?
plz
--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] xmlpullparser input xml?

2009-06-25 Thread brilliant winger

HI

/
XmlPullParserFactory factory = XmlPullParserFactory.newInstance
();
factory.setNamespaceAware(true);
XmlPullParser xpp = factory.newPullParser();

xpp.setInput( new StringReader ( "Hello World!" ) );
int eventType = xpp.getEventType();
...
...
...
...


I found this code in android developers site.

How can I use "res/xml/*.xml",  instead of ""Hello World!" ?


--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] findviewbyid in service?

2009-06-24 Thread brilliant winger

HI!


I develop an application.
This don't use activity class.
only use service class..

I need method(findviewbyid). but service don't have this method.

how to use?
--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] bluetooth api

2009-06-17 Thread brilliant winger

HI

I want to develop an application for input device(bluetooth).
I would like to use HID profile or SPP.
But Android SDK support only A2DP and AVCRP profile.
I'll have to wait until the next version is released.

I have one question.
I think A2DP, AVCRP profile use SPP.
is correct?
If so, we can use SPP instead of A~~ profiles?

I don't know bluetooth api.



--~--~-~--~~~---~--~~
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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---