Android Wear Developer Preview - Wear OS Software and Hacking General

Is now available here: http://developer.android.com/wear/preview/start.html :highfive:

I cannot download the Preview Support Library and sample from the link in the email. The page says too many people have downloaded it. Anybody able to get these that can share?
EDIT: Nevermind, got it now.

simo24 said:
I cannot download the Preview Support Library and sample from the link in the email. The page says too many people have downloaded it. Anybody able to get these that can share?
Click to expand...
Click to collapse
Within Android SDK, follow this list:
1) Launch Android SDK Manager.
From Eclipse, select Window > Android SDK Manager.
From Android Studio, select Tools > Android > SDK Manager.
2)Below Tools, verify that you have Android SDK Tools revision 22.6 or higher.
3)If your version of Android SDK Tools is lower than 22.6, you must update:
4)Select Android SDK Tools.
5)Click Install package.
6)Accept the license and click Install.
7)When the installation completes, restart Android SDK Manager.
8)Below Android 4.4.2, select Android Wear ARM EABI v7a System Image.
9)Below Extras, ensure that you have the latest version of the Android Support Library. If an update is available, select Android Support Library. If you're using Android Studio, also select Android Support Repository.
10)Click Install packages.
11)Accept the license and click Install.
it's all here: http://developer.android.com/wear/preview/start.html

lwkkazz said:
Within Android SDK, follow this list:
1) Launch Android SDK Manager.
.
.
.
11)Accept the license and click Install.
it's all here: http://developer.android.com/wear/preview/start.html
Click to expand...
Click to collapse
The sample apps and supporting library are not there. They come via a link in an email you receive after signing up for the sdk.
See this link: https://drive.google.com/uc?export=download&id=0B39_TcfZ2v6NajZ3Q3UwdU5SQVk
But also, I was able to finally download them, looks like you may need to be patient for a bit after signing up.

For me the only 'problem' is to download the app in the play store.
But, that i think will take some time, as they said:
Opt-in to become a tester of the Android Wear Preview app in the Google Play Store. After opt-in, it could take up to 24 hours for the Android Wear Preview app to be accessible to you in Google Play. Make sure the opt-in user account is the same user signed in to Google Play.
Click to expand...
Click to collapse
Btw, does someone has received access to the APK?
[]'s

jikashow said:
For me the only 'problem' is to download the app in the play store.
But, that i think will take some time, as they said:
Btw, does someone has received access to the APK?
[]'s
Click to expand...
Click to collapse
Yes, apk is working fine. Got it connected to my emulator and it's working pretty well.

yo2boy said:
Yes, apk is working fine. Got it connected to my emulator and it's working pretty well.
Click to expand...
Click to collapse
APK working on 4.4.2 xt901. Round booted fine and I interface adb over WiFi instead of USB.

Can anybody post the .apk that has been downloaded from the app store

Android Wear Apk
Heres a link

Mikes 101 said:
Heres a link
Click to expand...
Click to collapse
Thanks!

Mikes 101 said:
Heres a link
Click to expand...
Click to collapse
Thanks! Let me install the app. I signed up, but dodgy SMS perms made it so I could not download it from play. It works too, thanks!

No problem
Sent from my Amaze 4G using xda app-developers app

[APP]*[Source] AndroidWear [SmartGadget]*[4.3+]
find everything u need for androidWear;
http://forum.xda-developers.com/android-wear/development/app-androidwear-t2690062

New to Android Wear
Just downloaded the SDK but having trouble running it on computer. I have Windows 7. Anybody have any ideas on how to help??

Why apk file not upload, can anyone tell me reasons

Related

Eclipse and ADT

Hi
I'm having a slight problem with setting up the developer environment
I installed jdk, eclipse Helios, the sdk with all platforms and tools.
When I try to plugin the adt iin eclipse, I get an error saying can't find org.eclipse.ui 3.6.2
So I updated to eclipse indigo and there I get an error saying can't find org.eclipse.wst.sse.core 0.0.0
Btw I have jdk and I downloaded the latest zip of the adt plugin : adt 18.0.0
PS : I dont have internet access
Start Eclipse, then select Help > Install New Software....
Click Add, in the top-right corner.
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https : // dl-ssl . google . com / android / eclipse /
(Do NOT copy and paste this link, I had to add spaces because I'm under the 10 post mark and can't link to an outside site yet)
Click OK
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
In the next window, you'll see a list of the tools to be downloaded. Click Next.
Read and accept the license agreements, then click Finish.
Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse
taken from the Android Developers website
Also make sure your environment variables are configured correctly!
johnnyb15613 said:
Start Eclipse, then select Help > Install New Software....
Click Add, in the top-right corner.
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https : // dl-ssl . google . com / android / eclipse /
(Do NOT copy and paste this link, I had to add spaces because I'm under the 10 post mark and can't link to an outside site yet)
Click OK
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
In the next window, you'll see a list of the tools to be downloaded. Click Next.
Read and accept the license agreements, then click Finish.
Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse
taken from the Android Developers website
Also make sure your environment variables are configured correctly!
Click to expand...
Click to collapse
I tried that but I get the errors mentioned in the OP
Install the Classic Version of Eclipse (not the Java Dev version!), that should solve your problem.
I've also used the Eclipse IDE for Java EE Developers before. This was last year of course. I do see Eclipse Classic 3.7.2 in the downloads section, like post above its your best bet
Ok so I downloaded Eclipse Classic 3.7.2, but I get the error "org.ui 3.6.2 missing" after I select the ADT components
You deleted your workspace folder before install the new version? (If not, do it and try again).
Also, if you're using a 64bits version of Eclipse, try with the 32bits version.
I couldn't unzip eclipse classic 3.7.2 but friend managed too.I tried 7 zip and win zip.... Now can't do it with Android sdk:-/.... Help? I ready wanna start Android programming
Sent from my Motorola Electrify using XDA
RoberGalarga said:
You deleted your workspace folder before install the new version? (If not, do it and try again).
Also, if you're using a 64bits version of Eclipse, try with the 32bits version.
Click to expand...
Click to collapse
Il try the workspace thing
And im using 32 bit version
moparfreak426 said:
I couldn't unzip eclipse classic 3.7.2 but friend managed too.I tried 7 zip and win zip.... Now can't do it with Android sdk:-/.... Help? I ready wanna start Android programming
Sent from my Motorola Electrify using XDA
Click to expand...
Click to collapse
Don't hijack my thread :screwy:
I got eclipse now.downloaded Android sdk but can't do the thing to plug Android sdk into eclipse. Says something is missing
Sent from my Motorola Electrify using XDA
moparfreak426 said:
I got eclipse now.downloaded Android sdk but can't do the thing to plug Android sdk into eclipse. Says something is missing
Sent from my Motorola Electrify using XDA
Click to expand...
Click to collapse
That's exactly my problem
Somebody please help. I did everything. Updated to indigo. Reloaded eclipse repositories. Reinstalled eclipse. Redownloaded eclipse.
Anyone help? Ive tried googling it on my phone bUT no luck here.
Sent from my Motorola Electrify using XDA
I never got android sdk or eclipse running right
Sent from an Apple killing JellyBean

[Q] How to install an app on ubuntu touch

Hi,
I have just installed ubuntu touch on my Samsung galaxy s3 using the help of this link :
http://forum.xda-developers.com/showthread.php?t=2315397
Now, I have developed a small app using qt and ubuntu SDK on my system and I want to install (deploy) it on the phone.
I tried the instructions on the following links :
https://wiki.ubuntu.com/Touch/ReleaseNotes
http://askubuntu.com/questions/270832/how-do-i-install-an-app-on-a-device-running-ubuntu-touch
But the app did not run on the phone...
Is there any other way of doing it, since samsung s3 is not yet officially supported by ubuntu touch.
Thanks
sahilh14 said:
Hi,
I have just installed ubuntu touch on my Samsung galaxy s3 using the help of this link :
http://forum.xda-developers.com/showthread.php?t=2315397
Now, I have developed a small app using qt and ubuntu SDK on my system and I want to install (deploy) it on the phone.
I tried the instructions on the following links :
https://wiki.ubuntu.com/Touch/ReleaseNotes
http://askubuntu.com/questions/270832/how-do-i-install-an-app-on-a-device-running-ubuntu-touch
But the app did not run on the phone...
Is there any other way of doing it, since samsung s3 is not yet officially supported by ubuntu touch.
Thanks
Click to expand...
Click to collapse
Does your SGS3 get detected under the Devices menu in UbuntuSDK? if so, go to build >> Ubuntu Touch >> Run Application on Device or just hit Ctrl+F12. if it isnt detected, i guess only the officially supported devices can run the apps.. contact me if u want to have a trial run of your app! il be happy to help! :laugh:
sule.sashank said:
Does your SGS3 get detected under the Devices menu in UbuntuSDK? if so, go to build >> Ubuntu Touch >> Run Application on Device or just hit Ctrl+F12. if it isnt detected, i guess only the officially supported devices can run the apps.. contact me if u want to have a trial run of your app! il be happy to help! :laugh:
Click to expand...
Click to collapse
Well, there are bugs with the "Run Application on Device" feature. For example, it does not work with apps which have a C++ backend.
Workaround: Create a click package, adb push it to the device and pkcon install-local <mypackage>.click
nikwen said:
Well, there are bugs with the "Run Application on Device" feature. For example, it does not work with apps which have a C++ backend.
Workaround: Create a click package, adb push it to the device and pkcon install-local <mypackage>.click
Click to expand...
Click to collapse
Using the terminal is the only workaround? there should be a bug fix for it sometime soon... lot of people plan on entering UT app development soon..
sule.sashank said:
Using the terminal is the only workaround? there should be a bug fix for it sometime soon... lot of people plan on entering UT app development soon..
Click to expand...
Click to collapse
At least it's the only workaround I know.
I don't understand it either. There are a lot of bug reports regarding the building process. Short selection of those which I found annoying:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1215937
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1299817
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1299797
Note that you won't have these problems if you build the package from the command line.
Just build in chroot from Qt Creator. Use the terminal to navigate into the build directory of the chroot (usually in <build directory>/ubuntu-sdk-14.04-armhf) and run
Code:
click build .
Then you can install it as described above.
EDIT: Note that you won't have these problems if you stick to QML without C++. Then everything should work fine.

error incompatible with other applications using the same shared user id

Hello, I have a Samsung Galaxy Ace... With jelly BLast Rom. I recently factory recent it and now I cannot install Google play services... It gives me an error which says ' error incompatible with other applications using the same shared user id ' what can I do?? Please help me!
Aliakber Khan (AK) said:
Hello, I have a Samsung Galaxy Ace... With jelly BLast Rom. I recently factory recent it and now I cannot install Google play services... It gives me an error which says ' error incompatible with other applications using the same shared user id ' what can I do?? Please help me!
Click to expand...
Click to collapse
The same thing happened with me, unfortunately I don't have a solution, if you want to use apps such as 'Youtube', you cannot update it, you have to keep it in the same version it came with or you cannot use your account...
Sent From My Ace-i running SGS3 Rom v6
install this guy's and use youtube version 4.1.23
Here is a working solution
Aliakber Khan (AK) said:
Hello, I have a Samsung Galaxy Ace... With jelly BLast Rom. I recently factory recent it and now I cannot install Google play services... It gives me an error which says ' error incompatible with other applications using the same shared user id ' what can I do?? Please help me!
Click to expand...
Click to collapse
Here I have found a working solution. I have manually sideloaded googleplayservices to system/app folder.
tech2life said:
Here I have found a working solution. I have manually sideloaded googleplayservices to system/app folder.
Click to expand...
Click to collapse
Dude, Look at the date of this thread. Problem has already been solved. Please don't revive old threads.
Sent from my GT-I8190N using Tapatalk
pls help
tech2life said:
Here I have found a working solution. I have manually sideloaded googleplayservices to system/app folder.
Click to expand...
Click to collapse
Pls tell me how to do that
need google play services for DII Pad
same on my DII Pad
tech2life said:
Here I have found a working solution. I have manually sideloaded googleplayservices to system/app folder.
Click to expand...
Click to collapse
how to sideloaded google play services to system/app folder
@SpookyError, It never ceases to amaze me how naive sometimes we would act,, Dear fellow this Rom was [email protected] XDA due to warez contents inside it ages ago,,
Just this time I would provide support,which might violate forums rules and regulations.
Sideload is our new ADB mode which, implanted inside new CWM+6 recoveries, allowing you to install zip files ( in your case your gapps/play services files) from your computer using the ADB sideload command.
akosicarlo said:
install this guy's and use youtube version 4.1.23
Click to expand...
Click to collapse
Nope, it's a no go! failing to install!!! solutions?
tech2life said:
Here I have found a working solution. I have manually sideloaded googleplayservices to system/app folder.
Click to expand...
Click to collapse
How to sideload it?
ppprathvi said:
How to sideload it?
Click to expand...
Click to collapse
Have you read my comment @ post#9 of this current topic ? process is a bit varied between TWRP and CWM . For CWM +6 which is ported for your device you can find it in the Install → Install Zip from Sideload of your clock work mod console .
However you must not be stocked on boot logo , because ADB command prompt would not work and your device will not being recognized by your PC :
Requirements :
- Enable USB Debugging on your phone from Settings> Developer options
- ADB tools platform and proper drivers installed < in this topic you can find them >
- Copy the file you desire to install , in the platform- tools folder inside your PC directory . ( if you got one of linux distro , then you can follow this method for adb installation >
- Open Command prompt inside your OS :
1. change your directory and go to the place your ADB is located i,e : cd /<address of the platform tools directory , which you put your .zip file there for sideload > < "adb.exe" file that was installed with "Android SDK Platform-tools", It's usually in "C:\Program Files (x86)\Android\android-sdk\platform-tools" on windows platform .
2. Type: "adb kill-server"
3. Type: "adb usb" < starting it now on port 5037 *
* daemon started successfully *
restarting in USB mode>
4. Select Install → Install Zip from Sideload
5. Type: "adb devices" < you must see something like : "List of devices attached
sh3d7h3dj631f6a7 recovery" which is stated your device is being recognized >
6. Type: "adb sideload xxx.zip" which is your zip file name inside command prompt and watch progress bar in the command prompt indicating that the Zip file is being copied to the device. Once the file is transferred, the Zip is automatically installed on your device.
Reboot .
Hope my post was informative mate
niltonomnunes said:
Nope, it's a no go! failing to install!!! solutions?
Click to expand...
Click to collapse
I don't know if this is already solved. I just got mine figured out. I'm runniong on O+ 8.9 MTK 6577 same error when installing the google play services. What I did was
1. Cleared the data on the Google Play Store
2. Cleared the date on the Google Services Framework.
3. Search for the Google Play Services using the browser on your phone.
If you happen to open Play store. That would trigger both of them to store data again.
just use the browser to download the .apk file for your android version (i.e. ICS JB, Lillipop, Kitkat)
Clear the data first before installing the apk for Google play services.
if you done it right you wont have problem isntalling it. you can update and works fine.
moltenbart said:
I don't know if this is already solved. I just got mine figured out. I'm runniong on O+ 8.9 MTK 6577 same error when installing the google play services. What I did was
1. Cleared the data on the Google Play Store
2. Cleared the date on the Google Services Framework.
3. Search for the Google Play Services using the browser on your phone.
If you happen to open Play store. That would trigger both of them to store data again.
just use the browser to download the .apk file for your android version (i.e. ICS JB, Lillipop, Kitkat)
Clear the data first before installing the apk for Google play services.
if you done it right you wont have problem isntalling it. you can update and works fine.
Click to expand...
Click to collapse
It doesn't work:crying:
I actually managed to get it work without a flaw from then onwards by flashing a particular version of Gapps.:victory:
hi please help on this.
Thanks

[DISCONTINUED][OS] Ubuntu4Kitchen - A Kitchen ready version of Ubuntu 18.04.3

NO LONGER MAINTAINED!!!
Ubuntu4Kitchen
An Ubuntu 18.04 distro with all the things you need to get the kitchen working easily.
This was created using the official Ubuntu 18.04.0 iso. It is basically an updated and repacked version of the original iso image.
Here are the changes from standard Ubuntu:
All dependencies are met for easy kitchen install
SuperRs-Kitchen installer/launcher is a pre-installed app
Panel shortcuts are Nautilus, Chrome/Chromium, Synaptic Package Manager, SuperR's Kitchen, and Show Desktop
Nautilus File Manager asks what to do when you double-click an executable text file (bash script) by default
Nautilus uses list view by default
Chromium and Synaptic package manager are installed
Firefox, Thunderbird, and LibreOffice have been removed
It should work in VM, usb live boot, or dvd. Launch SuperRs-Kitchen ("S" icon) from the panel or the app drawer to get started
NOTE: The Installer will not work in Live boot.
Download:
Ubuntu4Kitchen-18.04.4-amd64.iso
reserved
Gonna try this! Looks interesting
Awesome work.
Sent from my LG-LS997 using Tapatalk
Dead torrent
SuperR. said:
Ubuntu4Kitchen
An Ubuntu 16.04 distro with all the things you need to get the kitchen working easily.
This was created using the official Ubuntu 16.04.1 iso. It is basically an updated and repacked version of the original iso image.
Here are the changes from standard Ubuntu:
All dependencies are met for easy kitchen install
SuperRs-Kitchen installer/launcher script is on the desktop
Unity panel shortcuts are Nautilus, Chrome, Synaptic Package Manager, and Show Desktop
Nautilus File Manager asks what to do when you double-click an executable text file (bash script) by default
Nautilus uses list view by default
App menus are in the app window by default
The system notification popups are click-to-close and higher on the screen
Chrome and Synaptic package manager are installed
Firefox, Thunderbird, and LibreOffice have been removed
It should work in VM, usb live boot, or dvd. Just double-click SuperRs-Kitchen on the desktop and choose "Run in Terminal" to get started
Download:
Ubuntu4Kitchen-16.04.2-amd64.iso
Ubuntu4Kitchen-16.04.2-amd64.iso.torrent
Click to expand...
Click to collapse
Dead torrent
Evil-Maiden666 said:
Dead torrent
Click to expand...
Click to collapse
Working here. Use the other link if the torrent link does not work for you.
SuperR. said:
reserved
Click to expand...
Click to collapse
tell me why didn't work
812441549 said:
tell me why didn't work
Click to expand...
Click to collapse
What didn't work? If you explain your problem I might be able to help. Include the things you tried so I can reproduce and fix the issue.
SuperR. said:
What didn't work? If you explain your problem I might be able to help. Include the things you tried so I can reproduce and fix the issue.
Unpack the boot error,binary error
Click to expand...
Click to collapse
SuperR. said:
What didn't work? If you explain your problem I might be able to help. Include the things you tried so I can reproduce and fix the issue.
Click to expand...
Click to collapse
How to run under windiws,I am chinese ,English is not good ,Don't quite understand,Can you say that again,Thank you!
812441549 said:
SuperR. said:
What didn't work? If you explain your problem I might be able to help. Include the things you tried so I can reproduce and fix the issue.
Unpack the boot error,binary error
Click to expand...
Click to collapse
why?
Click to expand...
Click to collapse
812441549 said:
812441549 said:
why?
Click to expand...
Click to collapse
Windows is not supported in the free version of the kitchen. If you want to run the free version in Windows, you should use a Virtual Machine running Ubuntu4Kitchen.
VirtualBox is free and works well. Search Google for how to set up the VM.
Alternatively, the donate version of the kitchen runs in Windows.
Click to expand...
Click to collapse
SuperR. said:
812441549 said:
Windows is not supported in the free version of the kitchen. If you want to run the free version in Windows, you should use a Virtual Machine running Ubuntu4Kitchen.
VirtualBox is free and works well. Search Google for how to set up the VM.
Alternatively, the donate version of the kitchen runs in Windows.
Click to expand...
Click to collapse
thank you
Click to expand...
Click to collapse
@OP/dev
was able to use this tool using a usb drive. now i'm trying to make it work under vm (virtualbox) and it seems i'm stuck at installing binaries. it just sits there for hours. when it did work through usb it only took a couple of minutes to install the binaries. any workarounds i can try, bro?
edit: NVM..just took awhile. thanks for your work
Hey Im using this in VB and once booted it asked for username and password ? I have not created any account or anything.. is there a default user pass ?
Chekm8Qc said:
Hey Im using this in VB and once booted it asked for username and password ? I have not created any account or anything.. is there a default user pass ?
Click to expand...
Click to collapse
I have been trying to figure this out for a couple days with no success so far. Will keep trying. You should still be able to use the "install" option instead of the "try" option if you plan on installing it anyway.
edit: Turns out that checking the "Live CD/DVD" box under the iso file chooser in VirtualBox allows me to boot into the desktop without the login screen.
SuperR. said:
I have been trying to figure this out for a couple days with no success so far. Will keep trying. You should still be able to use the "install" option instead of the "try" option if you plan on installing it anyway.
edit: Turns out that checking the "Live CD/DVD" box under the iso file chooser in VirtualBox allows me to boot into the desktop without the login screen.
Click to expand...
Click to collapse
Yes that worked for me too Thanks for the reply.
it is not work
hdc8899 said:
it is not work
Click to expand...
Click to collapse
That looks odd..
1 - What did you do, and how did you do it?
2 - The Ubuntu4Kitchen.iso you downloaded may have been accidentally corrupted during DL.. So check the md5 & SHA# checksums of the file you DL to make comparison with # @SuperR. had posted
Sent from my N9515 using Tapatalk
Ok found that I can still install on to Ubuntu 16.04 (hopefully come April it will work for 18...)

[GUIDE] [Xiaomi ADB/Fastboot Tool][6.4] Automatic remove System apps(rootless/locked)

Hi All !
Some of us do know the application a long time but others don't. Therefore this small GUIDE.
Removing system apps without root/unlocked can be done in a few ways like :
manually : with an ADB list and described HERE huge thnx @SirTAVARES
automatic : if you don't like to do it manually, you can use the ADB/Fastboot Tool which will do the job for you.
The XiaomiADBFastbootTools isn't explained in depth afaik and can do a lot more but I'll focus on the removal of those system apps.
HOW TO :
NOTE : do try some apps (not all at once) and see if the phone boots again - if you would have a problem you can always restore the onces you removed or perform a factory reset to restore all apps (as they are not really gone )
0. enable developer options to enable USB debugging ( go to settings/about phone/tap MIUI version 7 times to enable dev. options -> then go to settings/additional settings/ dev. options/enable USB debugging )
1. download the latest version HERE
2. run the .jar application
3. you'll get this screen
As you can see, the tool will start by default in ADB. You'll see a bunch of apps you could de-install under the Uninstaller tab.
If you're sure which apps you want to de-install just check the ones you want and tab UNINSTALL
google where is the nearest gas station
TIP : try one first like Google Chrome f.e. and see if it works
EXAMPLE : Removal of Google Chrome :
Once removed you can check if the app is gone of your home screen apps or under settings/installed apps/tap the 3-dot sign to show all apps/ search for ''chrome'' and the app should be removed.
4. if you want the removed app(s) back, just tap the Reinstaller and check the ones you want to re-install. Easy right !
Once re-installed your Chrome app will appear again on your home screen/app list
5. TIP : before removing, check the app name under settings/installed apps/show all apps/tap on an app and tap the Ⓘ to get the app info
Other functions :
1. As you probably noticed besides running in ADB, this tool can easily boot into Fastboot, Recovery, System or EDL.
When booting into Fastboot you can see some other functions you can apply. Be aware of the risks applying things under fastboot !
2. Very useful option is the possibility to push, pull ,... apps/folders with FILE EXPLORER. Just tap OPEN and you can easily perform some actions afterwards.
(ignore the KB sizes - once pulled you'll get the right folder/apks )
E N J O Y
Nice tuto....will debloat for sure...
SirTAVARES said:
use this list: https://drive.google.com/open?id=1TbofebVTy5U1FDMQEAfv6O1CsxTblpO7
includes some adaway hosts to block Xiaomi Stuff
Click to expand...
Click to collapse
Dear SirTAVARES, Can you tell me, is adaway worked with Global stable NON Root ? How to push it inside system files ??
N.ice tool, but I have a doubt... How I remove the Security Center?
PS. I have a Mi 9, with locked bootloader and now I'm beta 9.6.27
Thank you very much for sharing, i will test for changing system font
Sorry for that stupid question, but I don't get the tool running
Prinz069 said:
Sorry for that stupid question, but I don't get the tool running
Click to expand...
Click to collapse
You must have the JRE environment installed and pointing to the correct path.
omgomg said:
You must have the JRE environment installed and pointing to the correct path.
Click to expand...
Click to collapse
What is "JRE Environment" please? Why same not included in the OP instructions?
All help appreciated!
belerephont said:
What is "JRE Environment" please? Why same not included in the OP instructions?
All help appreciated!
Click to expand...
Click to collapse
This is what you have to install to be able to run .jar files. OP just assumed everyone has java installed (I would too to be honest) and didn't mention it.
I have installed the updated java and am trying to open the windows 10 boot tool and it refuses to open. Yes I did upzip it but the program will not open. Any help please?
gardenwarlord said:
I have installed the updated java and am trying to open the windows 10 boot tool and it refuses to open. Yes I did upzip it but the program will not open. Any help please?
Click to expand...
Click to collapse
What version you installed? I recommend that you install 6.5.1:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/tag/6.5.1
That is what I downloaded...Win version. I unzipped and then tried to open but it does not work.
gardenwarlord said:
That is what I downloaded...Win version. I unzipped and then tried to open but it does not work.
Click to expand...
Click to collapse
You don't need unzipped. Download the version .JAR an run it. I made this way
Evidently I have absolutely no idea what I am doing. Nothing opens
gardenwarlord said:
Evidently I have absolutely no idea what I am doing. Nothing opens
Click to expand...
Click to collapse
Lets go from begining:
- First thing that I did, I uninstalled all versions of Java;
- Second, (I made this way, you can jump this step) - reboot my laptop;
- Third, I installed the latest version (in this moment is version 8, update 221) - I installed both 32 bits (x86) and 64 bits (x64);
- Fourth, run the tool (just download .JAR version) and clicked with right botton for open with Java.
When I right click nothing asks to open it in java
If you have java installed, then just a double click on the XiaomiADBFastbootTools-6.5.1.jar is enough.
Opens in 7z
gardenwarlord said:
Opens in 7z
Click to expand...
Click to collapse
Probably you made 7zip as default app. Right botton, "open with...", choose Java
Hello! Tried different versions ... NOT FOUND Redmi 4X MIUI 10 Global 9.6.27 Android 7.1.2 N2G47H

Categories

Resources