New watchface for the Amazfit watch - Amazfit

Hello guys,
I've just created a new watchface for the Amazfit:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The code is hosted in github (follow the link of the image as I can't post URLs) and you are free to modify/optimize/copy ... it. I won't provide any binaries aka APKs so building the watchface is up to you.
I won't provide much support so you are basically on your own, but heck it's for free.
Kind regards,
Manuel.

Hello! Can you give a link to wfz ?

Hello!, it's not a wfz but rather an APK that must be compiled
Since it uses Huami binaries and I don't know their license I won't provide the APK (sorry for that ) .Anyway, with the source code it's quite esasy to do (github.com/manuel-alvarez-alvarez/malvarez-watchface).

and compatible with the us version?

I imported the project into Android Studio and downloaded HuamiWatchFaces.apk from the watch with adb.
But I'm having trouble with the step "Add the HuamiWatchFaces application as a jar dependency into the libs folder".
No matter what I do I always get "error: package com.huami.watch.watchface does not exist".
(I simply put the apk in ./malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\libs but I doubt that would be correct)
It's been a long time since I compiled something for Android, so I must be making something really dumb.
Can you help?
EDIT: Managed to compile it. Although I had to strugle to deodex HuamiWatchFaces and then turn it into a jar. I don't think I did it correctly, but it worked.
Very nice. Thanks Manuel.

4Gibas said:
and compatible with the us version?
Click to expand...
Click to collapse
Yes, it's compatible.

Is it for pace only? How about CN version?

karlo0321 said:
Is it for pace only? How about CN version?
Click to expand...
Click to collapse
I don't have the CN firmware, so I couldn't say.

pmos69 said:
I don't have the CN firmware, so I couldn't say.
Click to expand...
Click to collapse
I always getting this error. How to fix this? Thanks

karlo0321 said:
I always getting this error. How to fix this? Thanks
Click to expand...
Click to collapse
The missing symbols should be provided by the HuamiWatchFaces.jar.
Did you import the jar as a library in the project?
Can't really tell much from the screenshot.

I also have an error
Please write a manual how to assemble this project
Code:
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\widget\HasSlptViewComponent.java
Error:(5, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(6, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(15, 10) error: cannot find symbol class SlptViewComponent
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\AbstractWatchFace.java
Error:(19, 74) error: package com.huami.watch.watchface does not exist
Error:(90, 18) error: cannot find symbol class Engine
Error:(22, 84) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(52, 83) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(30, 9) error: method does not override or implement a method from a supertype

scrubber said:
I also have an error
Please write a manual how to assemble this project
Code:
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\widget\HasSlptViewComponent.java
Error:(5, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(6, 39) error: package com.ingenic.iwds.slpt.view.core does not exist
Error:(15, 10) error: cannot find symbol class SlptViewComponent
C:\users\Scrubber\Desktop\malvarez-watchface-master\app\src\main\java\es\malvarez\mywatchfaces\AbstractWatchFace.java
Error:(19, 74) error: package com.huami.watch.watchface does not exist
Error:(90, 18) error: cannot find symbol class Engine
Error:(22, 84) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(52, 83) error: package com.huami.watch.watchface.AbstractWatchFace does not exist
Error:(30, 9) error: method does not override or implement a method from a supertype
Click to expand...
Click to collapse
After you put HuamiWatchFaces.jar in the libs, you have to right click it and say you want to import it as a library. (As far as I can remember)
Perhaps you didn't do that.

pmos69 said:
The missing symbols should be provided by the HuamiWatchFaces.jar.
Did you import the jar as a library in the project?
Can't really tell much from the screenshot.
Click to expand...
Click to collapse
Yes after i converted classes.dex from apk to jar.

pmos69 said:
After you put HuamiWatchFaces.jar in the libs, you have to right click it and say you want to import it as a library. (As far as I can remember)
Perhaps you didn't do that.
Click to expand...
Click to collapse
I imported the library HuamiWatchFaces.jar, but this error did not disappear :crying:

scrubber said:
I imported the library HuamiWatchFaces.jar, but this error did not disappear :crying:
Click to expand...
Click to collapse
I also set the library folder path.

karlo0321 said:
I also set the library folder path.
Click to expand...
Click to collapse
I make a mistake, but I do not know what
View attachment 4145591

scrubber said:
I make a mistake, but I do not know what
Click to expand...
Click to collapse
We got the same error.

karlo0321 said:
We got the same error.
Click to expand...
Click to collapse
1 error fixed
Now i have this error
Code:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/widget/DrawerLayout$DrawerListener;

scrubber said:
1 error fixed
Now i have this error
Click to expand...
Click to collapse
How do you fix the error? And what version you have? Us or cn?

It was necessary to convert dex 2 jar, then libs works, here they wrote not the correct manual
Use the dex2jar-2.0 program

Related

Delete This

Oops wrong section. Kinda... Delete please
xGary said:
So I was doing a proximity sensor experiment cause mine wont work and I was playing around with Phonebook and Phone APKs. My Java is not working so I couldnt usb adb
Click to expand...
Click to collapse
Following from your other thread, I've updated my Java and can still use ADB, so not sure if it is a version issue or why it no longer works for you. In regards to this thread, I've done similar before and had to reflash in the end.
XperiaX10iUser said:
Following from your other thread, I've updated my Java and can still use ADB, so not sure if it is a version issue or why it no longer works for you. In regards to this thread, I've done similar before and had to reflash in the end.
Click to expand...
Click to collapse
Well that sucks... Cause my Java isnt working so I cant use the reg flash method which requires java for the deviceid part... Which of the new root or flash methods work without Java?
Regarding the Java issue, its because I installed the v21 Java. You probably installed the v20 Java and then upgraded. Ill try the Java again...
xGary said:
Which of the new root or flash methods work without Java?
Click to expand...
Click to collapse
The "One Click" method, which is what I used last.
xGary said:
Regarding the Java issue, its because I installed the v21 Java. You probably installed the v20 Java and then upgraded. Ill try the Java again...
Click to expand...
Click to collapse
I did yes, but again, don't see how it could be a version issue.
XperiaX10iUser said:
The "One Click" method, which is what I used last.
I did yes, but again, don't see how it could be a version issue.
Click to expand...
Click to collapse
Chewitt said:
ive not looked into what broke it in 21, chances are a slightly different location/naming.
Click to expand...
Click to collapse
Thats what the guide creator said. However, I am looking into it. Doesn`t seem to have a different path tho
It would be nice if you could help me take screen shots of your Java folder and the folder inside that Java folder or perhaps where the Java.exe is located
Thanks
xGary said:
Doesn`t seem to have a different path tho
Click to expand...
Click to collapse
That's what I thought, Javas Java at the end of the day. I've got a 6.0.160.70 installer here you could try, but no doubt it's just going to download the newer files...
xGary said:
It would be nice if you could help me take screen shots of your Java folder and the folder inside that Java folder or perhaps where the Java.exe is located
Click to expand...
Click to collapse
I took snips of both bin folders...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XperiaX10iUser said:
I took snips of both bin folders...
Click to expand...
Click to collapse
Thats exactly where my files are located too... It seems that the JRE installer on the website is still in v20 but once I install the JDK which is in v21 it updates the JRE as well...
Update
I was able to disable the JDK from updating the JRE to v21 as well but it still doesn't work. You do have Java in your taskbar or in your process list right?
Not quite sure what to suggest from here.
XperiaX10iUser said:
Not quite sure what to suggest from here.
Click to expand...
Click to collapse
I managed to find a v20 JDK from a file hosting site (not sure if its safe) I will try if it works.

aZuZu Small Tools 4 SE - All In One Place - Direct SIN / YAFFS UnPacker Added

apk manager (backup, install, delete apks on phone )--- link: soon
custom boot image toolkit
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
azuzu kitchen --- link: soon
nandroid2pc ( xrecovery backup copier / unpacker to pc) --- link: soon
aZuZu amend syntax update-script to edify syntax updater-script converter
RamDisk Packer for Windows
Small Library Dependency Scanner - Alpha
Direct SIN & YAFFS UnPacker
http://azuzu.spice.net.au/tools/aKSTK/aKSTK.zip
very nice!!!
on project, your tool look good... i'm wating the result.. the first release...
thank to try to make our cooking easyer ...
This is very appreciated!
When will links be up?
Thanks for the tools
*solved* ...
a1exander said:
Can someone please tell me on how do open/edit .so files like gralloc or copybit?
Click to expand...
Click to collapse
.so files are linux libraries.... something like .dll in windows...
afaik (though i could be wrong) they cannot be edited... they need to be recompiled from sources to make any changes...
*solved* ...
a1exander said:
Can you please give me a quick little guide on how to do that?
Im kind of new to "developing".
Click to expand...
Click to collapse
i am also new to compiling stuff from sources so cant really help u there...
but if u want to look at CM7 sources u can always keep checking https://github.com/freexperia/FreeXperia
*solved* ...
a1exander said:
I see the gralloc there, but how do I compile it?
I really appreciating you people helping!
Click to expand...
Click to collapse
check out the make file:
https://github.com/freexperia/FreeXperia/blob/master/android-cm7/device/se/x10/libgralloc/Android.mk
Wow, that didnt take long. Please stay on topic guys.
Sent from my X10i using XDA Premium App
a1exander said:
Sry, but how do I get the libgralloc from FreeXperia github into gralloc.so file?
EDIT: Android NDK right?
Click to expand...
Click to collapse
If you're on Windows: http://www.cygwin.com/ , cd to directory where the sources are, and run the make command.
On Linux, cd to the sources directory and run the make command.
*solved* ...
a1exander said:
(Im on Linux Ubuntu)
Hm..
First I forked the FreeXperia directory, cloned it to my home directory. Then I cd it in my terminal by running this code:
cd /home/alexander/FreeXperia/android-cm7/device/se/x10/libgralloc
Then I write "make" and press enter. (I have installed make via Synaptic package manager)
Then I get this error message:
make: *** No targets specified and no makefile found. Stop.
..
Please help, what have I done wrong?
Click to expand...
Click to collapse
yes thats expected as there is no native make file..
may be try renaming that android.mk to 'make' or 'makefile' i dont remember which one works
*solved* ...
a1exander said:
Iv'e already tried that, same error though. This drives me insane..
Click to expand...
Click to collapse
well better insane than impotent that i allways say...
sorry for slow upload but some things are private tools w/o any help or error handlers etc so i have to adjust them little bit.
plus custom kernel toolkit still in w.i.p becouse split boot image / join boot image is being ported to c#
thought i should bump this up...
Chumby_666 has posted:
update-script to edify script converter
for converting amend syntax update-script to edify syntax updater-script (required for xRecovery v1.0.0)
check 1st post
Thank you Chumby_666 for ur work!!!
DooMLoRD said:
thought i should bump this up...
Chumby_666 has posted:
update-script to edify script converter
for converting amend syntax update-script to edify syntax updater-script (required for xRecovery v1.0.0)
check 1st post
Thank you Chumby_666 for ur work!!!
Click to expand...
Click to collapse
Can you explain how this tool works? I couldnt get it to work.
frost866 said:
Can you explain how this tool works? I couldnt get it to work.
Click to expand...
Click to collapse
gui version added i don't think it is that hard now...

[Q] Kernel source question

I own a Xolo q1000/cherry mobile OHD
Specs :-
1.2 ghz quadcore mt6589
powervr gpu
4gb internal( rest not worth metioning here )
There is another device called BQ AQUARIS 5 HD
It has the same specs as the above device
even the same gpu and all the placement of the hard keys is the same as my device ( BUILD AND SPECS ARE TOTALLY SAME, EVEN THE SCREEN )
But it has 16gb internal ( only one difference )
Xolo :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Aquaris 5 HD :
Hope you can see the similarity
Now my problem here is that the source of aquaris 5 HD is available and my friend has used it to make a custom kernel for my xolo, but it doesnt boot up..
Can someone pls help me with this ??
I want to change the files corresponding to the internal memory..
Help will be appreciated
Make sure you're getting the mount points right,if the only difference between the phones were storage then, ADB would start when kernel initialises if you added it in the ramdisk. Get a dmesg or a logcat to understand the problem.
An easier do to check if the kernel works is, build a recovery with the kernel and check if it works.
Well I have been been trying to make the kernel... I got an idea.. Will changing the recovery.fstab in the source be helpful ?? And also can I copy some files in the source parts of which are having similar specs?? Like touch etc...??
protox 109 said:
Well I have been been trying to make the kernel... I got an idea.. Will changing the recovery.fstab in the source be helpful ?? And also can I copy some files in the source parts of which are having similar specs?? Like touch etc...??
Click to expand...
Click to collapse
However similar your device maybe, the calibrations may vary
"some calibrations settings are on the device itself.
Search with an root explorer under /sys/devices/platform and check under the MT-IC's (eg MT-i2C.0)
Under those IC's you'll find most of the devices (sensors,, etc), that are being used.
Example
/sys/devices/platform
MT-I2C.0
0-0039 - s3202 ---> s3202 is the TouchPanel
MT-I2C.1
1-0018 - FM50AF ---> Camera Lens
MT-I2C.2
2-0018- BMA222 ---> Accelerometer
etc, etc.
Some sensors special configs, can be found on those IC's, others are under /proc."
whenever i use the MAKE command this happens.. how to fix it ?
Code:
Command 'make' is available in '/usr/bin/make'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
make: command not found
protox 109 said:
whenever i use the MAKE command this happens.. how to fix it ?
Code:
Command 'make' is available in '/usr/bin/make'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
make: command not found
Click to expand...
Click to collapse
If you exported your path dynamically via terminal for that instance, you need to do
export PATH = path_to_dir:$PATH
this will include the existing environment paths also.
New problem at hand
Getting these errors when i am following your thread about making mediatek kernels
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# cp mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform .config
cp: cannot stat `mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform': No such file or directory
protox 109 said:
New problem at hand
Getting these errors when i am following your thread about making mediatek kernels
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# cp mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform .config
cp: cannot stat `mediatek/config/lcsh_we_jb2/autoconfig/kconfig/platform': No such file or directory
Click to expand...
Click to collapse
Instead of doing that try "make mediatek-configs"
MasterAwesome said:
Instead of doing that try "make mediatek-configs"
Click to expand...
Click to collapse
giving me this error .. D:
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# make mediatek-configs
/q1100/aquaris-5HD-aquaris-5HD/kernel/arch/arm/Makefile:237: /q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile: No such file or directory
make: arm-linux-androideabi-gcc: Command not found
make: *** No rule to make target `/q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile'. Stop.
gcc compiler
Do you have the GCC toolchain?
If you do, try typing:
export CROSS_COMPILE=~/dir/where/gcc/is/installed/bin/arm-eabi-
if you downloaded the entire google source it will look sth like:
export CROSS_COMPILE=~/google/source/dir//prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
protox 109 said:
giving me this error .. D:
Code:
[email protected]:/q1100/aquaris-5HD-aquaris-5HD/kernel# make mediatek-configs
/q1100/aquaris-5HD-aquaris-5HD/kernel/arch/arm/Makefile:237: /q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile: No such file or directory
make: arm-linux-androideabi-gcc: Command not found
make: *** No rule to make target `/q1100/aquaris-5HD-aquaris-5HD/kernel/mediatek/Makefile'. Stop.
Click to expand...
Click to collapse
jin03002 said:
Do you have the GCC toolchain?
If you do, try typing:
export CROSS_COMPILE=~/dir/where/gcc/is/installed/bin/arm-eabi-
if you downloaded the entire google source it will look sth like:
export CROSS_COMPILE=~/google/source/dir//prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
Click to expand...
Click to collapse
Thanks, it works
But now i have got the zImage and modules.. How to to append mediatek headers to it and how to flash it to my device ???
Thanks

Convert from "S Health" to GPX (v1.1 2015.10.16)

Hi!
1) Pull from phone file /opt/usr/apps/com.samsung.shealth/data/.shealth.db
2) Open this file in SQLiteStudio
3) Open editor (Alt+E)
4) Add in editor the following:
Code:
select exerciseId, datetime(substr(startTimeStamp,1,10), 'unixepoch') as startTime from shealth_exercise_history order by startTimeStamp;
Select all (Crtl+A) and execute (F9).
You'll see all your trainings. Remember the value "exerciseId" of the desired training. For example "5".
5) Replace the contents of the editor by doing the following:
Code:
select '<?xml version="1.0" encoding="UTF-8" standalone="no" ?><gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpxtrkx="http://www.garmin.com/xmlschemas/TrackStatsExtension/v1" xmlns:wptx1="http://www.garmin.com/xmlschemas/WaypointExtension/v1" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxpx="http://www.garmin.com/xmlschemas/PowerExtension/v1" creator="Samsung Gear S with Barometer" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www8.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackStatsExtension/v1 http://www8.garmin.com/xmlschemas/TrackStatsExtension.xsd http://www.garmin.com/xmlschemas/WaypointExtension/v1 http://www8.garmin.com/xmlschemas/WaypointExtensionv1.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.garmin.com/xmlschemas/PowerExtension/v1 http://www.garmin.com/xmlschemas/PowerExtensionv1.xsd"><metadata><link href="http://www.index3.ru"><text>iNDEX3</text></link><time>'||strftime('%Y-%m-%dT%H:%M:%SZ', datetime(substr(gh.startTimeStamp,1,10), 'unixepoch'))||'</time></metadata><trk><name>'||datetime(substr(gh.startTimeStamp,1,10), 'unixepoch')||' Auto</name><extensions><gpxx:TrackExtension><gpxx:DisplayColor>Cyan</gpxx:DisplayColor></gpxx:TrackExtension></extensions><trkseg>' as gps
from shealth_exercise_history gh where gh.exerciseId=XX
union all
select
'<trkpt lat="'||g.latitude||'" lon="'||g.longitude||'"><ele>'||g.altitude||'</ele><time>'||strftime('%Y-%m-%dT%H:%M:%SZ', datetime(substr(g.timeStamp,1,10), 'unixepoch'))||'</time><extensions><gpxtpx:TrackPointExtension><gpxtpx:hr>'||h.heartrate||'</gpxtpx:hr></gpxtpx:TrackPointExtension></extensions></trkpt>' as gpx
from shealth_exercise_gps_info g
left join (
select gt.timeStamp as g_timeStamp
, (select max(ht.timeStamp) from shealth_exercise_hrm_logging ht where ht.timeStamp<=gt.timeStamp and ht.exerciseId=gt.exerciseId) as h_timeStamp
, gt.exerciseId
from shealth_exercise_gps_info gt
) tsm on tsm.g_timeStamp=g.timeStamp and tsm.exerciseId=g.exerciseId
left join shealth_exercise_hrm_logging h on h.timeStamp=tsm.h_timeStamp
where g.latitude <> 200 and g.exerciseId=XX
union all
select '</trkseg></trk></gpx>';
Find in text "exerciseId=XX" and replace to value ("XX") to the value of your exerciseId ("5").
Select all (Crtl+A) and execute (F9).
6) Save result in txt file with extension ".gpx".
Enjoy
I have collected all scripts into one package:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1) Unzip and run "0.start.bat"
2) Enjoy x2
Update:
v1.1 Added option "Save all trainings"
[DOWNLOAD v1.1]
iNDEX3 said:
Hi!
1) Pull from phone file /opt/usr/apps/com.samsung.shealth/data/.shealth.db
2) Open this file in SQLiteStudio
3) Open editor (Alt+E)
4) Add in editor the following:
Code:
select exerciseId, datetime(substr(startTimeStamp,1,10), 'unixepoch') as startTime from shealth_exercise_history order by startTimeStamp;
....
Click to expand...
Click to collapse
Dear iNDEX3,
Would you mind explaining what GPX does, what are the benefits in comparing with S Health...etc.
--------------
PS: I'm a huge fan of 4pda.ru, although I know just a little Russian (enough to read the captcha when login, lol). I see that you guys have this cool tool called 'RogersTools' - allowing us to backup Gear S, but I don't understand it well (due to my limited understanding of Russian).
Would you guys mind sharing this awesome tools to us here at XDA? :good::good::good:
This is very interesting. Thanks for sharing.
hadobac said:
Would you mind explaining what GPX does, what are the benefits in comparing with S
Click to expand...
Click to collapse
For example, I load my tracks in strava. This is the first time.
hadobac said:
Would you guys mind sharing this awesome tools to us here at XDA?
Click to expand...
Click to collapse
I conveyed the request of the developer RogersTool
iNDEX3 said:
I conveyed the request of the developer RogersTool
Click to expand...
Click to collapse
Thanks bro. Way to go!
Also, is running this tool here as easy as ClockWorkMod, or TitaniumBackup?
hadobac said:
Also, is running this tool here as easy as ClockWorkMod, or TitaniumBackup?
Click to expand...
Click to collapse
Yes, it is very easy to use and reliable application. All actions are done in one click.
It pull .shealth.db file from the phone.
Instead, you can use commands SDB (Smart Development Bridge):
Code:
>sdb root on
>sdb pull /opt/usr/apps/com.samsung.shealth/data/.shealth.db
iNDEX3 said:
Yes, it is very easy to use and reliable application. All actions are done in one click.
It pull .shealth.db file from the phone.
Click to expand...
Click to collapse
The question was about the BACKUP, RESTORE (not only) for smart HOURS SAMSUNG GEAR S WITH ROOT FIRMWARE.
Shum Channel said:
The question was about the BACKUP, RESTORE (not only) for smart HOURS SAMSUNG GEAR S WITH ROOT FIRMWARE.
Click to expand...
Click to collapse
I did not understand the question
But I use this utility for backup. And it's brilliant!
Add package in the first post
how to use the script
Hi,
is there any way to get .shealth.db from the phone? I don't want to root the watch.
Sorry, i don't know how to get .shealth.db from the phone without root
.shealth.db file
Hello,
I have rooted note2 phone with root explorer, but cannot find .shealth.db file.
There is no directory: /opt/usr/apps/com.samsung.shealth/data/.shealth.db
I found /Android/data/com.sec.android.app.shealth/files but there is no database file.
Where can I find it on Kitkat 4.4.2?

[APP][UWP] VBA10 emulator

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is an UWP version of Gameboy Advance emulator called VBA10 notorious for the fact that Microsoft pulled up this emulator from the store
First of all, I have no relation to this application; app's author decided to publish source code of the app so anyone can download and build this app.
I just created appxbundle for all platforms, and signed appx by my own code signing certificate (in that case you don't need import app's signature so you can skip this step).
So, don't ask me to add new features or fix the bugs
Installation as usual:
- download, unpack and install dependencies (if needed) for your platform
- download, unpack and install appxbundle (I not tried to install appxbundle but installed appx to test on my L-950).
Sign in to Onedrive not working?
app working nice, cheats also working... tested http://wescastro.com/codetwink/cheats.codetwink.com/gba/default.htm
dxdy said:
Sign in to Onedrive not working?
Click to expand...
Click to collapse
Sorry but I have no idea I tried "SuperMario 3" (I believe so) loaded from sd-card, works fine for me so it's not a big issue.
is no problem, also loaded from SD... same is for PC version (x64)...
Hi sensboston,
Do you know how to deploy it via VS2017, missing "ImageContentTask.targets".
Use some methods on google, but no go.
450 downloads but just 4 people say "thanks" on the OP!
Are you guys really think I'll answer your question after that??? No way... RTFM and gotogoogle
Hello!
Just registered to thank you, first time I need something like this, and I'm really gratefull to find it! I was afraid to reset my phone cause of that Msft's move.
Thx fore the app buy it but micro remove it
A big thanks to you
Thanks, you really helped me because I was searching for this app since Microsoft removed it. They are taking stupid decisions. Their store is poor, so why they are doing that ? I don't understand. So thanks, really ! (I'm french, my English isn't good). I'm searching for snes8x, the SNES emulator of this editor. Can u help me ? I'm also searching for the official website of this editor but I can't find it. The editor of Nesbox, another emulator, gives the appx of his app directly on his website so I'm using this one now but I prefer snes8x.
Universal Emulator
download appxbundle Universal Emulator:
nesbox.com/emulator
NES (.nes), Sega (.gen .smd), Super Nintendo (.smc), GameBoy (.gb .gbc .gba)
Thanks man. Anyone know where to find snes8x?
here
MHEV said:
Thanks man. Anyone know where to find snes8x?
Click to expand...
Click to collapse
Www.Freeroms.com
Ferrybigger said:
Www.Freeroms.com
Click to expand...
Click to collapse
No I'm looking for SNES8X, the emulator that got pulled from the W10M store. It's not the same thing as snes9x for pc.
MHEV said:
No I'm looking for SNES8X, the emulator that got pulled from the W10M store. It's not the same thing as snes9x for pc.
Click to expand...
Click to collapse
I'm the original author. I have not converted Snes8x to UWP. There is only a WP8 app and a Windows 8 app. Here is the link to the .xap for WP8 Snes8x : http://www.mediafire.com/file/39y62rdqfoc4qh9/Snes8x.xap; and source code: https://github.com/duchuule/snes8x . I don't know if you can sideload it on W10Mobile but I just posted here in case someone wants to convert it to UWP.
illidanx said:
I'm the original author. I have not converted Snes8x to UWP. There is only a WP8 app and a Windows 8 app. Here is the link to the .xap for WP8 Snes8x : http://www.mediafire.com/file/39y62rdqfoc4qh9/Snes8x.xap; and source code: https://github.com/duchuule/snes8x . I don't know if you can sideload it on W10Mobile but I just posted here in case someone wants to convert it to UWP.
Click to expand...
Click to collapse
These are the two apps I tried to sideload snes8x with: https://www.youtube.com/watch?v=JLHqig-WfcM&lc=z12fgda5py3ntpjlr23dxtvpllfoulgvm.1496430871172817 and https://www.youtube.com/watch?v=0YWUCzh3lUU
The first app gives me this error: "0x89731B01"
The second app says: "Error - The specified module could not be found."
Lumia 950xl running build 15063.297
here Nesbox if you need it
https://forum.xda-developers.com/attachment.php?attachmentid=4103220&d=1491496786
dxdy said:
here Nesbox if you need it
https://forum.xda-developers.com/attachment.php?attachmentid=4103220&d=1491496786
Click to expand...
Click to collapse
So I just installed this app and it crashes on launch -_-
Any solution?
MHEV said:
So I just installed this app and it crashes on launch -_-
Any solution?
Click to expand...
Click to collapse
works fine for me, no crashing... 950xl, 15063.297
dxdy said:
works fine for me, no crashing... 950xl, 15063.297
Click to expand...
Click to collapse
I tried soft resetting and reinstalling the app to sd card but its still crashing on launch.
Nesbox need "Microsoft.VCLibs.120.00.Phone MinVersion 12.0.30113.0"

Categories

Resources