Someone could help me know where I should host a .sh script to run in from the start?
Thanks.
Related
I know there is compiled binaries but i need my own code to be there.
Please help someone.
I know it's cygwin thinga, but how?
Hi,
I developed a script init.myown.rc, How to make it run along with init.rc? What are the files I need to modify (like AndroidBoard.mk etc)?
I want to run this after init.rc, so my changes should also reflect in the android image.
Thanks,
Ravi
Hi Ravi,
I would like to do the same. Did you figure that out? Any help would be appreciated.
Thanks,
Krishnan.
a little bit late, but this may help someone that has the same question:
http://android.stackexchange.com/questions/6558/how-can-i-run-a-script-on-boot
it not apk (if you want simple one find ftpdroid from market) just binarys
extract files any place you want
i think ptracetestnot work
special thank for hounjini (he compile it )
i just run test and upload it
i don't know how can set its configure
if someone success to configure it please upload script and config files
I don't know what I'm doing wrong but I cannot get the rom kitchen to install in the virtualbox, I extract it like the tutorial says but can't get to the terminal ? I go to applications & it wants me to create the action or something, I'm confused here if somebody could help me out with this DISXDA's Rom Kitchen I'd really appreciate it. Thanks.
Is there anybody know this? Or is there anybody know where to ask this question?
in .zip file (for CWM) there is an updater-script file...
I want to delete some files but i dont want to write the exact names of the files... Is there any way to delete some thing like x*.* or t*.apk or talk*.* etc...
for example if i want to delete all the files which starts with "a" letter... How can i do this?
I know
delete("...");
delete_recursive("...");
commands... But i couldn't find out if there is any way to do this?
Thank you for your answers...