i have folio100 and i want to update it
i downloade the file name Folio3xv04.zip and i follow the instruction included in the readme file,but my foilo always gave me error messge that verfication signature error as in the picture,i need the exactly way to do that ,does it nessecarry to install update-recovery.zip and update-boot-storage.zip befor i update with laets folio3xv04.zip thanks
anyaddress said:
i have folio100 and i want to update it
i downloade the file name Folio3xv04.zip and i follow the instruction included in the readme file,but my foilo always gave me error messge that verfication signature error as in the picture,i need the exactly way to do that ,does it nessecarry to install update-recovery.zip and update-boot-storage.zip befor i update with laets folio3xv04.zip thanks
Click to expand...
Click to collapse
Do u have unzip the ZIP and put the update.zip on ur SD-Card?
yankee1964 said:
Do u have unzip the ZIP and put the update.zip on ur SD-Card?
Click to expand...
Click to collapse
yes i did ,i read in wiki thats maybe this caused some types of sd-card is that possible
It can be a problem with you sd-card, but more likely you folio has an Toshiba firmware update. (I had the same after i got mine back from the store).
What you need to do is follow this guide:
http://forum.xda-developers.com/showthread.php?t=1009224
this will make you install an older firmware version, that should allow you to update to a new rom.
I have the exact same problem. Trying the solution above but, since i'm a noob, i dont know what to do when i come across this step in the wiki:
push psneuter file in /data/local/tmp in your folio:
adb push psneuter /data/local/tmp
after executing this it says 'permission denies' (I'm executing as admin)
If anyone could point me in the right direction I would be really thankful, it's costing me a lot of time and I'm achieving nothing but higher frustration levels.
do it manually with root explorer
BRIKM said:
I have the exact same problem. Trying the solution above but, since i'm a noob, i dont know what to do when i come across this step in the wiki:
push psneuter file in /data/local/tmp in your folio:
adb push psneuter /data/local/tmp
after executing this it says 'permission denies' (I'm executing as admin)
If anyone could point me in the right direction I would be really thankful, it's costing me a lot of time and I'm achieving nothing but higher frustration levels.
Click to expand...
Click to collapse
If you have permission problem then you can try to issue a "remount" command just before executing "adb push" commands and right after you enter "adb shell".
If it's not working then you can try to insert a "busybox" word in front of your "adb push" command for admin task (if your Rom has already had busybox..)
Related
I rooted and now I keep losing su permissions and I can't boot into cwm recovery. I figure something messed up during the process. I guess I should unroot and then try the process again. I'm trying to use the HOWTO Return to stock properly and safely process.
I have adb installed and when I try to do the first step:
(adb push misc.img /data/local/)
It says this:
adb server is out of date. Killing....
* daemon started successfully *
cannot stat 'misc.img': no such file or directory
I'm sure I have a file in the wrong directory? Any help is appreciated!
From your pc before you run adb push did you:
cd c:\path\to\downloads\
?
I cannot the 100 percent certain that is what you need from your description but I however am 80 percent sure.
this is not a signature I type it in every time maybe sent from my phone or my computer
In the newer ADB version you need to have your command promt directed to the platform-tools directory. So, whatever you are trying to push also needs to be within that directory.
Even if you add it to your $PATH?
I haven't updated my sdk in a long long time so I'm not sure
this is not a signature I type it in every time maybe sent from my phone or my computer
If you have an old version of the Android SDK then misc.img should be placed in the tools directory. Personally I have the SDK version 7 and I had to place the files in Platform-tools.
rizzomegav said:
Even if you add it to your $PATH?
I haven't updated my sdk in a long long time so I'm not sure
this is not a signature I type it in every time maybe sent from my phone or my computer
Click to expand...
Click to collapse
It depends which directory path you have in your $PATH variable. If you have the latest SDK and $PATH is still pointing to "tools" then ADB will not be there... you need to update your $PATH variable to point wherever ADB is located.
stedrocklp said:
In the newer ADB version you need to have your command promt directed to the platform-tools directory. So, whatever you are trying to push also needs to be within that directory.
Click to expand...
Click to collapse
How can I see what version I'm using? I'm new to ADB and was just trying to follow the instructions on the HOWTO so I didn't have to ask a bunch of questions.
My adb is in C:\sdk\platform-tools\
if that helps any. That is also the file that the misc.img file is in
If your adb is in C:\sdk\platform-tools\ did you cd C:\sdk\platform-tools\ first?
Thanks to everyone for the help. I got it figured out last night!
I keep getting this error when I am trying to start the first command in terminal
Jays-Mac-Prolatform-tools experience$ ./adb push psneuter /data/local/
cannot stat 'psneuter': No such file or directory
I have all of the files downloaded. the file on my memory card. I have been trying this for a few nights now and I can't seem to figure it out. Any help would be appreciated! Coming from my incredible with CM7 Nightlies to a non rooted thunderbolt for 2 weeks now is killing me!
longjas said:
I keep getting this error when I am trying to start the first command in terminal
Jays-Mac-Prolatform-tools experience$ ./adb push psneuter /data/local/
cannot stat 'psneuter': No such file or directory
I have all of the files downloaded. the file on my memory card. I have been trying this for a few nights now and I can't seem to figure it out. Any help would be appreciated! Coming from my incredible with CM7 Nightlies to a non rooted thunderbolt for 2 weeks now is killing me!
Click to expand...
Click to collapse
I posted a pretty comprehensive walkthrough in the development section.
http://forum.xda-developers.com/showthread.php?t=1011623
I recommend you look through there first. now, what you've done wrong: The files don't go in your sd card, they need to be put in the platform tools folder.
Post in my thread if you have anymore trouble, or if it helps you.
I would post there but I dont have 10 posts yet.
I don't have all of the files on my memory card only the one where you change it to p5000 or whatever it's called the problem I'm having is when inam doing this
Now, navigate to your home folder and there is a text file there for you. Pretty neat, eh?
Now, we need to navigate to adb. Go to your android-sdk-mac_x86 folder, open it. Now, go back to terminal, type cd and drag the folder Platform-tools to the terminal window. You should see a green dot with a plus sign in it, that means you can add the folder to the terminal window. It should read something like this:
Code:
cd /Users/Your Computer's Name/Downloads/android-sdk-mac_x86/platform-tools
If you moved the android-sdk-mac_x86 folder (Like I did) after downloading it, it will only be slightly different. (My folder was in my home folder, so it just says /users/my computer/android-sdk-mac_x86/platform-tools)
Once you do this, you are ready to begin
Once I Follow these directions above I am getting thus error
Jays-Mac-Proplatform-tools experience$ ./adb push psneuter /data/local/
cannot stat 'psneuter': No such file or directory
I am at a loss. Please help!
bump. Need some help figuring this out. Been reading the the guide here http://forum.xda-developers.com/show....php?t=1011623 and I still can't figure this out. Any help would be appreciative
i used corey streeter's walkthrough over at androidcentral.com...it could not have possibly been easier if you follow directions exactly...there is a video too
laneharts said:
i used corey streeter's walkthrough over at androidcentral.com...it could not have possibly been easier if you follow directions exactly...there is a video too
Click to expand...
Click to collapse
thanks. Ive tried his method to but every time i get the same error with terminal. I thought i watched the video already but ill give that a try as well. Thanks for the reply
longjas said:
thanks. Ive tried his method to but every time i get the same error with terminal. I thought i watched the video already but ill give that a try as well. Thanks for the reply
Click to expand...
Click to collapse
Just to confirm, psneuter, busybox and misc.img go into your platform tools folder, not your sd card. You aren't actually pushing anything, and you're receiving that error because there is nothing to push. Now, if you put the files from the exploit folder into your platform tools folder, it will work.
Good luck man I hope you get it to work...It was my first time with rooting a phone and I didnt think it was too hard except for the time it took to get it all done
the error msg you are getting is because the files you are trying to push are not in the directory you think they are.
IISiDeK1CKII said:
Just to confirm, psneuter, busybox and misc.img go into your platform tools folder, not your sd card. You aren't actually pushing anything, and you're receiving that error because there is nothing to push. Now, if you put the files from the exploit folder into your platform tools folder, it will work.
Click to expand...
Click to collapse
perfect. Thanks! i think that will fix it. I appreciate your response
laneharts said:
Good luck man I hope you get it to work...It was my first time with rooting a phone and I didnt think it was too hard except for the time it took to get it all done
Click to expand...
Click to collapse
That's the weird thing. This is my 5th phone I have rooted. Droid 1, 2, X, Incredible and now Thunderbolt. I have used terminal and commands in all of them i think except for the X. I understand what to do I just kept getting that error. I think i will be able to get it now. thanks for posting
longjas said:
perfect. Thanks! i think that will fix it. I appreciate your response
Click to expand...
Click to collapse
This same thing happened to me first time I thought u were supposed to put the exploits onto ur sd card haha
Sent from my ADR6400L using XDA Premium App
wwjdd44 said:
the error msg you are getting is because the files you are trying to push are not in the directory you think they are.
Click to expand...
Click to collapse
THanks I think i will be able to get it now with the help of ISiDeK1CKII and the posts
IISiDeK1CKII said:
Just to confirm, psneuter, busybox and misc.img go into your platform tools folder, not your sd card. You aren't actually pushing anything, and you're receiving that error because there is nothing to push. Now, if you put the files from the exploit folder into your platform tools folder, it will work.
Click to expand...
Click to collapse
That did it! I am officially rooted and i am making my first back up with clockwork. Thanks so much!
I love the forums on xda! I finally have a rooted thunderbolt. Now to decide what rom to load! Hopefully cm7 comes out for the Thunderbolt soon. Loved that on my incredible.
I find myself in the same boat, terminal replies "no such directory"
q: I know that the OP's directions explicitly say to download Android SCK...revision 3 <-- has this changed to just the platform tools?
the reason I ask, I have all the files dl and in the folders that sidek1ck says to, but CANT complete Step 5. Setup terminal for ADB. I open up terminal, type the letters "cd", drag and drop the "platform tools" folder to no avail..."no such directory exists"
I simply CANNOT find where I am going wrong here
Please guide me, as this guide seems to work seemingly flawless for everyone else
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...
I am using Samsung Galaxy Note with stock ICS 4.0.4 and notecore kernel v13 std by g.lewarne.
here is the link for the kernel: http://forum.xda-developers.com/showthread.php?t=1749863 (it is hydracore now. but same for tw roms)
You may have heard the program called Droid Manager by deep unknown xda presented it to us a couple of days ago.
here is the link ıf the program: http://forum.xda-developers.com/showthread.php?t=1772338
my problem is that:
the program cannot push edited build.prop file to my phone. It can do so for any other phones.
I communicated with the dev of the program and he infırmed me that the program uses busybıx and/or adb commands to push the new build.prop file. we tried a couple of things yet could bot find a sokution. we tried the way to create a new file within the phone. (cat command). We 8succeeded however we need to push "enter" button to push the content to the file which is not possible to do so with the coding of droid manager. (i dont know how to tell the problem properly since i am not a dev )
what could be the possible solutions way???
TIA
p.s: i will ask devs to look at the thread. maybe they can shed more light to the problem...
I have opened Teamviwer with "ardicli2000" and worked directly from his laptop on his phone.
Done the following via Droid Manager and Command Line (CMD):
1. remount system as RW: succeeded.
2. Create a file on "/system" using: "touch /system/1.txt" also succeeded.
3. tried pushing a file from his desktop (file name was: 1.txt) FAILED !!
No matter what, once I start using "Adb push" I fail on putting anything on "/system" I get: Permission denied :-/
but when I attempt to create anything on "/system" using busybox commands I SUCCEED !!
what could be the issue?! everything in the program functions without issues except for "adb push" to "/system" :crying:
DeepUnknown said:
I have opened Teamviwer with "ardicli2000" and worked directly from his laptop on his phone.
Done the following via Droid Manager and Command Line (CMD):
1. remount system as RW: succeeded.
2. Create a file on "/system" using: "touch /system/1.txt" also succeeded.
3. tried pushing a file from his desktop (file name was: 1.txt) FAILED !!
No matter what, once I start using "Adb push" I fail on putting anything on "/system" I get: Permission denied :-/
but when I attempt to create anything on "/system" using busybox commands I SUCCEED !!
what could be the issue?! everything in the program functions without issues except for "adb push" to "/system" :crying:
Click to expand...
Click to collapse
Could no one help
my question is based on this thread
1th about modifying bin files.
if i want v10 versions i should modify the bin files like artit's post in this thread .the 6th step.
but if i want v20 versions i should modify the bin files like this thread
am i right?
2th is about uploading files to the phone.
artit has said "all files should upload to your phone" in this thread .i just wonder how to upload and when to upload?
well i think i should connect my phone to pc by cable and run the commands
cd C:\root
adb push su /data/local/tmp/
adb push busybox /data/local/tmp/
adb push Superuser.apk /data/local/tmp/
adb push rooting.sh /data/local/tmp/
adb shell chmod 777 /data/local/tmp/busybox
adb shell chmod 777 /data/local/tmp/rooting.sh
Click to expand...
Click to collapse
before flashing .then after flashing i should connect my phone to pc and run another commands
adb shell rm /data/local/tmp/rooting.sh
adb shell touch /data/local/tmp/rooting.sh
adb shell chmod 755 /data/local/tmp/rooting.sh
Click to expand...
Click to collapse
.
am i right ? if i am right .i can't understand can i upload files to the specific location on the phone by adb whitout rooting ? and will the files exist in the phone after flashing?(won't they be coverd?)
3th i can't find infomation in the 12th step of this thread about "CWM Recovery Installation on Jelly Bean" by the link.
can someone give me a guide of that?
4th the last question .about the 13th step of this thread about "BUSYBOX Re-Installation".
how can i do it like this ?
i am very very thankful to your answer!!!
1th about modifying bin files.
if i want v10 versions i should modify the bin files like artit's post in this thread .the 6th step.
but if i want v20 versions i should modify the bin files like this thread
am i right?
It's depend on what software version you are on.
For my V10D, I edit 5th .bin file.
For my V10E, I edit 6th .bin file.
You should search in hex edit for the file you should edit.
2th is about uploading files to the phone.
artit has said "all files should upload to your phone" in this thread .i just wonder how to upload and when to upload?
well i think i should connect my phone to pc by cable and run the commands before flashing .then after flashing i should connect my phone to pc and run another commands .
am i right ? if i am right .i can't understand can i upload files to the specific location on the phone by adb whitout rooting ? and will the files exist in the phone after flashing?(won't they be coverd?)
You can upload file (and more) with adb tool. And you can upload files to your phone without rooting if you have writing permission in that directory. Most rooting methods use /data/local/tmp to store rooting stuff because that directory is writable to all users. Please follow cmahendra guide, it has script that do most upload tasks for you.
3th i can't find infomation in the 12th step of this thread about "CWM Recovery Installation on Jelly Bean" by the link.
can someone give me a guide of that?
Um.. In that thread you just download and install .apk file. Make sure you enable "allow installation of non-market apps" in System Setting > security menu before install (to install just click that file in file explorer).
4th the last question .about the 13th step of this thread about "BUSYBOX Re-Installation".
how can i do it like this ?
The step is in http://forum.xda-developers.com/showpost.php?p=38948923&postcount=141
Open Play store and search for "busybox" and choose one that you like.
i am very very thankful to your answer!!!
http://forum.xda-developers.com/showthread.php?t=2173465
Also check 2th (Oops 2nd) post.
thanks very very much
artit said:
1th about modifying bin files.
if i want v10 versions i should modify the bin files like artit's post in this thread .the 6th step.
but if i want v20 versions i should modify the bin files like this thread
am i right?
It's depend on what software version you are on.
For my V10D, I edit 5th .bin file.
For my V10E, I edit 6th .bin file.
You should search in hex edit for the file you should edit.
2th is about uploading files to the phone.
artit has said "all files should upload to your phone" in this thread .i just wonder how to upload and when to upload?
well i think i should connect my phone to pc by cable and run the commands before flashing .then after flashing i should connect my phone to pc and run another commands .
am i right ? if i am right .i can't understand can i upload files to the specific location on the phone by adb whitout rooting ? and will the files exist in the phone after flashing?(won't they be coverd?)
You can upload file (and more) with adb tool. And you can upload files to your phone without rooting if you have writing permission in that directory. Most rooting methods use /data/local/tmp to store rooting stuff because that directory is writable to all users. Please follow cmahendra guide, it has script that do most upload tasks for you.
3th i can't find infomation in the 12th step of this thread about "CWM Recovery Installation on Jelly Bean" by the link.
can someone give me a guide of that?
Um.. In that thread you just download and install .apk file. Make sure you enable "allow installation of non-market apps" in System Setting > security menu before install (to install just click that file in file explorer).
4th the last question .about the 13th step of this thread about "BUSYBOX Re-Installation".
how can i do it like this ?
The step is in http://forum.xda-developers.com/showpost.php?p=38948923&postcount=141
Open Play store and search for "busybox" and choose one that you like.
i am very very thankful to your answer!!!
Click to expand...
Click to collapse
thank you very much!
and i have make the questions from 2th to 4th clear by your answer.
but about the 1th one . you have disunderstood me . i am not mean which file to modify but the strings by which i find the very bin file through searching in hex editor. is the strings different from every versions ?
thanks for your answer
cmahendra said:
http://forum.xda-developers.com/showthread.php?t=2173465
Also check 2th (Oops 2nd) post.
Click to expand...
Click to collapse
thank you very much
i have read your guide many times . and now i have made it clear .just a small detail question which i reply to artit.
and i want to modify bin files by myself.