| bio | website | TheCodeArtist.blogspot.com |
|---|---|---|
| location | Bangalore, India | |
| age | 25 | |
| visits | member for | 3 years, 1 month |
| seen | 2 days ago | |
| stats | profile views | 584 |
|
May 15 |
awarded | Revival |
|
May 7 |
revised |
gcc options for fastest code deleted 21 characters in body |
|
Apr 17 |
awarded | Yearling |
|
Apr 10 |
awarded | Revival |
|
Apr 3 |
comment |
Appending Strings Using Pointers In C implement your own strcpy goo.gl/GaIqh |
|
Apr 3 |
comment |
Appending Strings Using Pointers In C After malloc-ing memory for the string pointer, to assign it some data you might want to do something like strcpy(str, "Hello"); |
|
Apr 3 |
comment |
create bootable sdcard for embedded board which will ultimately run android Try the following cmds manually on a console. (Do replace sdX/sdX1 with the proper device like sdb/sdb1 or mmcblk0/mmcblk0p1.) ./sd_fdisk /dev/sdX; dd iflag=dsync oflag=dsync if=sd_mbr.dat of=/dev/sdX; mkfs.vfat -F 32 /dev/sdX1 Following this try to mount the newly created partition on you Ubuntu-PC. If it does NOT mount then the problem would be an incompatible mbr/geometry set by sd_fdisk and/or sd_mbr.dat. Comment out the above cmds in the script and format the sd-card(FAT32) using gparted. Next run the rest of the script i.e. fusing BL1 and u-boot. |
|
Apr 2 |
revised |
passing mmap'd area back to kernel space Updated grammar. |
|
Apr 2 |
revised |
Find angle of phone from the accelerometer? deleted 43 characters in body |
|
Apr 2 |
comment |
how to add a new key in Android device run getevent on the cmd-line console of your android device and press the gpio key. Observe the value that is logged to the cmdline console by getevent. This value you need to use in the kl file on your device to map the key you want(KEY_ESC for example). |
|
Apr 2 |
comment |
create bootable sdcard for embedded board which will ultimately run android Yes. It definitely looks like an issue with how the sdcard is formatted to copy u-boot into it. Can you list(or link to) the commands/steps that you followed to format and copy u-boot onto it?... |
|
Apr 2 |
comment |
How do I emulate module_init() behaviour? Do you mean you want to execute the userspace-driver binary from within the init() function inside the kernel driver?... |
|
Mar 27 |
revised |
Not able to get proximity sensor's values in android deleted 14 characters in body |
|
Mar 20 |
revised |
Android Compass orientation on unreliable (Low pass filter) deleted 41 characters in body |
|
Mar 12 |
awarded | Enlightened |
|
Mar 12 |
awarded | Nice Answer |
|
Mar 5 |
awarded | Caucus |
|
Feb 23 |
comment |
C compiler for Windows? @jack its 2 cents. en.wikipedia.org/wiki/My_two_cents |
|
Feb 19 |
answered | How do I extract streamed “now playing” data embedded in an Icecast audio (radio) stream on Samsung Smart-TV |
|
Feb 15 |
revised |
Actionscript-3 random numbers between max and min deleted 33 characters in body |