[TOOL] Android Wear APK Tools: Sideload and Uninstall Apps to Android Wear - LG G Watch

Android Wear APK Tools:
A GUI application which allows you to install any APK straight to your watch (via adb) or uninstall any non-protected package directly. Much more convenient than doing it through the adb command line.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use:
Download Link: HERE
Windows:
Unzip Android-Wear-APK-Tools.zip, and run Android-Wear-APK-Tools.exe
Linux:
Run the following command in terminal, and then open AndroidWearAPKTools.py
Code:
sudo apt-get install python-tk
Mac:
Install Python from here, then run AndroidWearAPKTools.py
_________________
Connect your watch to your computer, enable ADB Debugging on your phone and your watch, and make sure ADB and the drivers are set up on your computer.

Nice
Awesome little tool. Downloading right now.

Great little tool. Simple C25K side loaded :thumbup:.

Works great! Thank you

crazyeats said:
Works great! Thank you
Click to expand...
Click to collapse
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app

mrkrabs said:
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app
Click to expand...
Click to collapse
Apps that work and are actually uesufll IMHO:
-terminal emulator
-qqplayer (warning, sideloading any video player will break wear mini launcher if you use that, contacted the developer and hoping he will fix it)
-MiXplorer (not in play store, from xda, crashes on exit but otherwise works great, much easier to use as a file explorer than es file explorer because it has list view
-es file explorer (I use it for the music player, text editor and to install apps in one click-can only be done with root-because it is kinda hard to install apps via terminal)
-astro bluetooth module (read my guide thread in the general forum if you want to find out what I use it for, might also help you
Also you can try apps but they will most probably not work if they use any kind of holo theme because AFAIK wear has holo removed.

Thanks for the great tool.
FYI, PerfMon works great.:good:
http://forum.xda-developers.com/showthread.php?t=1933284

mrkrabs said:
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app
Click to expand...
Click to collapse
Google keyboard. Need to reboot phone after install. Works with wear messenger.
Sent from my LG-VS985 using Tapatalk

I have a oneplus one and for some reason it will not allow the store version of android wear to install. Will this apk do the trick?

26.2man said:
I have a oneplus one and for some reason it will not allow the store version of android wear to install. Will this apk do the trick?
Click to expand...
Click to collapse
I have the OPO and did not have any problem installing the android wear app.

hum my adb drivers are good, but the app still won't do any thing. i press conect to watch does nothing....

reggiexp said:
hum my adb drivers are good, but the app still won't do any thing. i press conect to watch does nothing....
Click to expand...
Click to collapse
Same here...the LOG says: IndexError: list index out of range

@DaRusko
yeah i don't know how adb works so this app would be cool. guess i will need to find a thread where they explain how to push apps to watch

@nagasgura
Hey any updates? It won't do any thing. I just rooted my watch unlocked. And your app won't find watch or conect. Im to lazy to use adb. It isnt to hard but a app is easier

reggiexp said:
@nagasgura
Hey any updates? It won't do any thing. I just rooted my watch unlocked. And your app won't find watch or conect. Im to lazy to use adb. It isnt to hard but a app is easier
Click to expand...
Click to collapse
Do you have adb in your environment path?

nagasgura said:
Do you have adb in your environment path?
Click to expand...
Click to collapse
That means what? (bit of a noob in script things i mostly use tools for things, it isnt hard if some one makes a tutorial but without i don't understand most of it)
google doesnt help much explainig what adb environement path is...

its not working

I got the tool to work. Tho I used it to push minuum keyboard apk to my watch. but i then used adb in cmd to do the rest of the installation, so yea might as well started there. But now that I have this tool working I can easily push other apk's in the future.
follow this tutorial.
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/

After you extract the zip, then you extract the Android-Wear-APK-Tools zip. Inside the same folder that contains the AndroidWearAPKTools.exe, copy and paste the adb files which I uploaded to my dropbox here:
https://www.dropbox.com/s/fztjfh3qq5bftlc/Android-Wear-APK-Tools-adb-files.rar?dl=0
After that it will connect to your watch every time.

spc_hicks09 said:
After you extract the zip, then you extract the Android-Wear-APK-Tools zip. Inside the same folder that contains the AndroidWearAPKTools.exe, copy and paste the adb files which I uploaded to my dropbox here:
https://www.dropbox.com/s/fztjfh3qq5bftlc/Android-Wear-APK-Tools-adb-files.rar?dl=0
After that it will connect to your watch every time.
Click to expand...
Click to collapse
you are my hero edit dude is it normal that my ADB doesnt open any more? im trying to install minimum but i can't open adb....
i can install apps no problem but adb won't open....
found it on google. im big noob XD

Related

[APP] New Android Market + Fix for watching rented movies

Here's the new Market application. It's pretty cool, you can now rent movies and buy books.
Just install through your favorite .apk installer and click upgrade.
Here is some video
Screens
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fix for watching movies on a rooted Device
Steps
1. Download "Terminal Emulator" from the market.
2. Open Terminal Emulator
3. Type
Code:
su
mount -o rw,remount /system
mv /system/xbin/su /system/xbin/mu
reboot
To Revert type:
Code:
mu
mount -o rw,remount /system
mv /system/xbin/mu /system/xbin/su
reboot
Thanks to ogdobber
Thanks
*****ILLWILL*****
DAKIDD236 said:
Here's the new Market application. It's pretty cool, you can now rent movies and buy books.
Click to expand...
Click to collapse
Be careful. It's been reported that you can RENT movies (i.e. pay for them), but you can't actually WATCH them if your phone is rooted. I have not confirmed this personally.
Fr0stbyteX said:
Be careful. It's been reported that you can RENT movies (i.e. pay for them), but you can't actually WATCH them if your phone is rooted. I have not confirmed this personally.
Click to expand...
Click to collapse
I've heard that too, but i don't know if it has been confirmed yet.
new market is nice but when I try to update an app the only options i have to click on is open and uninstall, anyone know how I can update?
Sent from my SGH-T959 using XDA App
jdmsneakerhead said:
new market is nice but when I try to update an app the only options i have to click on is open and uninstall, anyone know how I can update?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
+1...
This market app is pretty awesome but can't figure out how to update. Nice find btw. When will this one be in rotation, anyone know?
blaxtar.inc said:
+1...
This market app is pretty awesome but can't figure out how to update. Nice find btw. When will this one be in rotation, anyone know?
Click to expand...
Click to collapse
It already is
Sent from my Sammy Vibe
secure_6 said:
Sent from my Sammy Vibe
Click to expand...
Click to collapse
Oh okay, I don't have a problem updating my applications, they update automatically. I'll try a google search to see if I can help you guys.
I threw 3 bones to the cause. Paid for a movie, installed video app and got "unable to play on rooted device ". Meh, I got Netflix in its place. ROOTED SIMPLY HONEY 3.9.1 GB 2.3.4
Sent from my GT-I9000 using XDA App
Thank you very much
I just downloaded the apk and installed it and I must say it looks WAY better than the old market UI, especially on the Trigger rom I'm running on.
Sent from my SGH-T959 using XDA App
thank you!
I like it!
Sent from my SGH-T959 using XDA Premium App
You're welcome guys, I think I have found an answer to the not being able to update applications. If you have updates for apps you've installed manually you won't be able to update the application. The manually installed applications still show up in the "My Apps" section of the market.
And a fix for watching movies
ogdobber said:
you can rent the movie with a rooted device...you just can't watch it (but you can with this trick)
open terminal on phone
Code:
su
mount -o rw,remount /system
mv /system/bin/su /system/bin/mu
close terminal and you will be able to watch rented movies on your rooted device
to revert open terminal
Code:
mu
mount -o rw,remount /system
mv /system/bin/mu /system/bin/su
google movie looks for su by name, easy work around because naming it to mu you still have suid, but rooted apps (as well as google movie) are looking for su "name" as well..with the terminal you can tell it suid is mu
gsript doesn't work on this because it too looks for su on the revert
you can copy the code to a notepad and paste it in terminal so you don't have to type every time
Click to expand...
Click to collapse
how do i open a terminal??
bush2088 said:
how do i open a terminal??
Click to expand...
Click to collapse
Terminal emulator, you can download it from the market.
simply honey
You're welcome guys, I think I have found an answer to the not being able to update applications. If you have updates for apps you've installed manually you won't be able to update the application. The manually installed applications still show up in the "My Apps" section of the market.
And a fix for watching movies
Click to expand...
Click to collapse
You are just plain.......awesome!!!!!
Anyway you can post the previous market apk file in case we want to convert back? Or is there another way to do that?
corpsetomb said:
Anyway you can post the previous market apk file in case we want to convert back? Or is there another way to do that?
Click to expand...
Click to collapse
If you're on CM7 you can flash Gapps. Or you can extract the vending.apk from CM7 gapps.

cannt install apk via android terminal emulator

I cannt install apk via android terminal emulator
i have tried
$cd /sdcard
$pm install apk.apk
but i always get this error message
[1] killed
DigitalPerson said:
I cannt install apk via android terminal emulator
i have tried
$cd /sdcard
$pm install apk.apk
but i always get this error message
[1] killed
Click to expand...
Click to collapse
If I am not wrong you have to use SU command first to get root access.If that is not working, Try installing the .apk using a root explorer such as ES File Explorer or File Explorer....
also make sure that install from non market sources is ticked from within settings
Sent from a desire z
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A
glevitan said:
If I am not wrong you have to use SU command first to get root access.If that is not working, Try installing the .apk using a root explorer such as ES File Explorer or File Explorer....
Click to expand...
Click to collapse
I have tried the same commands from the windows cmd:
Code:
adb shell
$cd /sdcard
$pm install apk.apk
without SU and even the device isn't rooted ,and it works
but it doesn't work when I try the commands directly from the android terminal emulator
I am asking this question because i want to develop a program not just to install apk package
bombadier said:
also make sure that install from non market sources is ticked from within settings
Sent from a desire z
Click to expand...
Click to collapse
yes i have enabled installing programs fro unknown sources
but it doesn't work
try other terminal app.
I use terminal ide. it's cool.
DigitalPerson said:
I have tried the same commands from the windows cmd:
Code:
adb shell
$cd /sdcard
$pm install apk.apk
without SU and even the device isn't rooted ,and it works
but it doesn't work when I try the commands directly from the android terminal emulator
Click to expand...
Click to collapse
If you try it in gingerbread it will work. I have tested it. But on ICS it will not work. It is a bug in ICS su binary or in busybox.
I have tried terminal ide and tried to do the same thing on another device with Gingerbread and on Froyo
I always get the same error message
DigitalPerson said:
I have tried terminal ide and tried to do the same thing on another device with Gingerbread and on Froyo
I always get the same error message
Click to expand...
Click to collapse
I tested on ARHD GB . Which ROM r u using ?
sometimes I get this error message
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
musarraf172 said:
I tested on ARHD GB . Which ROM r u using ?
Click to expand...
Click to collapse
I have tried it on my nexus s with 4.0.3 rooted stock rom
and also tried it on android emulator with 2.2 and 2.3 and 4.0.3
non of them worked
DigitalPerson said:
I have tried terminal ide and tried to do the same thing on another device with Gingerbread and on Froyo
I always get the same error message
Click to expand...
Click to collapse
Interestingly pm install command works on ICS from ADB terminal on PC.
musarraf172 said:
Interestingly pm install command works on ICS from ADB terminal on PC.
Click to expand...
Click to collapse
yes it works from adb on PC
but it doesn't work directly from the android terminal
up up up up
up up up up
I have also tried to do the same thing on HTC Deire with CyanogenMod 7.0 ROM and kernel g37556d9
and I get the same error message:
[1] killed
same here
i am also trying to install an apk from terminal on my phone (htc desire currently trying out an ICS rom). I do not have a file browser so cannot install from that. i do not have adb as i am at work and cant put it on the pc. i do not have market access on my phone because i am on a boat halfway between norway and scotland. so my only option is through terminal.
i have tried the install command, the pm install command, the am start command to get androids built in package installer to do the install and nothing works. i get exactly the same as the screenshot above.
i've also tried inserting the apk into the rom zip then resigning and flashing the rom again and that doesnt work either. the app i'm trying to instrall is es file explorer as this would then enable installing from the file browser.
there really must be a simple way to do this but i cant find one that works.
the closest i got was just using install as with this the icon appeared in my apps list (after a reboot) but the apk was just copied not properly installed so the app didnt work when clicked on.
any help here would be greatly appreciated
cheers
update:
DigitalPerson this may help you too.
i kept trying and then decided to try a different apk, this time astro file manager. the following worked (in ICS on my desire)
su
cd /sdcard
install com.metago.astro_247.apk /data/app/com.metago.astro_247.apk
so the reason is either a problem with the original apk i was using or just the naming convention. i.e. the apk name should be in its "com.company.app.apk" format which can hopefully be found online somewhere.
further update
just some more info.
now that i have successfully installed astro i tried installing the original es file explorer apk from within astro. it worked fine which suggests the apk is fine so it was just the naming convention for the apk that i needed to have right. i havent seen this described elsewhere but i dont think there are many people out there who would have run into this problem. also i'm just learning with android so although my reasoning points to just the name of the apk being wrong i could just have got lucky and it could be something else completely.
anyway i hope this helps someone

[PORT/MOD] SmartActions app Port 12/13/12 v0.2.4

The very first Smart Actions Port v0.1.2(12/13/12)
Ported from Droid Razr MAXX VRZ_XT912_6.7.2-180_DHD-16_M4-31_1FF
Requires ICS
Has not been tested on JB. (Should work)
All rooted devices should work.
Miui doesn't seem to work, you can try it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install:
1. Download Here
2. Do a nandroid backup
3. Extract and run bat file in windows
4. Enjoy
Alternate method:
1. Open command prompt
2. Do a Nandroid backup
3. Extract zip
4. In Command Prompt explore to adb location and type:
Code:
adb remount
5. Then:
Code:
adb push [drag and drop system folder from extraction location] /system
ex.: adb push C:\Users\Joe-Acer\Desktop\SmartActions\bin\system /system
6. Reboot
Code:
adb reboot
Do not update from market, WILL BREAK IT
Known Bugs, Not working:
1. Location conditions
Code:
Change log:
v0.1.0:
Initial Release
v0.2.3
Released to Public
v0.2.4:
Fixed wallpaper (Only limited to RAZR wallpapers)
Added:
homescreen
LiveWallpapers.apk
MagicSmokeWallpapers.apk
NetworkLocation.apk
SocialShare.apk (not tested, more like public test)
How to use SmartActions:
PM me questions
If you want to integrate this into your rom be sure to PM and credit me.
Hmm what's this?
(First...)
from my E3D
tatnai said:
Hmm what's this?
(First...)
from my E3D
Click to expand...
Click to collapse
Heard of tasker, like that but more reliable, in my opinion anyway
How do I install this from my phone...
donbudafuko said:
How do I install this from my phone...
Click to expand...
Click to collapse
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Would it be possible to get some screenies?
Sent from my PG86100 using Tapatalk 2
Many people don't understand this.
Would be great if you do a "How To" w/Review video.
That would be great.
Looks very interesting thanks for this
Sent from my PG86100 using Tapatalk 2
joekp said:
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Click to expand...
Click to collapse
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Redneckhightech said:
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Click to expand...
Click to collapse
Esfilexplorer and go to settings and check all three checkmarks under root
joekp said:
Esfilexplorer and go to settings and check all three checkmarks under root
Click to expand...
Click to collapse
You may need to make sure that the permissions are set right. ES will change them. Just long press the files, go to properties, then change the permissions.
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Roxxas049 said:
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Click to expand...
Click to collapse
Yes
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
OP clearly states "requires ICS".
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
To be fair, it also says "Has not been tested on JB. (Should work)".
ramjet73
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
Check the play store for update
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
Check the play store for update might fix it
Update worked for me... No fc so far
there is another app in the play store that basically operates the same way. https://play.google.com/store/apps/details?id=AutomateIt.mainPackage&feature=search_result#?t=W251bGwsMSwxLDEsIkF1dG9tYXRlSXQubWFpblBhY2thZ2UiXQ.. its called automateit. Good job with the port.

[Q] problem backing up my internal memory in orfer to recover it, galaxy S3

guys um trying to recover my S3 internal memo
the thing is I can't get to backup my data
I can't even connect my phone through adb
um new to this, I did install the SDK manager, and I do have the adb.exe running in my task manager
this is what I get
postimage(dot)org/image/up4i85xet/
please help...
987123 said:
guys um trying to recover my S3 internal memo
the thing is I can't get to backup my data
I can't even connect my phone through adb
um new to this, I did install the SDK manager, and I do have the adb.exe running in my task manager
this is what I get
postimage(dot)org/image/up4i85xet/
please help...
Click to expand...
Click to collapse
Check my signature. Download the tool kit and choose any of the available devices, back up your data (Full backup), then when you want to restore your stuff, select Full Restore. It's as simple as that.
Galaxy S III is currently not fully available, but any of the device forms will do
Lg
Edit:
Oh, and you're doing it completely wrong. If you downloaded the SDK for Windows, all you need is the Windows shell (CMD, PowerShell).
And you only need to type in:
Code:
adb start-server
adb backup <-f<File location>.ab> <-apk><-system><-all><-shared>
and to restore:
Code:
adb start-server
adb restore <path-to-file>.ab
dude nothing is working
please take it easy on me, um not an expert tell me what to do step by step in details
thanx a lot mate
PS: if it does any better I can go to windows 7 I have my laptop right next to me
987123 said:
dude nothing is working
please take it easy on me, um not an expert tell me what to do step by step in details
thanx a lot mate
PS: if it does any better I can go to windows 7 I have my laptop right next to me
Click to expand...
Click to collapse
I wasn't going hard on you
Those were easy steps, you don't have to be an expert. I'm not one, either. I don't even know how to code in Java ^^
Like I said, just download my tool kit, hit "Thanks" on the OP and if you like the tool kit, buy the donate version :laugh:
The Galaxy S III form should be finished in the next few updates, but the next update (Coming sometime this week) shall have some even more impressive features which you can use
Lg
familyguy59 said:
I wasn't going hard on you
Those were easy steps, you don't have to be an expert. I'm not one, either. I don't even know how to code in Java ^^
Like I said, just download my tool kit, hit "Thanks" on the OP and if you like the tool kit, buy the donate version :laugh:
The Galaxy S III form should be finished in the next few updates, but the next update (Coming sometime this week) shall have some even more impressive features which you can use
Lg
Click to expand...
Click to collapse
I entered your link, cant find any tool kit, u mean usb drivers ? or adb drivers ?
Dude, Beatsleigher & M4gkman's Universal Android Toolkit... It's written in orange, next to my Twitter link...
Lg
Sent from my GT-I9300 using xda app-developers app
access nedaptem
familyguy59 said:
Dude, Beatsleigher & M4gkman's Universal Android Toolkit... It's written in orange, next to my Twitter link...
Lg
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
so I installed the "release install" first then the patch
but when I try to open it an error window pops up saying "a referral was returned from the server"
987123 said:
so I installed the "release install" first then the patch
but when I try to open it an error window pops up saying "a referral was returned from the server"
Click to expand...
Click to collapse
Please post such things in the development thread
And then also write which operating system you are using, which version you downloaded/you're using and then I can help you
Lg
familyguy59 said:
Please post such things in the development thread
And then also write which operating system you are using, which version you downloaded/you're using and then I can help you
Lg
Click to expand...
Click to collapse
sorry dude I was kinda on a hurry when I replied
I really appreciate your help
I used this version ( 2.0.3 ) the same thing is for the patch
I have a windows 8
987123 said:
sorry dude I was kinda on a hurry when I replied
I really appreciate your help
I used this version ( 2.0.3 ) the same thing is for the patch
I have a windows 8
Click to expand...
Click to collapse
Follow this to backup your phone (make sure u have installed drivers on comp) :
1. enable USB debugging Settings > Developer, enable developer options, then enable USB debugging
2. open the sdk and plug your device in
3.navigate to where adb is. you’ll find the adb.exe file in the platform-tools folder. With the default installation settings, the location is: C:\Users\"NAME"\AppData\Local\Android\Android-sdk\platform-tools.
(replace name with your account name)
4. In that folder hold shift and right click and select Open command window here.
5. type
Code:
adb devices
to test if your device can comunicate with adb
You should see a device in the list – if you see no devices, adb can’t communicate with your device because its driver isn’t installed properly.
6. type
Code:
adb backup -apk -shared -all -f C:\Users\NAME\backup.ab
(again replace the word name)
After running this command, you’ll have to agree to the backup on your device. You can also encrypt the backup with a password here, if you like.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Done!
To restore your backup in the future, run the following command:
Code:
adb restore C:\Users\NAME\backup.ab
(again replace the word name with your backups name)
Hit the thanks button if i helped
987123 said:
sorry dude I was kinda on a hurry when I replied
I really appreciate your help
I used this version ( 2.0.3 ) the same thing is for the patch
I have a windows 8
Click to expand...
Click to collapse
Thread only, please. That way other users have a chance to discuss the same problem and I really can treat it as a problem.
And you might want to have a look at this: http://sourceforge.net/p/universalat/discussion/general/thread/2e2a5c18/?limit=50#75bc <- That tells you how to write a bug report and that way I can really have a look at it and change stuff in necessary.
Lg

[APP][UWP] VBA10 emulator

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

Categories

Resources