Git Product home page Git Product logo

pilaunchernext's People

Contributors

basti564 avatar egultratm avatar goebish avatar kiksou avatar levkonlev avatar lvonasek avatar maartenvandillen avatar omnidevzero avatar slewantoski avatar veticia 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pilaunchernext's Issues

piLauncherNext can cause bootloop on Quest 2

Apparently it happens in "latest" firmware but I'm not able to debug it as I don't have Quest. It apparently doesn't happen on DreamGrid. Needs investigating which change introduced that bug. I'd assume it has something to do with launcher starting on boot.

Custom background image can be weirdly cropped

This issue has been made apparent in pico 3. Image got cropped to a middle 1/2 of a height and stretched to width leaving transparent background on a lower part of a launcher. Reporter mentioned that square images 1440x1440 and 720x720 worked fine.

source image

result of setting it as bg

Unable to launch other apps

Launching apps from PI Launcher Next fades everything to black, then after a few seconds it loads the home enviroment again.

Device: Quest 2

The same thing happens with DreamGrid, so it's something in the common code. If I launch apps through Quest Launcher or the original Library, it works.

See here for a video: Unable to launch apps through PiLauncherNext

How to jump start the game in lua language

I'm very sorry, I shouldn't be asking here, but I really need to know how to fix this problem.

I use lua language to write an icon launcher program to launch the quest game, but it cannot jump to start the VR game. I have tried various methods to no avail. Can anyone tell me how to do it.

I don’t know what code needs to be written in the AndroidManifest.xml file
Below is my code:

--Create a function to start the quest game
function launchQuestGame(pkgName)
local intent = Intent()
.setClassName("com.oculus.vrshell", "com.oculus.vrshell.MainActivity")
.setAction(Intent.ACTION_VIEW)
.putExtra("uri", "vrshell://launch/" .. pkgName)
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)

if intent.resolveActivity(packageManager) then
activity.startActivity(intent)
else
toast("Cannot start the application")
end
end

-- Called in another file directory, such as running the beat saber game
launchQuestGame(com.beatgames.beatsaber)

Drag and Drop does not work

Good morning,

On quest 2, I am unable to drag apps to customize categories or hide apps. Can you help me please.

Quest v51 Events not working

It seems that as of the v51 update for Oculus headsets, drag events are not functioning for whatever reason. Specifically, this is not working. It seems that starting drag and drop doesn't send events. Touch events up are also not being sent.

It seems like the best option would be to add a simple drop down menu instead of drag and drop.

view.startDragAndDrop(dragData, shadowBuilder, view, 0);

Add dashboard-like toolbar when on pico os 4

On pico os 4 when launcher (or any Android app) is opened the dashboard is hidden. Add a dashboard like toolbar to launcher to add missing features like clock, battery and easily accessible shortcuts.

Screenshot_com veticia piLauncherNext_2023 05 07-22 34 39 218_588

image-18

Launcher settings don't fit on screen in pico3

Probably a problem with window size / dpi. Seems like interface is not scaled correctly on non-pico4 native android window size.

Todo:

  • make launcher settings scrollable βœ… de92df0
  • make sure interface looks good on different devices

Add option to backup settings

Instead of using SharedPreferences which isn't accessible by an unrooted device, use getExternalFilesDir() which could be accessible by normal users.

Another option is to add an export feature to export settings.

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.