Re: [android-porting] android fails to mount nand yaffs2 system image

2011-03-02 Thread Ashwin Bihari
Barry, Do you have the capability of booting off the SD card once you've finished flashing the NAND with the YAFFS2 images? If so, you might want to do that and then manually mount the NAND partitions into temporary directories and see what the contents look like..that might help in debugging what

[android-porting] Add 2.6.37 high-speed UART driver to 2.6.32 kernel

2011-03-02 Thread Christine Chen
Hi all: I am running Android Ecalir on Devkit8000 board OMAP3530. The kernel I used was git from 0xdroid branch omap3-2.6.32. My goal is getting higher UART baud rate(3M). I found the patch “serial: Add OMAP high-speed UART driver”. http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.

[android-porting] Changing TelephonyManager and being compliant to the CDD

2011-03-02 Thread Bjarke F.
Hi all I am trying to understand what we are allowed to change and still be compatible with the CDD. Specifically I focus on the TelephonyManager class and it's friends. The way I understand the CDD is that we are basically free to change internals, as long as it does not change the API exposed t

Re: [android-porting] how to get button event on Custom Expanded View in android notification area?

2011-03-02 Thread nm hu
Do you add any listener? You can use setOnClickListener() to add it. On Tue, Mar 1, 2011 at 6:15 PM, milind kanani wrote: > hello sir. > > i m trying to add 3 button on my notification area. and for each > button i have methods that i want to call when button is click. for > this i have add xml

[android-porting] Porting Android to PowerPC

2011-03-02 Thread giangiammy
Hi all, I've seen some very old messages about this topic. I'm now starting to port Android on a powerpc architecture (a MPC5121, e300 core). Is there some material available? Did someone make/completed a porting and made it available (or can give me some advice?) for example, I'm evaluating if

[android-porting] NFC Secure Element Nexus S

2011-03-02 Thread spurwa
Hi, My Name Sugeng, I wanna ask about Nexus S Secure Element 1. How to access the secure element ? 2. How to configure and Manage the secure element of Nexus S ? Regards, Sugeng -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] android Device Portability Test (Porting Verification)

2011-03-02 Thread P@AR
Is there any way : tools, list of test-cases... for verifying that Andorid is successfully ported to the new device ? I think it is not enough if you read the dmesg printouts to confirm that android and all it's components(kernel, drivers, libraries... ) will function correctly together. I just ne

[android-porting] Re: Decoding .aac files using AAC Decoder provided in Stagefright GB

2011-03-02 Thread Glenn Kasten
I recommend studying the existing extractor code and enabling logs (LOGV etc.). Then compare the behavior for your extractor vs. one of the current extractors. Pick a model extractor that is similar to yours, MP3 might be a good choice. By the way, an AAC extractor is likely to be on the roadmap fo

Re: [android-porting] RIL Issue for Making GSM call

2011-03-02 Thread animesh arora
I already shared the complete log with the first post itself? is there anyway to check the baudrate after boots up of android? What is exactly happen while calling through dialer inside the complete android stack. Because when i am calling dialing screen i am able to see,but i am not able to get ca

[android-porting] Android roadmap.

2011-03-02 Thread Maffiou
Hey there, Is there a way to find out what's in the android roadmap? I'm particularly interested in what's coming with regard to telephony and mobile data (and particularly if there is anything specific for multiple PDP context and LTE support) Cheers, M. -- unsubscribe: android-porting+unsubsc

[android-porting] Gingerbread InputReader

2011-03-02 Thread stantum
Hi Everyone, In the ginger bread distribution, in the file InputReader.cpp the following parameters are loaded touch.touchSize.calibration, touch.pressure.calibration, touch.pressure.source, touch.size.calibration etc... Based on these values the touch events given by the hardware are "re- adjusted

[android-porting] W/WifiService( 887): misformatted scan result for: 00:xx:xx:xx:xx:xx 2 187 [WPA2-PSK-TKIP+CCMP]

2011-03-02 Thread Elvis Dowson
Hi, I get the following error in logcat for wifiservice, with wpa_supplicant-0.6.10, and with debug logs enabled. We're using android-2.2.1_r1, wpa_supplicant-0.6.10 with a TI Murata wl1271 wlan module with an OMAP3503 processor. Which component processes the scan results? I've suppressed t

[android-porting] Re:8

2011-03-02 Thread GAYET Thierry
http://davillejuif.fr/go.php?nohot=270 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Reverse landscape orientation in Froyo

2011-03-02 Thread Soumya
Hi, Generally if you launch an application in Android Froyo, then your application can switch to 0, 90 and 270 orientation when you rotate the device. Now I am making an application which when launched in the last mode of orientation should remain in that orientation. For example, if user launches

Re: [android-porting] Reverse landscape orientation in Froyo

2011-03-02 Thread Dianne Hackborn
APIs for this were introduced in Gingerbread; there is no support for it in Froyo. On Wed, Mar 2, 2011 at 9:42 PM, Soumya wrote: > Hi, > > Generally if you launch an application in Android Froyo, then your > application can switch to 0, 90 and 270 orientation when you rotate > the device. Now I

Re: [android-porting] Reverse landscape orientation in Froyo

2011-03-02 Thread Chinmay S
Hi, Looks like the API was added in GB ( no support in FroYo :( ) Will putting ur app in 90 mode & flipping the graphics in you app work? You might want to have a look at this. http://groups.google.com/group/android-developers/browse_thread/thread/3ae9364ee6674c8f regards CVS -- unsubscribe: