Giter VIP home page Giter VIP logo

Comments (4)

mar-v-in avatar mar-v-in commented on July 20, 2024

Use https://code.google.com/p/micro-protobuf/

from build.

mid-kid avatar mid-kid commented on July 20, 2024

OK, since there's literally nowhere from where I can download a prebuilt package (Nor Debian, Nor AUR), I had to compile that myself. No biggie, llinked statically, had to change protoc-micro into protoc in the script and add it to PATH.
Since the script doesn't get the CLASSPATH variable, and has no switch for setting a custom, I had to manually change the CLASSPATH in the script for apache http. So far, so good.
Also had to add the $sdk_path and $sdk_version into ./build.sh since they don't get detected correctly.
GoogleServicesFrameworkInclude doesn't use android.os for some reason; had to fix that too.
Note: /home/mid-kid/Stuff/programming/microg/build/sources/Phonesky/src/org/microg/playstore/StoreApplication.java uses or overrides a deprecated API.
...and then, I found a file named local-config.microg-build.sample 😑
Created a new signing key... All fine.

Warning: 
No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2041-06-06) or after any future revocation date.

And to top it off, Phonesky doesn't even work (yet). YAY!

Instead of writing your own build system, maybe apache maven can help you. 😉 (Or maybe even ant has some dependency support, I haven't really looked)

from build.

mar-v-in avatar mar-v-in commented on July 20, 2024

Sorry for not giving you a convenient build system.

I originally created the build system for my personal use and it was about a 50 line bash script but grow as i needed more features. It was never intended to be used by others and i wanted to replace it with another build system long time ago. This is also the reason i never documented it.

This version of Phonesky currently needs a GoogleLoginService and GoogleServicesFramework running. While the μg version of GLS is already in a working version on git, the GSF is not. There were copyright issues with the μg GSF so I needed to fix them up, but I never found time to do so. Moreover this version of Phonesky is not ready for everyday usage yet (actually nearly all frontend code is missing).
The old version is here: https://github.com/mar-v-in/BlankStore (i strongly suggest taking a look at cernekee's fork instead, he eased up the build a lot: https://github.com/cernekee/BlankStore)

If you're interested in future development, feel free to contact me via mail

from build.

mid-kid avatar mid-kid commented on July 20, 2024

No need to be sorry for not having a convenient build system. I never paid you to have one.
I know this is not intended for daily use, I just wanted to see if it built.

As for the old BlankStore, your precompiled version works, if not for not having permission to install packages.
I have tried building cernekee's version, but it just gives me a Bad Request error (in logcat).
I'm going to try and build your version from source.

EDIT: Welp, looks like I may have entered the wrong device ID, because when I rebuilt cernekee's version, it worked.

from build.

Related Issues (3)

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.