Re: [android-porting] Android Shell Modification

2013-01-23 Thread Devaraj Rangasamy
Hi, any android shell command is just a symbolic link to single executable toolbox ( /system/bin/toolbox) you can check the source @ https://android.googlesource.com/platform/system/core/+/jb-mr1-release/toolbox/ modify it, build it, update /system/bin/toolbox with latest binary, and first make

Re: [android-porting] Segmentation fault during core's libs prelink

2013-01-23 Thread Devaraj Rangasamy
Hi, could be a issue lcoal to the build environment. if possible cross check the equivalent build in another pc., Rootcause of the segmentation is not trivial from the logs, but you can use below steps to troubleshoot.. - build with 'make showcommands' command, so as to get complete list of

Re: [android-porting] Error building bcmdhd

2013-01-23 Thread Devaraj Rangasamy
Hi, is this resolved?? run make showcommands and it will dump complete command and arguments while building., it should have good hint on what goes wrong.. On Mon, Dec 31, 2012 at 6:58 AM, Michael Evans bmwrac...@gmail.com wrote: While building, I get the following error: make: *** No rule to

[android-porting] Re: Touchscreen input ignored

2013-01-23 Thread Matthias Flock
Yes, I finally found a solution yesterday. I am now using the hid-multitouch driver (see: http://lii-enac.fr/en/architecture/linux-input/multitouch-android-howto.html). But I had to make some changes to it, because their last version for android is for kernel 2.6.38 and I am using 2.6.37. I

Re: [android-porting] Re: Touchscreen doesn't work (acer t231h, ICS, pandaboard)

2013-01-23 Thread Thomas Wilson
android 4.0 on an hp tx2500...the webcam, microphones, speakers, keyboard, and touchpad (mouse) are recognized, but the bluetooth, wifi, and touchscreen digitizer aren't. On Wednesday, January 2, 2013 10:38:35 AM UTC-5, paul.ad...@gmail.com wrote: Hi, Did you ever have success with the

[android-porting] [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread Ankit Awasthi
Hi All, I am in need of a little help, I have some source code/library downloaded, which basically I want to add into Android JB source code source code(I have downloaded Jelly Bean source code). This library only have java and aidl files, So i thought to add in framework/base/core/java folder.

[android-porting] which android platform support one-to-many Wi-fi direct ?

2013-01-23 Thread Hana JUST
hi all, There are two type of Wi-Fi direct one-to-one and one-to-many I want to know which Android devices that support one-to-many type Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Android requirements for HOME and Power button

2013-01-23 Thread Ramya Mohan
Hi, From driver just check whether it is possible to report Power key when the button is long pressed. Android you can hack in the frameworks policy PhoneWindowManager file. Based on your product for long press of HOME invoke the shutdown dialog. On Wed, Jan 2, 2013 at 12:55 PM, Jan Pohanka