I tried installing different fonts on the watch using a file manager but I can't find a way to get into the font directory and I don't see any fonts in the Play Store for Wear OS. Any help would be awesome. Thanks!
Good question. I'd like to know as well.
You can install custom fonts on your Galaxy watch 4 using zfonts, an android file explorer and a PC. After you download the zfont app select your font and this is the processes of installing it on your phone.
After you have installed this new font onto your phone the APK file for the font will be in android/data folder as an APK file.
After you have located the APK file connect to a PC and copy it to your desktop. From there you can connect to a watch via Wi-Fi where you can use the ADB command
./adb -s {your watches connected ip address} install {selected font}.apk
You mean with zfonts this App?
zFont 3 - Emoji & Font Changer – Apps bei Google Play
✅ Schriftwechsler für Samsung, Vivo, LG, Huawei, Honor, Oppo, Realme, Tecno usw.🎉
play.google.com
Or other app?
Thanx in advance.
Best Regards
https://play.google.com/store/apps/details?id=com.htetznaing.zfont2 is the app to which you can download free fonts.
Is it working?
Brynrobnson said:
You can install custom fonts on your Galaxy watch 4 using zfonts, an android file explorer and a PC. After you download the zfont app select your font and this is the processes of installing it on your phone.
After you have installed this new font onto your phone the APK file for the font will be in android/data folder as an APK file.
After you have located the APK file connect to a PC and copy it to your desktop. From there you can connect to a watch via Wi-Fi where you can use the ADB command
./adb -s {your watches connected ip address} install {selected font}.apk
Click to expand...
Click to collapse
New GW4 user here. Is there anyway to find the location of the apk file other than android/data? I can't seem to find it on my OneUI 4.1/Android 12 (S22 Ultra).
Also the zFont 3 seems to be different now, it has the version number 3.3.2
zFont 3 - Emoji & Font Changer - Apps on Google Play
✅ Font changer for Samsung, Vivo, LG, Huawei, Honor, Oppo, Realme, Tecno, etc.🎉
play.google.com
I have finally figure it out!
App links included
1. Open zFont 3, choose and install the font of your choice.
2. Open APK Analyzer and look for "com.monotype.android.font.samsungsans"
3. Export/Extract APK and save it to your Downloads folder.
4. Enable ADB Debugging & Debug over WiFi by going to Settings>Developer Options
5. You can sideload it via PC using ADB or via Bugjaeger Mobile ADB app and use this command:
"adb -s <IP Address> install com.monotype.android.font.samsungsans_2.0.00-1.apk"
6. After installing the APK, disable ADB Debugging to avoid battery drain.
7. Go to settings>Display>Font style and Choose "SamsungSans"
Enjoy!
edwaine said:
I have finally figure it out!
App links included
1. Open zFont 3, choose and install the font of your choice.
2. Open APK Analyzer and look for "com.monotype.android.font.samsungsans"
3. Export/Extract APK and save it to your Downloads folder.
4. Enable ADB Debugging & Debug over WiFi by going to Settings>Developer Options
5. You can sideload it via PC using ADB or via Bugjaeger Mobile ADB app and use this command:
"adb -s <IP Address> install com.monotype.android.font.samsungsans_2.0.00-1.apk"
6. After installing the APK, disable ADB Debugging to avoid battery drain.
7. Go to settings>Display>Font style and Choose "SamsungSans"
Enjoy!
Click to expand...
Click to collapse
Where is the APK file? I only can find the ttf file in android/data/zfont folder... I have a Xiaomi and only can save the file as theme or mtz extension. Thanks
I get an error when trying to install via bugjaeger
Deiviz1984 said:
Where is the APK file? I only can find the ttf file in android/data/zfont folder... I have a Xiaomi and only can save the file as theme or mtz extension. Thanks
Click to expand...
Click to collapse
Deiviz1984 said:
I get an error when trying to install via bugjaeger
Click to expand...
Click to collapse
You missed steps #2 & #3. You need to extract the apk first.
edwaine said:
You missed steps #2 & #3. You need to extract the apk first.
Click to expand...
Click to collapse
I get the APK file with another app but now I can't install via bugjaeger, I get an error when I type the ADB command, app says that the command is not valid
edwaine said:
I have finally figure it out!
App links included
1. Open zFont 3, choose and install the font of your choice.
2. Open APK Analyzer and look for "com.monotype.android.font.samsungsans"
3. Export/Extract APK and save it to your Downloads folder.
4. Enable ADB Debugging & Debug over WiFi by going to Settings>Developer Options
5. You can sideload it via PC using ADB or via Bugjaeger Mobile ADB app and use this command:
"adb -s <IP Address> install com.monotype.android.font.samsungsans_2.0.00-1.apk"
6. After installing the APK, disable ADB Debugging to avoid battery drain.
7. Go to settings>Display>Font style and Choose "SamsungSans"
Enjoy!
Click to expand...
Click to collapse
You're my hero! Thank you very much!
I used this guide on my Galaxy Watch 5 (with One Ui Watch 4.5) together with my Fold4 (with One UI 4.1.1.) and it really works! Now I also have Google Sans as my font on my watch! I'm so happy
Only differences: I used #mono_ app, which is a minimalistic version of zFont.
Furthermore, I highly recommend using "Bugjaeger" instead of ADB. I had tons of issues, but Bugjaeger works just marvelously
PS: I would give you an award, if I could
Mr6P said:
You're my hero! Thank you very much!
I used this guide on my Galaxy Watch 5 (with One Ui Watch 4.5) together with my Fold4 (with One UI 4.1.1.) and it really works! Now I also have Google Sans as my font on my watch! I'm so happy
Only differences: I used #mono_ app, which is a minimalistic version of zFont.
Furthermore, I highly recommend using "Bugjaeger" instead of ADB. I had tons of issues, but Bugjaeger works just marvelously
PS: I would give you an award, if I could
Click to expand...
Click to collapse
Can you share the apk (Google Sans) that you've installed?...
rgrapow said:
Can you share the apk (Google Sans) that you've installed?...
Click to expand...
Click to collapse
Sure!
Deiviz1984 said:
I get the APK file with another app but now I can't install via bugjaeger, I get an error when I type the ADB command, app says that the command is not valid
Click to expand...
Click to collapse
instead of ADB commands, simply install the font-APK via bugjaeger.
After you connected to your device, go to "packages" (the third tab), hit the plus button at the top, chose "select APK File", select the font-APK and it'll be installed
edwaine said:
I have finally figure it out!
App links included
1. Open zFont 3, choose and install the font of your choice.
2. Open APK Analyzer and look for "com.monotype.android.font.samsungsans"
3. Export/Extract APK and save it to your Downloads folder.
4. Enable ADB Debugging & Debug over WiFi by going to Settings>Developer Options
5. You can sideload it via PC using ADB or via Bugjaeger Mobile ADB app and use this command:
"adb -s <IP Address> install com.monotype.android.font.samsungsans_2.0.00-1.apk"
6. After installing the APK, disable ADB Debugging to avoid battery drain.
7. Go to settings>Display>Font style and Choose "SamsungSans"
Enjoy!
Click to expand...
Click to collapse
Thank you!!!, it worked. I used ADBAppControl (windows) instead of Bugjaeger (android)
Is this possible without a Samsung phone ? Like lets say OnePlus 9pro? I've got the watch4
Mr6P said:
instead of ADB commands, simply install the font-APK via bugjaeger.
After you connected to your device, go to "packages" (the third tab), hit the plus button at the top, chose "select APK File", select the font-APK and it'll be installed
Click to expand...
Click to collapse
Hi bro, I have problem when connected device. I can't connect it via Bugjaeger. Port is 5555 (default in app) but I see in wireless debugging from developer options port is 35471. How I fix this it?
And another question, Ip connected (if succesful) is "galaxy watch 4" or "galaxy phone". Thanks for your help
cave.man1908 said:
Is this possible without a Samsung phone ? Like lets say OnePlus 9pro? I've got the watch4
Click to expand...
Click to collapse
I'm not sure. I mean, you can simply install and see what happens. If it doesn't work, you can simply uninstall it. No harm is done
Related
For Droid 2's on Gingerbread, click link below to find info to Root your phone
http://www.droid-life.com/2011/09/0...roidx2-droidx-and-droid3-running-gingerbread/
One Click Root Version for Linux and Works for Mac, too!
This is still a work in progress! Gonna call it 3.3 (I went through 3 previous versions). It takes the 2.2.1 version and adds a user interface. Nice, easy, clean. In order to run this script, you need to chmod (change permission) of the .sh file, and then execute it.
Download the file here: http://kimete.com/droid/beta/dorootv3.sh
It is good for both Linux and Mac. All you have to do is execute it and the script will download all the appropriate files for you!
How to run this in Ubuntu/Linux
How-to video here: http://www.youtube.com/watch?v=gvlB3e_UE8I
Note: General idea. You no longer need to update android-sdk, though.
1. Download the file.
2. Right-click the file, choose properties, choose the permission tab, and check executing file as program, close window
3. Double-click the file, choose Run in Terminal, and it'll start.
4. Choose 1 for install and root. Choose 2 for root process only. Only good if you've rooted using this method before, or you need to reroot your phone. Choose 3 to unroot. Choose 4 for credits/donation information. Choose 5 to exit. Choosing other numbers...
How-to for Mac
How-to video here: http://www.youtube.com/watch?v=d7s8dtfYyHI
Note: General idea. You no longer need to download and install android-sdk anymore.
1. Download dorootv3.sh. Best to put it on your desktop.
2. Open a terminal. Go to the magnifying glass and type in terminal, and then select it.
3. Next, you need to change permissions. Type in the terminal chmod 0755 followed with a single space. Then drag the dorootv3.sh into terminal.
You should see something like this chmod 0755 /user/(file path)/dorootv3.sh. Press enter.
4. Now run your file by dragging the file into the terminal again and pressing enter!
5. Now choose and option...
New version of rooting for Linux and Mac! Version 2.2.1!
Linux 2.2.1: http://www.kimete.com/droid/beta/DoRootLinux_221.zip
Mac 2.2.1: http://www.kimete.com/droid/beta/DoRootMac_221.zip
General Instructions:
1. Extract the files.
2. Change the permissions on the doroot.sh file
3. Run doroot.sh file.
Instructions for Linux and Mac
1. Extract the respective files to somewhere accessible. Your home directory or desktop is idea. The file comes in a .zip file. Just open it up and drag and drop the DoRootMac or DoRootLinux folder.
2. Make sure you phone is in PC Mode with USB Debugging enabled
PC Mode: Notification blind -> USB connection -> PC Mode
USB Debugging: Settings -> Applications -> Development -> USB debugging
You need USB debugging icon showing in notifications. Try Charge Only if you can't get PC Mode to show USB debugging.
3. Navigate to the folder in terminal.
example: [cd /DoRootMac or cd /DoRootLinux]
4. enter [chmod 0755 doroot.sh] then run it [./doroot.sh]
5. Let it run.
6. That's it, you are done.
One Click Root for Windows
Here's the Windows version. Facelessuser pushed this through and worked his magic. Give it a try. Very exciting stuff. I haven't used it yet, but according to him, it should work!
Download here, Ver. 2.1.4:
http://www.kimete.com/droid/beta/DoRootWin_2.1.4.zip
Instruction for Windows:
How-to video here: http://www.youtube.com/watch?v=B7RGVikpQ8o
1. Extract the folder from the DORoot zip file to your desktop. You should be moving 7 or 8 files into the tools folder.
2. Install Motorola Drivers
(Tip, to stop the launching of the Verizon/Motorola site, go to the MotoConnect icon in the bottom righ, right click, when phone connects, nothing.)
3. Make sure you phone is in PC Mode with USB Debugging enabled
PC Mode: Notification blind -> USB connection -> PC Mode
USB Debugging: Settings -> Applications -> Development -> USB debugging
You need USB debugging icon showing in notifications. Try Charge Only if you can't get PC Mode to show USB debugging.
4. Double-click and run doroot.bat
5. Let it run.
6. That's it, you are done.
Motorola Drivers (if you are using Windows) which can be found here:
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
Many thanks to facelessuser for working his magic!
====
====
How-to Videos
Video of the Rooting Process for D2 and DX by [email protected]
For Windows/Mac/Linux
http://www.youtube.com/watch?v=u5l3MDomDSc
Video of the Rooting Process for D2 and DX by DarkOnion
For Windows
New: http://www.youtube.com/watch?v=B7RGVikpQ8o
Old: http://www.youtube.com/watch?v=gzlg9a-H42w
How to use the ADBDL.sh file by DarkOnion
For Mac and Linux
http://www.youtube.com/watch?v=9cHpGXfEudM
=====
=====
Frequently Asked Questions
Why does my anti-virus tell me that the files contain Trojan's?
The files are exploits and hack your phone. Don't worry, they are clean. However, to be safe, do not download from any other source than the ones linked in this post.
I've gotten countless hate mail and comments on Youtube users about rageagainstthecage-arm5.bin being detected as a trojan. It is an EXPLOIT. If you are scared that the files I hosted are going to give your computer a virus. Look else where, like Z4Root, though, my understanding is that Z4Root also uses rage.
http://forum.xda-developers.com/showthread.php?t=853704
What is do these files/programs/scripts do?
These scripts will root your Droid 2 or Droid X phone with the least amount of user input as possible.
Why should we use this method and not another method?
All the methods are based off the same process/procedure. If you feel like doing MORE work, we can't stop you. The reason why we wrote all these scripts is to expedite the process, make the procedure easier, and to reduce human input which reduces the chance of human error.
Is there anything I need to know in order to successfully root my phone?
Yes. READ THE DIRECTIONS. Read the directions first. A lot of people make errors because they don't read the directions. I've also provided links to my video and another video which outlines the root process. Both are only a few minutes long.
Root failed! What do I do?
Run the script again! Most people succeed on the first or second try. Usually the rest by the third try.
Do I have to install Android SDK and update it?
It depends. The new Linux/Mac version does not require you to. The windows one, we are still working on.
Does this work on other phones?
I can't answer that. I know it works for Droid 2 and Droid X.
Wait a minute, this isn't really one-click! What's the deal?
Deal with it. Don't like it, try the 25+ step process.
When I open up the Superuser app, I get a blank screen.
That is NORMAL. Superuser lists the processes/applications that you've allowed superuser access to. If you haven't allowed anything, then it will be blank.
How do I test if I have root or not?
Try downloading an app like Wireless Tether (published by Google), and running it.
What USB connection mode do I set my phone to?
PC Mode or Charge Only. Choose the one that comes up with USB Debugging.
I am not very good with computers. Is this something I can do?
Oh yes! The key to success is following the directions.
How do I update Android SDK?
On Windows, you just need to double click the SDK Manager.exe. On Linux/Mac, you need to go into terminal, navigate to the tools folder in the android sdk folder, and run this command ./android update sdk. More information can be found in the SDK Readme text file. On Windows, double-click and run the SDK Manager.
I am getting stuck at the "daemon not found/daemon is starting" part. What do I do?
You need to fumble with the settings on your phone. You don't need to close the terminal. Change between PC Mode and Charge Only mode until it starts to continue. If that still doesn't work, also try disabling then enabling USB debugging for each mode.
=====
=====
Reporting an Error or a Problem
You can report errors right here in this thread. Make sure you give us as much information as possible. List what operating system you are on, what phone you have, at what part of the script you had errors, and anything else you may have tried or done. The more information you provide us, the better we understand situations. Posting up pics or logs of the terminal is extremely helpful.
=====
=====
Change log for 1-2-3 Root
Version 0.0 - 25+ step tutorial on how to root D2 on Windows and Mac
Version 1.0 - Initial scripts to streamline processes and reduce user error in Ver. 0.0.
Version 2.0 - Streamline of multiple scripts into 1 script. Minimal commands. Minimal work. With error checking and reporting.
Version 2.1 - addressed issue where remnants of a previous root would not allow root to complete
Version 2.1.1 -
-Cleanup code.
-Address issue where I thought I was killing a hanging rage, but I wasn't (It was a syntax thing)
-Fix for ERROR6 or ERROR5 (this was drastically different than what I did in windows. I wasn't returning exactly a string in format I thought when doing the check, so I had to do some ridiculous stuff to process it.)
-Better error resolution. (more error checking)
-Refined unroot.
-Reboot if you had files from a previous root
-Now the script will automagically download needed root files if they are not in your folder. (If you are behind a proxy, make sure your mac or linux has curl or wget configured for proxies respectively)
-Longer wait before remount (I had it not remount because it was busy once)
Version 2.1.2 -
Linux and Mac
Contains everything windows 2.1.1
Unroots non bootstrapped phones too
All
Contains option to unroot
Version 2.1.3 - Added dounroot.bat
Vesion 2.1.4 -
-Fix bug where people were getting a false ERROR5 because they already had Superuser.apk
-Hide killing of busybox before unroot
Version 2.1.4 - Files are standalone. No need to download Android SDK anymore.
Version 2.2.0 -
-adb included, no SDK needed
-abort if cannot find adb
-remove alternate busybox at /system/xbin and /system/bin when unrooting
-remove alternate busybox at /system/xbin when rooting and installing busybox at /system/bin
-No more hang in exploit...I hope
-Clean up code
Version 2.2.1 - minor revision to code (curl related)
DarkOnion's DoRootv3
Version 3.0 - set-up menu's, added error checking, will detect which OS you are on
Version 3.1 - fixed issues with ADB SDK User interfaces
Version 3.2 - adapted to DoRoot 2.2.1
Version 3.3 - edited code for easier understanding and modifications
=====
=====
References:
Original procedure produced by Sebastian Krahmer
http://forum.xda-developers.com/showpost.php?p=7838000&postcount=1
Tutorial/How-to Root Droid 2 on Windows by DarkOnion
http://forum.xda-developers.com/showpost.php?p=7865824&postcount=164
Tutorial/How-to Root Droid 2 on Linux/Mac by DarkOnion
http://forum.xda-developers.com/showpost.php?p=8103311&postcount=340
====
====
Appreciate my work and/or help, feel free to send donations my way! Poor college student here who just got a speeding ticket! Doh!
This is outdated information and should be used as a reference only! All updated versions have moved to POST #1.
Hi all. Made it to the front page of XDA Developers.
http://www.xda-developers.com/android/easy-rooting-method-for-droid-2/
I just want to make sure credit is given where due. First of all, the original procedure was produced Sebastian Krahmer. From there I wrote an indepth tutorial to root the Droid 2. I took a vague instruction set and help it grown into something that the average person could understand. Understanding the need to simplify the process, I decided to write scripts to further streamline the process. What started out as a 3 part script that involved 8 or 9 commands eventually became a two part script that involved 3 or 4 commands. I have no programming background, by the way. Having trouble getting the process down into one part, facelessuser volunteered to take my work, and put a bunch of neat things into it to get it to work as one thing with error checking! So, with that said, I'd like to thank everyone that had a part in the project, especially facelessuser for his dark magic arts that made the script run, matt4542 for constantly testing my various scripts, and everyone who directly or indirectly ran the scripts!
We are moving forward!
===
Hi all.
We (me), facelessuser, and a few others are working furiously to get an easy one step program out for you guys. In the mean-time, I have a pretty safe, and clean, and easy 2 step method for Windows, Mac, and Linux. I am still cleaning stuff up, but for the most part, it all runs well.
What you need:
Android-SDK for your operating system which can be found here:
http://developer.android.com/sdk/index.html
Motorola Drivers (if you are using Windows) which can be found here:
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
And the files/scripts/programs to root for your OS:
Want to try the one step process, go down to post #2!
Windows [1.0]: http://www.kimete.com/droid/DORootforD2Windows.zip
Mac/Linux [1.0]: http://www.kimete.com/droid/DORootforD2Linux.zip
Instruction for Windows:
GO DOWN TO POST #2 AND DOWNLOAD THE ONE STEP
1. Extract and Update Android SDK package to your computer. The file comes in a zip file. Just open it up and drag and drop the android-sdk-windows folder to your C drive. Next, extract the files from the DORoot zip file to the tools folder of Android SDK. You should be moving 7 or 8 files into the tools folder.
2. Install Motorola Drivers
(Tip, to stop the launching of the Verizon/Motorola site, go to the MotoConnect icon in the bottom right, right click, when phone connects, nothing.)
3. Make sure you phone is in PC Mode with USB Debugging enabled
PC Mode: Notification blind -> USB connection -> PC Mode
USB Debugging: Settings -> Applications -> Development -> USB debugging
You need USB debugging icon showing in notifications. Try Charge Only if you can't get PC Mode to show USB debugging.
4. Double-click and run doroot1.bat
5. Follow the instructions. You will enter into the shell and be prompted with a $.
6. enter [./data/local/tmp/rageagainstthecage-arm5.bin] and let it run. Can take up to 15 minutes before it boots you out.
6a. To check if rageagainstthecage worked it's magic, enter the shell with adb shell. You should see a # sign. If you don't, you need to run rageagainstthecage again by entering the command from step six.
6b. If you see the #, exit the shell by typing exit.
7. After being booted from shell and back to DOS, enter or double click doroot2.bat
8. That's it, you are done.
Instruction for Linux and Mac:
GO DOWN TO POST #2 AND DOWNLOAD THE 1-STEP!
1. Extract and Update Android SDK package to your computer. The file comes in a .tar.gz file. Just open it up and drag and drop the android-sdk-linux folder to your home directory or desktop. Next, extract the files from the DORoot zip file to the tools folder of Android SDK. You should be moving 7 or 8 files into the tools folder.
2. Make sure you phone is in PC Mode with USB Debugging enabled
PC Mode: Notification blind -> USB connection -> PC Mode
USB Debugging: Settings -> Applications -> Development -> USB debugging
You need USB debugging icon showing in notifications. Try Charge Only if you can't get PC Mode to show USB debugging.
3. Navigate to the tools folder of your android-sdk
[cd /android-sdk-linux_x86/tools]
4. enter [chmod 0755 doroot1.sh] then run it [./doroot1.sh]
5. Follow the instructions. You will enter into the shell and be prompted with a $.
6. enter [./data/local/tmp/rageagainstthecage-arm5.bin] and let it run. Can take up to 15 minutes.
6a. To check if rageagainstthecage worked it's magic, enter the shell with adb shell. You should see a # sign. If you don't, you need to run rageagainstthe cage again by entering the command from step six.
6b. If you see the #, exit the shell by typing exit.
7. After being booted from shell and back to command prompt, [./doroot2.sh]
8. That's it, you are done.
Enjoy my works? Want to show your gratitude? Just want to help a poor college student out, donate via PayPal to: [email protected]. All donations are greatly appreciated. Money will be spent on escorts, food, adult beverages, higher education and its bs fees, paying off my phone, and the wonderful speeding ticket I got this week!
Hey Thanks alot for writing this! I just tried it out and ran until completion.
A few things I found.
In the dos prompt, part2 the program asks user to input a few commands. Commands 2 and 3 should end in .sh. The program dosent mention this.
Thanks again
Typo in the 3rd step. You forgot to add '.sh'.
lockdownx1x said:
Typo in the 3rd step. You forgot to add '.sh'.
Click to expand...
Click to collapse
Doh. Good catch y'all. I will take care of that now!
Problem
Everytime i type: $ ./doroot2.sh
i get:
./doroot2.sh
./doroot2.sh: not found
thank for the help!
The " ./ " before doroot.sh tells linux to look in the current directory for the file to run. Make sure you in the tools directory of the sdk and that the script is there as well.
Sent from my DROID2 using XDA App
Yep i definitaly made sure of that but same error. It doesnt matter though i have rooted my droid 2 through the manual proccess
NiteSite said:
Everytime i type: $ ./doroot2.sh
i get:
./doroot2.sh
./doroot2.sh: not found
thank for the help!
Click to expand...
Click to collapse
Did you do cd data/local/tmp in adb shell before doing the chmod and ./doroot2.sh?
Yeah the chmod doroot2.sh worked without a problem. ./doroot2.sh did not tried it several times though
Sent from my DROID2 using XDA App
NiteSite said:
Yeah the chmod doroot2.sh worked without a problem. ./doroot2.sh did not tried it several times though
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
Weird. I am going to send you a PM. Hit me up on Google Talk.
-Kevin
Should turn this in to a one click root app for D2. Couldn't you essentially do some modifications and run it from the phone?
mjones1052 said:
Should turn this in to a one click root app for D2. Couldn't you essentially do some modifications and run it from the phone?
Click to expand...
Click to collapse
I am working on it. Hahaha. I don't have any programming background. So I am learning on the fly, but progress is being made.
Though, I have to say that the process is much much much easier than what it originally began as. So... moving in the right direction.
I'm not much of a programmer. I'm on Windows. Do I need to chmod the files, and if so, how would I do that?
Kenny Strife said:
I'm not much of a programmer. I'm on Windows. Do I need to chmod the files, and if so, how would I do that?
Click to expand...
Click to collapse
Just follow the instructions. Launch the doroot1.bat file. The .bat file will launch you into ADB shell. chmod the doroot2.sh file, then run it. adb shell again. chmod the doroot3.sh file and run that. Hope that helps. I am on google talk if you need help.
I'm stuck on the second step. Attempting to contact you through Google Talk...
Thanks, by the way.
please help!
i rooted manually and when i try to open superuser permissions icon i get a black screen...should i follow your steps to root now and will that work ??
chrismouro said:
i rooted manually and when i try to open superuser permissions icon i get a black screen...should i follow your steps to root now and will that work ??
Click to expand...
Click to collapse
You are okay. Superuser lists the program you've allowed superuser access to. You haven't given any apps access, therefore blank!
Kenny Strife said:
I'm stuck on the second step. Attempting to contact you through Google Talk...
Thanks, by the way.
Click to expand...
Click to collapse
Kenny, did you get this resolved? I am experiencing the same issue.
I'm getting kicked the ./doroot2.sh: not found as well. Anyone get past this point?
There are certain tricks to regain a couple of MB here and there, like clearing the cache that some applications use, but for those with a taste for apps and games, the phone storage limitation has been quite a nuisance. Android users with root access have been able to enjoy the Apps2SD utility, but getting it to work is a comparatively complicated process. Frozen yogurt to the rescue!
To install an app to the SD card on Android, the application itself needs to support it. In my experience though, most current apps can be moved to the external storage. However, the system installs all new applications on your device’s internal memory by default, except for those that explicitly request external installation. Luckily, it’s possible to make your Android 2.2+ phone put apps on the SD card by default instead. Here’s how:
1. First you have to enable USB debugging on your Android device from Settings > Applications > Development > USB debugging.
2. Now you need to download and install the Android SDK on your computer from the attached file. Once you’ve downloaded and extracted the package to the folder of your choice, run SDK Setup.exe and click on Available Packages to the left. If you get an error message at this point, enable “Force http: in the Settings. From the list of available packages, select “Usb Driver package”, click on the Install Selected button in the bottom right corner and follow the prompts.
3. Connect your phone to your computer with a USB-cable. Your OS will prompt you to install new drivers. Choose to install them from the android-sdk/usb_driver folder. Do not mount your device; you only need to plug-in the cable.
4. Next, run a command prompt and navigate to the Android-SDK\tools folder. In Windows, this is done by selecting Run from the Start Menu (or by pressing Win+R) and typing cmd. You change drives in the command prompt by entering the drive letter followed by a colon ), and change folders with the CD command. For example, to enter the Android-SDK folder, simply type cd android-sdk.
5. In the Android-SDK\tools folder, type in adb devices and you should get a serial number starting with “H” in return. All you have to do next is entering adb shell pm setInstallLocation 2. You’re done! Android will now install apps to the SD card by default.
6. To switch back to storing software on the internal memory, enter adb shell pm setInstallLocation 0.
Can I do this on Nexus 7 2013???
Fail
I,ve tried this on Samsung Galaxy Young. Everythink was ok with comands but has no effect on installing process. Every game I,ve tried apeared on the phone memory but the card...Any bright ideas?
Asesh said:
Can I do this on Nexus 7 2013???
Click to expand...
Click to collapse
yes..
Svilen said:
I,ve tried this on Samsung Galaxy Young. Everythink was ok with comands but has no effect on installing process. Every game I,ve tried apeared on the phone memory but the card...Any bright ideas?
Click to expand...
Click to collapse
just try it again..
are kmacrea
works fine
doest work
i did the same on my xperia m but the cmd doesnt reocognise my phone any idea?
Svilen said:
I,ve tried this on Samsung Galaxy Young. Everythink was ok with comands but has no effect on installing process. Every game I,ve tried apeared on the phone memory but the card...Any bright ideas?
Click to expand...
Click to collapse
you can use link2sd app ..download it from playstore
install the driver of your phone..
I just purchase gear 2 neo and get many wgt for this site.
The attachment is my first program that want to share.
Please try.
To uninstall, please use sdb command as below.
sdb uninstall C3EUnGgD9C
klamo said:
I just purchase gear 2 neo and get many wgt for this site.
The attachment is my first program that want to share.
Please try.
To uninstall, please use sdb command as below.
sdb uninstall C3EUnGgD9C
Click to expand...
Click to collapse
Revise keypad font color. and add more screen.
How do I install it?
1. download the attache sdb.zip file
2. unzip it into a directory on your pc(result file = sdb.exe)
3. also download one of watch zip files in this thread.
4. unzip them into the same directory as the sdb.exe (result file = *.wgt)
5. enable usb-debugging on your gear2
6.connect your gear2 with usb cable to the pc ( also need to install samsung mobile use driver to PC)
7. open a cmd box (dos command window)
8. go to the directory you just created (cd )
9. type command:
sdb install <name of wgt file>
and press <enter> ofcourse
Please see more in
http://forum.xda-developers.com/showthread.php?t=2723013&page=6
And
http://forum.xda-developers.com/showthread.php?t=961956
Great stuff thank you.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Hi there my Huawei LTE watch will be detected by the pc and adb debugging is on - but I can`t trasfer files
Any idea - may be it is a driver issue - but which drivers shall I use
Thanks in advance !
peter7 said:
Hi there my Huawei LTE watch will be detected by the pc and adb debugging is on - but I can`t trasfer files
Any idea - may be it is a driver issue - but which drivers shall I use
Thanks in advance !
Click to expand...
Click to collapse
hello,
you can push and pull by adb command, to transfer files i believe you need root permission.
regards
Hello,
no need for root.
do on PC:
1) install adb driver: http://adbdriver.com/downloads/
2) install adb tool: https://forum.xda-developers.com/sm...tool-android-wear-apk-tools-sideload-t2929177
Make sure adb tool is in same folder as adb (c:\adb\ )
Do on watch
3) preferences >> system >> info >> build number - press 10x to enable developer options
4) developer options >> enable ADB debugging
Now connect the watch to the PC and start the tool. It should be able to connect to the watch and you can install apk's with the tool.
Unfortunately it doesnt work for all apps, just try out.
I installed: simple radio, rpi automation, volume manager, floating toucher.
Hope it helps
regards
reiko
and where are the apk`s for the huawei watch 2
Which apk's do you mean?
You can install any apk...no dedicated huawei watch 2 ones.
The adb tool let you select the apk from any location/folder.
Just try it.
Does this answer your question?
Thanks!
Where do I get the ADB tool from? Do I need to download the full android studio? Do I then need to put the adb.exe into c:\adb\? I've used this tool: https://forum.xda-developers.com/showthread.php?p=42407269#post42407269 and put the adb.exe under c:\adb\, but it doesn't work.. The command adb doesn't work btw.
Thanks again!
Hello,
no need for android studio.
downloads tool + adb driver -> see my post "do on PC".
Obviously my adb driver must already on the watch ...so I did what you referred - but when I click connect to the watch nnothing happens - on the other side the PC is showing LEO ...the watch ....
Ok now I copied the adb driver in c:/adb but still the same result: watch is connected but the apk tool says you must first connect the watch ....
Pls see attached the log file
reikow said:
Hello,
no need for root.
do on PC:
1) install adb driver: http://adbdriver.com/downloads/
2) install adb tool: https://forum.xda-developers.com/sm...tool-android-wear-apk-tools-sideload-t2929177
Make sure adb tool is in same folder as adb (c:\adb\ )
Do on watch
3) preferences >> system >> info >> build number - press 10x to enable developer options
4) developer options >> enable ADB debugging
Now connect the watch to the PC and start the tool. It should be able to connect to the watch and you can install apk's with the tool.
Unfortunately it doesnt work for all apps, just try out.
I installed: simple radio, rpi automation, volume manager, floating toucher.
Hope it helps
regards
reiko
Click to expand...
Click to collapse
nothing to complain about the tool, but if is just to install apk, adb install is really very easy. if you need to delete apk, you can do directly by watch....
regards
reikow said:
Hello,
no need for root.
do on PC:
1) install adb driver: http://adbdriver.com/downloads/
2) install adb tool: https://forum.xda-developers.com/sm...tool-android-wear-apk-tools-sideload-t2929177
Make sure adb tool is in same folder as adb (c:\adb\ )
Do on watch
3) preferences >> system >> info >> build number - press 10x to enable developer options
4) developer options >> enable ADB debugging
Now connect the watch to the PC and start the tool. It should be able to connect to the watch and you can install apk's with the tool.
Unfortunately it doesnt work for all apps, just try out.
I installed: simple radio, rpi automation, volume manager, floating toucher.
Hope it helps
regards
reiko
Click to expand...
Click to collapse
those apks you have installed -any good for this watch?
---------- Post added at 06:56 PM ---------- Previous post was at 06:52 PM ----------
looking for some ideas for programs to install -that can run as standalone programs as i'm using as LTE device at moment
This worked for me.
Ok....new to the smartwatch ROM flashing scene...NOOB alert...lol. How exactly do you 'connect' your smartwatch to a PC? USB cable from charge base to PC and the watch just sits on the wireless stand? That's it?
I'm not rooted, can use adb Wi-Fi though, to even sideload apk files which I have.
For ordinary file transfer, installing the app NavExplorer on both the watch and phone makes file transfer easy. If I remember, long press on files on watch for command options.
On an Asus Zenpad 3s 10 Z500KL tablet, RU Unistaller Pro has been wrongly used to freeze an app named "ZenUI Launcher". After restart, only notification bar and Settings work. I need to run RU Unistaller Pro to defrost "ZenUI Launcher".
How can I run RU Unistaller Pro in this situation (via ADB, or any other solution)?
Or if you have any other solution, please guide me.
Sincere thanks in advance
Dr.Ghobar
Dr.Ghobar said:
On an Asus Zenpad 3s 10 Z500KL tablet, RU Unistaller Pro has been wrongly used to freeze an app named "ZenUI Launcher". After restart, only notification bar and Settings work. I need to run RU Unistaller Pro to defrost "ZenUI Launcher".
How can I run RU Unistaller Pro in this situation (via ADB, or any other solution)?
Or if you have any other solution, please guide me.
Sincere thanks in advance
Dr.Ghobar
Click to expand...
Click to collapse
This is not so complicated.
1. Enter Settings.
2. Go to Google.
3. Choose the three dots from the top right corner.
4. Select “Help and Feedback”.
5. Choose the three dots from the top right corner.
6. Choose “View in Google Play Store”.
7. Search for RU Uninstaller Pro.
8. Just start RU Uninstaller Pro from there.
HippoInWindow said:
This is not so complicated.
1. Enter Settings.
2. Go to Google.
3. Choose the three dots from the top right corner.
4. Select “Help and Feedback”.
5. Choose the three dots from the top right corner.
6. Choose “View in Google Play Store”.
7. Search for RU Uninstaller Pro.
8. Just start RU Uninstaller Pro from there.
Click to expand...
Click to collapse
Thank you very much.
I will try it and report back.
HippoInWindow said:
This is not so complicated.
1. Enter Settings.
2. Go to Google.
3. Choose the three dots from the top right corner.
4. Select “Help and Feedback”.
5. Choose the three dots from the top right corner.
6. Choose “View in Google Play Store”.
7. Search for RU Uninstaller Pro.
8. Just start RU Uninstaller Pro from there.
Click to expand...
Click to collapse
In the tablet, when I click on “View in Google Play Store”, Google Play page opens but in a normal web page not in mobile mode. I searched for RU Uninstaller. It was found. How should I "start" it from there?
HippoInWindow said:
This is not so complicated.
1. Enter Settings.
2. Go to Google.
3. Choose the three dots from the top right corner.
4. Select “Help and Feedback”.
5. Choose the three dots from the top right corner.
6. Choose “View in Google Play Store”.
7. Search for RU Uninstaller Pro.
8. Just start RU Uninstaller Pro from there.
Click to expand...
Click to collapse
In the tablet, when I click on “View in Google Play Store”, Google Play page opens but in a normal web page not in mobile mode. I searched for RU Uninstaller. It was found. There is an "OPEN IN PLAY STORE APP" at the bottom of the page. When I click on it, another page opens (https://goo.gl/app...) and says: "404. That's an error. The requested URL was not found on this server. That's all we know."
So, how should I "start" it from there?
Dr.Ghobar said:
In the tablet, when I click on “View in Google Play Store”, Google Play page opens but in a normal web page not in mobile mode. I searched for RU Uninstaller. It was found. There is an "OPEN IN PLAY STORE APP" at the bottom of the page. When I click on it, another page opens (https://goo.gl/app...) and says: "404. That's an error. The requested URL was not found on this server. That's all we know."
So, how should I "start" it from there?
Click to expand...
Click to collapse
Maybe try googling like the google app on your browser, then it might open Google Play store without issues.
Dr.Ghobar said:
Thank you very much.
I will try it and report back.
Click to expand...
Click to collapse
Try this.
https://stackoverflow.com/questions/4567904/how-to-start-an-application-using-android-adb-tools
You can also use a terminal emulator app or the terminal emulator that is built into TWRP to run adb shell commands(adb shell, not regular adb). Terminal emulator and adb shell are virtually the same thing, they both use the same commands, just remove the "adb" or "adb shell" part from the commands.
Sent from my LGL84VL using Tapatalk
Droidriven said:
Try this.
https://stackoverflow.com/questions/4567904/how-to-start-an-application-using-android-adb-tools
You can also use a terminal emulator app or the terminal emulator that is built into TWRP to run adb shell commands(adb shell, not regular adb). Terminal emulator and adb shell are virtually the same thing, they both use the same commands, just remove the "adb" or "adb shell" part from the commands.
Sent from my LGL84VL using Tapatalk
Click to expand...
Click to collapse
1. Before posting this thread, I had seen the link you mentioned. I could not figure out how to use it to solve my problem.
2. can you explain how to use your own suggestion about "terminal emulator app"? (as far as I know, there is no TWRP for this tablet.)
Dr.Ghobar said:
1. Before posting this thread, I had seen the link you mentioned. I could not figure out how to use it to solve my problem.
2. can you explain how to use your own suggestion about "terminal emulator app"? (as far as I know, there is no TWRP for this tablet.)
Click to expand...
Click to collapse
You don't have TWRP but do you have root? If your device isn't rooted, terminal emulator won't work.
If you are rooted, install the Terminal Emulator app, open terminal emulator(grant superuser permission when promoted), then type:
su (then press enter)
Then type the am command as described in the link, just change the command to input the name of the actual apk file associated to the app that you want to start, you have to know the actual name of the app package instead of the name of the app as it appears in app drawer or homescreen. I don't know the actual package name of the app(s) you want to start so you will have to figure out the exact command for yourself.
Sent from my LGL84VL using Tapatalk
Droidriven said:
You don't have TWRP but do you have root? If your device isn't rooted, terminal emulator won't work.
If you are rooted, install the Terminal Emulator app, open terminal emulator(grant superuser permission when promoted), then type:
su (then press enter)
Then type the am command as described in the link, just change the command to input the name of the actual apk file associated to the app that you want to start, you have to know the actual name of the app package instead of the name of the app as it appears in app drawer or homescreen. I don't know the actual package name of the app(s) you want to start so if you will have to figure out the exact command for yourself.
Sent from my LGL84VL using Tapatalk
Click to expand...
Click to collapse
I do not have root. as far as I know, zenpad z500kl has not been rooted by now.
Dr.Ghobar said:
I do not have root. as far as I know, zenpad z500kl has not been rooted by now.
Click to expand...
Click to collapse
Ok without root, you need to add --user 0 to the am command and you wouldn't have to type the "su" command first before typing the am command, you just type the am command.
So you would add it to the command as follows:
am start --user 0 (then the rest of the command including the proper package name for the app you desire to start)
Sent from my LGL84VL using Tapatalk
Droidriven said:
Ok without root, you need to add --user 0 to the am command and you wouldn't have to type the "su" command first before typing the am command, you just type the am command.
So you would add it to the command as follows:
am start --user 0 (then the rest of the command including the proper package name for the app you desire to start)
Sent from my LGL84VL using Tapatalk
Click to expand...
Click to collapse
I shall try it.
Dr.Ghobar said:
I shall try it.
Click to expand...
Click to collapse
If terminal emulator doesn't work, install "adb/fastboot 15 second installer" on your PC, then open a terminal on PC, connect your device to PC while the phone is booted into system as you would normally use the device, then type:
adb devices (press enter, if it returns a serial number you're connected)
Then type:
adb shell (press enter)
This will put you in adb shell to run shell commands
Then type:
adb shell (along with the rest of your am command with --user 0 and your app package name)
Hopefully, that works for you.
Sent from my LGL84VL using Tapatalk
Dr.Ghobar said:
I shall try it.
Click to expand...
Click to collapse
If Terminal Emulator works for you without root, you can create a script as a batch file (.bat file, select "file" in note editor, then "save as", then "all files", name the file "whateveryouwant.bat) using a note editor on PC with the commands contained in order in the file. Move the created file to your device and store it in the root of your internal sdcard, then run the script by opening Terminal Emulator and typing the command to run your batch file script whenever you want, this can automate the process somewhat.
Sent from my LGL84VL using Tapatalk