Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Discussion > Android Lounge

Android Lounge A place for general Android discussion and questions.



Reply
 
LinkBack Thread Tools
Old May 16th, 2009, 09:08 AM   #1 (permalink)
Member
 
Join Date: Nov 2008
Posts: 112
 
Device(s):
Thanks: 0
Thanked 4 Times in 3 Posts
Default Running Apps from SD card now Easier!

Marcus Maximus from XDA-dev has released a new version of Apps to SD card that will format your drive and correctly create the necessary partitions required to run your apps from your SD card. You still need root for this, but it is so much easier (and faster) now.

App is available in market for .99 or on devs website for free.

Excellent Tutorial by the author here:
http://forum.xda-developers.com/showthread.php?t=512743

Anyone who asks "why root?", this is why, AppstoSD2 ftw.

You still need root for this!

ravens0ng is offline  
Last edited by ravens0ng; May 16th, 2009 at 09:12 AM. Reason: Added Link
Reply With Quote
Sponsors
Old May 16th, 2009, 12:04 PM   #2 (permalink)
Member
 
pacothebandit's Avatar
 
Join Date: Mar 2009
Posts: 290
 
Device(s): Nexus S 4G
Thanks: 0
Thanked 4 Times in 4 Posts
Send a message via Skype™ to pacothebandit
Default

YES...I tried to click on the link but I'm using my G1 for internet...and I only have Edge so I guess Ill wait till later. Thanks for the post!!
__________________
--Stock Asus Transformer (Optimus) Prime-- RETURNED CAUSE GPS
--Rooted NS4G-- AND --GALAXY NEXUS
My Rom---> [ROM] [AOSP] Android Open Kang Project - crespo4g build 17 - RootzWiki
My Kernel---> [KERNEL]*Matr1x* with BLN and voodoo v14.5 | ICS - 4.0.3 - xda-developers
pacothebandit is offline  
Reply With Quote
Old May 30th, 2009, 01:42 PM   #3 (permalink)
New Member
 
Join Date: May 2009
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Browse with laptop via g1 phone???

Hi, Could you pls tell if it is possible to browse the net on my laptop computer via my G1 phone??? that is to synchronise with G1 with windows xp or vista. Many thanks to you.
gsmzolutionz is offline  
Reply With Quote
Old May 30th, 2009, 02:51 PM   #4 (permalink)
Member
 
Join Date: Nov 2008
Posts: 112
 
Device(s):
Thanks: 0
Thanked 4 Times in 3 Posts
Default

I have not done it myself, as I have no need; but yes, this is possible with a rooted phone. It does not have anything to do with running apps on the sdcard though. You'll need to root your phone first and then use an app to set up the tether. Pretty sure they have stuff about it in the FAQ here.
ravens0ng is offline  
Reply With Quote
Old June 6th, 2009, 05:24 AM   #5 (permalink)
Junior Member
 
ThaDroid's Avatar
 
Join Date: Mar 2009
Posts: 16
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

i wish some one would just make a youtube video on how to get the app2sd to work some one who could teach us all who dont know how or who are having problems
ThaDroid is offline  
Reply With Quote
Old June 6th, 2009, 08:25 PM   #6 (permalink)
No One...
 
noonehereyet's Avatar
 
Join Date: Nov 2008
Location: California
Posts: 3,093
 
Device(s): G1, Cliq, Vibrant, MyTouch 4G, G2x, Amaze, Galaxy Nexus
Thanks: 3
Thanked 56 Times in 44 Posts
Send a message via AIM to noonehereyet
Default

Quote:
Originally Posted by ThaDroid View Post
i wish some one would just make a youtube video on how to get the app2sd to work some one who could teach us all who dont know how or who are having problems

here are the commands to copy/move your stuff to sd to run apps to sd (rooted users only)

creat an EXT2 partition on your micro sd (not the entire card only a portion of it) in windows use paragon, in linux use gparted
then run these commands
adb devices
adb remount
adb shell
cp -a /data/app /system/sd
cp -a /data/app-private /system/sd
rm -r /data/app
rm -r /data/app-private
ln -s /system/sd/app /data/app
ln -s /system/sd/app-private /data/app-private

Reboot and you have apps to sd.....
noonehereyet is offline  
Last edited by noonehereyet; June 6th, 2009 at 08:26 PM.
Reply With Quote
Old June 9th, 2009, 05:25 AM   #7 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 5
 
Device(s):
Thanks: 0
Thanked 2 Times in 1 Post
Default

I have seriously been trying to do this for months. After numerous amounts of emails back and forth between Marcus and I, I still can not get this to work
Cherodactyl is offline  
Last edited by Cherodactyl; June 9th, 2009 at 05:33 AM.
Reply With Quote
Old June 13th, 2009, 04:47 PM   #8 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 5
 
Device(s):
Thanks: 0
Thanked 2 Times in 1 Post
Default

Quote:
Originally Posted by Swizz View Post
let us try something (if you havent already).

From adb shell type "su". Then get your copy and paste on:

Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
okay I got:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
mount: mounting /dev/block/mtdblock3 on /system failed: Device or resource busy
gahhh
Cherodactyl is offline  
Reply With Quote
Old June 21st, 2009, 02:14 AM   #9 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 15
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

if your still having trouble try "adb root" as your first command. that restarts adb with root permissions, then adb remount, then do the apps2sd procedure.
marshallladd is offline  
Last edited by marshallladd; June 21st, 2009 at 02:14 AM.
Reply With Quote
Old July 3rd, 2009, 12:56 PM   #10 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 23
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

this app soft bricked my phone on the g1 logo, and my sd card was bricked beyond repair, no reader will even recognize i put a card into the reader. anyone know how to fix a bricked sd when nothing even recognizes it?

i have 2 cards like this
korgoth3 is offline  
Reply With Quote
Sponsors
Old July 4th, 2009, 04:04 AM   #11 (permalink)
Premium Member
 
justjimjpc's Avatar
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 10,584
 
Device(s): G1(2ea) 1 rooted, MT3G v1.0, Samsung Vibrant
Thanks: 5
Thanked 207 Times in 99 Posts
Default

Quote:
Originally Posted by korgoth3 View Post
this app soft bricked my phone on the g1 logo, and my sd card was bricked beyond repair, no reader will even recognize i put a card into the reader. anyone know how to fix a bricked sd when nothing even recognizes it?

i have 2 cards like this
BTW : you said "THIS APP" but never named the app that you say bricked your phone
If you mean AppsToSD ... I have run that app from its first appearrance without a problem ...

Do a web search ... I have seen a company that says they can recover almost any SD memory card ... Usual failure is the onboard controller ... they bypass that or replace it to do the recovery ...
__________________
Help Us: Submit FAQ's You have answered over and over! Will add them to OUR FAQ LIB. Check out our FAQ's.... Also Check out our Tag Search.

Running 2 G1's & a MT3G(dMd64), Vibrant(rooted) : 1.) Legit G1=1.6 DRC83 // 2.) Rooted G1=CM's 4.2.15.1 (03/08/10), Recovery =RA 1.5.2

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline  
Last edited by justjimjpc; July 4th, 2009 at 04:07 AM.
Reply With Quote
Old September 2nd, 2009, 07:32 PM   #12 (permalink)
New Member
 
Join Date: Jul 2009
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with apptosd2

I'm trying to use apptosd2 to put my apps on the SD card. Every time I run it, it wants to partition my SD card. I followed (I think) the authors instructions on the xda site, but nothing seems to work. Can anyone help me? By the way, I do have root access. Thanks in advance.
jodyweiss is offline  
Reply With Quote
Old September 3rd, 2009, 08:16 AM   #13 (permalink)
Premium Member
 
justjimjpc's Avatar
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 10,584
 
Device(s): G1(2ea) 1 rooted, MT3G v1.0, Samsung Vibrant
Thanks: 5
Thanked 207 Times in 99 Posts
Default

Quote:
Originally Posted by jodyweiss View Post
I'm trying to use apptosd2 to put my apps on the SD card. Every time I run it, it wants to partition my SD card. I followed (I think) the authors instructions on the xda site, but nothing seems to work. Can anyone help me? By the way, I do have root access. Thanks in advance.
Copy/Backup all the files and data on the SDCard First !!

Now Format the SDCard as FAT32.

Get a program like PartitonMagic and create a ext3 partition of the SDCard..

Copy your files and data back onto the Fat32 /sdcard ...

Now your Sdcard is prepared to recieve apps2sd ...

If you are using one of Cyanogen's latest Build's then Apps2SD will occur automatically ...

Not all developers' build are capable of apps2SD automatically ... quick the info for your Build ... of the forum where that build was presented. Ask how they are using Apps2SD ..
justjimjpc is offline  
Reply With Quote
Reply

Bookmarks

Tags
apps on sdcard, apps2sd, appstosd


Go Back   Android Forums > Android Discussion > Android Lounge User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there an Easier Way to Switch Apps?? lobe50 Motorola Droid 10 March 7th, 2012 12:46 PM
3 apps that make your life easier Smithers Android Applications 13 May 23rd, 2010 05:39 PM
Got to be easier way to update apps. neemo6 Android Applications 9 January 1st, 2010 07:50 PM
Apps that would make for an easier BlackBerry to Droid Transition? summerfish Android Applications 3 December 21st, 2009 04:06 PM



All times are GMT -5. The time now is 05:13 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo