Froyo MediaHub APK? - Galaxy S I9000 General

Is there any newer version of the Mediahub APK than the one referenced in this thread from JI2?
http://forum.xda-developers.com/showthread.php?t=785041
The APK there runs but no content shows up. I am curious if there is a newer release.

Related

[Q] AOSP or CM based ROM with Flash Lite 4?

Hello,
Since I'm new here, I couldn't post this thread to the development section, I think it might fit better in there.
Anyway, I really like the new CM7 2.3 ROM and the latest AOSP 2.2 ROM from fyodor. Both have Tattoo hardware working fully (FM and Camera too!) and with considerable performance improvement. Minus the clutter from the Sense UI
The only thing I miss from my old Sense ROMs is Flash Lite support. So far I have found one ROM that is particularly promising. This excellent port from HTC Wildfire made by Dexter, has Flash Lite 4 support and www.playerversion.com reports its Flash Player version as FL 10,1,123,425. (Flash Lite 4) I guess that's as good as it gets on an ARMv6 processor.
http://forum.xda-developers.com/showthread.php?t=816580
My idea is to somehow include this Flash Lite player in an AOSP or CM based ROM. I have some programming skills in C and Java, so I can also compile from source and modify or debug code if needed. I will be very glad if experienced Android developers can point me in the right direction
For now, my basic efforts of including this Flash Lite 4 player as add-on files to AOSP and CM7 failed. CM7 was a far shot anyway, but I have made some progress on AOSP. I extracted FlashPlayer.apk, FlashLitePlugin.apk from the /system/app/ and libflashlite.so, libflashliteplugin.so, libflashsnddec.so from the /system/lib/ folder of Dexter's TatFroyoSense v0.4 mod (Android 2.2). I patched these into Fyodor's froyo_AOSP_Tattoo_v0.33 (Android 2.2) using dsixda's Android Kitchen and built the zip file. It flashes fine and even HTC Flash Player seems nicely installed! But when I open a flash web-page, no joy for me (sigh)... Some logcat entries are below:
During boot:
W/PackageManager( 126): Unknown permission android.webkit.permission.PLUGIN in package com.htc.flashliteplugin
Click to expand...
Click to collapse
When I visit a flash site with the browser:
E/dalvikvm( 354): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 354): Unable to open or create cache for /system/app/FlashLitePlugin.apk (/data/dalvik-cache/[email protected]@[email protected])
E/webkit ( 354): Can't find plugin's class: com.htc.flashliteplugin.FlashView
Click to expand...
Click to collapse
Any ideas? I'm not sure if I'm on the right track here, any help is much appreciated.
Regards,
Tolga
Hello,
I guess not many people are interested in Flash anymore Anyway, I have a partial solution, which I find good enough for daily use for now. Unfortunately it's not based on CM or AOSP...
I took Dexter's TatFroyoSense v0.4, stripped down some Sense UI stuff, replaced home screen with ADW Launcher and copied the Camera app and dependencies from FroYo AOSP for Tattoo v0.3 made by cn.fyodor. So now my Tattoo has Flash Lite 4, and everything works except for video recording and FM radio! Since I don't really use the last 2 features I haven't spent much time debugging them. I plan to achieve the opposite, that is moving Flash Lite 4 to CM or Froyo AOSP when I have more time. The speed and agility of the device is much better in these two ROMs.
----EDIT - 19.04.2011----
You can find the newest TolgaMOD in this thread:
TolgaMOD discussion thread
In v1.2 speed is greatly improved, I think it's close to AOSP and CM. I also included an overclock utility. I use it daily with min 576 MHz and max 672 MHz settings.
Here are some screenshots below. You can see that Alien Attack game from miniclip.com works nicely and is very playable. It definitely did NOT run on Tattoo Stock ROM + Flash Lite 3.
{
"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"
}
]
Regards,
Tolga
great work keep it up
i followed you here from the cynogenmod forums . I have a commtiva z71 clone I have flashed cynogenmod 7 rc2 rom and I was searching for a way to install flash lite on cyanogen and found that I needed sense roms keep up your good work ..keeping my fingers crossed for a working flash plugin on arm6
I don't know much about custom roms but didn't most of the sense features require HTC framework?
Sent from my HTC click using XDA App
Yes, I beleive so. I haven't yet figured out the exact dependencies of the Flash Lite plug-in. But I'm still looking If anyone knows a quick way of identifying the dependencies of an APK file, that would also help a lot. Right now I'm runnning the app, firing logcat and looking for errors. So it's basically trial and error, which takes time...
Will be great if anybody can resolve finally the flash player working with Nfinity GB as well...I am still waiting
Actually I'm trying to make Flash Lite 4 work on Nfinity GB 1.20 right now I will post here how it goes.
Nfinity ROM 1.20 had the same symptoms like any other non-HTC rom:
Simply copying the Flash APK's and .so files doesn't help with the included Browser, and it reports "no flash plug-in" with no errors. (Flash Player and plug-in seem nicely installed) When I copy the HTC ROM Browser to Nfinity ROM it doesn't work and it FCs.
Since I don't have the Flash Lite 4 source, it's sort of a shot in the dark right now, but I think it's good practice My best shot is still the TatFroyoSense v0.4 custom mod above, I'll keep you posted.
It seems my custom mod is getting more practical each day, I will post it as a separate [ROM] if it's better than any currently available. My goals are: CPU overclocking, simplicity and everything working including Flash, Camera, VCR and FM Radio on ARMv6 + Android 2.2 or 2.3. So it's basically AOSP or CM with Flash Lite for ARMv6, maybe other developers can beat me to it
STATUS UPDATE
I'm now following 2 different routes to get a fully working Froyo or Gingerbread ROM on HTC Tattoo, including Flash Lite 4:
METHOD 1: Patch Flash Lite to an AOSP or CM 2.2, 2.3 ROM
Well, since I don't have the Flash Lite or the HTC browser's source files, it seems the only option I've left now is: reverse engineering Since I will not modify or use the manufacturer's code in any way, I guess I should be legally OK. That way, I can find out exactly which files or classes these apps depend on. If I can make some headway in that department, I can patch the dependencies into a custom AOSP or CM build. If anyone knows an easier way to check for dependencies, now might be a good time to tell
METHOD 2: Make Camera, VCR, FM Radio apps work on a Sense based 2.2, 2.3 ROM
This route seems actually less challenging, since we actually have the source files of the Camera and FM Radio apps. I'm just not sure if an HTC Sense based ROM can be as fast as CM or AOSP. Probably not, so this is my second choice. The current "workaround" Custom ROM I use, which I mentioned above is going in this direction. It already started looking like Frankenstein, lol! Not very streamlined at this stage, but it surely works.
I'll keep you posted.
Keep up the great work!
Can you post your patched ROM with Sense and working Camera here or tell me exactly the way of doing this???
I´ve tried a lot and it never works!
I will check with Dexter who made the TatFroyoSense ROM, if I can publish my custom version. For a quick solution on your ROM, check out my post for Nfinity_GB, below. Still camera works, video camera doesn't. I attached the same patch to this post also, just renamed the .zip file.
http://forum.xda-developers.com/showpost.php?p=12404221&postcount=729
I think this "Still Camera patch" should work on all 2.2 ROMs including TatFroyoSense. I will be glad if you can report if it works in your case.
Full credits go to Fyodor and Kalim for this patch. I just put their work in a .zip package
If Android has a package manager like other Linux-based OS, it might specify the dependencies. Otherwise it's very unlikely. The only way would be to track the files used by the program. Will it even be possible to split the framework without braking it. As I said, I'm only a newbie. Keep that in mind, please.
Sent from my HTC click using XDA App
Hey Malitai, thanks for the comments. Unfortunately there's no "sudo apt-get install" or "Synaptic" type of app for Android, I wish there were such a thing
Yes, my plan is exactly "breaking", that is reverse engineering closed source apps and inspect the open source ones, to find out the required libraries and classes. As long as I don't publish the closed sources, use the reverse engineered code for profit or harm the manufacturer in some way, it should be OK to reverse engineer their software for educative purposes. Actually many open source projects started out like this.
I have found some pretty nice tools for reverse engineering Android DEX files. All apps including the framework can be decompiled in this manner:
http://code.google.com/p/dex2jar/ Wow! This one unpacks a dex file to jar format! I'll see how well that works..
The library .so files are a bit more complicated, since they are programmed in C, not Java. I think it makes more sense to disassamble a C app, rather than trying to decompile it. The resulting C code is not pretty. Well, luckily I know some Assembler as well, hopefully enough to read and hack a few things in the disassembled code if needed
I don't think I need to dig into library hacking for now, I guess I just need to identify the libraries referenced in the apps, and include them in my ROM.
@ Dennis0_0
Dexter has patched his TatFroyoSense v0.4 and the native Camera app works now! So his ROM is only missing Video Rec and FM Radio currently, and features a full blown Sense UI (It's from HTC Wildfire). Flash Lite 4 works nicely out of the box.
He also encouraged me to publish my "Lite" version, yay! I will do that in the following days. Let me do some alpha testing myself first
You can find my custom version of Dexter's TatFroyoSense here:
http://forum.xda-developers.com/showthread.php?p=12558803
Enjoy!
Can u make Flashlite work on LG OPTIMUS ONE P500.??? It also has armv6 processor and has better config than HTC Wildfire.. Please reply
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
tolgainci said:
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
Click to expand...
Click to collapse
Thanks for the reply Do whatever that makes flash work on armv6, extract from sense rom and provide the apk or port it to ur mod.. HTC made it possible on armv6 so HTC STOCK Rom will have the answer
If flashlite works on P500 that will be very helpful for millions of ppl. Please take ur time.
Any progress on this? Im on an armv6 eris running 2.3.3 and would like see this stripped out and ported.
Unfortunately not yet.. I'm not too optimistic about 2.3.3. I'm currently working on making 2.2 work, since we already have a working Flash Lite 4 player and plugin for 2.2.1.
I took the easier path for now, that is stripping away the "unnecessary" parts from an HTC 2.2 Sense ROM with Flash included and making everything else work. I hope I will gain more info through this method.
As far as my current research goes, it seems like HTC Flash Lite plug-in depends on the HTC framework as well as some other HTC libraries. So even if I found and replaced all of these files, it may render you other apps unusable. I think the "Flash fix" should somehow decompile the target platform's framework, inject needed code and recompile. Since this would be quite impractical for end-users, if the method works, probably devs in each platform would release a ROM including this kind of "fix". Also some devs might not like the idea, since they are deliberately trying to remove HTC code to avoid copyright issues. I think my kind of fix, should not be a problem at least for HTC users.
So it's pretty much a work in progress, and the workaround for now is using an HTC Sense ROM and customizing it to your taste. dsixda's Android Kitchen provides a very simple interface for end-users.

Blacked Out Market apk

Does anyone have the blacked out market apk they could upload for me please? I'm after the older version 2.3.6 because I don't like the layout of the new market and 2.3.6 has been removed from ecsnead69's original thread.

some infos on urukdroid versions

How I can know if I have the last version of uruk droid?
I installed the 1.5 version with easy install one month ago, after I updated to 1.6 and then to 1.6rc5 and last to 1.6rc7.
I've seen that now on sauron download page there are some new files like kernel src (jan 04, 2012) and 1.6 update (jan 04, 2012). What is the last and updated version? In these files there are differences betwen my rc7 version and the 2 new files? I can update my archos putting this file in th urukdroid update folder or I've to do a clear installation?
Last thing, there is also an overclock.ko file, how do I use it?
Thanks!
1. RCxyz are Release candidates ( kind of betas), so not the real version.
2. 1.6 without anything is the new release.
3. You can install it over the older versions since 1.5
4. overclock.ko was there for beta testing. If you have no clue how to use it, stay away from it.
Can I update from 1.6rc7 to 1.6 final putting the file in urukupdate folder?
Yes, but think best to do a back up 1st in case it goes wrong!
I made that mistake and spent a while setting everything up again
I can only add that answer for almost all yours questions is usually here:
http://code.google.com/p/urukdroid/
And subpages like - overclock, update

AFH Mirror site (PA Gapps)

I don't know how long this will stay up but if you're needing old versions of the updaters for testing purposes Android File Hosting has a demo site that still has links to old copies of the gapps. I googled a name of an older version of one of the packages and and stumbled across it.
http://demo.androidfilehost.com/?w=files&flid=7987

[MOD][4.4+] MifitTcxExport based on oficial Mifit to export workouts to file/Strava

MifitTcxExport / ZeppTcxExport / MiFitness(previously WearTcxExport)
Mifit v5.5.2_HR / Zepp v6.4.2_HR / Wear v2.14.1i GPlay - 2.14.4 Chinese / MiFitness v3.5.1i GPlay - v3.4.0 Chinese​UPDATE 2022/07/09 Published quick patch mod versions of MiFitness based on official chinese 3.4.0 and 3.5.1i Gplay.
UPDATE 2021/12/23 Published new mod versions of Wear mod based on official 2.14.1i, chinese 2.14.4, Zepp 6.4.2 and Mifit 5.5.2. Exported gpx/tcx files will be saved on Download folder.
UPDATE 2021/11/28 Published Wear version v2.14.1i. Exported gpx/tcx files will be saved on Download folder.
UPDATE 2021/11/14 Published Mifit version v5.5.0HR and Zepp version 6.3.4HR.
UPDATE 2021/10/30 Published Mifit version v5.4.1HR and Zepp version 6.3.3HR.
UPDATE 2021/10/11 Published Wear version v2.13.2i. exported gpx/tcx files will be saved on Download folder from now on.
UPDATE 2021/10/02 Published Mifit version v5.3.2HR with AuthKey of device dump.
UPDATE 2021/09/19 Published Wear version v2.12.3i.
UPDATE 2021/09/18 Published Zepp version v6.1.4HR with AuthKey of device dump.
UPDATE 2021/08/08 Published Mifit mod version v5.3.0.
UPDATE 2021/08/06 Published Wear version v2.11.1i Google Play and 2.10.0 Chinese version.
UPDATE 2021/07/10 Published Wear version v2.9.1i. From now on, the MiFit and Zepp versions will no longer be modified, because the manufacturer has activated protections that prevent it from being manipulated. MiFIT 5.1.0 and ZEPP 5.12.2 are the last versions that allowed to add my mod patches.
UPDATE 2021/06/12 Published Mifit version v5.1.0HR.
UPDATE 2021/06/11 Published Wear version v2.8.1i with Alexa for compatible devices.
UPDATE 2021/05/09 Published Zepp version v5.12.2HR with Alexa for compatible devices.
UPDATE 2021/05/05 Published Mifit version v5.0.2HR.
UPDATE 2021/04/22 Published Wear version v2.6.3i.
UPDATE 2021/04/14 Published Mifit version v5.0.0HR.
UPDATE 2021/04/08 Published first Wear Chinese version v2.6.4 for Chinese devices.
UPDATE 2021/04/05 Thanks @jfulgen for your video about our mods:
UPDATE 2021/04/04 Published Mifit version v4.10.0HR and Zepp version 5.11.1HR.
UPDATE 2021/03/27 Published first Wear version v2.5.1i.
UPDATE 2021/02/06 Published Mifit version v4.9.0HR and Zepp version 5.9.2HR.
UPDATE 2021/01/11 Published Mifit version v4.8.1HR and Zepp version 5.8.1HR.
UPDATE 2020/12/19 Published Mifit version v4.8.0HR.
UPDATE 2020/12/07 Published Zepp version v5.6.2HR.
UPDATE 2020/11/08 Published Mifit version v4.7.0HR.
UPDATE 2020/11/02 Published Zepp version v5.4.1HR.
UPDATE 2020/10/25 Published version Mifit 4.6.5_HR.
UPDATE 2020/10/20 Published Zepp version v5.3.1HR.
UPDATE 2020/10/08 Published Mifit 4.6.1_HR version, and from now on i will mod Zepp too, first patched version is v5.2.1HR.
UPDATE 2020/07/13 Published 4.2.0_HR version, Added options to open with external app gpx and csv of HR data files after exporting. Google Fit working again. You can select field separator for csv files.
UPDATE 2020/05/11 Published 4.1.0_HR version, Complete redesign of the mod, export to gpx/tcx/Strava our workouts, allows to update AGPS when OTA and LOCAL firmware flash is disabled. Google Fit OK. Added AGPS info on firmware info. You can export heart rate information now.
UPDATE 2020/04/13 Published 4.0.17_Covid-19 version, that allows to update AGPS when OTA and LOCAL firmware flash is disabled. Google Fit OK. Added AGS info on firmware info and you can force agps update now.
UPDATE 2020/02/07 Published version 4.0.15_Revolutions that allows to update AGPS when OTA and LOCAL firmware flash is disabled. Google Fit OK.
UPDATE 2019/12/28 Published version 4.0.14_Revolutions that allows to update AGPS when OTA and LOCAL firmware flash is disabled. Google Fit OK again.
UPDATE 2019/11/03 Published version 4.0.11_Revolutions that allows to update AGPS when OTA and LOCAL firmware flash is disabled.
UPDATE 2019/08/12 Published version 4.0.7B_Revolutions_AGPS-OK that allows to update AGPS when OTA and LOCAL firmware flash is disabled.
UPDATE 2019/08/08 Published version 4.0.7_Revolutions with firmware update of devices disabled + corrected crash on adding new devices
UPDATE 2019/07/13 Published version 4.0.6_Revolutions with firmware update of devices disabled
UPDATE 2019/07/07 Published version 4.0.5_Revolutions with firmware update of devices disabled
UPDATE 2019/05/18 Published version 4.0.0_Revolutions and 3.6.0B_Revolutions fixing app crash showing devide type info
UPDATE 2019/04/28 Published version 3.6.0_Revolutions containing all the functions and improvements of previous versions
UPDATE 2019/03/28 Published version 3.5.9_Revolutions non-grouping notifications and emoji support + Amazfit Bip firmware detail info + More Android Pie compatibility
UPDATE 2019/02/08 Published version 3.5.8_Revolutions non-grouping notifications and emoji support + Amazfit Bip firmware detail info
UPDATE 2019/01/17 Published version 3.5.7_Revolutions non-grouping notifications and emoji support.
UPDATE 2018/12/31 Published version 3.5.6_Revolutions non-grouping notifications and emoji support.
UPDATE 2018/12/15 Published version 3.5.5_Revolutions non-grouping notifications and emoji support.
UPDATE 2018/11/21 Published version 3.5.5.1_Revolutions non-grouping notifications and emoji support.
UPDATE 2018/11/18 Published version 3.5.4_Revolutions non-grouping notifications and emoji support.
UPDATE 2018/11/07 Published version 3.5.3_Revolutions.
UPDATE 2018/10/29 Added information about laps and published version 3.5.2_Revolutions.
UPDATE 2018/10/28 Added explanation of configuration options.
Using this mod you can export your workouts to gpx/tcx files or upload them automatically to your Strava account.
It is based on the official Mifit application with modifications that allow data extraction and import to other platforms.
About Firmware update of devices:
From 4.0.5: Only one version of MifitTcxExport will be published when a new version is released from now on. With a flag (explained later) you can enable/disable firmware update on devices.
Previous to 4.0.5: Normally I publish 2 versions of the mod, one that includes firmware and the other without firmware. If you use the one that includes firmware I do not take responsibility for possible bricks of your watch / smartband. To update the firmware should be done with the official Mifit application and after updating uninstall oficial Mifit version and install my mod. Although I always use my mod with the included firmware to upgrade my Amazfit Bip when there are new firmware versions and I have never had problems.
The way to use the tool is very simple, when we are visualizing a training session, by clicking on the upper right button to share our training we will see a list of the trainings that we have loaded in the Mifit cache. The first item in that list leads to a dialog that allows us to change the mod's configuration.
In the latest versions after researching the Strava API, studying the Java threads and many other things, I have already managed to allow the automatic upload of the training to Strava when the users selects an activity to export.
You also have the option to continue exporting the files to gpx / tcx format and upload them manually (or using other tools) to your favorite sports platforms (Polarflow, GarminConnect, Runtastic, Endomondo, Strava, etc.)
Here I leave a gif image as a tutorial so that you can observe how easy it is to use:
{
"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"
}
​
Explanation of configuration options:
​
Information about creating laps with small pauses on your workout and converting it to Laps on Strava website:
​
Added support for non-grouping notifications and support to display emojis.
It is important to know how to upgrade firmware files (.res, .ft and .fw) using Gadgetbridge or a similar tool to upgrade font file that includes emoji images. Thanks to ASMUser from MyAmazfit.ru for the code used to this modifications and to renzettis from ilgruppotester that helped me to test several .ft, .res and .fw files to achieve this modification. Special thanks to xCape for sharing ideas and testing last versions of Mifit and to ASMUser for help on deco and reco and other tips:
​
2019-02-08 Added support to display detailed information about firmware on Amazfit Bip device:
​
2019-02-08 Corrected display of contact information when receiving call on native-Ukrainian and other languajes.
2019-03-28 Added more compatibility to Android Pie, detected new file names on sqlite databases with extensions -shm and -wal.
2019-05-18 Corrected bug on my detailed firmware function that was crashing app. Implemented Google Fit sync on all my mod versions including previous versions.
2019-07-07 From version 4.0.5 to Enable firmware update of devices at the moment create the file allow.fwr on mod folder, located in /sdcard/Amazfit_Jps1x2. On next versions it will be placed on mod dialog configuration.
2019-08-08 Corrected crash on adding new devices
2019-08-12 Enabled updating of AGPS while firmware flash is disabled.
2020-04-13 I have called this version Covid-19 due to the many hours I have been able to spend being confined at home. I have investigated in detail the operation of the AGPS update and now we have the possibility to see on detailed firmware info section the last date and time that the AGPS has been updated and force the update whenever we want.
Added on firmware info of device last AGPS update date and time:
​
Now you can force AGPS update. If you create a file on folder of Mifit mod /sdcard/Amazfit_Jps1x2/ named force.agps and close Mifit app. When you open again and your device is connected using Bluetooth it will update AGPS and this file will be renamed to force.agps.ok
​
2020-05-11 Complete redesign of the mod in its version 4.1.0 here you can see in a gif an example of the new interface:
​
2020-07-13 Two gifs to expain new options added:
​
2020-10-08 From now on you will have available too Zepp (formerly Amazfit) with my modification to export gpx, tcx and HR information of your devices.
2021-03-27 From now on you will have available too Xiaomi Wear mod with my modification to export gpx, tcx and upload to Strava.
2021-09-18 Now on Zepp mod, Authkey of our device is saved on file /sdcard/AmazfitJps1x2/ZeppAuthKey.txt
Other details of this mod:
-You can create laps on your workouts making small pauses and they are displayed on Strava website.
-Notice by vibration to the watch from the first second of call
-Show the name or number of the person who calls us on the device.
-It only works with Mifit accounts, it does not work with facebook or google login. The mods seem to have a restriction that by changing the signature of the apk do not allow this type of login.
-Google fit does not work (I'm investigating the cause)
-Non-Gps activities are exported too as Crossfit (Treadmill running for example).
-Non-grouping notifications enabled and emoji support.
-Detailed firmware information of Amazfit Bip device.
-Added more Android Pie compatibility
-Google Fit sync enabled on all my mod versions
-Enable/Disable firmware update of devices.
-You can see las AGPS date/time update and force AGPS update.
-You can export heart rate data to csv files.
-Zepp mods save AuthKey on file /sdcard/AmazfitJps1x2/ZeppAuthKey.txt
-Mifit mods save AuthKey on file /sdcard/AmazfitJps1x2/MifitAuthKey.txt
You can download the latest version and previous versions on my AndroidFileHost host, here:
https://androidfilehost.com/?w=files&flid=284327​
I hope you enjoy it!
Hello,
Good job!
But i can't see configuration/setup.
Can you help me?
Bladebb said:
Hello,
Good job!
But i can't see configuration/setup.
Can you help me?
Click to expand...
Click to collapse
When you are viewing details of one workout click on upper-right share button and it will apper a dialog with config options and workouts on cache ready to export.
Added information about lap capture and display on first post and published on Android File Host version 3.5.2_Revolutions.
jps1x2 said:
When you are viewing details of one workout click on upper-right share button and it will apper a dialog with config options and workouts on cache ready to export.
Click to expand...
Click to collapse
Sorry but config option is not present for me.
I juste see "escoge track a exporter"
Thx
Bladebb said:
Sorry but config option is not present for me.
I juste see "escoge track a exporter"
Thx
Click to expand...
Click to collapse
Which version do you have installed?
Configuration options are only available on version 3.5.0_Revolutions or newer, on previous versions (3.5.0_Reloaded and lower) you can only select one track to export workout.
Regards.
Thanks so much for this app. I have spend almost one year of searching for such a app with tcx/gpx export. Works like a harm with amazfit pace. Thanks!!! Even non gps activities are transfering to Strava !!!!
non-GPS activities export?
Hello,
I'm just trying to use the APP to export swimming pool activity logged with the Amazfit Stratos (function not supported by the clock... ).
I can see the activity present in the "export selection list" as "Croosfit" and distance. But then, when I press it to be exported, it remains blocked in the "Progerso 10%", and file is no generated.
Does the tool supports the non-GPS activities export?
Thanks a lot!
ciafe said:
Hello,
I'm just trying to use the APP to export swimming pool activity logged with the Amazfit Stratos (function not supported by the clock... ).
I can see the activity present in the "export selection list" as "Croosfit" and distance. But then, when I press it to be exported, it remains blocked in the "Progerso 10%", and file is no generated.
Does the tool supports the non-GPS activities export?
Thanks a lot!
Click to expand...
Click to collapse
Hey, amazfit pace don't have swimming so i can't help you, but indoor running, crossfit etc - non gps are transfering to strava. And from strava with syncmytrack i transfer this to endomondo.
In setup i have:
Published on Android File Host version 3.5.3_Revolutions.
ciafe said:
Hello,
I'm just trying to use the APP to export swimming pool activity logged with the Amazfit Stratos (function not supported by the clock... ).
I can see the activity present in the "export selection list" as "Croosfit" and distance. But then, when I press it to be exported, it remains blocked in the "Progerso 10%", and file is no generated.
Does the tool supports the non-GPS activities export?
Thanks a lot!
Click to expand...
Click to collapse
@ciafe / @apacz93 ,
I have one Amazfit Bip that only has following 4 type of activities:
-Running Outdoor
-Treadmill Running
-Biking
-Walking
All these types of activities are tested on development, and Treadmill Running is exported as Crossfit to GPX/TCX/Strava to obtain at least heart rate, other activity types are exported like gps activity.
I don't have in my app database other type of activities and can't work on it.
If you have a rooted device you can access to your Mifit Database app, extract it and send it to me and i will see if i can do something on future versions about new activities.
Path to Mifit Database is the following:
/data/data/com.xiaomi.hm.health/databases/
And the file is named something like origin_dbXXXXXX. You will find 2 files, i need the one that do not has "journal" on filename.
Send me a private if you can extract database with other activity types.
jps1x2 said:
@ciafe / @apacz93 ,
I have one Amazfit Bip that only has following 4 type of activities:
-Running Outdoor
-Treadmill Running
-Biking
-Walking
All these types of activities are tested on development, and Treadmill Running is exported as Crossfit to GPX/TCX/Strava to obtain at least heart rate, other activity types are exported like gps activity.
I don't have in my app database other type of activities and can't work on it.
If you have a rooted device you can access to your Mifit Database app, extract it and send it to me and i will see if i can do something on future versions about new activities.
Path to Mifit Database is the following:
/data/data/com.xiaomi.hm.health/databases/
And the file is named something like origin_dbXXXXXX. You will find 2 files, i need the one that do not has "journal" on filename.
Send me a private if you can extract database with other activity types.
Click to expand...
Click to collapse
Thanks for the feedback, now it's clear what is going on!
I had a Bip and I've just changed to the Stratos for the swimming capability, but I was really surprised when I realized they can't be exported by the clock itself... Now I discovered you APP trying to extract the activities.
Unfortunately I don't have a rooted device, but I'll try to get one, or root mine, and provide you the files!
Thanks a lot for your support and great job!
Published version 3.5.4_Revolutions enabling non-grouping notifications on Amazfit Bip and enabling emoji on notifications. Thanks to amsuser from MyAmazfit.ru for the code used to this modifications and to renzettis from ilgruppotester that helped me to test several .ft, .res and .fw files to achieve this.
Thanks for your mod, you did a great job!
I have only a question: how to enable emoji?
I haven't found any option in MiFit, is a custom fw necessary to enable emoji?
Published version 3.5.5.1_Revolutions on my Android File Host, with all previous improvements. Version 3.5.4 aparently was having hight battery consumption and is corrected on this Mifit Beta.
bellabax said:
Thanks for your mod, you did a great job!
I have only a question: how to enable emoji?
I haven't found any option in MiFit, is a custom fw necessary to enable emoji?
Click to expand...
Click to collapse
Emoji is enabled patching several function on Mifit app, from version 3.5.4 of this mod it is enabled. You only need to have installed some font firmware file that contains emojis and it will be displayed on your Bip. This font file must be compatible with your firmware type and your resource type. There are two types of firmware: latin and normal.
The problem is that updating firmware with GadgetBridge is dangerous for your Bip if you do not know well what you are doing.
Thanks for reply.
Using GB is not a problem at all.
Got a font file and successfully flashed to watch; all is working fine!
No problem at all with notifications or emoji
Hi just downloaded the latest version. However upon installing it says app not installed. Tried updating mi fit app from google play first but again the apk says app not installed.
thanks for this app i can finally upload my activities to strava.
but i cannot see custom watch face in watch face settings.
Japakz said:
thanks for this app i can finally upload my activities to strava.
but i cannot see custom watch face in watch face settings.
Click to expand...
Click to collapse
Same here, any solution?

Categories

Resources