[android-porting] Android Testing Tool as WindRiver FAST

2011-11-07 Thread tommy.hong
Hi,folks,are there some android tools which can act similiar testing as WindRiver FAST? B.R Tommy -- Chinese Name:Hong jiu jin Android,Internet of Things,Embedded System Design and Develop English Name:Tommy Tel: +86 1367514 8249 Skype ID:hongjiujing Gtalk ID:: hongjiuj...@gmail.com

[android-porting] Android2.1 ethernet patch question

2011-11-04 Thread tommy.hong
Hi,folks,I have added android ethernet patch to my android2.1 package,but it seems work fine basicaly,but some time i turn on ethernet through ethernet configuration,it respond slowly,always say Activity Ethernet configuration is not responding,anyone met similar issue? B.R Tommy -- Chinese

[android-porting] about Code aurora tslib support question

2011-11-04 Thread tommy.hong
Dear folks: Hi,i have looked Code Aurora tree: tscalibration app: https://www.codeaurora.org/gitweb/quic/la/?p=platform/packages/apps/TSCalibration.git;a=commit;h=cb0d6cdc908f56f3cfe6c6fab668cb6fb1035c96 tslib:

[android-porting] Industrial ARM Board with Android

2011-10-17 Thread tommy.hong
Hi,lists,can some one introduce industrial arm board with Can,rs485 and other industrial usage ,which have Android support package ,also have integrate Android Can Bus Framework support and others? i dont know ARM board which use external module,i need cpu inside this feature. B.R Tommy --

[android-porting] How to add new Key to Android from Kernel to Android framework and Android application test (Guide)

2011-10-15 Thread tommy.hong
How to add new Key to Android from Kernel to Android framework and Android application test Kernel Layer: 1:We use Kernel matrix-keypad to register 3*3 key #ifdef CONFIG_KEYBOARD_MATRIX /*GPIO Matrix Keyboard*/ static const uint32_t s3c64xx_matrix_keys[] = { KEY(0, 0, KEY_P1),

[android-porting] Android2.1 remove StatusBar DropDown Event

2011-09-23 Thread tommy.hong
Code:frameworks/base/services/java/com/android/server/status/StatusBarView.java /* *Android Dispatch event through onTouchEvent in StatusBarService,So We disable this. */ --- StatusBarView.java 2011-09-23 10:40:25.644511718 +0800 +++ StatusBarView.java.bk 2011-09-23

[android-porting] Android2.1 Framework Remove StatusBar Clock and Battery

2011-09-22 Thread tommy.hong
/* *Android2.1 Framework Remove StatusBar Clock and Battery *Industrial Board dont need StatusBar Clock and Time,So We disable them in framework by Safe way and reason of maintainablity *Android2.1 use setIconVisibility to achieve StatusBar Icons to display or not,and use Op to manage Icons

[android-porting] Android Device Booting Log Customization for Mature Product,not for Engineering

2011-08-11 Thread tommy.hong
Hi,List! I want to know if there are some good reference for Android Device Booting Log Customization.From Device Power on,Kernel Logo,Android Logo to Android Luncher and ACTION_BOOT_COMPLETED,Most Guys use boot logo,Kernel Logo,Android Logo (replace initlogo.rle),Three logos/Several logs

[android-porting] Re: Android Device Booting Log Customization for Mature Product,not for Engineering

2011-08-11 Thread tommy.hong
Android Device Booting Logo Customization for Mature Product,not for Engineering 2011/8/11 tommy.hong hongjiuj...@gmail.com Hi,List! I want to know if there are some good reference for Android Device Booting Log Customization.From Device Power on,Kernel Logo,Android Logo to Android Luncher

[android-porting] Android lost file issue

2011-05-19 Thread tommy.hong
Hi,list! I have support U disk in my android2.1,but when android boot with udisk insert in slot,if some files in udisk,will rmdir automatically by Android. D/( 1015): unable to rmdir -tommy-debug-0519'/udisk/test': Is a directory (errno=21)

[android-porting] Android2.1 sdcard/udisk lost file

2011-05-19 Thread tommy.hong
tommy.hong write: Hi,list! I have support U disk in my android2.1,but when android boot with udisk insert in slot,if some files in udisk,will rmdir automatically by Android. D/( 1015): unable to rmdir -tommy-debug-0519'/udisk/test': Is a directory (errno=21) (./dalvik/libcore/luni

[android-porting] Android CDMA/EVDO Support

2011-02-27 Thread tommy.hong
Dear All: Hi,i have got a USB EVDO Dongle,Huawei EM660,I need to support it in Android 2.2.1,any guy has similiar reference project can take it ref? B.R Tommy -- our psychological growth is the movement from dependence to independence to interdependence! -- unsubscribe:

[android-porting] S3C64XX RT2070L Android2.1 issue

2011-02-16 Thread tommy.hong
Hi,Guys,I am debuging S3C64XX RT2070L Androdi2.1 issue,met some issue.any friend can give some good suggestion?thanks! D/SettingsWifiEnabler( 1964): Received wifi state changed from Disabled to Enabling D/WifiService( 1891): ACTION_BATTERY_CHANGED pluggedType: 1 E/WifiHW ( 1891): Unable to open

[android-porting] Re: S3C64XX RT2070L Android2.1 issue

2011-02-16 Thread tommy.hong
2011/2/17 tommy.hong hongjiuj...@gmail.com Hi,Guys,I am debuging S3C64XX RT2070L Androdi2.1 issue,met some issue.any friend can give some good suggestion?thanks! D/SettingsWifiEnabler( 1964): Received wifi state changed from Disabled to Enabling D/WifiService( 1891): ACTION_BATTERY_CHANGED

[android-porting] Android homescreen customize

2011-02-14 Thread tommy.hong
Dear All: Hi,I want to make my Android2.2 Screen just display one Application for special usage. when Android finish booting and automatical run my self Android application in homescreen for special device usage,any tips? B.R Tommy -- our psychological growth is the

[android-porting] Android Compile system remove Google application

2011-02-05 Thread tommy.hong
Dear All: Hi! I have some question want to ask all of you!I want to port Android2.3 to special device,not for CE market. 1) I dont need Android app which is google market service relative such as gmail and other google app,also google accountant.How to remove

[android-porting] RT2070 Android2.1 Issue

2011-01-04 Thread tommy.hong
Hi,All,i met rt2070 issue on andoid2.1. anyone can give some good advice? 1)init.rc mkdir /system/etc/wifi 0771 wifi wifi chmod 0771 /system/etc/wifi chmod 0660 /system/etc/wifi/wpa_supplicant.conf chown wifi wifi /system/etc/wifi/wpa_supplicant.conf mkdir /data/misc/wifi

[android-porting] S5PV210 S5PC110 Android Tree Downloading

2010-10-08 Thread tommy.hong
Dear All: Code tree: http://git.tarot.com.tw/ 1: repo init -u git://218.211.38.204/android-ctc/manifest.git -b froyo-v210 2: sed -i 's/10.10.145.200/218.211.38.204/' .repo/manifests/default.xml 3: repo

Re: [android-porting] Guide on adding WiFi drivers to Android

2010-05-06 Thread tommy.hong
Thanks,guy! 2010/5/6 Nicu Pavel npa...@ituner.com I've written a how-to guide for adding WiFi driver to android and configuring the necessary software: http://blog.linuxconsulting.ro/2010/04/porting-wifi-drivers-to-android.html Regards, Nicu Pavel -- unsubscribe:

Re: [android-porting] How to add 3G support for Android

2010-03-29 Thread tommy.hong
take following as ref. http://hi.baidu.com/frenzwang/blog/item/d0d33112101cba0b5baf53eb.html 2010/3/29 feiyang yun csd...@gmail.com hi all, I want to add 3G(WCDMA, EVDO, TD-SCDMA) support on Eclair. I know wvdial can support these on linux, but on Android, how? wheather i need to add a

[android-porting] Re: about android wifi problem

2009-10-26 Thread tommy.hong
hi,sir!i use initramfs to test ,use iwlist ra0 scanning ,it is ok ! i login as root ,even if i chmod 777 * ,also fail! from my opinion,i see it is failed by memory allocate,i guess something protect memory allocate! # free total used free shared buffers Mem:

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-02-07 Thread tommy.hong
HI,lim! I compiled your kernel with the tool chain you have provided and got the kernel Image. I tried to boot the smdk6400 board, but it hangs after uncompressing the kernel . can you provide any help on this issue? I hope you can help me ! I only have s3c6400 board ! Thanks! On 1月24日,

[android-porting] Re: Porting to HTC Dual or Viva?

2009-02-07 Thread tommy.hong
Hi,Anda !Can you help me ? I compiled your kernel with the tool chain lim have provided and got the kernel Image. I tried to boot the smdk6400 board, but it hangs after uncompressing the kernel . can you provide any help on this issue? Thank you ! On 1月25日, 上午3时31分, Anda wqh2...@gmail.com