Round calculator from FAW app store

Hi everybody

Does anybody have the typical round calculator that used to exist on the app store from ours full Android watches like Lemfo LEMP, Kospet Prime 2, etc??

Today I did accidentally reset my watch to factory settings.
Then, when I went to the app store on the FAW menu to download that calculator and the round stopwatch, I realized that both of them doesn’t exist anymore.

They was very useful for me, specially that round calculator since Google calculator doesn’t fit very well to our round screens.

If anybody can recover those apk I’ll be glad too much!!!

Thanks in advance.

If you’re talking of my apps, they have been disabled by Google. It needs too much work to keep them in the playstore. I’ve given up.
I will provide links if needed.

2 Likes

I’m talking of this apps suite inside the watch, which contained those mentioned before:

I’m in the same shoes, one of my Wear OS watch faces were disabled. However if you have a source code or binary I would be very interested. Maybe even with a pull request.

What are the exact names, maybe even the fully qualified names of the apps (I am thinking of APKPure now)

It was very common, just “calculator”…
Sadly I don’t have a screenshot, but it was rounded app, perfectly designed for round screens and worked perfect on the watch.
The operations panel (+, -, *, /) was green color

Well it looks like those apps has gone forever…

Since it’s obviously very important to you, I would say that your description is the problem. You don’t know the exact name, nor can you describe it very well. A detailed drawing might help so that members know which app you’re actually talking about.

It was located as an app inside the app store of the smartwatch:

I remember it was a round calculator app, with black background display, grey buttons numbers below the display, and green operators (+,-,*,/) located on the right side of the screen, which can be swiped to left to allow to use another operators (sin, cos, etc)

As can be seen on the image above, now there are two new apps on the app store than didn’t exist there before, they are IG and TT.

This app store is linked to an specific site called WiiStore:

Com.wiite.wiitestore.app

Could anybody wearing a Lemfo, Kospet, or similar watch, and still having installed this Calculator app on your watch, extract it with Apk extractor or some similar tool, and then uploading here??

I know I’m probably asking too much maybe. But thanks anyway.

This is EXACTLY the calc app of what I’m talking about:


Thanks @tocsa for the images!

1 Like

I posted an issue to Android Enthusiasts adb - How to find and download a specific APK (com.android.calculator2) from a FAW device? - Android Enthusiasts Stack Exchange but maybe someone can help me here as well. My suspicion is that the apk is the com.android.calculator2. However I cannot locate it or download it. Details are in that issue.

I managed to pull it I think with applications - How can I get the apk file of an app? - Android Enthusiasts Stack Exchange

csaba@asus:~$ adb shell pm list packages|grep -i "calc"
package:com.android.calculator2
csaba@asus:~$ adb shell pm path com.android.calculator2
package:/data/app/com.android.calculator2-wLSoKNlrji2JailU6ulo6Q==/base.apk
csaba@asus:~$ adb pull /data/app/com.android.calculator2-wLSoKNlrji2JailU6ulo6Q==/base.apk .
/data/app/com.android.calculator2-wLSoKNlrji2JailU6ulo6Q==/base.apk: 1 file pulled, 0 skipped. 31.0 MB/s (3885576 bytes in 0.120s)

I uploaded the APK here: https://www.apkfiles.com/apk-616931/exactcalculator
I researched more. In the APK I found the name CRCalc and Silicon Graphics + HP. Fortunately it’s open source, part of AOSP, see here:

However it looks like dormant for 6 years with last modified for the Android IoT release?

1 Like

You’re a genius, men, really!!!

I glad you so much to recover it, it can be a minor app for some people but I think it’s the perfect calculator for round screens.

I’ve checked many others and no one works as this. I double backup this time, I can’t lose it again.

Thanks a lot, buddy!!! :fist_right:t3::fist_left:t3::muscle:t3::muscle:t3::muscle:t3:

1 Like

Let’s track down that chronograph too. From what you describe I feel like it’s a “timer”, or “stopper”. I think I installed the calculator from the FAW app store a long time ago (it’s at the bottom of the list of the apps with my own apps). When I start the FAW store now it only offers 5 apps as “Recommended”:

  1. System Upgrade
  2. Instagram
  3. TikTok
  4. WhatApp
  5. Facebook (this one pops up if I try to scroll down)

Then it says “I have reached the bottom”.
I feel like if I can figure out how to search in the store instead of just the “recommended” apps, I could potentially download that timer. I think it flashed before my eyes but then the recommended list laid over it. So if I can install it then I could offload it.

Another thing I tried is to look at platform/packages/apps/ - Git at Google but I don’t see any “chrono”, “timer”, or “stopper” or similar. But let me know.

That what you’re said is just what I was talking 'bout at the beginning of this thread. That stopwatch (or timer, chronometer) is not anymore on our FAW app store.
Two new apps replaced the stopwatch and calculator apps on the store: TikTok, and Instagram.

That’s why is not possible download them again and only will exists on our FAWs until we uninstall them… Or get them on some way like you did with calculator…

I was hoping it would be also a discontinued app in the AOSP repo. Or any other way to know the package id (for the calculator that’s the com.android.calculator2) and then we can hunt it down. I’m sure someone somewhere dumped it.