DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 33 of 266 FirstFirst ... 23 31 32 33 34 35 43 83 133 ... LastLast
Results 321 to 330 of 2655
Like Tree31Likes

Thread: Kernel (deprimed_test) - Break It If You Can

  1. Senior Droid
    itchn2go's Avatar
    Member #
    114921
    Join Date
    Sep 2010
    Posts
    114
    Phone
    Treo> Cento> Droid1> Rezound
    Prime - I copied your script. saved it as 99complete. put it in /system/etc/int.d. changed permissions to 750

    I ran Link2sd and the app cannot find the partition. how can i tell if the script ran, if the partition is mountable, or any other troubleshooting methods?

    Thanks,
    ed

    Quote Originally Posted by prime View Post
    Try this edited script:

    Code:
    #!/system/bin/sh
    
    if [ -e /dev/block/mmcblk0p2 ];
    then
        echo "--- Checking filesystems";
    
        # fsck the sdcard filesystem first
        e2fsck -y /dev/block/mmcblk0p2;
    
        # set property with exit code in case an error occurs
        setprop lk.e2fsck.errors $?;
    
        # mount and set perms
        busybox mount -o noatime -t ext2 /dev/block/mmcblk0p2 /data/sdext2;
        if [ "$?" = 0 ];
        then
            busybox chmod 771 /data/sdext2;
    
            echo "+++ Link2SD successfully enabled";
        else
            echo "*** Unable to mount filesystem for Link2SD!";
        fi
    fi
  2. Droid
    ddavidadams's Avatar
    Member #
    59734
    Join Date
    Apr 2010
    Posts
    40
    Phone
    droid
    Quote Originally Posted by itchn2go View Post
    @ Prime - trying the script now.

    @ dd - can you provide a link to DT? I only found it on Facebook and that is useless to me.

    Quote Originally Posted by ddavidadams View Post
    Quote Originally Posted by itchn2go View Post
    Great Job Prime.

    I created a SD-EXT Partition on my SD Card and I can mount it in recovery but I cannot access when the phone is running. I have been reading and the Kernal play a role in this. Any ideas how I can use the partition for my apps?
    I have been using Dark tremors script for this and it works great. I have used it with CM6.1, CM7 and PE5. That is how I got on this thread in the first place, I was searching for a kernel that would work with PE5 and Dark Tremor A2SD.
    This is from the facebook page. It is a link to an ftp site where his files are store. The link from there for the one I am using is listed below also.

    http://www.facebook.com/l.php?u=http...Fdtftp&h=e8b8b

    ftp://dtuser:Darktremor1@ftp.darktre...a04-signed.zip
  3. Senior Droid
    GodfatherIP's Avatar
    Member #
    39810
    Join Date
    Feb 2010
    Posts
    249
    Phone
    Droid Razr Maxx
    Quote Originally Posted by ddavidadams View Post
    Quote Originally Posted by itchn2go View Post
    @ Prime - trying the script now.

    @ dd - can you provide a link to DT? I only found it on Facebook and that is useless to me.

    Quote Originally Posted by ddavidadams View Post

    I have been using Dark tremors script for this and it works great. I have used it with CM6.1, CM7 and PE5. That is how I got on this thread in the first place, I was searching for a kernel that would work with PE5 and Dark Tremor A2SD.
    This is from the facebook page. It is a link to an ftp site where his files are store. The link from there for the one I am using is listed below also.

    http://www.facebook.com/l.php?u=http...Fdtftp&h=e8b8b

    ftp://dtuser:Darktremor1@ftp.darktre...a04-signed.zip
    Does DarkTremor Apps2sd move all of your apps to the sdcard or can you choose which ones to move and which to leave on the phone's internal memory? I like Link2sd because you can pick apps to move but if you want to move all of your apps there are a few ways to do it. One alternative to using DarkTremor's script is an app on the market called simple2ext that was written for CM7 specifically that will move entire folders including /data/app, /data/app-private, /data/dalvik-cache, and /cache/download to an sdext partition. I used ext3 with it, I'm not sure if it supports ext2 and ext4. Also obviously you can't pick and choose which to move and which to leave on the phone's internal memory and currently I don't think you can undo moving the app folders but the dev says that an undo option will be available in the future.

    I think I'm going to make an Apps2sd thread because it has come up in a few threads and it deserves its own place for discussion.
    Last edited by GodfatherIP; 03-03-2011 at 10:03 AM.
    Project Elite v6.5 Link2SD for apps on sdext and Super Freaking Charged thanks to ZepplinRox!
    Thanks to all the devs out there keeping the OG Droid running strong!
    Join Dropbox for all your file storage and sharing needs, join from this link to give me more space
  4. Droid
    ddavidadams's Avatar
    Member #
    59734
    Join Date
    Apr 2010
    Posts
    40
    Phone
    droid
    Quote Originally Posted by GodfatherIP View Post
    Quote Originally Posted by ddavidadams View Post
    Quote Originally Posted by itchn2go View Post
    @ Prime - trying the script now.

    @ dd - can you provide a link to DT? I only found it on Facebook and that is useless to me.
    This is from the facebook page. It is a link to an ftp site where his files are store. The link from there for the one I am using is listed below also.

    http://www.facebook.com/l.php?u=http...Fdtftp&h=e8b8b

    ftp://dtuser:Darktremor1@ftp.darktre...a04-signed.zip
    Does DarkTremor Apps2sd move all of your apps to the sdcard or can you choose which ones to move and which to leave on the phone's internal memory? I like Link2sd because you can pick apps to move but if you want to move all of your apps there are a few ways to do it. One alternative to using DarkTremor's script is an app on the market called simple2ext that was written for CM7 specifically that will move entire folders including /data/app, /data/app-private, /data/dalvik-cache, and /cache/download to an sdext partition. I used ext3 with it, I'm not sure if it supports ext2 and ext4. Also obviously you can't pick and choose which to move and which to leave on the phone's internal memory and currently I don't think you can undo moving the app folders but the dev says that an undo option will be available in the future.

    I think I'm going to make an Apps2sd thread because it has come up in a few threads and it deserves its own place for discussion.
    As far as I know all apps that were internal are moved and so far this has presented no problems. Is Link2sd in the Market? I would like to experiment with it.
  5. Senior Droid
    bigee1212's Avatar
    Member #
    73296
    Join Date
    May 2010
    Posts
    126
    Phone
    Motorla Droid
    i'm in the same boat as you itchn2go.

    i was originally using winner00 build of CM7 with this deprimed kernel. using Firerats script from xda was painless and set up my apps2ext for me.

    but i am now trying to use it with project elite 5.0.2 gingerbread. the kernel works fine but it cant find the partition either.
    i think it has to do with mounting at boot which would mean something with the scripts in /system/etc/init.d? correct me if im wrong but would copying the init.d folder from CM7 to the project elite rom cause a disaster? or would that cause the sd to mount at boot.
  6. Droid Ninja
    danceswithbongs's Avatar
    Member #
    143140
    Join Date
    Nov 2010
    Location
    A TeePee outside of Detroit
    Posts
    1,040
    Liked
    56 times
    Phone
    Home
    Link2SD is on the market and it is really a fantastic app.
    It allows choice of what you want on ext partition and what you want to keep actually internal.
    I say actually since on both app2sd and link2sd, still show as being internal.
    Dev named bakpinar over at xda has thread for link app and contains number of scripts to disable the app2sd mount and creates new mount in data/ext or ext2 but can't remember off the top of my head.
    As I've been trying out cm app2sd, but will be changing back as I like that it allows user greater control.
  7. Droid Ninja
    danceswithbongs's Avatar
    Member #
    143140
    Join Date
    Nov 2010
    Location
    A TeePee outside of Detroit
    Posts
    1,040
    Liked
    56 times
    Phone
    Home
    Ddavid I cannot access either of the links you supplied.
    Could you possibly link the scripts to your signature so I can download them.
    It would be greatly appreciated.
    Thanks
    danceswithbongs

    Quote Originally Posted by ddavidadams View Post
    Quote Originally Posted by itchn2go View Post
    @ Prime - trying the script now.

    @ dd - can you provide a link to DT? I only found it on Facebook and that is useless to me.

    Quote Originally Posted by ddavidadams View Post

    I have been using Dark tremors script for this and it works great. I have used it with CM6.1, CM7 and PE5. That is how I got on this thread in the first place, I was searching for a kernel that would work with PE5 and Dark Tremor A2SD.
    This is from the facebook page. It is a link to an ftp site where his files are store. The link from there for the one I am using is listed below also.

    http://www.facebook.com/l.php?u=http...Fdtftp&h=e8b8b

    ftp://dtuser:Darktremor1@ftp.darktre...a04-signed.zip
  8. Droid
    DMal9782's Avatar
    Member #
    143439
    Join Date
    Dec 2010
    Location
    Brooklyn, NY
    Posts
    97
    Phone
    HTC Thunderbolt
    Prime, does moving apps to the SD card mess with compcache? I literally lost the zram0 module somehow during the day without even restarting, had compcache this morning, don't now, reflashed the kernel to no avail, compcache start in terminal returns "can't open /dev/block/zram0: no such file or directory" and the only thing I can think of that I messed with is I moved a few apps to my sdcard to make some space. I know there's been some discussion here about it but it mostly flew over my head
    Last edited by DMal9782; 03-03-2011 at 05:40 PM.
  9. Junior Droid
    joshkinsey's Avatar
    Member #
    27728
    Join Date
    Jan 2010
    Posts
    7
    Phone
    Motorola Droid
    I'm not sure if this kernel is supposed to work with ROMs other than Cyanogenmod. If not, then ignore this post.

    I am installing this latest kernel build #6 on sapphire 2.0.2. After rebooting from recovery (RZRecovery) my 3G is gone. Wifi works, but the phone will not connect to the 3G network. I have tried airplane mode and all that stuff, but the 3G just isn't happening. I even tried a wipe and reinstall of the ROM, but the same issue occurs after I install the kernel. Any ideas?
  10. Droid
    swikk's Avatar
    Member #
    96903
    Join Date
    Jul 2010
    Location
    Boca Raton, FL
    Posts
    63
    Phone
    OG Droid
    Quote Originally Posted by DMal9782 View Post
    Prime, does moving apps to the SD card mess with compcache? I literally lost the zram0 module somehow during the day without even restarting, had compcache this morning, don't now, reflashed the kernel to no avail, compcache start in terminal returns "can't open /dev/block/zram0: no such file or directory" and the only thing I can think of that I messed with is I moved a few apps to my sdcard to make some space. I know there's been some discussion here about it but it mostly flew over my head

    Try the following in terminal:

    handle_compcache

    That works for me...

    Sent from my Droid using DroidForums App
Page 33 of 266 FirstFirst ... 23 31 32 33 34 35 43 83 133 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Using GB break 1.2, all i need?
    By BioInclined in forum Motorola Droid 2 Development
    Replies: 0
    Last Post: 10-03-2011, 10:57 PM
  2. B-boy™ needs a break
    By B-boy™ in forum B-boy™ - D1
    Replies: 25
    Last Post: 08-25-2011, 11:15 PM
  3. So, what did I break?
    By Maverick0984 in forum Android Tech Support
    Replies: 4
    Last Post: 07-06-2011, 09:45 AM
  4. Bad D1 3G. Did I break it?
    By keithjx in forum Android Tech Support
    Replies: 1
    Last Post: 03-22-2011, 11:00 AM

Search tags for this page

breaks it if you can
,
bumblebee governor android
,

deprimed kernel

,
deprimed kernel download
,
deprimed kernel test
,
deprimed test kernel
,
droid1 deprimed test
,
drop caches: nonexistent directory
,
fiops vs sio
,
mkswap: lseek: invalid argument
,
prime kernel
,
prime link2sd preinstall script
,
primed kernel
,
supercharger swappiness
,
yaffs2 cannot allocate memory
Click on a term to search our site for related topics.
Find us on Google+