DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Results 1 to 10 of 10

Thread: [REQ] Add a file manager into Rubix install

  1. Zaphod-Beeblebrox's Avatar
    Member #
    127401
    Join Date
    Oct 2010
    Posts
    82
    Phone
    DroidX
    #1

    [REQ] Add a file manager into Rubix install

    I decided to do the whole SBF to .15 and OTA, install 1.9, etc...

    I decided I did not want to actually setup my google account, sync with the market until I had finished installing the .340 Patch to 1.9 and my choice of theme (BlackJuice v4 Blue).

    However, once I got into the basic Rubix install, there was no file manager (astro or otherwise) to use to install DroidXBootstrapper. I keep a basic set of APK's on the sdcard so I can do certain tweaks before syncing my account, but I don't know of a way to install an APK without some sort of file manager.

    Is there another way? Or should something be included in the next build of Rubix?

    Thanks,
    -Z


    Edit: I did find a way to install an APK without setting up my Market account:

    Use ADB shell (I'm very comfortable with ADB Shell .. others might not be so comfortable). and copy the SDK you want installed into /data/app

    ie: In only really needed droidxbootstrap at this moment (to finish the patching/themeing) so in adb shell:

    Code:
    c:\ adb shell
    $SU
    # cp /sdcard/apks/droidxbootstrap.apk  /data/app/droidxbootstrap.apk
    #reboot
    This assumes you have the APK's and locations I do, but if you got this far, you should be able to change the directories to fit your needs.
    Last edited by Zaphod-Beeblebrox; 12-11-2010 at 09:45 AM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    digitalslacker's Avatar
    Member #
    134249
    Join Date
    Nov 2010
    Posts
    351
    Phone
    Droid X / rubix 1.97
    #2
    I just learned a good trick on here and that's to get Root Explorer on here and put a load of the common files you need (Bootstrap, z4Root, Root Explorer etc.) into the /preinstall/app folder.

    You do need to also generate an md5 file for them and put them in /preinstall/md5

    I'm not sure if that all get over written with an sbf but if you are bouncing around on roms it will auto-install those apps on a wipe. Really usefully.

    for right now you should be able to use terminal to get a basic file manager installed.

    sudo apt-get sd/appmanager/astro.apk

    if you google it i'm sure you can find an apk of astro

    hope that helps!
  4. Zaphod-Beeblebrox's Avatar
    Member #
    127401
    Join Date
    Oct 2010
    Posts
    82
    Phone
    DroidX
    #3
    Quote Originally Posted by digitalslacker View Post
    I just learned a good trick on here and that's to get Root Explorer on here and put a load of the common files you need (Bootstrap, z4Root, Root Explorer etc.) into the /preinstall/app folder.

    You do need to also generate an md5 file for them and put them in /preinstall/md5

    I'm not sure if that all get over written with an sbf but if you are bouncing around on roms it will auto-install those apps on a wipe. Really usefully.

    for right now you should be able to use terminal to get a basic file manager installed.

    sudo apt-get sd/appmanager/astro.apk

    if you google it i'm sure you can find an apk of astro

    hope that helps!
    I had known about the /preinstall folder, but until you just posted that, I never really thought about using it outside of the ROM install. I had been wanting drod to include certain apps (like the market version of ADW, rather than the standalone) as part of the install. Never occured to me that I could just dump my own setup into there. the ROM install doesn't touch that dir, so it should be the perfect place to drop my 'needs'
  5. Beta Team
    Tanknspank's Avatar
    Member #
    27138
    Join Date
    Jan 2010
    Location
    North Carolina
    Posts
    3,548
    Phone
    Droid 1
    Premium Member
    #4
    Quote Originally Posted by Zaphod-Beeblebrox View Post
    Quote Originally Posted by digitalslacker View Post
    I just learned a good trick on here and that's to get Root Explorer on here and put a load of the common files you need (Bootstrap, z4Root, Root Explorer etc.) into the /preinstall/app folder.

    You do need to also generate an md5 file for them and put them in /preinstall/md5

    I'm not sure if that all get over written with an sbf but if you are bouncing around on roms it will auto-install those apps on a wipe. Really usefully.

    for right now you should be able to use terminal to get a basic file manager installed.

    sudo apt-get sd/appmanager/astro.apk

    if you google it i'm sure you can find an apk of astro

    hope that helps!
    I had known about the /preinstall folder, but until you just posted that, I never really thought about using it outside of the ROM install. I had been wanting drod to include certain apps (like the market version of ADW, rather than the standalone) as part of the install. Never occured to me that I could just dump my own setup into there. the ROM install doesn't touch that dir, so it should be the perfect place to drop my 'needs'
    The market version is the standalone version :P

    Sent from my Droid using Tapatalk
    -----------------------------------
    Rom: CyanogenMod 7 Winner00's Nightly #85
    Recovery: ClockworkMod 3.1.0.2
    Kernel: Prime's deprimed_test
    Theme: Stock
    Launcher: ADW EX 1.2.2
    Launcher Theme: Gingerbread
    Twitter: http://twitter.com/ihaztehwingz

    -----------------------------------
  6. Master Droid
    digitalslacker's Avatar
    Member #
    134249
    Join Date
    Nov 2010
    Posts
    351
    Phone
    Droid X / rubix 1.97
    #5
    Another good 1 to put in there is appbrain. Makes coming back from a botched apprestore via the market much easier

    Sent from my DROIDX using Tapatalk
  7. Zaphod-Beeblebrox's Avatar
    Member #
    127401
    Join Date
    Oct 2010
    Posts
    82
    Phone
    DroidX
    #6
    Quote Originally Posted by Tanknspank View Post
    Quote Originally Posted by Zaphod-Beeblebrox View Post
    Quote Originally Posted by digitalslacker View Post
    I just learned a good trick on here and that's to get Root Explorer on here and put a load of the common files you need (Bootstrap, z4Root, Root Explorer etc.) into the /preinstall/app folder.

    You do need to also generate an md5 file for them and put them in /preinstall/md5

    I'm not sure if that all get over written with an sbf but if you are bouncing around on roms it will auto-install those apps on a wipe. Really usefully.

    for right now you should be able to use terminal to get a basic file manager installed.

    sudo apt-get sd/appmanager/astro.apk

    if you google it i'm sure you can find an apk of astro

    hope that helps!
    I had known about the /preinstall folder, but until you just posted that, I never really thought about using it outside of the ROM install. I had been wanting drod to include certain apps (like the market version of ADW, rather than the standalone) as part of the install. Never occured to me that I could just dump my own setup into there. the ROM install doesn't touch that dir, so it should be the perfect place to drop my 'needs'
    The market version is the standalone version :P

    Sent from my Droid using Tapatalk
    Starting to realize that. All along I've been mistaken thinking that by installing it into /system that we would not be able to get updates via the market for this?

    Will ADW autoupdate via the market for us?
  8. Developer
    drod2169's Avatar
    Member #
    58048
    Join Date
    Apr 2010
    Posts
    677
    Phone
    Motorola Droid X
    DroidForums.net Developer
    Premium Member
    #7
    I'll be adding one. Likely the CM one, it's nice
    If you like my work, donations are welcome!
    https://www.paypal.com/cgi-bin/websc...=TYYWQBR78DW7U
    Follow me on twitter! @Drod2169
    Team Phoenix Dev!
    Check out my Droid X Roms:
    http://www.droidforums.net/forum/drod2169-x/
  9. Master Droid
    andylulzyou's Avatar
    Member #
    115636
    Join Date
    Sep 2010
    Posts
    553
    Phone
    Droid X
    #8
    I'm able to install .apks with the stock File program on the phone...
  10. Zaphod-Beeblebrox's Avatar
    Member #
    127401
    Join Date
    Oct 2010
    Posts
    82
    Phone
    DroidX
    #9
    Quote Originally Posted by andylulzyou View Post
    I'm able to install .apks with the stock File program on the phone...
    You on Rubix Focused or Blurry?

    Focused doesn't have one.
  11. Master Droid
    teh_g's Avatar
    Member #
    126800
    Join Date
    Oct 2010
    Posts
    384
    Liked
    1 times
    Phone
    Verizon Droid X w/ rubiX
    #10
    I use ADB shell to install apps. I need to generate some md5 checksum files so that TB can be installed automatically.

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. rubiX on ROM Manager
    By riahon in forum Drod2169 - X
    Replies: 4
    Last Post: 11-19-2010, 07:36 AM
  2. Stock Rubix Keyboard file please :)
    By jloya in forum Drod2169 - X
    Replies: 20
    Last Post: 11-04-2010, 04:57 PM
  3. cant restore back up after rubiX install
    By sruel3216 in forum Droid X Roms
    Replies: 1
    Last Post: 10-04-2010, 05:38 PM
  4. Astro File Manager vs Linda File Manager
    By hookbill in forum Android Applications
    Replies: 20
    Last Post: 07-31-2010, 04:00 PM
  5. Is it possible to install .apk from the SD card without a file manager?
    By jim_stem in forum Android General Discussions
    Replies: 10
    Last Post: 01-27-2010, 06:17 PM

Search tags for this page

astro apk
,
astro file manager color#q
,
datamanager apk location droid x
,
datamanagerservice.apk
,
droid x data manager service apk location
,
install android file manager manually
,
install rom manager apk nook color
,
installing .apk file using rom manager on nook color
,
nomad nookfilebrowser
,

nook color file manager

,
nook color file manager apk
,
where do i find the nook files on droid x
,
where is data manager service.apk located
,
where is datamanagerservice.apk
,
where is the nook color file manager located
Click on a term to search our site for related topics.
Find us on Google+