Z01 Android 4.2 3G Smart Bluetooth Watch

kast

Senior Member
Dec 3, 2006
565
1,339
0
Europe
Hi there,
didn't find, despite looking, any post regarding the watch I recently bought and about to receive, so take liberty to call for info if anyone has any.

The watch is sold in many sites as:
Z01 Android 4.2 3G Smart Bluetooth Watch 1.3GHZ MTK6572 Dual Core 4GB ROM Camera

Except for "Z01", no specific name or brand. The watch is merely described by its specs, as many other watches are.
The watch looks like this:


Does anyone have more details on it? Info on the producer / maker? I'm interested in the software it runs and the sources (I know it's gonna be hard to find any).


Update: been more lucky with my second attempt and finding more info on the Net.
Turns out this Z01 is actually the "DW08" by a Chinese company called something like DCool.

Cheers,
Ka.
 

Attachments

Last edited:

negriton

Senior Member
Jun 28, 2014
377
42
0
Madrid
same that simvalley MOBILE AW-414.Go = iconBIT NetTAB Callisto 300 = Omate Truesmart...

I'm wondering why Omate Launched a Crowfounding campaign for this smartwatch... they are so clever..
 

BPM

Senior Member
Mar 4, 2006
381
39
58
looks like another omate clone.
but with newer android??? would be nice if someone could test the rom on a truesmart
 

simple1i

Senior Member
Aug 3, 2009
497
70
0
london
@kast have you been on the Omate smartwatch forum to get more info about this watch?

There's also the Z8 thread too. This was sold as Z8 too.

As far as standalone watches this seems like the best option to date. The InWatch Z is better but costs too much for a 2G radio.

What is your experience so far?
Does it come with PlayStore?
How's the battery life?
And importantly how does it work with notifications?

One issue was it wasn't secure.
 

kast

Senior Member
Dec 3, 2006
565
1,339
0
Europe
@kast have you been on the Omate smartwatch forum to get more info about this watch?

There's also the Z8 thread too. This was sold as Z8 too.

As far as standalone watches this seems like the best option to date. The InWatch Z is better but costs too much for a 2G radio.

What is your experience so far?
Does it come with PlayStore?
How's the battery life?
And importantly how does it work with notifications?

One issue was it wasn't secure.
Hi there,
after a few days with it, can say I'm relatively pleased. Ok, watch is definitely "bulkier" than what the picture in the online store might suggests but it's working pretty well. With the watch forced in 2G, Wifi on (to connect when available) and moderate use, battery lasts about 1.5-2 days, which is pretty good, considering the wee battery it has.
No crashes or crazy reboots... Seems behaving quite nice. Too bad there is no way to get the kernel sources and hack it a bit.
It does come with the Play Store though and can be easily rooted.

Take care,
Ka.
 

simple1i

Senior Member
Aug 3, 2009
497
70
0
london
Hi there,
after a few days with it, can say I'm relatively pleased. Ok, watch is definitely "bulkier" than what the picture in the online store might suggests but it's working pretty well. With the watch forced in 2G, Wifi on (to connect when available) and moderate use, battery lasts about 1.5-2 days, which is pretty good, considering the wee battery it has.
No crashes or crazy reboots... Seems behaving quite nice. Too bad there is no way to get the kernel sources and hack it a bit.
It does come with the Play Store though and can be easily rooted.

Take care,
Ka.
U have the DW08 right?
 

hackerse7en

Senior Member
Jan 8, 2011
263
40
0
Porto
so, can you tell me 3 really important stuff.
Is it waterproof?
Does it have fm radio?
how do you ear music (does it have 3.5mm jack?)?
acessories that came with the watch?
thanks a lot :D
 
Last edited:

collectric

Member
Feb 4, 2007
38
5
0
Hi there,
after a few days with it, can say I'm relatively pleased. Ok, watch is definitely "bulkier" than what the picture in the online store might suggests but it's working pretty well. With the watch forced in 2G, Wifi on (to connect when available) and moderate use, battery lasts about 1.5-2 days, which is pretty good, considering the wee battery it has.
No crashes or crazy reboots... Seems behaving quite nice. Too bad there is no way to get the kernel sources and hack it a bit.
It does come with the Play Store though and can be easily rooted.

Take care,
Ka.
Hi,

I also purchased the same watch phone named WP3 (...?).
I would appreciate some assistance:

First, how did you root it?

Second, is there a way to have widgets such as direct contact dial?

Third, in the watch AD. and checking with "Z Device Test" it "appears" as the watch has compass capability but practically it doesn't work... is it right?

Thank you in advance
George

---------- Post added at 04:50 PM ---------- Previous post was at 04:44 PM ----------

I purchased an identical watch named "WP3" :

- It is waterproof
- Doesn't have FM radio
- Being waterproof - there are no inputs/plugs of any kind apart from 5 contacts that, using a special adapter, allows you to connect to micro USB.
- The only accessories are the special micro USB adapter and a tiny screw driver for SIM and SD card installation.

George
 

kast

Senior Member
Dec 3, 2006
565
1,339
0
Europe
Hi,

I also purchased the same watch phone named WP3 (...?).
I would appreciate some assistance:

First, how did you root it?

Second, is there a way to have widgets such as direct contact dial?

Third, in the watch AD. and checking with "Z Device Test" it "appears" as the watch has compass capability but practically it doesn't work... is it right?

Thank you in advance
George

---------- Post added at 04:50 PM ---------- Previous post was at 04:44 PM ----------

I purchased an identical watch named "WP3" :

- It is waterproof
- Doesn't have FM radio
- Being waterproof - there are no inputs/plugs of any kind apart from 5 contacts that, using a special adapter, allows you to connect to micro USB.
- The only accessories are the special micro USB adapter and a tiny screw driver for SIM and SD card installation.

George
Rooting it is not that difficult as "adb shell" grants you a root shell.
With that you remount /system as rw:
busybox mount -o,remount rw /system
Grap the superuser update zip and extract it, then you adb push "su" to /system/xbin
remember to suid it (chmod 4755)
Then remount system ro:
busybox mount -o,remount ro /system
and install "superuser" or "supersu" from the store.
Those will update the su binary properly.

From memory, mind the steps ;)

Ka.
 
  • Like
Reactions: collectric

collectric

Member
Feb 4, 2007
38
5
0
Rooting it is not that difficult as "adb shell" grants you a root shell.
With that you remount /system as rw:
busybox mount -o,remount rw /system
Grap the superuser update zip and extract it, then you adb push "su" to /system/xbin
remember to suid it (chmod 4755)
Then remount system ro:
busybox mount -o,remount ro /system
and install "superuser" or "supersu" from the store.
Those will update the su binary properly.

From memory, mind the steps ;)

Ka.
Thank a lot Ka,

My previous watchphone was the Z1 having Android 2.2 which I rooted simply running "Z4Root" application .
Is there something similar for this watchphone? Or any tutorial to follow step by step the method you explained from memory?

Sorry to bother you and thanks again for you assistance...
George
 

collectric

Member
Feb 4, 2007
38
5
0
Rooting it is not that difficult as "adb shell" grants you a root shell.
With that you remount /system as rw:
busybox mount -o,remount rw /system
Grap the superuser update zip and extract it, then you adb push "su" to /system/xbin
remember to suid it (chmod 4755)
Then remount system ro:
busybox mount -o,remount ro /system
and install "superuser" or "supersu" from the store.
Those will update the su binary properly.

From memory, mind the steps ;)

Ka.
Thanks again,

I tried "SRSRoot" with no success - rooting was easy, the program indicated that the watch was rooted but the "Root Checker" concluded - "No Root Access".

On the other hand, I ran "RootGenius" - http://www.shuame.com/en/root/ (no setup needed) - and it went like a dream - couple of seconds and the watch was properly ROOTED (confirmed by "Root Checker") !!!!

George
 

Tuoppikake

Member
Oct 2, 2014
9
2
0
Oulu
Hi there,
after a few days with it, can say I'm relatively pleased. Ok, watch is definitely "bulkier" than what the picture in the online store might suggests but it's working pretty well. With the watch forced in 2G, Wifi on (to connect when available) and moderate use, battery lasts about 1.5-2 days, which is pretty good, considering the wee battery it has.
No crashes or crazy reboots... Seems behaving quite nice. Too bad there is no way to get the kernel sources and hack it a bit.
It does come with the Play Store though and can be easily rooted.

Take care,
Ka.
Hello!
I'm happy to hear that the watch feels promising. Everything with it looks pretty good I'd say. I've been drooling for this watch for a few days now and I'm about to order one next week. I would like to have confirmation about some of the specs before buying if you have the time to answer.

1. Does it support sd card? There's not reference to it at dealsmachine dot com.
2. Where did you buy it yourself?
3. Does it have an audio plug? The site says it has 2.5mm audio plug, but I can't see it in the pictures. And the store would like to send a free headset with 3.5mm plug with the watch...
4. Does it get hot when used?

I know there's a lot of clones of this watch and it may have been sold by another name in different stores, but some of them could have some specs different. All in all the sd card support is the most important spec for me.
Thanks!
 

Tuoppikake

Member
Oct 2, 2014
9
2
0
Oulu
No need to answer anymore. I already ordered z15-model which seems to be roughly similar to the z01. I did check out some reviews of the site I was going to order the z01 and people didn't seem to be happy with it so I ordered elsewhere.
Z15 doesn't have support for sd cards either (unless there's a hidden slot under the "warranty void" back panel like some of truesmart...)
All the specs seems to be same as in the z01 except the form of the device is a little bit different.
Let's see what I'm going to get.
 

jrome123

Senior Member
Jul 6, 2009
109
12
38
This watch is sweet i had it for 10 day now.. I have the cas100 @ the iron man watch for $140 this is the sh**t.. Miss one thing on this watch g sensor

Sent from my GT-N7105 using XDA Premium 4 mobile app
 

simple1i

Senior Member
Aug 3, 2009
497
70
0
london
No need to answer anymore. I already ordered z15-model which seems to be roughly similar to the z01. I did check out some reviews of the site I was going to order the z01 and people didn't seem to be happy with it so I ordered elsewhere.
Z15 doesn't have support for sd cards either (unless there's a hidden slot under the "warranty void" back panel like some of truesmart...)
All the specs seems to be same as in the z01 except the form of the device is a little bit different.
Let's see what I'm going to get.

@Tuoppikake - Did you receive your watch?
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone