[SCRIPTS]CronMod-INT2EXT (updated 02/28)

What Script Do You Prefer

  • A2SD

    Votes: 6 8.0%
  • A2SD+

    Votes: 7 9.3%
  • A2SD++

    Votes: 18 24.0%
  • D2EXT

    Votes: 2 2.7%
  • D2EXT+

    Votes: 7 9.3%
  • INT2EXT

    Votes: 5 6.7%
  • INT2EXT+

    Votes: 30 40.0%

  • Total voters
    75
  • Poll closed .
Search This thread

apoc [t.i.m.]

Senior Member
Aug 16, 2012
71
5
question

A2SD
A2SD+
A2SD++
D2EXT
D2EXT+
INT2EXT
INT2EXT+
INT2EXT4
INT2EXT4+

which option does about the same as Amarullz custom AD2SDX script?
http://xdaforums.com/showthread.php?t=1310309
I wan't to keep the best possible speed so ie. dalvik should stay on the internal map and whatever more to keep things running smooth. what could (should?) be the best solution?
 

Pseudonym

Senior Member
Feb 22, 2012
1,766
728
Imus, Cavite
OnePlus 6
Google Pixel 4a 5G
  • Like
Reactions: apoc [t.i.m.]

apoc [t.i.m.]

Senior Member
Aug 16, 2012
71
5
Haha, I don't see a lot changing here in settings->storage, that's why I asked ;-p

Sent from my Galaxy Nexus using xda app-developers app
 

apoc [t.i.m.]

Senior Member
Aug 16, 2012
71
5
My Samsung Gio doesn't, only default internal and the fat32 external (sd-card)?

Sent from my Galaxy Nexus using xda app-developers app
 

Suranjan16049

Senior Member
Jun 21, 2012
229
44
kolkata
hi!!! I'm using xperia Neo v.. and I use link2sd to move my apps to sd.. I read somewhere dat link2sd makes phone slow... so should I flash this? if so which one? sorty I m noob to this.
 

mohazia

Senior Member
Jun 13, 2007
221
135
43
Amman, Jordan
Set phone USB in debug mode, install AndroidSDK on computer, connect phone to computer, check if your phone is visible
Code:
adb devices
if it is then post result of command
Code:
adb shell ls -lAh /system/etc/init.d

01sysctl
07-virtuous-pre-load_kernel_modules
10-virtuous-optimize_performance
100complete
90-battery-calibration
90-virtuous-run_once
93zipalign
94tweaks
99vibration

You will not find 40int2ext because when ever I add the file 40int2ext to /system/etc/init.d and give it permission of -rwxt-x--- (750) and reboot the device or flash the zip file with 4ext recovery phone will stock in reboot loops
 

Attachments

  • init.d.rar
    4.1 KB · Views: 22

mastermind1024

Senior Member
Dec 12, 2011
58
37
Gujarat, India
01sysctl
07-virtuous-pre-load_kernel_modules
10-virtuous-optimize_performance
100complete
90-battery-calibration
90-virtuous-run_once
93zipalign
94tweaks
99vibration

You will not find 40int2ext because when ever I add the file 40int2ext to /system/etc/init.d and give it permission of -rwxt-x--- (750) and reboot the device or flash the zip file with 4ext recovery phone will stock in reboot loops

94tweaks file is the one creating problems for u...delete that one, n also delete 93zipalign.
N ya, set permissions to rwxrwxrwx(777) or rwxr-xr-x (755)
 
Last edited:

Hummer951

Senior Member
Dec 7, 2011
426
229
Waterford
01sysctl
07-virtuous-pre-load_kernel_modules
10-virtuous-optimize_performance
100complete
90-battery-calibration
90-virtuous-run_once
93zipalign
94tweaks
99vibration

You will not find 40int2ext because when ever I add the file 40int2ext to /system/etc/init.d and give it permission of -rwxt-x--- (750) and reboot the device or flash the zip file with 4ext recovery phone will stock in reboot loops

Shouldn`t permissions in the system/etc/init.d folder be rwxr-xr-x ?
 

Xzan23

Senior Member
May 17, 2012
342
186
WAO dude absolutely EPIC work!!!
i never thaught id find a thread out here with every single script in it...
THANK YOU MAN...THANK YOU SO MUCH
 

Hummer951

Senior Member
Dec 7, 2011
426
229
Waterford
Just got a new 8gb class 10 sd card which i`ve already partitioned(ext 4) using CWM. I want to start using the INT2EXT+ script. What should I delete from my roms system/etc/init.d folder in order for the script to work correctly? Also, should i delete the a2sd file in my system/bin folder?
 

Attachments

  • screenshot-20121013-182035.png
    screenshot-20121013-182035.png
    91.9 KB · Views: 389
  • screenshot-20121013-182144.png
    screenshot-20121013-182144.png
    84.7 KB · Views: 376

dk75

Senior Member
Feb 3, 2009
264
93
Just got a new 8gb class 10 sd card which i`ve already partitioned(ext 4) using CWM. I want to start using the INT2EXT+ script. What should I delete from my roms system/etc/init.d folder in order for the script to work correctly? Also, should i delete the a2sd file in my system/bin folder?

10mountext (it mounts your ext to /sd-ext, where 40int2ext unmount it if mounted = longer boot) and 10apps2sd for sure.
Dunno about more, since you didn't showed whole /etc/init.d directory.
 
  • Like
Reactions: Hummer951

mohazia

Senior Member
Jun 13, 2007
221
135
43
Amman, Jordan
94tweaks file is the one creating problems for u...delete that one, n also delete 93zipalign.
N ya, set permissions to rwxrwxrwx(777) or rwxr-xr-x (755)

Thanx for advice;
My main ROM is MIUI 2.9.15_4.0 and it contain only 07-virtuous-pre-load_kernel_modules in /system/etc/init.d
I was trying a lot to flash [Script]CronMod Int2Ext4+ (40int2ext) but every time I flash the file my phone go in reboot loop.
I re-partition my SD Card via miniTool and try it, but same problem, then I tried 3EXT Recovery Touch, same problem.
Now I have MIUI 2.10.12_4.0 OTA update that have
01sysctl
07-virtuous-pre-load_kernel_modules
10-virtuous-optimize_performance
100complete
90-battery-calibration
90-virtuous-run_once
93zipalign
94tweaks
99vibration
then upon your request I remove (93zipalign) and (94tweaks) and install 40int2ext with permission of rwxrwxrwx(777) but it stuck in reboot loops again.

what should I do????
 

LewisGauss

Senior member
Sep 19, 2011
3,417
661
Kuala Lumpur
Thanx for advice;
My main ROM is MIUI 2.9.15_4.0 and it contain only 07-virtuous-pre-load_kernel_modules in /system/etc/init.d
I was trying a lot to flash [Script]CronMod Int2Ext4+ (40int2ext) but every time I flash the file my phone go in reboot loop.
I re-partition my SD Card via miniTool and try it, but same problem, then I tried 3EXT Recovery Touch, same problem.
Now I have MIUI 2.10.12_4.0 OTA update that have
01sysctl
07-virtuous-pre-load_kernel_modules
10-virtuous-optimize_performance
100complete
90-battery-calibration
90-virtuous-run_once
93zipalign
94tweaks
99vibration
then upon your request I remove (93zipalign) and (94tweaks) and install 40int2ext with permission of rwxrwxrwx(777) but it stuck in reboot loops again.

what should I do????

Attaching a logcat is always better. :)

____________________
Sometimes I wonder about being a success in this mediocre world
CallMeLewis | Yeowwwai
 
  • Like
Reactions: croniccorey

croniccorey

Inactive Recognized Developer
Jan 12, 2011
1,051
2,317
London
Just got a new 8gb class 10 sd card which i`ve already partitioned(ext 4) using CWM. I want to start using the INT2EXT+ script. What should I delete from my roms system/etc/init.d folder in order for the script to work correctly? Also, should i delete the a2sd file in my system/bin folder?

you need to remove any a2sd stuf and wipe it :( but then it should work :), if you need my help PM me
 
  • Like
Reactions: Hummer951

Top Liked Posts

  • There are no posts matching your filters.
  • 789
    My_Banner.png



    :) INT2EXTV2+ Posted :)

    If you like it please click thanks on this post and give it a rating
    Thanks to all users and contributors

    About:

    CronMod INT2EXT was wrote for use in my rom with the goal to achive a stable and fast way of moving the data partition of your phone to the sd-ext partition, they are available for all users and developers to use in any rooted rom with init.d support.

    CronMod INT2EXT scripts are the first universal INT2EXT method released :D


    Developer Stuff Next Post


    Features:
    (All scripts are tested on Android 2.3.7 - 4.2.2)

    INT2EXT
    -Mounts /sd-ext to /data
    -Works with EXT 2/3/4 filesystems
    -ZipAligns /data/app on every boot
    -No symlinks


    INT2EXT+
    -Mounts /sd-ext to /data
    -Leaves /data/data on internal for speed
    -Works with EXT 2/3/4 filesystems
    -ZipAligns /data/app on every boot
    -No symlinks


    INT2EXT4
    -Mounts /sd-ext to /data
    -Works with EXT 4 filesystem
    -ZipAligns /data/app on every boot
    -No symlinks


    INT2EXT4+
    -Mounts /sd-ext to /data
    -Leaves /data/data on internal for speed
    -Works with EXT 4 filesystem
    -ZipAligns /data/app on every boot
    -No symlinks


    INT2EXTV2+
    -Mounts /sd-ext to /data
    -Leaves /data/data on internal for speed
    -Works with EXT 2/3/4 filesystems
    -ZipAligns /data/app on every boot
    -No symlinks
    -Supports SWAP2INT
    -Completely universal (Testing is needed)



    Prerequisites:

    -Rooted Rom with init.d support
    -SD-EXT partition
    -100mb internal is needed for every 500mb sd-ext



    SD Card Partitioning:

    Partition 1 - Fat32
    Partition 2 - Ext 2/3/4



    Install:
    (Instructions based on ClockWorkMod recovery)
    -Download Chosen Script Below
    -Place on root of your sdcard
    -Reboot Recovery
    -Select "install zip from sdcard"
    -Select "choose zip from sdcard"
    -Select "CronMod-****_signed"
    -Select "mounts and storage" category
    -Select "format /sd-ext"
    -Reboot

    (if you already use a A2SD/D2EXT/INT2EXT/M2SD script then you will need to remove it completely)



    Downloads:
    (Please leave feedback)

    INT2EXT

    INT2EXT+
    (Recommended and featured in CronMod Roms)

    INT2EXT4

    INT2EXT4+

    INT2EXTV2+
    (This script is a new int2ext script that should fix all bugs, it cannot be flashed over previous versions, please test and leave feedback)

    Dalvik-Cache Wipe Tool (This is for wiping /dalvik-cache when running a INT2EXT script)



    Extra:

    Bravo/Bravoc GB thread
    Bravo/Bravoc JB thread
    Dream thread
    Sapphire thread



    Bugs:

    -Some phones can experience a low sound bug (fix: run fix-permissions or try INT2EXTV2+)


    Credits
    -Wes Garner - "Auto ZipAlign Script"
    -CyanogenMod - "Bind Cache Script"
    -Matermind1024 "Help with resolving IMEI and Baseband issues"
    -vvFICKvv, DK75, and Dark Passenger "Help to fix compatibility issues with Android 4.2.x"
    -Mortaromarcello@github "Code to check if mmcblk0p2 exists"
    -BlazinReign (my girlfriend) "donating her old laptop to the cause, and putting up with my development work :)"
    -XDA "hosting the fourms"

    Donators
    (if you make a donation and your name is not here send me a pm)


    [URL="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RXYPT5A5ACJ7W"]
    paypal_donate_button.gif
    [/URL]
    75
    Developer Area

    Developer area

    Info

    These scripts are for use in your roms if you like them and want to include them all i ask is that you give me proper credit in your thread.



    Instructions

    To include one of my scripts in your rom just add it to the init.d folder and rename it to 40a2sd/40d2ext/40int2ext depending on the chosen script, if you choose a d2ext/int2ext script then remove the "06mountdl" or "06BindCache" if they exist as the script will do this from now on.



    CronMod A2SD/D2EXT/INT2EXT Scripts for Developers
    16
    Working INT2EXT4+[Android 4.2.1][Tested]

    Hi INT2ext4+ & Int2ext+ works on android 4.2.1.(Device : Galaxy Fit GT-S5670)

    ScreenShots.

    Screenshot_2013-02-13-13-36-43.png


    Screenshot_2013-02-13-13-36-54.png


    and for those dying to use it Int2ext4+ & Int2ext+ & INT2EXT is the fixed script (yes its a flashable zip)


    Credits::good:

    cronccorrey : For the script.

    vvFiCKvv : for finding the error and showing how to fix it.

    dk75 : for sharing it with us.

    dark passenger : for posting the fixed zip here(just modded original zip) and testing.

    if you appreciate this please press thanks on all these guys posts.:good:
    10
    Nice job with all these scripts. I will give it a try in my ported rom, just one question: it will be activated from the first boot or users have to activated from terminal?

    They activate on boot and do not require a reboot after firstboot like most d2ext
    9
    what is the difference between these and mount2sd?? and i like to install d2ext+ or int2sd+ for euroskank rom.is it possible?and what is the best?

    i dont use mount2sd so i am unsure, i would recommend if you need stability to use d2ext+ because the int2ext scripts are not long term tested.