[android-porting] Launching of apps taking time

2011-08-31 Thread Pradeep
In this state I see a lot of processes being killed so I think lowmemorykiller is running during this time. Also in adb shell cat / proc/meminfo I see around 40-50 MB free but cache memory is on the lower side. Any ideas ? Regards, Pradeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: RAM optimization

2011-08-22 Thread Pradeep
Thanks Dianne ! I think what we need to do is first find the cause of lagginess. Anyone knows of tool to find how much paging is happening ? Regards, Pradeep On Aug 22, 5:40 am, Dianne Hackborn hack...@android.com wrote: You really really do not want to just poke values in to these things

[android-porting] RAM optimization

2011-08-20 Thread Pradeep
/sys/vm/dirty_expire_centisecs /proc/sys/vm/dirty_writeback_centisecs /proc/sys/vm/dirty_ratio /proc/sys/vm/dirty_background_ratio Is it safe to do so ? Any ideas why these values help in reducing the lagginess ? Regards, Pradeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Problem building Android 2.3.3

2011-04-28 Thread Pradeep
Hi, Building Android 2.3.3 for first time for Nexus one is giving following error system/media/opensles/tests/automated/BufferQueue_test.cpp:34:29: error: SLES/OpenSLESUT.h: No such file or directory Has anyone faced similliar error ? Regards, Pradeep -- unsubscribe: android-porting+unsubscr

[android-porting] Porting 2.3 Dalvik to 2.2

2011-04-17 Thread Pradeep
Hi, For all the benefits of 2.3 Dalvik, I was planning to port it to our platform which uses 2.2. Has anyone tried this ? Is it straightforward or involves lot of changes ? Regds, Pradeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

Re: [android-porting] Porting 2.3 Dalvik to 2.2

2011-04-17 Thread Pradeep Bhatt
prefer that you do not do things like port newer parts of the platform to older releases; you should always snap to the most recent release so applications have a consistent environment. On Sun, Apr 17, 2011 at 12:12 AM, Pradeep bhatt.prad...@gmail.com wrote: Hi, For all the benefits of 2.3

[android-porting] Keyboard in Gmail rich text

2011-04-14 Thread Pradeep
Hi, If we set browser user agent to desktop and then try to compose a message in gmail.com. Keyboard does not get launched until we move to plain text. Has anyone faced this problem ? What might be the reason ? Regards, Pradeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: JVM

2011-04-11 Thread Pradeep
to achieve this ? Regards, Pradeep On Apr 8, 10:17 am, freakingtux kees.jongenbur...@gmail.com wrote: Hi Somebody else was kind enough to send me an email about dexopts. Basically in some situation it is possible to already replace the byte code into optimized dex inside the apk. Documentation can