General :: ADB Can't Open Files From Folder Used In System Variables
Feb 13, 2014
I have installed ADB and the whole Android SDK to root my asus transformer infinity (tf700t). I have taken all the steps every forum on the web describes: installing everything trough the manager, adjusting the path in the System Variables, and finally it getting it to work together with my tablet. However, when I try to flash/copy/install files from my folder (yes these files are in the same folder as adb.exe and fastboot.exe, which is the folder I used in the System Variables) It can't either find these files or it cannot open these files. When i put in the command 'path' however. I does give me the path where the files can be found.
View 1 Replies
Feb 6, 2010
I was using Astro and i found the folder on the Hero that has all the boot images, sounds, and animations. i was trying to create my own custom animations and put them in there to replace the others. Well when i try to copy the files into the folder it says i have insufficient permission so i was wondering if anyone knew of a way around that without rooting or something like that!
View 3 Replies
View Related
Mar 29, 2010
I can't seem to be able to re-name files in my /system folder. I am tring to do this in Root Manager and it is telling me that the permissions are set to read only... however if I try to set the permissions in Root Manager it tells me I can't do that...
View 2 Replies
View Related
Aug 30, 2012
I'm wondering what every folder contains in the system folder of a Custom/ROM. By system folders i mean:
app
bin
(csc)
etc
fonts
framework
lib
media
T9DB
tts
usr
vsc
xbin
View 3 Replies
View Related
Oct 1, 2012
I downloaded an official firmware of my samsung galaxy s plus from [URL].... .I want to see some of its stock apps and I have no clue how to do it.I've tried opening recovery.img with rar or iso but still nothing.It wouldn't let me open the .image file.So how am I suppose to open it?
View 2 Replies
View Related
Aug 30, 2012
I'm trying to translate Settings.apk into my language. And I've try using apktool. It's almost done. I do translate it already and get the new Settings.apk.
what should I do next. Should I copy it directly to the folder or make it flashable zipped
View 6 Replies
View Related
Jan 9, 2014
Im trying to make my own ROM for my android device. Im following a guide from this site. The guide explain two ways to get the system folder copy to my sd card.
First of all using de Android terminal emulator, and using comands. I tried that way but it keeps telling me: SH TAR: not found
Then other way i tried from ES explorer, copying de system folder manually but at 45% of copyng pop up a error about " cant copy run -as"
View 5 Replies
View Related
Apr 11, 2013
my phone got into restarting loop and i know that is bcs i messed up with build.prop file.I can acces recover but cant manage to turn on the phone.My question is,is there any way to access /system without booting up phone?I saw "mount /system" option in recovery but it doesnt really do anything for me.I can also access flash and fastboot mode,so there must be a way to access /system?
View 1 Replies
View Related
Apr 14, 2013
I have a problem with my Xperia U (on rooted 6.1.1.B.1.54).Yesterday I accidentally removed downloadprovider.apk and downloadproviderUI.apk ... and I couldn't use googleplay anymore...
So I tried to get these apps in the folder again.. but they weren't "installed" And I accidentally changed my system/app folder's permissions to something bad. I had to remove the battery but now the phone does not start.There is a logo loop... What can I do?
View 3 Replies
View Related
Apr 23, 2014
what are the permission for app,bin,etc,init.d etc etc.
View 1 Replies
View Related
Nov 9, 2013
I was trying to create more space. I saw the apps folder and moved it to somewhere else. Then my phone started crashing, so i turned it off. When i turned it back on i got a bootloop. My phone is rooted and i have an alacatel one touch 983. It keeps showing the o2 logo. I think this is because there is no launcher.
View 9 Replies
View Related
Jul 13, 2012
I just got a galaxy S3, switching from iphone.
Every time i open a folder my phone says "folder is open" then when i close it, it says "folder is closed".
under settings > accessibility I have the talk back option off completely.
what setting am i missing here?
View 4 Replies
View Related
Nov 26, 2012
I have a Allwinner a10 based tablet, is like the Ly-F1. Y delete the /System folder, and i cant enter to the recovery mode, i need instal a rom, but i dont now how.
View 2 Replies
View Related
Sep 8, 2012
My HTC Desire VC (T328d) was rooted and running Android OS 4.0.3 (ics).
In recovery mode, I accidentally formatted /system folder (from internal phone memory). This is because the recovery mode is all in chinese language and I did a huge mistake.The phone cannot boot showing HTC logo screen and no boot sound.
I've downloaded the kernel for this device at htcdev.com.I can enter recovery mode. My friend has the same device and his is not rooted yet.
View 9 Replies
View Related
Jan 16, 2013
i have Crony cn98 MID tablet (Chinese)
i deleted file bin from system folder by wrong
when i power up the tablet, restarting itself
what should i do to fix that problem
i have 2 tablets of this type
it means i can bring file bin
but how to put bin folder in the tablet?
View 4 Replies
View Related
Feb 21, 2013
so I am using Nova launcher and minimalistic text widget and I am making a theme where there are big blocks of clickable text. One of the things I would like to do is to open a app folder when i click on one of the text blocks. I was thinking I could just make a transparent widget or something above minimalistic text widget because it does not look like there is a way to do that with the app. Is there a way to resize folders with nova launcher? am I better off just using something like Simi folder and setting a big name for the folder and no icon or something?
View 1 Replies
View Related
May 19, 2014
There is any app that allow to automatically copy from a /system/data folder (naturally with a rooted phone) to an X folder? Desire S
View 4 Replies
View Related
Nov 10, 2012
I just noticed that there are some duplicate entries in my /data/app-asec folder. Some even with different sizes, e.g.:
com.dama.papercamera-1.asec (21.3 MB)
com.dama.papercamera-2.asec (18.3 MB)
Where's My Water is also there with 2 files, each consuming almost 60 MB. It looks like I could delete one of them. But why are there duplicates in the first place? And why doesn't Android cleanup this mess itself?
View 2 Replies
View Related
Sep 12, 2013
I'm trying to use the library RootTools to make root operations on android system. I want to make a backup of some files including in the /etc folder with the next commands:
Code:
button.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
File exists = new File("/etc/gps.conf");
if (exists.exists()) {
[Code] ....
It's supposed that with the RootTools.copyFile I can make that operation, but It doesn't make anything. I see that in cat /proc/mount doesn't appear etc folder. I'm tried too with the Apache transfer file copy, FileUtils.copyFile(source, destination) but it seems that it have problem with the mount system, who seems to be in RO. I try too with RootTools.remount("/etc", "RW") but fails too.
I want to know how I can edit, create, delete, modify files in /etc /data... etc.
I'm testing this on a Samsung Galaxy S3 with an stock rom 4.1.2.
View 2 Replies
View Related
Oct 21, 2012
What are these files in root / folder? Can I saftly delete them?
View 5 Replies
View Related
Jul 1, 2013
I'm using root explorer and found a bunch of apk files in the /data/app folder. i never downloaded any of these, i guess android automatically made copies of the original apks? Now is it ok to delete these? will it affect functionality of any apps?i have currently?
View 3 Replies
View Related
Jan 24, 2013
I am transferring mp3/mp4 files to Music Folder on my android phone. but I always get this message "Your file will be copied, but you might not be able to play or view it on your device". I copied it but Google Play Music/ Winamp cant detect any files I copied. It only show files I downloaded from the net. My android version is 4.2.1.
View 3 Replies
View Related
Nov 6, 2012
I normally copy apk files of my needed applications to external SD in a folder, its really difficult to install all of them manually. Is there any app which can automate this process?
View 1 Replies
View Related
Apr 28, 2014
I have accidentally deleted the whole content of /system/bin and /system/app of my android tablet running 4.3
I don't have a back up so looking for the contents of these two directories for android 4.3 so I can push them using ADB
View 9 Replies
View Related
Jun 30, 2013
When I use an explorer like ES explorer or Root explorer I can go to system/ and find several files & folders.
However, when going to recovery and using the TWRP File manager or by using ADB Shell the System-folder is empty except for a folder named bin/. No sign of build.prop or any other files/folders.
View 5 Replies
View Related
Apr 6, 2013
location of the system file that determines the touch interface? What I mean is some kind of files like build.prop that has the info of touch pressure, touch sensitivity, number of touch points etc. mention the system file that determine the air view feature of note 2 and s4.
mention the system file that interchange info within phone and cellular operator? What I mean with info is something like interchanging data usage report to the operator.
View 2 Replies
View Related
Apr 10, 2012
I'm looking to modify wpa_supplicant files located in system/bin.
It's an executable files, is there a way to modify this?
View 9 Replies
View Related
May 1, 2013
I can't open some files on Dropobox : Eml,Msg even some Rtf files.I need an app for it ?
View 2 Replies
View Related
Mar 30, 2012
i`m trying to edit this .data file. its actually a save game file. i have already tried several text and hex editors but all of them are showing me symbols (which are not meant to be read by human) instead of characters! how to open it?
View 5 Replies
View Related
Nov 4, 2010
I am working on an android app. Where i need to parse some plist files from assets folder. I do understand how to use assets in android but now problem is that file sizes are more than 1MB and so android gives error Data Exceeds UNCOMPRESS_DATA_MAX (2183588 vs 1048576). how to access such larger files from assets? Also I cant reduce a file into small buffers because i am just sending it to "DocumentBuilder.parse(in)" as a whole so can not use buffer. The error is on line: Document doc = db.parse(in).
View 1 Replies
View Related