[OFF TOPIC] Recommended backup software to clone Android (Linux) phones to image files

2025-06-09 Thread Turritopsis Dohrnii Teo En Ming
Subject: Recommended backup software to clone Android (Linux) phones to image files Good day from Singapore, Acronis True Image backup software can be used to clone Windows 10 and 11 to image files with the extension of .tibx. I am wondering if Acronis True Image backup software can be used

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread Federico Kircheis
hange: /usr/share/doc/dalvik-exchange/README.Debian dalvik-exchange: /usr/share/doc/dalvik-exchange/changelog.Debian.gz dalvik-exchange: /usr/share/doc/dalvik-exchange/copyright I believe this is the relevant changelog entry: android-platform-dalvik (7.0.0+r1-2) unstable; urgency=medium    * d/co

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread Federico Kircheis
ebian dalvik-exchange: /usr/share/doc/dalvik-exchange/changelog.Debian.gz dalvik-exchange: /usr/share/doc/dalvik-exchange/copyright I believe this is the relevant changelog entry: android-platform-dalvik (7.0.0+r1-2) unstable; urgency=medium * d/control: * dalvik-exchange Depends on pro

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread tomas
On Sat, Jun 07, 2025 at 05:11:26PM +, Luca Saiu wrote: [...] > On 2025-05-20 at 14:40 +0200, to...@tuxteam.de wrote: > > > My hunch is that the "-23" in your package name hints at a version > > number which might be obsolete. But I don't know. > > Now, that is incorrect. They chose to pack

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread Luca Saiu
On 2025-05-25 at 22:00 +0200, Csányi Pál wrote: > I see, but when I install, say, the Google's Android SDK Build-Tools > 23.0.1 Installer (aapt, aidl, dexdump, dx) package, then apt, or > Synaptic package manager will remove the following debian packages: Those “-installer” packa

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread Luca Saiu
c/dalvik-exchange/changelog.Debian.gz dalvik-exchange: /usr/share/doc/dalvik-exchange/copyright I believe this is the relevant changelog entry: android-platform-dalvik (7.0.0+r1-2) unstable; urgency=medium * d/control: * dalvik-exchange Depends on proguard * Remove libandroid-jack-dx-java si

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-06-07 Thread Luca Saiu
able main contrib deb [] https://deb.debian.org/debian/ stable main contrib deb [] https://deb.debian.org/debian/ testing main contrib deb [] https://deb.debian.org/debian/ unstable main contrib And no other version is available: [luca@hennessy ~]$ apt search android-sdk-platform- android-sdk-

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-25 Thread Csányi Pál
able apksigner package. > > > > Now I see only one problem that prevents the make command from running > > successfully: > > when I run make I get following messages: > > > > aapt package -f -m -J src -S res -M AndroidManifest.xml -I > > /usr/lib/android-sd

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-25 Thread Jeffrey Walton
he signapk command correctly in the make > > file. > > I was wrong, we should not use the signapk package, but the > installable apksigner package. > > Now I see only one problem that prevents the make command from running > successfully: > when I run make I get following messages:

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-25 Thread Federico Kircheis
and I can't figure out how to get the dx command, because on my Debian Bookworm system there is no such command! Can this problem be solved so that I can access on my system only Android SDK and development tools already available in Debian? dx is deprecated, you should use d8

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-25 Thread Csányi Pál
I see only one problem that prevents the make command from running successfully: when I run make I get following messages: aapt package -f -m -J src -S res -M AndroidManifest.xml -I /usr/lib/android-sdk/platforms/android-23/android.jar javac -bootclasspath /usr/lib/android-sdk/platforms/andro

Building an Android bundle (aab) with tools available in Debian

2025-05-23 Thread Federico Kircheis
using proguard is an optional step, this is obviously not a blocking issue. dx has a similar issue; it does not support class files generated by newer jdks. One can install d8 (for example by installing google-android-platform-36-installer); there seems not to exist a package like dalvik-exchange jus

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-22 Thread Greg
On 2025-05-22, debian-u...@howorth.org.uk wrote: > Greg wrote: >> On 2025-05-20, debian-u...@howorth.org.uk >> wrote: >> > >> > It seems you've encountered an obsolete wiki page (at the bottom it >> > says "AndroidTools/IntroBuildingApps (last modified 2022-10-31 >> > 14:03:10)" ). The subject i

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-22 Thread debian-user
Greg wrote: > On 2025-05-20, debian-u...@howorth.org.uk > wrote: > > > > It seems you've encountered an obsolete wiki page (at the bottom it > > says "AndroidTools/IntroBuildingApps (last modified 2022-10-31 > > 14:03:10)" ). The subject is being discussed in another thread at > > the moment, but

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-22 Thread Greg
On 2025-05-21, Csányi Pál wrote: > >> Please do update the wiki so that when I (and others) come to do the >> same (which I'm planning to do soon) we can benefit from your learning. "Update the wiki" can be interpreted in so many number of ways, particularly by the anal-retentive; FWIW I don't fi

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-22 Thread Greg
On 2025-05-20, debian-u...@howorth.org.uk wrote: > > It seems you've encountered an obsolete wiki page (at the bottom it > says "AndroidTools/IntroBuildingApps (last modified 2022-10-31 > 14:03:10)" ). The subject is being discussed in another thread at the > moment, but you can edit the wiki page

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Csányi Pál
t írta (időpont: 2025. máj. 20., > K, 11:13): > >>>> Hi, > >>>> > >>>> on the Debian 12 Bookworm operating system I want to make android > apps. > >>>> > >>>> I would follow the advice on these websites: > >>>> ht

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Alex King
i Pál wrote: Csányi Pál ezt írta (időpont: 2025. máj. 20., K, 11:13): Hi, on the Debian 12 Bookworm operating system I want to make android apps. I would follow the advice on these websites: https://wiki.debian.org/AndroidTools and https://wiki.debian.org/AndroidTools/IntroBuildingApps Followin

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Csányi Pál
ezt írta (időpont: 2025. máj. 20., K, 14:35): > > On Tue, May 20, 2025 at 02:01:34PM +0200, Csányi Pál wrote: > > Csányi Pál ezt írta (időpont: 2025. máj. 20., K, > > 11:13): > > > > > > Hi, > > > > > > on the Debian 12 Bookworm operating s

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Jeffrey Walton
On Tue, May 20, 2025 at 8:36 AM Nicolas George wrote: > > Eduardo M KALINOWSKI (HE12025-05-20): > > You're really making your life much harder by not using Android Studio, but > > if you really want, here are some pointers (untested): > > Making one's life harde

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread debian-user
Csányi Pál wrote: > Hi, > > on the Debian 12 Bookworm operating system I want to make android > apps. > > I would follow the advice on these websites: > https://wiki.debian.org/AndroidTools > and > https://wiki.debian.org/AndroidTools/IntroBuildingApps > > F

Re: Installing android devenv in Debian 12

2025-05-20 Thread tomas
On Tue, May 20, 2025 at 04:24:46PM +0300, Roland Mueller wrote: > At least for Ubuntu 22.04 android-sdk-platform-23 is in the list of > available packages. > > $ apt list android-sdk\* > ... > android-sdk-platform-23/jammy,jammy 6.0.1+r72-6 all > ... For Debian, it see

Re: Installing android devenv in Debian 12

2025-05-20 Thread Roland Mueller
At least for Ubuntu 22.04 android-sdk-platform-23 is in the list of available packages. $ apt list android-sdk\* ... android-sdk-platform-23/jammy,jammy 6.0.1+r72-6 all ... ti 20.5.2025 klo 13.16 Csányi Pál (csanyi...@gmail.com) kirjoitti: > Hi, > > on the Debian 12 Bookworm operating

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread tomas
On Tue, May 20, 2025 at 02:01:34PM +0200, Csányi Pál wrote: > Csányi Pál ezt írta (időpont: 2025. máj. 20., K, 11:13): > > > > Hi, > > > > on the Debian 12 Bookworm operating system I want to make android apps. > > > > I would follow the advice on thes

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Nicolas George
Eduardo M KALINOWSKI (HE12025-05-20): > You're really making your life much harder by not using Android Studio, but > if you really want, here are some pointers (untested): Making one's life harder on the short term by refusing to use an all-integrated monster is usually a

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Eduardo M KALINOWSKI
On 20/05/2025 09:01, Csányi Pál wrote: Well, then, what is the solution to this problem? It is important that I follow the goal stated on the above website: "building an Android app using only Android SDK and development tools already available in Debian." You're really making

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Csányi Pál
Csányi Pál ezt írta (időpont: 2025. máj. 20., K, 11:13): > > Hi, > > on the Debian 12 Bookworm operating system I want to make android apps. > > I would follow the advice on these websites: > https://wiki.debian.org/AndroidTools > and > https://wiki.debian.org/And

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Csányi Pál
Brieuc Desoutter ezt írta (időpont: 2025. máj. 20., K, 12:02): > > Hum how about installing Jetbrains Android studio (via the jetbrains toolbox > https://www.jetbrains.com/toolbox-app/) > > It will take care of downloading all the necessary tools, frameworks and > emulator fo

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread tomas
On Tue, May 20, 2025 at 01:02:35PM +0300, Brieuc Desoutter wrote: > Hum how about installing Jetbrains Android studio (via the jetbrains > toolbox > https://www.jetbrains.com/toolbox-app/) It has a funny license, though. Source is free, binaries aren't. Cheers -- t signature.a

Re: Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Brieuc Desoutter
Hum how about installing Jetbrains Android studio (via the jetbrains toolbox https://www.jetbrains.com/toolbox-app/) It will take care of downloading all the necessary tools, frameworks and emulator for you… On Tue, 20 May 2025 at 12:30 Csányi Pál wrote: > Hi, > > on the Debian 12

Android development tools on Debian [was: empty subject]

2025-05-20 Thread tomas
On Tue, May 20, 2025 at 11:08:28AM +0200, Csányi Pál wrote: > Hi, > > on the Debian 12 Bookworm operating system I want to make android apps. > > I would follow the advice on these websites: > https://wiki.debian.org/AndroidTools > and > https://wiki.debian.org/Androi

Building an Android app using only Android SDK and development tools already available in Debian

2025-05-20 Thread Csányi Pál
Hi, on the Debian 12 Bookworm operating system I want to make android apps. I would follow the advice on these websites: https://wiki.debian.org/AndroidTools and https://wiki.debian.org/AndroidTools/IntroBuildingApps Following the latter web page, the following command cannot be executed on

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-27 Thread Anssi Saari
David Wright writes: > You'd have to specify a set of criteria to test. I just treat > /media/samsungd like any other filesystem, copying files in the > usual manner. Well, when I last tried MTP in Linux I got maybe half of a directory listing and then it hung there. Concluded it doesn't work bu

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread David Wright
On Mon 25 Sep 2023 at 21:08:34 (+0300), Anssi Saari wrote: > David Wright writes: > > On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote: > >> On 9/24/23, Marco M. wrote: > >> > On most Android phones, you need to explicit allow data transfers. > &

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread David Wright
onnected (data cable, obviously), swiping down the Notifications screen shows an entry "USB for file transfer". Tapping that changes it to: Android System USB for file transfer Tap for other USB options Tapping the last gives another screen with "radio" options to: Con

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Jeffrey Walton
On Mon, Sep 25, 2023 at 10:13 PM Jeffrey Walton wrote: > > On Mon, Sep 25, 2023 at 7:05 PM Albretch Mueller wrote: > > > > On 9/24/23, Michel Verdier wrote: > > > If you use USB you need a cable allowing data, some allow only power. > > > > The USB cable I have been using to charge the battery

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Jeffrey Walton
On Mon, Sep 25, 2023 at 7:05 PM Albretch Mueller wrote: > > On 9/24/23, Michel Verdier wrote: > > If you use USB you need a cable allowing data, some allow only power. > > The USB cable I have been using to charge the battery of that phone > visually seems to be the same exact one being adverti

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Michel Verdier
On 2023-09-25, Albretch Mueller wrote: > Is there a way to test for sure that cable is the right one? Usually the original cable furnished with the phone is a data cable. My only test was to successfully use adb then change cable and see that I have some power only cables.

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Michel Verdier
On 2023-09-25, Albretch Mueller wrote: > Android awakens when I unplug the cable from the computer; so, > something is being somehow detected. android also awakens on power on/off

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Nicolas George
David Wright (12023-09-25): > On bullseye I have android-file-transfer installed. I connect the > phone to the PC with USB, and run this function: If we are sharing how we do file transfer to and from an Android phone: My favorite solution is tu install Termux and run sshd in it. Then I c

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Albretch Mueller
On 9/25/23, Albretch Mueller wrote: > Most probably there is a setting in that phone I haven’t been able to > find. Android awakens when I unplug the cable from the computer; so, something is being somehow detected. lbrtchx

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Anssi Saari
David Wright writes: > On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote: >> On 9/24/23, Marco M. wrote: >> > On most Android phones, you need to explicit allow data transfers. >> >> What do you functionally mean? I need for you to talk to me like

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Albretch Mueller
ore and after plugging in the phone doesn’t show any difference. Is there a way to test for sure that cable is the right one? ~ On 9/25/23, Marco wrote: > According to the Google documentation: which I found: // __ Transfer files between your computer and Android device

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread David Wright
On Sun 24 Sep 2023 at 22:13:20 (+), Albretch Mueller wrote: > On 9/24/23, Marco M. wrote: > > On most Android phones, you need to explicit allow data transfers. > > What do you functionally mean? I need for you to talk to me like > this: a) go "Settings"; b) ...

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-25 Thread Roland Mueller
As far as I remember adb requires debugging to be enabled on the Android device. For newer androids following - slighly obscure - process has to be used: Enabling USB Debugging on an Android Device - On the device, go to Settings > About . - Tap the Build number seven times to make Setti

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-24 Thread Marco
Am 24.09.2023 22:13 schrieb Albretch Mueller: > What do you functionally mean? I need for you to talk to me like > this: a) go "Settings"; b) ... According to the Google documentation: With a USB cable, connect your device to your computer. On your device, tap the "Charging this device via USB"

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-24 Thread Albretch Mueller
On 9/24/23, Marco M. wrote: > On most Android phones, you need to explicit allow data transfers. What do you functionally mean? I need for you to talk to me like this: a) go "Settings"; b) ... Thank you, lbrtchx On 9/24/23, Marco M. wrote: > Am 24.09.2023 um 19:45:11 Uhr

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-24 Thread Michel Verdier
On 2023-09-24, Albretch Mueller wrote: > Basically, I need to transfer selected data (whatsapp, messages, > phone calls, ...) off my phone to my computer's hdd. > > How can you troubleshoot that problem or, do you know about any other > way to transfer your data to a drive off your phone? If yo

Re: "sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-24 Thread Marco M.
Am 24.09.2023 um 19:45:11 Uhr schrieb Albretch Mueller: > How can you troubleshoot that problem or, do you know about any other > way to transfer your data to a drive off your phone? On most Android phones, you need to explicit allow data transfers. Did you do?

"sudo apt-get install android-tools-adb" ... (then no device listed)

2023-09-24 Thread Albretch Mueller
$ uname -a Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux $ sudo apt-get update ... $ date; sudo apt-get install android-tools-adb Sun 24 Sep 2023 02:07:24 PM UTC ... $ which adb /usr/bin/adb $ adb --version Android Debug Bridge version 1.0.41 Version

Re: Oddity when accessing Courier IMAP from Android

2023-08-18 Thread Roberto C . Sánchez
On Fri, Aug 11, 2023 at 10:27:30PM +0500, Alexander V. Makartsev wrote: > >I suggest to look for a way to enable debug mode for Courier server and >look for clues in logs. > So, after far too much time searching the logs without finding anything useful, I decided to delete the account fro

Re: Oddity when accessing Courier IMAP from Android

2023-08-11 Thread Alexander V. Makartsev
On 11.08.2023 19:09, Roberto C. Sánchez wrote: I am running a Courier IMAP server on Bookworm. When accessing from mutt, Thunderbird, and Android (GMail app), everything works fine. This is over SSL, with a server certificate I have issued from my own CA and with the CA root cert distributed to

Oddity when accessing Courier IMAP from Android

2023-08-11 Thread Roberto C . Sánchez
I am running a Courier IMAP server on Bookworm. When accessing from mutt, Thunderbird, and Android (GMail app), everything works fine. This is over SSL, with a server certificate I have issued from my own CA and with the CA root cert distributed to all client devices which access the IMAP server

Re: X-post: Public library wifi oddity, Linux vs Android

2023-08-11 Thread Michel Verdier
On 2023-08-11, Ottavio Caruso wrote: >> "community" libraries offer free wifi, courtesy (?) of *cough* O2. Tech >> support is non-existent. If it works it works, if it doesn't, tough. >> The last few weeks I noticed wifi performance degrading. Today, I couldn't >> even connect the wifi networ

[OT] Re: Android email client that does bottom posting

2022-04-28 Thread didier gaumet
Le jeudi 28 avril 2022 à 12:41 +, Keith Bainbridge a écrit : > Good Evening All > > I top posted last night, in error.  Sorry > > I have asked the devs where the bottom posting setting has gone. Hello, (K9 Mail) Account Settings > Sending mail > Reply after quoted text

Android email client that does bottom posting

2022-04-28 Thread Keith Bainbridge
Good Evening All I top posted last night, in error. Sorry I have asked the devs where the bottom posting setting has gone. -- All the best Keith Bainbridge keithrbaugro...@gmail.com Sent from my aPhone. Please excuse my brevity.

Re: Android apps on Debian

2022-02-05 Thread 황병희
John Hasler writes: > Is there a simple way to run Android apps under Debian such as an > emulator? My Starlink terminal is arriving next week and it would be > convenient to be able to run the Starlink app. However, I do not have > either an IOS or an Android device. Another w

Re: Android apps on Debian

2022-01-30 Thread John Hasler
Bijan writes: > Keep in mind the xapk/apk I saw online only had the arm64 shared > libraries. The one I have has x86 and x86_64 libraries as well as the arm ones. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-30 21:54, John Hasler wrote: I have a copy of the app. I'm not going to open a Google Play account. Keep in mind the xapk/apk I saw online only had the arm64 shared libraries. So you'll either need to get an apk with the x86/x86_64/amd64 shared libraries or add arm64 support to anb

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-30 21:54, John Hasler wrote: I have a copy of the app. I'm not going to open a Google Play account. Oh ok, you can run the emulator without app store or without signing in and use adb install the apk to the emulator, in case anbox doesn't work. Bijan

Re: Android apps on Debian

2022-01-30 Thread John Hasler
Bijan writes: > Hi, don't know how far you got with anbox, I don't have it running yet due to a dbus problem. That should clear out as soon as I reboot but I'm not ready to do that because I'm in the midst of a project with a couple of dozen documents and tabs open. > This will launch the emulat

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-29 13:29, John Hasler wrote: Is there a simple way to run Android apps under Debian such as an emulator? My Starlink terminal is arriving next week and it would be convenient to be able to run the Starlink app. However, I do not have either an IOS or an Android device. Hi, don&#

Re: Android apps on Debian

2022-01-30 Thread Curt
e required: wget curl lzip tar unzip squashfs-tools.) > I'll be running it in anbox or similar as I don't have and don't want an > Android "device".

Re: Android apps on Debian

2022-01-29 Thread John Hasler
Bijan writes: > Seems the Starlink router has a web interface: I know that. It evidently does not do everything the app does. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Android apps on Debian

2022-01-29 Thread Ash Joubert
On 30/01/2022 11:39, Bijan Soleymani wrote: I think the reason it is signed by Google is that the app uses Play app signing, where google signs the app on their servers on your behalf. That way if you lose your private key, you can change it on your end, without breaking app upgrades. Play Ap

Re: Android apps on Debian

2022-01-29 Thread John Hasler
I downloaded it from apkmirror.com and got the same numbers you did plus "Verified using v4 scheme (APK Signature Scheme v4): false", "Verified for SourceStamp: true", some "Source Stamp Signer" results, and the same META-INF warnings. Looks ok, I guess. -- John Hasler j...@sugarbit.com Elmwood,

Re: Android apps on Debian

2022-01-29 Thread Bijan Soleymani
On 2022-01-29 13:29, John Hasler wrote: Is there a simple way to run Android apps under Debian such as an emulator? My Starlink terminal is arriving next week and it would be convenient to be able to run the Starlink app. However, I do not have either an IOS or an Android device. Just to go

Re: Android apps on Debian

2022-01-29 Thread Bijan Soleymani
On 2022-01-29 17:57, Bijan Soleymani wrote:     Now, find the .obb file (usually named as “com.x.obb”) within the file and copy it into the location: /sdcard/storage/emulated/0/Android/obb/.     Lastly, install the .apk file. Within a few minutes, you would be able to run the

Re: Android apps on Debian

2022-01-29 Thread Bijan Soleymani
irst their xapk file contains the original app apk (as well the original sub apks required by that apk). Second you can install without any app: https://www.quora.com/How-can-I-install-Xapk-files-on-an-Android " Method 2: Download .XAPK file using File Manager: Download the .

Re: Android apps on Debian

2022-01-29 Thread Bijan Soleymani
On 2022-01-29 17:25, Bijan Soleymani wrote: On 2022-01-29 15:38, John Hasler wrote: Apkpure has the Starlink app but as I had never heard of them (No reason to, not having an Android phone) I didn't download it immediately.  Are they reliable? I don't know if they modify the apks

Re: Android apps on Debian

2022-01-29 Thread John Hasler
Bijan writes: > I don't know if they modify the apks they host but as far as I know > the original apk (from the play store) will be signed by the app > publisher/writer. So if they haven't removed that you can just verify > the signature is from the publisher, etc. Apkpure says that apps download

Re: Android apps on Debian

2022-01-29 Thread Bijan Soleymani
On 2022-01-29 15:38, John Hasler wrote: local10 writes: First, identify the app you want to install, then download it from apkpure ( https://apkpure.com/ ) or similar sites. Apkpure has the Starlink app but as I had never heard of them (No reason to, not having an Android phone) I didn&#

Re: Android apps on Debian

2022-01-29 Thread John Hasler
me exactly what I would have gotten from directly from Google. I'll be running it in anbox or similar as I don't have and don't want an Android "device". -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Android apps on Debian

2022-01-29 Thread local10
/f-droid.org/repository/browse/ > Also, maybe it will be worth for you to consider creating a virtual machine or a jail of some kind to run your Android apps. Regards,

Re: Android apps on Debian

2022-01-29 Thread local10
Jan 29, 2022, 20:38 by j...@sugarbit.com: > Apkpure has the Starlink app but as I had never heard of them (No reason > to, not having an Android phone) I didn't download it immediately. Are > they reliable? > apkpure has been around for several years, draw any conclusion yo

Re: Android apps on Debian

2022-01-29 Thread Andrei POPESCU
On Sb, 29 ian 22, 14:38:50, John Hasler wrote: > local10 writes: > > First, identify the app you want to install, then download it from > > apkpure ( https://apkpure.com/ ) or similar sites. > > Apkpure has the Starlink app but as I had never heard of them (No reason > t

Re: Android apps on Debian

2022-01-29 Thread John Hasler
local10 writes: > First, identify the app you want to install, then download it from > apkpure ( https://apkpure.com/ ) or similar sites. Apkpure has the Starlink app but as I had never heard of them (No reason to, not having an Android phone) I didn't download it immediately. Are th

Re: Android apps on Debian

2022-01-29 Thread local10
Jan 29, 2022, 19:07 by j...@sugarbit.com: > Thank you both. Now to get a copy of the ("free") app without opening a > Google > Play account... > First, identify the app you want to install, then download it from apkpure ( https://apkpure.com/ ) or similar sites. That, of course, leads to some

Re: Android apps on Debian

2022-01-29 Thread Alexis Grigoriou
On Sat, 2022-01-29 at 13:07 -0600, John Hasler wrote: > Thank you both. Now to get a copy of the ("free") app without > opening a Google > Play account... Everything nowadays "needs" an app... I hate it.

Re: Android apps on Debian

2022-01-29 Thread John Hasler
Thank you both. Now to get a copy of the ("free") app without opening a Google Play account... -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: Android apps on Debian

2022-01-29 Thread didier gaumet
Le samedi 29 janvier 2022 à 12:29 -0600, John Hasler a écrit : > Is there a simple way to run Android apps under Debian such as an > emulator?  My Starlink terminal is arriving next week and it would be > convenient to be able to run the Starlink app.  However, I do not > have >

Re: Android apps on Debian

2022-01-29 Thread local10
Jan 29, 2022, 18:29 by j...@sugarbit.com: > Is there a simple way to run Android apps under Debian such as an > emulator? My Starlink terminal is arriving next week and it would be > convenient to be able to run the Starlink app. However, I do not have > either an IOS or an An

Android apps on Debian

2022-01-29 Thread John Hasler
Is there a simple way to run Android apps under Debian such as an emulator? My Starlink terminal is arriving next week and it would be convenient to be able to run the Starlink app. However, I do not have either an IOS or an Android device. -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: [semi-OT] create playlist for android

2021-11-12 Thread Charles Curley
On Fri, 12 Nov 2021 14:56:45 +0100 Pol Hallen wrote: > the problem is that jetaudio not always "see" the playlist, using vlc > on my pc works > > I don't understand the problem Possibly jetaudio does not see the Android path it needs in the playlist -- Does

Re: [semi-OT] create playlist for android

2021-11-12 Thread Eric S Fraga
On Friday, 12 Nov 2021 at 14:56, Pol Hallen wrote: > Hi folks and sorry for this semi-OT > > Normally I use this command line to create a playlist for my android > phone (more specific I use jetaudio app) > > ls -1 > playlist_name.mp3 I do something similar. I don't

[semi-OT] create playlist for android

2021-11-12 Thread Pol Hallen
Hi folks and sorry for this semi-OT Normally I use this command line to create a playlist for my android phone (more specific I use jetaudio app) ls -1 > playlist_name.mp3 and put whole contents to mobile the problem is that jetaudio not always "see" the playlist, using vlc on

Android SDK: "The SDK directory is not writable"

2021-09-26 Thread Alexis Geoffrey
Hello list, I'm having an issue with building my first project with the android-sdk package on Bullseye. I'm getting the error listed in the subject line (The SDK directory is not writable (/usr/lib/android-sdk)) which obviously makes sense, since we shouldn't be able to normall

Re: Debian and Android

2021-01-18 Thread Eric S Fraga
On Saturday, 16 Jan 2021 at 19:25, riveravaldez wrote: > I have issues with USB connection between Debian and Android, it > seems to work but in a buggy way... I gave up on MTP/PTP a while back as I could never get it to work consistently with various Android devices. > Usually I u

Re: Debian and Android

2021-01-17 Thread Peter Ehlert
On 1/17/21 6:57 AM, Celejar wrote: On 17 Jan 2021 10:41:07 GMT Curt wrote: On 2021-01-16, Dale Amon wrote: I simply want to drag my photos from the phone over a USB mount and store them on my laptop. If both your phone and your laptop are on the same LAN: https://snapdrop.net/ https://

Re: Debian and Android

2021-01-17 Thread Celejar
On 17 Jan 2021 10:41:07 GMT Curt wrote: > On 2021-01-16, Dale Amon wrote: > > > > I simply want to drag my photos from the phone over a USB mount > > and store them on my laptop. > > > > If both your phone and your laptop are on the same LAN: > > https://snapdrop.net/ > > https://github.com/R

Re: Cookies and so-called Privacy Policy [was: Debian and Android]

2021-01-17 Thread tomas
On Sun, Jan 17, 2021 at 02:32:12PM +0100, deloptes wrote: > to...@tuxteam.de wrote: > > > One of the bigger hosting providers here in Germany [...] > Oh, you noticed this too I sure did :) > It started may be 1-2 months ago. This is why I > discussed this with my peers in the EU commission

Re: Cookies and so-called Privacy Policy [was: Debian and Android]

2021-01-17 Thread deloptes
to...@tuxteam.de wrote: > One of the bigger hosting providers here in Germany, for its admin > interface, has one of those cookies thingy: either you say "accept all" > (that's the bright green button) or you say "edit preferences" (the light > grey button which nearly fades into the background).

Re: Cookies and so-called Privacy Policy [was: Debian and Android]

2021-01-17 Thread tomas
On Sun, Jan 17, 2021 at 12:13:32PM +0100, deloptes wrote: > to...@tuxteam.de wrote: > > > A friend of mine once suggested to return /dev/random to a site's > > cookie request. I'm tempted to try that :-) > > > > sounds funny indeed ...and fuzzy (this would be a cookie parser fuzzer :) > I actu

Re: Debian and Android

2021-01-17 Thread Anssi Saari
Dale Amon writes: > I simply want to drag my photos from the phone over a USB mount > and store them on my laptop. Well, if it's just photos then you could try using PTP instead of MTP. Should be under USB Preferences on the phone and I think Gnome's file manager should support it out of the box

Re: Cookies and so-called Privacy Policy [was: Debian and Android]

2021-01-17 Thread deloptes
to...@tuxteam.de wrote: > A friend of mine once suggested to return /dev/random to a site's > cookie request. I'm tempted to try that :-) > sounds funny indeed > This is one good effect of EU's GDPR: the data-sucking machines are > running around like beheaded chicken: fun to watch ;-D > I ac

Re: Debian and Android

2021-01-17 Thread Curt
On 2021-01-16, Dale Amon wrote: > > I simply want to drag my photos from the phone over a USB mount > and store them on my laptop. > If both your phone and your laptop are on the same LAN: https://snapdrop.net/ https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md Convenient and easy

Cookies and so-called Privacy Policy [was: Debian and Android]

2021-01-17 Thread tomas
On Sun, Jan 17, 2021 at 10:30:13AM +0100, deloptes wrote: [...] > sorry but this is site is crap > > > Consent Denied > > You have not agreed to WonderHowTo, Gaget Hacks, & Next Reality's use of > cookies, Terms of Use Agreement, and/or Privacy Policy [...] Pfft. A friend of mine once sugges

Re: Debian and Android

2021-01-17 Thread didier gaumet
Le 17/01/2021 à 10:30, deloptes a écrit : didier gaumet wrote: [...] https://android.gadgethacks.com/how-to/make-usb-connection-your-android-phone-default-file-transfer-mode-0234540/ sorry but this is site is crap [...] OK, my bad, sorry then let's enounce the steps on my Android

Re: Debian and Android

2021-01-17 Thread deloptes
didier gaumet wrote: > It is probably related to your Android settings and independant of your > PC OS (Debian): > > https://android.gadgethacks.com/how-to/make-usb-connection-your-android-phone-default-file-transfer-mode-0234540/ sorry but this is site is crap Consent Denied

Re: Debian and Android

2021-01-17 Thread l0f4r0
Hi, I don't know for your exact error message but I can say personally that I have no real issue anymore since I switched to Android File Transfer For Linux... https://github.com/whoozle/android-file-transfer-linux You might give it a try. NB: I'm on Buster. HTH Best regards, l0f4r0

  1   2   3   4   5   6   >