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

2011-06-08 Thread extrapedestrian
These android groups suck. I never get any answers and now I event get more questions. To answer my own question first, /dev/mem open permission was denied because file owner was 'root', and process that tries to open it (system_server) owner is 'system'. It worked on 2.6.29. because someone hacke

Re: [android-porting] mlockall() def not found to link in bionic

2011-06-08 Thread Saurabh Gupta
can someone please solve this issue ... me kinda getting the same issue :P -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] stk service exception

2011-06-08 Thread Chen Shijian
hi all, can give me some suggestions? this exception occured when doing hexstring parse which is from ril. log is here E/AndroidRuntime( 1170): FATAL EXCEPTION: main E/AndroidRuntime( 1170): java.lang.ClassCastException: java.lang.String E/AndroidRuntime( 1170):at com.a

[android-porting] Re: Setup ppp

2011-06-08 Thread Adrien
Ok thanks for the answers. I'll try to use seperate lines as soon as I am able to use pppd on android. I just finished testing pppd on linux (works great when using the chat script), and i'd like to use the chat program on Android as well (as simon said). But to do so it needs to be compiled for A

Re: [android-porting] How to download the gingerbread code for panda board[omap4]

2011-06-08 Thread Amit Pundir
On Tue, Jun 7, 2011 at 6:10 PM, jagan <402ja...@gmail.com> wrote: > Hi All, > > I wanted to port gingerbread on my panda board. > > Can you just tell me where can i get the entire gingerbread code that > is suitable > for panda target? > > We have a entire source repository for qualcomm targets as

[android-porting] Re: D/DHCP ( 1636): socket() failed: Permission denied

2011-06-08 Thread extrapedestrian
maybe it has something to do with capabilities? link: http://www.friedhoff.org/posixfilecaps.html link excerpt: HowTo - Detection of needed capabilities - strace strace is a diagnostic tool, which intercepts and records called system calls by a process and the signals which are received by this p

[android-porting] Porting Android on Davinci DM6446 EVM

2011-06-08 Thread Rajesh RV
Hello All, I want to port android on Davinci DM6446 EVM. Anyone who has successfully ported, please provide me pointers -- Regards RVR -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Replace the booting command line with customized flash image

2011-06-08 Thread ran
Hello, To replace initial bootlogo simply push new one to Android device: adb push newlogo.rle /initlogo.rle, restart is a new LOGO. Use adb may need to install driver, your own online searches. In addition, the boot animation (replacing ANDROID text scroll animation) can also be replaced. you ca

[android-porting] Re: Compile USB Serial Converter driver for PL2303

2011-06-08 Thread Martin Bruner
I know this is a rather old thread, but I thought I would see if anyone has tried to use a PL2303 USB Serial Converter for Android 3.1. So far I've been able to do some rudimentary USB I/O with this new version of Android, but I haven't figured out how to use it as a serial port. Most of my exper

[android-porting] Re: Replace the booting command line with customized flash image

2011-06-08 Thread ヘマント
Hello, To create an rle file from a "normal" image file you can use the rgb2565 in your build tree under build/tools along with imagemagick. The steps are detailed here: http://forum.xda-developers.com/showthread.php?t=456071 In some phones the bootlogo is part of the boot.img, and you could unp

[android-porting] Re: Key Map issue while porting from Android 2.3 to 3.1

2011-06-08 Thread ヘマント
Hi, Try checking your logcat log, in case loading the expected keylayout fails and we fallback to the generic layout there should be a print that shows the error and the expected name. Also, To easily get the input device name, you can try "getevent -c 1" to get a listing of the available devices