Affichage des articles dont le libellé est watch.. Afficher tous les articles
Affichage des articles dont le libellé est watch.. Afficher tous les articles

dimanche 8 février 2015

Bad battery life when using custom watch face. topic






To start, I'll say I was moderately impressed with the moto 360 battery life when I got it a couple weeks ago based on all the poor things I had heard about it. My issue however is that it seems like if I use any watch face other than the stock ones that come installed already, the battery struggles to last more than 3 hours. When using something like minimal or classic (pre installed faces) I have no trouble getting 18 hours and having a bit to spare.

Could an element like having a weather display be whats hurting it so bad? I think most of the faces I tried show weather, but only update every hour or two hours. I can not imagine one or two updates eating up 80% of the battery.






[Q] gear s with no watch, sorta... topic






Ok, so im on sprint, have a note edge. My work phone is att. Can I just swap the sim in my s4 active into a att gear s and not have the phone anymore? I never use it, its turned off and forwarded to my sprint phone.






jeudi 5 février 2015

Create a watch face to Moto 360, HELP !! topic






Hi guys, I have a Moto 360 but a really like the watch face Club from the LG G Watch R, but i dont know how to create a watchface and I find this zip file with all the images that we need to create the watch face.

Can anyone do it or give me some tutorial please?!

This is the watch face Watch Face club

Thank you in advance http://cdn4.xda-developers.com/images/icons/icon12.gif














Attached Files





File Type: zip Club.zip -
[Click for QR Code]
(147.3 KB)










Watch Face to Moto 360 topic






Hi guys, I have a Moto 360 but a really like the watch face Club from the LG G Watch R, but i dont know how to create a watchface and I find this zip file with all the images that we need to create the watch face.

Can anyone do it or give me some tutorial please?!

This is the watch face Watch Face club


Thank you in advance :)








Attached Thumbnails


Click image for larger version<br/><br/>Name:	bI5hhFe.jpg<br/>Views:	N/A<br/>Size:	235.1 KB<br/>ID:	3151010
 











Attached Files





File Type: zip Club.zip -
[Click for QR Code]
(147.3 KB)










mercredi 4 février 2015

[Q] What CPU Governor Apps work with LG G Watch? topic






Are there any cpu governor apps that work with android wear either sideloaded or directly from the playstore? I have already tried Android Control and that is not what I am looking for. I have been experiencing some speed related slowness and I want to be able to make sure the proper settings are sticking and are able to be set on boot.






mardi 3 février 2015

How much water has your watch seen? topic






Curious to see how many people are taking their watches into pools, the shower, etc. I have yet to expose mine to water, but interested to do so because hey, that's one of the big perks of our watch compared to many of the other android wear watches, water proofing(as far as the limit allows). So what water has your smartwatch seen? If any.






[Q] Bad Watch? topic






So I just got the ZW. Powered up and paired, got some notifications and all was fine. Left the house for 15 minutes came back to see a blank screen with the little cloud symbol at the top (always on is on). The original watch face is now not available and if I try to send new faces from the A. wear app they do not show up. Bluetooth connection is off and on with the phone (M8) the beside watch.

Performed a reset through the menu. Updated software through menu. No change to Bluetooth issues and most watch faces are gone from within watch menu...

Do I have a dud?
Frustrated...






[Q] [Android Wear] Displaying a Google Map on a watch topic






Hello, i'm trying to display a Google map on my Sony SmartWatch3.
In my wear layout, i'm using a MapFragment with this code :


Code:


<fragment
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/mapFragment"
        class="com.google.android.gms.maps.MapFragment"/>


My wear main activity implements OnMapReadyCallback :


Code:


@Override
    public void onMapReady(GoogleMap map) {
        SupportMapFragment fragment = ( SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.mapFragment);
        // Getting Google Map
        GoogleMap googleMap = fragment.getMap();



Finally, i've got this error :

Code:


02-03 16:44:23.456    2377-2377/com.example.andy.myfirstwearablemapapplication E/AndroidRuntime﹕ FATAL EXCEPTION: main
    Process: com.example.andy.myfirstwearablemapapplication, PID: 2377
    android.view.InflateException: Binary XML file line #7: Error inflating class fragment
            at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:763)
            at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:365)
            at android.support.wearable.view.WatchViewStub.inflate(WatchViewStub.java:179)
            at android.support.wearable.view.WatchViewStub.onApplyWindowInsets(WatchViewStub.java:148)
            at android.view.View.dispatchApplyWindowInsets(View.java:6514)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5782)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5786)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5786)
            at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchApplyWindowInsets(PhoneWindow.java:2335)
            at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1205)
            at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1423)
            at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1054)
            at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5779)
            at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
            at android.view.Choreographer.doCallbacks(Choreographer.java:580)
            at android.view.Choreographer.doFrame(Choreographer.java:550)
            at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
            at android.os.Handler.handleCallback(Handler.java:739)
            at android.os.Handler.dispatchMessage(Handler.java:95)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5221)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
    Caused by: java.lang.IllegalStateException: Unable to find dynamic class com.google.android.gms.maps.internal.CreatorImpl
            at com.google.android.gms.maps.internal.x.a(Unknown Source)
            at com.google.android.gms.maps.internal.x.U(Unknown Source)
            at com.google.android.gms.maps.internal.x.S(Unknown Source)
            at com.google.android.gms.maps.MapsInitializer.initialize(Unknown Source)
            at com.google.android.gms.maps.MapFragment$b.nO(Unknown Source)
            at com.google.android.gms.maps.MapFragment$b.a(Unknown Source)
            at com.google.android.gms.dynamic.a.a(Unknown Source)
            at com.google.android.gms.dynamic.a.onInflate(Unknown Source)
            at com.google.android.gms.maps.MapFragment.onInflate(Unknown Source)
            at android.app.FragmentManagerImpl.onCreateView(FragmentManager.java:2115)
            at android.app.Activity.onCreateView(Activity.java:5282)
            at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:733)
            at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
            at android.view.LayoutInflater.inflate(LayoutInflater.java:365)
            at android.support.wearable.view.WatchViewStub.inflate(WatchViewStub.java:179)
            at android.support.wearable.view.WatchViewStub.onApplyWindowInsets(WatchViewStub.java:148)
            at android.view.View.dispatchApplyWindowInsets(View.java:6514)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5782)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5786)
            at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:5786)
            at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchApplyWindowInsets(PhoneWindow.java:2335)
            at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1205)
            at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1423)
            at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1054)
            at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5779)
            at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
            at android.view.Choreographer.doCallbacks(Choreographer.java:580)
            at android.view.Choreographer.doFrame(Choreographer.java:550)
            at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
            at android.os.Handler.handleCallback(Handler.java:739)
            at android.os.Handler.dispatchMessage(Handler.java:95)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5221)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)



Is it really possible to display a map on a watch ? If yes, can you tell me how ? :)
Thanks in advance :)






[Q] Watch Fit App deletes Steps topic






I noticed that my LG G Watch seems to delete the previous days steps in the Fit app, but keeps a record for all the days before this! It always seems to be "yesterday" that displays 0 steps even though it records them during that day. Strangely my phone seems to retain a record of yesterdays steps. Has anybody else encountered this? Is there anything I can do to still keep yesterdays steps?






lundi 2 février 2015

Wrong DAY showing on watch face? topic






So funny thing, my watch knows what the DATE (numerical number) it is, but it is 1 DAY fast. Meaning, it knows today is 2/2, but it thinks today is Tuesday, not Monday.... any ideas on how to fix this?






CM12 and G Watch R topic






Hi folks. I'm getting impatient for Lollipop and was going to flash my rooted Note 3 (n900w8 - the Canadian model) with the latest CM12 nightly build. My only hesitation is that it will screw up Android Wear functionality. Anybody using CM12 with their watch and want to share the experience? Thanks in advance!






[Q] SMS not dismiss from phone following dismiss by watch topic






Hi friend,
I brought my 1st android smart watch today and I have a problem, please be kind enough to reply if I ask silly question.

01- When I dismiss a text message from watch falling reading it, phone still show it as unread. I won't dismiss from phone. This only happen with text messages. Other notifications dismiss from phone also when dismiss from watch. I have galaxy note 3 run on leaked lollipop rom.

02 - will continue use of ambient mood watch face can damage the display because of continuous exposure?

Please help me. Thank you.






vendredi 30 janvier 2015

Zooper watch face topic






Has anyone used zooper and wearable widgets yet for the gear here's one of their templates








Attached Thumbnails


Click image for larger version<br/><br/>Name:	1422643259871.jpg<br/>Views:	N/A<br/>Size:	37.8 KB<br/>ID:	3141730
 

















jeudi 29 janvier 2015

Noticed small scratch on the watch face... topic






Noticed small scratch on the watch face, any tricks to remove or lessen it? Would plastic scratch remover ruin the watch?






no.1 g2 many watch face topic






Hi,

I have this smartwatch since two weeks and i want to know if there is possibility to add many watch face on device.
I know that there is more app for install this items on other smartwatchs like samsung gear , lg and others.
I have also asked on the site of product and they said me "in can't be so far". I don't want to aspect them, but i want to know if somebody works on this device to do this and other things.
please let me know






Leather Sleeve Case with Quick Watch Cut-Out topic






Hi folks,

I'm looking for a kind of sleeve for my G3, but with the cut-outs like the quick watch / window cases.
So you can use the quick watch apps and make calls through the window while the mobile is in the sleeve. And you can pull it out for answering text-massages etc..
Does someone know if there is anything like that?

Greetings from Cologne






mardi 27 janvier 2015

What do you use your watch for? topic






Other then the obvious time.

I like mine, but debating taking it back because in not using it as much as expected. Maybe i just don't have enough uses for it. Hence this thread






lundi 26 janvier 2015

More watch faces transferred to Moto 360 topic






Hi there. Can anyone please advise if I can at one go send two or more customised watch faces to moto 360 by any other apps other than Facer or WatchMaker? In doing so, I can change watch faces like the pre-loaded ones by Moto 360 any time without using Facer or WatchMaker one by one? Thanks.






dimanche 25 janvier 2015

U Watch UPro P3 topic






New U8 based watch

Model: U-Pro P3
Bluetooth Version: 3.0
Resolution: IPS HD display 240*240
Storage: Support 32GB card, screen flash shooting function
Frequency: 2.4GHz
Charing time: 2 hours
Standby time: 60 hours
Screen: 1.55" HD Screen

Does anyone know where to find firmware and information reltaed with this watch?