Slimbean + Inverted gapps addon?! - Galaxy S I9000 Q&A, Help & Troubleshooting

Hey, I've run into some problems.
I want to download the Inverted Gapps for my Slimbean but I can't find one. Tried flashing one from here : http://forum.xda-developers.com/showpost.php?p=33071771&postcount=4766
That caused gapps to crash (thankfully I had a nandroid backup).
So, where can I find inverted gapps package?
If you're wondering what am I running - take a look at my signature.

try here http://www.slimroms.net/index.php/downloads/all/viewcategory/24-addons

Related

[Q] Inverted GAPPS for CNA

Will Inverted GAPPS Compilation by xlory, work on CNA..?? I just downloaded the latest CNA, and would prefer Inverted GAPPS..
why don't you ask the question in cna thread itself
guru_iyer said:
Will Inverted GAPPS Compilation by xlory, work on CNA..?? I just downloaded the latest CNA, and would prefer Inverted GAPPS..
Click to expand...
Click to collapse
Why not?cna is pretty much the same as other roms

[Q] Slimbean + Inverted gapps addon?!

Hey, I've run into some problems.
I want to download the Inverted Gapps for my Slimbean but I can't find one. Tried flashing one from here : http://forum.xda-developers.com/showpost.php?p=33071771&postcount=4766
That caused gapps to crash (thankfully I had a nandroid backup).
So, where can I find inverted gapps package?
If you're wondering what am I running - take a look at my signature.

[GAPPS][CM11][CM12][4.4.4][5.0.2][5.1] Delta Gapps With Modular Addons (All DPI)

Announcement
I want to consolidate my gapps threads, so these gapps packages will continue to be updated in the following centralized location:
http://forum.xda-developers.com/android/software/app-minimal-gapps-gapps-lp-20150107-1-t2997368
GEL can now be found on Google Play Store so the add-on should not be necessary anymore.
Edit: Google says it's released but I still don't see it in the market. There might be some device restrictions preventing it from showing up.
Tsjoklat said:
GEL can now be found on Google Play Store so the add-on should not be necessary anymore.
Edit: they say it's released but I still don't see it in the market.
Click to expand...
Click to collapse
Google search 'google now launcher,' that's the new one.
Sent from my GT-P3110 using XDA Premium 4 mobile app
kthomson205 said:
Google search 'google now launcher,' that's the new one.
Sent from my GT-P3110 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Maybe I just need to wait for the Google Play Store to sync up with European servers before it becomes visible in the market.
Edit: I am able to sideload the official release.
Tsjoklat said:
Maybe I just need to wait for the Google Play Store to sync up with European servers before it becomes visible in the market.
Edit: I am able to sideload the official release, but it complains about not having the correct version of Google search when it starts.
Click to expand...
Click to collapse
Thanks @Tsjoklat.....i got official update of GEL yesterday on Play store......it works like a charm...
lokesh.3440 said:
Thanks @Tsjoklat.....i got official update of GEL yesterday on Play store......it works like a charm...
Click to expand...
Click to collapse
Google Now Launcher is working fine with my market now.
Thread updated for 4.4.3. Attached to the OP is also a list of changes (diff) from the previous version. Please re-read the OP for updated information.
I've created this version of gapps mostly because the file permissions were incorrect with all the other gapps versions floating around out there. Also, I dont like how all the other gapps versions replace the stock applications with Google's versions. The CM ROMs can't be properly tested, if all the stock applications are being replaced with Google's versions.
Note: when updating to the 4.4.3 gapps, uninstall any updates for the following apps in the list below because they have been updated to the latest Play Store versions:
Cloud Print
Gmail
Google Text to Speech
Hangouts
Talkback
Google Play Store
Wonderful!
I've added gapps-kk-20140602-2-signed.zip with the following changes:
1) Replace app/GoogleCalendarSyncAdapter.apk with priv-app/CalendarProvider.apk
2) Add app/ChromeBookmarksSyncAdapter.apk
3) Plus some changes to the gapps backup script found below:
Code:
--- gapps-kk-20140602-1-signed/system/addon.d/70-gapps.sh 2014-06-06 13:04:19.626521173 +0200
+++ gapps-kk-20140602-2-signed/system/addon.d/70-gapps.sh 2014-06-06 13:02:18.000000000 +0200
@@ -40,7 +40,7 @@
priv-app/GoogleLoginService.apk
priv-app/GoogleOneTimeInitializer.apk
priv-app/GooglePartnerSetup.apk
-priv-app/GoogleSearch.apk
+priv-app/Velvet.apk app/QuickSearchBox.apk
priv-app/GoogleServicesFramework.apk
priv-app/Phonesky.apk
priv-app/PrebuiltGmsCore.apk
gapps-kk-20140602-3-signed.zip
Upon further testing with CalendarProvider.apk, it appears that the stock CM calendar application does not function properly anymore. The stock CM calendar application is unable to respond to scheduling appointments in the agenda via gmail notifications when using CalendarProvider.apk. The only way to use CalendarProvider.apk is to remove the stock CM calendar application and replace it with Google's Calendar application. Therefore, I have removed the CalendarProvider.apk from gapps and reverted back to GoogleCalendarSyncAdapter.apk. The stock CM calendar application works completely fine with GoogleCalendarSyncAdapter.apk.
Latest Android 4.4.3 version with working stock Calendar:
gapps-kk-20140602-3-signed.zip
Code:
diff -ru gapps-kk-20140602-2-signed/system/addon.d/70-gapps.sh gapps-kk-20140602-3-signed/system/addon.d/70-gapps.sh
--- gapps-kk-20140602-2-signed/system/addon.d/70-gapps.sh 2014-06-08 00:06:18.000000000 +0200
+++ gapps-kk-20140602-3-signed/system/addon.d/70-gapps.sh 2014-06-08 13:11:30.000000000 +0200
@@ -10,6 +10,7 @@
app/CloudPrint2.apk
app/GenieWidget.apk
app/Gmail2.apk
+app/GoogleCalendarSyncAdapter.apk
app/GoogleContactsSyncAdapter.apk
app/GoogleTTS.apk
app/Hangouts.apk
@@ -35,7 +36,6 @@
lib/libpatts_engine_jni_api_ub.210030103.so
lib/libspeexwrapper.so
lib/libvcdecoder_jni.so
-priv-app/CalendarProvider.apk
priv-app/GoogleBackupTransport.apk
priv-app/GoogleFeedback.apk
priv-app/GoogleLoginService.apk
Only in gapps-kk-20140602-3-signed/system/app: GoogleCalendarSyncAdapter.apk
Only in gapps-kk-20140602-2-signed/system/priv-app: CalendarProvider.apk
@Tsjoklat brother I installed cm latest nigh lies, along with ur first version of 4.4.3 gapps + ur cam fix.. Everything works fine so can I simply flash ur 3rd version of gapps over existing without any wipe?? Pls tel me
Sent from my GT-P3100 using Tapatalk
Vishesh said:
@Tsjoklat brother I installed cm latest nigh lies, along with ur first version of 4.4.3 gapps + ur cam fix.. Everything works fine so can I simply flash ur 3rd version of gapps over existing without any wipe?? Pls tel me
Sent from my GT-P3100 using Tapatalk
Click to expand...
Click to collapse
Yes you can flash without wiping,,but please make sure you format system before flashing.
Vishesh said:
@Tsjoklat brother I installed cm latest nigh lies, along with ur first version of 4.4.3 gapps + ur cam fix.. Everything works fine so can I simply flash ur 3rd version of gapps over existing without any wipe?? Pls tel me
Sent from my GT-P3100 using Tapatalk
Click to expand...
Click to collapse
Update instructions:
1) reboot to recovery
2) format /system (no other wipes needed)
3) install cm rom
4) install new gapps
5) install any other patches you want
6) reboot to android
Note: no settings will be lost because we don't need to wipe data/cache partitions.
Tsjoklat said:
Update instructions:
1) reboot to recovery
2) format /system (no other wipes needed)
3) install cm rom
4) install new gapps
5) install any other patches you want
6) reboot to android
Note: no settings will be lost because we don't need to wipe data/cache partitions.
Click to expand...
Click to collapse
I got bootloop after flashing recent gapps. Here is what i have done :
1) flash ROM without wipe
2) format system
2) flashed gapps
3) flashed cm camera fix
4) wipe cache/dalvik cache
Am i doing anything wrong @Tsjoklat?
lokesh.3440 said:
I got bootloop after flashing recent gapps. Here is what i have done :
1) flash ROM without wipe
2) format system
2) flashed gapps
3) flashed cm camera fix
4) wipe cache/dalvik cache
Am i doing anything wrong @Tsjoklat?
Click to expand...
Click to collapse
Format /system first, then flash the rom. Next, flash gapps.
Tsjoklat said:
Format /system first, then flash the rom. Next, flash gapps.
Click to expand...
Click to collapse
i did tried that as well... is it necessary to flash camera fix everytime i flash gapps/ROM ?
lokesh.3440 said:
i did tried that as well... is it necessary to flash camera fix everytime i flash gapps/ROM ?
Click to expand...
Click to collapse
The camera patch needs to be applied over when you install the rom again. Gapps only needs to be installed once because it uses automatic backup scripts upon upgrades.
You don't need to wipe cache/data partitions when updating gapps. If you want to clean orphan cache/data, then Ti Backup has an option to clean dalvik cache and remove orphans without having to format it.
gapps-kk-20140606-1-signed.zip
A new official cm11 gapps package has been released (gapps-kk-20140606-signed.zip) on its official website. I have merged my latest version of gapps with the latest official gapps package.
A few notes:
1) The official gapps package (gapps-kk-20140606-signed.zip) has a bug in the gapps backup script. None of the new libraries have been added to the backup list. This is fixed in my latest version.
2) Bluetooth low energy google framework is now removed from latest gapps package because its not being used.
3) MediaUploader.apk has been added to enable ability of uploading to picasa account.
4) ConfigUpdater.apk has been added to enable configuration support.
5) libjni_latinime.so has been removed because it was overwriting an preexisting file from cm11
6) Upgraded Google apps to 4.4.3
7) Added/Removed libraries from 4.4.2 to 4.4.3:
Only in gapps-kk-20140606-1-signed/system/lib: libcrashreporter.so
Only in gapps-kk-20140606-1-signed/system/lib: libfilterframework_jni.so
Only in gapps-kk-20140606-1-signed/system/lib: libgcastv2_base.so
Only in gapps-kk-20140606-1-signed/system/lib: libgcastv2_support.so
Only in gapps-kk-20140606-1-signed/system/lib: libgoogle_hotword_jni.so
Only in gapps-kk-20140606-1-signed/system/lib: libjgcastservice.so
Only in gapps-kk-20140606-1-signed/system/lib: libmoviemaker-jni.so
Only in gapps-kk-20140606-1-signed/system/lib: libnetjni.so
Only in gapps-kk-20140606-1-signed/system/lib: libpatts_engine_jni_api_ub.210030103.so
Only in gapps-kk-20140606-1-signed/system/lib: libphotoeditor_native.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.antblur_constant.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.antblur_drama.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.antblur.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.drama.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.film_base.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.fixedframe.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.grey.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.image_wrapper.so
Only in gapps-kk-20140105-5-signed/system/lib: librs.retrolux.so
Only in gapps-kk-20140105-5-signed/system/lib: libRSSupport.so
See OP for download info and diffs.
Could you please make for us a slim/minimal version?
Just Gplay, syn apk/libs, framework and others maybe (minimal as need). Apps like Gmail, hangouts, Glauncher and others that can install manually later in Gplay doesn't included
+1 for slim version (barely use gmail, etc)
Btw latest 20140606-1 installed and working great
Will report back if found any issue

[Q] Where can I find gapps for C-rom (android 4.4.2)?

ive just installed the following rom for my i9000 : C-rom V5.7 (android 4.4.2) : http://forum.xda-developers.com/showthread.php?t=1925195
I couldnt find any gapps (google applications) in the thread and I dont know what to download.. im afraid to flash something wrong.
where can I find gapps for this specific rom? can I have a link+ explanation ?
]
THANKS
???
Here (half way down page) but the links not working http://www.c-rom.org/thread-c-rom-v5-9-836.html
EDIT: Gapps http://forum.xda-developers.com/showthread.php?t=2397942 I'd go with the MICRO MODULAR PACKAGE as our i9000 only has a small system partition.
EDIT: XS Gapps 4.4 (make a nandroid backup before flashing gapps) http://forum.xda-developers.com/showthread.php?t=2240652
darixtorento said:
ive just installed the following rom for my i9000 : C-rom V5.7 (android 4.4.2) : http://forum.xda-developers.com/showthread.php?t=1925195
I couldnt find any gapps (google applications) in the thread and I dont know what to download.. im afraid to flash something wrong.
where can I find gapps for this specific rom? can I have a link+ explanation ?
]
THANKS
Click to expand...
Click to collapse
Look, You don't need a specific Gapps package for a specific ROM. Any Gapps (For a particular Android Version) Will work with any ROM (of the same Android Version). So you can just go download any Gapps package for the KK. But you have choices in Gapps:
Full
Mini
Stock
"Don't Remember"
Hit Thanks if I helped!

TBO Gapps D415

I'm trying to flash TBO Clear (transparent) gapps (first link in google from dirty unicorns) in Lollipop for my D415. Whether or not I use OwnRom or any other AOSP Lollipop ROM with this gapps I get no gapps. It installs in TWRP but at first boot no Setup Wizard or Play Store. This package is Lollipop 5.1 compatible so I'm stumped.
Edit: This is a pretty sweet gapps package so if anyone is interested I'm going to try manually swapping APKs with a working (latest) gapps and post it to mediafire. These are transparent apps.
Edit2: Swapping the APKs with 7zip/WinRAR worked. If anyone wants a clear or blacked out gapps for Dirty unicorns lmk.

Categories

Resources