[Q] AiO update checks locks on Windows 8 - Sony Tablet S

Hello,
I wanted to post this to the dev forum but as I'm a newcomer I'm not allowed to do so yet so I'm posting here, hoping it's ok
When running the latest AiO (5.2) under Windows, the script blocks on the update check (wget executable). What is strange is that if I deactivate the check by creating the files/_offupdates directory everything works fine.
Is anyone else having this issue ? Any idea it might be coming from ? Possibly a driver issue ?
Best regards,
Serge Huber.

bhillou said:
Hello,
I wanted to post this to the dev forum but as I'm a newcomer I'm not allowed to do so yet so I'm posting here, hoping it's ok
When running the latest AiO (5.2) under Windows, the script blocks on the update check (wget executable). What is strange is that if I deactivate the check by creating the files/_offupdates directory everything works fine.
Is anyone else having this issue ? Any idea it might be coming from ? Possibly a driver issue ?
Best regards,
Serge Huber.
Click to expand...
Click to collapse
hi,
have you tried to run AiO ad admin?
do you have AiO directory in root of C:\... ?
br
condi
PS i've got win8 x64, and AiO runs ok

Hi condi,
Thanks for the quick reply !
I've tried running it as admin but not in the C:\ directory, will do that now and keep you updated.
Cheers,
Serge
Ps : forgot to say a big thanks for your amazing work !!!!!

Ok just tried executing in the c:\s.onytablet.s aio directory but no change, it still locks up.
What I didn't mention in my first post is that when it locks up even a task manager end task will not kill the process which makes me suspect some kind of low level resource locking? The only thing I can do to solve the locking is restart Windows.
Cheers,
Serge

bhillou said:
Ok just tried executing in the c:\s.onytablet.s aio directory but no change, it still locks up.
What I didn't mention in my first post is that when it locks up even a task manager end task will not kill the process which makes me suspect some kind of low level resource locking? The only thing I can do to solve the locking is restart Windows.
Cheers,
Serge
Click to expand...
Click to collapse
wget (info here) is an utility to download files via command line.
maybe you have some firewall enabled?
disable firewall/antivirus and try again

I checked by running whet without an URL but I need to check with the same options you use in the script. I'll keep you posted with the results.
Thanks for all the help and the great work !
Cheers,
Serge

Finally uninstalling Norton Internet Security solved the problem thanks !
Cheers,
Serge

Related

[Q] Unable to access jarfile X10flash.jar

Hello.
This is my first post so first off I would like to say thank you to the members of XDA because I have been helped a great deal in the past by simply reading some of the posts on this forum.
That being said, I have a problem that I could not find the answer to after hours of searching.
I am trying to Debrand/Root my Rogers X10a using the Exploid method
forum.xda-developers.com/showthread.php?p=7490733#post7490733
After I enter my Device ID into the appropriate file, I ran RootX10a_v2.cmd as instructed. However, once I try to run step 1 i get the following message:
"unable to access jarfile X10flash.jar"
Ive tried connecting the phone in flash mode to different USB ports and using different Device IDs however nothing has worked.
Any ideas?
Any help will be greatly appreciated.
Thanks!
I have just the thing for you matey. I can't post a link sorry but google search for Universal Androot and download and install it on your phone.
It allows to you 1 click root or unroot your device without any fuss and should allow you to root it when 2.1 is released as it contains the superuser files for 1.5 / 1.6 and 2.0 - 2.2.
I am using it and it works brilliantly. Hope this helps
Sent from my rooted .26 x10i using the XDA app
Welcome to xda! the answer is in the forum but i can't remember where.
Set up the path to the sdk tools in your environment variables.
Cheers
Gav
Thanks for the responses.
steve- are you sure that the universal androot works with the x10? another concern is that i also wanted to debrand my phone to get rid of rogers bloatware so how would I solve that issue if I can't access the x10flash.jar?
gavriel- sorry. could you explain in a little more detail what you said? i don't quite understand what you mean.
Thanks!
The one click root seems simple enough.
My problem now is with debranding.
Ive tried the method where you switch the files in SEUS (ive also tried PC Companion) just before it installs onto your phone and that has not worked. It says every time that the installation has failed.
Does anyone have any other ideas as to how I can debrand my phone?
Thanks!
For sure. I may be wrong but ill explain it as I understand it.
Basically when your PC is trying to use a jar file it looks in a particular area. I'm not sure where it looks though. Obviously your jar file isn't in that directory or you wouldn't get that error. So, by adding it as an environment variable it will look in the directory u added for that file.
The environment variables is found somewhere in the system settings. I can't remember where. Once you have found it you should find the path to the jar you are trying to access. Copy that path and paste it and the end of the environment variables. Don't erase anything that's in there. If need be seperate that path from the one before with a ; (semicolon). Save it and try running the jar again. It should work.
Good luck and hopefully it helps.
bmalaklou said:
After I enter my Device ID into the appropriate file, I ran RootX10a_v2.cmd as instructed. However, once I try to run step 1 i get the following message:
"unable to access jarfile X10flash.jar"
Click to expand...
Click to collapse
It means that Java can't find the X10flash.jar file. Do you have that file in the same directory as DeviceID.txt? Also, do you have the latest version of 32-bit Java installed?
To solve my debranding problems I had to use the 32 bit update 20, not 21 (which is the latest) and you need the jdk and the jre, hope that helps
Sent from my X10a using XDA App

[Q] execute a file remotely

Hi there,
I have an (hopefully easy) problem which I am searching the answer for hours now.
I want to use my android device (4G Systems One Tab) to remotely execute a batch file on my PC via WIFI-Connection.
That's it.
I want to have an Icon on my homescreen and when its clicked the batch-file on the desktop computer is executed. (no feedback or output needed, this is all done by the batch)
I would be grateful if anyone could provide me with a solution or even an idea to find the way.
Thanks
HagbardC
I don't have much experience in bash script but I do know that a software by the name of Script Manager is available in the market and might just help you achieve your goal.
Now with Script Manager you can execute a script you created and place it on a shortcut on the desktop of your phone. The bash script would do any type of calls it needs to do to the PC. As long as your firewalls are well configured and you have port forwarding on the router (if needed) or your on the same wifi network you should be able to do as you need with the tool.
Now also remember, you might want to consider rooting your phone so you can have busybox installed and have a good amount of commands available to you.
Thank you, that was of help. Problem solved.
HagbardC said:
Thank you, that was of help. Problem solved.
Click to expand...
Click to collapse
Sorry for bumping an old thread, but this is my problem exactly as well. I want to run a script to execute a .bat file from my computer.
Could you please go into more detail about HOW you configured "Script Manager"?
Possibly share your script so I can change it to fit my information.
Anyone? Please help.
Thanks.
- donkeyhigh

[Q] Rooting T-01D/ F-05D

Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Update of 4/4
the following t-01d rooting procedures is provided by Magimaster
Hello.
I am sending this pm regarding the translation for flashing the Fujitsu f-05d sold by Docomo in Japan. I cannot reply in the development section due to my low post count.
My phone is an f-05d. I do not have a t-01d but, according to the original rooting guide for the f-05d, the users are reporting success in rooting the t-01d as well.
I will not really translate for you. Rather, I will explain what I did to root my f-05d.
Here is a rough summary of the steps I followed:
For starters, you need to make sure that adb recognizes your phone when connected to the PC via USB. This means that you need to install the Android SDK and the USB driver for your t-01d by Fujitsu.
I had trouble getting adb to recognize my phone, as Window$ insisted in recognizing it as an USB drive. What I did, among other things, was:
In the phone settings, go to Applications > Development and check USB Debigging and Stay awake.
Install the Google USB Driver package, in the extras section of the Android SDK Manager.
With the phone connected to the PC, go to Window$ device manager > Universal Serial Bus Controllers and uninstall (use the delete key from your the keyboard) every mass storage device that appeared when my phone was connected. Disconnect and reconnect the usb cable.
Only until I did this final step was my phone recognized and listed as Android Phone > Android Composite ADB Interface in the device manager. If your device is not recognized, you just cannot continue. Look for help about this, or else you cannot move on with this method of rooting.
Confirm that your phone is recognized as Android Phone > Android Composite ADB Interface in the Window$ device manager. Do not continue until it is.
From the Android SDK manager, install the package android sdk platform-tools.
You need download F05Droot.zip from the original blog page your linked before. I will not link to the file directly, but you should have no problem finding it. Extract the files within into the program directory \Android\android-sdk\platform-tools (this is my path).
You need to download a replacement for the file lsm_disabler.ko that is inside the F05Droot.zip. Get it from here and extract it an replace the one inside the platform-tools directory.
By the way, this platform-tools directory is the one that has the adb executable file. Just a heads up.
You need to download su. I cannot tell you where to get it. I just do not know where I got mine from, but was easy so go for it When you have it, extract it and put it in the platform-tools directory.
Confirm that the platform-tools directory includes these files:
Code:
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
su
lsm_disabler.ko
f05dsu.bat
There will be more, but these are the ones needed for this to work.
Now, get ready to root. Connect your phone to the PC.
Go to your phone settings > setting my body > step/activity counter app > pedometer use and confirm it is checked on.
In the platform-tools directory, look for f05dsu.bat and run it. A DOS window will open. This is the funny part. Unless you are doing this from a Japanese version of Window$, or from a Window$ with Japanese locale active, you will see a lot of strange symbols instead of Japanese characters... which would be the same for almost anyone anyway Regardless, you will see a prompt to Press any key to continue . . .. At this point, you do not need to do anything on your phone, other than visually checking that the check mark on the pedometer is set.
On the DOS window press any key, your will see more garbage and another prompt to press any key. This is the important part. See if you can find among all those symbols this pattern: OFF/ON. If you do see it, it means we are on track.
Now that you were able to see the OFF/ON, go to your phone and uncheck the pedometer (OFF) and check it again (ON).
In the DOS window, press any key. Your phone will reboot. The message in the DOS window says that you must wait for the phone to boot up and for Window$ to recognize your usb connection to the phone.
When/if your phone is recognized by Window$, go to the DOS window and press any key.
Again, press any key and your phone will reboot.
The DOS window has a message indicating that you must now install superuser and busybox. When your phone reboots, go to the android market and install from there when you have the time.
You can now close the DOS window because, unless there was any error, you are now rooted, my friend
From the market, install a terminal, or an app that includes a terminal. I use Rom Toolbox because it has a terminal and scripts to mount the /system as rw.
Open whatever terminal you chose and, at the $ prompt type su
If new prompt is #, type soff
You will need to run these commands every time before trying to mount /system as rw.
That is all. I hope you can root your phone.
Just a petition, post this message in the forums, as it may help others who have similar difficulties. It sure could have helped me if someone had done before me.
Have a nice one and please forgive my English.
Click to expand...
Click to collapse
update 15/4
On 13/4 finally i got my phone rooted
I have to run f05droot.bat instead of f05dsu.bat
After I have run the f05dsu.bat, for the steps, no error popout.
then I open the terminal type su, it reply me "permission denied".
I know it is not successful, after several run, the situation still the same.
after that have checked the contents of f05droot.bat and f05dsu.bat.
They are very similar but the f05droot.bat will push the superuser and busybox into the device at the same time.
(so I added those files in the directory \Android\android-sdk\platform-tools )
Therefore, i tried that and its works finally.
I feel really exciting at that moment.
I hope this post can help they T-01d user to root the phone.
personally I really like this phone ^~^
the su file is also important
Anyone try it? Does it work?
I have got the source code from its web
But I dont know how to use that and lead me to root the machine
ttp://spf.fmworld.net/oss/t-01d/data/download.html
Can you post a review of this device?
redcarrot said:
Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Click to expand...
Click to collapse
If you have time, can you please post a mini review of the device? I wanted to buy one too and I'm quite excited reading your review!
Thanks and more power!
Here is the mini review
Screen color is perfect except black and accurate. Speed is good in comparing with SGS2. Battery life is similar to SGS2. Form factor is better than SGS2. Camera is outstanding, thanks to the 1.3MP camera. Waterproofing design is what I like. The bad is upgrading is only possible in Japan. Digital TV is useless. Sound level is a bit low.
personally i like this phone very much especially the outlook.
my personal review is the following:
1. same as above the screen is perfect
2. the camera is also excellent
3. while you have a phone call, it change mode automatically depends on the environment
4. if i switch off all the data things, this phone can stand more than one day
(so i wont blame the battery, because I think we use too many network related stuffs)
5. i have to admit that the firmware is not quite stable (fortunately the phone can be upgrade to 4.0 after july)
for the rooting process, it seems like someone has success:
(i think that is temp root)
search "T-01D 軟解, tofu-keitai" in google (that is chinese unfortunately)
redcarrot said:
Greeting,
It was heard that rooting T-01D are similar as F-05D.
I found a website regarding rooting F-05D, but I dont read Japanese, just want to know if anyone have tried the enclosed method to root T-01D?
or could anybody do the translation, since the terms become quite strange after using the online translators
The following link is ref. of rooting F-05D:
ttp://ayati.cocolog-nifty.com/blog/2012/01/f-05droot-1d0b.html
(should be "http" rather than "ttp")
The source code of T-01D have been provided also, but I have no idea how to use it and root the machine:
ttp://spf.fmworld.net/oss/t-01d/data/download.html
(should be "http" rather than "ttp")
Thank you very much in advance?
Update of 4/4
the following t-01d rooting procedures is provided by Magimaster
Click to expand...
Click to collapse
It really work!~
I rooted my T-01D with this method!
And it's permanent root!!
Many thanks!~
hi HaoyuWen,
i have followed the steps, when i type su in the terminal simulator, it comes out segmentation fault su, do you have any idea.
I use titanium backup to check and it said my t-01d is not rooted.
for the pedometer on/off things, do i need to press the home key and go back to the pedometer to do the switch?
Thank you very much in advance
HaoyuWen said:
It really work!~
I rooted my T-01D with this method!
And it's permanent root!!
Many thanks!~
Click to expand...
Click to collapse
So both F-05D and T-01D can use this ?
yes, but i havnt got that work yet.
just want to know when I get the device rooted, will the device screen shows the device is rooted?
finally i got my phone rooted
you have to run f05droot.bat instead of f05dsu.bat
the su file is also important
redcarrot said:
yes, but i havnt got that work yet.
just want to know when I get the device rooted, will the device screen shows the device is rooted?
Click to expand...
Click to collapse
You can install a root checker to see
^ Please update it on the front page
Gonna get mine soon, so excited to hear this
wth_is_life said:
You can install a root checker to see
^ Please update it on the front page
Gonna get mine soon, so excited to hear this
Click to expand...
Click to collapse
I think I brick my T-01D. Don' know why, I do exactly the same what I have been told here... Now It ends up infinite boot loop
Anybody help me please?
Hey there everyone, sadly this guide isn't working for me. Everything in the guide goes smoothly and I do exactly what is listed but after my phone reboots the final time I still have no root access. I run f05droot.bat instead of f05dsu.bat like the user said but to no avail, I even ran f05dsu.bat and still nothing.
Anyone else have trouble? Maybe it is because I am on a certain FW? I am on 2.3.5
Baseband Version C_L1_M23
Kernel version: 2.6.35.7 [email protected] #1
and Build number is V43R41C
Just wondering as I really want root to disable all of these RAM-hogging default applications.
Bump? Anyone?
As far as I know, this rooting method cannot be done on FW V43R41C.
Sent from my SC-01D using Tapatalk 2
kinchung said:
As far as I know, this rooting method cannot be done on FW V43R41C.
Sent from my SC-01D using Tapatalk 2
Click to expand...
Click to collapse
Aw Thanks for the notice, of course it's my firmware. Any idea about ICS? It was supposed to come out in July but yeah..
I don't know about ICS for t-01d. My sc-01d has been already upgraded to ICS, the performance is improved a lot. sh-01d also gets ICS today.
Sent from my SC-01D using Tapatalk 2
kinchung said:
I don't know about ICS for t-01d. My sc-01d has been already upgraded to ICS, the performance is improved a lot. sh-01d also gets ICS today.
Sent from my SC-01D using Tapatalk 2
Click to expand...
Click to collapse
I see, I read about the T-01D (among many others) getting updated from articles like this: http://forums.hardwarezone.com.sg/e.../docomo-update-ics-4-0-18-models-3662812.html
I'm sure the T-01D would perform pretty awesome and maybe pre-installed software would not be as big a deal as it is now. Maybe since your SH-01D is getting updated, T-01D isn't far behind. The only thing I have to see is if I can update out of Japan.
I don't have sh-01d but galaxy tab 10.1 sc-01d instead. My t-01d also upgraded to V43R41C last month during visiting Japan. Upgrade of t-01d may not be possible outside Japan as Software Update cannot be executed without docomo sim and network.
Sent from my SC-01D using Tapatalk 2

[Q] Help with Lelus on windows 8.

I have been able to get the update tool software to flash the kdz file and I over right the bin in the process.
The phone flashes fine. But, after flashing I still have no root at all. I'm following every step by step instruction.
dismantlehands said:
I'm so happy that the Lelus Root method works. But, not for me. I have no other machine to use this method on that does not run windows 8.
When I attempt to put the phone in Software update mode when trying to flash the kdz file, windows 8 crashes because of driver issues. Has anyone else had this issue? Or could maybe point me in the right direction into fixing this so i can obtain root for my L9? :highfive: Team work guys, team work. *self five*
Click to expand...
Click to collapse
Works perfect on Windows 8. Mine too and one more user confirmed it before me.
Not even this, Since 5000+ years for hair growing medicine also, they always said "RESULTS MAY VARY" lolz
hey, listen! lol
cmahendra said:
Works perfect on Windows 8. Mine too and one more user confirmed it before me.
Not even this, Since 5000+ years for hair growing medicine also, they always said "RESULTS MAY VARY" lolz
Click to expand...
Click to collapse
Just sent you a pm asking about this issue. Sorry for not having any patience.
since that is the case, im even more confused now than ever.
I have tried uninstalling drivers and everything, still crashes. Fresh install is not an option seeing I have no way to backup my data.
dismantlehands said:
Just sent you a pm asking about this issue. Sorry for not having any patience.
since that is the case, im even more confused now than ever.
I have tried uninstalling drivers and everything, still crashes. Fresh install is not an option seeing I have no way to backup my data.
Click to expand...
Click to collapse
Not sure the situation of your window 8 and no one can help you without proper details, but my friend, in my humble opinion your title "[Q] Lelus root method crashes windows 8" is sort of misleading and may be scaring people from using Lelus method. It sounds like you are telling people that "Lelus root method crashes windows 8, so dont use it."
Make it "[Q] Please help! Why Lelus root method is not working on my windows 8?" to be more precise.
Are sure your clicking the network test flash button? Do not click the start button right under the kdz browser folder thing. There should be a button on the lower right hand. Also run the prgram in compatibility as administrator.
Virusbetax said:
Are sure your clicking the network test flash button? Do not click the start button right under the kdz browser folder thing. There should be a button on the lower right hand. Also run the program in compatibility as administrator.
Click to expand...
Click to collapse
+1 good point. You are talking about this http://forum.xda-developers.com/showpost.php?p=38914794&postcount=117
Virusbetax said:
Are sure your clicking the network test flash button? Do not click the start button right under the kdz browser folder thing. There should be a button on the lower right hand. Also run the prgram in compatibility as administrator.
Click to expand...
Click to collapse
My laptop crashes right after it tries to detect the L9 running in SW mode. So, I do not even get as far as the program it self.
I appreciate the input Virusbetax.
dismantlehands said:
My laptop crashes right after it tries to detect the L9 running in SW mode. So, I do not even get as far as the program it self.
I appreciate the input Virusbetax.
Click to expand...
Click to collapse
my win8 laptop has a few runtime errors during the flashing process itself, and I have to reboot afterwards, but never something as bad as this. you may be experiencing other problems not related to this phone.
may not be the BEST solution but you could always download tinyXP and virutalbox and try everything in a virtual machine..........
Yea there also virtual xp you can use. I believe is from windows website. Try with cousins or friends computer? Maybe theres will work.
Re: [Q] Lelus root method crashes windows 8
Have you tried other cables? Have you used the other usb ports on your system? Have you checked device manager on your laptop to see if there are other devices with errors? Have you gone to your manufactures Web site to see if there are new drivers or an updated bios?
Sent from my LG-P769 using xda premium
psychoace said:
Have you tried other cables? Have you used the other usb ports on your system? Have you checked device manager on your laptop to see if there are other devices with errors? Have you gone to your manufactures Web site to see if there are new drivers or an updated bios?
Sent from my LG-P769 using xda premium
Click to expand...
Click to collapse
Switching it from the usb 3.0 port to the 2.0 port worked. I successfully got the phone in s/w mode to run with the software update tool. After the tool finishes my phone reboots. Still no root..... I am following every step....
Its all Security and Compatibility issue. Yesterday, I have done some changes in my Root Guide.
======================
2) Download Root_and_Flash_Guide_byCMahendra(date).zip file (attached with this post) and extract in your C-Drive.
Now you will get three folders named "C:\RootLelus" and "C:\RootFlash" and "C:\shttps"
If these folders need any permissions you should provide in folder security section by adding user "everyone" or "<yourname>" and give full access. (example video) This is Optional and should be done if you have permission errors while flashing. Do it for all three folders.
==================
Also run EXE files with WindowsXP compatibility mode and Run As Administrator, if any trouble. In fact I never did this. Just a suggested workaround.
STILL NOTHING IS GUARANTEED AND MAY NOT WORK FOR YOU.
Do some trial and error and you tell us.:good:
cmahendra said:
Its all Security and Compatibility issue. Yesterday, I have done some changes in my Root Guide.
======================
2) Download Root_and_Flash_Guide_byCMahendra(date).zip file (attached with this post) and extract in your C-Drive.
Now you will get three folders named "C:\RootLelus" and "C:\RootFlash" and "C:\shttps"
If these folders need any permissions you should provide in folder security section by adding user "everyone" or "<yourname>" and give full access. (example video) This is Optional and should be done if you have permission errors while flashing. Do it for all three folders.
==================
Also run EXE files with WindowsXP compatibility mode and Run As Administrator, if any trouble. In fact I never did this. Just a suggested workaround.
STILL NOTHING IS GUARANTEED AND MAY NOT WORK FOR YOU.
Do some trial and error and you tell us.:good:
Click to expand...
Click to collapse
The 7th try i had to run every single exe in administrator mode. So, for me. His updated method did indeed work for me. Thanks dude.
dismantlehands said:
The 7th try i had to run every single exe in administrator mode. So, for me. His updated method did indeed work for me. Thanks dude.
Click to expand...
Click to collapse
Glad it helped.

[Q] Server Maintenance error when trying to flash P769

I'm trying to root my phone using the Lelus method. As far as I know, I'm following the instructions to the letter. When I get to the actual flashing step, using the ICS T-mobile rom, I get the same "Scheduled Server Maintenance" error that Kevev reported in the guide thread on the development forum. Apparently, he was able to successfully flash, but I don't see any information there as to how he got around the error. I have tried repeatedly and always come up with the same result. Since I can't post yet in a development forum, I have to ask the question here. I must be doing something wrong, but I don't have a clue. I ask your indulgence, and would appreciate any help you can give me.
bearymore said:
I'm trying to root my phone using the Lelus method. As far as I know, I'm following the instructions to the letter. When I get to the actual flashing step, using the ICS T-mobile rom, I get the same "Scheduled Server Maintenance" error that Kevev reported in the guide thread on the development forum. Apparently, he was able to successfully flash, but I don't see any information there as to how he got around the error. I have tried repeatedly and always come up with the same result. Since I can't post yet in a development forum, I have to ask the question here. I must be doing something wrong, but I don't have a clue. I ask your indulgence, and would appreciate any help you can give me.
Click to expand...
Click to collapse
Do you have shttp in C:? C:/shttp/shttp.exe. It must be exatct this way. I have this problem too....
Rixx666 said:
Do you have shttp in C:? C:/shttp/shttp.exe. It must be exatct this way. I have this problem too....
Click to expand...
Click to collapse
I have it nested several directories deep. Did you get it to work when you put it in C? I'll give it a try.
bearymore said:
I have it nested several directories deep. Did you get it to work when you put it in C? I'll give it a try.
Click to expand...
Click to collapse
You get such hiccups if you dont follow the simple instruction first. Many people have habit to extract/save everything on desktop. C drive means C root location of C drive. And you must be logged in as "ADMINISTRATOR USER" on windows 7/8 to avoid access/permission issues.
cmahendra said:
You get such hiccups if you dont follow the simple instruction first. Many people have habit to extract/save everything on desktop. C drive means C root location of C drive. And you must be logged in as "ADMINISTRATOR USER" on windows 7/8 to avoid access/permission issues.
Click to expand...
Click to collapse
I'm used to Linux rather than Windows and when possible I put things in a user's home directory rather than the root directory. Since all that the instructions said was C drive, I interpreted that to mean anywhere on the C drive, not the root directory. Now that I put the program in the root directory, everything worked perfectly.
Thanks for your guide!
I just rooted my p769. I had a few hiccups.
Line 5a says optional, but really it's a necessary step if you've never done it once. If you've edited your HOSTS file and are running shttp, then it's not gonna be able to download/update what it needs to. Close shttp and rem out the lines in HOSTS until it updates, the continue as normal.
shttp has to be extracted in C:\
Mine ran from desktop but the 127.0.0.0:9002 test for the girls picture was file not found, look at shttp dialog window and you see it couldn't find the file because it wasn't where it expected it..
Also did you forget to right click and edit UpTestEX_mod2_marwin.exe compatibility tab if you're running win7/8 like it says to?
Once I set it all up according to the image in the thread and clicked "Normal web upgrade test" it gave me an error box. Saying to setup Tool > B2C Client Setup.
After that it was easy sailing. Well other than the fact that some of the KDZ/bin files were either missing, deleted or dropbox blocked the account for excessive use..

Categories

Resources