Commit Graph

24 Commits

Author SHA1 Message Date
Paul Keith
f73c84ce47 Allow building inline without Google SuW and Velvet
* And remove Velvet for low-ram devices
2018-02-20 00:52:25 +01:00
Abhisek Devkota
962ce30b7c Revert "gapps: Always remove Google SuW"
This reverts commit 637e034149.
2018-02-15 22:14:10 -08:00
Abhisek Devkota
17c1984627 Revert "gapps: Thoroughly remove SuW"
This reverts commit 5caba031a6.
2018-02-15 22:14:04 -08:00
Paul Keith
5caba031a6 gapps: Thoroughly remove SuW
* So that building inline works
2018-02-12 00:19:56 +01:00
Paul Keith
637e034149 gapps: Always remove Google SuW
* I can't find a version that doesn't crash
2018-02-11 14:01:19 +01:00
Paul Keith
a3ae309eaa Add rudimentary detection for A/B devices
* Bail if A/B device is detected

Change-Id: Id1c205eb96d6e5e9e67183f410467d82ac121540
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-10 14:54:40 -05:00
Paul Keith
2d7e0eb47c update-binary: Fix compat with different unzip tools
* For some bizarre reason, the unzip util included with
  lineage recovery doesn't work with the system/*
  wildcard for unzip, so just extract the entire zip
  and remove the META-INF folder from /tmp manually

Change-Id: Id11e18d7fef0c78b10f7060a10274ea0e958ea84
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-05 22:47:00 -05:00
Paul Keith
2caf62a12b update-binary: Selectively remove Google's SuW
* This is done based on the total memory as reported by /proc/meminfo
* If the memory in the MemTotal field is less than 1572864 kB (1.5 GB),
  then Google's SuW is removed as a precaution, as it is known to crash
  on devices that don't have much memory available to use
* Thanks to cdesai for the solution idea

Change-Id: If0d5b9dff7f9536f78d4069df8665b19209fea52
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-05 15:16:16 -05:00
Paul Keith
76aefc9bc3 update-binary: Simplify mounting of /system
* This workaround for recovery.fstab was only necessary for
  CM recovery, however the recovery will be fixed properly
  soon, so there is no need for this workaround

Change-Id: Ib7db0997d1059e9829d9ca4b4a8c208d43bc46b6
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-05 07:59:23 -05:00
Paul Keith
f362a67fcc Make ui_print messages consistent
Change-Id: I95f870030820557df074fa6c5d82584b9ecfe441
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-02 14:47:44 -05:00
Paul Keith
7acb09f694 Generate addon.d script at install time
Change-Id: I9d1beba09d3007de597c80af5245290aa146c94d
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-02 14:46:23 -05:00
Paul Keith
8abc2a3432
Fix indentation in update-binary
* This was bothering me

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-09 09:22:05 -05:00
Paul Keith
d82010a3ea
Use root root for chown
* This is what it's supposed to be

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-09 09:02:55 -05:00
Paul Keith
44cac4c226
Fix asterisks in installer header
* You're welcome harry

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 16:46:48 -05:00
Paul Keith
36c04ec8d7
Fix ui_print
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 16:46:48 -05:00
Paul Keith
c9ba5041e7
Fix update-binary
* Some devices get linkage errors executing
  toybox without linking against /system

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 16:46:48 -05:00
Paul Keith
172eb653be
Fix derp in installer
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 09:21:46 -05:00
Paul Keith
d8345ea375
Rebrand to MindTheGapps
* Thanks to mikeioannina for the name suggestion

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 08:41:46 -05:00
Paul Keith
40fe4aff80
Cleanup spacing in installer
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 08:33:37 -05:00
Paul Keith
678251b77c
Add really shitty shell scripted install scripts
* Mounting of /system stolen from gmrt's scripts

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 21:15:59 -05:00
Paul Keith
736ff4c510
build: Nuke update-binary and updater-scipt
* update-binary will be a shell script very soon,
  don't allow this to be flashed in the meantime

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 22:11:31 -05:00
jrizzoli
a73691b96d 15.08 Update+
- Fix Play services battery drain on arm
- Fixed remove-faceunlock from updater script
- Show some love for who doesn't have realpath
- Export md5 as a file too
- Simplify create checks (@stucki 6a05464df7ae80784fc8fe8ff2de65152d7bb67b)
- Move target zip out of arch directory  (@stucki bf57998702c634f560535b586706931f56a3ed31)
- Clean Up after the build (@stucki f6660501afa1eaefc4d3cf1a043e5c73bdab398d)
- CleanUp final output
2015-07-09 15:18:23 +02:00
jrizzoli
ff04312900 15.06 Update:
- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072
- Update compilation script

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
2015-06-21 15:00:46 +02:00
linuxxxxx
ee8b7e1415 First commit 2015-04-20 15:55:48 +02:00