Busybox - Epic 4G Android Development

is there a way to install busyboxy with ClockWorkMod recovery?

Well most roms have a version of it what rom are you running?
Sent from my SPH-D700 using XDA App

no need to install busybox unless your on an older rom/kernel, but for whatever reason you need to there is one in the market

I am running the epic experience v1.2.06 and i have tried the one on the market and it always comes up fails

Try downloading titanium backup and go to the problems section and it will install busybox.
sent from the epic

tried that and it failed

Well I looked and the ee rom has busybox and just wondering what do you need it for?
sent from the epic

Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?

HI
Can some one explain what is busy box thank you very much

luvjones305 said:
Can some one explain what is busy box thank you very much
Click to expand...
Click to collapse
Search bar! Use it!
Also, in before moved to General.

igotsthemagicinme said:
Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?
Click to expand...
Click to collapse
Maybe it's already installed. Most of the ROMs have it already built in.

igotsthemagicinme said:
Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?
Click to expand...
Click to collapse
you need to adb shell or run a terminal on your handset and create a link where metamorph is expecting to find busybox (or simply copy the binary)
i.e.,:
$su
#ln -s /sbin/busybox /system/bin/busybox
- or -
$su
#cp /sbin/busybox /system/bin/busybox
linking saves you the trouble of version mismatching, but some people seem to have issues with it.

Related

Android-Wifi-Tether on Sprint 2.1 RUU

I went from a stock 1.5 to 2.1 using the Sprint 2.1 RUU and all is well. I understand it's a dev build and as such is already root but when I trying installing android-wifi-tether (both 2.0 and 1.6) it all looks well except when I touch the icon to start and it fails. The 1.6 version did report I didn't have root.
What do I need to do in ADB/shell to ensure the proper permissions are there for AWT? This is the last thing I want to get working and I'm happy.
Do I need to remount the filesystem as rw? Add superuser? Not sure what's needed.
Please help.
mobilehavoc said:
I went from a stock 1.5 to 2.1 using the Sprint 2.1 RUU and all is well. I understand it's a dev build and as such is already root but when I trying installing android-wifi-tether (both 2.0 and 1.6) it all looks well except when I touch the icon to start and it fails. The 1.6 version did report I didn't have root.
What do I need to do in ADB/shell to ensure the proper permissions are there for AWT? This is the last thing I want to get working and I'm happy.
Do I need to remount the filesystem as rw? Add superuser? Not sure what's needed.
Please help.
Click to expand...
Click to collapse
is busy box installed?
is SU working?
feefeeboomboom said:
is busy box installed?
is SU working?
Click to expand...
Click to collapse
I haven't done anything since flashing the 2.1 RUU. What steps do I need to do to get busybox and su working?
if you installed the RUU that was just 'leaked' (from what i understood our 2.1 builds are based off this ruu already). The build does not include busy box or anything for that matter that is required for wireless tether-
damageless said:
Here is a link to the latest RUU from Sprint.
You cannot simply extract it. This still has root since it is a test release. I recommend just doing an adb pull of your system directory after you flash it. Don't do this when the final one comes out or else you might be stuck without root.
You will need to add busybox, patch sh and su, and make sure that you do another recovery image and such. I also recommend adding Superuser.apk and stuff. If you use the Desire build.prop, you can get most of the protected apps working.
Enjoy.
http://dl.damagedroms.com/2.0/RUU_Hero_C_Sprint_2.20.651.1_signed_test.exe
Leak, I know who you are.
Click to expand...
Click to collapse
http://benno.id.au/blog/2007/11/14/android-busybox
Busy Box link for you, I'm not really sure how to get it working but it's a start, alot of results come up if you google "busybox for android", so I hope that helps ya out bud
mobilehavoc said:
I went from a stock 1.5 to 2.1 using the Sprint 2.1 RUU and all is well. I understand it's a dev build and as such is already root but when I trying installing android-wifi-tether (both 2.0 and 1.6) it all looks well except when I touch the icon to start and it fails. The 1.6 version did report I didn't have root.
What do I need to do in ADB/shell to ensure the proper permissions are there for AWT? This is the last thing I want to get working and I'm happy.
Do I need to remount the filesystem as rw? Add superuser? Not sure what's needed.
Please help.
Click to expand...
Click to collapse
Add SU and make sure you have USB debugging on (Menu/Settings/Applications/Development/USB Debugging). This is needed so when you try to start the WIfi Tether app that is says do you allow root permissions.
dwertz said:
Add SU and make sure you have USB debugging on (Menu/Settings/Applications/Development/USB Debugging). This is needed so when you try to start the WIfi Tether app that is says do you allow root permissions.
Click to expand...
Click to collapse
How do I add su? Any guides on here. Don't understand why busy box is required for wifi tether.
mobilehavoc said:
I went from a stock 1.5 to 2.1 using the Sprint 2.1 RUU and all is well. I understand it's a dev build and as such is already root
Click to expand...
Click to collapse
Who told you that the RUU was rooted already? It's not. Why would it be? Sprint has no interest in you being root.
As for why do you have to install busybox? Because the application requires it.
It's rooted because it's a dev release. It just doesn't appear to have busybox or superuser installed
mobilehavoc said:
How do I add su? Any guides on here. Don't understand why busy box is required for wifi tether.
Click to expand...
Click to collapse
Here is the superuser.apk You have to have root.
Put superuser.apk in your C:\AndroidSDK\Tools\
adb remount
adb push superuser.apk /system/app/
mobilehavoc said:
It's rooted because it's a dev release. It just doesn't appear to have busybox or superuser installed
Click to expand...
Click to collapse
It has no reason to have either one. As for whether or not it's rooted... when you connect to it with adb, what do you get?
posguy99 said:
It has no reason to have either one. As for whether or not it's rooted... when you connect to it with adb, what do you get?
Click to expand...
Click to collapse
Not sure what you mean but I was able to push a new build prop onto the phone using adb with no issues.
posguy99 said:
It has no reason to have either one. As for whether or not it's rooted... when you connect to it with adb, what do you get?
Click to expand...
Click to collapse
The leak actually is rooted. It's an engineering leak, so root can work his magic- but only from the adb shell.
why do you need superuser?
superuser requires root, if you had root, you wouldnt need it.
you can just dl the wifi tether for root from the market
program and it would work right?
10 chars and a poke

I need "su" and "superuser.apk" to get root apps to work

but where the fugg is "su".
I pushed superuser.apk no prblem but were is this extensionless su app??
Reason:
I rooted my gf's hero and need to run titanium to backup all her apps before I flash Fresh 2.1.2 to it. After lots of searching I se I need to put SU on it. Can soeone shed some light...?
scirio said:
but where the fugg is "su".
I pushed superuser.apk no prblem but were is this extensionless su app??
Reason:
I rooted my gf's hero and need to run titanium to backup all her apps before I flash Fresh 2.1.2 to it. After lots of searching I se I need to put SU on it. Can soeone shed some light...?
Click to expand...
Click to collapse
hmm.. you could just use another backup program that doesnt need root. i personally use astro to back up my apps.
assuming that just pushing superuser.apk works, then you should get a prompt when you try to use titanium back up that asks for root access.
su should be in /system/bin and I believe /system/xbin. I had to cp su /system/xbin for Metamorph to work a while ago...
Code:
adb shell
cd /system/bin
ls
see if su is in this folder. if it is then
Code:
cp su /system/xbin
But wait till someone else confirms this...
Also, if you are getting the black super user request screen make sure that you have USB Debugging turned on. Settings>Applications>Development>USB Debugging Mode
"su" is not an app.. "su" is command for "super user"..
"su" is root access.. If the rom you are using is not rooted it will never have "su".. Because the rom will not allow sudo access
*search for appsaver to get the apps from an unrooted rom..
azyouthinkeyeiz said:
"su" is not an app..
"su" is root access.. If the rom you are using is not rooted it will never have "su"..
Click to expand...
Click to collapse
Have to kind of disagree with you here.
he is refering to the SU file that lives in //bin/
Which is technically "executable" when setting suid bits.
But you are correct in that the rom should have that. And if it doesn't...she's not rooted...and you'll need more than just SU eventually...you should go ahead and get busy box installed for TIbackup to use.
Kcarpenter said:
Have to kind of disagree with you here.
he is refering to the SU file that lives in //bin/
Which is technically "executable" when setting suid bits.
But you are correct in that the rom should have that. And if it doesn't...she's not rooted...and you'll need more than just SU eventually...you should go ahead and get busy box installed for TIbackup to use.
Click to expand...
Click to collapse
The su file that lives in //bin/ allows the rom to interact with busybox and supermissions.. It is not an APP just a directory file.. That's like saying on a PC that the DLL files for each program is a program.. It does "execute" but there is not a single file on your computer that isn't "executable" in someway.. I was just saying in layman's terms that he can't do what he wants..
You can't just install that on a Sprint Rom.. He cannot just push busybox into his rom because it is lacking the su file.. And it cannot interact with the Sprint Rom even if you did get it installed somehow...
Yes he rooted the phone, but the ROM is still locked in by sprint until you flash a custom rom.. You have to repackage the rom and reflash it to get those parts into the rom.. Which would not help this guy with what he wants..
*again.. Search for appsaver.. it is the easiest solution for you OP
azyouthinkeyeiz said:
The su file that lives in //bin/ allows the rom to interact with busybox and supermissions.. It is not an APP just a directory file.. That's like saying on a PC that the DLL files for each program is a program.. It does "execute" but there is not a single file on your computer that isn't "executable" in someway.. I was just saying in layman's terms that he can't do what he wants..
You can't just install that on a Sprint Rom.. He cannot just push busybox into his rom because it is lacking the su file.. And it cannot interact with the Sprint Rom even if you did get it installed somehow...
Yes he rooted the phone, but the ROM is still locked in by sprint until you flash a custom rom.. You have to repackage the rom and reflash it to get those parts into the rom.. Which would not help this guy with what he wants..
*again.. Search for appsaver.. it is the easiest solution for you OP
Click to expand...
Click to collapse
I knew it wasn't an "app" but I also figured you guys were smart enough not to hassle me about symantics
Ended up just flashing Fresh 2.1.2 and to hell with her apps.
scirio said:
to hell with her apps.
Click to expand...
Click to collapse
I tell ya what, every time I wipe my wifes phone and wipe out that "My Days" app. She wants to kill me. You'd think she has that schedule memorized...lord knows I do.

[INITRAMFS]Kernels Devs rooted initramfs

Hello to all the kernels Devs,
I just want to share with you all the initramfs I use in my kernels.This initram has scripts that run on boot to give root and installs the Superuser.apk and Busybox along with a script that will allow people to easily remount the /system filesystem read write if changes need to be made I think this is the best way to run root on the Epic that way there is no need for rom devs to have to setup a rom to be rooted.The scripts in it are run from init.rc and sets up the phone for root and installs Busybox with a full compliment of applets.It is in working order and will work with Rom Manager.If you have any questions about it let me know.
Link to my initramfs.
http://www.mediafire.com/?aynk2gd05xuv6c0
Another link in case mediafire doesn't feel like working.
http://www.sdx-downloads.com/devs/skeeterslint/Epic-4G-initramfs.tar.gz
Updated to latest stable busybox version 1.17.3
does root explorer and metamorph work with this?
Root explorer will work when he updates it on the merket is is bugged right now, metamorph I can't say I never used it, Titanium Backup will work without having to install busybox through the app all root programs will work without issues. It sets su in /system/bin and /system/xbin so as to not break any root apps. The root script is in /sbin it is run from init.rc during startup, the busybox install is also run from init.rc and gets setup in /bin.
Sent from my SPH-D700 using Tapatalk
Metamorph works fine for me.
[email protected] said:
Metamorph works fine for me.
Click to expand...
Click to collapse
I thought it only worked with Cyanogen - what ROM/kernel are you using?
If root explorer has a bug and needs an update, is the same true for connectbot?
ragnarokx said:
I thought it only worked with Cyanogen - what ROM/kernel are you using?
Click to expand...
Click to collapse
Works with twiz also(worked on my behold 2) but not all themes work.
skeeterslint said:
Hello to all the kernels Devs,
I just want to share with you all the initramfs I use in my kernels.This initram has scripts that run on boot to give root and installs the Superuser.apk and Busybox along with a script that will allow people to easily remount the /system filesystem read write if changes need to be made I think this is the best way to run root on the Epic that way there is no need for rom devs to have to setup a rom to be rooted.The scripts in it are run from init.rc and sets up the phone for root and installs Busybox with a full compliment of applets.It is in working order and will work with Rom Manager.If you have any questions about it let me know.
Link to my initramfs.
http://www.mediafire.com/?q4n2mgb4d2l6ucv
Click to expand...
Click to collapse
Wont flash in clockwork,is this for odin?
Ummm no this is for kernel devs to build kernels with. It is the ramdisk that is inside the kernel.
Sent from my SPH-D700 using Tapatalk
Bump,
Joeys root exploit was never ment to be permanant was just a hold out till the source code was released and we could root with the kernel.its worth trying it out at least once
skeeterslint said:
Bump,
Joeys root exploit was never ment to be permanant was just a hold out till the source code was released and we could root with the kernel.its worth trying it out at least once
Click to expand...
Click to collapse
Hey bro I tried integrating your ramdisk into my kernel, but theres a few issues.
For one, ADB can still run as root, and I can get into it thru a shell, but I lose all root access in usermode. SetCPU fails. My Search2Play app fails. Nothing can get root. I believe its because of the SU binary you're using.
Any ideas?
Geniusdog254 said:
Hey bro I tried integrating your ramdisk into my kernel, but theres a few issues.
For one, ADB can still run as root, and I can get into it thru a shell, but I lose all root access in usermode. SetCPU fails. My Search2Play app fails. Nothing can get root. I believe its because of the SU binary you're using.
Any ideas?
Click to expand...
Click to collapse
Go into the default.prop and remove this ro.secure=0 thats a setting that koush had in it it gives a root shell in adb and that is probably what is breaking it.TThe su binary I am using is the the one that comes with Superuser.apk that you can download through Rom Manager.I don't seem to have any issues losing root on my phone.
skeeterslint said:
Go into the default.prop and remove this ro.secure=0 thats a setting that koush had in it it gives a root shell in adb and that is probably what is breaking it.TThe su binary I am using is the the one that comes with Superuser.apk that you can download through Rom Manager.
Click to expand...
Click to collapse
I didn't even know Koush had added that lol I'd had it in mine since day one. That would make since. But I'm not sure its the best idea. Then you can't adb remount or adb push to /system since it'll be in secure mode.
What path does your search2play use to find cp?Thats what fails on my phone I guess its not checking the whole path that is setup in init.rc which is export PATH /sbin:/bin:/system/sbin:/system/bin:/system/xbin.
Geniusdog254 said:
I didn't even know Koush had added that lol I'd had it in mine since day one. That would make since. But I'm not sure its the best idea. Then you can't adb remount or adb push to /system since it'll be in secure mode.
Click to expand...
Click to collapse
To be honest I thought i had changed that before I packed it up.Oh and whats up with setcpu it works fine for me other then being a bit unstable on any other setting except conservative which isn't the initram that cuases that its the phone its always been a bit unstable on the galaxy s from reading the other forums?
Initramfs is updated for DI18.
Updated again to fix issues with bluetooth.
skeeterslint said:
Updated again to fix issues with bluetooth.
Click to expand...
Click to collapse
How'd you fix Bluetooth? Was it just a change in the modules?
Geniusdog254 said:
How'd you fix Bluetooth? Was it just a change in the modules?
Click to expand...
Click to collapse
No was either sonething in init.rc or the init binary itself becuase the release i just replaced had the modules in it already.
skeeterslint said:
No was either sonething in init.rc or the init binary itself becuase the release i just replaced had the modules in it already.
Click to expand...
Click to collapse
I new to the whole kernel development, just starting out but how would I install this? Would I use menuconfig?
Right now I have me my kernel development environment all setup, and compiled my first working kernel for the epic. Thanks in advance.

[Temp] Fix for missing apps on froyo

in your build.prop replace the current text with this: you can get things like tv.com back
Code:
ro.build.description=passion-user 2.2.1 FRG83 60505 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys
i would upload one for people to flash but as some many people are on diff roms/kernels it would just cause more issues then its worth best way to go about fixing it is pulling the file from your phone (or the zip from teh rom your on). swapping out the text and pushing it back to /system
all credit goes to Decad3nce for the fix
Didn't s work for me...
Sent from my SPH-D700 using XDA App
you may have to reboot
Worked for me! Thanks.
Sent from Froyo!
Thanks worked great!!
shabbypenguin said:
in your build.prop replace the current text with this:
Click to expand...
Click to collapse
Wouldn't you like to be more specific? Your current instructions technically mean to replace the entire file with just those three lines...
Sent from my SPH-D700 using XDA App
Please note that users of Quantum Rom already have this fix applied, since 1.3
(Used the epic 2.1 key in 1.3, 1.4+ use the nexus one key)
Thanks shabby xD
Sent from my SPH-D700 using Tapatalk
Here's what I did from my PC with adb. (I have adb in my PATH so adjust the commands for wherever you might have adb.exe)
adb pull /system/build.prop
Then I edited the 2 lines on my PC with notepad++ and saved. Then I put it on my sdcard, remounted /system readwrite and copied it over to /system/build.prop and then rebooted.
adb push build.prop /sdcard/build.prop
adb shell
su (if your ROM didn't already drop you in to root, and check your phone for the superuser popup)
mount -t rfs -o remount,rw /dev/block/stl9 /system
cat /sdcard/build.prop > /system/build.prop
reboot
Sent from Froyo!
didnt work for me. I been trying to get the PayPal 2.2 to show up on the market but its a no go.
Im using Froyo also.
anyway we could just get the paypal.apk??
This didn't work for me either. Trying to get Pocket Blu installed, but it isn't working. TV.com isn't showing either. FWIW I have the new Market app if that means anything.
Any ideas?
Milkman00 said:
This didn't work for me either. Trying to get Pocket Blu installed, but it isn't working. TV.com isn't showing either. FWIW I have the new Market app if that means anything.
Any ideas?
Click to expand...
Click to collapse
Did you reboot your phone?
yes, and after rebooting a rechecked my build.prop file to make sure it took, and it was correct
Nevermind, I got it to work...
The end of the second line was missing the s. Put the s in, and it works perfect.
Can I get some clarification on this? I am using Mammon 1.0.3.1 and cannot get my sprint football ap to work.
Would this be an example of what this would fix?
Could the MSID number in my phone being different from my phone number be the reason it doesn't think this is a SPrint phone?
Thanks for posting a fix but it also didn't seem to work for me. I have been trying to load a program called Laser Appraiser from maket with no avail. Can anyone find it in their market?
worldlyinquirer said:
Thanks for posting a fix but it also didn't seem to work for me. I have been trying to load a program called Laser Appraiser from maket with no avail. Can anyone find it in their market?
Click to expand...
Click to collapse
Laser Appraiser shows up for me.
Milkman00 said:
Laser Appraiser shows up for me.
Click to expand...
Click to collapse
Thanks, Hmm I think I'll just wait for the latest froyo release and see if that helps
I tried downloading it and saving it to my SD card, but it's a protected app. I use AppMonster, which backs up all the apps for when I do flashing, but it doesn't do protected ones. Sorry man, I tried.
sorry i havent replied, most of the roms out there SHOULD have this baked in... i know acs and quantum do and the cm rom should but ill ask noob just to be sure.

[HOW TO] Root Acer Aspire One D255 Netbook Dual Boot & Others

Rooting
You will need:
A source of Better Terminal Emulator.apk (3.38 works) (From now on called BTE)
A working android dual-boot
How to:
Somehow get BTE onto your netbook
Install it using the provided file manager. (DON'T WORRY THAT PACKAGE INSTALLER CRASHES. THAT IS NORMAL. JUST CLICK FORCE CLOSE AND PICK BTE FROM THE LAUCHER.)
There's no need to install the plugin, just click OK and open and close BTE until it opens a green text on white background.
Exit BTE for now and download busybox
Re-open bte and type cd /sdcard/downloads then cat busybox > /system/xbin/busybox
Get Root Explorer from somewhere and install it with file manager
Open it. Test whether busybox works by clicking the mount r/w button. If it changes, your netbook is rooted!
Installing Apps that give "application not installed" in the package installer
Get the app you want and find it in root explorer
Long click the APK and click copy
Right click > more > home
Click mount r/w at the top (MUST BE ROOTED AND HAVE BUSYBOX INSTALLED, SEE ABOVE)
Go to /data/app and click paste
Find your apk and long click and click rename. Name it com.publisher.appname
Long click on the apk and click permissions
Tick the 1st two boxes on the first row, the 1st one in the second row and the 1st. one on the third row.
Go to your launcher (I use GO Launcher EX) and see if it's installed. The app may still force close. If it has not installed, wait a while and see if it appears or try copying it to /system/app and back again
Installing Market & GApps Progress
Installing Market & GApps so far progress:
Installing GApps from CyanogenMod 5 (Android 2.1) & Toshiba Tablet's Market
WORKING!!!!!!! Download! (How to is in the .zip). Note: You cannot search or browse categories, so I will include the Appbrain app for those purposes.
The market opens, but crashes on search or clicking apps. If you click on a recommended app and click install it doesn't download. Does anyone want a tutorial or know how to stop it crashing?
Sent from my Acer Aspire One D255 Netbook with dual-boot Android 2.1 - Rooted
I'm about to try ripping a whole /system/app folder from LG's official GT540 2.1 and see if the market will install
Sent from my Acer Aspire One D255 Netbook with dual-boot Android 2.1 - Rooted
Help
Hi thanks for the guide I've come across a problem though. I've installed BTE and got to the stage
Re-open bte and type cd /sdcard/downloads then cat busybox > /system/xbin/busybo
But when I type in the second line it says that it cannot create the directory because it is read only.
Any thoughts on why it is doing this?
Thanks
nunbean said:
Hi thanks for the guide I've come across a problem though. I've installed BTE and got to the stage
Re-open bte and type cd /sdcard/downloads then cat busybox > /system/xbin/busybo
But when I type in the second line it says that it cannot create the directory because it is read only.
Any thoughts on why it is doing this?
Thanks
Click to expand...
Click to collapse
This page seems to show you how to mount system r/w, so this should work. Just do the checking from the page first.
Sorry I was late, I only got back from Spain yesterday and had no internet in Spain
Hi,
Thanks that guide fixed the problem. Tried to install Angry Birds though and it installs through the method given but when I run it it forces close. Have i done something wrong or will it never work on the Acer netbook?
Thanks again
nunbean said:
Hi,
Thanks that guide fixed the problem. Tried to install Angry Birds though and it installs through the method given but when I run it it forces close. Have i done something wrong or will it never work on the Acer netbook?
Thanks again
Click to expand...
Click to collapse
It won't work, I've tried also. By the way, don't update to the newest patch, it kills half the apps.
Sent from my GT540 using XDA App
Edited startpost with MARKET!
Sent from my D255 using XDA App
D257
Quinny899, thank you for writing this up. I just bought a Acer Aspire One D257 which dual boots into Android 2.3.1. I tried to follow your instructions but I ran into the same Read-only file system error as nunbean. I tried his solution but i don't seem to have adb, su permission, or applications>developer>usb debugging available to me.
Any suggestions? Have you had any luck hooking your D255 to another computer and running adb?
Thanks
szimman said:
Quinny899, thank you for writing this up. I just bought a Acer Aspire One D257 which dual boots into Android 2.3.1. I tried to follow your instructions but I ran into the same Read-only file system error as nunbean. I tried his solution but i don't seem to have adb, su permission, or applications>developer>usb debugging available to me.
Any suggestions? Have you had any luck hooking your D255 to another computer and running adb?
Thanks
Click to expand...
Click to collapse
With me su is provided. Skip that step and try copying it to/ system/ xbin using root explorer
Sent from my GT540 using XDA App
Sadly, that doesn't work either. Acer/Insyde must have locked it down a bit in between versions. System/xbin is rwxr-xr-x
szimman said:
Sadly, that doesn't work either. Acer/Insyde must have locked it down a bit in between versions. System/xbin is rwxr-xr-x
Click to expand...
Click to collapse
Try putting with on /sdcard and running:
cd /sdcard
su
In bte
Sent from my GT540 using XDA App
cd /sdcard
Permission denied
When I "ls -la" it says that sdcard -> /mnt/sdcard
sdcard is lrwxrwxrwx and mnt is d---------
When booted in Windows the Android partition shows up as D: but only gives me access to /qdisk (which is drwxrwxrwx). I have a SD Card in the netbooks SD Card slot and a USB thumbdrive plugged in. Both are accessible via the File Manager that shipped with the OS and apps such as Gallery, but I haven't been able to find them through BTE.
Thank you so much for helping out with this process. I'm still trying to figure out what Acer/Insyde changed between our two computer models.
szimman said:
cd /sdcard
Permission denied
When I "ls -la" it says that sdcard -> /mnt/sdcard
sdcard is lrwxrwxrwx and mnt is d---------
When booted in Windows the Android partition shows up as D: but only gives me access to /qdisk (which is drwxrwxrwx). I have a SD Card in the netbooks SD Card slot and a USB thumbdrive plugged in. Both are accessible via the File Manager that shipped with the OS and apps such as Gallery, but I haven't been able to find them through BTE.
Thank you so much for helping out with this process. I'm still trying to figure out what Acer/Insyde changed between our two computer models.
Click to expand...
Click to collapse
They changed the mount points as you're using 2.2/2.3 & I'm using 2.1
Sent from my GT540 using XDA App
D257
I've been thinking about getting a D257. Am is reading this thread right?
i.e.,
as things stand, I would not be able to get root and I would not be able to install google apps and google market?
Thanks
EyeTech said:
I've been thinking about getting a D257. Am is reading this thread right?
i.e.,
as things stand, I would not be able to get root and I would not be able to install google apps and google market?
Thanks
Click to expand...
Click to collapse
No, this only works for D255s, sorry
Sent from my D255 using XDA App
All done and sorted.
However when trying to install another app I have run out of system disk space (135.17MB Used, 396k free)
Is there any way to make the system disk larger without having to prune it? Or install to sdcard?
Cheers
stevefwt said:
All done and sorted.
However when trying to install another app I have run out of system disk space (135.17MB Used, 396k free)
Is there any way to make the system disk larger without having to prune it? Or install to sdcard?
Cheers
Click to expand...
Click to collapse
I'm working on an apps2sd method.
You can move to /x-root/app or /sdcard/app (make the folders and move the app apk into it first)
The main code is:
ln -s /data/app/com.whatever.app.apk /x-root/app/com.whatever.app.apk
-or-
ln -s /data/app/com.whatever.app.apk /sdcard/app/com.whatever.app.apk
I've been looking to port newer android versions (possibly honeycomb) to the various android netbook devices, but I need the imgs from the 2.3 devices. Can anyone help by posting the imgs in their downloads for android drive (from windows)
Sent from my Desire HD using xda premium
Any news for d257 ?
I stuck on 2.3.1 ;/
All what i can without root is looking desktop and mozilla, no app's ;/

Categories

Resources