I've spent some time on ICS in whittling down what Gapps I really needed, and was able to save a lot of space. Since I use my own Darwin (Mac) CalendarServer I don't have any need for Google's contacts and calendar syncing. I also don't use "voice" features. Basically, I use Play and Maps, or have apps that require some level of Google services to run.
Getting ready to move to KitKat on a couple phones, I wanted to do the same for 4.4.2. Good news is that @BaNkS is well ahead of me in slicing and dicing Gapps.
(also check to see if @Ryuinferno has updated his Gapps thread)
BaNkS' selection of "Core" is around 26 MB extracted, which seems a lot better than the full-on collection occupies. Of course, you don't get all the Google secret sauce (or is it Kool-Aid?), but it might fit your needs a little better. (Contents behind the button)
Code:
Archive: 1-16_GApps_Core_4.4.2_signed.zip
signed by SignApk
Length Date Time Name
-------- ---- ---- ----
2284 02-28-08 20:33 META-INF/MANIFEST.MF
2337 02-28-08 20:33 META-INF/CERT.SF
1714 02-28-08 20:33 META-INF/CERT.RSA
190444 02-28-08 20:33 META-INF/com/google/android/update-binary
870 02-28-08 20:33 META-INF/com/google/android/updater-script
1668 02-28-08 20:33 system/addon.d/70-gapps.sh
198899 02-28-08 20:33 system/app/GoogleContactsSyncAdapter.apk
816 02-28-08 20:33 system/etc/permissions/com.google.android.maps.xml
835 02-28-08 20:33 system/etc/permissions/com.google.android.media.effects.xml
261 02-28-08 20:33 system/etc/permissions/com.google.widevine.software.drm.xml
967 02-28-08 20:33 system/etc/permissions/features.xml
9629 02-28-08 20:33 system/etc/preferred-apps/google.xml
160503 02-28-08 20:33 system/framework/com.google.android.maps.jar
34818 02-28-08 20:33 system/framework/com.google.android.media.effects.jar
740 02-28-08 20:33 system/framework/com.google.widevine.software.drm.jar
435696 02-28-08 20:33 system/lib/libAppDataSearch.so
1430596 02-28-08 20:33 system/lib/libgames_rtmp_jni.so
497108 02-28-08 20:33 system/lib/libjni_latinime.so
8536983 02-28-08 20:33 system/priv-app/GmsCore.apk
127533 02-28-08 20:33 system/priv-app/GoogleBackupTransport.apk
303624 02-28-08 20:33 system/priv-app/GoogleFeedback.apk
5715280 02-28-08 20:33 system/priv-app/GoogleLoginService.apk
8498 02-28-08 20:33 system/priv-app/GoogleOneTimeInitializer.apk
129480 02-28-08 20:33 system/priv-app/GooglePartnerSetup.apk
2359257 02-28-08 20:33 system/priv-app/GoogleServicesFramework.apk
6126834 02-28-08 20:33 system/priv-app/Phonesky.apk
1531300 02-28-08 20:33 system/priv-app/SetupWizard.apk
-------- -------
27808974 27 files
He's also got fuller packages as well as various incremental ones as well.
You can probably thin this further. Based on what I use and some guesses, I know I'll be trying to get rid of at least:
system/app/GoogleContactsSyncAdapter.apk
system/priv-app/GoogleBackupTransport.apk
system/priv-app/GoogleFeedback.apk
system/priv-app/GoogleOneTimeInitializer.apk
system/priv-app/GooglePartnerSetup.apk
system/priv-app/SetupWizard.apk
system/lib/libAppDataSearch.so
system/lib/libgames_rtmp_jni.so
as well as generating my own "preferred apps" for system/etc/preferred-apps/google.xml (method described in that file)
You can safely remove
Google backup transport
Google feedback
Google partner setup
Well, that's what I do and never had any issues. Basically I remove everything except Play Store
I anyways don't want to run so many apps with full system rights/permissions.
It's a constant struggle trying to find a good source of gapps that provides a lightweight installer. I also only really need maps and the play store. I'm not sure if the SLIM team has released their 4.4 bundle, but the last time I checked a few weeks ago, there was still only a beta version of the 4.3 slim gapps.
Thanks for the links @jeffsf
So far, "working for me" for Play, Maps, and map-API apps, after I install Banks' 1-16_GApps_Core_4.4.2_signed.zip
I won't say that "it all works fine" with these removals, as I'm still just doinking around with KitKat and not running it day-to-day.
Code:
rm /system/app/GoogleContactsSyncAdapter.apk
rm /system/priv-app/GoogleBackupTransport.apk
rm /system/priv-app/GoogleFeedback.apk
rm /system/priv-app/GoogleOneTimeInitializer.apk
rm /system/priv-app/GooglePartnerSetup.apk
rm /system/priv-app/SetupWizard.apk
rm /system/etc/preferred-apps/google.xml
rm /system/etc/permissions/features.xml
That makes the installed-files list look something like:
addon.d/70-gapps.sh
app/GoogleContactsSyncAdapter.apk
etc/permissions/com.google.android.maps.xml
etc/permissions/com.google.android.media.effects.xml
etc/permissions/com.google.widevine.software.drm.xml
etc/permissions/features.xml
etc/preferred-apps/google.xml
framework/com.google.android.maps.jar
framework/com.google.android.media.effects.jar
framework/com.google.widevine.software.drm.jar
lib/libAppDataSearch.so
lib/libgames_rtmp_jni.so
lib/libjni_latinime.so
priv-app/GmsCore.apk
priv-app/GoogleBackupTransport.apk
priv-app/GoogleFeedback.apk
priv-app/GoogleLoginService.apk
priv-app/GoogleOneTimeInitializer.apk
priv-app/GooglePartnerSetup.apk
priv-app/GoogleServicesFramework.apk
priv-app/Phonesky.apk
priv-app/SetupWizard.apk
There are a couple jar files and libraries, as well as potentially GmsCore.apk that I may try removing as well.
How did it go after removing these?
Sent from my SGH-T959V using XDA Premium 4 mobile app
hutson23 said:
How did it go after removing these?
Click to expand...
Click to collapse
I've additionally tried removing priv-app/GmsCore.apk with no apparent ill effects. I didn't push the phone hard after that, but at least Play was still working Edit -- Play won't let you update anything without GmsCore, nor can you do a first-time login to your existing Play account. I'm working on some build issues and I'm not running KitKat enough to be a fair judge of things. I'd consider dumping lib/libgames_rtmp_jni.so based on the name, and even lib/libAppDataSearch.so
It should be easy enough to move them somewhere "safe" like /cache (*not* to /sdcard/ as it doesn't preserve ownership, permissions and all) and see what happens. Given that you can run completely fine without Gapps, I wouldn't think there would be any meaningful chance of making your phone unusable to the point that you'd need to completely reflash it.
That said, make lots of backups...
Edit -- Running the Gapps installer will remove com.android.quicksearchbox -- you may wish to restore if you're not replacing it with a Gapps equivalent.
Ive used modular mini apps by PA with CM 11 4.4 on a AT&T S4... no problems
Jeffsf. Do a search for jitrevert.zip on google. Scroll down to the bottom where its.some.webpage.com/justanotherdev check out some of the jit zips in there. When i searched that GA_ARIES_library.so lib that was in stock gb it came up with results saying jitrevert. I'll have to jump on irc to explain what im getting at
Sent from my SGH-T959V using Tapatalk 2
---------- Post added at 02:49 PM ---------- Previous post was at 02:48 PM ----------
Oh i have a gapps with playstore and maps if u want me to up it fb
Sent from my SGH-T959V using Tapatalk 2
Related
-Prolog-
This is continuation of Donaldj83 thread, who has left the first thread
NextBook Next2-Next3/Prestigio PMP3084B/Odys Genesis > http://forum.xda-developers.com/showthread.php?t=988740
as the founder in November 2011. So far -thanks to Donald for all the good work and the fun we had together.
DaremoS an JDfense decide after more than two months later, it is time to go on and clean up. So much lost roms and dead links.
After consultation the »management«(forum moderator) we are allowed to open the second part of the thread under the same headline.
Our main goal is to get the best ROMs for our lovely rk2818(rk2808) tablets.
Everybody is invited, who wants to help, has a question or the answers or likes simply to discuss some »nerd-things« around the tablet.
Off the topic is strictly forbidden, but with respect and a sense of humor, we find a path between the rule.
JDfense
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---kernel of the thread---
DaremoS, the Dev of our gingerbread roms
stevemp, the archive, another gingerbread Dev, rom cooker and code player
heart_crafter, testpilot, codemaker and rom cooker
surfer63 alias hvdwolf, the great rom cooker and code maker from the archos forum
JDfense, rom cooker and code copier, who tries to hold all the pieces together
News
---new---2012.11.16---stevemp Darwin_Froyo_ver_2.0 The hall of fame edition
---2012.09.21---CyanogenMod-7.2.0-UNOFFICIAL_GB_v.2.0 by stevemp
---2012.09.21---Darwin_Froyo_ver_1.0 by stevemp
---2012.07.08---cleaning up of the thread to get a better overview
---2012.05.18---New gingerbread CM7.2 released by stevemp # 5
---2012.05.18---Final eclare v0.5.e is rom released by heart_crafter #646
---2012.04.25---Final eclare v0.4.e is rom released by heart_crafter #646
---2012.04.07---New eclare rom update by heart_crafter (maybe final version)
---2012.04.03---hvdwolf froyo mod by JDfense out now for testing. for details look here # 865
---2012.03.24---Darwin froyo Nerd Edition 2.0 update by JDFense
---2012.03.19---New eclare rom by heart_crafter
ROM's
Most wanted ROM's of the thread
---new---2012.11.16---stevemp Darwin_Froyo_ver_2.0 - The hall of fame edition
-for download and more details check out here #1642
05.24.2012 / CyanogenMod-7.2.0-UNOFFICIAL-KANG by stevemp
for download and more details check out here # 5 and the final release # 1555 from 06.26.2012
DaremoS Gingerbread Third Edition V1.2rc2 by stevemp and JDfense
2012.02.12 / V1.2rc2 https://rapidshare.com/files/760915292/JDfenseZeamOdysRC21.img for genesis
2012.02.12 / V1.2rc2 https://rapidshare.com/files/2833919076/stevempZeamNext3RC21.img for pmp3084b and next 3 for pmp3084b and next 3
2012.02.13 / V1.2rc22 http://www.mediafire.com/?z2bcygrfdyou56n for genesis
features like V1.2rc1
+Daroon video and audio player
+new bootanimation and bootlogo
+ supercharger V6 special thanks to Zeppelinrox for the extra horse power in the rockship
> for details check here http://forum.xda-developers.com/showthread.php?t=991276
JDfense's Darwin froyo Edition for genesis, next3 and pmp3084b
2012.03.24 / http://www.mediafire.com/?73v3dz1b7lpdpk5 --- Nerd Edition 2.0
Details update: # 746
+small and fast froyo, add apps as you like over the market
+/-Adobe reader won't work, but I recommend ebookdroid as pdf-reader from the market
+market 2.36 black edition
+zeam launcher
2012.04.23 Next3-Rockingchip_Eclare-Final-Version 0.5e modded by heart_crafter
Look here for details # 646 --- This is an awesome eclare rom, but not easy to install (recommended for advanced user)
Not most wanted, but part of the history
---------------------------------------
>>>Gingerbread ROM's<<<
---------------------------------------
05.24.2012 /CyanogenMod-7.2.0-UNOFFICIAL_GB_v.2.0 by stevemp
for download and more details check out here #1626
DaremoS Gingerbread Third Edition V1.2rc1 by stevemp and JDfense
2012.02.07 / V1.2rc1 http://www.mediafire.com/?vky6f0kjtr7iina for genesis
2012.02.07 / V1.2rc1 https://rapidshare.com/files/3581080985/JDFenseSteveV12rc1Next.img for pmp3084b and next 3
Details:
-system audio and video player out, choose the players you like from the market
+change to the faster zeam launcher
+jukefox audio player
+faster than the original
+brightness adjustment fixed
+market downgraded to 2.36 Black edition
+ supercharger V6 special thanks to Zeppelinrox for the extra horse power in the rockship
> for details check here http://forum.xda-developers.com/showthread.php?t=991276
more details soon here> # 183
2012.02.03 / DaremoS gingerbread 2.37 V1 for genesis, pmp3084b and next 3 modified by JDfense
https://rapidshare.com/files/3950306239/DarJDfV1.img
Details:
+system audio and video work with media list and no crashes on odys genesis
+change to the faster zeam launcher
+jukefox audio player
+faster than the original
+brightness adjustment fixed >thanks to stevemp
-market still a bit slow
more Details ># 158
2012.02.03 / DaremoS gingerbread 2.37 Third Edition for Genesis, PMP3084B and Next3 ---original version
RK28 AndroidTool.rar
Details:
+ROM have system R/W
+Sports an excellent player PlayerPro v2.2 for media (green player)..
+Include my favourite RockVideoPlayer and awesome utility Rom Toolbox.
The ROM is unpacked in directory "rockdev". To flash it is needed to select "RKAndroidTool.exe", do a Erase IDB and then tick "loader" and press "Run".
2012.01.23 / CyanogenMod-7.2.0-RC0-RK2818-KANG_FullRoot for Genesis, PMP3084B and Next3 modified by heart_crafter
http://dl.dropbox.com/u/43803172/201...Root-RW_en.img
use more info from here http://forum.xda-developers.com/show...postcount=1919
Details: +RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
2012.01.22_Gingerbread237_BQ_Root-RW_en modified by heart_crafter
http://uploading.com/files/f1f81dcm/...oot-RW_en.rar/ for PMP3084B and Next3
https://rapidshare.com/files/1284430739/20120122_Ginger237_BQ_Root-RW_enGenesis.img for Genesis
Details:
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
2011.12.31 / DaremoS gingerbread 2.37 Second Edition for Genesis, PMP3084B and Next3 modified by JDfense
https://rapidshare.com/files/2864054811/dar237v8.img or
http://www.multiupload.com/F03FKNXDO4
Details: changed to the fast and stable launcher pro; screen rotation should work; changed to bq-tablet kernel
+ fast and stable
- no media list in audio/video
For audio I recommend still jukefox from the market to play all kind of mp3; for more comfort in the video mobo player is often recommended, but I like rock player more
----------------------------
>>>Froyo ROM's<<<
----------------------------
---new--- 2012.11.16---stevemp Darwin_Froyo_ver_2.0 - The hall of fame edition
for download and more details check out here #1642
2012.09.21---stevemp Darwin_Froyo_ver_1.0
for download and more details check out here #1626
hvdwolf(surfer63) froyo modified by JDfense for genesis, next3 and pmp3084b
2012.04.03 / http://www.mediafire.com/?f109tje1lsnjlan - No.3
For details: # 865
+ fast and stable froyo
Prestigio 3.02 froyo stripped by JDfense
2011.11.05 / https://rapidshare.com/files/1043526064/Prestigio5.img -or- http://www.mediafire.com/?3hh639afv42sj65 ---for Odys genesis
2011.11.05 / https://rapidshare.com/files/3506116497/Prestigio5_1.img -or- http://www.mediafire.com/?tihvfr8ube6suuq --- for PMP3084B and next3
Details: froyo with the nice coloured Prestigo firmware, you love it or will hate it.
2012.02.02 / Prestigio froyo 3.04 for next 3, pmp3084b and genesis modded by JDfense
https://rapidshare.com/files/1492974....4rwfullV4.img Nerd Edition 2
Details:
+stripped about 20MB
+fully read and write rooting , thanks to stevemp and heart_crafter
+changed to the simple and fine zeam launcher
+without rockaudio, instead jukefox
+file Expert app for the destroyer like nerds
+full googlesync support
2012.01.21_bq_Froyo_NE_en.rar for Genesis, PMP3084B and Next3 modified by heart_crafter
http://uploading.com/files/2f9f4ada/...oyo_NE_en.rar/
Details:
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+Working Music/Video/YouTube/Market
+LauncherPro
+bq Kernel
NEXT 2 froyo 2.21 ROM based on bq Voltaire in the archos forum
http://forum.archosfans.com/viewtopic.php?f=82&p=368152
Details: Some next 2 user have recommended this ROM, but not all.
Next 2 froyo 2.21, another bq voltaire rom in the archos forum posted by Nauj666
http://www.forotablets.com/showthread.php/3652-NUEVA-ROM-FROYO-VOLTAIRE-VERSION-2
Details: tested by upNsmokeAllDay, works so far without issues, default language is spanish
-----------------------------------
additional old roms/firmware
-----------------------------------
NEXT 2 ROM ONLY special thanks to delimeat52
http://www.mediafire.com/?rd5zoladeyf4tlv
Details: needed next 2 users for testing, maybe broken!
NEXT 2 ROM from the archive of Mr. stevemp
http://www.mediafire.com/?4vt4exfo254eya1
Details: not tested on next 2 tablet, only on next 3 so far
Original Next 3 ROM Rooted with Market Added that was posted by Donaldj83
http://www.mediafire.com/?scke28z3a7i412j
====================================================================================================
Now the sentences you all know. The use of all ROMS in the thread is on your own risk and none is 100% stable, but we are on the way.
So be careful and ask better twice for details. Please report issues to all ROM's in details, so that we could learn from your experiences.
and more...
>>>>>>>>>>Tools and Instructions for ROM cooking<<<<<<<<<<<
Driver for rk28xx and rk2818 to install before flashing
http://uploading.com/files/get/b8da25e3/
Flash tools and instructions edited by stevemp
http://www.mediafire.com/?a2wgkzbuogv7fif
Rooting tools and cooking instructions by heart_crafter
http://pastebin.com/raw.php?i=fCXLt2Mp
Package of RKcooking, apps, superuser, busybox 1.19.4, and other things for new modders by stevemp http://www.mediafire.com/?r2a213bo5tjip9q
RK2818 kitchen --- a basic description
about rom cooking by Perichel from slatedroid http://www.slatedroid.com/topic/2186...n-for-windows/
---Rk2818 kitchen---
# 404 Here are some details for cooking under linux from hvdwolf alias surfer63
# 565 and some basics RK2818: The flashing mechanism and recovery images from hvdwolf alias surfer63
---Scripts---
# 588 forced apps installation during first booting, a script with a helpful comments by hvdwolf alias surfer63
Next 2 tools
http://www.mediafire.com/?f767thlaw1txymm
>>>>>>>>>>>>Useful basics about android<<<<<<<<<<<<<<
# 75 ADB commands that can help modify your roms without flashing --- posted by heart_crafter
# 81 video stuff for those who learn better visual ---posted by stevemp
We are here ready for the action... I hope the excellent guys from the original thread comes here to share their enthusiasm
Roms
CyanogenMod-7.2.0-UNOFFICIAL
If Screen rotation is wrong. You may have to edit settings in build.prop.
Thanks fun_ for the fix.
#fun_ screen orientation
accelerometer.flip_xy=0
accelerometer.invert_x=0
accelerometer.invert_y=0
accelerometer.invert_z=0
accelerometer.hwrotation=0
Thanks to CyanogenMod for the rom, DaremoS, JDFense, heart_crafter, surfer63 for help with scripts and testing.
CyanogenMod-7.2.0-UNOFFICIAL-KANG-05.24.2012
7" Tablets
BqVernePlus > http://www.mediafire.com/?b7r3b5tnmb9a5iu
BqVoltaire > http://www.mediafire.com/?d28k1pii6z39139
PMP3074B > http://www.mediafire.com/?cxop5dz916pccx0
Yarvik > http://www.mediafire.com/?lw9sqmzdmkb1nw6
Yarvik mod by ny-hardcore > gathering.tweakers.net/forum/list_message/38287677?limit=1
CyanogenMod-7.2.0-UNOFFICIAL-Release
8.4" Tablets
Next3 > http://www.mediafire.com/?ajiky56vop7j2ma
PMP3084B > http://www.mediafire.com/?5mbbv54gmacx206
Darwin > http://www.mediafire.com/?pjp7j4elw2hjar0
Odys Genesis > http://www.mediafire.com/?secb6folapg3fra
stevemp
Finally things will be organaized
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
JDfense said:
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
Click to expand...
Click to collapse
Too late, just installed a new drive just for android and linux. Starting from beginning with original roms, rooting and modding now that I know more about android. But I will try to do one today or maybe tomorrow, just can't say. I look back and the roms I made were not so good.
stevemp
---------- Post added at 08:23 AM ---------- Previous post was at 07:58 AM ----------
heart_crafter said:
Finally things will be organaized
Click to expand...
Click to collapse
Better already. Read your last post about no comments, 200+ downloads for me and barely a word. Maybe no one likes me. Just joking. Good job on the rooting with RKCooking, much better than using linux.
stevemp
Some advantages...
stevemp said:
Better already. Read your last post about no comments, 200+ downloads for me and barely a word. Maybe no one likes me. Just joking. Good job on the rooting with RKCooking, much better than using linux.
stevemp
Click to expand...
Click to collapse
We got couple advantages for using something like pastebin...
We get to know how many users are trying to get your file...
You can edit the links inside anytime you like...
So for example JD uses that link in the top post... and he leaves us all alone like Donald and mediafire goes down then i will still be able to change the links.
You can add more links(mirrors) inside whenever you like
You can delete the links really fast if you find that img could have bad affect somewhere... and fix the img and update the link
lol I feel like I'm stretching it to much
That's it for now
heart_crafter said:
We got couple advantages for using something like pastebin...
We get to know how many users are trying to get your file...
You can edit the links inside anytime you like...
So for example JD uses that link in the top post... and he leaves us all alone like Donald and mediafire goes down then i will still be able to change the links.
You can add more links(mirrors) inside whenever you like
You can delete the links really fast if you find that img could have bad affect somewhere... and fix the img and update the link
lol I feel like I'm stretching it to much
That's it for now
Click to expand...
Click to collapse
Right now it is diffecult to decide which way is the best to protect an upload, because filehoster seemed to be nervous. Pastbin could be a help, but not a solution. When a link dies, you have to upload it again.
Btw I have not the intention to run away, pal.
Maybe we find a stable file hoster or change sometimes the link.
One thing is for shure, these guys have a lot of fun right now.
http://www.megaupload.com/
Read here for a small movement.
http://techcrunch.com/2012/01/26/pi...lawsuit-against-fbi-over-megaupload-takedown/
JDfense said:
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
Click to expand...
Click to collapse
I have so many roms floating around for my Next3
I try to leave the original file name in the file name for the reference to the old file,
I think the best one I had was based on froyo...
20120121_bq_Froyo_NE_en.rar = http://uploading.com/files/2f9f4ada/20120121_bq_Froyo_NE_en.rar/
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+Working Music/Video/YouTube/Market
+LauncherPro
+bq Kernel
20120122_Gingerbread237_BQ_Root-RW_en = http://uploading.com/files/f1f81dcm/20120122_Gingerbread237_BQ_Root-RW_en.rar/
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
CyanogenMod-7.2.0-RC0-RK2818-KANG_FullRoot = http://dl.dropbox.com/u/43803172/2012012304_hvdv4_Root-RW_en.img
use more info from here http://forum.xda-developers.com/showpost.php?p=21736398&postcount=1919
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
Maybe make a section for some kool helpfull adb commands
A section for faq...
Known issues for each rom version...
Some screen shots....
Recommended apps...
I'll let you know if i think of anything else
Happy editing
---------- Post added at 10:36 AM ---------- Previous post was at 10:20 AM ----------
JDfense said:
Right now it is diffecult to decide which way is the best to protect an upload, because filehoster seemed to be nervous. Pastbin could be a help, but not a solution. When a link dies, you have to upload it again.
Btw I have not the intention to run away, pal.
Maybe we find a stable file hoster or change sometimes the link.
One thing is for shure, these guys have a lot of fun right now.
http://www.megaupload.com/
Read here for a small movement.
http://techcrunch.com/2012/01/26/pi...lawsuit-against-fbi-over-megaupload-takedown/
Click to expand...
Click to collapse
We can use:
dropbox.com/home
skydrive.live.com
Anything that has personal storage...
"Btw I have not the intention to run away, pal." - no offense i was just giving an example
Edit:
I added as much as i can.... ill have to flash them again to test them...
@haert_crafter
Thanks, I will look for the storage links you mentioned.
Can you explain a bit your ROM's before take them in thread list, because here we have not a riddle thread, captain starbuck?
Your headlines for other section are welcome.
I will take them all in the first three posts or for more space I /we could link to a later posts, if necessarey.
I just added more info...
I will update more when i check them all again...
heart_crafter said:
I just added more info...
I will update more when i check them all again...
Click to expand...
Click to collapse
Okay, thats enough details for now. All roms for next3?
I take your roms later in the list.
Sended from hannsspree hannspad
All worked on Next3...
All of them have bqKernel
heart_crafter said:
All worked on Next3...
All of them have bqKernel
Click to expand...
Click to collapse
With bq kernel the would work fine on all three tablet, I think. We could try it. Lets see the feedback.
donaldj83
We have to give credit to donaldj83, he led the way.
PMP3084BA-V3.0.4
http://www.mediafire.com/?7a11cv0vy65qvtq
From recovery build.prop
ro.build.display.id=MASTER.eng.donaldj83.20110809.222823
ro.build.version.incremental=eng.donaldj83.20110809.222823
ro.build.date=Tue Aug 9 22:55:07 EDT 2011
Already in place waiting to be RW and rooted.
/system/lib/modules/aufs.ko
/system/xbin/su
From eclair
#!/system/bin/sh
echo "===== In tweaks.sh ====="
insmod /modules/aufs.ko
busybox mkdir -p /data/sysrw
busybox mount -t aufs -o br=/data/sysrw=rw:/system=ro none /system
stevemp Thank You donaldj83
Are any of these roms for a next2? Wife just got 1 off ebay and i wanted to flash a rom to it so it would be like a regular tablet and not an ereader.
upNsmokeAllDay said:
Are any of these roms for a next2? Wife just got 1 off ebay and i wanted to flash a rom to it so it would be like a regular tablet and not an ereader.
Click to expand...
Click to collapse
Nope, these roms are for 8,4'' rk2818 tablet.
Try this one, should work fine.
http://forum.xda-developers.com/showpost.php?p=20145970&postcount=1478
JDfense
so the archos rom will work on the next2?
Hey guys did anyone manage to freeze the bloatware that's on their S3's? I just rooted my S3 thanks to noxious ninja and usually freeze bloatware with the gemini app. It warned me that ICS ROMs have a block issue where if you block you may not be able to re unblock for an update. In stupidity I decided to test the kindle app and indeed it does not re unblock the app. Not sure what to do to get it be unblocked now.
Any inuput is great thanks.
I froze a bunch of stuff with TBU. Mostly the BUA and all of the SamSung stuff. There are a few VZ and SS apps that are coupled with the OS ... SSO, KB, etc. - best to leave those.
yea I froze about 50apps
I just uninstalled a bunch of apps with TB. Freezing them still has those apps taking up space in memory. I used this thread as a reference before I did anything
http://forum.xda-developers.com/showthread.php?t=1634624
or you could go off the list that invisiblek posted thats for our device:
AllshareDMC.apk
AllshareDMC.odex
AllshareMediaServer.apk
AllshareMediaServer.odex
AllSharePlay.apk
AllshareService.apk
AllshareService.odex
BackupAssistant.apk
BackupAssistant.odex
ba-syncservice-app-signed.apk
BooksTablet.apk
Color.apk
DeepSea.apk
DeepSea.odex
Divx.apk
Divx.odex
Exchange.apk
Exchange.odex
FWUpgrade.apk
FWUpgrade.odex
GMS_Maps.apk
GuidedTour.apk
GuidedTour.odex
KiesAir.apk
Kies.apk
Kies.odex
kieswifi.apk
kieswifi.odex
Kindle.apk
LuminousDots.apk
LuminousDots.odex
MediaHub.apk
MediaUploader.apk
MobilePrint.apk
MobilePrint.odex
Music2.apk
MusicFX.apk
MusicFX.odex
MusicHub_Stub_Google.apk
MusicPlayer.apk
MusicPlayer.odex
MyFiles.apk
MyFiles.odex
MyVerizon.apk
PhaseBeam.apk
PhaseBeam.odex
PhotoWall.apk
PhotoWall.odex
PickUpTutorial.apk
PickUpTutorial.odex
PlusOne.apk
PolarisViewer.apk
SamsungSetupWizard.apk
SamsungSetupWizard.odex
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
SecEmail.apk
SecEmail.odex
ShareApp.apk
ShareApp.odex
SharedStorageBackup.apk
SharedStorageBackup.odex
ShareShotService.apk
SMemo.apk
SMemo.odex
SMemoProvider.apk
SMemoProvider.odex
SPlannerAppWidget.apk
SPlannerAppWidget.odex
SPPPushClient_Prod.apk
sso.apk
SSuggest.apk
Tag.apk
Tag.odex
talkback.apk
TopicWall.apk
TopicWall.odex
TrimApp_phone.apk
VerizonApps.apk
VerizonAppsInstaller.apk
VideoPlayer.apk
VideoPlayer.odex
Videos.apk
VisualVoiceMail.apk
VisualVoiceMail.odex
vmmhux.apk
vmmhux.odex
VoiceRecorder.apk
VoiceRecorder.odex
VoiceSearch.apk
voicetalk.apk
VpnClient.apk
VpnClient.odex
VZNavigator_I535.apk
VzTones.apk
VZWAPNLib.apk
vzwapnpermission.apk
VZWAPNService.apk
VzwSigSSOEngine.apk
WAPPushManager.apk
WAPPushManager.odex
WeatherWall.apk
WeatherWall.odex
WfdBroker.apk
WfdBroker.odex
WlanTest.apk
WlanTest.odex
wssyncmlnps.apk
wssyncmlnps.odex
YahoonewsDaemon.apk
YahoonewsDaemon.odex
YahoonewsWidget.apk
YahoonewsWidget.odex
YahoostockDaemon.apk
YahoostockDaemon.odex
YahoostockWidget.apk
YahoostockWidget.odex
YouTube.apk
droidstyle said:
or you could go off the list that invisiblek posted thats for our device:
AllshareDMC.apk
AllshareDMC.odex
AllshareMediaServer.apk
AllshareMediaServer.odex
AllSharePlay.apk
AllshareService.apk
AllshareService.odex
BackupAssistant.apk
BackupAssistant.odex
ba-syncservice-app-signed.apk
BooksTablet.apk
Color.apk
DeepSea.apk
DeepSea.odex
Divx.apk
Divx.odex
Exchange.apk
Exchange.odex
FWUpgrade.apk
FWUpgrade.odex
GMS_Maps.apk
GuidedTour.apk
GuidedTour.odex
KiesAir.apk
Kies.apk
Kies.odex
kieswifi.apk
kieswifi.odex
Kindle.apk
LuminousDots.apk
LuminousDots.odex
MediaHub.apk
MediaUploader.apk
MobilePrint.apk
MobilePrint.odex
Music2.apk
MusicFX.apk
MusicFX.odex
MusicHub_Stub_Google.apk
MusicPlayer.apk
MusicPlayer.odex
MyFiles.apk
MyFiles.odex
MyVerizon.apk
PhaseBeam.apk
PhaseBeam.odex
PhotoWall.apk
PhotoWall.odex
PickUpTutorial.apk
PickUpTutorial.odex
PlusOne.apk
PolarisViewer.apk
SamsungSetupWizard.apk
SamsungSetupWizard.odex
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
SecEmail.apk
SecEmail.odex
ShareApp.apk
ShareApp.odex
SharedStorageBackup.apk
SharedStorageBackup.odex
ShareShotService.apk
SMemo.apk
SMemo.odex
SMemoProvider.apk
SMemoProvider.odex
SPlannerAppWidget.apk
SPlannerAppWidget.odex
SPPPushClient_Prod.apk
sso.apk
SSuggest.apk
Tag.apk
Tag.odex
talkback.apk
TopicWall.apk
TopicWall.odex
TrimApp_phone.apk
VerizonApps.apk
VerizonAppsInstaller.apk
VideoPlayer.apk
VideoPlayer.odex
Videos.apk
VisualVoiceMail.apk
VisualVoiceMail.odex
vmmhux.apk
vmmhux.odex
VoiceRecorder.apk
VoiceRecorder.odex
VoiceSearch.apk
voicetalk.apk
VpnClient.apk
VpnClient.odex
VZNavigator_I535.apk
VzTones.apk
VZWAPNLib.apk
vzwapnpermission.apk
VZWAPNService.apk
VzwSigSSOEngine.apk
WAPPushManager.apk
WAPPushManager.odex
WeatherWall.apk
WeatherWall.odex
WfdBroker.apk
WfdBroker.odex
WlanTest.apk
WlanTest.odex
wssyncmlnps.apk
wssyncmlnps.odex
YahoonewsDaemon.apk
YahoonewsDaemon.odex
YahoonewsWidget.apk
YahoonewsWidget.odex
YahoostockDaemon.apk
YahoostockDaemon.odex
YahoostockWidget.apk
YahoostockWidget.odex
YouTube.apk
Click to expand...
Click to collapse
is this a list of apps that are safe to remove? Last time I did a wild deletion process on my continuum I didn't receive the very belated update it ever got. I had to look for a stock ROM and such to re-do my phone. I'm scared to remove some apps with OTA updates checking to see you have the crapware on your phone to update. Hence why I think but not sure if the kindle app is one of them
mep1127 said:
I'm scared to remove some apps with OTA updates checking to see you have the crapware on your phone to update
Click to expand...
Click to collapse
So just do a nandroid backup before removing the apps & then if/when an OTA update ever comes out you can easily restore it to stock.
My phone runs so perfectly right now with the setup in my sig that the last thing I want is an OTA update, but that's just my opinion.......
As far as the Kindle app goes, I didn't delete it because I use it all the time but when an OTA update checks for stock apps they ALL have to be intact.
There are many more you could block but this is what I have. My selections may not suit your needs and vice-versa.
Frozen:
Allshar controller
Allshare play
Allshare Service 1.0
AvcrpService Samsung
Backup assistant plus 1.0
backup Assistant Plus 2.0
com.sec.android.app.wfdbroker
Enterprise VPN (dont freeze if you use VPN)
enterprisePermissions
Exchange Services 3.1 (dont freeze if you need exchange)
HTML Viewer
INDIServiceManager
Kies air
Kies Wifi
Mapservice Samsung
mobile Print
My Verizon profile
news daemon
photo wall
S Suggest
S voice
Samsun Account
samsung Backup Provider
Samsung Cloud Data Relay
Samsung Syncadapters
Samsung Push
SamsungTTS
Setup Wizard (only after initial setup)
SNS 1.01 (only if you dont use facebook and social syncs)
Stock daemon
Sync Service 2.8.*
SyncMLSvc
touch wiz Home (ONLY IF YOU USE AND HAVE SET DEFAULT A DIFFERENT LAUNCHER)
Voicamail 2.1.00
VPN Client
VpnDialogs
Weather
Weather Daemon
Weather Main
Windy Weather
thanks for posts. I did get CWM on my phone but I had already froze kindle. I haven't done much to my phone aside rooting and CWM. I don't want it to be frozen for future OTA updates. Can't seem to get it unfrozen as I mentioned before. Anyone know if there are stock verizon roms to download? Or maybe how to unfreeze the app?
Hate to sound like a broken record. Although not a complete noob I'm still learning the tips and tricks out there :angel:
Using CWM is actually new to me as this is my first time installing it. Hence why i never knew how to back up
Hey all...
I'd post this to the dev forum, but I guess I lurk too much & talk too little. Trying to run sdptool on my GNEX (mmuzzy's recent 4.2.1 build) and it fails. I thought I'd find it in /system/bin, but it's not there...Anyone know if it's hiding under a different path, or if it's been removed from 4.2.1?
Thanks,
-TrackZero
I'm trying to root my device without success. The device is a Gemini Joytab 9.7 GEM10312G with Android 4.1.1.
I'm trying to use the method described here: http://forum.xda-developers.com/showthread.php?t=1886460 which exploits this bug: http://seclists.org/fulldisclosure/2013/Jun/115
I got to push the 'ro.kernel.qemu=1' into /data/local.prop using the restore bug but when I reboot the device and I open a shell with adb shell I can see that I'm not root (uid = 2000):
$ cat /data/local.prop
cat /data/local.prop
ro.kernel.qemu=1
$ id
id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats)
Maybe the adb bug is solved in this release? Any suggestion to get root on this device?
The device is not very common so it has no much info available. I get this info from /system/build.prop (maybe it can help to point to another rooting method). Thanks a lot.
cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JRO03H
#ro.build.display.id=JRO03H
ro.build.display.id=20130402-1600
ro.build.version.incremental=user.crownh808.20130315.154827
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.1
ro.build.date=Fri Mar 15 15:50:49 CST 2013
ro.build.date.utc=1363333849
ro.build.type=user
ro.build.user=crownh808
ro.build.host=crownho-server
ro.build.tags=release-keys
ro.product.model=GEM10312G
ro.product.brand=Infotmic
ro.product.name=A760
ro.product.device=GEM10312G
ro.product.board=
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Infotmic
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=imapx800
# ro.build.product is obsolete; use ro.product.device
ro.build.product=A760
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=A760-user 4.1.1 JRO03H user.crownh808.20130315.154827 release-keys
ro.build.fingerprint=Infotmic/A760/A760:4.1.1/JRO03H/user.crownh808.20130315.154827:user/release-keys
ro.build.characteristics=tablet
# end build properties
# system.prop for infotmic A760 reference board
# This overrides settings in the products/generic/system.prop file
# preload class
ro.infotm.no.preloadclass=1
# preload resource
ro.infotm.no.preloadresources=1
#launcher debug
sys.infotm.demoversion=false
sys.infotm.launcher.scrollspeed=middle
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=Hojus.ogg
ro.carrier=unknown
ro.config.alarm_alert=Cesium.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.phone.enabled=false
wifi.interface=wlan0
persist.sys.usb.config=mass_storage,adb
persist.sys.timezone=Europe/London
persist.sys.language=en
persist.sys.country=GB
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
otaupdater.otaid=GEM10312G-rev2-release
otaupdater.otaver=2
otaupdater.otatime=20130402-1600
otaupdater.sdcard.os=sdcard
otaupdater.sdcard.recovery=local
otaupdater.noroot=1
Im sorry,maybe i overlooked it,but i didnt see your device listed,also what genesis tablet is it?Joytab Duo?
The device is a Gemini JoyTab Duo 9.7 10312G. It is the same than this http://www.geminidevices.com/joytab10312bk.html but with no keyboard.
For sure Gemini is just rebranding some chinese tablet, but I have no found which one match. In my original message I paste some of the device info and maybe that can help. I found that others tablets have problems with this exploit: http://forum.xda-developers.com/showthread.php?t=2036539.
I also tried some generic unlockers like unlockroot, but they didn't work for this tablet. Anyone can help with this?
I have the stock rom available, will it be possible to modify the stock rom to be rooted? Maybe this will be a better way to get root on this tablet. If I do that, what will happen with OTA updates? Will them "unroot" my ROM?
Thanks a lot
Rooted system.img
Finally I have modified the stock ROM of the Gemini gem10312g-rev2. I added the OTA v2 upgrade and su and SuperUser.apk binaries:
-------------------------
ARM devices (2.0 – 4.1)
3.1.3
md5: b3c89f46f014c9df7d23b94d37386b8a
Superuser-3.1.3-arm-signed.zip
binary only
md5: d78ec986923b72dfdaa71d1db731a8f3
su-bin-3.1.1-arm-signed.zip
--------------------------
I uploaded the updated ROM to MEGA (h t t p s: / / m e g a . c o . n z /#!6ZNFkBaT!UXXXRxMM_82Hf4wEFIwWaWM7kPtL7bJR2H9MPwjw5yc). I hope than someone will find it useful. Remember that flashing the new ROM will delete all the data, applications and so on stored in the device.
P.S. Sorry about not writing the URLs correctly, but the forum don't allow me to add external URLS :/
hello
Hello, I need this ROM, the link does not work, if you still have it, send it to me by email, [email protected], thanks orium
Reuploaded ROM
jjykika said:
Hello, I need this ROM, the link does not work, if you still have it, send it to me by email, [email protected], thanks orium
Click to expand...
Click to collapse
The ROM can be downloaded here now: we.tl/qSYZ3KGxDH
get the room. please
Hello, the new link is not available someone has this room or can share. I need to be root to put the tablet in multiuser or is there another way?
Thanks
root with kingroot for pc
ruloalg said:
Hello, the new link is not available someone has this room or can share. I need to be root to put the tablet in multiuser or is there another way?
Thanks
Click to expand...
Click to collapse
Finaly i root with kingroot for pc
Rom link
Hello,
I need to recover my Geminy from a bootloop. The tablet is not rooted or a custom recovery is installed. I need this rom or the stock rom but the links doesn't work. The Mega one asks for a key and the other one doesn't work... can you update the link plz?
thank you
orium said:
Finally I have modified the stock ROM of the Gemini gem10312g-rev2. I added the OTA v2 upgrade and su and SuperUser.apk binaries:
-------------------------
ARM devices (2.0 – 4.1)
3.1.3
md5: b3c89f46f014c9df7d23b94d37386b8a
Superuser-3.1.3-arm-signed.zip
binary only
md5: d78ec986923b72dfdaa71d1db731a8f3
su-bin-3.1.1-arm-signed.zip
--------------------------
I uploaded the updated ROM to MEGA (h t t p s: / / m e g a . c o . n z /#!6ZNFkBaT!UXXXRxMM_82Hf4wEFIwWaWM7kPtL7bJR2H9MPwjw5yc). I hope than someone will find it useful. Remember that flashing the new ROM will delete all the data, applications and so on stored in the device.
P.S. Sorry about not writing the URLs correctly, but the forum don't allow me to add external URLS :/
Click to expand...
Click to collapse
ROM url
The rooted ROM can be downloaded here: 1drv.ms/u/s!AlMgcQQQM5h0h8oL3rZuQ32Cdoj23A
Thank you¡
Thank you very much and Happy New Year¡
orium said:
The rooted ROM can be downloaded here: 1drv.ms/u/s!AlMgcQQQM5h0h8oL3rZuQ32Cdoj23A
Click to expand...
Click to collapse
---------- Post added at 07:24 PM ---------- Previous post was at 07:14 PM ----------
I used Rock chip Batch Tool-1.7 to install a rom in other tablet but it was in one file *.img. In this one there are several files ¿Must I use other tool or is there any way to convert this rom in a *img file? How can I do it?...
elviti said:
Thank you very much and Happy New Year¡
Click to expand...
Click to collapse
Flashing The Rom
Hi,
Can anyone tell me a tool to flash this rom and a little explanation about the tool, just a few words please?
Thank you
Hi. This is stock modded rom (system partition from G386FXXUAOA1):
deodexed
zipalign
debloated (well, probably this still can be improved)
combined with kernel from
http://forum.xda-developers.com/gal...ip-galaxy-core-lte-g386f-hope-kernel-t3197096
provides init.d support
How to:
unpack and flash with odin
Downloads:
https://mega.nz/#!Dh5CgTaD!3Hue32LztwtMMZdCOvtlNQadfbjHes7aabtN-6XnC8o
or
https://drive.google.com/file/d/0ByjzuAr8UpryalcxcXAzdWlTX28/view
Hi Agasharr, is it possible to mod the latest rom G386FXWUANG1 instead ?
Thanks!
stefguer said:
Hi Agasharr, is it possible to mod the latest rom G386FXWUANG1 instead ?
Thanks!
Click to expand...
Click to collapse
Did You find any bug, language mismatch, etc.?
The newest G386FXWUANG1 on sammobile is from "Build date Thu, 17 Jul 2014" and G386FXXUAOA1 is from "Build date Wed, 31 Dec 2014 ".
So I prefere to stick with the newer firmware.
You are right, your version is the latest. Unfortunately now I cannot install and test it, but only at the end of this week. What exactly have you done?
deodexed and zipaligned - http://forum.xda-developers.com/showthread.php?t=2075969
debloated, list of apps removed:
AllSharePlay15.apk
BasicDreams.apk
ChatON_MARKET.apk
ChocoEUKor.apk
ChromeBookmarksSyncAdapter.apk
CoolEUKor.apk
DroidSansSherifItalic.apk
Dropbox.apk
DropboxOOBE.apk
GMS_Maps.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleDrive.apk
Hangouts.apk
InteractiveTutorial.apk
Kies.apk
kieswifi.apk
Magazines.apk
MediaUploader.apk
Music2.apk
NoiseField.apk
PanningTryActually.apk
PartnerBookmarksProvider.apk
PhaseBeam.apk
PickUpTutorial.apk
PlayGames.apk
PlusOne.apk
PreloadInstaller.apk
RoseEUKor.apk
SamsungApps_hdpi.apk
Samsungservice_hdpi.apk
SamsungWidget_ActiveApplication.apk
sCloudBackupApp.apk
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudQuotaApp.apk
sCloudSyncBrowser.apk
sCloudSyncCalendar.apk
sCloudSyncContacts.apk
sCloudSyncSNote.apk
Stk.apk
Street.apk
S-Voice_Android_phone_J.apk
TravelService.apk
TravelWidget.apk
TripAdvisor.apk
WebManual.apk
Hi Agasharr,
A new rom "G386FXWUAOI2" released on october 1st is available from sammobile. Will you mod that release as well ?
Thanks!
What are the advantages of this "stock modded rom" ? (without counting the apps removed)
Sorry I haven't a good knowledge in this domain... :-/
In addition, I saw that I have got the version : G386FXWUAOI2
What are the differences with your version ?
stefguer said:
Hi Agasharr,
A new rom "G386FXWUAOI2" released on october 1st is available from sammobile. Will you mod that release as well ?
Thanks!
Click to expand...
Click to collapse
bobo159951 said:
What are the advantages of this "stock modded rom" ? (without counting the apps removed)
Sorry I haven't a good knowledge in this domain... :-/
In addition, I saw that I have got the version : G386FXWUANK1
What are the differences with your version ?
Click to expand...
Click to collapse
I'll do NOT mod every single firmware You ask, I started with G386FXXUAOA1 and will stick with that. However if You want to mod by yourself I can post detailed description how to.
As for advantages do You read the link from fifth post?
+
init.d explanation:
Init.d plays an important role in the world of Android development and customization It allows users to install scripts and mods to be run at boot—everything from battery tweaks to performance tweaks. It essentially opens the door to a world of mods only possible through the Init.d process, which in turn is usually only available on custom kernels.
Click to expand...
Click to collapse
from
http://www.xda-developers.com/init-d-support-for-any-rooted-phone/
Hi Agasharr,
Your update 15.10.2015 mod for G386FXXUAOA1 works very well on my G386F (XEF France). Maybe the newest rom G386FXWUAOI2 with your mods could work as well on your device? Available here http://www.sammobile.com/firmwares/database/SM-G386F/
Thanks again!
Maybe not...
GoogleContactSync App for Contacts gMail sync
stefguer said:
Hi Agasharr,
Your update 15.10.2015 mod for G386FXXUAOA1 works very well on my G386F (XEF France). Maybe the newest rom G386FXWUAOI2 with your mods could work as well on your device? Available here http://www.sammobile.com/firmwares/database/SM-G386F/
Thanks again!
Click to expand...
Click to collapse
Will try next week
Today I mess a bit with this G386FXWUAOI2. After flash non modded stock french I got 15000 points in antutu and it's interesting because it's about 500 more than on polish firmware. Flashing system partition (modded the same way as earlier) increases score only a bit. Flashing boot.img from french firmware (with my kernel) ends up with 19000 antutu point - same as on polish firmware. So where those 500 point? Do french stock kernel contains some changes compared to kernel compiled from source code available at http://opensource.samsung.com ?
Impossible to detect bluetooth devices with rom G386FXXUAOA1 mod 15.10.2015.
Have you got this problem ?
stefguer said:
Impossible to detect bluetooth devices with rom G386FXXUAOA1 mod 15.10.2015.
Have you got this problem ?
Click to expand...
Click to collapse
I rarely use a bluetooth so i didn't notice any bug. Just turned it on and it found some devices nearby.
Whatsoever bluetooth didn't work for me well on stock rom, i had problems finding and connecting to car audio kit and cant play music through it while my wife's phone just connects and plays music without any problems.
btw.
To all core lte owners please be more active. No one will give You a newest android with a click of a button. If You want to see anything more than modded stock kernel or rom we need some serious hacking. I invite You to discuss at:
http://forum.xda-developers.com/gal...g386f-concept-dual-booting-bypassing-t3240357
NoT working on samsung galaxy core 4g lte
Not Working
Agasharr said:
Hi. This is stock modded rom (system partition from G386FXXUAOA1):
deodexed
zipalign
debloated (well, probably this still can be improved)
combined with kernel from
http://forum.xda-developers.com/gal...ip-galaxy-core-lte-g386f-hope-kernel-t3197096
provides init.d support
How to:
unpack and flash with odin
Downloads:
https://mega.nz/#!Dh5CgTaD!3Hue32LztwtMMZdCOvtlNQadfbjHes7aabtN-6XnC8o
or
https://drive.google.com/file/d/0ByjzuAr8UpryalcxcXAzdWlTX28/view
Click to expand...
Click to collapse