Problem installing 13.2 with Linux Deploy

I’m using Linux Deploy 1.5.5-190 to install opensuse13.2 on a samsung galaxy tab A SM-P550 with Android 5.0.2, root access and Busy Box 1.24.1 on a 10GB ext4 file.

While installing the base system the following items fail,
timezone
locales
repository
profile
dbus
android

Install then stops at “Installing additional components”

Attempting startup displays the following errors
mounting /dev/tty …skiped
SSH …failed
VNC …failed

The setup I am using is running Fedora 22 well, so I don’t see a major issue with the basic setup.

If anyone could help me out with this it would be appreciated, thanks.

I may have asked the wrong question, or asked it on the wrong forum.

A better question might be “How do I contact Those involved in porting openSUSE to android?”.

A link to the GitHub Linuxdeploy project is here https://github.com/meefik/linuxdeploy

Am 05.02.2016 um 12:56 schrieb dvhenry:
>
> I may have asked the wrong question, or asked it on the wrong forum.
>
> A better question might be “How do I contact Those involved in porting
> openSUSE to android?”.
>
> A link to the GitHub Linuxdeploy project is here
> https://github.com/meefik/linuxdeploy
>
>
I would try it with the email given on his web page where he hosts the
developer blog
http://meefik.ru/about/


PC: oS 13.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.14 | GTX 760
Yoga 2 Pro: oS 42.1 | x86_64 | i7-4500U@1.80GHz | 8GB | KDE 5.16
HTPC: oS 42.1 x86_64 | Celeron@1.8GHz | 2GB | Gnome 3.16 | HD 2500

Thanks martin,

If I have this right however, the openSUSE install files (and ARM/android port) come from somewhere other than the Linuxdeploy project, that project is designed to facilitate an easy install.

Hi
See https://en.opensuse.org/Portal:ARM and http://download.opensuse.org/ports/ for images.

Also check out the Mailing list http://lists.opensuse.org/opensuse-arm/ or IRC channel #opensuse-arm

Hi malcolmlewis, I apologise for the very late reply, I have looked at the sites you have supplied and found them useful.
In the meanwhile I found that Linux Deploy has some very useful options including logging and debug mode, so I now have a copy of standard install, start, etc, log file. And the same in debug mode.

Is there a currently recommended method I should use to make these large files available?

Steps should be straightforward, and you should double-check they’re followed before posting your data…

  • First, backup your existing Android based system.
  • Install a bootloader. I don’t know about Linux Deploy, but if it works, fine. Else, I would always recommend researching your device in the XDA Developers Forum for their recommendation. Their bootloader and instructions would normally install Cyanogenmod (A community version of Android) but can be used to backup and install any new image.
  • Research your device’s ARM CPU and device model. Once identified, it’s used to find the correct new image you wish to install.
  • Backup your current image (which is different than the Android based backup in the first step).
  • Install your new image.

And, that should be it!

If you need to post a large logfile, you can post at openSUSE’s paste or the general pastebin, then provide the URL of your paste in a post in these Forums

http://paste.opensuse.org
http://pastebin.com

Good Luck,
TSU

Hi tsu2, It is important to ensure you don’t loose data, but Linux Deploy, I think works differently to what you may expect.

This application is open source software for quick and easy installation of the operating system (OS) GNU/Linux on your Android device.
The application creates a disk image on a flash card, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from official mirrors online over the internet. The application requires superuser rights (ROOT).

Any time you install a new image, it will wipe out and replace what exists in the device ROM, there is no way to get around this.
This is why the extreme importance creating backups of both types as I described. Additional backups won’t hurt, and may be desirable to migrate to your new running OS.

TSU