Re: [android-porting] Re: Increasing the priority of an activity

2010-05-16 Thread Dianne Hackborn
Well best would be to not spend any more time on this particular thing right now, if you can wait a week or two. On Sat, May 15, 2010 at 10:43 PM, Soumya soumyakanti...@gmail.com wrote: Yes, and this is okay because the lock screen is not an activity. Activities go in layers below, whose

[android-porting] Re: OMX_Init questions for vendor specific components

2010-05-16 Thread HV
Just wanted to let you guys know that I got this RESOLVED. After breaking my head over what could have possibly went wrong, I decided to do a svn diff of all the files that I had modified. In the process I realised that I had touched lota files that had just my own debug- prints to check out the

[android-porting] Re: Increasing the priority of an activity

2010-05-16 Thread Soumya
Sorry but I could not understand from what you just mentioned. Can you please elaborate. I can wait but can you let me know as to what and why to wait. I will be very thankful if you could let me know. Actually if anything related to the lock screen (PIN based) is going to be released by Android

Re: [android-porting] Re: Increasing the priority of an activity

2010-05-16 Thread Ashwin Bihari
The reason Dianne is asking you to wait is most likely that Google is implementing something that might directly address what you are trying to do, so rather than implement something that is already being done by Google, you might as well just wait and see what they have to offer and change it

[android-porting] OMX_GetHandle query

2010-05-16 Thread HV
Hi Folks, I'm working on adding my own MPEG-4 decoder and currently stuck with the OMX_GetHandle (basically, my component is NOT getting a call into this function). After going thru the code, I figured out that PVMFOMXBaseDecNode::DoPrepare (in ~nodes/pvomxbasedecnode/src/

[android-porting] Wifi Issues WL1251

2010-05-16 Thread DJ_Steve
hello, its me again, ok im getting annoyed with a seemingly pointless problem im having, im trying to get ehe driver for the wl1251 wifi in my n900 working - the module loads, calibration load etc but android wifi subsystem will not scan for networks (keeps saying unable to scan) yet i can use

Re: [android-porting] Re: Increasing the priority of an activity

2010-05-16 Thread Ashwin Bihari
Soumya, My guess is whatever Google is implementing might show up in the next version of Android, FroYo, but that's just a guess on my part..I don't remember when FroYo was scheduled to be released.. Regards -- Ashwin On Sun, May 16, 2010 at 9:45 AM, Soumya soumyakanti...@gmail.com wrote: Hi

Re: [android-porting] Wifi Issues WL1251

2010-05-16 Thread Ashwin Bihari
You've gone through the Wifi setup steps and created the necessary sockets for wpa_supplicant to operate and all that? Regards -- Ashwin On Sun, May 16, 2010 at 12:04 PM, DJ_Steve steve103...@gmail.com wrote: hello, its me again, ok im getting annoyed with a seemingly pointless problem im

[android-porting] Re: Wifi Issues WL1251

2010-05-16 Thread DJ_Steve
wpa supplicant works fine if i launch it in a adb shell session and i can then connect via wpa_cli and execute commands, just seems the android ui isnt doing the same and it does throw errors related to wpa_supplicant but i cant see why it does On May 16, 6:29 pm, Ashwin Bihari abih...@gmail.com

[android-porting] Re: Increasing the priority of an activity

2010-05-16 Thread Soumya
Ashwin, I checked out different sites but could not find any release data for Froyo too, may be Dianne could shed some light on it if its ok to say but a little sneak-peak into what is being released with respect to lock screen will be very helpful. On May 16, 10:28 pm, Ashwin Bihari