Chinese days in english locked screen - Amazfit

Hi all ! , I know this matter have been over talked in many threads but still remains a problem to me .
I ve done almost everything that have been said over by respectful power users here like jprelay but with no result.
Could someone be so kind to point me to a tested working method ? thanks in advance

jordan41 said:
Hi all ! , I know this matter have been over talked in many threads but still remains a problem to me .
I ve done almost everything that have been said over by respectful power users here like jprelay but with no result.
Could someone be so kind to point me to a tested working method ? thanks in advance
Click to expand...
Click to collapse
jordan41 said:
Hi all ! , I know this matter have been over talked in many threads but still remains a problem to me .
I ve done almost everything that have been said over by respectful power users here like jprelay but with no result.
Could someone be so kind to point me to a tested working method ? thanks in advance
Click to expand...
Click to collapse
AFAIK the process is only working with a custom ROM that allows you write access to /system/app as it requires the HuamiWatchFaces2.apk to be replaced.
In an nutshell: you need
(I am writing all of this w/o access to my development machine, so there might be some typos here, bear with me - it assumes adb and java below are in your path, so if they aren't then you need to use the fully qualified path instead)
a) a working adb connection (which isn't as simple as it sounds, I e.g. need a Linux machine for this as my Win10 machine is not working reliably)
b) create a directory, move to it and execute
Code:
adb pull /system/framework/
[code]
c) rename the "mips" directory in the downloaded framework directory to "arm"
d) install apktools https://ibotpeaches.github.io/Apktool/ (a working java version is needed for this as well) to this working directory
e) download the watchface apk to your work-directory by
[code]
adb pull /system/app/HuamiWatchFaces2/HuamiWatchFaces2.apk
f) decompile it by
Code:
java -jar apktool.jar d -f -p framework -s -o HuamiWatchFaces2 HuamiWatchFaces2.apk
That should create a HuamiWatchFaces2 directory with the decompiled resources that you can modify now
g) copy the HuamiWatchFaces2.apk to another place, so that you can restore it, if the apk-creation does not provide the intended result
h) move to HuamiWatchFaces2/assets/guard/com.huami.watch.watchface.AnalogWatchFaceThirteen -
i) e.g. for German copy the week_0.png to week_6.png files from the android/de subdirectory to the ...WatchFaceThirteen directory overwriting the files contained here
j) move back to the top of your work-directory and recompile the apk:
Code:
java -jar apktool.jar b -p framework -c HuamiWatchFaces2 -o HuamiWatchFaces2.apk
k) copy the freshly created apk bakc to the watch (please note you need to remount the watch to make the filesystem writeable)
Code:
adb root
adb remount
abd push HuamiWatchFaces2.apk /system/app/HuamiWatchFaces2
l) reboot the watch and check whether the new watchface does work
Code:
adb reboot
m) if the watchface is not showing up, you want to restore the copy made under g) by using again step k) + l)

Thank you very much for the very detailed guidelines but i really cannot follow all that . for what is worth i m on stratosfied 2.0.38.1 english setup and i have followed your guidelines from the point where you gave us the HuamiWatchFaces2.zip . I tested pushing the de with perfect results but the en somehow didn't workout .

jordan41 said:
Thank you very much for the very detailed guidelines but i really cannot follow all that . for what is worth i m on stratosfied 2.0.38.1 english setup and i have followed your guidelines from the point where you gave us the HuamiWatchFaces2.zip . I tested pushing the de with perfect results but the en somehow didn't workout .
Click to expand...
Click to collapse
Hmm, I just recompiled the apk with the images under com.huami.watch.watchface.AnalogWatchFaceThirteen/en subdirectory instead of .../android/en ones - this works perfectly for me - can you please try the attached?

Sorry to inform you but after the pushing no watchface shows up (exept the apks) when i push back the original everything is back but with chinese lockscreen days

jordan41 said:
Sorry to inform you but after the pushing no watchface shows up (exept the apks) when i push back the original everything is back but with chinese lockscreen days
Click to expand...
Click to collapse
That's strange as it is working perfectly here... Can you confirm that the de-variant from this post is working for you (apart from the German language of course)?

You re right ! it does not work in none of all languages . I m sorry consider it my bad information .
It seems i m doing something wrong but what this could be ?

jordan41 said:
You re right ! it does not work in none of all languages . I m sorry consider it my bad information .
It seems i m doing something wrong but what this could be ?
Click to expand...
Click to collapse
Okay, I did not recompile the file but just replaced the corresponding images in the underlying zip file - let's see whether this makes a difference (still I am scratching my head why it's working sometimes and sometimes not...)

Thanks a lot guys, it works for me.

chtivain said:
Thanks a lot guys, it works for me.
Click to expand...
Click to collapse
That's great news, apparently the format of the slpt images needs to be much more strict than before... I'll post a fix for neuer_user to integrate in future releases.
Attached are the English / French / German versions to try out.

Its not working for me maybe we should give up i ll be using an apk watchface where everything is ok .
Thank you very much jprelay !!!

jordan41 said:
Its not working for me maybe we should give up i ll be using an apk watchface where everything is ok .
Thank you very much jprelay !!!
Click to expand...
Click to collapse
A pity, no language working for you? Have you installed something like AmazBoost?

jprelay said:
A pity, no language working for you? Have you installed something like AmazBoost?
Click to expand...
Click to collapse
i m testing the other langs now , no other application is running on the watch

No none of the others is working ...

I just want to notice that the original apk is up to 15.551kb and the modified one is 15.297kb

One last try for English

jprelay said:
One last try for English
Click to expand...
Click to collapse
Yes Sir !! You did it !!! This time it worked !!!
Many many Thanks !!!

Hello,
I noticed that since the version "2.0.43", the directory and the apk are no longer called "HuamiWatchFaces2", but "HuamiWatchFaces".

Related

App2SD: How I got it working.

First of all, all credits for this tutorial go to wolfilein and batemann
wolfilein's original app2sd thread - http://forum.xda-developers.com/showthread.php?t=804574
Since the other "how to" thread is a bit cluttered, I decided to tell the community how I got app2sd running on my phone flawlessly, in details.
I'm assuming that you have already rooted your x10 mini/pro and you are familiar with partitioning your SDcard, running ADB tool and root explorer.
If not, then please refer to these threads
For rooting your phone -
http://forum.xda-developers.com/showthread.php?t=739874
How to use ADB -
http://forum.xda-developers.com/showthread.php?t=502010
So lets get going -
Step 1) Create 2 partitions on your SDcard, a) Fat32 b) ext2. I used Mini Tool Partition Wizard to create partitions. Remember if you are a windows user, you need to create first partition as Fat32 and second as ext2 other wise windows will not recognize your SD card when you will connect your phone/card reader.
A detailed tutorial on how to partition your card can be found here-
http://forum.xda-developers.com/wiki/index.php?title=SD_card_partitioning
Step 2) Download attached rar file and extract them on your SDcard root (not inside any folder)
Step 3) Open ADB Shell and type - busybox. If you see the list of busybox commands you can move to Step 5. Otherwise refer to Step 4
Step 4) If you do not have busybox installed or recognized on your system, you need to install it. I found that best way to install busybox is the manual one, so even if you mess up with busybox installation, your phone is not bricked, yet.
So to install Busybox please enter the adb shell and type su, prompt should change to # sign, confirming that you have entered rootshell successfully.
Now type :
Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
Code:
cat /sdcard/busybox > /system/xbin/busybox
Code:
chmod 755 /system/xbin/busybox
Code:
/system/xbin/busybox --install -s /system/xbin/
Once you finished the installation, typing busybox from rootshell should list busybox commands. If you can not get the list of busybox commands, or get message like permission denied, or busybox not found, please confirm that you can see busybox in /system/xbin/ and the permission is set to 755. you can use root explorer for this.
Step 5) Now its time to run App2sd.sh
So from rootshell, type:
Code:
sh /sdcard/app2sd.sh
and PRAY.. Its very important to pray, because anything goes wrong here, you will end up with a PROPER bricked phone. Nah, just kidding.
Your phone should reboot itself upon finishing. and when it comes back online, app2sd should be running on your phone..
good luck.
Disclaimer: I'm not responsible for anything that happens to your phone. You take the sole responsibility of your phone, if it gets bricked, vanished or turned into cheese in the proccess.
great .. and PRAY.. LOL
I tried this procedure last week. And it went wrong cause my transcend sdhc (class 2) was faulty OMG!!!
So I bricked my phone, repaired it, and now I'm waiting another 16Gb (class10) card ... so I can brick again my phone.. ROTFL.. no no.. I'm sure this procedure is going to be ok
Thanks to titanium backup I have not lost one bit
Mate seems like a great tut, I'm just flashing my phone to follow this properly =]
P.S. what is rootshell?
Manny- said:
Mate seems like a great tut, I'm just flashing my phone to follow this properly =]
P.S. what is rootshell?
Click to expand...
Click to collapse
You enter into rootshell When you type su on adb shell. the prompt in rootshell is #.
Thanks, I thought so just making sure so anyways I'm about to try this way now will report back soon
PS. lil mistake, should be 'sh /sdcard/app2sd.sh'
PS.2 check your inbox please
IF rooted using universal androot app
1. Does this work if phone is rooted with universal and root??
2. I don't have a card reader to format the sdcard.
I formatted using the Phone itself (through usb cable), but the card didn't mount, and prompting to format it
sridharrn said:
1. Does this work if phone is rooted with universal and root??
2. I don't have a card reader to format the sdcard.
I formatted using the Phone itself (through usb cable), but the card didn't mount, and prompting to format it
Click to expand...
Click to collapse
1. Yes it will work regardless of the rooting method.
2 .Make sure that first partition of your SD card is fat32.
Thanks for a great guide!
Finally got it working on my mini pro.
Don´t know if it´s your script or my phone but it didn´t want to run for me.
When I hit "sh /sdcard/app2sd.sh" the command-window just turns to # again without doing anything.
So I ended up running all commands manually instead and that worked nicely.
Same happened with me... how did you run the commands manually?
Manny- said:
Same happened with me... how did you run the commands manually?
Click to expand...
Click to collapse
Opened the app2sd.sh-file in an text-editor, then I can see all commands listed.
Then I just Copy-And-Paste the commands line by line (Not all at once) in the command-window.
@OP
please delte this
i and batman are already working on an picture howto
i've invested many time and this and now..... yes you scribe on you post that all credist go to us but why we must have 2 threads if you so interestet to help you easy can send me an pm or write an post
@other
I woukd making a howto on monday but batman has no time so i will do it whit him tommorow
and you script doen't work if you have an sdcard malfunction
yes you made a failsafebut you don't use it in ln.sh
if you run this script without an sdcard you will brick your phone !!
and by the way please ask before you edit/use my script
you coukld write a pm
wolfilein said:
@OP
please delte this
i and batman are already working on an picture howto
i've invested many time and this and now..... yes you scribe on you post that all credist go to us but why we must have 2 threads if you so interestet to help you easy can send me an pm or write an post
@other
I woukd making a howto on monday but batman has no time so i will do it whit him tommorow
and you script doen't work if you have an sdcard malfunction
yes you made a failsafebut you don't use it in ln.sh
if you run this script without an sdcard you will brick your phone !!
and by the way please ask before you edit/use my script
you coukld write a pm
Click to expand...
Click to collapse
Mate, I only made this thread to help the community. Since this is the method I used to get a2sd running on my phone. And I did not edit/changed your script, I wrote it down, which involved my own corrections and researchs (which I contributed to your thread as well). True that ln.sh was provided by batemann, that's why I gave you two full credit.
I can not delete the thread as there are posts there, however if you claim all the rights on the method, I'll pm the moderators and ask them to merge this thread with yours.
As for helping with picture how to, I would be more than happy to help the community.
Sent from my U20i using XDA App
Manny- said:
Thanks, I thought so just making sure so anyways I'm about to try this way now will report back soon
PS. lil mistake, should be 'sh /sdcard/app2sd.sh'
PS.2 check your inbox please
Click to expand...
Click to collapse
Replied to your pm. Manny, mate tell me do you have a mini or mini pro?
Sent from my U20i using XDA App
Ive got a Mini, btw I sent you some msgs on MSN but you went offline it should still be there, I wrote the output there too.
and wolfilein, I cant get it to work from looking at your thread this just makes things easier in my eyes, and hes right it is too cluttered that thread
@OP
i don't say don't do this i only ask why you hadn't write me an pn or some other info about this ?
and btw i and batman are aktually working on the picture howto please let us time
/system/bin/shcd: not found
Everything is OK, but when I run the script returns # so i run commands manually but first command returns "not found this command"
can somebody help me please ?
thanks
SOLVED, thanks anyway
Manny- said:
Ive got a Mini, btw I sent you some msgs on MSN but you went offline it should still be there, I wrote the output there too.
and wolfilein, I cant get it to work from looking at your thread this just makes things easier in my eyes, and hes right it is too cluttered that thread
Click to expand...
Click to collapse
Mate, I checked msn, but I did not get your msg there.. I'm online now, try sending it again..
Sent from my U20i using XDA App
so I've made a picture howto so now it's verry easy even with my howto
With app2sd, can i pick where i want to install an app?
on Main memory or SD?
and what would happen if i removed my SD card when its on?
or when i plug it in to the PC to add files?
thanks!
if you use this your phone won't not boot after reoving the sdcard
but if you use the orginal howto (my) my script makes a failsafe by installing app2sd and use that,

Hw_Config.sh Editor - Easy add Features to Your device, Now On Linux Too!

Well this is a easy tool for editing /system/etc/hw_config.sh directly on your PC, and add things like multitouch, etc, without needed to edit on your phone (bored)
Attached some screenshots.
Requirements:
Windows OS (For vista & 7 please run as admin, for xp users, don't needed that), or Linux OS (only tested on Ubuntu, but tecnically should work on any linux OS)
Device Drivers
Java
On linux, chmod +x hw_editor.jar
You
Features:
Easy Editing Hw_config.sh
Automatic Backups
Easy Pull & Push, you just need to press a Button
Please be sure of connecting your device first to pc, and turn on USB debugging, otherwise the software will give you a lot of errors
.rar for linux, .zip for windows
Stop making awesome ****!
s0ftcorn said:
Stop making awesome ****!
Click to expand...
Click to collapse
Lol
Uploaded a new bug fixed version ( now it returns the RO state at end of pushing )
wooow great think nice working
only suggest could it be added for build.prop to?
it will be easier for newbies.
Great work buddy, thanks alot for your time making this
Eyama said:
wooow great think nice working
only suggest could it be added for build.prop to?
it will be easier for newbies.
Click to expand...
Click to collapse
I will see if i do it tomorrow
Kennnn said:
Great work buddy, thanks alot for your time making this
Click to expand...
Click to collapse
Im glad you like it
@ All : Uploaded new version, now sets chmod 755 for hw_config.sh, and uses a sh script to mount and unmount rw, seems to be better this way , also need testers from other devices
i have problems :/ i press pull and sucessfully pulled then i press edit and i got message java.io.FileNotFoundException: C:\temp.sh and then opens empty editor. backup map is empty. do i have to unzip to a particular place?
EDIT: i have it on desktop
Eyama said:
i have problems :/ i press pull and sucessfully pulled then i press edit and i got message java.io.FileNotFoundException: C:\temp.sh and then opens empty editor. backup map is empty. do i have to unzip to a particular place?
EDIT: i have it on desktop
Click to expand...
Click to collapse
Wait some time after pressing pull, and before pressing edit , also after you press pull please be sure if on C:\ are 2 files, one mountScript.sh and the another one temp.sh, please notify me
EDIT: Uploaded a new version with more sleep time (3sec after pressing pull)
no i dont get those files in C:\
Eyama said:
no i dont get those files in C:\
Click to expand...
Click to collapse
Did you press pull first right ?, so it's really weird, try with the new one, and be sure that your device it's connected with debugging mode on, try open adb, and write adb start-server
yes i did.i have debugging mode on and usb storage on.i tried the new one with sleep 3. just one think where do i need to unzip those files? in Android SDK/tools or i can have it on my desktop.
Eyama said:
yes i did.i have debugging mode on and usb storage on.i tried the new one with sleep 3. just one think where do i need to unzip those files? in Android SDK/tools or i can have it on my desktop.
Click to expand...
Click to collapse
You dont need to have USB storage on, but anyway i dont think that's the problem, it should work on any folder, for me works on any folder
EDIT: Wait what's your OS?
ok i tried with usb storage off, unzipet on desktop in xxxx folder. i start the Hw_Config Editor.jar press pull wait for message press ok. check in C:\ for those 2 files and they arent there. then press edit en same message for mising file. i dont know what is wrong maybe im too dumy for this hehe
Eyama said:
ok i tried with usb storage off, unzipet on desktop in xxxx folder. i start the Hw_Config Editor.jar press pull wait for message press ok. check in C:\ for those 2 files and they arent there. then press edit en same message for mising file. i dont know what is wrong maybe im too dumy for this hehe
Click to expand...
Click to collapse
Please say me what's your Operative System, if you're on windows vista or windows 7 you need to run as admin the .jar
yes im on win 7 im going to try with adimn run
Edit: i dont have an option for run as adnim this is strange :/
Eyama said:
yes im on win 7 im going to try with adimn run
Edit: i dont have an option for run as adnim this is strange :/
Click to expand...
Click to collapse
chumby_666 confirmed that works running as admin
EDIT: Download the last one and run .bat as admin , thanks to chumby for the bat
EDIT: Packed all in a .exe and run on background the .bat, also added a NICE icon
thanks to you both it is working now
o just for those who have antivirus protection turn it off before unpack zip an using the program.
D4rKn3sSyS, you really are making things easier for us.
BTW, downloaded this, got a virus warning message:
Trojan:Win32/Delfsnif.DX
Category: Trojan
Description: This program is dangerous and executes commands from an attacker.
Click to expand...
Click to collapse
I ignored it and allowed your awesome program to run. You might want to edit the first post to say that antivirus may give a false positive.
EDIT: For the extremely paranoid out there (D4rKn3sSyS is the man! Why doubt his program?), I ran the program through VirusTotal. RESULT: 5/ 42 (11.9%) returned "infected".
Works fine on mine, win 7 x64/x10 mini pro, using Avast free, no virus warning.
thx
Uploaded Linux version, tested on ubuntu, need testers on fedora and other linux OS
For linux, only will work on the root of your user Folder for ex: d4rk/files here

[Q] Rooting Huawei Vision U8850

Hi together,
I'm trying to root my Huawei Vision U8850. There seems to be only very little information about this phone available, and I've had no luck so far trying various methods.
I've tried SuperOneClick 2.3.3, UnlockRoot, DooMLoRD v4 and some other batch scripts, with no avail. The problem seems to be that the phone is running with Android 2.3.7, and most of the tools are using the Zerg Rush exploit, which seems to have been fixed in 2.3.7.
Zerg Rush always returns a "[-] Hellions with BLUE flames" message, which I suppose means that it failed.
Does anybody know a way of how to get root for this phone?
I've found a Chinese(?) forum where they asked the same question it seems, but I couldn't register there without some sort of code. Maybe somebody knows actually Mandarin/whatever.
translate.google.com/translate?hl=de&sl=auto&tl=en&u=http%3A%2F%2Fbbs.huaweifan.com%2Fshouji-15208--2.html resp. bbs.huaweifan.com/shouji-15208--2.html (links not clickable I'm afraid).
Some more information:
Model
HUAWEI-U8850
Android Version
2.3.7
Kernel-Version
Apps_2.6.32.9-perf
Build-Nummer
U8850 V100R001C169B244SP22
// Edit
Rooted firmware (Huawei.Vision.U8850.Rooted.Firmware.V100R001C279B244SP22.Android.2.37.rar):
ww*.mediafire.com/?aaqs7vt7aavv3
I've found a Russian forum with quite much activity regarding the U8850 Vision. Problem is, I don't speak Russian, and registering on that forum requires you to input a Cyrillic CAPTCHA, which of course didn't work with Window's Character Map.
I've tried to translate the instructions on how to get root from this post: 4pda.ru/forum/index.php?showtopic=257207&st=1700#entry14246750
I am however not sure if I understood everything correctly, or if Google Translate was working correctly.
I'm also not sure what exactly the "Russian Channel" firmware will do to my phone (e.g. phone is only in Russion, keyboard is in cyrillic, GPS not working, etc).
The firmware can be found on the official Huawei page (alongside a "Japan softbank" version): huaweidevice.com/worldwide/technicaIndex.do?method=gotoProductSupport&productId=3812&tb=0
Below is my take on the instruction (which I haven't tried yet). Does this sound plausible to you?
Instructions updated, see below.
Click to expand...
Click to collapse
*** NOTE ***
The forum software won't allow me to post links, and obviously it corrupts text links. So if there appears a space within a link, you have to remove it for the link to work.
Ok, I've successfully performed the root now by creating a custom firmware which includes su, busybox and Superuser.
I've uploaded the firmware here:
mediafire.com/?aaqs7vt7aavv3
To flash the firmware, you will need the "U8850 Upgrade Tool V1.8.4" from here:
ww*.huaweidevice.com/worldwide/downloadCenter.do?method=toDownloadFile&flay=software&softid=NDQwNjQ=
This will erase all of your user data, so save anything before you do this. And of course I'm not responsible if anything bad happens to your phone, all I can say is that it worked for me.
The firmware is based on a Slovenian one found here:
johnnyparanoia.blogspot.co.uk/search/label/Huawei%20U8850
I've labelled this method the "Russian Root", because I found the initial instructions on a Russian forum. I've translated the instructions and added anything missing to it.
See below for a detailed instruction on how to create a custom rooted firmware for yourself.
/**
* Russian Root
* Gaining root permissions on the Huawei Vision U8850 with Android version 2.3.7
* Originally posted at 4pda.ru/forum/index.php?showtopic=257207&st=1700#entry14246750
* Translated into English, re-arranged items and added some stuff
* I've also replaced the Russian based firmware with a Slovenian, because it was newer
* Discussion Thread: ww*.handy-faq.de/forum/huawei_u8850_vision_forum/227127-huawei_u8850_vision_root_rooten.html
* Credits go to Sanaes & freedroid
*/
You'll need both Windows and Linux to perform this update (e.g. a second computer, multiboot or a virtual machine).
In Windows:
1) Download the "U8850 Upgrade Tool V1.8.4" from here:
ww*.huaweidevice.com/worldwide/technicaIndex.do?method=gotoProductSupport&productId=3812&tb=0
2) Download the "U8850 (Android 2.3.7)V100R001C279B244SP22(Slovenia TUS Mobil)" firmware from johnnyparanoia.blogspot.co.uk/search/label/Huawei%20U8850 or madmodder.co.uk/huawei/u8850/huawei-u8850-firmware-list.htm and extract the contained firmware (we need the SFC-244M-0-8025-A03.nb0 file)
3) Download nb0-utils.jar from yadisk.cc/d/MbFUvzN6bic
4) Download busybox from yadisk.cc/d/JIWwvYPNblL
5) Download su from yadisk.cc/d/XtZXIL9rble
6) Download Superuser.apk from yadisk.cc/d/7TQNlhsFbm1
The following steps need to be performed under Linux:
7) Create and navigate to the folder where you want copy the downloaded files to (e.g. "sudo mkdir /home/username/u8850/")
8) Create a folder where you want the firmware to extract to: (e.g. "sudo mkdir /home/username/u8850/extracted/")
9) Copy the downloaded files to the folder you just created in step 7), using a usb flash drive or whatever means you have (e.g. "sudo cp /path/where/they/are/saved/*.* /home/username/u8850/")
10) Go to that folder: "cd /home/username/u8850/"
11) Unpack the downloaded firmware into the "extracted" folder, using the following command: "sudo java -Xmx512m -jar nb0-utils.jar unpack SFC-244M-0-8025-A03.nb0 /home/username/u8850/extracted"
- Note #1: if this doesn't work, try to install Java first: "sudo apt-get install openjdk-6-jre"
- Note #2: extracting the firmware requires quite a lot of RAM, hence we added the "-Xmx512m" flag which allows Java to use up to 512 MB of RAM. Make sure your Linux machine has this much RAM available!
12) The extracted file "SF8-0-244M-0002-system.img.ext3" contains the Android file system, so we need to mount this file.
- To mount it, we first need to create a folder in /media/: "sudo mkdir /media/android"
- And then we mount the file to that location: "sudo mount /home/username/u8850/extracted/SF8-0-244M-0002-system.img.ext3 /media/android/"
13) Copy the previously downloaded "busybox" file to /media/android/xbin/: "sudo cp /home/username/u8850/busybox /media/android/xbin/"
14) Change the file permissions to 755: "sudo chmod 755 /media/android/xbin/busybox"
15) Copy the previously downloaded "su" file to /media/android/bin/: "sudo cp /home/username/u8850/su /media/android/bin/"
16) Change the owner and group of that file to root: "sudo chown root /media/android/bin/su" and "sudo chgrp root /media/android/bin/su"
17) And the rights to 6755: "sudo chmod 6755 /media/android/bin/su"
18) Copy the previously downloaded "Superuser.apk" file to /media/android/app/: "sudo cp /home/username/u8850/su /media/android/app/"
19) And change the permissions to 644: "sudo chmod 644 /media/android/app/Superuser.apk"
20) Now unmount the image file again: "sudo umount /media/android"
21) And pack the firmware again into a .nb0 file: "sudo java -Xmx512m -jar nb0-utils.jar pack /home/username/u8850/firmware_rooted.nb0 /home/username/u8850/extracted/"
Now we're finished in Linux, the actual flashing has to be done in Windows.
22) Somehow transfer the newly created firmware_rooted.nb0 file to Windows (e.g. with a USB stick).
23) Unpack and install the "U8850 Upgrade Tool V1.8.4". This will install a "SUT L3" program ("Software Update Tool") and the USB drivers for the U8850 Vision.
24) Connect your phone with a USB cable and use the Software Updater to flash the firmware_rooted.nb0 to the phone.
Don't get (too) nervous during the flashing and booting procedure, it does take quite a while.
After completion, all of your data will be reset and the phone should now be rooted. To check, use e.g. "Root Checker" from the market or any app that needs root rights.
Alternative (original) nb0-utils.jar download location:
dl.dropbox.com/u/1134234/AndroidTeam/utils/nb0-utils.jar
Click to expand...
Click to collapse
Hi,
I would like to ask if there are any problems after rooting (with gps etc.) ?
I also use stock Slovenian firmware and have bought a phone at Mobitel:
Android Version
2.3.7
Kernel-Version
Apps_2.6.32.9-perf
Build-Number
U8850 V100R001C279B244SP26
kingeedorah said:
Hi,
I would like to ask if there are any problems after rooting (with gps etc.) ?
I also use stock Slovenian firmware and have bought a phone at Mobitel:
Android Version
2.3.7
Kernel-Version
Apps_2.6.32.9-perf
Build-Number
U8850 V100R001C279B244SP26
Click to expand...
Click to collapse
I haven't noticed any particular problems which I could connect to the rooting process. Yesterday it did take the phone quite a while before getting a GPS fix, but it has done that before (seems to be a general problem for me, even with AGPS settings), but GPS itself was working fine after that.
I'm also having some issues where the internal partition (resp. the /system/ folder) reports an error that there's no space left on the device, e.g. when trying out AdAway instead of AdFree Android. And the latter was working fine.
Besides that, it's working fine. I can call / be called, camera is working, music is working, radio is working (if you can call that working).
I haven't figured out yet how to install the Clockworkmod Recovery yet though. It's still requiring a valid certificate for the update.zip on the Recovery screen, that hasn't changed.
Hi guys,
U8850 Update Tool crashes when trying to flash a phone with the rooted imaged, works just fine with other images. Anyone else facing this problem ?
spoonium said:
*** NOTE ***
The forum software won't allow me to post links, and obviously it corrupts text links. So if there appears a space within a link, you have to remove it for the link to work.
Ok, I've successfully performed the root now by creating a custom firmware which includes su, busybox and Superuser.
I've uploaded the firmware here:
dl.dropbox.com/u/5387565/Android/Huawei.Vision.U8850.Rooted.Firmware.V100R001C279B244SP22.Android.2.37.rar
To flash the firmware, you will need the "U8850 Upgrade Tool V1.8.4" from here:
ww*.huaweidevice.com/worldwide/downloadCenter.do?method=toDownloadFile&flay=software&softid=NDQwNjQ=
This will erase all of your user data, so save anything before you do this. And of course I'm not responsible if anything bad happens to your phone, all I can say is that it worked for me.
The firmware is based on a Slovenian one found here:
johnnyparanoia.blogspot.co.uk/search/label/Huawei%20U8850
I've labelled this method the "Russian Root", because I found the initial instructions on a Russian forum. I've translated the instructions and added anything missing to it.
See below for a detailed instruction on how to create a custom rooted firmware for yourself.
Click to expand...
Click to collapse
---------- Post added at 02:38 PM ---------- Previous post was at 02:09 PM ----------
napalmique said:
Hi guys,
U8850 Update Tool crashes when trying to flash a phone with the rooted imaged, works just fine with other images. Anyone else facing this problem ?
Click to expand...
Click to collapse
Nevermind, it was the filename that confused the Update Tool, changed the filename to a shorter one and it worked, it flashed it, now booting.
need help
I would like to download from
dl.dropbox.com/u/5387565/Android/Huawei.Vision.U8850.Rooted.Firmware.V100R001C279B2 44SP22.Android.2.37.rar
but error come out.
Can you please re upload that file again?
Thank you.
adp71500 said:
I would like to download from
dl.dropbox.com/u/5387565/Android/Huawei.Vision.U8850.Rooted.Firmware.V100R001C279B2 44SP22.Android.2.37.rar
but error come out.
Can you please re upload that file again?
Thank you.
Click to expand...
Click to collapse
Yes, I'm afraid Dropbox doesn't really like public links, they've disabled that feature temporarily for my account. Although I severly doubt I've really reached the limit of 20 GB/day for this single file...
I've uploaded the file to Mediafire now, although I had to split the archive to make that work. I hope it'll live longer there.
mediafire.com/?aaqs7vt7aavv3
Help
spoonium said:
Yes, I'm afraid Dropbox doesn't really like public links, they've disabled that feature temporarily for my account. Although I severly doubt I've really reached the limit of 20 GB/day for this single file...
I've uploaded the file to Mediafire now, although I had to split the archive to make that work. I hope it'll live longer there.
mediafire.com/?aaqs7vt7aavv3
Click to expand...
Click to collapse
Could you please, reupload the rooted firmware is empty the folder in mediafire
spoonium said:
*** NOTE ***
3) Download nb0-utils.jar from yadisk.cc/d/MbFUvzN6bic
4) Download busybox from yadisk.cc/d/JIWwvYPNblL
5) Download su from yadisk.cc/d/XtZXIL9rble
6) Download Superuser.apk from yadisk.cc/d/7TQNlhsFbm1
Click to expand...
Click to collapse
Can you please be kind and upload those 4 files somewhere for i can take them? I searched on google but i don't know how good those files are and i don't want to make something stupid with my phone.
Thanks in advance and keep up the good work!:laugh:
CWM
hi guys
I also installed the pre rooted firmware and cant figure out how to get CWM on there which is how i assume the jelly bean goes on?...
can anyone help... I have just had thing a day and want jelly bean on there soonest!,,
cheers guys...
spoonium said:
Hi together,
I'm trying to root my Huawei Vision U8850. There seems to be only very little information about this phone available, and I've had no luck so far trying various methods.
I've tried SuperOneClick 2.3.3, UnlockRoot, DooMLoRD v4 and some other batch scripts, with no avail. The problem seems to be that the phone is running with Android 2.3.7, and most of the tools are using the Zerg Rush exploit, which seems to have been fixed in 2.3.7.
Zerg Rush always returns a "[-] Hellions with BLUE flames" message, which I suppose means that it failed.
Does anybody know a way of how to get root for this phone?
I've found a Chinese(?) forum where they asked the same question it seems, but I couldn't register there without some sort of code. Maybe somebody knows actually Mandarin/whatever.
translate.google.com/translate?hl=de&sl=auto&tl=en&u=http%3A%2F%2Fbbs.huaweifan.com%2Fshouji-15208--2.html resp. bbs.huaweifan.com/shouji-15208--2.html (links not clickable I'm afraid).
Some more information:
Model
HUAWEI-U8850
Android Version
2.3.7
Kernel-Version
Apps_2.6.32.9-perf
Build-Nummer
U8850 V100R001C169B244SP22
// Edit
Rooted firmware (Huawei.Vision.U8850.Rooted.Firmware.V100R001C279B244SP22.Android.2.37.rar):
ww*.mediafire.com/?aaqs7vt7aavv3
Click to expand...
Click to collapse
My SUT L3 is error
napalmique said:
Hi guys,
U8850 Update Tool crashes when trying to flash a phone with the rooted imaged, works just fine with other images. Anyone else facing this problem ?
---------- Post added at 02:38 PM ---------- Previous post was at 02:09 PM ----------
Nevermind, it was the filename that confused the Update Tool, changed the filename to a shorter one and it worked, it flashed it, now booting.
Click to expand...
Click to collapse
Can you remember what the error message was when the filename was too long? Did it look like this:
Error Code: 0xc60e
Error: Download fail,
Error = SE_ERR_SUT_DETECT_DEVICE_FAIL (0xC60E).
How to install CWM on it?
shub said:
hi guys
I also installed the pre rooted firmware and cant figure out how to get CWM on there which is how i assume the jelly bean goes on?...
can anyone help... I have just had thing a day and want jelly bean on there soonest!,,
cheers guys...
Click to expand...
Click to collapse
Ditto. Should I just flash it with U8850 Upgrade Tool? How can I get CWM on the pre-rooted Jelly Bean ROM?
Hi! I flash the rooted firmware and now it's rooted! Thanks!
In another forum i found the jellybeamV3.zip but i can't enter in recovery to flash that ... any help?
How can i flash now with a zip file? Thanks!
Teovenezia said:
Hi! I flash the rooted firmware and now it's rooted! Thanks!
In another forum i found the jellybeamV3.zip but i can't enter in recovery to flash that ... any help?
How can i flash now with a zip file? Thanks!
Click to expand...
Click to collapse
since you have rooted, you can use it. why would you need jellybeamv3?

Venstar V140D A33 tablet: How to get rid of the preinstalled malware of Stock ROM

Hi all,
EDIT
Thanks to techdudester on the second page, getting rid of the malware is now even easier!
Just flash the image he found here with the following procedure and you're good to go!
Instruction:
1. Flash the new ROM.
a. Get the ROM here . (Use this ROM only if you have a Venstar V140D tablet!)
b. Follow the linked tutorial to install the flash software and flash the new ROM on your device with: Phoenix Suit.
Voila, ready!
Enjoy your malware free tablet!
Tips and tricks. (or something...)
Get adb working (needed for all the other tricks down below):
1. Download the Google development tools (sdk) here and install them on your computer. I assume you have windows 7 installed during the rest of this tutorial.
2. Connect your device to your computer and make sure it is installed correctly.
a. Connect your device while its powered on via USB to your pc.
b. Go to Start, right click "My Computer" and select "Properties". Click "Device Manager".
c. Right click the Android device with the exclamation mark and select "Update Driver Software...".
d. Select "Browse my computer for driver software".
e. Select "Let me pick from a list of device drivers on my computer".
f. Keep "Show All Devices" selected and click Next.
g. Click "Have Disk..." and click "Browse..."
h. You can find the drivers in the "SDKInstallLocation"\sdk\extras\google\usb_driver directory and click OK. Replace SDKInstallLocation with the location that you selected during installation of the SDK.
i. Select the "Android ADB Interface" driver from the list and click Next.
j. Confirm installation by clicking on "Yes". Sometimes you also have to click on "Install" if a screen pops up to ask you again if you really want to install the driver...
k. Click "Close".
To use it:
Open a command prompt (in search type "cmd" followed by ENTER) and go to the following directory ""SDKInstallLocation"\sdk\platform-tools".
If you want a backup of your tablets system directory (highly recommended!) use:
"adb pull /system C:\system"
where C:\system is the target location on your local computer where you want the backup of the system directory.
Remove the update package (this doesn't work for updating the tablet, so, useless.)
adb remount
adb shell
cd system/app
rm Update.apk
exit
Remove the unwanted apps (dragonfire.apk etc)
adb remount
adb shell
cd system/preinstall
rm *
exit
If you would like to have your tablet in the correct time zone after factory reset, you will have to adjust the build.prop file.
First you need to get it to your pc so you can edit it:
in the command prompt window and at the same location as in the tutorial above type "adb pull /system/build.prop C:\temp\build.prop".
Just in case, make a copy of the build.prop in Windows Explorer so you always have the original file if something goes wrong.
Now you can edit the build.prop, but DON'T EDIT IT WITH THE WINDOWS NOTEPAD! Use Notepad++ or similar to edit the build.prop.
After you made the changes (and be careful here, you could end up with a tablet that does not want to boot up, solution further down below) you have to upload the file back to your tablet.
in the command prompt type:
adb remount
adb push C:\temp\build.prop /system/build.prop
adb shell chmod 644 /system/build.prop
Don't forget the last line! If you do not chmod the file (set the correct permissions) your tablet will not boot up.
Changes in the build.prop:
Time zone:
Default time zone is "persist.sys.timezone=Europe/London"
you can change this to your locale time zone like "persist.sys.timezone=Europe/Amsterdam" (for the netherlands )
Search the internet for valid time zones.
Change the default language:
The default language is determined by these two values in the build.prop:
persist.sys.language=en
persist.sys.country=US
For dutch change them to:
persist.sys.language=nl
persist.sys.country=NL
and again, search the internet for valid language values.
Higher brightness after factory reset:
Add the following line to the build.prop file (at the top of the file)
ro.ph.def_brightness=225
You pushed the build.prop without changing the permissions:
No problem. Just connect your booting tablet to the PC, install the driver if its not installed correctly like explained in the tutorial, and then change the rights via adb. It's no problem that it's not fully booted!
in a command prompt in the adb directory:
adb remount
adb shell chmod 644 /system/build.prop
adb reboot
If you pushed a wrong non functioning build.prop, just use this method to push the original build.prop (you know, the copy you made ) back to the device (followed by setting the correct permissions of course).
Remove the (in my opinion) irritating boot sound:
adb remount
adb shell
cd system/media
rm boot.wav
exit
rom download
can you provide another way to download the rom file ,i cant seem to get the registration process to work
stevethesignguy865 said:
can you provide another way to download the rom file ,i cant seem to get the registration process to work
Click to expand...
Click to collapse
I have dropped it here. Hope this helps
I bought the same tablet for my daughter. She's (and so am I) suffering from a lot of annoying popups and ads.
Thanks for sharing your instructions here, very hard to find them!
Since I'm a complete newbie: one important question. When you flash the ROM, all of the apps (games) will be removed I guess?
Second question: can you put the stock rom on a different location? Both of the links (including Filedropper) don't contain any files...
Thanks!
1ce/ said:
I bought the same tablet for my daughter. She's (and so am I) suffering from a lot of annoying popups and ads.
Thanks for sharing your instructions here, very hard to find them!
Since I'm a complete newbie: one important question. When you flash the ROM, all of the apps (games) will be removed I guess?
Second question: can you put the stock rom on a different location? Both of the links (including Filedropper) don't contain any files...
Thanks!
Click to expand...
Click to collapse
Yes, all applications will be removed. As soon as you configure the tablet again with the same gmail account, it will probably start installing the applications and games automatically, but in game progress will be lost for most (not online) games.
I am re-uploading the file. Will update this post with the link as soon as it finishes
edit: upload finished, get it while its there LINK
BlueFlame said:
edit: upload finished, get it while its there LINK
Click to expand...
Click to collapse
Great! Thanks for the swift response. The file is about 307 MB. Is this correct? I'll start working on it, probably this weekend. I'll keep you posted.
1ce/ said:
Great! Thanks for the swift response. The file is about 307 MB. Is this correct? I'll start working on it, probably this weekend. I'll keep you posted.
Click to expand...
Click to collapse
Yes, thats correct. Once unpacked it will be around 520 MB.
Good luck!
Hi BlueFlame,
Thanks for the post. Is it possible to get the image uploaded again? Would be much appreciated.
Maylar said:
Hi BlueFlame,
Thanks for the post. Is it possible to get the image uploaded again? Would be much appreciated.
Click to expand...
Click to collapse
On request. You can find it here. (Adjusted link. Stored on Google Drive)
Thanking you. Very much appreciated.
Thank's for a fantastic procedure... Worked very well.
First step doesn't work for me: Phoenixsuit gives an error: 'Open Firmware failed'
with three possible reasons:
- firmware version is too old
- firmware format is broken
- firmware is used by other application.
Version used: 1.0.6
Firmware file: a33_599x_v11_1024x600_gc0308_2035_1015a.img
Any ideas?
1ce/ said:
First step doesn't work for me: Phoenixsuit gives an error: 'Open Firmware failed'
with three possible reasons:
- firmware version is too old
- firmware format is broken
- firmware is used by other application.
Version used: 1.0.6
Firmware file: a33_599x_v11_1024x600_gc0308_2035_1015a.img
Any ideas?
Click to expand...
Click to collapse
Is that the firmware that I provided?
If not, try to download it again.
If so, I think that your tablet has a newer firmware than this one. You could contact the seller of your tablet for the current (latest) firmware for this tablet.
If you get a newer firmware, please share
Image file invalid
Hi Blueflame,
I've tried to re-flash, but at some point i'm getting the message at livesuit V1.11 that the image file is invalid.
It's the 3rd time i have downloaded the file, what could be cause of this error?
Greetz Mike
mcwheelz said:
Hi Blueflame,
I've tried to re-flash, but at some point i'm getting the message at livesuit V1.11 that the image file is invalid.
It's the 3rd time i have downloaded the file, what could be cause of this error?
Greetz Mike
Click to expand...
Click to collapse
Not sure. Will upload it again this weekend just to be sure that it's not my uploaded image. (I will let you know once I've done that)
You can, on the other hand, contact the supplier (where you bought the tablet) and ask them for the latest version of the ROM. I would also be interested in that
BlueFlame said:
Not sure. Will upload it again this weekend just to be sure that it's not my uploaded image. (I will let you know once I've done that)
You can, on the other hand, contact the supplier (where you bought the tablet) and ask them for the latest version of the ROM. I would also be interested in that
Click to expand...
Click to collapse
Uploaded again! same link (just made it a new version in Google Drive).
Open Firmware failed - possible solution
1ce/ said:
First step doesn't work for me: Phoenixsuit gives an error: 'Open Firmware failed'
with three possible reasons:
- firmware version is too old
- firmware format is broken
- firmware is used by other application.
Version used: 1.0.6
Firmware file: a33_599x_v11_1024x600_gc0308_2035_1015a.img
Any ideas?
Click to expand...
Click to collapse
Try to put the image file in a directory without special characters (i.e. c:\temp). Worked for me.
wundabua
Te real FIX is In!
Ok, i have one of these allwinner, Venstar, "whatever", A33 D140v tablets. It had all the usual problems and more, because the first thing I tried, was to use the built in recovery to "restore to factory". This made things even worse, because after the recovery, I couldn't reach the Google authentication servers.
I am pro tech with 25 years in the trenches and I have to admit this thing really threw me for a loop, because I spent an entire day researching the solution, installing Android SDK, drivers, Phoenix Suit, Live Suit, etc. These were all very complicated "solutions" that took me exactly nowhere. I finally found the answer in a rather stupid Youtube video.
The REAL answer is actually very quick and easy compared to all these other recommended methods.
In the first place, model V140d image is only used for these infected tablets. The actual model is V11 and once you use the quick restore method I discovered, you will have a malware free V11 model. The whole secret to this method, is the fact that these units were designed to be quickly, automatically and completely restored in less that 5 minutes through the use of their built in micro SD slot.
Imagine that!
If you check your tablet that came new in the box as something other than V140d, the method I used will most probably not work for you.
Anyway, the quick method I discovered, can be seen on my own tech support site. To find it, Google: Just Call Techdude
Then click on the support link at the top of the page on my site and all will be revealed.
techdudester said:
Ok, i have one of these allwinner, Venstar, "whatever", A33 D140v tablets. It had all the usual problems and more, because the first thing I tried, was to use the built in recovery to "restore to factory". This made things even worse, because after the recovery, I couldn't reach the Google authentication servers.
I am pro tech with 25 years in the trenches and I have to admit this thing really threw me for a loop, because I spent an entire day researching the solution, installing Android SDK, drivers, Phoenix Suit, Live Suit, etc. These were all very complicated "solutions" that took me exactly nowhere. I finally found the answer in a rather stupid Youtube video.
Click to expand...
Click to collapse
Hi techdudester,
The combination "pro tech with 25 years in the trenches" and "very complicated "solutions"" sounds a bit strange.
But either way, a THANK YOU is in order!
The ROM you found works on my tablet (flashed yesterday) and so far so good. No popups and no unwanted application downloads!
I will adjust my initial post to incorporate this image.

script to increase the volume of Bluetooth headphones

First of all I want to thank @lfom for being patient, at the moment of explaining. Here I bring you a script with which you can increase the volume of Bluetooth headphones and allow third party apps installation on watch. It should work with any watch and firmware.
Compatible with Windows should work with Pace and Stratos running any ROM (tested with Pace running 2.6.2.0)
*********************************************************************
This script increases the volume of the Bluetooth headset. Pay attention to the warnings while executing it.
- How to run in Windows Unzip and run "btvolup_win" or simply double-click on "bt volup_win"
(you may not see the file extension in some cases), then follow the instructions.
*********************************************************************
Download link below:
https://mega.nz/#!i1kihKiS!sdNGCaJoHWLtw1zLw1iEGmhIfJGHL4CqDts4KfDZgMw
Hello! The file isn't avaliable anymore. Can you upload it again?
nbrancalhaojr said:
Hello! The file isn't avaliable anymore. Can you upload it again?
Click to expand...
Click to collapse
It's a simple adb command, look for the manual installation procedure of any Saratoga79 ROM post and you should find it.
lfom said:
It's a simple adb command, look for the manual installation procedure of any Saratoga79 ROM post and you should find it.
Click to expand...
Click to collapse
Thank you for your response. I'm a mechanical engineer, and I do not have any knowledge of coding. This script would help me. However I'll try to follow some other tutorials. Regards
I don't get it
ingraynieris said:
First of all I want to thank @lfom for being patient, at the moment of explaining. Here I bring you a script with which you can increase the volume of Bluetooth headphones and allow third party apps installation on watch. It should work with any watch and firmware.
Compatible with Windows should work with Pace and Stratos running any ROM (tested with Pace running 2.6.2.0)
*********************************************************************
This script increases the volume of the Bluetooth headset. Pay attention to the warnings while executing it.
- How to run in Windows Unzip and run "btvolup_win" or simply double-click on "bt volup_win"
(you may not see the file extension in some cases), then follow the instructions.
*********************************************************************
Click to expand...
Click to collapse
Hey I'm sorry the file is no longer available to download and there is no script. I don't get it. I have the same issue with my amazfit pace chinese version. Volume is too low. I have not rooted it. Yeah and one more question..... is this method valid for the device that's not rooted?
zaini24 said:
Hey I'm sorry the file is no longer available to download and there is no script. I don't get it. I have the same issue with my amazfit pace chinese version. Volume is too low. I have not rooted it. Yeah and one more question..... is this method valid for the device that's not rooted?
Click to expand...
Click to collapse
Yes, root isn't needed:
Adb command to increase Bluetooth volume, from XDA forum:
https://forum.xda-developers.com/showpost.php?p=76645062&postcount=8
Code:
adb wait-for-device
adb shell content insert --uri content://settings/system --bind value:s:15 --bind name:s:volume_music_bt_a2dp
adb reboot
Click to expand...
Click to collapse
I've tried this. Doesn't work.
lfom said:
Yes, root isn't needed:
Click to expand...
Click to collapse
Hey Man thanks for quick reply. I know of this thread. I tried this code but it doesn't work. It gives me an error. I could upload the screenshot of that error but I don't know how to do this as I am new to this forum. I tried to upload the image and it asks for a web address, doesn't have the option to upload directly from the laptop. Anyway the error from this code line says
"Get-Content : A positional parameter cannot be found that accepts argument '--uri'.
At line:1 char:1
- content insert --uri content://settings/system --bind value:s:15 --bi ...
- ---------------------------------------------------------------------------------
+ CategoryInfo : InvalidArgument: ) [Get-Content], ParameterBindingException
+ FullyQualifiedError : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetContentCommand"
I shared this error with 1immortal who originally post this code line. He told me he would check it and get in contact with me 3 months ago. I contacted him after that several times but he never replied. I saw this post and I thought may be you had new code line but it was the same. Anyway may be you could help me with this. Waiting for your help.
zaini24 said:
Hey Man thanks for quick reply. I know of this thread. I tried this code but it doesn't work. It gives me an error. I could upload the screenshot of that error but I don't know how to do this as I am new to this forum. I tried to upload the image and it asks for a web address, doesn't have the option to upload directly from the laptop. Anyway the error from this code line says
"Get-Content : A positional parameter cannot be found that accepts argument '--uri'.
At line:1 char:1
- content insert --uri content://settings/system --bind value:s:15 --bi ...
- ---------------------------------------------------------------------------------
+ CategoryInfo : InvalidArgument: ) [Get-Content], ParameterBindingException
+ FullyQualifiedError : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetContentCommand"
I shared this error with 1immortal who originally post this code line. He told me he would check it and get in contact with me 3 months ago. I contacted him after that several times but he never replied. I saw this post and I thought may be you had new code line but it was the same. Anyway may be you could help me with this. Waiting for your help.
Click to expand...
Click to collapse
What watch and firmware version? Try using CMD.exe instead of PowerShell...
zaini24 said:
Thanks for the reply. It's amazfit pace bought in china. It's Chinese version. Never rooted. Never installed a custom rom on it. Model number is A1602. Series number is XXXXX. Yeah and I tried using CMD.exe. same error
Click to expand...
Click to collapse
I don't know what you are doing wrong, but it works.
PS: never share personal info like serial numbers online, I suggest that you remove this info and add your firmware version. If firmware version is too old (lower than 1.3.6) it might not work.
I don't know what I was doing wrong but I ran the process on another laptop and it worked. Finally I feel like I have some use of this watch. A bundle of thanks for @IFOm.
Decreasing the volume
Hi all,
I have Amazfit Stratos and I am experiencing the opposite issue. Even if I set the volume to the lowest level it is too loud. Is there also a way how to decrease the volume?
Thanks a lot.
gunner1412 said:
Hi all,
I have Amazfit Stratos and I am experiencing the opposite issue. Even if I set the volume to the lowest level it is too loud. Is there also a way how to decrease the volume?
Thanks a lot.
Click to expand...
Click to collapse
See my previous post with the adb command: simply replace the value 15 with something lower (10, maybe 8). Please report back the results...
Thank you for the hint,it worked well,now I am able to listen the music.

Categories

Resources