[android-porting] application to call /system/bin/ts_calibrate

2011-09-27 Thread Manoj Kumar
Hey, I am working on android 2.1 version for my SMDK6410 board. I wanted to do touch calibration on my device so i used android- tslib code available online and made the necessary changes. I am able to create the ts_calibrate file in /system/bin and it is working fine. Now my requirement is to

[android-porting] Re: android eclair system image problem

2011-07-12 Thread Manoj Kumar
from usb or any external drive? -Tapan On May 16, 8:31 pm, Manoj Kumar manoj...@gmail.com wrote: hi, I am running android eclair BSP on my SMDK6410 board. I am using kernel version 2.6.29 I get stuck at the welcome screen with Android written on the screen and a blinking

[android-porting] android shell and adb

2011-07-06 Thread Manoj Kumar
hi, can anyone please tell me how to enable shell prompt and adb in android when my android filesystem was not working i had a log message : [adb_function_enable] adb_function = (enabled) but now my android filesystem is working and i don't get any adb log messages pls tell where i can find the

[android-porting] nand booting for android 2.1

2011-06-16 Thread Manoj Kumar
Hi, I am porting android 2.1 for my smdk6410 board.The Uboot vesion is 1.3.4 (size of uboot image about 324KB) I have done booting from SD card and its working fine. I can write this uboot in the nand (1 Gb, Hynix nand) on the board using usb and then i can boot from nand also. Here is the issue

[android-porting] android eclair suspend disable help

2011-05-31 Thread Manoj Kumar
hey everyone can anyone please tell me how to disable screen off/lock and suspend in android eclair thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] android 2.1 wi-fi driver integration

2011-05-26 Thread Manoj Kumar
hi everyone, I am trying to integrate my vendor specific wi-fi driver in android 2.1 can you please help me with the process what changes i need to make do i need to add wpa_supplicant configurations or any other such thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-24 Thread Manoj Kumar
resolution is changed from 320x240 to 240x320, your new touch width size should be old_TOUCHSCREEN_SIZE_WIDTH * 240 / 320 and old_TOUCHSCREEN_SIZE_HEIGHT * 320 / 240 for new height. Hopefully, it can solve your problem. Jack 2011/5/24 Manoj Kumar manoj...@gmail.com: Thanks Jack, I

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-24 Thread Manoj Kumar
. e.g. if you screen resolution is changed from 320x240 to 240x320, your new touch width size should be old_TOUCHSCREEN_SIZE_WIDTH * 240 / 320 and old_TOUCHSCREEN_SIZE_HEIGHT * 320 / 240 for new height. Hopefully, it can solve your problem. Jack 2011/5/24 Manoj Kumar manoj...@gmail.com

[android-porting] android 2.1 screen resolution and orientation

2011-05-23 Thread Manoj Kumar
hi, i need to change the screen resolution to 240x320 and then correspondingly the screen orientation from landscape to portrait. can anyone please suggest which files have these settings in android eclair 2.1. i am using LTV350QV.c and default configuration in that is 320x240. thanks Manoj

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-23 Thread Manoj Kumar
the orientation in this group. Jack 2011/5/23 Manoj Kumar manoj...@gmail.com: hi, i need to change the screen resolution to 240x320 and then correspondingly the screen orientation from landscape to portrait. can anyone please suggest which files have these settings in android eclair

[android-porting] android eclair image ---- icon problem and what is safe mode

2011-05-18 Thread Manoj Kumar
Hi, I am running android eclair on smdk6410 board (Samsung). The main screen shows safe mode and the size of the icons is very large. I tried to change the screen resolution from 320x240 to 240x320 in video/samsung/s3cfb_ltv350qv.c file but it is still same,also the touchscreen is 90 degree

[android-porting] android eclair system image problem

2011-05-17 Thread Manoj Kumar
hi, I am running android eclair BSP on my SMDK6410 board. I am using kernel version 2.6.29 I get stuck at the welcome screen with Android written on the screen and a blinking underscore. This is the portion of log which shows something is missing:- [2.828120] s3c-rtc s3c-rtc: setting system

[android-porting] android eclair bsp building on arm board

2011-05-13 Thread Manoj Kumar
Hi, I am building android eclair 2.1 for my smdk6410 board. Kernel image zImage == 2.6.29 uboot 1.3.4 When i run the image(ramdisk-uboot.img, system.img) i get this error message init: Unable to open persistent property directory /data/property errno: 2 and the screen is stuck at welcome screen

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
On Sun, May 1, 2011 at 11:51 PM, Manoj Kumar manoj...@gmail.com wrote: hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp = build/tools/acp/acp.c cc: No such file

[android-porting] building android for ARM

2011-05-02 Thread Manoj Kumar
hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp = build/tools/acp/acp.c cc: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 1

[android-porting] Re: need help in android eclair build

2011-04-22 Thread Manoj Kumar
Hi, this is my android.mk file i think it is correct but pls chk -- # Copyright 2005 The Android Open Source Project # # Custom version of cp. LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS)

[android-porting] Re: need help in android eclair build

2011-04-21 Thread Manoj Kumar
, Manoj Kumar manoj...@gmail.com wrote: i am trying to build android eclair version and i am getting some build error /**        log file ***/                 Build android for smdk6410 [[[ Build android platform

[android-porting] need help in android eclair build

2011-04-19 Thread Manoj Kumar
i am trying to build android eclair version and i am getting some build error /**log file ***/ Build android for smdk6410 [[[ Build android platform ]]] make -j1 PRODUCT-sec_smdk6410-eng

[android-porting] Re: smdk6410 kernel booting problem

2011-01-21 Thread Manoj Kumar
progress please post your status. thanks in advance. -lb On Thu, Jan 20, 2011 at 4:02 AM, Manoj Kumar manoj...@gmail.com wrote: i am porting on android for the first time Its samsung smdk6410 board, kernel ver - 2.6.29 the u-boot is working now, i flashed u-boot and kernel on nand using

[android-porting] smdk6410 kernel booting problem

2011-01-20 Thread Manoj Kumar
i am porting on android for the first time Its samsung smdk6410 board, kernel ver - 2.6.29 the u-boot is working now, i flashed u-boot and kernel on nand using dnw tool but when i reset the board i am getting some error messages like this : 4194304 bytes read: OK NAND read: device 0 offset