Re: [Android] Soft keyboard

2008-11-23 Thread drac2000


Al Johnson wrote:
> 
> make a uBoot menu entry 
> to boot from partition 3 as described in the wiki. You could add extra 
> partitions for other distros too.
> 
> http://wiki.openmoko.org/wiki/Booting_from_SD
> 
> 
That works for me now
Thank you

Just want to share something, the partition number containing the uImage.bin
must appear in the menu entry by addding 
:  as follows: 

fatload mmc 1:3

-- 
View this message in context: 
http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1569278.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-22 Thread Al Johnson
On Saturday 22 November 2008, drac2000 wrote:
> Cédric Berger wrote:
> > But you can also just copy the .apk file directly on the SD card
> > second partition, under /app
> > (by exemple via ssh if you booted another distro, just copy under
> > /media/mmcblk0p2/app/ )
>
> Can you please explain little bit more.
> That this mean you can have android flashed and another distro installed on
> sd card.
> I would like to have such setup android / qtopia on SD. Can you please
> explain little bit more in details?

Partition your SD so you have:

Partition 1: VFAT (for Android)
Partition 2: ext3 (for Android)
Partition 3: ext3 probably - for qtopia

Extract the qtopia rootfs tarball to partition 3, and make a uBoot menu entry 
to boot from partition 3 as described in the wiki. You could add extra 
partitions for other distros too.

http://wiki.openmoko.org/wiki/Booting_from_SD

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-22 Thread drac2000


Cédric Berger wrote:
> 
> 
> But you can also just copy the .apk file directly on the SD card
> second partition, under /app
> (by exemple via ssh if you booted another distro, just copy under
> /media/mmcblk0p2/app/ )
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

Can you please explain little bit more.
That this mean you can have android flashed and another distro installed on
sd card.
I would like to have such setup android / qtopia on SD. Can you please
explain little bit more in details?
Thx:handshake:

-- 
View this message in context: 
http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1565646.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Rui Castro
Hi,

The current version of the Android platform already has a menu option to end
a call.
I compiled the images for the emulator.

I'm also developing a soft keyboard in the platform itself, it's available
for every application.
I already answered a simulated call from my soft keyboard ;)

I will send a diff with the modifications as soon as I can. I don't know how
to make an image for Neo.

On Fri, Nov 21, 2008 at 6:33 PM, Yann Neveu <[EMAIL PROTECTED]> wrote:

> Le Fri, 21 Nov 2008 09:48:01 -0800 (PST),
> akurpiel <[EMAIL PROTECTED]> a écrit :
>
> > With new Phone.apk answer  is working for me, but I cant end  call -
> > power button give me
> > dial keyboard, not previous menu.
>
> Yes, just added a hook for the answer, not for the end call :) Anyway,
> without suspending, android on FR is not really ready to be your phone
> for everyday right? :)
> I'll see if i can add an end call hook but will not try hard since i
> suppose there will be a more elegant way than mine ( by using virtual
> buttons probably)...
> But i'm glad to know that it works with yours too.
>
> Yann
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Yann Neveu
Le Fri, 21 Nov 2008 09:48:01 -0800 (PST),
akurpiel <[EMAIL PROTECTED]> a écrit :

> With new Phone.apk answer  is working for me, but I cant end  call -
> power button give me 
> dial keyboard, not previous menu.

Yes, just added a hook for the answer, not for the end call :) Anyway,
without suspending, android on FR is not really ready to be your phone
for everyday right? :)
I'll see if i can add an end call hook but will not try hard since i
suppose there will be a more elegant way than mine ( by using virtual
buttons probably)...
But i'm glad to know that it works with yours too.

Yann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Yann Neveu
Le Fri, 21 Nov 2008 15:49:06 -0200,
Denis Galvão <[EMAIL PROTECTED]> a écrit :

> It is on the app dir on the SD.
> 
> Am I wrong doing that?

Yes, it shoul overwrite the system one, you've to enable rw mount in
init.rc. You can install another distro on usd, boot on it to modify
init.rc, see some mails above in this thread.

Yann


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Yann Neveu
Le Fri, 21 Nov 2008 16:36:26 +0100,
Yann Neveu <[EMAIL PROTECTED]> a écrit :

> Le Fri, 21 Nov 2008 12:19:50 -0200,
> Denis Galvão <[EMAIL PROTECTED]> a écrit :
> 
> > Hi Yann.
> > 
> > Should I press the button twice? once?
> > 
> > I sent the Phone.apk into the apps dir, but the answer didn't work
> > for me. Is there any tricky around that?
> 
> Should be juste one on the power button.
> Have you restarted the phone after the copy?
> The Phone.apk is on the phone end not on the usd?
> 
> Anyway, i'll retry later this night to check how and when i pressed.

I've tried it again and logged to check that my modification was ok.

D/PHONE/InCallScreen(  634): handling key up event...
W/PHONE/InCallScreen(  634): KEYCODE_MENU or KEYCODE_CALL

So after the test, just one pressure on power key make the phone
answer.

Do you have some log about "handling key up event..." ?

Yann

Yann 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Denis Galvão
On 21/11/2008, at 13:36, Yann Neveu wrote:

> The Phone.apk is on the phone end not on the usd?

It is on the app dir on the SD.

Am I wrong doing that?

--
Denis Galvão
AsteriskBrasil.org

Ajude a comunidade AsteriskBrasil.org, compre uma camiseta!
http://www.voipmania.com.br


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread akurpiel



Yann neveu-2 wrote:
> 
> Le Fri, 21 Nov 2008 12:19:50 -0200,
> Denis Galvão <[EMAIL PROTECTED]> a écrit :
> 
>> Hi Yann.
>> 
>> Should I press the button twice? once?
>> 
>> I sent the Phone.apk into the apps dir, but the answer didn't work
>> for me. Is there any tricky around that?
> 
> Should be juste one on the power button.
> Have you restarted the phone after the copy?
> The Phone.apk is on the phone end not on the usd?
> 
> Anyway, i'll retry later this night to check how and when i pressed.
> 
> Yann
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

Hi Yann.
With new Phone.apk answer  is working for me, but I cant end  call -  power
button give me 
dial keyboard, not previous menu.
A.K.

-- 
View this message in context: 
http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1562692.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Yann Neveu
Le Fri, 21 Nov 2008 12:19:50 -0200,
Denis Galvão <[EMAIL PROTECTED]> a écrit :

> Hi Yann.
> 
> Should I press the button twice? once?
> 
> I sent the Phone.apk into the apps dir, but the answer didn't work
> for me. Is there any tricky around that?

Should be juste one on the power button.
Have you restarted the phone after the copy?
The Phone.apk is on the phone end not on the usd?

Anyway, i'll retry later this night to check how and when i pressed.

Yann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-21 Thread Denis Galvão
Hi Yann.

Should I press the button twice? once?

I sent the Phone.apk into the apps dir, but the answer didn't work for  
me. Is there any tricky around that?

Thanks,
--
Denis


On 20/11/2008, at 22:05, Yann neveu wrote:

> Le jeudi 20 novembre 2008 21:23:33 Yann neveu, vous avez écrit :
>> Le jeudi 20 novembre 2008 21:01:48 Petr Vanek, vous avez écrit :
>>> This sounds great! You can boot another distro from the uSD card   
>>> and
>>> then mount the root rw:
>>>
>>> mount -t jffs2 /dev/mtdblock6 /media/cf
>>
>
> ok, i've installed a fresh om-testing on card ( nicer than ever )  
> and modified
> init.rc to mount rootfs rw. Copied Phone.apk in /system/app/Phone.apk,
> rebooted and... placed a call to myself.
>
> I've successfully answered using power button.
>
> So, seems to work :)
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Yann neveu
Le jeudi 20 novembre 2008 21:23:33 Yann neveu, vous avez écrit :
> Le jeudi 20 novembre 2008 21:01:48 Petr Vanek, vous avez écrit :
> > This sounds great! You can boot another distro from the uSD card  and
> > then mount the root rw:
> >
> > mount -t jffs2 /dev/mtdblock6 /media/cf
>

ok, i've installed a fresh om-testing on card ( nicer than ever ) and modified 
init.rc to mount rootfs rw. Copied Phone.apk in /system/app/Phone.apk, 
rebooted and... placed a call to myself.

I've successfully answered using power button.

So, seems to work :)


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Yann neveu
Le jeudi 20 novembre 2008 21:01:48 Petr Vanek, vous avez écrit :
> This sounds great! You can boot another distro from the uSD card  and
> then mount the root rw:
>
>   mount -t jffs2 /dev/mtdblock6 /media/cf

Ok, have to prepare a distro on sd card so, thanks.

The Phone.apk is here: http://gabuzomeu.fr/openmoko/Phone.apk

Don't know if it's work, i think it should answer AND open the menu...
Anyway, backup before use

Yann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Jim Ancona
Yann neveu wrote:
> Does anybody know if i can make the rootfs rw to allow change system apps?

adb remount

is supposed to do it, but doesn't seem to work on my device. Instead, it 
returns  "remount failed: Unknown error: 0".

Besides the suggestion of booting another distro from SD and updating 
the rootfs, you can also follow the instructions at

http://wiki.openmoko.org/wiki/Userspace_root_image

to create a new rootfs and then flash the device with it. Not a simple 
process, I know.

Jim


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Petr Vanek
On Thu, 20 Nov 2008 20:41:13 +0100
Yann neveu <[EMAIL PROTECTED]> (YN) wrote:

>Le jeudi 20 novembre 2008 04:49:36 Walter Chang, vous avez écrit :
>> nope.  lets hope the next release from sean fixes that.
>>
>I've modified and compiled the Phone application ton answer by
>pressing the power (menu) button.
>It seems to work in emulator but i don't know how to transfer it to FR
>since the rootfs is read-only:
>
>[EMAIL PROTECTED]:~/Documents/neo/mydroid$ /opt/android-sdk/tools/adb
>install ./out/target/product/generic/system/app/Phone.apk
>466 KB/s (733077 bytes in
>1.534s)
> 
>pkg: /data/local/tmp/Phone.apk 
>
>Failure [INSTALL_FAILED_ALREADY_EXISTS]
>
>[EMAIL PROTECTED]:~/Documents/neo/mydroid$ /opt/android-sdk/tools/adb
>install  -r ./out/target/product/generic/system/app/Phone.apk
>465 KB/s (733077 bytes in 1.539s)
>pkg: /data/local/tmp/Phone.apk
>Failure [INSTALL_FAILED_REPLACE_COULDNT_DELETE]
>
>
>Does anybody know if i can make the rootfs rw to allow change system
>apps?
>
>Thanks
>
>Yann
>
>Ho and the modification i've made is in 
>"packages/apps/Phone/src/com/android/phone/CallNotifier.java".
>I've just modified line 969:
>} else if (keyCode == KeyEvent.KEYCODE_CALL || keyCode == 
>KeyEvent.KEYCODE_MENU ) {
>in public boolean onKeyUp(int keyCode, KeyEvent event) method ...
>Really quick and dirty  but just a test to know if i'm able to
>personnalize it.

This sounds great! You can boot another distro from the uSD card  and
then mount the root rw:

mount -t jffs2 /dev/mtdblock6 /media/cf

Petr



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Yann neveu
Le jeudi 20 novembre 2008 04:49:36 Walter Chang, vous avez écrit :
> nope.  lets hope the next release from sean fixes that.
>
I've modified and compiled the Phone application ton answer by pressing the 
power (menu) button.
It seems to work in emulator but i don't know how to transfer it to FR since 
the rootfs is read-only:

[EMAIL PROTECTED]:~/Documents/neo/mydroid$ /opt/android-sdk/tools/adb install 
./out/target/product/generic/system/app/Phone.apk
466 KB/s (733077 bytes in 1.534s)   
  
pkg: /data/local/tmp/Phone.apk  
  
Failure [INSTALL_FAILED_ALREADY_EXISTS]

[EMAIL PROTECTED]:~/Documents/neo/mydroid$ /opt/android-sdk/tools/adb install  
-r 
./out/target/product/generic/system/app/Phone.apk
465 KB/s (733077 bytes in 1.539s)
pkg: /data/local/tmp/Phone.apk
Failure [INSTALL_FAILED_REPLACE_COULDNT_DELETE]


Does anybody know if i can make the rootfs rw to allow change system apps?

Thanks

Yann

Ho and the modification i've made is in 
"packages/apps/Phone/src/com/android/phone/CallNotifier.java".
I've just modified line 969:
} else if (keyCode == KeyEvent.KEYCODE_CALL || keyCode == 
KeyEvent.KEYCODE_MENU ) {
in public boolean onKeyUp(int keyCode, KeyEvent event) method ...
Really quick and dirty  but just a test to know if i'm able to personnalize 
it.



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Gothnet



Tom R wrote:
> 
> I'm not familiar with the android environment so here are a couple of 
> questions
> do I need the android SDK to install this keyboard? if I don't need it
> then,
> how do I ssh into android once it's running? I've tried the usual 
> ifconfig usb0 x.x.x.x && ssh [EMAIL PROTECTED] but the connection is 
> refused.
> if i dont need to ssh to install it, then how to do it?
> 
> regards
> Tom
> 

I thought it was worth mentioning here that adb is also what you need to get
a shell on your android-freerunner.

ADBHOST=192.168.0.202 adb shell

-- 
View this message in context: 
http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1558099.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Marco Trevisan (Treviño)
Jim Ancona wrote:
> Denis Galvão wrote:
>> What about this soft keyboard?
>>
>> http://groups.google.com/group/android-dotphone/
> 
> This one requires that programs be modified in order to use it. So it 
> can't be used with Android's built-in programs, unless you first modify 
> their source and rebuild them.

Would be patching so hard? I didn't look to the test sources...

However here there are some news about this keyboard:
 - http://dotphone.org/viewthread.php?tid=249

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Jim Ancona
Denis Galvão wrote:
> What about this soft keyboard?
> 
> http://groups.google.com/group/android-dotphone/

This one requires that programs be modified in order to use it. So it 
can't be used with Android's built-in programs, unless you first modify 
their source and rebuild them. Walter's keyboard can be used with any 
program that supports cut & paste, although it's obviously not as 
convenient as a "true" soft keyboard.

Speaking of programs that support cut & paste, has anyone managed to 
paste in an SSID in the Add a Wi-fi network dialog?

Jim

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Denis Galvão
What about this soft keyboard?

http://groups.google.com/group/android-dotphone/

--
Denis


On 19/11/2008, at 07:07, Walter Chang wrote:

> i can't wait till q1 of next year for google to come out with a soft  
> keyboard so i made one.  I used the copy-and-paste functionality on  
> Android so the keyboard works with other apps without changing  
> them.  to download: http://code.google.com/p/netgents/downloads/list  
> and download qad-keyboard.apk.  for instructions on installation and  
> usage: http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
>
> enjoy,
>
> walter chang
> -- 
> ...__o
> ...\<,
> ( )/ ( )...
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Pander
Would it be (legally and technically) possible to reuse the "best keyboard
around on Openmoko" (read Illume) in Android?


On Thu, November 20, 2008 09:41, Cédric Berger wrote:
> On Thu, Nov 20, 2008 at 04:51, Walter Chang <[EMAIL PROTECTED]> wrote:
>> read the comments at the bottom:
>> http://onlinedev.blogspot.com/2008/11/getting-started-with-android-on-neo.html
>>
>> On Thu, Nov 20, 2008 at 6:09 AM, Tomas Riveros Schober
>> <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> I'm not familiar with the android environment so here are a couple of
>>> questions
>>> do I need the android SDK to install this keyboard? if I don't need it
>>> then,
>>> how do I ssh into android once it's running? I've tried the usual
>>> ifconfig usb0 x.x.x.x && ssh [EMAIL PROTECTED] but the connection is
>>> refused.
>>> if i dont need to ssh to install it, then how to do it?
>>>
>
> for example I do the ifconfig usb. thing,
> then :
> export ADBHOST=192.168.0.202
> ./adb install yourapp.apk
>
> (download adb from SDK, or from here :
> http://people.openmoko.org/sean_mcneil/ )
>
> But you can also just copy the .apk file directly on the SD card
> second partition, under /app
> (by exemple via ssh if you booted another distro, just copy under
> /media/mmcblk0p2/app/ )
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-20 Thread Cédric Berger
On Thu, Nov 20, 2008 at 04:51, Walter Chang <[EMAIL PROTECTED]> wrote:
> read the comments at the bottom:
> http://onlinedev.blogspot.com/2008/11/getting-started-with-android-on-neo.html
>
> On Thu, Nov 20, 2008 at 6:09 AM, Tomas Riveros Schober <[EMAIL PROTECTED]>
> wrote:
>>
>> I'm not familiar with the android environment so here are a couple of
>> questions
>> do I need the android SDK to install this keyboard? if I don't need it
>> then,
>> how do I ssh into android once it's running? I've tried the usual
>> ifconfig usb0 x.x.x.x && ssh [EMAIL PROTECTED] but the connection is
>> refused.
>> if i dont need to ssh to install it, then how to do it?
>>

for example I do the ifconfig usb. thing,
then :
export ADBHOST=192.168.0.202
./adb install yourapp.apk

(download adb from SDK, or from here : http://people.openmoko.org/sean_mcneil/ )

But you can also just copy the .apk file directly on the SD card
second partition, under /app
(by exemple via ssh if you booted another distro, just copy under
/media/mmcblk0p2/app/ )

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Walter Chang
read the comments at the bottom:
http://onlinedev.blogspot.com/2008/11/getting-started-with-android-on-neo.html

On Thu, Nov 20, 2008 at 6:09 AM, Tomas Riveros Schober
<[EMAIL PROTECTED]>wrote:

> I'm not familiar with the android environment so here are a couple of
> questions
> do I need the android SDK to install this keyboard? if I don't need it
> then,
> how do I ssh into android once it's running? I've tried the usual
> ifconfig usb0 x.x.x.x && ssh [EMAIL PROTECTED] but the connection is
> refused.
> if i dont need to ssh to install it, then how to do it?
>
> regards
> Tom
>
> Walter Chang escribió:
> > i can't wait till q1 of next year for google to come out with a soft
> > keyboard so i made one.  I used the copy-and-paste functionality on
> > Android so the keyboard works with other apps without changing them.
> > to download: http://code.google.com/p/netgents/downloads/list and
> > download qad-keyboard.apk.  for instructions on installation and
> > usage: http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
> >
> > enjoy,
> >
> > walter chang
> > --
> > ...__o
> > ...\<,
> > ( )/ ( )...
> > 
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
...__o
...\<,
( )/ ( )...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Walter Chang
nope.  lets hope the next release from sean fixes that.

On Thu, Nov 20, 2008 at 3:55 AM, Gothnet <[EMAIL PROTECTED]>wrote:

>
>
>
> Walter Chang wrote:
> >
> > i can't wait till q1 of next year for google to come out with a soft
> > keyboard so i made one.  I used the copy-and-paste functionality on
> > Android
> > so the keyboard works with other apps without changing them.  to
> download:
> > http://code.google.com/p/netgents/downloads/list and download
> > qad-keyboard.apk.  for instructions on installation and usage:
> > http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
> >
> > enjoy,
> >
>
> Fantastic news, quick question - does this keyboard allow us to answer
> calls
> at all?
>
>
>
> --
> View this message in context:
> http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1520385.html
> Sent from the Openmoko Community mailing list archive at Nabble.com.
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
...__o
...\<,
( )/ ( )...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Tomas Riveros Schober
I'm not familiar with the android environment so here are a couple of 
questions
do I need the android SDK to install this keyboard? if I don't need it then,
how do I ssh into android once it's running? I've tried the usual 
ifconfig usb0 x.x.x.x && ssh [EMAIL PROTECTED] but the connection is 
refused.
if i dont need to ssh to install it, then how to do it?

regards
Tom

Walter Chang escribió:
> i can't wait till q1 of next year for google to come out with a soft 
> keyboard so i made one.  I used the copy-and-paste functionality on 
> Android so the keyboard works with other apps without changing them.  
> to download: http://code.google.com/p/netgents/downloads/list and 
> download qad-keyboard.apk.  for instructions on installation and 
> usage: http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
>
> enjoy,
>
> walter chang
> -- 
> ...__o
> ...\<,
> ( )/ ( )...
> 
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Gothnet



Walter Chang wrote:
> 
> i can't wait till q1 of next year for google to come out with a soft
> keyboard so i made one.  I used the copy-and-paste functionality on
> Android
> so the keyboard works with other apps without changing them.  to download:
> http://code.google.com/p/netgents/downloads/list and download
> qad-keyboard.apk.  for instructions on installation and usage:
> http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
> 
> enjoy,
> 

Fantastic news, quick question - does this keyboard allow us to answer calls
at all?



-- 
View this message in context: 
http://n2.nabble.com/-Android--Soft-keyboard-tp1518369p1520385.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Marco Trevisan (Treviño)
Walter Chang wrote:
> the text field in messaging does not support cut-and-paste and there is
> no way i can change that :-( .  on the other hand, it will be pretty
> simple to put together a simple (quick and dirty) sms sender app for
> android.

Why not patching the default one instead?

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Walter Chang
the text field in messaging does not support cut-and-paste and there is no
way i can change that :-( .  on the other hand, it will be pretty simple to
put together a simple (quick and dirty) sms sender app for android.

On Wed, Nov 19, 2008 at 6:16 PM, Anders Kristiansen <[EMAIL PROTECTED]>wrote:

> Thanks!! Works very well!!
>
> But is there any way to "Open keyboard to compose message" in messaging?
>
> On Wed, Nov 19, 2008 at 10:34 AM, Cédric Berger
> <[EMAIL PROTECTED]> wrote:
> > On Wed, Nov 19, 2008 at 10:07, Walter Chang <[EMAIL PROTECTED]> wrote:
> >> i can't wait till q1 of next year for google to come out with a soft
> >> keyboard so i made one.  I used the copy-and-paste functionality on
> Android
> >> so the keyboard works with other apps without changing them.  to
> download:
> >> http://code.google.com/p/netgents/downloads/list and download
> >> qad-keyboard.apk.  for instructions on installation and usage:
> >> http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
> >>
> >
> > Works for me.
> >
> > Excellent, big thanks !!!
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
>
>
> --
> Med venlig hilsen / Best regards
>
> Anders H. Kristiansen
>
> Stud. polyt., Software Engineering, University of Aalborg, Denmark
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
...__o
...\<,
( )/ ( )...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Anders Kristiansen
Thanks!! Works very well!!

But is there any way to "Open keyboard to compose message" in messaging?

On Wed, Nov 19, 2008 at 10:34 AM, Cédric Berger
<[EMAIL PROTECTED]> wrote:
> On Wed, Nov 19, 2008 at 10:07, Walter Chang <[EMAIL PROTECTED]> wrote:
>> i can't wait till q1 of next year for google to come out with a soft
>> keyboard so i made one.  I used the copy-and-paste functionality on Android
>> so the keyboard works with other apps without changing them.  to download:
>> http://code.google.com/p/netgents/downloads/list and download
>> qad-keyboard.apk.  for instructions on installation and usage:
>> http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
>>
>
> Works for me.
>
> Excellent, big thanks !!!
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Med venlig hilsen / Best regards

Anders H. Kristiansen

Stud. polyt., Software Engineering, University of Aalborg, Denmark

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Android] Soft keyboard

2008-11-19 Thread Cédric Berger
On Wed, Nov 19, 2008 at 10:07, Walter Chang <[EMAIL PROTECTED]> wrote:
> i can't wait till q1 of next year for google to come out with a soft
> keyboard so i made one.  I used the copy-and-paste functionality on Android
> so the keyboard works with other apps without changing them.  to download:
> http://code.google.com/p/netgents/downloads/list and download
> qad-keyboard.apk.  for instructions on installation and usage:
> http://code.google.com/p/netgents/wiki/QadKeyboardHowto .
>

Works for me.

Excellent, big thanks !!!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community