[android-porting] Froyo directfb fails to open /dev/mem with Linux 2.6.32

2011-06-06 Thread extrapedestrian
I switched from Linux 2.6.29 which works fine to Linux 2.6.32, and DirectFB fails to initialize. Im using DirectFB with Froyo and it opens /dev/mem to access video memory. But with 2.6.32 it reports file open error on /dev/mem Permission denied. File has full permissions available... though. -- u

[android-porting] too much noise while recording audio with Android-2.3.4

2011-06-06 Thread Amit Pundir
Just a quick check on this. Am I the only one facing this noise issue while recording audio or someone else has also experienced that? It was/is working fine till Android 2.3_r1 for me. I'm using ALSA if it matters. alsa-utils (alsa_aplay and alsa_arecord family) are working fine and so are my AL

Fwd: [android-porting] What type of this .img file?

2011-06-06 Thread Linux Box Solutions
My splash image though keeps loading like a garbled mess -- Forwarded message -- From: "Tony" Date: Jun 4, 2011 3:38 PM Subject: [android-porting] What type of this .img file? To: "android-porting" Hello, I'm new to android dev and learning how to port gingerbread to my samsung

Re: [android-porting] What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Read this link it's very simple on how to open and edit these partitions http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images http://forum.xda-developers.com/archive/index.php/t-443994.html www.YouTube.com/linuxboxsolution www.Krzyview.com www.Email-Marke

Re: [android-porting] What type of this .img file?

2011-06-06 Thread Phinitnan Chanasabaeng
hedwin, I already tried all partition type supported by stock samsung's kernel (ext2,rfs,j2fs?). I also tried extract the file with unyaffs but no luck. It also seems samsung's system.rfs & userdata.rfs are not actually partition image of rfs. This is very confuse me. Linux Box Solution, Thank y

[android-porting] Regarding Compatibility Testing Suite (CTS)

2011-06-06 Thread Sharath Chandra Guntuku
Hey, I need some help on CTS. To begin from scratch, 1 - does it test the device's compatibility with Android OS or does it test the App's compatibility with Android OS? 2 - How do I install it on emulator under Windows platform? -- unsubscribe: android-porting+unsubscr...@googlegroups.com we

Re: [android-porting] Re: What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Already gave him the tutorials with scripts much easier also depending on device you may have to add header info which the tutorials explain also On Jun 6, 2011 1:05 AM, "Ashwini Singh" wrote: > Hi Tony, > > > > TO UNPACK: > $ mkdir open_ram > $ cd open_ram > $ gunzip -c ../your-ramdisk-file | cpi

Re: [android-porting] Re: What type of this .img file?

2011-06-06 Thread Phinitnan Chanasabaeng
Ashwini Singh, Thank you for your suggestion. But the files are not even the gz form. It seems like the files are packed in to a single image which I don't know its type yet. I'll post here if I can find a solution. On Mon, Jun 6, 2011 at 12:05 PM, Ashwini Singh wrote: > Hi Tony, > > > > TO UNP

Re: [android-porting] Re: What type of this .img file?

2011-06-06 Thread Phinitnan Chanasabaeng
I think it may help if i provide more info. Samsung packed their firmware into files which after extracted are, - boot.bin - modem.bin - slb.bin - param.lfs - normalboot.img - recovery.img - cache.rfs - system.rfs - userdata.rfs What i guess about these files: - the first 3 files are bootloader, m

Re: [android-porting] Re: What type of this .img file?

2011-06-06 Thread Linux Box Solutions
On Jun 6, 2011 1:40 AM, "Linux Box Solutions" wrote: > Already gave him the tutorials with scripts much easier also depending on > device you may have to add header info which the tutorials explain also > On Jun 6, 2011 1:05 AM, "Ashwini Singh" wrote: >> Hi Tony, >> >> >> >> TO UNPACK: >> $ mkdir

Re: [android-porting] What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Read this link it's very simple on how to open and edit these partitions http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images http://forum.xda-developers.com/archive/index.php/t-443994.html On Jun 4, 2011 3:38 PM, "Tony" wrote: > Hello, > > I'm new to andr

[android-porting] Re: What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Read this link it's very simple on how to open and edit these partitions http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images http://forum.xda-developers.com/archive/index.php/t-443994.html -- unsubscribe: android-porting+unsubscr...@googlegroups.com webs

Re: [android-porting] What type of this .img file?

2011-06-06 Thread Phinitnan Chanasabaeng
Dear all, by following the instruction from Linux Box Solutions, I'm now able to extract the ramfs file. Next, I'll try to replace the system.rfs & userdata.rfs with my own build. Thank you. Tony On Mon, Jun 6, 2011 at 1:20 PM, Linux Box Solutions < linuxboxsoluti...@gmail.com> wrote: > Read t

[android-porting] Re: Setup ppp

2011-06-06 Thread Adrien
Hamilton: I tried your script and it seems i am lacking some stuff. when i try to start the script from the command line (with /dev/YOURDEVICE = /dev/ ttyUSB0, the same tty i use for RIL), the command prompt tells me nodetach: not found lcp-echo-interval: not found and when i try to remove those

[android-porting] Re: too much noise while recording audio with Android-2.3.4

2011-06-06 Thread Amit Pundir
Solved. No. of capture buffers went wrong. my bad. Regards, Amit Pundir On Mon, Jun 6, 2011 at 3:44 PM, Amit Pundir wrote: > Just a quick check on this. > > Am I the only one facing this noise issue while recording audio or someone > else has also experienced that? It was/is working fine till A

Re: [android-porting] What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Not a problem www.YouTube.com/linuxboxsolution www.Krzyview.com www.Email-Marketers.com On Jun 6, 2011, at 12:16 AM, Phinitnan Chanasabaeng wrote: > hedwin, > > I already tried all partition type supported by stock samsung's kernel > (ext2,rfs,j2fs?). I also tried extract the file with unya

Re: [android-porting] Re: What type of this .img file?

2011-06-06 Thread Linux Box Solutions
Well the android header means it's just a simple partition or something like that thats android specific www.YouTube.com/linuxboxsolution www.Krzyview.com www.Email-Marketers.com On Jun 6, 2011, at 2:32 AM, Linux Box Solutions wrote: > Read this link it's very simple on how to open and edit

[android-porting] List of Android ported platform

2011-06-06 Thread Urmil Vyas
Hi, Do we have list of platform on which android is already ported? From where can I get such information. Thanks & Regards, Urmil Vyas -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Is there OSAL layer

2011-06-06 Thread David Turner
On Fri, Jun 3, 2011 at 11:01 AM, Vikas KM wrote: > Hi, > > Is there any OSAL layer in Android Build System..? > > What do you mean by Android Build System? The OSAL within the platform is called the kernel interface :-) > > -- > Regards > > Vikas KM > > -- > unsubscribe: android-port