YotaMirror Sleep for more than 30 mins? - YotaPhone

Hey Forum.
I want to use my Yota2 Always-On for navigation, it actually works great for short trips on my bike, but anything longer than 30 minutes on my motorcycle and I am stuck on the highway with my unresponsive gloves on.
Do any of you know of a way to extend the always-on duration ad infinitum?
I have the 5.0 russian version from December.
Thanks in advanced

dontkmow if yota mirror config app would help?
it here in xda yota development forum
http://forum.xda-developers.com/yotaphone-one/development/yotaphone2-yotamirrorcfg-1-0-0-t3326208
Parahex said:
Hey Forum.
I want to use my Yota2 Always-On for navigation, it actually works great for short trips on my bike, but anything longer than 30 minutes on my motorcycle and I am stuck on the highway with my unresponsive gloves on.
Do any of you know of a way to extend the always-on duration ad infinitum?
I have the 5.0 russian version from December.
Thanks in advanced
Click to expand...
Click to collapse

You can have the back display staying on with the following conditions:
1) external power supplied
2) developer option "Stay awake" activated
3) Running Android 5
Unfortunately this does not work anymore for Android 6

Try to make a shortcut on the e-ink-screen and start it as e-ink-app.
https://forum.xda-developers.com/yotaphone-one/help/yotaphone-2-marshmellow-e-ink-screen-t3589918
https://forum.xda-developers.com/yotaphone-one/help/navigation-program-e-ink-landscape-mode-t3585403

I found a way to programmatically do this. My first solution was to display a pop-up telling the user to click OK. It was popped up every 25 minutes. But was a bit tiresome.
A much better solution is to simulate a user intervention, but one that doesn't do anything to the app. I chose to use increasing the brightness since I always have it at maximum.
Due to the forum breaking down when trying to inline the code here, I try to attach a file with the code instead. Hope that at least works.

OK attaching a file didn't work either, what a useless forum!
I have put the file here instead:
SleepPreventer - Google Drive
drive.google.com

Related

[Request] Car Alarm type app for G sensor

This is a bit of a cool gimiky app well it's like 2 apps in one.
Anti theft so if your phone is moved (Picked UP) it makes a car alarm sound and if you put it down it makes the Blip Blip sound to say it's armed.
And the other is a sort of fun mode so if it is moved It will play pre recorded sounds like "Oi put me down!"
I suppose you could call it a warning mode.
Has anyone thought or is thinking about making this?
i geuss it would be very basic to make...
i dont programm, so here is the way i think it could be programmed..
make a programm wich when it runs polls the gsensor, when it detected a change greater than normal when lying on youre desk, or a change of orientation, it would play a wavefile...
that for the alarm part...
the activate could be accomplisched in the following way...
when activated the gesensor is detecting movement because you are handeling it...
when de device is still for a 5 seconds or so.. it plays the blibblib file, and then starts the polling of the sensor above...
to make this complete it would be neccesary to enter a simple pincode to deactive the alarm sound...
i actually tried to get into programming to make this.. but my efforts where came not even close... as long as i cant programm in basic, im lost
anyone with a bit of spare time who could code this?
Good idea
Its an Idea a friend suggested.
It sounds like a really easy app to make but as I don't make apps for mobiles yet I wouldn't know how to build one
I could help with the GUI interface.
the rules would be simple.
when the phone is jogged for about a second play a warning sound.
Then the phone is picked up and jogged violently play the alarm sound looping.
when the phone settles down again play the rearm sound.
The guy who did the lightsaber app could whip this one up
Sounds fun and useful espescially at home where kids tend to touch everything and move things around..
Hope this gets wind
Will it cost much battery?
I guess...
I don't think it will cost much battery, provided you don't keep picking it up!
indeed..
it just polling the gsensor... that shouldnt drain too much...
anyway, when i leave it lying at my desk its most of the time thetered anyway...
graficly it dont has to be very much...
This could be a very funny and useful tool!!!!
Have a barking dog noise when the phone is touched.
Have a woman screaming when the "alarm" is set off...
Have a GPS tracker tool triggered once this program is launched.
Have the camera activate once the alarm goes off
Have the phone shut off with a special lock code when in "scream" mode.
Good
So it's agreed. then.. who can we ask to make this?
norkoastal said:
This could be a very funny and useful tool!!!!
Have a barking dog noise when the phone is touched.
Have a woman screaming when the "alarm" is set off...
Have a GPS tracker tool triggered once this program is launched.
Have the camera activate once the alarm goes off
Have the phone shut off with a special lock code when in "scream" mode.
Click to expand...
Click to collapse
Diamond's battery is only 900mAh, if GPS and camera are turned on, it will cost too much battery.
Athough Gsensor and Lightsensor cost little battery, but what I thought is, if the system should be always turned on (when screen is off)?
I don't know much about that, just guess~
Who can answer?
Good idea! Here is the car-locking sound!!
djfuego said:
This is a bit of a cool gimiky app well it's like 2 apps in one.
Anti theft so if your phone is moved (Picked UP) it makes a car alarm sound and if you put it down it makes the Blip Blip sound to say it's armed.
And the other is a sort of fun mode so if it is moved It will play pre recorded sounds like "Oi put me down!"
I suppose you could call it a warning mode.
Has anyone thought or is thinking about making this?
Click to expand...
Click to collapse
(You sould change the title of your topic to get more intrest, like g-sensor car alarm?)
Dev note
The application could be set to activate when the backlight is inactive.
in a similar way to the S2unlock application in that respect.
Can you poll the G sensor less frequently to save battery life? every 0.5 seconds
I can't see how running this as well as other apps will kill the battery any faster than if you where playing Teeter for a long period.
i`m with stupid
anyways..
nobody who has posted here seems to have programming skills(incuding myself), but the idee is imho a good one..
we just need the app to do the basic alarm thing wich i posted already.. choosing youre own sounds for the different events would be nice tough...
i have no problem to manually activate the alarm(an thus it doesnt need to be "silent" in the taskmanager, otherwise the thing would go off in my pocket when i walk around.. just start teh exe and its active... when enter the correct pin it shuts down again..)
it could be possible to trigger an event, or a external program whenever a alarm is given.. this makes it easier for other developers/user to add functions they need, like a gps logger or wathever.. it doenst need to be hardcoded i mean... just a event trigger to an choosable exe would be suffient...
so...
in the meantime ill keep dreaming sombody does have the time...
but i think it would be a rather popular app when developed, a have seen already many question for software like this...
ill try to clarify in the hopes somebody gets inspirated
- start software
- 10 poll sensor for 5 seconds.
- 20 if valeus differ too much then goto 10 else goto 30
- 30 play sound1 (beebbeeb)
- 40 poll g sensor
- 50 store valeus x-y-z in file/memory Z
- 60 poll sensor, valeus x-y-z.
- 70 if valeus polled differ more compared to memory play sound2 (alarm) else goto 60
- 80 execute external command
- 90 if alarm is ringing execute pin-routine, if correct pin is entered terminate alarm exe
mah, i told you im not a programmer...... but hopefully it will clarify my idea about this software
furtermore.. changing the topictitle into [REQ] CarAlarm-like software would be more suited as topictitle
GUI
I've posted the GUI for the app
Great! Keep up te good work!!
the gui is just a grafical representation on how WE think it should work...
so far no-one has posted who is willing to code..
Is there nobody who wants to try to make a application?
Very good idea..I let my phone always behind on my desk and i am thinking that somebody looks into the phone. This is very usefull to protect my phone..
When is the program ready?
Hi there! I have a little experience with .NET CF programming, and took a look at this thread... Any way, this is my first post on this forum
I think this application is not so hard to program.. The only problem would be that in the Stand-by mode, the G-sensor cannot be polled (correct me if I`m wrong). All the applications are suspended (except for the notifications and usual phone processes).
I think the application would work OK if the alarm is triggered when the phone is picked up from the initial place and woken up from standby mode (e.g. if an unwanted person tries to take a look in your phone ).
This surely saves a lot of battery than preventing the phone to enter standby mode plus polling the G-sensor often).
So what do you guys think?
[Edit] I just found another way to poll the G-sensor every x seconds. The application can be opened even in stand-by mode, check the sensor values, then go back to sleep.
I´m currently working on this gadget but there are/were quite some problems:
1: The diamond has to stay on under all circumstances! If it goes into the suspend mode, the alarm program will also suspend and therefore stop polling gsensor values. This is solved.
2. How to disable or turn off the alarm? I decided to integrate two ways of handling this subject: 1. you can choose to turn it face down and the triggered alarm will stop, respectivly the alarm system will be disabled. 2. You can enter a self-chosen PIN. The problem with this is, that when the alarm system is active and you choose to enter the PIN to disarm it, you have be quick (3sec) otherwise the alarm will go off. If I wouldn´t handle it this way, a thief could snatch the phone and try to enter a PIN while pausing the alarm system doing so.
3. And this is point unfortunately is still not solved: I don´t know how to disable the hardwarebuttons (power, volume, home ...) of the diamond.
4. When finished I want to make a cab file from the project, so that installing is made easier.
So right now the gadget works, but problem No. 3 remains. If you do keep the diamond in a pouch or case it works ok but if you leave it uncovered, someone who tries to steal it, can disarm the alarm system.
Therefor I´m not really satisfied with my work so far and I don´t have much time around this time of the year because I´m married, have a little daughter and still need to do christmas shopping; then come the festivities...
I guess if I can manage to control the hardware buttons I can post the completed project sometime in January.
bye,
Thilo

Smart actions on a note 3?

I'm upgrading to the Note 3 next week from my droid Razr Maxx (can't freaking wait) and one of the few things I'm really going to miss is SmartActions. Now for those unfamiliar, SA allows me to set a trigger, such as time of day, headphones plugged in, location, WiFi connectivity, etc. Tons of options. And then whenever that trigger happens, you pick an action. I currently have my phone automatically silence itself during the time I'm in class, and also turn off notification sounds + set screen timeout time to 10 minutes when my headphones are plugged in.
So does anyone know of a way to make SmartActions work on another phone, or is there any really good equivalent out there?
Thanks for your time everyone
davey999944 said:
I'm upgrading to the Note 3 next week from my droid Razr Maxx (can't freaking wait) and one of the few things I'm really going to miss is SmartActions. Now for those unfamiliar, SA allows me to set a trigger, such as time of day, headphones plugged in, location, WiFi connectivity, etc. Tons of options. And then whenever that trigger happens, you pick an action. I currently have my phone automatically silence itself during the time I'm in class, and also turn off notification sounds + set screen timeout time to 10 minutes when my headphones are plugged in.
So does anyone know of a way to make SmartActions work on another phone, or is there any really good equivalent out there?
Thanks for your time everyone
Click to expand...
Click to collapse
While this is not really the right area to ask this sort of a question. If you are looking for an application that is far superior than SmartActions than I suggest looking into the application known as Tasker.
Here's an additional article on Tasker, as there is so much that can be done with Tasker. Once, you learn how to use this app, you will quickly forget all about SmartActions. :good:
KachowPow said:
While this is not really the right area to ask this sort of a question. If you are looking for an application that is far superior than SmartActions than I suggest looking into the application known as Tasker.
Here's an additional article on Tasker, as there is so much that can be done with Tasker. Once, you learn how to use this app, you will quickly forget all about SmartActions. :good:
Click to expand...
Click to collapse
Thank you so much I really appreciate it. And I apologize for not following protocol, Haven't been around here very much. Cheers and have a great day!
Sent from my DROID RAZR using xda premium

Everything related to watch FIfone w9 android 4.4 1GB RAM 8GB ROM beautiful

Hey guys. So I just received my new smart watch today and I'm loving it! Wanted to start a thread about it asking if any of you have it so for. It's a pretty new watch and in the coming days hopefully I'll be posting some pics and vids.
qasimala said:
Hey guys. So I just received my new smart watch today and I'm loving it! Wanted to start a thread about it asking if any of you have it so for. It's a pretty new watch and in the coming days hopefully I'll be posting some pics and vids.
Click to expand...
Click to collapse
Got one of these a few weeks ago and so far:
Runs like a dream, considering it's size
Will run all the apps I have installed on it so far.
Will not let me put an SDcard in that is 32GB or 16GB will only work with the bundled 8GB card. So I assume this might be formatted differently (have not checked)
Cannot get GPS to work! Perhaps it is not using a standard "western GPS chip"?
Camera is ok, but no zoom and you have to put your wrist down otherwise you take a picture of your hand.
MAJOR ISSUE ! Battery Power ! Says it can work for 24 hours with light use. Ha Ha Ha Ha what a load of BS. Lucky if you get 7 - 8 hours out of the battery with 3G working (Skype and FB apps running in the background, no GPS on, no BT on and no WIFI on)
That is about it so far if anyone has any other info I would be glad to read, because there is didly squat online about this watch/phone
More details.
http://des.everbuying.net/uploads/2015/201506/heditor/201506151339263138.jpg
Fashion Genuine Leather Watchband FIFINE W9 3G Smart Watch Phone Android 4.4 MTK6572 Dual Core 1.0GHz 1GB RAM 8GB ROM Bluetooth Living Waterproof Snapphire Glass Screen 5.0MP Camera Aluminum Stainless Steel Cover
Main Features:
OS:Android 4.4
CPU: MTK6572 Dual Core 1.0GHz
RAM+ROM: 1GB RAM + 8GB ROM (with 8GB TF card)
Bluetooth version: Bluetooth 4.0
Display: 240 x 240pixels
Camera: 5.0MP
Support MP3/MP4/GPS/WiFi/3G Function
Compatibility:Compatible with Android smart phones
Network:
2G GSM: 850/900/1800/1900MHz
3G WCDMA: 2100MHz
What you get with your package.
Cell Phone: 1
Battery: 1 x 600mAh
Charger: 1
USB Cable: 1
An extra screen protector
Cleaning cloth
I was pleasently surprised to find an 8GB SD card already there. That plus the 8GB built in storage (4.88GB of which is usable) leaves you with enough storage for your apps and music. Videos too if you're interested in watching on a teeni tiiny screen. It has a certain buzz to it. Lol. Also, it had a screen protector on it.
Another awesome feature that I found was that it has a BT notification app so you can sync it with your watch to receive notifications on it from your phone and basically use it as android wear which is what some imacwear users are dying for.
OK so I might have been quick to "diss" the battery power. Today the W9 has been going for 14 hour 26 mins so far I don't know if this is to do with the fact that the battery needed to "bed down" or because of the fact that I turned the back light to it's minimum setting? Well it is back to a middle setting so we will see what happens And is currently sat at 55% ..... we shall see.
Anyway more info :
The touch display, I would say, misses 5% of my "touching" but I do have problems with my moto g and it's touch screen, so I would say it will probably work for most people 100%.
What has surprised me, is that using a keyboard half the size of a postage stamp with a little finger which fills about 1/4 of the screen is quite accurate! Type the wrong letter, hit delete and then move the little finger to the right or left a millimetre or so and you have the right letter. Although typing like that takes ages. Solution ! Download the google keyboard and download your language of choice "offline version" and use speech to type, seems to work very well apart from the dual core chip working in overtime to keep up.
Back in a few days or hours with some more updates Just got GPS to get working!
OK the battery problem is not due to wifi lol.
If you charge the battery while the phone is on it does not charge properly, or does not charge enough, don't know which?
If you charge the battery in the off state while it "flickers" on and off the animated battery icon, it seems to charge the battery completely(?)
Charged the watch yesterday afternoon, while on and got 6 hours out of watch before it switched off. Charged it last night while in the "off state" and it has currently been running for 14 hours!
So if you want to get a full charge from your watch battery charge it while shutdown
Where to buy and how much
Sent from my SM-N920T using Tapatalk
derrickmd18 said:
Where to buy and how much
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
http : / / www . everbuying . net / china-fifine-w9.html
(Of cause without the spaces)
Cost £92.62 on website, but after paying through paypal this turned to £95.98 approx and took around 2 weeks to get here
Can it work in the US. What's that in us currency
Sent from my SM-N920T using Tapatalk
Interesting info!
That's some interesting info on the battery life. Personally I leave the wifi and data connection off so at the end of the day I still have about 60 % battery remaining. I have managed to get the phone rooted and am looking to explore further. I bought the product at everbuying.com for $140. Compared to all the other smart watches this is the best bang for the buck because of the 1 GB ram and 8 GB ROM at such a low price. If you want I can do a video review of it and post it up.
I did install google keyboard and I love the gesture typing but for some reason I can't get the voice input to work. When I go to settings there isn't even an option for voice input in languages and input. I do have the mike button on my keyboard however its not working for some reason. when I click on it nothing happens.
My problem with the battery life is that it may be saying 82% and next minute the battery is dead! If I charge it when switched off I assume the electronics charge the battery but when switched on I assume the software takes over, a does not charge it fully?
Right the reason what you are getting no speech input (recognition) is that you have to be connected online via 3g. The alternative is to download the "offline" voice data.
Settings > Personal > Language & input > Google voice typing > offline speech recognition
When you use this offline it is a little slower (you get the feeling the dual core chip is working it's ass off) but it does work !
Would be interested to know what you used to root the unit?
Also would like to know if you have got the GPS working? (I still have had no luck getting this to work)
Oh and the reason I bought it was for GPS and the 1 GB ram. You try running any apps in 512Mb lol
Haha. True. I had the imacwear m7 and it would get laggy at times. I haven't tested the GPS yet but I wanna download offline maps for it like sygic or here maps.
Also, I dont have a "google voice typong " option in language and input.
I used kingoroot to root it and it was done in less then 5 mins.
I have 2 questions. 1. Have you got any lockscreen watch faces to work other then the stock ones? I have tried watchmaker but its not really good. Also, is there a way to leave the backlight on permanently? I realise that will kill my battery in a few hours but I just think it will be cool for the watch to show at all times.
2. Have you managed to connect it to your smartphone for reminders and notifications etc through the the btremind app? I can't seem to find the apk for the server on the phone side.
First, GPS finally got it working
It would probably have worked out of the box but could have taken 15 mins or more to do a satellite lock.
How to fix :
http : / / www . chinasmartphonereview . com / fix-gps-problems/
(With out spaces)
I now start to get a lock in around 10 seconds for the first sat and around 30 seconds for 5 when outside.
Inside forget it! Through a window forget it!
Now I have a satnav on my wrist
---------- Post added at 04:30 PM ---------- Previous post was at 04:21 PM ----------
qasimala said:
1. Have you got any lockscreen watch faces to work other then the stock ones?
2. Have you managed to connect it to your smartphone for reminders and notifications etc through the the btremind app? I can't seem to find the apk for the server on the phone side.
Click to expand...
Click to collapse
1) Sorry no but I assume you would have to root the device before being able to do this? And I don't want to do that yet. Plus I like the one that looks like an old digital watch
2) No I have not tried the btremind app, as I wanted the watch to be an independent comms device. Have you had a look through the watch storage (as yours is rooted) and spotted anything there?
Hello:
¿Is this Fifone W9 good to use only as a smartphone?
Many thanks.
OldGavi said:
Hello:
¿Is this Fifone W9 good to use only as a smartphone?
Many thanks.
Click to expand...
Click to collapse
I would say yes with a few limitations......
1) Screen is small but everything I have "thrown" at it so far works. Firefox,Mx player,Skype, Advance task manager, Navigator (Free), Facebook App, Google translate (Offline), Google voice search, speech recog (offline a little slow) GPS tools etc etc
2) Typing on the screen is "doable" but slow, get yourself a mini Bluetooth keyboard and you are away....
3) Battery! Battery is the only problem. Mine seems to have a mind of its own. Charge it one day and it will last over 24 hours, charge it another day and it lasts 6 hours????? Still not worked this one out but finding more and more about this device every day.
4) You do look like **** Tracy when using the phone, look him up on youtube if you don't know what I am on about.
Hope that helps
---------- Post added at 10:24 PM ---------- Previous post was at 10:18 PM ----------
qasimala said:
2. Have you managed to connect it to your smartphone for reminders and notifications etc through the the btremind app? I can't seem to find the apk for the server on the phone side.
Click to expand...
Click to collapse
Qasimala if you go into the BTreminder app on the watch, it tells you in the help to look for an app on the play store called WatchAssistant.apk Still have not tried this yet.
Oh rooted with Kingo no problem thanks
Ju_ excuse my bad English . I 'm writing from Spain .
Thank you very much for your comprehensive answer.
I would use this watch sporadically , to do some hands-free calls , receive and answer some whatsapp , and some e- mails.
Not too much.
Do you think I can use this watch for these operations?
Thank you very much and apologize for any inconvenience
how to connect this watch
I bought this watch for its feature set and elegant design. I found the identical watch from a number of different vendors at widely varying prices. No one offered any real support and the specified companion reminder program does not exist. I have tried every bluetooth reminder app on playstore and have found only two that actually work. It seems that the software in this watch is actually from unova. One clue is that the help program is from unova. The playstore unova ironman bt reminder program works with this watch when installed on my s4. The only other program I could make work is swapapp when installed on both the phone and watch. I still have a few issues with the watch, but overall, its a fine piece of hardware. I'm looking forward to learning from other user expieriences.
Using this watch just basically would get you through the day I believe if you keep it on 2g and keep the GPS off. I really love this thing and would recommend it to one and all.
Thanks so much for telling me how to connect the watch to the phone. I tried unova and it does work.
I keep trying to push this watch's limits. I played angry birds go racing on it without a hitch. Gonna try NFS most wanted next
OldGavi said:
Ju_ excuse my bad English . I 'm writing from Spain .
Thank you very much for your comprehensive answer.
I would use this watch sporadically , to do some hands-free calls , receive and answer some whatsapp , and some e- mails.
Not too much.
Do you think I can use this watch for these operations?
Thank you very much and apologize for any inconvenience
Click to expand...
Click to collapse
Your English is better than mine and I am from England lol
You will not have any problem doing what you want above. Also you probably would not need a BT Headset as speech to the watch is good and sound from the watch is a good volume, you might just have to turn the CD player down
If you want to know how well the watch performs read the comment by qasimala Need for speed on a watch lol !!!! Let me know how it goes qasimala
This watch continues to surprise me! Need for speed is working super smooth! I'll upload a video when I'm near a WiFi hotspot sometime. I use the watch for a few things mainly. I record lessons in class, listen to music on an earpiece which I bought together with the watch, I use it for working out (installed the madbarz app and it works like a wonder), I take the occasional picture or video without anyone noticing and whenever I'm bored and don't have access to my phone, I play games on it. Just got the idea to install here maps on it. I think it'll be really good because it gives you turn by turn directions offline which will probably increase the battery life on navigation quite a bit. Will let you guys know how it works out.

[TWRP] [ROOT] [ROM] Zeblaze Blitz 3G users thread

Hello
I've received this watch two weeks ago from Hong Kong
I open this thread to share my impressions with other users of this smartwatch.
1st impressions:
- contruction: material are very good. it's not easy to insert sim card
- update: i've installed one OTA update on 24/07, no changelog provided
- wifi: ok
- battery: not good, 1/2 day with normal use (bluetooth, gps on, sync off, automatic screen on shake off)
- apps: the apps like play store are not fitted to the round screen so it's really hard to use it
- runtastic: not compatible
- apps from play store : can't use some installed apps (after install are not listed in launcher)
- health functions: heart rate seems to be inaccurate. it's impossible to have a continuos monitoring with preinstalled app.
- calls: no problem, voice is clear with speakerphone. mic is ok.
- OK Google functions: really hard to set-up because of round screen. OK Google detection works (only with open app? maybe for some lost set-up)
- root: from settings menu you can unlock bootloader
phone app: sometimes my phone (oneplus one) can't connect to the paired watch. the app Sinwear is not the best...
TWRP port: here thanks to @cyrux75
TWRP installation instruction
and FINALLY... ROOT ACCESS thanks to @split52
1st custom ROM with TWRP and flash tooldowload here thanks to @split52
useful PIE app (better than system swype IMO) handy soft keys
stock rom with flash software
OTA from Zeblaze update 08/10/2016 TWRP flashable
new watchfaces for rooted watches
new modded rom 13-10-2016 thanks to @split52
I will constantly update this thread.
update: reply from Zeblaze support center
artyfarty said:
Hello
I've received this watch two weeks ago from Hong Kong
I open this thread to share my impressions with other users of this smartwatch.
1st impressions:
- contruction: material are very good. it's not easy to insert sim card
- update: i've installed one OTA update on 24/07, no changelog provided
- wifi: ok
- battery: not good, 1/2 day with normal use (bluetooth, gps on, sync off, automatic screen on shake off)
- apps: the apps like play store are not fitted to the round screen so it's really hard to use it
- runtastic: not compatible
- apps from play store : can't use some installed apps (after install are not listed in launcher)
- health functions: heart rate seems to be inaccurate. it's impossible to have a continuos monitoring with preinstalled app.
- calls: no problem, voice is clear with speakerphone. mic is ok.
- OK Google functions: really hard to set-up because of round screen. OK Google detection works (only with open app? maybe for some lost set-up)
- root: from settings menu you can unlock bootloader
phone app: sometimes my phone (oneplus one) can't connect to the paired watch. the app Sinwear is not the best...
So, other users are welcome to share his impression, apps, tips, etc. :good:
I will constantly update this thread.
Click to expand...
Click to collapse
Hi,
i also have the bluetooth problem, it´s instable, and i try to work with smartwach app (https://play.google.com/store/apps/details?id=com.ble.SmartWatch) but it won´t let me do bluetooth tethering, i´m not using SIM.
try to install S Health, but does not allows me, it asks for sim card, wich i not use.
Oscar
I bought the Lemfo Lem3 which seems to be exactly the same as the Blitz.
The biggest issue for me is the battery life.
Even with GPS, Bluetooth and WiFi turned off the battery last only about 7hrs. The specs stated 3hrs talk time, but the battery runs out after about 30min when making a phone call.
The battery life is a show stopper for me as I don't want to have to charge it several times throughout the day.
Yes, I confirm, bluetooth is not working good, can't receive notifications from phone and sinwear can't sinchronize watch data.
artyfarty said:
Yes, I confirm, bluetooth is not working good, can't receive notifications from phone and sinwear can't sinchronize watch data.
Click to expand...
Click to collapse
Hi,
I also confirm, bluetooth disconnects every time.
I have an iphone 6, I have tried sinwear app for IOS and the first time when you pair the "blitz" with the app, I receive all notifications from notification center and I can receive call notifications, SMS, mail, ... but after, 1 hour, 2 hours the smartwatch loses the bluetooth connection.
Sometimes it loses also the language configuration and date/time.
I have tried also install other BT apps like LE or BLE and I have the same result.
"Bluetooth disconnects!!!"
In the specifications from smartwatch says that the ios is in development, maybe is the reason for notifications, but I think that the problem for the bluetooth is for all platforms.
I seems that they have a big problem with this.
The battery life if you put hand bright screen to off is better, for me all day.
Hi,
Hi,
I hesitate between several watches, Zeblaze Blitz, No1 D5+ and K9. The only one certified IP67 is the Zeblaze so I think this is my preference.
Can you tell me if it's Micro (as most of phones) or Nano Sim (as iPhone 5, 6,...) ?
Do you think it's possible (using GSM with the watch) to hangup and answer textos with the phone connected by bluetooth ? It's easier to use phone keyboard instead of the watch one.
Is it possible to spell the texto instead of using keyboard ?
Is it possible to download and install new watch faces ?
Many thanks
Sorry for my english...
nano sim
for bluetooth features, read previous posts, all users (me too) have problems with bluetooth.
watch faces: you can use only the installed ones (approx 20 watch faces)
spell the text: you can use "ok google features" to make calls, send sms and whatsapp without keyboard
ciao!
ancor said:
Hi,
Hi,
I hesitate between several watches, Zeblaze Blitz, No1 D5+ and K9. The only one certified IP67 is the Zeblaze so I think this is my preference.
Can you tell me if it's Micro (as most of phones) or Nano Sim (as iPhone 5, 6,...) ?
Do you think it's possible (using GSM with the watch) to hangup and answer textos with the phone connected by bluetooth ? It's easier to use phone keyboard instead of the watch one.
Is it possible to spell the texto instead of using keyboard ?
Is it possible to download and install new watch faces ?
Many thanks
Sorry for my english...
Click to expand...
Click to collapse
Bluetooth is a problem on all these sinsoft launcher based watches I2, S99, Blitz, KW88 etc etc
Battery is also terrible on all except the I2 - if on the newer firmware - but this has phone-call related bugs.
Watch Faces are a no go until we get more info from the Manufacturer - it's coming in August most likely.....
They all use a nano sim.
PS: DO NOT TRY TO CROSS FLASH FIRMWARE ON THESE WATCHES - you will end up with a bricked watch.
They all have security checks built in to prevent this.
update: watch is on, battery at 64% --> watch shut down itself. plug in charger --> battery at 0%.
I am very happy about this watch.......................
i am so far ok with this.
yes battery wont last long. But usually i just use it for strava without 3G. battery seems to last long with that.
I think after root it should get better. Not sure how to do though
Any idea how to do backup?
artyfarty said:
update: watch is on, battery at 64% --> watch shut down itself. plug in charger --> battery at 0%.
I am very happy about this watch.......................
Click to expand...
Click to collapse
Same problem here. It dies when it's supposed to have around 50-60% left. I'm going to RMA my watch and hopefully get refund. Trying to record when it happens at the moment. We'll see what happens I guess :crying:
After update my gesture clock is bugged (i think). No mater which face i put it will on gesture move show same one... Is this the case on your Blitz ? after ota update ?
donmarkon said:
After update my gesture clock is bugged (i think). No mater which face i put it will on gesture move show same one... Is this the case on your Blitz ? after ota update ?
Click to expand...
Click to collapse
same here
apn settings is missing
Hi guys,
I am quite surprised with your bad experiences with this smartwatch because I am very pleased with my Zeblaze Blitz for now.
I have it since 2 weeks and am very satisfied with it. So I upvoted it
I use it as a companion with my phone and only use bluetooth with tethering to have internet on the watch. The bad part with tethering is that I have to activate my bluetooth as a modem on my phone each time I activate it and then go to bluetooth settings on the watch, find my phone and check "Internet access" to enable it. Doing this each time is quite frustrating...
Synchronization is done with the sinwear official app and I receive all notifications from my phone (mails, hangouts, sms/mms, phone call) without a problem.
I tested SWApp Link which works pretty well (new possibility to respond sms and hangouts directly from the watch AND to reject phone call with or without a message, respond did not work for me) and add new watchfaces but it drains the battery too fast for a full day use.
The only bluetooth deconnections I noticed are when I go too far from my phone and I need to resync the watch via sinwear on the phone when I am back but it took only a few secs.
My build is Z9-KY-V06, I made an update directly through the watch right after getting it from Z9-KY-V04 (I think it was a 4 at the end but I am not sure at 100%).
The battery lasts a little more than 2 working days, I power it up when I go to work and power it off shortly after coming back home so I will say it lasts around 25-28hours in my usage. I am actually at 15% on my third morning and will need to charge it not long after lunch.
I did'nt try yet its waterproof functionality but I will tell you if it's still working when drenched while running
Podometer is not that accurate (according to it I make some steps while just gesturing or typing on my keyboard while seated) but give a good idea of what you travelled.
I hope it will help you, do not hesitate if you have any question
PS : My phone is a Samsung Galaxy S5 Neo.
PS2 : I tested Pokemon GO for my wife with GPS and wifi activated and it is working ! I cannot say more because I won't give her my new watch nor am I interested in that game, but if some of you guys are...
I'm have this smartwatch but brand Lemfo Lem3. i can't connect with Android Wear, can paired but can't connect stuck in updating screen, Any solve problems ? when i install Sinwear, i understan't but language in chinnese (mandarin), How i install Sinwear in english ? what this smartwatch add watch faces ? how ?
thanks and sorry with my english.
We cannot add new watchfaces for now but you can follow the community "Round Android Smartwatches- ROMs, Faces and FAQs" on Google+ (can't add links), if something new emerges it will be indicated there !
Did you flash the sinwear code directly from the watch ? I downloaded it that way on my phone and it was in english.
Maybe it's different with Lem3 than with Blitz.
------
I tested gesture clock and it always shows for a short second a minimalistic but nice 4 digits bi-colour hour minute. I think it shows my watchface before I updated but I can't say for sure because I didn't use that a lot.
I don't find it problematic not to have the full clock face when just wanting to check the hour, I think it's better for the battery life. But this behavior requires to push a button each time we want to really use the watch and not only check the time.
Talking of battery life I didn't precise that I use a custom level of brightness somewhere between mid and low and that I deactivated all sounds. I am sure those two steps greatly helps my watch longevity
i cant conecct with usb and my pc, this is possible with this watch?
Yes it is, but you need to plug your watch to its charging dock first.
If it is not working try activating usb debugging in the developer menu on the watch.
Some other people have a problem with their battery, unplug and plug it again a minute later seems to solve some problems.
If yours persists you should contact the vendor.
Hi,
How to upgrade build number? My Blitz is having Z9-KY-V03. I am using Wireless Upgrade and see a message saying "This version is not configured in FOTA server"

How can I prevent my J5 screen from dimming ???

Hi all,
I know this is an old question, but all my googling thru online forums led to nothing conclusive yet, other than non-working suggestions or using apps. But having to live with this dimming thing is bothering and exhausting !!! Simply said, there aren't any useful settings. Max display timeout in my phone is 10 minutes but, no matter which value I pick, after some seconds my display gets dimmed. And the developer option "stay awake" serves no purposes aswell... it just prevents the screen from going to sleep completely when under charge, but still dims after few seconds of inactivity. Is there any trick to finally turn this infamous auto-dimming off ?? IF I CAN, I would like to achieve this result WITHOUT using any apps, if possible. Oh my J5 is rooted of course, I can even tamper with system scripts or variables, if u instruct me on how to do.
Thanks !
ElenaXX said:
Hi all,
I know this is an old question, but all my googling thru online forums led to nothing conclusive yet, other than non-working suggestions or using apps. But having to live with this dimming thing is bothering and exhausting !!! Simply said, there aren't any useful settings. Max display timeout in my phone is 10 minutes but, no matter which value I pick, after some seconds my display gets dimmed. And the developer option "stay awake" serves no purposes aswell... it just prevents the screen from going to sleep completely when under charge, but still dims after few seconds of inactivity. Is there any trick to finally turn this infamous auto-dimming off ?? IF I CAN, I would like to achieve this result WITHOUT using any apps, if possible. Oh my J5 is rooted of course, I can even tamper with system scripts or variables, if u instruct me on how to do.
Thanks !
Click to expand...
Click to collapse
It sounds like a problem with the Rom. What rom u using ?
Sent from my Honor 8 using XDA Labs
ElenaXX said:
Hi all,
I know this is an old question, but all my googling thru online forums led to nothing conclusive yet, other than non-working suggestions or using apps. But having to live with this dimming thing is bothering and exhausting !!! Simply said, there aren't any useful settings. Max display timeout in my phone is 10 minutes but, no matter which value I pick, after some seconds my display gets dimmed. And the developer option "stay awake" serves no purposes aswell... it just prevents the screen from going to sleep completely when under charge, but still dims after few seconds of inactivity. Is there any trick to finally turn this infamous auto-dimming off ?? IF I CAN, I would like to achieve this result WITHOUT using any apps, if possible. Oh my J5 is rooted of course, I can even tamper with system scripts or variables, if u instruct me on how to do.
Thanks !
Click to expand...
Click to collapse
On my J5 screen never gets dimmed unless the display is turning off due the timeout.
There are apps which can dim the screen, including apps which "save battery". Maybe you have a kind of this app which does this?
Your screen turn off after 10 minutes or after the screen gets dimmed?
It seems a very common and complained issue between Android users from what I read here and there, so more a wanted feature by the original developers than a rom bug... not sure if u are referring to Android version, it is 5.1.1 Kernel id 3.10.49-787809.
No of course I haven't any energy saver apps installed or such things.
All system energy saving options are disabled already.
My phone dims the screen after abt 10 seconds, no matter how long I set the timeout
Oh it suxxxxxx... !!!!
ElenaXX said:
It seems a very common and complained issue between Android users from what I read here and there, so more a wanted feature by the original developers than a rom bug... not sure if u are referring to Android version, it is 5.1.1 Kernel id 3.10.49-787809.
No of course I haven't any energy saver apps installed or such things.
All system energy saving options are disabled already.
My phone dims the screen after abt 10 seconds, no matter how long I set the timeout
Oh it suxxxxxx... !!!!
Click to expand...
Click to collapse
Go in download mode and tell me if ur screen is still diming
I tried... it is NOT dimming in download mode... but it's obvious isn't it ? Only some minimal kernel portion is ran there, not the whole OS with all its power saving features etc...

Categories

Resources