[android-developers] Reboot occurs while using Wi-Fi Direct Demo

2012-04-16 Thread Fabien Demangeat
Hello,

I am playing around with the Wifi-Direct demo provided on the developers 
website
 and I 
am testing it using two Galaxy Nexus running on the version 4.0.2.
While I am trying to connect both devices together through the application, 
one the two phones reboots.

I am wondering if I am the only one having this problem and if this occurs 
because of the application itself or the Wifi-Direct implementation ?
Could you provide me some ways to investigate this problem maybe..

Thank you
Fab

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Android wifi p2p unsupported (wifidirect)

2012-05-02 Thread Fabien Demangeat
I haven't found anyone on the forums (StackOverflow / Google groups / etc.) 
who managed to use the Wifi p2p on a virtual device.
The easiest is to use a real device like the Galaxy Nexus.
Problem is that even on this device there is a bug in the broadcom wifi 
driver. (http://code.google.com/p/android/issues/detail?id=25397)

Fab

Le dimanche 29 avril 2012 16:37:50 UTC+1, Ododo a écrit :
>
>
>
>Hello,
>
> i'm using the protocol for making p2p connection using wifi in android (
> http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html
> )
>
> I have a problem calling the *discoverPeers()* function : 
>
> ActionListener.onFailure(int reason) is called (its an interface to 
> trigger some events) and i receive reason=1, which means 'P2P_UNSUPPORTED'. 
> I added all the permissions required and the (use... wifidirect) tag.
>
> i use a virtual device and the latest android sdk(4.0.3), i have an 
> internet connection on this device.
>
> 
> 
> 
> 
>  android:required="true"/
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Reboot occurs while using Wi-Fi Direct Demo

2012-05-02 Thread Fabien Demangeat
http://code.google.com/p/android/issues/detail?id=25397

Le lundi 16 avril 2012 14:28:30 UTC+1, Fabien Demangeat a écrit :
>
> Hello,
>
> I am playing around with the Wifi-Direct demo provided on the developers 
> website<http://developer.android.com/resources/samples/WiFiDirectDemo/index.html>
>  and I 
> am testing it using two Galaxy Nexus running on the version 4.0.2.
> While I am trying to connect both devices together through the 
> application, one the two phones reboots.
>
> I am wondering if I am the only one having this problem and if this occurs 
> because of the application itself or the Wifi-Direct implementation ?
> Could you provide me some ways to investigate this problem maybe..
>
> Thank you
> Fab
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-11 Thread Fabien Demangeat
Hi all,

I am working on an application which mainly runs in background (runs 
services, feed an native Android provider).
The user interface we present to the user is mainly for a configuration 
purpose, but once the user is done with it, he usually doesn't reopen the 
application as everything is transparent for him.

The problem is that because of the rare usage of our UI, we have troubles 
to encourage the user to rate/review our app.

I am wondering what could be the possible tools to remind the user that our 
app is running on his device and is providing him a useful and stable 
service.
I have thought about native notifications as the Android recommandations 
are a bit ambiguous for me on this point. Still, showing a notification to 
get a notification may annoy the user 

Do you have guys any other idea on how to get more reviews with these 
constraints

Thanks a lot
Fabien

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-14 Thread Fabien Demangeat
Okay thanks for the suggestion. I will think about it, I know that I have 
to be careful with low-value notifications...
Cheers!

On Saturday, April 12, 2014 6:49:48 PM UTC+1, TreKing wrote:
>
>
> On Fri, Apr 11, 2014 at 3:30 AM, Fabien Demangeat 
> 
> > wrote:
>
>> Do you have guys any other idea on how to get more reviews with these 
>> constraints
>
>
> Many apps add a "Rate Us" dialog or something that is shown after X number 
> of days or uses. For your case, you could present a notification after a 
> certain number of days that is shown once and only once to not annoy the 
> user, or give them an option in that initial configuration screen to not 
> see the notification at all.
>
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago 
> transit tracking app for Android-powered devices
>  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.