Re: [android-porting] porting android on beagle board

2010-04-09 Thread Deva R
can see what happens when you 'boot', instead of a saveenvreset? btw - u missed 'saveenv', so even if u reset, uboot got nothing to boot. and 2 hours is way long., reset happens in couple of seconds.. if not there's some problem. a power cycle should have completed after 'reset' command., On

[android-porting] Re: Alsa Audio Support? OMAP24xx cpu

2010-04-09 Thread DJ_Steve
yes im aware alsa needs the nodes in that folder which would be fine for one of the devices i am developing for (nokia n810) whoes audio codec creates said files but the other device - nokia n800 does not as although alsa detects the audio system it does not create pcm devices as i think

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-09 Thread Gokul Nagarajan
Hi Kanru, We applied patch of https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base... Once we compile we got below error.Please help us. Copying out/target/common/obj/APPS/ContactsProvider_intermediates/ classes-full-debug.jar Install:

Re: [android-porting] 3GP audio support in Eclair

2010-04-09 Thread Deva R
Hi, - have ever seen a file inside gallery or music app? after booting eclair for first time, i always have to wait like 5 minutes for mediascanner to finish loading files.. manually you can trigger like menu - Dev Tools - Mediascanner, and wait for /sdcard scan to complete.. - rename .3gp as

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-09 Thread Deva R
Hi, looks like you are missing complete TSLIB package.. can you port complete TSLIB and update android UI libarary, from below location (its donut based)? TSLIB - http://gitorious.org/android-omap3logic/external-tslib Android Changes - http://gitorious.org/android-omap3logic/frameworks-base On

[android-porting] How to send an event to User space?

2010-04-09 Thread WoW
Hi, I would like to send an event to user space from my driver. My driver will check the interrupt. Once it happened, an event will be send to filesystem. How can i do this scenario? Is that possible to use uevent? kobject_uevent(psy-dev-kobj, KOBJ_CHANGE); Thanks for help.. -- unsubscribe:

[android-porting] Re: after referring the group,to uch screen can only respond at top bar

2010-04-09 Thread Weber
god,nobody reply? Thanks --Weber On 4月4日, 下午11时21分, Weber qvbs...@gmail.com wrote: I found a strange thing: if I do not change the owner of /sys/android_power/ acquire_partial_wake_lock ,to radio system ,then the libhardware.so complain that permission denied,and the touch screen can respond

Re: [android-porting] 3GP audio support in Eclair

2010-04-09 Thread Uander
Followed by your comments , plz find my inline replies : On Fri, Apr 9, 2010 at 2:42 PM, Deva R r.deva...@gmail.com wrote: Hi, - have ever seen a file inside gallery or music app? after booting eclair for first time, i always have to wait like 5 minutes for mediascanner to finish loading

Re: [android-porting] Power button functionality (sleep/resume/wakeup)

2010-04-09 Thread Ashwin Bihari
Jebediah, Yeah I got the power button functionality working. I'm working with the Donut 1.6 release from Rowboat and I looked at the newer Eclair code as it deals with the POWER button and the handling is changed. So I backported just the changes from one file and the power button now functions

[android-porting] eMMC and Suspend/Resume

2010-04-09 Thread Ashwin Bihari
I've got a board that has a eMMC and I'm using the Donut 1.6 release of Android from Rowboat..I added Kernel s2.6.29-rc3 upport for my custom board. We are using MMC1 for the SD card and MMC2 for the eMMC. I've made the necessary changes to get the SD card and eMMC recognized during boot. Once the

[android-porting] Why Android 2.1 works so slow

2010-04-09 Thread Максим Андрущенко
Hi! On my target platform, based on s3c6410 (armv6) Android works very slow! I use 16 bpp with resolution 800x480. Screen updates slow, seldom i see some blinking, when i quickly type on soft keyboard, or if to change desktop. Is there anybody has the same problem, is it possible to fix it? --

Re: [android-porting] Re: How to disable Android screen locking

2010-04-09 Thread Deva R
Hi, The keycode used is '0x3B' (59).. which maps to keycode.KEYCODE_SHIFT_LEFT Not sure how this meta-key is responsible to unlock keyguard.. below is the log collected for below sequence -wait for screen to lock, and unlock., -enable logcat, trace input events. -press unlock key (not a single

[android-porting] Re: Touchscreen : values,unit...

2010-04-09 Thread Arnaud Frigout
Hi Deva R, Do you know what are the minimum and the maximum accepted by Android? (min=0?) Is it 16 bits or 32bits? Thanks you, Best Regards, Arnaud Frigout -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe,

Re: [android-porting] Power button functionality (sleep/resume/wakeup)

2010-04-09 Thread Jebediah Huang
Ashwin, Did you get solution to this problem? I've see in testing: - screen timeout can suspend , no problem - wake from power button , no problem - cannot suspend from power button pressing power button when system active: # getevent add device 1: /dev/input/event0 name: keys

[android-porting] Re: Removing battery icon from the Home screen

2010-04-09 Thread pysup
Managed to do it by changing the visibility service.setIconVisibility(mBatteryIcon, false); in frameworks/base/services/java/com/android/server/status/ StatusBarPolicy.java On Apr 2, 2:53 pm, pysup supriyakara...@gmail.com wrote: Hello All, I am trying to remove the battery and RSSI bar

[android-porting] Re: Question on building modified framework code + windows emulator

2010-04-09 Thread mark
Hi MB, Thanks for response. Alas, my progress was shortlived. I couldn't find an answer for the 'layoutlib already defined' issue, so I tried rebuilding an SDK for a Cupcake PDK I have since my issue was just to rebuild aapt.exe to handle a resources.asrc file greater than 2M. Cupcake build

[android-porting] Re: vold can't mount multi MMC device

2010-04-09 Thread dmitriy moskvitin
Hi, Jerry Juan~ Very intresting task Well, to manage 2 sd-card at the same time: 1. patch vold in several places, to allow it manage multi-devices at same time. But, vold is just tip of the iceberg 2. patch/add a lt of component on framework level. As there are located the main concept of

Re: [android-porting] Why Android 2.1 works so slow

2010-04-09 Thread David Turner
do you have hardware graphics acceleration or are you relying solely on software rendering ? 2010/4/9 Максим Андрущенко andruschenk...@mail.ru Hi! On my target platform, based on s3c6410 (armv6) Android works very slow! I use 16 bpp with resolution 800x480. Screen updates slow, seldom i see

[android-porting] Re: Why Android 2.1 works so slow

2010-04-09 Thread supermaximus79
I have built in chip s3c6410 2d and 3d hardware graphics accelerators, but i don't use them with Android. I just implemented in my framebuffer driver double buffering and pan function, which change offset from frame buffer start. I this not enough to make Android drawing fast? I know that it's

[android-porting] Re: Dalvik test cases failure

2010-04-09 Thread fadden
On Apr 8, 1:49 am, Rakesh Kumar rakesh.y...@gmail.com wrote:    I am trying to run the dalvik test cases on the desktop using the script run-all-tests.    And I am getting this error   /usr/bin/dx : unrecognized parameter:  [1]  (use -help to get usage information)  build exit status: 1

[android-porting] Re: killpg implementation missing in bionic signal.h

2010-04-09 Thread fadden
On Apr 7, 3:44 pm, Kaushik Prajapati kaushikprajap...@gmail.com wrote: I am trying to build the third party source code using the Android bionic toolchain. One of the problem that I see is that there is no killpg in side signal.h . A future version of bionic libc will provide killpg(). You

[android-porting] Re: java.lang.VerifyError and custom library sdk addon

2010-04-09 Thread fadden
On Apr 7, 2:26 pm, MBethDev mbeth...@gmail.com wrote: I've googled around for the solution and sounds to me it has something to do with the jar file inclusion of the custom library to my application.  I verified that I followed the steps that the app client should do (I added a user-library in

[android-porting] Re: eMMC and Suspend/Resume

2010-04-09 Thread Ashwin Bihari
Nevermind...figured out the problem.. Turned out that the 2.6.29-rc3 code was mistakenly setting the voltage of MMC2 to 3v, and the eMMC is set to operate at 1.8v as is MMC2..so fixing that got the thing working again.. Regards -- Ashwin On Fri, Apr 9, 2010 at 8:20 AM, Ashwin Bihari