https://imgur.com/a/aAhFntS
I am a lifelong iPhone user that just switched to android with the release of the s23 lineup, so Im really unknowledgeable about the ins and outs of how this OS works. I recently bought an ATT carrier locked s23 Ultra and had some random garbage apps installed on my phone earlier today by "Mobile Services Manager". How can I disable/uninstall "MMS", whatever it is, and prevent stuff from being installed on my phone without my permission in the future? With ADB? Or can I reflash an unlocked OS? And while I'm at it, how do I rid myself of other ridiculous bloatware that I may be unaware about at the moment?
Thanks in advance
You need a PC (windows preferred) and google universal android debloater gui github (it's open source and free) or google adb app control, free with paid option.
Both have guides and tell you how to remove the bloat easily.
spart0n said:
You need a PC (windows preferred) and google universal android debloater gui github (it's open source and free) or google adb app control, free with paid option.
Both have guides and tell you how to remove the bloat easily
Click to expand...
Click to collapse
Ok, I do have a windows PC.
Is this the right place to download and read a guide? https://github.com/0x192/universal-android-debloater
Also, will this detail how I use it to specifically target Mobile Services Manager?
RekSause said:
Ok, I do have a windows PC.
Is this the right place to download and read a guide? https://github.com/0x192/universal-android-debloater
Also, will this detail how I use this to specifically target Mobile Services Manager?
Click to expand...
Click to collapse
Yes and it should. The debloater from github tells you what everything is when click on it before removing it
spart0n said:
Yes and it should. The debloater from github tells you what everything is when click on it before removing it
Click to expand...
Click to collapse
{
"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"
}
What does this mean?
RekSause said:
View attachment 5840617
What does this mean?
Click to expand...
Click to collapse
Don't worry about that unless you want to completely remove samsung accounts or google accounts from the device. If you want to Operate the device without any samsung or google accounts then remove your accounts then Uninstall those so it doesn't lock you out
spart0n said:
Don't worry about that unless you want to completely remove samsung accounts or google accounts from the device. If you want to Operate the device without any samsung or google accounts then remove your accounts then Uninstall those so it doesn't lock you out
Click to expand...
Click to collapse
What do I type into "edit environmental variable" to add the android platform tool to my PATH?
I am supposed to click "New" and type something, right?
RekSause said:
What do I type into "edit environmental variable" to add the android platform tool to my PATH?
I am supposed to click "New" and type something, right?
Click to expand...
Click to collapse
Add to the PATH on Windows 10 and Windows 11 | Architect Ryan
Thoughts from Ryan Hoffman, an experienced team leader, software architect and developer.
www.architectryan.com
spart0n said:
Add to the PATH on Windows 10 and Windows 11 | Architect Ryan
Thoughts from Ryan Hoffman, an experienced team leader, software architect and developer.
www.architectryan.com
Click to expand...
Click to collapse
Ah I didnt scroll down far enough, my bad
spart0n said:
Add to the PATH on Windows 10 and Windows 11 | Architect Ryan
Thoughts from Ryan Hoffman, an experienced team leader, software architect and developer.
www.architectryan.com
Click to expand...
Click to collapse
So I litteraly just click new and type in "$env : PATH" without anything else?
RekSause said:
What do I type into "edit environmental variable" to add the android platform tool to my PATH?
I am supposed to click "New" and type something, right?
Click to expand...
Click to collapse
Add to the PATH on Windows 10 and Windows 11 | Architect Ryan
Thoughts from Ryan Hoffman, an experienced team leader, software architect and developer.
www.architectryan.com
RekSause said:
So I litteraly just click new and type in "$envATH" without anything else?
Click to expand...
Click to collapse
I honestly don't remember, it's been nearly a decade since I installed android tools lol but I use these apps often haha
spart0n said:
Add to the PATH on Windows 10 and Windows 11 | Architect Ryan
Thoughts from Ryan Hoffman, an experienced team leader, software architect and developer.
www.architectryan.com
I honestly don't remember, it's been nearly a decade since I installed android tools lol but I use these apps often haha
Click to expand...
Click to collapse
hmm, im not sure what to type
If you don't want to add a path variable just CD to the directory your android tools/adb is located
Eg type
CD "c:\platform-tools"
Then you can just type the commands as you wish without a path
Related
Has anyone had any luck getting unison file sync onto an android phone. The only link I can find that actually tells how is in Japanese.
Given that I need a specific version of unison, how I could compile it to run it via the terminal app?
Tipika said:
Given that I need a specific version of unison, how I could compile it to run it via the terminal app?
Click to expand...
Click to collapse
Desesperate bump.
I am regularly looking into this issue every now and then but can't find anything new. I also need unison to run in android as it is the way that I am syncing all my files over several machines and servers.
Maybe you could just install linux cli tools
https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall
https://play.google.com/store/apps/details?id=com.azlinux765.alinstaller
There was another app to add CLI tools without a full linux install, but I can't find it anymore
I have got unison (version 2.40.102) compiled on android now. I'm not next to my computer that I compiled it on but I can hopefully help you out if you tell me what bits you need explained. I started off using the Japanese instructions and google translate! I am also happy to share the binary with anyone who wants it.
Tipika said:
Maybe you could just install linux cli tools
https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall
https://play.google.com/store/apps/details?id=com.azlinux765.alinstaller
There was another app to add CLI tools without a full linux install, but I can't find it anymore
Click to expand...
Click to collapse
Thanks it actually helped a lot ... indirectly
I already knew about chroot based Linux installs and while it would effectively allow me to run unison from a Debian chroot, I wanted something more native. However, your post pushed me to look again into such options and I discovered an amazing project that allows to run Debian in a more seamless fashion using symlinks, bind-mounts and other tricks to make the experience of Debian near native.
http://sven-ola.dyndns.org/repo/debian-kit-en.html
I can now run unison over ssh and the only issue I found was a permission problem that can get fixed by asking unison to not sync permission changes.
Of course a completely native solution would be still better I think. That's why ...
noobuntu said:
I have got unison (version 2.40.102) compiled on android now. I'm not next to my computer that I compiled it on but I can hopefully help you out if you tell me what bits you need explained. I started off using the Japanese instructions and google translate! I am also happy to share the binary with anyone who wants it.
Click to expand...
Click to collapse
... such an offer to help compiling unison on android would be great
I actually tried to find this Japanese tutorial but did not succeed in locating it. Maybe I did not use the right search terms...
UnisonSync
Hi there,
{
"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"
}
A couple of pointers:
- Keigo Imai's patch to to cross-compile OCaml on Android (https://sites.google.com/site/keigoattic/ocaml-on-android)
- Jérôme Vouillon's OPAM Android repository (http://github.com/vouillon/opam-android-repository)
This should help you cross compile unison (I did this on Linux).
I also released recently a GUI app that allows you to unison without dealing with the command line (and without rooting) on Google Play:
https://play.google.com/store/apps/details?id=net.danielroggen.unisonsync
Cheers,
Dan
bdaman80 said:
Has anyone had any luck getting unison file sync onto an android phone. The only link I can find that actually tells how is in Japanese.
Click to expand...
Click to collapse
the google play link is broken
fixed link
Tipika said:
the google play link is broken
Click to expand...
Click to collapse
fixed.
Now also a free version, but that one requires to use the command line (e.g. from Terminal Emulator) and to be root:
https://play.google.com/store/apps/details?id=net.danielroggen.unison
{
"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"
I managed to make an app launcher which looks like the Android/iOS home screen. I'm releasing the source code for everyone to come and create their own app launchers. The possibilities are endless!
Download the latest release here: https://github.com/colinkiama/UWP-App-Launcher/releases/tag/v1.2.0.0-beta
WARNING: You may need to increase the page file size in order to run this app on older devices. It's a good idea to keep the page file static too.
Also, if you want to help, please contribute by submitting/completing issues. Everyone will appreciate it. Even if it's just a feature request. You can contribute here: https://github.com/colinkiama/UWP-App-Launcher/issues
NOTE: Many of the methods used with the PackageManager class require you to add the following restricted capabilites in your package.appxmanifest file:
packageManagement
packageQuery
I'll still be improving the code on GitHub so it's more optimised in the future but I'll let you guys do whatever you want with this. Can't wait to see what you will come up with. Enjoy!
Source Code: https://github.com/colinkiama/UWP-App-Launcher
P.S. If you like this thread, make sure you give me a high rating by clicking "Rate Thread" or that rating button at the top. Thank You
Please provide appx file for x86 and ARM devices
maruf8 said:
Please provide appx file for x86 and ARM devices
Click to expand...
Click to collapse
Edit: Latest Releases will be shown at the top of the thread
Crashing on splash screen on lumia 540 15063.540 ?
maruf8 said:
Crashing on splash screen on lumia 540 15063.540
Click to expand...
Click to collapse
Did you install the app with it's dependencies?
If not then try installing the app using Windows Device Portal with the ARM dependencies.
maruf8 said:
Crashing on splash screen on lumia 540 15063.540
Click to expand...
Click to collapse
Never mind, found a bug. Thanks for reporting the crashing.
EP1CNESSHD said:
Never mind, found a bug. Thanks for reporting the crashing.
Click to expand...
Click to collapse
Ok... ?
Please fix it
maruf8 said:
Crashing on splash screen on lumia 540 15063.540
Click to expand...
Click to collapse
Okay, the app seems to be a bit unstable on Mobile. If you are uninstalling an app, and you relaunch the app launcher, it will crash until the app is completely uninstalled. On desktop it will run anyway.
So try installing the app again with its ARM dependenices using the Windows Device Portal if you haven't already.
If you can't use the portal then you can install the dependencies manually on your phone but you will have no idea when they have finished installing.
How to install ??????
nqdan2992 said:
How to install ??????
Click to expand...
Click to collapse
There are so many ways of installing this. The easiest way would be to extract the .appxbundle file from the zip and selecting this on the file explorer of your device.
In case that doesn't work, you can try installing the app using the device portal by uploading the .appxbundle file and it's dependencies. More information about the device portal is here: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/device-portal-mobile
UPDATE: You can now use my app "Package Installer" to this app instead. Thread Link: https://forum.xda-developers.com/wi...mes/appx-appxbundle-installer-phones-t3669665
Don't worry guys, I haven't forgot about his project lol
{
"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"
}
I've released a new version of this launcher with support for background images and swipe right for Cortana! (I can't really show you it in action because I can't record from my phone at the moment but you do see her icon before the app gets launched.
Download the latest version here: https://github.com/colinkiama/UWP-App-Launcher/releases/tag/v1.0.34.0-beta
Colin, could you please upload smaller screenshots? Your thread become unreadable now...
sensboston said:
Colin, could you please upload smaller screenshots? Your thread become unreadable now...
Click to expand...
Click to collapse
Sorry about that. I've updated the screnshots now.
EP1CNESSHD said:
There are so many ways of installing this. The easiest way would be to extract the .appxbundle file from the zip and selecting this on the file explorer of your device.
In case that doesn't work, you can try installing the app using the device portal by uploading the .appxbundle file and it's dependencies. More information about the device portal is here: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/device-portal-mobile
UPDATE: You can now use my app "Package Installer" to this app instead. Thread Link: https://forum.xda-developers.com/wi...mes/appx-appxbundle-installer-phones-t3669665
Click to expand...
Click to collapse
It shows splash screen but dosent opening... at all... this time I installed app with dependencies through your package installer
maruf8 said:
It shows splash screen but doesn't open... at all... this time I installed app with dependencies through your package installer
Click to expand...
Click to collapse
I have to admit that the app takes way too long to load (9 seconds on the 950XL!) There is actually a time limit for how long a UWP app should take to start up and I think I'm breaking that limit low end/mid-level devices. This what I think because it works fine on my computer and phone.
EP1CNESSHD said:
I have to admit that the app takes way too long to load (9 seconds on the 950XL!) There is actually a time limit for how long a UWP app should take to start up and I think I'm breaking that limit low end/mid-level devices. This what I think because it works fine on my computer and phone.
Click to expand...
Click to collapse
Please Fix it
maruf8 said:
Please Fix it
Click to expand...
Click to collapse
I don't know how. Upgrade your device. ?
EP1CNESSHD said:
I don't know how. Upgrade your device. ?
Click to expand...
Click to collapse
So no other way than upgrading my device??
Then how does interop tools and app data manage tool loads apps smoothly??
maruf8 said:
So no other way than upgrading my device??
Then how does interop tools and app data manage tool loads apps smoothly??
Click to expand...
Click to collapse
I don't know (I didn't write the apps). I could try to rewrite the way that I load all the apps so asynchronously but honestly, I don't have any motivation to even try right now. I'm working on a project that is going to be in the Windows Store.
If anyone here knows c#, the source code is here: https://github.com/colinkiama/UWP-App-Launcher. Feel free to try and fix it yourselves if you really want this to work on your device.
Android DollhouseThe Definitive Android Flashtool.
This is the support thread for Pixel 6. If you have another device, please check the other threads:
Pixel 2XL: Support Thread
Pixel 6 Pro: Support Thread
Click to expand...
Click to collapse
I'm releasing the first user-facing preview of this tool, which is a convenient wrapper for common ADB/Fastboot controls.
It already comes preloaded with ADB and Fastboot binaries. There's no need to download anything else.
You need this .net runtime to run it: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.11-windows-x86-installer
For now, this is the first test run, which is Windows only. Mac OS + Linux versions will be released separately depending on how this performs.
Full cross-platform compatibility is planned.
{
"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"
}
Click to expand...
Click to collapse
For now, it is still a work in progress. I would like your feedback on this tool. Post here a screenshot of your Device info so I can improve compatibility with your device! Make sure to blur/hide your IMEI!
It includes an auto-updater so you will definitely be getting the latest improved release whenever I make changes.
Download + Source code : Github
General Pixel Development Channel : Telegram
Pixel 6 & 6 Pro Official Chat : Telegram
Click to expand...
Click to collapse
I already have access to the 6 and 6 Pro, although I don't use telegram because I already have enough ways for people to contact me lol
KaptinBoxxi said:
I already have access to the 6 and 6 Pro, although I don't use telegram because I already have enough ways for people to contact me lol
Click to expand...
Click to collapse
Can you use ADB / USB debugging? If possible, please show me the output of
adb devices -l
I will be picking up my Pixel 6 today when BestBuy let's me, I can post the output of this for you. I really want to get this thing running Lineage or CalyxOS asap, so I am open to helping out with development. I see that Lineage already has a stable Android 12 build, so it seems that may be coming first.
Dollscythe said:
Can you use ADB / USB debugging? If possible, please show me the output of
adb devices -l
Click to expand...
Click to collapse
Hi, I have a pixel 6, and here the result of : adb devices -l
theoh88 said:
Hi, I have a pixel 6, and here the result of : adb devices -l
View attachment 5443579
Click to expand...
Click to collapse
Awesome. Tool is out. Download links uploaded
Updated with .net runtime.
Just downloaded this tool, it loaded right up and found my Pixel 6, thank you!
Updated! Just open the program, it should automatically update to the latest version with pixel 6 support.
Dollscythe said:
Updated! Just open the program, it should automatically update to the latest version with pixel 6 support.
Click to expand...
Click to collapse
to install, just adb devices -l only?
trai_th said:
to install, just adb devices -l only?
Click to expand...
Click to collapse
you dont need that anymore
Dollscythe said:
you dont need that anymore
Click to expand...
Click to collapse
I installed .net but I can't run the application, what should I do?
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Hot-Proton said:
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Click to expand...
Click to collapse
I installed from the link provided above and it works now.
Hot-Proton said:
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Click to expand...
Click to collapse
I link the necessary .net binaries in the thread...
Stream the screen works pretty well, just low quality for some reason. My bootloader is not unlocked yet, I bought the device from T-Mobile so God-knows how long it will take.
You say this tool only works on Windows, but you use .NET 5.0 to build it, which is cross platform. What makes it Windows only?
I see there's been no updates or information since November, what is the current state of this project?
Greetings my fellow geeks
I would like to share my small part-time project I've been working on on the last few weeks.
I would've liked to post it in the Windows 11 dedicated thread, but well... there isn't any at the time of writing this
That said, this project is still in a very early stage of development, as of yet barebones (but I have many plans to expand it), and I even was too lazy to remove the default Flutter logo and icon... so consider it a pre-alpha; but hey, it works!
This may not sound like a "few weeks in development" project, but I had to implement a way to read an Android apk icon from scratch and that's what I spent most of my time with.
At the moment the application allows you to install any .apk package on WSA (by associating .apk files to the executable), as well as providing a convenient shortcut to the Android settings and the "Manage Applications" section (otherwise only accessible via console commands). It also has a few options (android port and light/dark theme).
More features are on the way, and I plan to show way more information on the installer (eg. app permissions, option to downgrade a package etc...)
The app is open source and available to download here
Some screenshots:
Spoiler
{
"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"
}
Really helpful, many thanks
alesimula said:
Greetings my fellow geeks
I would like to share my small part-time project I've been working on on the last few weeks.
I would've liked to post it in the Windows 11 dedicated thread, but well... there isn't any at the time of writing this
That said, this project is still in a very early stage of development, as of yet barebones (but I have many plans to expand it), and I even was too lazy to remove the default Flutter logo and icon... so consider it a pre-alpha; but hey, it works!
This may not sound like a "few weeks in development" project, but I had to implement a way to read an Android apk icon from scratch and that's what I spent most of my time with.
At the moment the application allows you to install any .apk package on WSA (by associating .apk files to the executable), as well as providing a convenient shortcut to the Android settings and the "Manage Applications" section (otherwise only accessible via console commands). It also has a few options (android port and light/dark theme).
More features are on the way, and I plan to show way more information on the installer (eg. app permissions, option to downgrade a package etc...)
The app is open source and available to download here
Some screenshots:
Spoiler
View attachment 5447985View attachment 5447987View attachment 5447989
Click to expand...
Click to collapse
great.many thanks for your hard work.but when i duble click on .apk apps in my PC win10 x64 its open install menu but the install button is in gray color.thats mean its not active.any idea ?
hooooossamq said:
great.many thanks for your hard work.but when i duble click on .apk apps in my PC win10 x64 its open install menu but the install button is in gray color.thats mean its not active.any idea ?
Click to expand...
Click to collapse
It most likely means WSA is shut off, try opening an Android app (eg. Amazon Appstore) to boot it up, or set it to never shut down automatically in WSA options (not recommended)
You must also make sure to enable Android developer mode (also in WSA settings)
EDIT: now that I'm reading your comment again, you said you have Windows 10, did you manage to install WSA there?
alesimula said:
EDIT: now that I'm reading your comment again, you said you have Windows 10, did you manage to install WSA there?
Click to expand...
Click to collapse
yup.i just not notice that its for win11.but after i install it i read there.so there is no chance to use it in win10?
hooooossamq said:
yup.i just not notice that its for win11.but after i install it i read there.so there is no chance to use it in win10?
Click to expand...
Click to collapse
It requires WSA, so I guess it's not strictly Win11 as long as you manage to install WSA on Windows 10 (I have no idea whether you can and how)
This app just provides a GUI for apk installation, but depends on the Android subsystem
alesimula said:
It requires WSA, so I guess it's not strictly Win11 as long as you manage to install WSA on Windows 10 (I have no idea whether you can and how)
This app just provides a GUI for apk installation, but depends on the Android subsystem
Click to expand...
Click to collapse
thank you.i think its need win11.
Thank you very much for translating the app into Hebrew.
For some reason all the time it disconnects from me and gives the wrong port impression.
How could it not register it for me.
And is it possible to give support in APKS
Thank you.