[android-developers] Re: SeekBars in ListView with crosslink/interlock

2012-11-24 Thread droid
Hi All, I use seek bar in list view,i try dynamic change progress (like seekbar.setProgress(value);) of item position 1 in listview, but it is also progress item position 10 with my interaction. can any help me solve this problem. thankyou prabhu -- You received this message

[android-developers] newbie question: Open settings on desktop icon for wallpaper

2012-11-24 Thread Johan Wasserman
Hi, I wrote a live wallpaper and would like to open the settings when clicking on the App icon. It should still be set from the settings page, but clicking the icon in the Apps page open the Settings for the wallpaper. This may be a handy shortcut to the live wallpaper settings instead of

[android-developers] Convert Bitmap to Mat for JNI interface

2012-11-24 Thread Haris
Hi all I need to pass my bitmap image to JNI for some image manipulation. For that first I convert bitmap to byte array then passed to JNI and then converted to Mat, but i am getting distorted image at the JNI side. My code look like below. //Java part Bitmap mBitmap =

[android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread Live Happy
this is the error i got wish that someone can help with it 11-24 07:09:48.269: E/AndroidRuntime(19294): java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState 11-24 07:09:48.269: E/AndroidRuntime(19294): at

Re: [android-developers] Develop Android Forum Software

2012-11-24 Thread Mojam Dewan
Thanks for your link. On Sat, Nov 24, 2012 at 1:47 PM, TreKing treking...@gmail.com wrote: On Sat, Nov 24, 2012 at 1:06 AM, Mojam Dewan mojamc...@gmail.com wrote: Can u please suggest me any link from where I can read and gain knowledge about it or can you please provid me some sample code.

Re: [android-developers] Sobel camera

2012-11-24 Thread android groups
Thank you for suggest. On Mon, Nov 19, 2012 at 12:44 AM, Jim Graham spooky1...@gmail.com wrote: On Fri, Nov 16, 2012 at 05:52:15AM -0800, srikanth wrote: please guide me how to make sobel camera in android application Wrong e-mail list. Try android-ope...@googlegroups.com. But first,

Re: [android-developers] Can we start a service (User defined service.Not a android service) from the broadcast receiver in android?

2012-11-24 Thread Mark Murphy
http://stackoverflow.com/questions/13541945/can-we-start-a-service-user-defined-service-not-a-android-service-from-the-bro On Sat, Nov 24, 2012 at 9:10 AM, Siva Kumar j.sivakumar...@gmail.com wrote: Dear All, Im developing application for mobiles and tablet in android.Im using android 2.2 In

Re: [android-developers] Develop Android Forum Software

2012-11-24 Thread Kristopher Micinski
http://stackoverflow.com/questions/8267928/android-rest-client-sample (the top link for rest in android) kris On Sat, Nov 24, 2012 at 6:48 AM, Mojam Dewan mojamc...@gmail.com wrote: Thanks for your link. On Sat, Nov 24, 2012 at 1:47 PM, TreKing treking...@gmail.com wrote: On Sat, Nov

[android-developers] Re: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;

2012-11-24 Thread Fran
No way at all to gather more information on this exception? O_o On Friday, November 23, 2012 8:56:19 PM UTC+1, Fran wrote: Hi, I am experimenting some crashes with this exception: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT; I think it may occur by several

[android-developers] Re: How to create soap request in ksoap2 for a wcf webservice method with complex types?

2012-11-24 Thread Piren
yeah good luck with that. On Friday, November 23, 2012 6:26:57 AM UTC+2, Raneez wrote: And you are not supposed to comment here, if you dont have any idea about this. Directing to a inactive forum is not a good attitude, give a hand if you know something else go away! -- You

[android-developers] problem regarding umount mmcblk0p14 on android jellybean

2012-11-24 Thread ash
Hi All, I have upgraded my mobile from Android Gingerbread to Android jelly bean and facing the below problem. $mount /dev/block/mmcblk0p14 /data/mnt/modemfs1 ext4 ro,nosuid,nodev,relatime,user_xattr,barrier=1,data=ordered 0 0 umount /data/mnt/modemfs1 - Gingerbread : I am able to umount

[android-developers] AppSurfer

2012-11-24 Thread bob
Have you guys tried AppSurfer? Somehow these guys made our apps run in the web browser. Works really well too. No kidding. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] AppSurfer

2012-11-24 Thread Francisco Marzoa
H... I tried with Angry Birds and in my Chrome it runs slow as hell... On Nov 24, 2012 7:37 PM, bob b...@coolfone.comze.com wrote: Have you guys tried AppSurfer? Somehow these guys made our apps run in the web browser. Works really well too. No kidding. -- You received this message

Re: [android-developers] AppSurfer

2012-11-24 Thread Kristopher Micinski
This shouldn't surprise you, the Android emulator exists, so it doesn't seem like this implementation would be that hard. Kris On Sat, Nov 24, 2012 at 1:35 PM, bob b...@coolfone.comze.com wrote: Have you guys tried AppSurfer? Somehow these guys made our apps run in the web browser. Works

[android-developers] Re: AppSurfer

2012-11-24 Thread John Coryat
I am against any company that touches my apps without my written permission. All they can do is create a support headache and make users unhappy. I suggest telling them to remove your apps from their system. I certainly will. -John Coryat On Saturday, November 24, 2012 12:35:13 PM UTC-6, bob

Re: [android-developers] Re: AppSurfer

2012-11-24 Thread Francisco Marzoa
What are you talking about? On Nov 24, 2012 8:04 PM, John Coryat cor...@gmail.com wrote: I am against any company that touches my apps without my written permission. All they can do is create a support headache and make users unhappy. I suggest telling them to remove your apps from their

Re: [android-developers] Re: AppSurfer

2012-11-24 Thread Kristopher Micinski
What they're doing is probably against the rules for other reasons: ads, and their platform doesn't pass the Android CTS. At the same time, I don't think you should get super huffy about your apps being on their system, everyone will face the same problems you see, and it's clearly their fault

Re: [android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread keler...@gmail.com
Sent from my HTC - Reply message - From: Live Happy livehap...@gmail.com To: android-developers@googlegroups.com Subject: [android-developers] Re: Fragment transaction between 2 FragmentActivity Date: Sat, Nov 24, 2012 4:34 am this is the error i got wish that someone can help with it

[android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread Jonathan S
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState Look in the onSaveInstanceState methods On Saturday, November 24, 2012 5:36:57 AM UTC-5, Live Happy wrote: this is the error i got wish that someone can help with it 11-24 07:09:48.269:

Re: [android-developers] Develop Android Forum Software

2012-11-24 Thread Mojam Dewan
Thanks krish. On Sat, Nov 24, 2012 at 9:30 PM, Kristopher Micinski krismicin...@gmail.com wrote: http://stackoverflow.com/questions/8267928/android-rest-client-sample (the top link for rest in android) kris On Sat, Nov 24, 2012 at 6:48 AM, Mojam Dewan mojamc...@gmail.com wrote: Thanks

[android-developers] Re: newbie question: Open settings on desktop icon for wallpaper

2012-11-24 Thread Johan Wasserman
Really? No one? And I thought this is the place where the clever people are to come for advice... On Saturday, November 24, 2012 7:56:08 PM UTC+11, Johan Wasserman wrote: Hi, I wrote a live wallpaper and would like to open the settings when clicking on the App icon. It should still be set