Re: [android-freerunner] [PATCH] Missing/Losing characters on receiving SMS fix

2009-08-08 Thread Niels Heyvaert
Hi, There used to be an email address on the Koolu's website where to send patches to. However, yesterday they've reworked their website and now I can't find that page anymore. My best guess would be to send it to \n develop...@koolu.com This e-mail address is being protected from

Re: [android-freerunner] adb into android 1.5 on ubuntu 904

2009-08-08 Thread tom
..D/SurfaceFlinger( 806): About to give-up screen, flinger = 0x1851f0 are u sure thats correct? as soon as i get the above logline the screen goes black and the connection is gone...i think there is something wrong... ideas? thx tom ___

Re: [android-freerunner] adb into android 1.5 on ubuntu 904

2009-08-08 Thread Elvis Dowson
Hi, On Aug 8, 2009, at 4:54 PM, tom wrote: ..D/SurfaceFlinger( 806): About to give-up screen, flinger = 0x1851f0 are u sure thats correct? as soon as i get the above logline the screen goes black and the connection is gone...i think there is something wrong... This is the

Re: [android-freerunner] adb into android 1.5 on ubuntu 904

2009-08-08 Thread tom
thx elvis, i thought so. but that happens after 5sec, pretty fast before im actually ssh/adb ready to shoot commands means as soon as it goes sleeping im not able to use the shell anymore (not that i have at that point...) very disappointing... 2) the built in terminal : is there a manula?

Re: [android-freerunner] adb into android 1.5 on ubuntu 904

2009-08-08 Thread Elvis Dowson
Hi, On Aug 8, 2009, at 5:11 PM, tom wrote: thx elvis, i thought so. but that happens after 5sec, pretty fast before im actually ssh/adb ready to shoot commands means as soon as it goes sleeping im not able to use the shell anymore (not that i have at that point...) very

Re: [android-freerunner] Run androind on a sd card

2009-08-08 Thread Ole Carlsen
Have you tried with Michael Trimarchi v15? More to see if you can make that work. When you do the koolu, do you then also create the /data, /dev, /proc etc. folders or are they made automatically?? I will see if I can make time to try koolu tomorrow!! I have tried to use the system.img and

Re: [android-freerunner] Run androind on a sd card

2009-08-08 Thread Ole Carlsen
No or at least no problems like that. I can't make a call but that is only a minor. :-) Do you have no problem? 2009/8/8 Davide d...@vide.bz: With Michael v15 I have a problem. The patch of init.rc does not work. It seams that there is no init.rc to patch! 2009/8/8 Ole Carlsen

Re: [android-freerunner] Run androind on a sd card

2009-08-08 Thread Ole Carlsen
In my system there is a init.rc. It is in the root of the .tar.gz file. This is still the Michael Trimarchi we are talking about. Have you followed the steps I described?? I have doble checked the install. There is no init.rc in the jffs2! 2009/8/8 Ole Carlsen o...@carlsen-web.dk: No or at

Re: [android-freerunner] Run androind on a sd card

2009-08-08 Thread Davide
Sure! I have followed your steps: download freerunner-cupcake-snapshot-v15.jffs2 uImage-v24.bin and then the script tar.gz. I have extracted this, the I run convert-image with the previus files. Please try this: sudo ./Mntjffs.sh ../freerunner-cupcake-snapshot-v15.jffs2 aaa/ then with ls aaa

Re: [android-freerunner] Run androind on a sd card

2009-08-08 Thread Ole Carlsen
Why fight with Mntjffs.sh when convert-image uImage-v24.bin freerunner-cupcake-snapshot-v15.jffs2 does the job to perfection?? And yes I know convert-image is based on Mntjffs.sh. Sure! I have followed your steps: download freerunner-cupcake-snapshot-v15.jffs2 uImage-v24.bin and then the

[android-freerunner] easiest way to install kickass-android

2009-08-08 Thread tom
hi, just curious, what are the steps to install micheals android? is it as easy as koolus? thx tom ___ android-freerunner mailing list android-freerunner@android.koolu.org http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

[android-freerunner] Michael, how to debug Java apps?

2009-08-08 Thread William Zheng
Hi Michael All, I want to debug the Calendar app on Freerunner. Without any IDE, how to debug it? How to set a breakpoint? Thanks. The method I used before is to write a lot of logs and use logcat to watch the logs. The productivity is low..