mirandam writes
Rather than try an app to do sdcard stuff why not trick Android first?
here is how using adb.....If you want to use Android terminal you may need to be root....not tested in Android terminal
1) you put your Apks onto root of sdcard
b) untested put them in a folder
2) start adb and do this....If Windows, do as admin
with Linux with user as root powers udev rule
b) Users can not proceed past adb devices command if it is a blank line or a line with serial number is ? marks
----? marks indicates udev rule is wrong or Windows user is not running adb as Admin.
c) adb device status must indicate device, or a phone name.
offline means you did not turn phone on by normal boot
sideload means you booted into recovery and choose install zip....from sideload
fastboot means you rebooted into bootloader that took you directly to fastboot OR
you then chose fastboot mode
3) reboot phone to see if APKS installed
May not work with all phones is my get-out-jail free card
OFFTOPC I was hoping to use this method to root a SC7715 Spreadtrum phone....it did not work but I still hope. my real phone is already rooted and already allows default storage to be set as sdcard in system settings -> storage
Quote:like I need to find a different phone like the dogee dg450 (which indeed has 4.2.x), to be able to use link2sd
Rather than try an app to do sdcard stuff why not trick Android first?
here is how using adb.....If you want to use Android terminal you may need to be root....not tested in Android terminal
1) you put your Apks onto root of sdcard
b) untested put them in a folder
2) start adb and do this....If Windows, do as admin
with Linux with user as root powers udev rule
b) Users can not proceed past adb devices command if it is a blank line or a line with serial number is ? marks
----? marks indicates udev rule is wrong or Windows user is not running adb as Admin.
c) adb device status must indicate device, or a phone name.
offline means you did not turn phone on by normal boot
sideload means you booted into recovery and choose install zip....from sideload
fastboot means you rebooted into bootloader that took you directly to fastboot OR
you then chose fastboot mode
Code:
adb devices
adb shell
pm get-install-location
pm set-install-location 2
pm get-install-location
3) reboot phone to see if APKS installed
May not work with all phones is my get-out-jail free card
OFFTOPC I was hoping to use this method to root a SC7715 Spreadtrum phone....it did not work but I still hope. my real phone is already rooted and already allows default storage to be set as sdcard in system settings -> storage