Re: [android-porting] Background process limit

2016-04-25 Thread 'Tom Fraser' via android-porting
The right thing to do here is set the LMK thresholds so that cached apps (adj=9-12) get killed more aggressively. On Saturday, June 23, 2012 at 9:03:19 PM UTC-7, HV wrote: > > understand that it's not normal, but this platform is running on low > memory & I'd like to free up the entire memory o

[android-porting] Re: proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)

2012-05-17 Thread Tom Heyligen
Hi, xt_qtaguid is used by the ICS data usage feature. Solution is to enable CONFIG_NETFILTER_XT_MATCH_QTAGUID (and all dependencies) in kernel .config file. Best regards, Tom Heyligen. Op woensdag 16 mei 2012 00:34:51 UTC+2 schreef Mehrsa het volgende: > > HI > where can I get t

[android-porting] Re: Connection without ConnectivityManager

2010-09-21 Thread Tom
Robert Greenwalt writes: > > > Excellent!  That sounds like a fun project. > > I would recommend going the NetworkStateTracker route.   It should get notified of state changes for your modem and convert that into standard signals for the ConnectivityService.  It also provides an API for the

[android-porting] Wifi notworking

2010-06-20 Thread Tom Pavone
Hey guys, luv the x86port and really want to use it on this touchscreen Malata netbook I have. Everything works great except the WIFI which is a biggie. Anyone have a clue how to load the proper driver. its a R73 chipset from raillink, everything else on the machine is stanard intel atom hardwar

[android-porting] Compiling Android kernel with Ipv6

2009-09-20 Thread tom
Hi, I'm a new bie with Android and especially about compiling the kernel in order it support IPv6. I hope you could help me out. I've done the following steps in order to compile Android with ipv6:- 1) Download the following kernel on my Ubuntu 7.10 :- linux-2.6.25- android-1.0_r1.tar.gz 2

[android-porting] Re: vold mounting non-mmc driver based disk

2009-09-03 Thread Tom
Thanks Robert, I will have a look at that later. Tom On 1 sep, 15:37, Robert Beckett wrote: > Hi Tom, > > I ended up figuring this out myself. I slightly modified the vold code. > Im not entirely sure that it is all needed, but it works for me :) > > Attached is a diff

[android-porting] Re: Crash in Dialer, Music on non-touchscreen device

2009-09-01 Thread Tom
You can also "fake" your touchscreen in android framework (hardcode device->classes |= CLASS_TOUCHSCREEN in frameworks/base/libs/ui/ EventHub.cpp "open") This is a temporary hack which worked in my case. And when you have a a real touchscreen driver you can remove this p

[android-porting] Re: vold mounting non-mmc driver based disk

2009-09-01 Thread Tom
Hi Robert, I would really be interested by the answer too. Could someone from Google please reply? Or will we have to look inside vold code alone? Thks Tom On 24 août, 13:15, Robert Beckett wrote: > Hello all, > > Does anyone know ifvoldcan be used like mountd to mount any generi