Re: [android-porting] Battery Stat

2016-01-19 Thread Manoj Patel
Also, you might want to double check battery parameters read from battery EEPROM if your battery feature design is using that. If default value is coming from it then you need to overwrite it (with EE team approval) or change EEPROM values. Hope it helps Sent from my iPhone > On Jan 19, 2016

[android-porting] Send your Google Account Manager your public key file in order to establish Git server access.

2012-10-27 Thread Manoj Chauhan
Generating RSA Keys Each developer must have a unique RSA key in order to access Android source code. To generate an RSA key: 1. Type: % ssh-keygen -t rsa -C em...@domain.com You must use a valid email address to create your key. 2. When prompted, indicate the file to

[android-porting] How to Send your Google Account Manager your public key file in order to establish Git server access

2012-10-27 Thread Manoj Chauhan
Generating RSA Keys Each developer must have a unique RSA key in order to access Android source code. To generate an RSA key: 1. Type: % ssh-keygen -t rsa -C em...@domain.com You must use a valid email address to create your key. 2. When prompted, indicate the file to

[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

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

2011-07-12 Thread Manoj Kumar
m usb or any external drive? > > -Tapan > > On May 16, 8:31 pm, Manoj Kumar 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 we

[android-porting] android shell and adb

2011-07-06 Thread Manoj Kumar
find the configuration for shell and adb and if it not enabled how to enable it. Thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] nand booting for android 2.1

2011-06-16 Thread Manoj Kumar
?? thanks a lot Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[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-portin

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

2011-05-24 Thread Manoj Kumar
resolution) So i tried to change the touch to X=320, Y=240 in 320x240 res. and the touch sensitive area decreased to top right corner of the screen Can u infer anything from this, i am kinda confused. thanks and regards Manoj On May 24, 12:36 pm, "Jacky.Seraph Mun" wrote: > Hi Manoj, >

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

2011-05-24 Thread Manoj Kumar
result:-touch sensitive area decreased to the left 50% of the screen, still 90deg shifted in all these the 90 deg shift is still there. can u pls suggest anything else i can try. Thanks and regards Manoj On May 24, 12:36 pm, "Jacky.Seraph Mun" wrote: > Hi Manoj, > > If y

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

2011-05-23 Thread Manoj Kumar
touch gets aligned to the screen thanks Manoj On May 23, 10:01 pm, "Jacky.Seraph Mun" wrote: > Hi, > > You need to modify the file of the framebuffer in the kernel. You have > to find the related framebuffer driver that is for your device and > then change the screen resolu

[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] android eclair image ----> icon problem and what is safe mode

2011-05-18 Thread Manoj Kumar
thanks and regards Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] android eclair system image problem

2011-05-17 Thread Manoj Kumar
ystem/bin/keystore', disabling 'keystore' [4.528196] [adb_function_enable] adb_function => (enabled) Can anyone please tell what is the issue here. I checked in system/bin folder all these files mentioned here as"cannot find" are there, why i am still getting this error. Is my system image wrong or is it not properly written on nand, if either is the case then how to verify. Thanks and regards Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

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

2011-05-13 Thread Manoj Kumar
is stuck at welcome screen with android written on it and nothing else happens. can anyone please help what is the problem. Thanks and regards Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
ch file or directory make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/ libneo_util_intermediates/neo_date.o] Error 1 make: Leaving directory `/home/icp/Documents/android_eclair_smdk6410' Thanks Manoj On May 4, 4:05 am, hedwin wrote: > The wierd thing is that a lot of people use make to build the andro

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
ght in this. http://gcc.gnu.org/ml/gcc/1998-06/msg00730.html It might raise this error because of missing link between cc to gcc so i need to know how to establish this link in ubuntu10.04. pls do ask any other info u need. Thanks a lot

[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 P

[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) LOCAL_

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

2011-04-21 Thread Manoj Kumar
i checked the file is there in this path "build/tools/acp/acp.c " can u pls tell me how to to make sure, that "make" is able to find it. which paths i need to check On Apr 21, 6:41 pm, "asingh.e...@in.com" wrote: > Hi, > > Your makefile is not able to fin

[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
make any progress please post your status. > thanks in advance. > -lb > > > > > > > > On Thu, Jan 20, 2011 at 4:02 AM, Manoj Kumar wrote: > > i am porting on android for the first time > > Its samsung smdk6410 board, kernel ver - 2.6.29 > > > t

[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 0xb

[android-porting] android port for MIPS

2010-02-05 Thread manoj
. ? Thanks, Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] EARN MORE THAN 10,000$ WITH CJ

2009-01-10 Thread manoj ki lover
EARN MORE THAN 10,000$ WITH CJ http://megalinesolutions.googlepages.com/cj_1 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~-