[android-kernel] Re: create a new android process and start when the OS starts

2011-05-11 Thread Chris Stratton
On Tuesday, May 10, 2011 3:01:28 AM UTC-4, Gopi wrote: > > > I am developing an android device administration system. I need to > create a process that starts along with the OS and connect to a > server port from where the device will be monitored. so please guide > me in creating a process

[android-kernel] Re: Error while extracting bootchart.tgz

2011-05-11 Thread yladsr
Excellent! Thanks pavan for taking the time and making the effort, this worked for me. yladsr On May 9, 10:30 pm, pavan m wrote: > Hi jagan, > >  draw.py > 17KViewDownload > >  parsing.py > 16KViewDownload > >  samples.py > 4KViewDownload > > I once faced a similar issue. Replace the attached fi

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-11 Thread Stephen Smalley
On Wed, 2011-05-11 at 05:53 -0700, andria wrote: > mike > I need ext4 because I'll have to use the extended attributes. Just FYI, upstream yaffs2 supports extended attributes; I have it working with SELinux (with a couple of small changes that I posted to the yaffs mailing list). -- unsubscrib

RE: [android-kernel] In a Native C program, how to call java API: ActivityManager::getMemoryInfo()

2011-05-11 Thread gmgm
Hi, I am just starting to know Android, and I cann't find detail steps to install Java's J2SE program but not only J2ME program, is there anyone who can give me the J2SE JRE runtime's installing steps and java program's installing steps?   Should jar be turned to apk file firstly before jar can be

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-11 Thread Name Less, the Jedi
Hi! 2011/5/10 andria > Then I modify the init.rc in the froyo folder. > > mount yaffs2 mtd@userdata /data nosuid nodev -> mount ext4 > mtd@userdata /data nosuid nodev > > I launch make to get new system.img ramdisk.img and userdata.img. > Normally userdata.img contains yaffs2 file system so try

Re: [android-kernel] froyo : ext4 instead of yaffs2

2011-05-11 Thread Kolja Dummann
Hi andria, you can't mount ext4 on top of a mtd device. It requires to have a block device mtd is a flash devices. Becuase ext4 don't know about wearleaving and other flash specefic things you can not use it directly on top of a flash device. cheers Kolja On Mon, May 9, 2011 at 2:14 PM, andria

[android-kernel] create a new android process and start when the OS starts

2011-05-11 Thread Gopi
Hi, I am developing an android device administration system. I need to create a process that starts along with the OS and connect to a server port from where the device will be monitored. so please guide me in creating a process or redirect me to the correct documentation and resources that c

Re: [android-kernel] Re: Error while extracting bootchart.tgz

2011-05-11 Thread pavan m
Hi jagan, I once faced a similar issue. Replace the attached files into /usr/share/pyshared/pybootchartgui/ on your linux machine and try again Cheers, Pavan On Mon, May 9, 2011 at 1:42 PM, Karl wrote: > Hi, > > It looked like you are facing parse ps_log error, so please check your > kernel m

[android-kernel] Re: Error while extracting bootchart.tgz

2011-05-11 Thread yladsr
Hi Karl, when you say "you need to download the sources from bootchart.org." to you mean anything other than doing "apt-get install bootchart"? Can you explain the reason for the General setup you mentioned? I'm wondering if there is incompatibility between my bootchart.tgz and the bootchart tool

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-11 Thread hedwin
You can't use an ext filesystem directly one a raw mtd device. To use a raw mtd device you need to use either yaffs2, jffs2, ubifs On a MMC device you can use an ext filesystem but you cannot use yaffs2, jffs2 or ubifs On Wed, May 11, 2011 at 2:53 PM, andria wrote: > rarin > The patch command p

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-11 Thread andria
rarin > The patch command prints that there are malformed patch lines so I manually did the update. I'm now able to compile gingerbread thanks to you. mike > I need ext4 because I'll have to use the extended attributes. I'm on gingerbread now. I did the same steps to enable the support of ext4 but