Giter Site home page Giter Site logo

droidian's People

Contributors

bettehem avatar erikinkinen avatar fakeshell avatar g7 avatar r3vn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

droidian's Issues

Galaxy A5 2017 not booting

I have downloaded droidian and flashed a custom boot.img and I will get a green Debian boot screen which immediately freezes and unfreezes after hitting the power button, but shuts down after 30 seconds.

how to flash on windows 11 without WSL

all i have is a really and i mean really slow laptop that shouldnt have windows 11 on it but it does i use it for flashing roms im pretty sure this will not handle a WSL subsystemas well i also have a orange pi 5 running debian bullseye(i installed android tools adb and fastboot but will not see my phone in fastboot and android 12 (termux is prob a no go) so i tried to use AI to convert the shell script to windows batch file but does not seem to work

REM Flasher script for Droidian images
REM Copyright (C) 2022 Eugenio "g7" Paolantonio <[email protected]>
REM All rights reserved.
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions are met:
REM    * Redistributions of source code must retain the above copyright
REM      notice, this list of conditions and the following disclaimer.
REM    * Redistributions in binary form must reproduce the above copyright
REM      notice, this list of conditions and the following disclaimer in the
REM      documentation and/or other materials provided with the distribution.
REM    * Neither the name of the <organization> nor the
REM      names of its contributors may be used to endorse or promote products
REM      derived from this software without specific prior written permission.
REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
REM ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
REM WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
REM DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
REM DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
REM (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
REM LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
REM ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
REM (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
REM SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

setlocal enabledelayedexpansion
set "EXTRA_INFO_DEVICE_IDS=supported_device_id1 supported_device_id2"

call :info "Starting..."

REM Function to display information
:info
echo I: %*
goto :eof

REM Function to display warnings
:warning
echo W: %* >&2
goto :eof

REM Function to display errors and exit
:error
echo E: %* >&2
exit /b 1

REM Function to check for a suitable device
:check_device
set "DEVICE="
for /l %%i in (1,1,5) do (
    call :info "Waiting for a suitable device..."
    for /f "tokens=1" %%d in ('fastboot devices ^| findstr /r /c:"^[0-9A-Fa-f][0-9A-Fa-f]*[[:space:]]"') do (
        set "product="
        for /f "tokens=2 delims=: " %%p in ('fastboot -s %%d getvar product 2^>^&1 ^| find "product:"') do set "product=%%p"
        set "product=!product:l=!"
        for %%s in (!EXTRA_INFO_DEVICE_IDS!) do (
            if "!product!"=="%%s" (
                set "DEVICE=%%d"
                goto :found_device
            )
        )
    )
    ping -n 10 127.0.0.1 >nul
)

goto :no_device

:found_device

REM If a suitable device is found, continue with flashing...

if "!DEVICE_IS_AB!"=="yes" (
    call :flash "!DEVICE!" data\boot.img boot_a boot_b
    call :flash_if_exists "!DEVICE!" data\dtbo.img dtbo_a dtbo_b
    call :flash_if_exists "!DEVICE!" data\vbmeta.img vbmeta_a vbmeta_b
) else (
    REM Both on AONLY and LEGACY
    call :flash "!DEVICE!" data\boot.img boot
    call :flash_if_exists "!DEVICE!" data\dtbo.img dtbo
    call :flash_if_exists "!DEVICE!" data\vbmeta.img vbmeta
)

call :flash "!DEVICE!" data\userdata.img

fastboot -s "!DEVICE!" reboot

call :info "Flashing completed."
exit /b 0

:no_device
call :error "No supported device found." ```



Samsung Galaxy Tab 4 (Android 4.4) support

Hello!
I want to run Debian on my Samsung Galaxy Tab 4 (SM-T231), but looks like my Android API version is too low.
Is it possible to get Droidian on devices with API version lower than 28 like Galaxy Tab 4?

doubt

I need to take a guess. does this work like a gsi? I want to test it but I need to know if yes. I have a poco x3 pro and I know that its predecessor has an official version. I'm willing to unlock my device again just to test this wonder

volla22 images

Does 7fb6287 means that volla22 is not supported? It's listed as official device, but details link is broken, and no image is found at github releases

Redmi note 8 pro

is there any rn8pro currently ported,?

does recovery flashable image will hurt my phone if flashed or not as the docs says it is used for early porting?

linux flashing issue

this is my error while trying to flash on ubuntu adb and fastboot is installed also note sata folder and .conf file are present

[sudo] password for xanth: 
/home/xanth/Desktop/droidian-OFFICIAL-phosh-phone-xiaomi_miatoll-api29-arm64-26_20230621/flash_[all.sh](http://all.sh/): line 31: data/device-configuration.conf: No such file or directory```

op6 gps issue

Why do I have acurate gps location on waydroid (with organicmaps) while the location on droidian (puremaps & organicmaps) is the location of the internet provider?

is there any magic to solve this somehow?

(not sure if this is the right place to ask)

POCO F1

Can we have this for POCO F1? Is there any specific problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.