Related
Hi I running a version of hero that runs very smooth on my g1 but the only flaw is that the contact widget isn't working ...does some1 know how I can push a working 1 thru thru terminal.....for instance. I dloaded another rom took the contact widget apk out of it & placed it to the root of my sd how can I install from there.....
I tried all of the app installers but they just say they cannot install
Thanx in Advance!!
Dam no 1,.....
mccurt29 said:
Dam no 1,.....
Click to expand...
Click to collapse
you can just adb push to /system/sd/app_s/
double post
palosjr said:
you can just adb push to /system/sd/app_s/
Click to expand...
Click to collapse
So it would be
Adb install /system/sd/app_s/nameofapp.apk
Or
Adb push /system/sd/app_s/nameofapp.apk
if it's on your sdcard, go to the terminal and type
cp /sdcard/blahblah.apk /system/sd/app_s
AdrianK said:
if it's on your sdcard, go to the terminal and type
cp /sdcard/blahblah.apk /system/sd/app_s
Click to expand...
Click to collapse
Thanx ths worked
mccurt29 said:
Thanx ths worked
Click to expand...
Click to collapse
glad you got it figured out, and for anyone else that may read this later, it would have been
Code:
adb push nameoffile.apk /system/sd/app_s/
We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries, I tried Pushing File's & forgot adb push didn't work...
Now this Script originally is what I made for the Behold 2, but the Basic still works For the SGV..
Just mod the script if your using the userinit.sh
Using this script you can place the userinit.sh any place you would Like...
I hope ever gets Good use out of this & Please Enjoy!
~Eugene
Download > adbpushGS1.zip
Installing*
Reboot to recovery, run the update.zip to run ClockworkMod Recovery, then installed the ZIP..
eugene373 said:
We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries.
Click to expand...
Click to collapse
Glad mine is now past that stage! lol
Thanks for the script.
Anyone test this with the init script + this?
Sorry for double doubting again ) But i just want confirmation.
Also, Some of us are still having force close and other issues with the init sript. Just FYI.
rhcp0112345 said:
Anyone test this with the init script + this?
Sorry for double doubting again ) But i just want confirmation.
Also, Some of us are still having force close and other issues with the init sript. Just FYI.
Click to expand...
Click to collapse
FYI, I don't have nor Run the inituser.sh, so FC IDK... doubting People Gets Old ( Mainly when you state it )..
I will never Release Something that Don't work &/or would brick a Device!
Script Does work, I'm leaving up to the User to add back in support for userinit.sh though.
~Eugene
Word. so ill wait till someone tests this with the userinit
I think it has something to do with davik cache. I have to figure out a way to clear all cache without wiping. I dont want to go through all that non-sense.
Great work though. *Hats off*
Thank's Eugene for all your hard work,your the sh**
Hey eugene you think your battery hack will work on the vibrant?
sent using my xda app
this won't work with the userinit because it replaces the same file as the userinit. Now it could easily be modified to do both.....
anomalous3 said:
this won't work with the userinit because it replaces the same file as the userinit. Now it could easily be modified to do both.....
Click to expand...
Click to collapse
That's what I said
Just mod the script if your using the userinit.sh
Click to expand...
Click to collapse
eugene373 said:
That's what I said
Click to expand...
Click to collapse
This is what happens when I don't read the whole thread
anomalous3 said:
This is what happens when I don't read the whole thread
Click to expand...
Click to collapse
np
Honestly you could just add the script from userinit.sh inside of the script, or the other way around & should still work fine.
Question, I would like to do as you said. Just add to the userinit
Is the problem just having the system/data mounted? It seems thats all your script does. If so, I can just use a widget to unmount/mount as i go. and not bother to have my system/data mounted all the time Please let me know.
Thanks!
Nicely done! I appreciate the work, I was hoping someone figured out a way to do adb push.. xda to the rescue again
hi, somewhat n00bie-ish (sorry) but what could
..deamon started.. "remount failed: no such file in directory"
in command prompt after i enter "adb remount" mean??
fit333 said:
hi, somewhat n00bie-ish (sorry) but what could
..deamon started.. "remount failed: no such file in directory"
in command prompt after i enter "adb remount" mean??
Click to expand...
Click to collapse
Am having the exact same problem, with a Samsung spica (i5700) though. Any ideas?
adb remount is not needed with my script.. system / rootfs is already mount via the script.
shameless bump
so I can find this easier... I wish our Moderator would get on his job...
thanks for your work eugene..
First post! So hello,
I made a big screwup. First i rooted my lg-p990, next i deleted lg-home using Titatium Free. I did not backup my file. Also i never installed a new homescreen.
When finishing this action, the phone didnt respond anymore. Now it wont restart. It is still possible to connect to pc and view sd cards. Also it will restart bringing the installation sequence, but when finishing it, the phone stops responding again.
I realise i havent been very smart. But does anybody have a solution?
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Moonie17 said:
Im guessing you will have to push the apk through adb.... but as i have limited knowledge on this i would wait until someone more experienced gives you help!
Click to expand...
Click to collapse
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
goaner33 said:
thanks for your reply. I heard about this before, but dont have they faintest clue about how to deal with it.. I hope sombody can help me out
Click to expand...
Click to collapse
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
doesn't pushing apks to system/app require root? Correct me if I'm wrong
aMpeX said:
doesn't pushing apks to system/app require root? Correct me if I'm wrong
Click to expand...
Click to collapse
Yes it does, as well as removing /system apps
Piter1225 said:
Short answer for you:
1) Download my attachement
2) Rename it from .zip to .apk
3) Put in adb folder
4) Run:
adb remount
adb push LGLauncher.apk /system/app/
adb reboot
Click to expand...
Click to collapse
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
-edit-
I did some more research, and i cant use the commandline to acces :\android-sdk-windows\tool. This path doesn excist. Neither am i sure if USB-debugging is activated on the phone. I cannot acces the phones menu, so i cannot check..
what to do....
goaner33 said:
Thanks again for your reply.
My next problem is that i dont know how to operate adb. I've got android sdk installed, but cant find how to work with adb.. What to do?
Click to expand...
Click to collapse
You need to use command line to enter the lines I've written
Piter1225 said:
You need to use command line to enter the lines I've written
Click to expand...
Click to collapse
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
gensplejs said:
Well. You rooted the phone. So usb debugging is enabled. It has to be for super one click to work.
Sent from my LG-P990 using XDA Premium App
Click to expand...
Click to collapse
And what when i... and i dont know this for sure, turned usb debugging off...
goaner33 said:
There are a few problems:
First is that there is no adb map to be found. Second is that when i for example enter the command "adb remount" my system doesnt recognise the command..
Thanks for your efforts though
Click to expand...
Click to collapse
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
gensplejs said:
"adb remount" wont work untill we have a modded boot image.
anyway. I can help you remotely if you want. just write me a PM.
Click to expand...
Click to collapse
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
gensplejs said:
Dam... my bomgar server seems to be down... or i locked myself out :-(
But i can help you remotely tomorrow.
Click to expand...
Click to collapse
Wow, that would be great! i'll pm you for my contactinfo!
Piter1225 said:
Try that
Go to C:/Windows/System32
Copy cmd.exe
Paste it in SDK folder, where the ADB.exe is
Than enter my commands
Click to expand...
Click to collapse
Okee, i must sound liek a real noob. I cannot find this SDK folder and the only file that i can find that relates to adb is adb_usb.exe..
i know that i am a real pain in the ass
If you manage to get a working adb connection the commands you need to execute are. Please make sure that the phone is unlocked when typing su (you will get a su access prompt on the phone and need to press allow)
adb push LGLauncher.apk /sdcard/
adb shell
su
busybox mount -o,remount -rw /system
stop
cp /sdcard/LGLauncher.apk /system/app/
reboot
problem solve
E-mail download link of the LGhomeLaunger.apk
Download on you phone and install.
It works as new!
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
goaner33 said:
Ok i solved the problem, thanks for thinking along with me..
It seemed i could still recieve emails, so i just sent the lghome.apk as a downloadlink true email..
it worked!
i guess sometimes solutions are not always as dificult!
Click to expand...
Click to collapse
well...
that is not a permanent fix.
when you install that way it is only installed in user space... If you ever factory reset the phone you will be stuck without a launcher again... and probably no way to config ur email :-(
you need to put the launcher apk file on your sd card... and then copy it to the /system/app folder using root explorer.
If you do this it will be fixed even after a factory reset...
anyway. Next time just freez apps. Dont uninstall them. If they are only frozen you can allways factory reset to get them back.
here is the LG Optimus Black ArcCamera.apk without shutter sound and focus sound at all.
NOTE: you can`t enable/disable it....it`s disable by default.
I installed the app, and the sound still wasn't disabled.
rimatox said:
I installed the app, and the sound still wasn't disabled.
Click to expand...
Click to collapse
strange. since I have no shutter sound anymore...
I guess you thought about uninstalling the original ArcCamera.apk before installing this version right?
keep me on current.
how did you install the camera? i tried to run it and it failed to install......
I've already uninstall my stock camera using titanium backup....
i04055 said:
how did you install the camera? i tried to run it and it failed to install......
I've already uninstall my stock camera using titanium backup....
Click to expand...
Click to collapse
running adb shell type this command:
type "su" and press enter
type "mount -o rw,remount -t ext4 /dev/block/mmcblk0p8 /system"
type "chmod 777 /system/app"
type "exit" and "exit" again
with a file manager go on /system/app and delete ArcCamera.apk
after that in adb run command: "adb push ArcCamera.apk /system/app
it`s going to autoinstall. enjoy
P.S. let me know if the shutter sound is disabled indeed, I`m pretty sure it is but someone said it isn`t though
I install the apk using root explorer...
-mount /system/app ro r/w
-copy ArcCamera.apk from sdcard to /system/app
-change permission ArcCamera.apk same as other apk in the folder
-restart my phone
was that the same? but nothing happened...
Try and go to /system/app/ArcCamera.apk. click on it and go to application manager and then click install.
Sent from my LG-P970 using XDA App
spyb0y said:
strange. since I have no shutter sound anymore...
I guess you thought about uninstalling the original ArcCamera.apk before installing this version right?
keep me on current.
Click to expand...
Click to collapse
No, I did not think of that... but anyway now I have and I can't get Adb Shell to work on my computer, I need to use Terminal Emulator on my phone :/ could you make a tutorial for that?
rimatox said:
No, I did not think of that... but anyway now I have and I can't get Adb Shell to work on my computer, I need to use Terminal Emulator on my phone :/ could you make a tutorial for that?
Click to expand...
Click to collapse
open emulator and:
type "su" (it will ask you for root permisions, you`ll say yes. if doesn`t ask you it will simply announce you that emulator has been granted super user permision and terminal might get stuck - in this case close terminal, open again and type "su" it will work this time)
type "mount -o rw,remount -t ext4 /dev/block/mmcblk0p8 /system"
type "chmod 777 /system/app"
exit emulator.
next go to /system/app folder and remove original ArcCamera.apk (long press on it -> Edit -> Delete), after you`ve done this, copy the modified ArcCamera.apk in /system/app, click on it and install it. I hope you will succeed.
After I've done that and try to install modded ArcCamera.apk I get this message "Program not installed"
rimatox said:
After I've done that and try to install modded ArcCamera.apk I get this message "Program not installed"
Click to expand...
Click to collapse
my bad man....are you using stock ROM or NOVA ROM?
if you are using stock ROM than instead of ext4 in the command line you need to use ext3. sorry
now when I try to install it it says "Analyzingerror" :s
rimatox said:
now when I try to install it it says "Analyzingerror" :s
Click to expand...
Click to collapse
i don`t know why are you having this kind of trouble installing the application, for me worked very very easy. wait for others to test it and let`s see if others are having same troubles as you have...
I don't know, but it seem doesn't work for me as well....
hectorrent said:
I did it and the phone doesn't sound the main noise, but the previous little shrill sounds yet
Click to expand...
Click to collapse
yeah i did not remove the focus sound...
so application works.
@hectorrent
how did you install it?
spyb0y said:
yeah i did not remove the focus sound...
so application works.
Click to expand...
Click to collapse
Can you remove the focus sound too? It will be perfect
sent from Optimus Prime
val5 said:
Can you remove the focus sound too? It will be perfect
sent from Optimus Prime
Click to expand...
Click to collapse
I will do it tomorow night.
spyb0y said:
I will do it tomorow night.
Click to expand...
Click to collapse
is it up yet?
val5 said:
is it up yet?
Click to expand...
Click to collapse
yes it is but I did not have time to upload it....i`ll post it tonight. sorry!
EDIT: IT IS ON THE FIRST POST!
If any of the bell users out there would be kind enough to pull their /system folder for me I would be eternally greatful. I think if you open an adb shell on your computer, "su" to get root and then "dd if=/dev/block/mmcblk1p21 of=/sdcard/mmcblk1p21.img" that would be what I'm looking for. Thank you in advance.
Edit ... If a mod wants to move this to general droid 3 I would also be greatful, too many windows open and too many hours messing with this lol. Apologies
Edit 2: ty Danifunker for an helping me w/my broken command, I thought dd would take a directory as input for this lol. Hope you're able to figure out your posting problem .
danifunker said:
Hey there,
I realized you need mmcblk1p21, so I did dd if=/dev/block/mmcblk1p21 of=/sdcard/mmcblk1p21.img
Click to expand...
Click to collapse
Edit 3: Files were uploaded
danifunker said:
http://www.multiupload.com/SORQERFAYT
Looks like you already had some help, but this is in actual image file.
Click to expand...
Click to collapse
Thank you Danifunker
Willis111 said:
If any of the bell users out there would be kind enough to pull their /system folder for me I would be eternally greatful. I think if you open an adb shell on your computer, "su" to get root and then "dd if=/system of=/sdcard/system.img" that would be what I'm looking for. Thank you in advance.
Edit ... If a mod wants to move this to general droid 3 I would also be greatful, too many windows open and too many hours messing with this lol. Apologies
Click to expand...
Click to collapse
You might want to post this in general and make the something to the effect of:
"HELP! XT860 NON-ROOTED SYSTEM.IMG NEEDED!"
rynosaur said:
You might want to post this in general and make the something to the effect of:
"HELP! XT860 NON-ROOTED SYSTEM.IMG NEEDED!"
Click to expand...
Click to collapse
I figured "request" = help ( http://dictionary.reference.com/browse/request ) and "bell xt860 system.img" = the rest. Rooted or unrooted works. Thanks for the help though