[android-kernel] Should ro.EMPTY_APP_MEM always be same as arguments in write /sys/module/lowmemorykiller/parameters/minfree

2011-10-16 Thread vishnu vardhan reddy madduri
Dear Google Team and all, Is it really needed that values setprop ro.FOREGROUND_APP_MEM 2048 setprop ro.VISIBLE_APP_MEM 3072 setprop ro.PERCEPTIBLE_APP_MEM 4096 setprop ro.HEAVY_WEIGHT_APP_MEM 4096 setprop ro.SECONDARY_SERVER_MEM 6144 setprop ro.BACKUP_APP_MEM 6144 setprop ro

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-16 Thread vishnu vardhan reddy madduri
es/android"; package="your.app.package.name" android:sharedUserId="android.uid.system"> and LOCAL_CERTIFICATE := platform to you Android.mk file of your project. Thanks, Vishnu. On Oct 16, 10:49 am, Anil wrote: > > > An Android program is

[android-kernel] how to port Gingrerbread on Neofreerunner

2011-04-29 Thread vishnu
this is vishnu and iam new to android..I have good experience with linux porting on targets.but iam new to android now my project deals with booting of android on Neofree runner(A7).can any body help mee about process of porting andorid on open moko board(neofreeRunner).how to create Bootstarp.bin

Re: [android-kernel] Re: Linux commands not found in init.rc scripts

2010-09-20 Thread Vishnu Pratap Singh
Hi Chris, I want to use fdisk command, but that command is not not avilable in toolbox, even not recognized by init script also. so i want to add this command in android init language. is it possible ? Regards, Vishnu On Mon, Sep 20, 2010 at 10:30 PM, archieval wrote: > Hi Chris, > >

Re: [android-kernel] Re: Linux commands not found in init.rc scripts

2010-09-19 Thread Vishnu Pratap Singh
20, 12:39 pm, vishnu wrote: > > Hi All, > > > > I am trying to create some soft links by init.rc script, but the "ln" > > command is not recognized by the init.rc script. But same command, i > > am able to run from the adb shell. Can someone let me know w

[android-kernel] Linux commands not found in init.rc scripts

2010-09-19 Thread vishnu
Hi All, I am trying to create some soft links by init.rc script, but the "ln" command is not recognized by the init.rc script. But same command, i am able to run from the adb shell. Can someone let me know why it's not happening. Thanks, Vishu -- unsubscribe: android-kernel+unsubscr...@googlegr

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
set BOARD_KERNEL_CMDLINE to no_console_suspend=1 console= Regards On Wed, Jul 14, 2010 at 2:38 PM, Vishnu Pratap Singh wrote: > Dear Jie, > > Can you make clear, how you are going to boot prompt, are you using jig box > for getting boot prompt or serial logs ? > > > On W

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
like a paradox for android > devices. > > I've changed the CMDLINE for mkbootimg command but no luck. The > bootloader on HTC Tattoo hasn't been hacked so far. Any suggestions? > > > PS, I'll try it on emulators. > > Regards, > > On Jul 14, 3:54 pm, Vishnu

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
actually if you want you can change the debug level in boot parameters also, this should be present in your bootloader code. On Wed, Jul 14, 2010 at 1:20 PM, Vishnu Pratap Singh wrote: > yes, you can try it out. > > > On Wed, Jul 14, 2010 at 12:24 PM, Jie wrote: > >> Hi

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
yes, you can try it out. On Wed, Jul 14, 2010 at 12:24 PM, Jie wrote: > Hi, vishnu > > Thanks for quick reply. I've executed 'printenv' on my Tattoo device, > 'CMDLINE' environment value isn't there. I guess it should be set in > Board

Re: [android-kernel] How to dump boot message without adb

2010-07-13 Thread Vishnu Pratap Singh
env CMDLINE=console=ttySAC2,115200 loglevel=*8* saveenv * * reboot your target, you will get all printk logs. regards, vishnu On Wed, Jul 14, 2010 at 9:21 AM, Jie wrote: > Hi, all > > I've ported the HTC drivers for 2.6.29 to kernel-msm-2.6.32.9 on my > HTC Tattoo. After a lo

[android-kernel] Phone.apk is not loading in emulator

2009-09-08 Thread vishnu
a:59) Has anyone any idea what is the issue, why it's not loading Phone.apk, why emulator is crashing . I am not able to debug it also using eclipse, is there any other way of debugging which i can use. Thanks for your time and support Vishnu Pratap Singh --~--~-~--~~---