Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

android - Multiple apps connect to bluetooth issue -


i have 2 applications w/ bluetooth code derived bluetooth chat sample. individually work fine. each app connects via spp separate devices. issue i'm having on phones android 2.1, after first app connects device, can press home , running other app, connection made other device other app, both apps "sorry! application xyz (process com.xyz) has stopped unexpectedly. force close" dialogs. there try/catch blocks throughout bt code, catches not executed. neither app connect (individually) until after bluetooth turned off on again. not happen when these same apps running on samsung tab android 2.2 - both apps can run , connect devices simultaneously fine , can switch between apps, no problems.

is android 2.1 issue or else? whether or not, need way prevent app connecting if app using bluetooth. couldn't find in android apis allow finding out. there way coordinate/manage this? have specific insights whole issue?

i think bug in samsung bluetooth stack. upgrading samsung cyanogenmod fixes it.

see link http://www.samsunggalaxysforum.com/firmware-problems/connection-problems-sgs-bluetooth-spp-device/


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -