how can i copy this file for system - Hero, G2 Touch Q&A, Help & Troubleshooting

hi all i need to copy this file to
libwebcore.so Compiled WebCore Library that supports Arabic - Copy to /system/lib/
and i failed
how can i do it?

care to elaborate what you tried and why you failed?
answer as short as your question:
push via adb

Did you remount system as rw?

kendong2 said:
care to elaborate what you tried and why you failed?
answer as short as your question:
push via adb
Click to expand...
Click to collapse
i want to add arabic languge i dont know adb
adwinp said:
Did you remount system as rw?
Click to expand...
Click to collapse
how can i do that

Download the 1.5 sdk then start reading the forum and Learn about it as I don't think people are going to do the thinking for you and I doubt people have the time to write an SA on a simple thing like that on how to push a file using adb. Guess you start reading now might be finished for dinner. Have fun.

Related

Gingerbread keyboard on froyo

Had to install manually with adb, otherwise it's working fine:
http://www.droid-life.com/2010/12/06/download-gingerbread-keyboard-for-rooted-devices/
josebagar said:
Had to install manually with adb, otherwise it's working fine:
http://www.droid-life.com/2010/12/06/download-gingerbread-keyboard-for-rooted-devices/
Click to expand...
Click to collapse
any problem with our low resolution?
It's way too big taking up almost the whole screen, so layout needs to be adjusted.
It's certainly too big at times, but I'm quite happy with it as it's now.
Thanks for the useful information.
When I try to flash It, it say: Installation aborted
What I wrong??
The easiest way is to install it manually with adb.
what about latest gingerbread maps with 3d view ?
can we have it on this device ?
i know we don't care at all about multi-touch, so what about a google earth way to turn the maps in 3d space ? can tattoo handle it ?
Not really sure. They said they're going to update maps soon. We'll have to wait and see.
josebagar said:
Not really sure. They said they're going to update maps soon. We'll have to wait and see.
Click to expand...
Click to collapse
you think on 1.6 or 2.2 ?
No idea, sorry.
i cant install via adb...it give me an error...can you please say us how to install that package via adb??
ser1993 said:
i cant install via adb...it give me an error...can you please say us how to install that package via adb??
Click to expand...
Click to collapse
Just uncompress the zip file in your computer. It'll extract quite a few things, but we only want the two files in the "system" folder.
First, remount the system partition on your phone as read-write (adb remount), then adb push the apk to /system/app to your device, then the lib to /system/lib on your device.
Not sure about the exact names of the files, but it should be something like:
adb push system/app/LatinIME.apk /system/app
adb push system/lib/libwhatever.so /system/lib
That should do it. You might want to make a backup of the old files, in case things go wrong.

build.prop permission denied???

Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
jamesbebby said:
Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
Click to expand...
Click to collapse
CMD> adb push C:\build.prop /system
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
have you mounted /system in r/w?
sweetnsour said:
have you mounted /system in r/w?
Click to expand...
Click to collapse
What with adb???
Cheers, James
Try using Android Commander after mounting /system in the recovery menu.
http://androidcommander.com/
jamesbebby said:
What with adb???
Cheers, James
Click to expand...
Click to collapse
not sure if thisll work but try this
Try:
adb remount
adb push C:\build.prop /system
GchildT said:
Try using Android Commander after mounting /system in the recovery menu.
Click to expand...
Click to collapse
Wow, finally download all that is need to install 'Android Commander' but still no luck.
Files count: 1
Files source: C:\Users\James\Desktop
Files destination: /system/
Starting operation...
Remounting...
[1/1] Pushing file: build.prop
failed to copy 'C:\Users\James\Desktop\build.prop' to '/system//build.prop': Permission denied
*** Operation complete! *
Click to expand...
Click to collapse
sweetnsour said:
not sure if thisll work but try this
Click to expand...
Click to collapse
Ill look into that post but i get fault on the #su bit.
fifarunnerr said:
Try:
adb remount
adb push C:\build.prop /system
Click to expand...
Click to collapse
CMD> adb remount
remount failed: Operation not permitted
Thanks for the reply's, Pulling my hair out here!!! Ah
Cheers, James
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
jamesbebby said:
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
Click to expand...
Click to collapse
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
sweetnsour said:
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Hi, Im on I9000XWJVB stock as the battery life is the best ive come across.
I have a backup but its weeks old, the only thing i dont want to lose is SMS messages, apps and files i have save on my computer.
Cheers, James
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
jamesbebby said:
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
Click to expand...
Click to collapse
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
jamesbebby said:
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
Click to expand...
Click to collapse
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Make an update.zip of build.prop and flash
Or try qtadb
DanWilson said:
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
Click to expand...
Click to collapse
Yea i was think that but ive never done it before.........so will all my messages & contacts still be there once i restore???
ben_pyett said:
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Click to expand...
Click to collapse
CMD> adb shell
*daemon not running. starting it now on port 5037 *
*daemon started successfully*
~ $ su
su
/sbin/sh: su: not found
So 'su' stands for superuser??? I have superuser installed and working on my phone before this problem came.
cdesai said:
Make an update.zip of build.prop and flash
Or try qtadb
Click to expand...
Click to collapse
qtadb looks like a good app but when it starts;
"adbd cannot run as root in productions so you cant do anything /system partition. Run anyway?"
I was thinking of a update.zip with my working build.prop but didnt really know what i was doing, If you know what your doing with update.zip's and its not to much trouble do you think you could knock it up for me if i send it to you?
Once again thanks for your reply's!!!
Cheers, James
i've got a similar problem, on build.prop replacing via update.zip
i'll keep you informed...

[Q] ADB, Is a directory help

Hey I'm havging a simple adb issue. I'm trying to push a file via adb to the root of my sdcard but I keep receiving "Failed to copy.......Is a directory. What does that mean, and what could I be doing wrong? Thanks
Here's what I've tried:
adb push cd C:\Users\David\Documents\Capture.JPG /sdcard
adb push C:\Users\David\Documents\Capture.JPG /sdcard
cd C:\Users\David\Documents\
adb push Capture.jpg
filmaker said:
Hey I'm havging a simple adb issue. I'm trying to push a file via adb to the root of my sdcard but I keep receiving "Failed to copy.......Is a directory. What does that mean, and what could I be doing wrong? Thanks
Here's what I've tried:
adb push cd C:\Users\David\Documents\Capture.JPG /sdcard
adb push C:\Users\David\Documents\Capture.JPG /sdcard
cd C:\Users\David\Documents\
adb push Capture.jpg
Click to expand...
Click to collapse
you're typing incorrect paths and commands.
first you need to cd into your tools, mine looks like this:
cd C:\android-sdk\platform-tools
then it'll be in your tools folder and you'd do this:
adb push Capture.jpg /sdcard/Capture.jpg
by the way, you probably coud've simply mounted the phone as a disk drive and transefered the image that way too.
it is in your best interest to learn more about adb, I made a links thread with a few links to adb guides, just click my avatar to find my threads. also if you ever have a quick question feel free to ask in the q+a thread in my sig.
filmaker said:
Hey I'm havging a simple adb issue. I'm trying to push a file via adb to the root of my sdcard but I keep receiving "Failed to copy.......Is a directory. What does that mean, and what could I be doing wrong? Thanks
Here's what I've tried:
adb push cd C:\Users\David\Documents\Capture.JPG /sdcard
adb push C:\Users\David\Documents\Capture.JPG /sdcard
cd C:\Users\David\Documents\
adb push Capture.jpg
Click to expand...
Click to collapse
First cd to the directory that the file you want to push is in. So if its in documents, do:
cd \Users\David\Documents\
Then do : adb push Capture.jpg /sdcard/
That should do the trick, assuming you have adb set up properly to execute commands from any directory (adb.exe must be set in PATH)
Sent from my PG86100 using Tapatalk
il Duce said:
you're typing incorrect paths and commands.
first you need to cd into your tools, mine looks like this:
cd C:\android-sdk\platform-tools
then it'll be in your tools folder and you'd do this:
adb push Capture.jpg /sdcard/Capture.jpg
by the way, you probably coud've simply mounted the phone as a disk drive and transefered the image that way too.
it is in your best interest to learn more about adb, I made a links thread with a few links to adb guides, just click my avatar to find my threads. also if you ever have a quick question feel free to ask in the q+a thread in my sig.
Click to expand...
Click to collapse
Thanks lol that helped a lot
Pushing via ADB - permission denied
Hello!
I accidently bricked my phone. Zenfone 2...
On trying to send file via adb push in order to flash via tethered cwm, i get notice permission denied.
Actual status, fully reset via cwm, no possibility to get rom on device, external sd not detected, otg same.
HELP ME!
Device was rooted und adb allowed before first trial flashing new rom and the actual desaster...
AlexDGF said:
Hello!
I accidently bricked my phone. Zenfone 2...
On trying to send file via adb push in order to flash via tethered cwm, i get notice permission denied.
Actual status, fully reset via cwm, no possibility to get rom on device, external sd not detected, otg same.
HELP ME!
Device was rooted und adb allowed before first trial flashing new rom and the actual desaster...
Click to expand...
Click to collapse
This is an HTC Evo 3D thread. Check this thread for Zenfone 2. If you can't figure it out feel free to send me a message to give you some information.
http://forum.xda-developers.com/showthread.php?t=3096596
Asus Zenfone 2 | Resources all in one thread
Sent from my Evo 3D.
Crashed zenfone 2
Hello!
I accidently bricked my phone. Zenfone 2...
On trying to send file via adb push in order to flash via tethered cwm, i get notice permission denied.
Actual status, fully reset via cwm, no possibility to get rom on device, external sd not detected, otg same.
HELP ME!
Device was rooted und adb allowed before first trial flashing new rom and the actual desaster...

[Q] help with factory mode

hi
im very new in the forum thats my first post
i tried to install an app that required a rebbot in my gt-i9300, i rebooted and i got an pop-up window said that factory mode has crashed.
i searched for days in the internet and i found this thread: http://forum.xda-developers.com/showthread.php?t=1762204&page=53
i did all but my galaxy says that its unable to chmod /efs/FactoryApp/factorymode: no such file or directory
then i realised that i have no efs directory and that i can download one from here http://forum.xda-developers.com/showthread.php?t=888193
so' my question is,
if i will flash it with odin, will the error will dissapear?
and if the answer is yes,
i understand that some people flash it because they have no imei and the phone dont recognize their sim card.
and my fear it can happen to me if ill flash it
some help please?
What app did you try installing?
slaphead20 said:
What app did you try installing?
Click to expand...
Click to collapse
the swapsd app.
but theres no matter what app i installed
i just want to know if i can install the efs directory without problems
so please help me everyone!
You have a backed up EFS on your phone ???
jje
JJEgan said:
You have a backed up EFS on your phone ???
jje
Click to expand...
Click to collapse
yes i have a backup named efs.tar in my root directory
can i restore the folder from it?
arimal199 said:
yes i have a backup named efs.tar in my root directory
can i restore the folder from it?
Click to expand...
Click to collapse
Well, obviously you can. That's what an efs backup is for
Copy the tar file to your PC and download the Android SDK.
Once the Android SDK is installed, open up a command prompt.
Once you're in the command prompt, CD to the directory where the ADB executables and libraries are.
Usually it's here:
Code:
cd C:\android-sdk\platform-tools\
Once you're in the directory where the files are, unpack the TAR file and type the following code:
Code:
adb start-server
adb push <path-to-your-unpacked-TARfile> /efs/
adb kill-server
If you need further assistance, feel free to PM or email me
Hope I could help!
Lg
familyguy59 said:
Well, obviously you can. That's what an efs backup is for
Copy the tar file to your PC and download the Android SDK.
Once the Android SDK is installed, open up a command prompt.
Once you're in the command prompt, CD to the directory where the ADB executables and libraries are.
Usually it's here:
Code:
cd C:\android-sdk\platform-tools\
Once you're in the directory where the files are, unpack the TAR file and type the following code:
Code:
adb start-server
adb push <path-to-your-unpacked-TARfile> /efs/
adb kill-server
If you need further assistance, feel free to PM or email me
Hope I could help!
Lg
Click to expand...
Click to collapse
wow
thanks man ill try it
arimal199 said:
wow
thanks man ill try it
Click to expand...
Click to collapse
oh i forgot
my pc doesnt recognize my galaxy
maybe i can go to someone that already has a adb and see if he can fix it
but really thanks
I believe you'll also need to change files owners and access rights for it to work.
Edit : if you don't have any efs folder, I think your efs partition might not be mounted. Type "mount" in a terminal emulator and check if a line refers to /efs (that should be block 3)
arimal199 said:
oh i forgot
my pc doesnt recognize my galaxy
maybe i can go to someone that already has a adb and see if he can fix it
but really thanks
Click to expand...
Click to collapse
Check out the links in my description. (Win8 help - ADB etc. etc. ...) that works with Windows Vista, 7 and 8. If you need the ADB binaries, in that same thread, you can donate a bit of money to me and I'll license you a program (Always with updated binaries) that installs ADB and fastboot to your system's root. With the click of a button
Lg
Edit: You can also download my universal Android tool kit and with the next update, all the Samsung Galaxy S III variants will be supported and you can easily backup/restore your /efs partition from there (With the Pro version, that is)
spocky12 said:
I believe you'll also need to change files owners and access rights for it to work.
Edit : if you don't have any efs folder, I think your efs partition might not be mounted. Type "mount" in a terminal emulator and check if a line refers to /efs (that should be block 3)
Click to expand...
Click to collapse
i looked in mounts and storage in cwm and saw that efs is not mounted.
can i mount it and it will work?
arimal199 said:
i looked in mounts and storage in cwm and saw that efs is not mounted.
can i mount it and it will work?
Click to expand...
Click to collapse
no i understood' i wasnt at factory mode at all!
all the time i had imei and call function , the only problem was that factory test has stopped.
so, i downloaded titanum backup pro and turned factory test app off.
now my galaxy went back to normal all works as well!
thanks for trying to help guys!

Help: Removing system files using adb without root

So basically I'm using Xiaomi's Redmi Note 7 Pro and its camera skips frames when recording video and in one forum ( This one ) , in that forum that guy suggests to delete the thermal configuration file for the camera app which is limiting the camera from functioning smoothly.
So the problem is its in system directory and I really can't afford to root my device right now. I really can't. And while browsing along the internet, I found another forum ( This one ) which says you can remove some system apps without root just using some commands in ADB.
That made me think if theres a command for deleting a file through ADB and I found this forum ( This one ) which gave me this command ( rm /sdcard/0/file_to_delete ) .
I'm really Noob at these things and I want your help.
I used FX File explorer to check if the file exists and I can see it, but cant delete cos its read only and my device is not rooted. The file is in /vendor/etc/thermal-engine-camera.conf (or) system/vendor/etc/thermal-engine-camera.conf . I dont know if i should include the /system/ before /vendor/ or not, im nub.
So please tell me whats the proper command with the directory or if it wont work. I really want to get rid of that config file which is messing up the videos im recording and i really cant root Thank you
@MahuRDX
Short answer: IT'S NOT POSSIBLE.
jwoegerbauer said:
@MahuRDX
Short answer: IT'S NOT POSSIBLE.
Click to expand...
Click to collapse
why? I mean theres a way people removed system apps without root using adb commands, so why not a config file?
MahuRDX said:
why? I mean theres a way people removed system apps without root using adb commands, so why not a config file?
Click to expand...
Click to collapse
Wondering why then you don't do how that people did?
FYI: Both the /system and the /vendor partition is READ-ONLY.
jwoegerbauer said:
Wondering why then you don't do how that people did?
FYI: Both the /system and the /vendor partition is READ-ONLY.
Click to expand...
Click to collapse
ok so im assuming that the system apps they deleted were in some other directory. thanks man

Categories

Resources