[Problem] Linux deploy and Samsung Galaxy Tab S2 T-715 with android 6.0.1 installed - Android Apps and Games

Hi,
as described in the title I have a problem installing a Linux distribution using the app Linux Deploy on my Samsung Galaxy Tab S2 T-715 with android 6.0.1 installed (and rooted). I followed a million of guide and discussion of the web but anyone seems to have my same problem:
I set all the parameters as shown in many guides that I tested (this for example https://www.kali.org/tutorials/kali-linux-android-linux-deploy/) but when I try to configure or install or start I get only this output:
if I click "configure":
Code:
>>>>deploy
<<<<deploy
if I click "install":
Code:
>>>>deploy
<<<<deploy
if I click start
Code:
>>>>start
<<<<start
and anything else!!!
Has anyone an idea of the problem?
Thanks!

Your kernel doesnt support loop devices. Change kernel.

Related

[Q][ROM] My custom rom fails Samsung GTi9100

Hi,
I am a new beginner of android. I am trying to rebuild the kernel with profiling support for Samsung galaxy s2 (GT-i9100). After flashing my custom rom to my phone, my phone does not work.
This is how I do it:
1.Downloaded the image I9100XXLP6_I9100OXXLP3_OXX and flashed my galaxy s2 mobile using odin software. now my Galaxy s2 works fine with ICS build (kernel version - [email protected] #3, Ardroid version - 4.0.3).
2. Downloaded the samsung galaxy s2 source code GT-I9100_ICS_Opensource_Update8.zip from opensoure.samsung.com and cross compiler arm-eabi-4.4.3.
3. Use the initramfs from github (Since I am a new user of this forum, I can not post outside link here; I google with "arighi/initramfs-gt-i9100.git" and use the first link)
4. Through "make menuconfig" to enable the profiling support and configure the initramfs source path as specified at step 3.
5. After compiling, I can get the custom zImage of size about 8 MB
6. Then I use "tar -cvf mykernel.tar zImage" to generate my custom rom; and then flash it to my phone through odin.
7. Now my phone boots with a kernel panic upload mode screen and my phone doesn't work.
My question:
1. Does the initramfs cause the problem? If it is, where can I get the matched initramfs for the kernel source code?
2. Is there anything wrong in my above steps?
I would be very appreciated if someone could help me.
Thanks.

[Q] problem with Kali Linux on android

Hi guys
I tried to install kali linux using linux deploy on my device but when i choose Reconfigure a lot of fails appear
Help please
(how can i post screenshot so you can understand the problem ?)
(EDIT: Look on my profile i put the screenshot their )

How to run Kali Linux on Galaxy Tab 3 10.1

Well, for the past few months, I am trying to run Kali Linux on my device. But since it was x86 based android device, but keep getting annoying errors. But, last week after i upgrade my P5220 into 4.4.2 Kitkat, it works like magic. I can run it. With latest linux deploy which support x86 devices i am sure you can run it smoothly.
For those who wondering how to get Kali works on your tab 3 10.1 ( which previously spam a tones of error while installing kali with linux deploy)
This is what i did:
1. Connect to kies and upgrade to kitkat 4.4.2
2. Flash to Philz recovery (you can find it within Xda tab3 section) with odin from stock recovery
3. Root it
4. run linux deploy and follow this https://www.kali.org/how-to/kali-linux-android-linux-deploy/ (but set to i386 instead)
5. Click Install button (it may take a long while to load)
6. download SSH or VNC viewer and connect, default password is changeme
7. done!
JuiceSSH : https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=en
Linux Deploy : https://play.google.com/store/apps/details?id=ru.meefik.linuxdeploy&hl=en
VncViewer : https://play.google.com/store/apps/details?id=com.realvnc.viewer.android&hl=en
Always remember, tab 3 10.1 are on x86 processors, so there is something different.
Dont forget to check out this if you are on GT-P5210 (wifi Edition) if you wish to use monitor mode on external wifi dongle
http://forum.xda-developers.com/showthread.php?t=2727771
I will release Modded Kernel For GT-P5220(LTE edition) with external wifi dongle support soon....
Jacker31 said:
4. run linux deploy and follow this https://www.kali.org/how-to/kali-lin...-linux-deploy/ (but set to i386 instead)
Click to expand...
Click to collapse
I'm sorry but this link isn't working.
Thank you for the tutorial.
Max4000 said:
I'm sorry but this link isn't working.
Thank you for the tutorial.
Click to expand...
Click to collapse
I fixed up the link Added google play link too
Do I HAVE to have Philz recovery to be able to do this, I got TWRP isnt that enough?

samsung s6 edge+ kernel building help + drivedroid support

hello i was looking for a samsung G928G S6 (Edge plus) kernel that has a drivedroid support but i was unable to find one.
since i am familiar with linux system i decided to try and build my first kernel.
i downloaded a stock kernel source from
https://opensource.samsung.com/uploadSearch?searchValue=g928
and other custom lineage os kernel from github
https://github.com/universal7420/android_kernel_samsung_universal7420
following this guide
https://forum.xda-developers.com/galaxy-s6/general/guide-how-to-build-samsung-kernel-july-t3429355
and this guide.
https://forum.xda-developers.com/an...erence-how-to-compile-android-kernel-t3627297
this are the steps that i did
export CROSS_COMPILE=$(pwd)/bin/aarch64-linux-android-
export ARCH=arm64 && export SUBARCH=arm64
when i came to make clean step i was getting this error
aarch64-linux-android-4.9/bin/aarch64-linux-android-gcc: No such file or directory
i noticed in my toolchain folder aarch64-linux-android-gcc was missing
so i downloaded some other toolchains until i found one that has gcc
moving to next steps
make clean
make mrproper
make exynos7420-zenlte_defconfig based on stock kernel and
make lineageos_zenlte_defconfig based on lineage os kernel
when i did the make -j$(nproc --all) i get this error
make: *** [Makefile:552: scripts] Error 2 and when i checked in Makefile line 552 i found this
$(Q)$(MAKE) $(build)=$(@)
i get this error everytime i try. i use Arch linux i tried in Ubuntu same thing
Cool How about Kali-linux mod did you check it?
We have Kali-Linux mod for S6 it has drive-droid build-in
Johannes89 said:
Cool How about Kali-linux mod did you check it?
We have Kali-Linux mod for S6 it has drive-droid build-in
Click to expand...
Click to collapse
i tried it yesterday but it hangs on creating image since my device is s6 edge+ not s6
Try to create img file from other source like windows or other program and move it to your phone
so i followed your advice and tried to build on windows 10 ubuntu from their store (though i hate using windows) and it was a success. i patched drivedroid stuff in the kernel
i build one from samsung official kernel and boom! drivedroid works , after a minute i experience some never ending bootloops , in 30 seconds i can use my phone after that it boots again, the loop never ends.
i clone another kernel the lineage one , after spending the whole day building , failing ,errors , bugs, electricity issue and stuff ,
I HAVE FINALLY HAVE A DEVICE THAT WORKS NO BOOTLOOPS AND DRIVEDROID IS WORKING. though the lineage os rom has some camera problems . But yeah it was a good day

Toshido T12-EEA, HowTo root it?

Hi Everyone, I hope somebody can help me I've a Toshido Android tablet with mainly these specifications below:
- OS: Android 10;
- RAM 4GB;
- STORAGE: 64GB.
I own this tablet from several time, and now I'd like to root it, but it does not seem to be a widespread model. Could somebody help?...
Thanks in advance for any help, please sorry for my english and my poor experience too, let me know if I forgot something
Look inside here ( note: the method suggested is generic )
[ GUIDE ] [ ANDROID 10 ROOT ] [ HOW TO ] Patching Boot.img with Magisk
Here's how to root the Pixel 3 running on official and stock Android 10 release, step by step : (not tested on Pixel 3 XL but it might work the same, just use the right firmware for your device) What do you need : > Pixel 3 phone with Android...
forum.xda-developers.com
xXx yYy said:
Look inside here ( note: the method suggested is generic )
[ GUIDE ] [ ANDROID 10 ROOT ] [ HOW TO ] Patching Boot.img with Magisk
Here's how to root the Pixel 3 running on official and stock Android 10 release, step by step : (not tested on Pixel 3 XL but it might work the same, just use the right firmware for your device) What do you need : > Pixel 3 phone with Android...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you, I downloaded and installed Magisk on the tablet and yet downloaded the link of the described "Android 10 factory image" (it's valid for my Toshido tablet too, right?.. ), then I extracted all into my pc, and copied a file named "boot.img" into my tablet as described on the thread (as I understood..)...for now I wished ask you if till now I did right.. (I didn't install the "Boot.img" file yet, because I still have to install ADB and FASTBOOT tools because I tried but my Linux OS is giving me some problems w repository 'n I'm trying to solve hoping soon...)
I'd like if someone can follow me in these steps... I hope to not annoy you I'd be very gratefull if you can do, 'cause I still have very little experience...
The latest ADB / Fastboot drivers you can obtain here:
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
Sorry, I looked for the 32-bit version I supposed it was available on any architecture, but it doesn't seem to exist for me... I have a laptop with Linux OS on 32-bit Hardware, then I can not do anything? Thank you anyway

Categories

Resources