Hey guys..my laptop has ubuntu installed..is there any way to fxz to stock from linux??..i tried WINE n Rsdlite but its not working..any help really appreciated..thanks in advance:thumbup:
EDIT:Here is how I did it in Ubuntu 12.04 LTS
Requirements
1-Android SDK
get the guide here
http://forum.xda-developers.com/showthread.php?t=2423515
2-Setting up fastboot
(No guides available for our phone I'll update on shortly..basically it involves creating 99-android.rules file in /etc/udev/rules.d with our phone vendor and product Id)
Flashing
1-make a folder in Ubuntu home directory eg: "ICS"
2-drop all files from fxz directory into the above folder
3-connect phone to PC in fastboot mode
4-open terminal and navigate to this directory..then type the following
fastboot erase userdata
fastboot erase cache
fastboot flash system system.img
fastboot reboot
Done!!
Note:this will wipe data and cache and flash system.img to your phone..this works with SEARET ICS fxz but should work with others too..I find this easier and less time consuming than rsdlite
I'll try to make a script for flashing and rooting soon..still very much a noon to Linux
Sent from my ReBeLLiON
Bump!!
Sent from my MB865 using Xparent BlueTapatalk 2
I could swear that I've read that you can flash an FXZ in Linux using command lines, or whatever, but that RSD lite only works in windows. I'm not 100% positive about that because I can't find the post. It seems so familiar though....
Edit:
Here you go. Post #'s 108, 113 & 114...
http://forum.xda-developers.com/showthread.php?p=36834775
http://forum.xda-developers.com/showthread.php?p=39602490
http://forum.xda-developers.com/showthread.php?p=39608601
I knew I wasn't just dreaming it, hahaha!
1BadWolf said:
I could swear that I've read that you can flash an FXZ in Linux using command lines, or whatever, but that RSD lite only works in windows. I'm not 100% positive about that because I can't find the post. It seems so familiar though....
Edit:
Here you go. Post #'s 108, 113 & 114...
http://forum.xda-developers.com/showthread.php?p=36834775
http://forum.xda-developers.com/showthread.php?p=39602490
http://forum.xda-developers.com/showthread.php?p=39608601
I knew I wasn't just dreaming it, hahaha!
Click to expand...
Click to collapse
Thanks a bunch bro:thumbup:
Sent from my MB865 using Xparent BlueTapatalk 2
Err one more doubt..after flashing how will i root my phone??
Sent from my MB865 using Xparent BlueTapatalk 2
devilhunter47 said:
Err one more doubt..after flashing how will i root my phone??
Sent from my MB865 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
I think it can be done pretty easily. I'll try to make some time tonight to work it out and let you know...
edit: Nevermind, it looks like the root method here contains a script to root in Linux. a2_ics_Root.sh. You just need adb installed in Linux and working.
dmroeder said:
I think it can be done pretty easily. I'll try to make some time tonight to work it out and let you know...
edit: Nevermind, it looks like the root method here contains a script to root in Linux. a2_ics_Root.sh. You just need adb installed in Linux and working.
Click to expand...
Click to collapse
Thanks..i am new to linux and terminal thats why
Sent from my MB865 using Xparent BlueTapatalk 2
devilhunter47 said:
Thanks..i am new to linux and terminal thats why
Sent from my MB865 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Hey no worries, I didn't realize it until earlier today! I downloaded the root zip to look at the batch file. I thought, ah, I can do this same script in Linux. Then I realized that there already was one in the zip!
When I get some time I'm going to try the FXZ on my Linux box and root. Just for fun...because I'm a loser like that... :cyclops:
Just out of curiosity, what distribution are you running?
dmroeder said:
Hey no worries, I didn't realize it until earlier today! I downloaded the root zip to look at the batch file. I thought, ah, I can do this same script in Linux. Then I realized that there already was one in the zip!
When I get some time I'm going to try the FXZ on my Linux box and root. Just for fun...because I'm a loser like that... :cyclops:
Just out of curiosity, what distribution are you running?
Click to expand...
Click to collapse
I am running Ubuntu 12.04 LTS on my Dell Inspiron Mini 1018 ..its nice and smooth..i am starting to love Linux..its stable smooth and fast:thumbup:
Sent from my MB865 using Xparent BlueTapatalk 2
devilhunter47 said:
I am running Ubuntu 12.04 LTS on my Dell Inspiron Mini 1018 ..its nice and smooth..i am starting to love Linux..its stable smooth and fast[emoji106]
Sent from my MB865 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Why didn't you go with 14.04? I think it's lts as well. It is pretty refreshing. I've been using mint for a few years. You should download some source code and compile a rom. It's pretty rewarding when it works! Although frustrating when it doesn't!
dmroeder said:
Why didn't you go with 14.04? I think it's lts as well. It is pretty refreshing. I've been using mint for a few years. You should download some source code and compile a rom. It's pretty rewarding when it works! Although frustrating when it doesn't!
Click to expand...
Click to collapse
Ok i will try 14.04 LTS..my netbook is 3 yrs old so don't know whether latest Ubuntu versions will run well on it
Sent from my MB865 using Xparent BlueTapatalk 2
If it doesn't perform well you can install another desktop environment like xfce or lxde, they take much less than unity. Not as pretty though. When you have multiple DEs installed, you can choose the one you want when you login
My device is getting detected when i type lsusb but the fxz script shows error "command not found"..seems i have to configure adb properly
Sent from my MB865 using Xparent BlueTapatalk 2
devilhunter47 said:
My device is getting detected when i type lsusb but the fxz script shows error "command not found"..seems i have to configure adb properly
Sent from my MB865 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Certainly sounds like and adb setup problem. What happens when you run "adb start-server"?
Check this out.
dmroeder said:
Certainly sounds like and adb setup problem. What happens when you run "adb start-server"?
Check this out.
Click to expand...
Click to collapse
Command not found..i exceeded my data limit this month so will try after 31st ..if i have any doubt shall i pm you @dmroeder??
Sent from my MB865 using Xparent BlueTapatalk 2
devilhunter47 said:
Command not found..i exceeded my data limit this month so will try after 31st ..if i have any doubt shall i pm you @dmroeder??
Sent from my MB865 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Yeah no problem, I'll help you get it going.
Hey guys I have updated the first post on how I did it..unfortunately the restore script and root script did not work for me.. and neither did the moto-fastboot commands..further updates will be added to OP
Related
Since I flashed sky ics I haven't been able to fix permissions like I was on a stock rooted rogers phone. Gives me an error everytime. Any ideas?
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
Busy box. Install it
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Every time I try it fails
Edit
I have 37.0mb free in system/bin could that be why?
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
confyzone said:
Every time I try it fails
Edit
I have 37.0mb free in system/bin could that be why?
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
Click to expand...
Click to collapse
Nope. Update Busybox. IDK
Hmm is there a flash or rom for busybox since the program isn't doing it
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
confyzone said:
Hmm is there a flash or rom for busybox since the program isn't doing it
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
Click to expand...
Click to collapse
By "program" do you mean the app? If not, download the app from the market (Play Store).
Or, just fix permissions in ROM Manager. Works every time for me.
That's the issue I'm having is that rom manager/cwm isn't fixing permissions
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
confyzone said:
That's the issue I'm having is that rom manager/cwm isn't fixing permissions
sent from my SGS2 LTE Sky ICS 4.2E-16 using XDA
Click to expand...
Click to collapse
It is impossible to fix permissions unless busybox is installed properly.
Yup, needs busybox. Download the app and install it.
PS--When people say cwm on this site they mean cwm recovery, not rom manager. Not everyone uses the term correctly of course, but just thought I'd let ya know.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
skrambled said:
Yup, needs busybox. Download the app and install it.
PS--When people say cwm on this site they mean cwm recovery, not rom manager. Not everyone uses the term correctly of course, but just thought I'd let ya know.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Easy to mistake, beings ClockWorkMod makes ROM manager
Ends said:
Easy to mistake, beings ClockWorkMod makes ROM manager
Click to expand...
Click to collapse
True, I understand that. Not trying to be a jerk by pointing that out, it's just very confusing to those of us trying to help when people get this mixed up.
I've been using rom manager for a long time but I'm pretty sure this confused me at first too. :beer:
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
That's why i always just say "recovery". That and a lot of people use other recoveries.
--
SGH-I727 using XDA premium, running cm9.
Questions? look here: http://forum.xda-developers.com/search.php
skrambled said:
True, I understand that. Not trying to be a jerk by pointing that out, it's just very confusing to those of us trying to help when people get this mixed up.
I've been using rom manager for a long time but I'm pretty sure this confused me at first too. :beer:
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Oh no, no jerk. I was totally agreeing with you. :beer: is good
mindmajick said:
That's why i always just say "recovery". That and a lot of people use other recoveries.
--
SGH-I727 using XDA premium, running cm9.
Questions? look here: http://forum.xda-developers.com/search.php
Click to expand...
Click to collapse
Good call, makes it crystal clear.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Ends said:
Oh no, no jerk. I was totally agreeing with you. :beer: is good
Click to expand...
Click to collapse
Ha! Right on. Kind of ironic that I misunderstood you. lmao
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
I had the same problem. If you are on cwm touch I don't know why but you must have busybox 1.21. If not rom manager is gonna hang up every time.
Sent from my SAMSUNG-SGH-I727 using xda premium
well ill take note of those differences aha thanks for the heads up, and im gonna try installing the 17b update and see if that fixes my issues
just a quick edit:
when i do go into busybox its the free version and it says "BusyBox null is installed" then "Busybox is installed to sh:<stdin>[1]:not found"
then gives me the option to install 1.20.1
so do i need to spend the money to upgrade to busy box pro?
confyzone said:
well ill take note of those differences aha thanks for the heads up, and im gonna try installing the 17b update and see if that fixes my issues
just a quick edit:
when i do go into busybox its the free version and it says "BusyBox null is installed" then "Busybox is installed to sh:<stdin>[1]:not found"
then gives me the option to install 1.20.1
so do i need to spend the money to upgrade to busy box pro?
Click to expand...
Click to collapse
I didnt. I just went to the market and typed busybox downloaded the app and installed it that way... the app just says busybox not busybox installer. I think stericson is the app dev on the one I'm talking about....
Sent from my SAMSUNG-SGH-I727 using xda premium
holy sweet bleep it worked, i dont know how but it finally installed lol.
I went to update to 17 on sky ics, it was taking forever in recovery so i rebooted the phone, tried busybox again and it said it was SUCESSFUL!!
Edit
Lol so I noticed I had to do a delvik cache clear to get busy box to install but even after install and permission rewrite it still won't install 17 for me
aha well thanks for your help everyone.
I just got this phone yesterday to discover that the stock rom (rooted) doesn't have the red line show up under a misspelled word. I had this on my evo 4g running cm9 or 10.
Does anyone know of a rom, or roms, that would have this feature.
Sent from my SCH-I535 using Tapatalk 2
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
ddurandSGS3 said:
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
Click to expand...
Click to collapse
I installed LantinIME.apk from a rom I extracted for the evo. The keyboard worked but still no spell checker. Did you happen to notice if any of the roms you've flashed had this feature, preferably an ICS rom?
Sent from my SCH-I535 using Tapatalk 2
I also think this is a keyboard feature. Try installing one of the different keyboards from the play store.
I'm using swift 3, no red lines on touchwiz, however my galaxy player 5.0 running cm9 w/swift 3 has it (did not on touchwiz). I assume this is a rom feature.
Sent from my VZW GS3 running Synergy/Trinity/Dark Horse Rises
I have been trying to ilfigure this out for a while. I haven't been able to get it to work with any of the roms. Someone said CM10 might do it but haven't tried.
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
con247 said:
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
Click to expand...
Click to collapse
Would you happen to know if that would work with the stock rom (rooted) for Verizon?
I just got the phone and even though I've been doing a ton of reading, I'm still a noob when it comes to the s3. And the last thing I want to do is mess anything up. Atlest with the evo 4g I didn't have to worry about different carriers and what not.
Thanks,
Sent from my SCH-I535 using Tapatalk 2
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
con247 said:
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
Click to expand...
Click to collapse
That's ok, as long as I know that it'll work. When I get to my PC I'll look it over and hopefully not break anything. Lol
Thanks bud,
Sent from my SCH-I535 using Tapatalk 2
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
Any luck on getting this to work?
bishop0114 said:
Any luck on getting this to work?
Click to expand...
Click to collapse
Not here, it's a little beyond my knowledge. I did learn some, just not enough to get it working.
Sent from my SCH-I535 using Tapatalk 2
I would love to get this working on my phone!!!
Unlocked just to piss off Verizon!
I know that it's possible, because maanz got it working on his rom.
http://forum.xda-developers.com/showthread.php?t=1854608
Sent from my SCH-I535 using Tapatalk 2
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
I got apktool installed and decompiled framework.jar where it creates a folder called smali. The problem is, I can't view any of the contents from within it. If I go to properties it states contents "nothing" yet shows free space as being 66.7 GB. So I know that there's something in there, I'm just not allowed to view the contents. I read somewhere that you need a text editor?
I did all this on a Linux machine (Mint 13.) I'm gonna try it on a windows PC next just to see what happens.
Edit: I found out that by changing .jar to .apk and then decompiling it allowed me to view the contents. Now I'm sitting at trying to open the TextView.smali. lol
Edit 2: for some reason it's not working for the JellyWiz rom. It's still not showing the contents from within the samli folder.
Sent from my SCH-I535 using Tapatalk 2
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
dfoote626 said:
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I will look it up on YouTube....
Sent from my SCH-I535 using xda app-developers app
Having a problem with making nandroid back ups. First off a little back ground. I rooted and unlocked using the tutorial found here on xda had no problems every thing went well I chose clockwork mod touch as my recovery program. I can flash anything wipe bla bla bla... but I can only make a nandroid to the internal sd . When I try to backup to ext sd it fails while backing up system. so Im not sure what to do. Some what of a noobie so sorry !! Any help appreiciated
Is your external card full?
Sent from my SCH-I535 using Tapatalk 2
The card shows 8.7 g free
Flash the non touch version of cwm and try that. If it works. Redownload the touch version and try again.... if it doesn't maybe you need to format your sdcard? I really am not sure. I use touch just fine on my wife's phone
Sent from my SCH-I535 using Tapatalk 2
---------- Post added at 12:28 PM ---------- Previous post was at 12:27 PM ----------
Or do an advanced backup. Try just the system first, then try everything... may be a crap work around but if it works, oh well...
Sent from my SCH-I535 using Tapatalk 2
Ok I kinda thought about reflashing cwm .** Can I just flash through recovery or do I need to fo that through Odin?
http://rootzwiki.com/index.php?/topic/29698-[7/28]-VZW-GS3-EZ-Recovery-2.2-~-a-multi-recovery-flashing-app,-ya-dingus
[7/28] VZW GS3 EZ-Recovery 2.2 ~ a multi-recovery flashing app, ya dingus
Use this. It used to be on the playstore but I can't find it... ignore all the crap except for the flash recovery (or custom if u select the specific recovery) my recommendation would be to download the newest touch again. I believe its something like 6.2.3 download it... open that app I linked here and select custom to flash that recovery u downloaded
The hybrid mode and kernel was really meant for before we had our boot loader unlocked when we used kexec.
Sent from my SCH-I535 using Tapatalk 2
Another alternative is to download GooManager from the play store and try TWRP instead.
Sent from my SCH-I535 using xda app-developers app
faehsemc said:
http://rootzwiki.com/index.php?/topic/29698-[7/28]-VZW-GS3-EZ-Recovery-2.2-~-a-multi-recovery-flashing-app,-ya-dingus
[7/28] VZW GS3 EZ-Recovery 2.2 ~ a multi-recovery flashing app, ya dingus
Use this. It used to be on the playstore but I can't find it... ignore all the crap except for the flash recovery (or custom if u select the specific recovery) my recommendation would be to download the newest touch again. I believe its something like 6.2.3 download it... open that app I linked here and select custom to flash that recovery u downloaded
The hybrid mode and kernel was really meant for before we had our boot loader unlocked when we used kexec.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Ok someone will have to take me by the hand here lol... I spent the better part of the day trying to find the proper CWM file to down load. All the CWM touch files I could find were .tar not.zip. I ma gonna needa littlea morea helpa herea!!! Lol. Thanks in adcance
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.2.3-d2vzw.img
Download that. Flash through the ez recovery app. That easy
Sent from my SCH-I535 using Tapatalk 2
Worked like a champ. Thank you!!!
shmodaddy said:
Worked like a champ. Thank you!!!
Click to expand...
Click to collapse
So u can back up properly now?
Sent from my SCH-I535 using Tapatalk 2
Yes sir that is affirmative! Thankyou very much
Well I charge $100 a day for my services. So that'll be $300.. I'm giving you a discount by not including taxes.. lol j/k
Sent from my SCH-I535 using Tapatalk 2
faehsemc said:
Well I charge $100 a day for my services. So that'll be $300.. I'm giving you a discount by not including taxes.. lol j/k
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
300!!! Holy [email protected] balls batman!!! Last time I payed 3 bills for "help" there were two midget chicks in clown costumes, jello, and a ton of whipped cream! Not to mention the whip, chains and shetland pony .
YEE HAAW!!! THANK YOU VERY MUCH! !!
Let me know if u want their number.
Honestly twrp is becoming the better took all around. Its ui is much more friendly, and I was in cwm for YEARS until now.
Sent from my Synergized Galaxy S3 on Verizon!
Ok, I'd been on the Sense 5 Rom and Elemental 6.7 for a while. Today I noticed that my phone wasn't going to sleep and was normally clocked around 1.0 Ghz no matter what it was doing. I tried changing the settings with No-frills cpu control but it didnt work. Long story short: I rebooted into recovery and reflashed the kernel to see if it would fix the problem. I used the stock elemental x settings (no overclock or undervoltage). The kernel flashed, I pressed reboot and the phone went dark... It wont cut on, holding the power button does nothing and plugging it into the computer gets me the qhsusb_dload message that I've read isnt a good thing to have. However most people who had this problem seem to have gotten it from RUU while S-On, my phone was S-Off so I'm wondering does that help my chances any, and is there anything I can do to restore my phone?
Try the unbrick evita thread. You'll need to run linux by live usb or live CD if you don't run linux. A virtual machine could work too.
If you can make it past step 3 and the partitions are intact, you can restore your phone.
Sent from my HTC One X using xda app-developers app
exad said:
Try the unbrick evita thread. You'll need to run linux by live usb or live CD if you don't run linux. A virtual machine could work too.
If you can make it past step 3 and the partitions are intact, you can restore your phone.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
I tried the unbrick evita thread but the zip is no longer posted on dropbox. I worked up to step 3 and there are some /dev/sda/ folders which I am presuming are the partitions... I can't find the unbrick_evita.zip file so if anyone has it I would really appreciate it. If I can find it on my own I'll update this thread. Thanks in advance.
https://dl-web.dropbox.com/get/Publ...ADG3T0W2Gs5vKft0tUz9rE5hd8LPJp7xkyQRWhakZS__w
There should be a bunch of partitions Like in the picture in the unbrick thread if you only have 3 or 4 or 5 then it not recoverable.
Sent from my HTC One X using xda app-developers app
nem1yan said:
I tried the unbrick evita thread but the zip is no longer posted on dropbox. I worked up to step 3 and there are some /dev/sda/ folders which I am presuming are the partitions... I can't find the unbrick_evita.zip file so if anyone has it I would really appreciate it. If I can find it on my own I'll update this thread. Thanks in advance.
Click to expand...
Click to collapse
Sent you a pm man.
Sent from my HTC One X using Tapatalk 2
Alright guys. Seems like I'm fully bricked. Another guy on here had the same issue and said he sent it to HTC and they covered it so I called and am gonna send it in as well. *Fingers crossed* If it doesnt work then I'll probably just save up and upgrade to the one.
I know I dont post a lot here, but I do a lot of reading and you all have been super helpful. Thanks for the hard work you all put into this.
InflatedTitan said:
Sent you a pm man.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Any chance you can do the same for me my buddy has a bricked evita im trying to help him out with so far no go whats weird is the computer was recognizing QHSUSB-DLMODE or whatever but now after downloading and installing the drivers for the qualcomm
QHSUSB Drivers (x64).zip - ZIP archive, unpacked size 229,865 bytes it now recognizes it as android adb interface but cannot start due to an error tried un installing and re installing android adb interface drivers still no luck would that .zip file even be benificial to me
pardon my spelling ha its been a whle
ctan40 said:
Any chance you can do the same for me my buddy has a bricked evita im trying to help him out with so far no go whats weird is the computer was recognizing QHSUSB-DLMODE or whatever but now after downloading and installing the drivers for the qualcomm
QHSUSB Drivers (x64).zip - ZIP archive, unpacked size 229,865 bytes it now recognizes it as android adb interface but cannot start due to an error tried un installing and re installing android adb interface drivers still no luck would that .zip file even be benificial to me
pardon my spelling ha its been a whle
Click to expand...
Click to collapse
I posted a link in my last post.
Though this won't help you with your drivers.
That link is dead I believe bro I tried it twice and was signed in n everything
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
ctan40 said:
That link is dead I believe bro I tried it twice and was signed in n everything
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
Pft sorry. Here's a proper link: https://www.dropbox.com/s/pb9lqp9eqldhrtl/unbrick_evita.zip
ctan40 said:
Any chance you can do the same for me my buddy has a bricked evita im trying to help him out with so far no go whats weird is the computer was recognizing QHSUSB-DLMODE or whatever but now after downloading and installing the drivers for the qualcomm
QHSUSB Drivers (x64).zip - ZIP archive, unpacked size 229,865 bytes it now recognizes it as android adb interface but cannot start due to an error tried un installing and re installing android adb interface drivers still no luck would that .zip file even be benificial to me
Click to expand...
Click to collapse
If you are in QHSUSB-DLMODE after trying to install RUU, OTA, or a custom kernel, you are pretty much done, aside from JTAG or sending it to HTC. I don't believe anybody has unbricked from any of these conditions.
]thanks [a [bunch [man I'm still trying different stuff thinkin [i [may get lucky but nothing so [far [i [refuse [to [give up tho
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
You could try for years and will not recover. You require specially signed files from HTC to recover from that.
You are more than welcome to try the unbrick evita thread but if your patitions don't enumerate (step 3) there Is no way to recover without signed files from HTC. Other than jtagg ofcourse.
Sent from my HTC One X using xda app-developers app
Gotcha ok so I was reading the unblock Elvira thread and in the open it says I have to use a live CD? Now I'm decent with android but ****e with pc's maybe this is a really stupid question but how do put Linux on my desktop
Sent from my SAMSUNG-SGH-I337 using Xparent Red Tapatalk 2
ctan40 said:
Gotcha ok so I was reading the unblock Elvira thread and in the open it says I have to use a live CD? Now I'm decent with android but ****e with pc's maybe this is a really stupid question but how do put Linux on my desktop
Sent from my SAMSUNG-SGH-I337 using Xparent Red Tapatalk 2
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2223669&highlight=bootable+linux
Funny you sent me there I did a search in the forums and it led me there too creating my bootable Linux usb stick as we speak haha
Sent from my SAMSUNG-SGH-I337 using Xparent Red Tapatalk 2
exad said:
Pft sorry. Here's a proper link: https://www.dropbox.com/s/pb9lqp9eqldhrtl/unbrick_evita.zip
Click to expand...
Click to collapse
I need the file: unbrick_evita.zip can give me??
hi...frnds...
any provide me unbrick_evita.zip file....please its urgent.....
So I have just ported ubuntu touch to my fascinate and wanted to know if anyone here is interested in running it on their infuse .
ubuntu touch
Unjustified Dev said:
So I have just ported ubuntu touch to my fascinate and wanted to know if anyone here is interested in running it on their infuse .
Click to expand...
Click to collapse
Is it compatible with Infuse?
FLASHMINATOR said:
Is it compatible with Infuse?
Click to expand...
Click to collapse
Of course it is and its easy to port as well.
Sent from my SCH-I500 using xda app-developers app
Let me known if you need a tester this is great
Sent from my SGH-I997 using xda app-developers app
knight master said:
Let me known if you need a tester this is great
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Its building now I hope it boots. Should be uploaded in the next hour or so.
Sent from my SCH-I500 using xda app-developers app
@knight master
Ubuntu Touch Test
1.Download base zip http://goo.im/devs/Unjust/Infuse4G/Ubuntu/infuse4g_ubuntu.zip
2. Download preinstall http://cdimage.ubuntu.com/ubuntu-to.../current/saucy-preinstalled-phablet-armhf.zip
yes it is 300+mb make sure you have space on your sdcard for it
3. Reboot to recovery wipe data and format system then flash bootstrap file first the infuse_ubuntu zip then reboot recovery may do it itself
4. in ubuntu's purple recovery flash the saucy zip takes a while to flash make sure your battery is charged
5. Note this a preview not a daily driver it is pretty cool but it lacks full features.
if it doesnt boot up go into ubuntu's recovery wipe data and format system then flash bootstrap then saucy
To update partially go to terminal on your phone and type sudo apt-get update && sudo apt-get upgrade -y
the password is phablet
I am working on porting the flipped version which has more features
Yeah, my phone got soft bricked after flashing the base zip. Darn, I was excited...I guess I'll Odin it back when I have the time.
Sent from my "Nexus 4" using xda app
porkchopsandwiches said:
Yeah, my phone got soft bricked after flashing the base zip. Darn, I was excited...I guess I'll Odin it back when I have the time.
Sent from my "Nexus 4" using xda app
Click to expand...
Click to collapse
What do you mean what did it do ?
Please explain did it reboot etc ?
I did the wipes and partition formats like you instructed from CWM (version 6.1 I think, can't check ATM). I flashed the first zip and it aborted and said please flash again to confirm. I did, a status bar appeared then it rebooted to the white Samsung logo boot screen and sat there for a good thirty minutes before I got fed up and pulled the battery. Now when I boot I get the black screen with the Samsung logo and I can't boot into recovery anymore so I'll have to plug it up to Odin and repartition. I left it at home though so its gonna be a while.
Sent from my "Nexus 4" using xda app
porkchopsandwiches said:
I did the wipes and partition formats like you instructed from CWM (version 6.1 I think, can't check ATM). I flashed the first zip and it aborted and said please flash again to confirm. I did, a status bar appeared then it rebooted to the white Samsung logo boot screen and sat there for a good thirty minutes before I got fed up and pulled the battery. Now when I boot I get the black screen with the Samsung logo and I can't boot into recovery anymore so I'll have to plug it up to Odin and repartition. I left it at home though so its gonna be a while.
Sent from my "Nexus 4" using xda app
Click to expand...
Click to collapse
You guys can flash recovery? If so try a newer recovery like scotts newest 4.2.2 builds because I am using his source idk if it will have any effects but i did read about his partition change and if you're using that version of cwm thats pretty old
The galaxysmtd isnt much different from this phone same partitions so I used their ubuntu guide
Having the same problem here and I have the newest recovery
Sent from my BN NookHD+ using xda app-developers app
knight master said:
Having the same problem here and I have the newest recovery
Sent from my BN NookHD+ using xda app-developers app
Click to expand...
Click to collapse
Ok let me redo my source and send you all new bootstrap later
Screenshots? Photos?
Sent from my SGH-I337 using Tapatalk 2
Any luck with this? Kinda sucks that it seems that no devices have this working fine
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
deathblade said:
Any luck with this? Kinda sucks that it seems that no devices have this working fine
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Not yet I need one of these to test on . I am working on getting Ubuntu touch not preview working on my phone I talked to Scott about the error with the build since our devices both will fail since the file is exactly the same.
Sent from my SCH-I500 using xda app-developers app
Unjustified Dev said:
Not yet I need one of these to test on . I am working on getting Ubuntu touch not preview working on my phone I talked to Scott about the error with the build since our devices both will fail since the file is exactly the same.
Sent from my SCH-I500 using xda app-developers app
Click to expand...
Click to collapse
I really wish I could help, I would offer you the one I have but USB data doesn't work (you know if it gets soft bricked then there is no fixing it) so for that reason I don't believe it would be a prime candidate, you sometimes can get these freedom eBay at a really good price as long as you can deal with not having something work, or if you post a thread asking to borrow someone device for a while that seems to have worked pretty well in the past here
Sent from my SGH-I997 using xda app-developers app
I have a working motherboard with USB fully functional
Sent from my SGH-I997 using xda app-developers app
I would be interested in helping test this as well. I'm not super experienced, but I have been flashing roms on my infuse for a while(not my daily driver, I use a nexus 4) I have no problem abusing it. I would need some details on getting started with this, and what details you need, from me to help.
I have already downloaded the files from earlier in the thread. my current recover is cwm 6.0.3.2 but I think one of the zips replaces that, right? I'm posting the info to make sure there hasn't been a problem with changing over from there.
Unjustified Dev said:
So I have just ported ubuntu touch to my fascinate and wanted to know if anyone here is interested in running it on their infuse .
Click to expand...
Click to collapse
yes i am ..
PM a link please
Thank you .
happy to help
If anyone is working on porting this, I'd also be glad to test. My infuse is doing nothing other than collecting dust right now so I might as well do something with it.