[android-developers] Software Keyboard

2012-06-21 Thread Phil Ryu
Hi lads,

I'm running into trouble trying to make the software keyboard pop.
I've already read all the posts related to that but unfortunately none
helped me.

I tried toggleSoftInputFromWindow, showSoftInput,
getWindow().setSoftInputMode() with all possible combinations and all
possible flags. I don't have an EditText, so I even tried to create a
fake one. I made the call from different listeners to make sure it was
not a thread related issue. I tried to delay the thread a bit.

Still, those methods always return false and therefore the keyboard
doesn't show...

BUT! Everything works as expected as soon as I minimize the
application (by pressing Home) and restore the application. From then,
the keyboard shows up without any problems.

Any clues?

Phil.

PS : My phone has a hardware keyboard.

-- 
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 make Multi-touch support softKeyboard

2010-10-16 Thread Ryu
HI all!!

How to add multi-touch function to sample softkeyboard?

somebody 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] How to install GoogleAPI to non include GoogleAPI Android System ?

2010-06-08 Thread Ryu
Hi friends!

I already make Android System but It didn't include GoogleAPI.

but now I wanna use a app, it needs GoogleAPI 

How to install GoogleAPI to non include GoogleAPI Android System?

Plz Help me!!

Do I have to make new Android System Image T,.T???

-- 
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 install GoogleAPI to non include GoogleAPI Android System ?

2010-06-08 Thread Ryu
Hi friends!

I already make Android System but It didn't include GoogleAPI.

but now I wanna use a app, it needs GoogleAPI 

How to install GoogleAPI to non include GoogleAPI Android System?

Plz Help me!!

Do I have to make new Android System Image T,.T???

-- 
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] Can I modify vitual keyboard's preview popup?

2010-04-02 Thread Ryu
hi all~!

now i study inputmethod(virtual keyboard).

Can I modify vitual keyboard's preview popup?

somebody help me!

What method do i looking for?

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

To unsubscribe, reply using remove me as the subject.


[android-developers] GUI/CUI FTP Client

2010-02-03 Thread Ryu
If you like a file manager-type GUI with console based CUI terminal,
Runftp is what you want to have.

You can type and test any basic FTP commands in the terminal, and
viewing
through the files and directories in a two-pane tree-style graphical
navigation
at the same time.

-- 
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] Re: Android 2.0.1 SocketTimeoutException received with FTP Data channel

2010-02-01 Thread Ryu
Hello James,

Did you correctly add the TCP port in the URL entered in Runftp?
Like:

$ o sftp://hogeh...@blahblah.com:5

Also check to see if you enabled the port 5, meaning it is not
blocked
by a packet filter like iptables.
You could try FTPS which has easier setup in ProFTPD if you just want
security over your file transfer.

Ryu

-- 
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] Why is the onCreate called twice When is device booting??

2010-01-18 Thread Ryu
Hi, everybody~


i make 'hello world' app :-) and wrote a Log code in onCreate.

and then give android.intent.category.DEFAULT and
android.intent.category.HOME

this situation appears emulator(1.5, 2.0, 2.1).

but HTC hero(1.5, original htc rom) didn't !!! it just call one time!!


Which is normal?


and If calling twice is normal, why are they call twice???

plz tell me  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] How can I use Attribute android:keyPreviewLayout ??

2009-09-21 Thread Ryu

How can I use Attribute android:keyPreviewLayout ??

It always make a err message!!


my XML file like that

com.example.android.softkeyboard.LatinKeyboardView
xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/keyboard
android:keyPreviewOffset=50px
android:keyPreviewLayout=@drawable/logo-- Is it right??
android:keyTextColor=#ff
android:keyBackground =@drawable/test
android:layout_alignParentBottom=true
android:layout_width=fill_parent
android:layout_height=wrap_content
/


--~--~-~--~~~---~--~~
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 can I change The SoftKeyboard's preview layout?

2009-09-20 Thread Ryu

Hello~ all!

Now I'm making a softKeyboard. but I couldn't change The
softkeyboard's preview layout!

I already show HTC hero's softkeyboard and other softkeyboard app.

they did change preview layout. and that's cool!

Could you Tell me how I to do or give me simple code  :-)

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
-~--~~~~--~~--~--~---