[q] how to install cyanogenmod 10 on samsung galaxy s3 for bell network - General Questions and Answers

Hi my name is amandeep and i have tried installing the cyanogenmod 10 on my samsung galaxy s3 for bell canada network. However, i have searched many places, read different forums but all has failed. I had been told to use the at&t, cyanogenmod 10, this does not work because at&t modem is different from bell canada modem. I currently have bell network, model#sgh-i747m, android version 4.0.4, baseband version i747mvllh1. I have currently used clockworkmode and then switched to twrp. Please help me set up cyanogenmod 10 with detailed step by step instructions. I cannot find the proper instructions on youtube or google. In addition, when i had tried to install cyanogenmod 10, it would say "error 7", when i was using clockworkmode. I tried it on twrp but did not work and, i am new to twrp so mabey the developers can help me with this one please. Finally, i had bricked my phone yesterday and i had to flash the original bell stock rom which went successful but, i don't want to go through the hassle again. Please help, and if you can get back to me or even post the step by step instructions on youtube it would help alot of canadians including me.
Thank you
amandeep

Install ClockWorkMod 6 and Cyanogenmod 10 on Galaxy S3 SGH-I747M on Bell Network
Hello,
This is my first post on XDA-Developers and also my first guide. I am not an expert when it comes to this stuff, I just know how to read and follow instructions. I previously had the Galaxy S2 on the Bell network and had to do a lot of reading to find out how to root, install ClockWorkMod and Cyanogenmod 9. So when I got my Galaxy S3 I had to do the same. This is a collaboration of my findings and I am in no way crediting myself for the information I found. I just put it here for anyone who wishes to have their Galaxy S3 on Bell with Cyanogenmod 10 and ClockWorkMod 6.
THESE STEPS ARE INTENDED FOR THE GALAXY S3 SGH-I747M ON BELL! PLEASE HAVE SOME EXPERIENCE WITH ROOTING, CLOCKWORKMOD AND CYANOGENMOD!
Step 1
I first followed this guide,
http://galaxys3root.com/galaxy-s3-root/how-to-root-u-s-and-canada-galaxy-s3-sgh-t999sgh-i747sph-l710-fail-proofnoob-proof/
This guide explains how to root your Galaxy S3 and install ClockWorkMod 5.5 and SuperSU
Do not continue unless you have followed all of the steps and read his Q&A. There are 2 files he recommends you delete in order for the stock recovery from overwriting ClockWorkMod. Follow his guide completely.
Step 2
There is a small issue we must now deal with. ClockWorkMod 5.5 will not install Cyanogenmod 9 or 10. You will get an error when you try to install from the zip file. I searched high and low for an answer on how to update ClockWorkMod and it was a tough task. What I did is download the latest ClockWorkMod from clockworkmod.com for the AT&T phone.
http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.1.2-d2att.img
Rename the file to "recovery.img" and copy the .img file to your phone. I put mine in the /sdcard folder as to follow the instructions I found without modifying the command. After the .img file is on your phone, download Android Terminal Emulator from the Play Store. Run Android Terminal Emulator and enter "su" (no parenthesis) and SuperSU will ask you for your permission. Allow it. Then type these 3 commands:
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
# reboot recovery
Click to expand...
Click to collapse
If all is well you will be rebooted into the ClockWorkMod Recovery and you'll notice your version is now 6.0.1.2
If you fail at any point, retrace your steps and make sure everything goes smoothly.
Here is the original posting I found to find these steps,
http://forum.xda-developers.com/showthread.php?t=1760376
Step 3
Now you need to download the Cyanogenmod 10 stable and Google Apps.
http://get.cm/get/jenkins/12630/cm-10.0.0-d2att.zip
http://goo-inside.me/gapps/gapps-jb-20121011-signed.zip
You can either put those files on your phone or the external SD card.
Reboot your phone into ClockWorkMod Recovery by holding Volume Up+Home while powering on. Wipe your data/reset and cache. Then install Cyanogenmod 10 from the internal/external SD card and then install the Google Apps. Everything should have worked.
The following steps are provided by Cyanogenmod.com:
Method via Recovery
Download the latest version of CyanogenMod.
Optional: Download the Google Apps for the device.
Place the CyanogenMod update.zip file on the root of the SD card.
Optional: Place the Google Apps .zip on the root of the SD card also.
Boot into the ClockworkMod Recovery.
Once the device boots into the ClockworkMod Recovery, use the side volume buttons to move around, and either the power button or the trackball to select.
Optional: Select backup and restore to create a backup of current installation on the Samsung Galaxy S III.
Select the option to Wipe data/factory reset.
Then select the option to Wipe cache partition.
Select Install zip from sdcard.
Select Choose zip from sdcard.
Select the CyanogenMod update.zip.
Optional: Install the Google Apps by performing steps 7 - 9 again and choosing the Google Apps update.zip.
Once the installation has finished, select +++++Go Back+++++ to get back to the main menu, and select the Reboot system now option. The Samsung Galaxy S III should now boot into CyanogenMod.
Click to expand...
Click to collapse
Original posting, http://wiki.cyanogenmod.org/wiki/Samsung_Galaxy_S_III:_Full_Update_Guide
These are the steps I followed to achieve my Bell Samsung Galaxy S3 SGH-I747M to get my phone rooted as well as install ClockWorkMod 6 and Cyanogenmod 10 installed. I hope this helps somebody else.

THANK YOU!!
Amras86 said:
Hello,
This is my first post on XDA-Developers and also my first guide. I am not an expert when it comes to this stuff, I just know how to read and follow instructions. I previously had the Galaxy S2 on the Bell network and had to do a lot of reading to find out how to root, install ClockWorkMod and Cyanogenmod 9. So when I got my Galaxy S3 I had to do the same. This is a collaboration of my findings and I am in no way crediting myself for the information I found. I just put it here for anyone who wishes to have their Galaxy S3 on Bell with Cyanogenmod 10 and ClockWorkMod 6.
Click to expand...
Click to collapse
I RARELY sign up for forums. I usually just take what I need and walk away. I've been looking for hours for instructions for Bell SGH-I747M. These steps worked flawlessly! My deepest gratitude to you for writing out these steps.
(For anyone else reading this, the only issue I had was that the two files I was supposed to delete so that ClockworkMod isn't overwritten weren't in the /system or /system/etc folder, so I continued on. I can boot into the ROM manager every time).
Thanks again!

Well, phone is hard bricked.
Amras86 said:
Step 2
Run Android Terminal Emulator and enter "su" (no parenthesis) and SuperSU will ask you for your permission. Allow it. Then type these 3 commands:
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
# reboot recovery
Click to expand...
Click to collapse
If all is well you will be rebooted into the ClockWorkMod Recovery and you'll notice your version is now 6.0.1.2
If you fail at any point, retrace your steps and make sure everything goes smoothly.
Here is the original posting I found to find these steps,
http://forum.xda-developers.com/showthread.php?t=1760376
Click to expand...
Click to collapse
Well, this step hard bricked my Bell Canada Galaxy S3. Phone will not power on, no lights, no led no nothing, phone is dead. In the URL given, at page 22, it says that this is for Sprint Galaxy S3... at the first page of that forum, on of the EDIT point says to push recovery.img TWICE... I decided to follow only your thread and not read the other source thread you mentioned and that could have been a mistake. Maybe by pushing twice the file to the phone this wouldn't have happened to me.
Also, it mentions to use ADB, not "android terminal" app even if it seems to have worked. I don't think it played a part in my situation but who knows.
So just a word of advice for the folks who would like to flash this phone i747 to Cyanogen, read everything this thread refers you to and make sure you have the whole picture, not just what this poster says.
For now, I'm sending my phone to a JTAG repair.
To Amras86: I am not flaming you in any way. This is part of the game and I take full responsibility for this. Maybe if I had read it all this would not have happened to me. No worries.

I have follow all from the 2nd step with CWM 6.0.4.3 and CM-10.1.3 and all working perfectly..
Thanks....many days I trying to install the latest CyanogenMod stable,without result...
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

No need cyanogen ROM. try PAC ROM.
Sent from my GT-P3100 using xda app-developers app

Related

[Q] Latest and Greatest Root steps for WiFi ONLY XOOM

My apologies if this post is a dup, but I'm havin a hell of a time trying to find the proper steps to root the WiFi only XOOM i have hangin out next to me.
I am seeing a ton of posts about rooting the XOOM, with a good bit of them telling me different informationDated 27 April 2011)
http://forum.xda-developers.com/showthread.php?t=1010568&highlight=rooting+wifi&page=17 tells me to download the WiFi only image (Tiamat 1.3...), but then later tells me to download the Tiamat 1.4 images. [scribbi, my apologies for using your post as the example. But your post got me second guessing myself a little bit...(mostly cus I'm paranoid)]
I'm sure I am just second guessing myself over nothing, but just to be sure...
Is there a GOLDEN set of steps (or sticky), as of 27 APRIL 2011, that can give us (concerned rooters) the proper steps for rooting the WiFi only XOOM such that we can follow without minimal concern for the well-being of our tabs?
(I'm an embedded SW engineer, so I understand the repercussions of what I'm doing, which is why I'm to double checking the procedures before I attempt something that may brick my hardware)
Thanks for your time and mad props to everyone that was part of the effort to root this device. I wish I could code as well that they can.
I still do it the old fashioned way. I'm already unlocked so I just flash the boot image. With a clean system partition, you need to push a few drivers (.ko files) on plus "su" and the Superuser.apk. Superuser and su work together. And finally you need to create a new folder so that your real sdcard can be mounted. I think they changed the name from "sdcard2" to something new in 1.4.0.
Not exactly step by step but you can see which instructions that mirrors most.
New instructions involve CWM which I have not installed yet. I like to know what's done step by step as I have a Canadian system.img. I don't want that flashed over.
you could use the "one click" method found in the dev section. its really like a one click at a time, but goes slow so you can read and see what's going on. if your not comfy with adb I would suggest this method. then update the kernel with the kernel manager app.
jase33 said:
you could use the "one click" method found in the dev section. its really like a one click at a time, but goes slow so you can read and see what's going on. if your not comfy with adb I would suggest this method. then update the kernel with the kernel manager app.
Click to expand...
Click to collapse
I don't trust the "one click" methods. Me, I need to know how every part works together and what every step does. I'm more comfortable with using adb and fastboot manually than I am with someone's idea of user friendly. I'm also the kind of guy that would fix his own car rather than have a mechanic fix it for free.
I should take a look at it. The way you describe it, it almost sounds like a batch file.
Also, when I understand what's going on, I can apply the steps in different situations. For example, most of the instructions here are for a PC but I can do exactly the same things with my Mac Mini when my PC isn't convenient.
OK, let me propose one of the root method which is not required to flash any boot image but is required to flash ClockworkMod Recovery and to use the recovery for rooting.
Such method (i.e. using custom recovery) may work not only on WiFi US model (which I have), but also on other models (Verizon, WiFi Europe etc). But I tested it on WiFi US.
So the step by step are:
1. Install ClockworkMod Recovery v3.0.2.5 as described here:
http://forum.xda-developers.com/showthread.php?t=1038870
This actualy means that you need to unclock bootloader and flash ClockworkMod Recovery.
2. Download attached Root_Xoom.zip file and put it on SD card
3. Insert SD card into Xoom
4. Boot Xoom in the recovery mode
5. In ClockworkMod Recovery menu choose "install zip from sdcard" and "choose zip from sdcard" and install Root_Xoom.zip
6. Reboot Xoom
Hope you will have Root after that.
ok so since I'm not currently rooted it looks like this should work for me. Gonna give it a shot in a little white once I get me some courage juice...
Al936 said:
OK, let me propose one of the root method which is not required to flash any boot image but is required to flash ClockworkMod Recovery and to use the recovery for rooting.
Such method (i.e. using custom recovery) may work not only on WiFi US model (which I have), but also on other models (Verizon, WiFi Europe etc). But I tested it on WiFi US.
So the step by step are:
1. Install ClockworkMod Recovery v3.0.2.5 as described here:
http://forum.xda-developers.com/showthread.php?t=1038870
This actualy means that you need to unclock bootloader and flash ClockworkMod Recovery.
2. Download attached Root_Xoom.zip file and put it on SD card
3. Insert SD card into Xoom
4. Boot Xoom in the recovery mode
5. In ClockworkMod Recovery menu choose "install zip from sdcard" and "choose zip from sdcard" and install Root_Xoom.zip
6. Reboot Xoom
Hope you will have Root after that.
Click to expand...
Click to collapse
Other than rooting what else does this particular file do? Ovrclock, usb hosting, sd access??
Thanks
fabian29906 said:
Other than rooting what else does this particular file do? Ovrclock, usb hosting, sd access??
Click to expand...
Click to collapse
This is for rooting only (as OP requested). It is just to push su binary and superuser.apk into system partition. Nothing else.
after that, get kernel manager and install 1.3.2 for oc, sdcard etc.... 1.4.0 isn't stable is it?
Yes, if you need oc, sdcard etc..., you can flash the kernel you like. It can be done after or before kernel flashing.
Do you have to have an SD card to CWM/root your Xoom?
Yes, you need SD card. CWM installs file from SD card to make root

[Q] Infuse zip flashing stuck at "Finding update package"

Hi guys, this is the first post i upload and want to take the occasion to greet you all.
In these days i bought a Samsung Infuse 4G...i really like this phone but want to be able to use it with some special features such as connecting various USB devices to the phone and other juicy stuff.
I read that the builtin ROM is not capable of such this thing, and Ice Cream Sandwitch, witch should allow to do that, is not available for this smartphone model. At least not officially.
My choice fell upon CM7 LinuxBozo ROM ( http://forum.xda-developers.com/showthread.php?t=1311960 ).
I rooted my device. I'm sure of that because i am able to use the root explorer with root privileges and the root menu shows up among my applications.
I then followed the instructions here ( http://forum.xda-developers.com/showthread.php?t=1107881 ) in order to install the ClockWorkMod Flashing Menu but I am not sure whether anything went allright or not as, after trying both the methods shown on the guide, nothing happened (in the first case, the automatic install through ROM Manager seems to work, a message appears on the screen confirming anything went smooth but when i reboot i see the normal reboot menu, no advanced menu nor CWM menu; in the second case i tried to manually load the CWM menu by placing the update file in the SD and renaming it to update.zip, the update gets stuck somewhere saying something about a bad or wrong signature, tried it a few times and with different CWM update versions but nothing to do).
I then stumbled into a workaround to fix that issue by an even more manual procedure ( http://www.youtube.com/watch?v=PkMo8rBehHg&feature=related ) basically consisting in copying the "recovery" executable from the CWM update archive to the directory /system/bin and of course chmodding it to rwxr-xr-x and chowning it to the root.
Now the CWM screen appears but, as i attempt to flash the CM7 ROM, the flashing gets stuck at "Finding update package". I read here ( http://forum.xda-developers.com/showthread.php?t=821499 ) that it could happen sometimes and it's just a matter of trying and trying again... I tried at least ten times up to now but it keeps getting stuck...maybe it's not my case.
Hope someone will help me out...i really need that USB reading feature. Thank you.
baareem said:
Hi guys, this is the first post i upload and want to take the occasion to greet you all.
In these days i bought a Samsung Infuse 4G...i really like this phone but want to be able to use it with some special features such as connecting various USB devices to the phone and other juicy stuff.
I read that the builtin ROM is not capable of such this thing, and Ice Cream Sandwitch, witch should allow to do that, is not available for this smartphone model. At least not officially.
My choice fell upon CM7 LinuxBozo ROM ( http://forum.xda-developers.com/showthread.php?t=1311960 ).
I rooted my device. I'm sure of that because i am able to use the root explorer with root privileges and the root menu shows up among my applications.
I then followed the instructions here ( http://forum.xda-developers.com/showthread.php?t=1107881 ) in order to install the ClockWorkMod Flashing Menu but I am not sure whether anything went allright or not as, after trying both the methods shown on the guide, nothing happened (in the first case, the automatic install through ROM Manager seems to work, a message appears on the screen confirming anything went smooth but when i reboot i see the normal reboot menu, no advanced menu nor CWM menu; in the second case i tried to manually load the CWM menu by placing the update file in the SD and renaming it to update.zip, the update gets stuck somewhere saying something about a bad or wrong signature, tried it a few times and with different CWM update versions but nothing to do).
I then stumbled into a workaround to fix that issue by an even more manual procedure ( http://www.youtube.com/watch?v=PkMo8rBehHg&feature=related ) basically consisting in copying the "recovery" executable from the CWM update archive to the directory /system/bin and of course chmodding it to rwxr-xr-x and chowning it to the root.
Now the CWM screen appears but, as i attempt to flash the CM7 ROM, the flashing gets stuck at "Finding update package". I read here ( http://forum.xda-developers.com/showthread.php?t=821499 ) that it could happen sometimes and it's just a matter of trying and trying again... I tried at least ten times up to now but it keeps getting stuck...maybe it's not my case.
Hope someone will help me out...i really need that USB reading feature. Thank you.
Click to expand...
Click to collapse
what color is your cwm screen?
this may be a simpler way of gettin cwm:
http://forum.xda-developers.com/showthread.php?t=1220090
specifically, the CWM instructions set.
I see that the instructions you suggested me would mean to start the process almost from scratch. I will do that as soon as i finish studying the nazis for my school report .
And maybe after getting the next answer from you
The boot screen is green text on black backgroud.
Holding audio and power buttons for 10 seconds doesn't prompt me to the red boot screen if it was what you meant and if I read the instructions provided well (witch i didn't as i have no time now)... don't get me wrong. Just trying to provide you as more information as possible.
baareem said:
I see that the instructions you suggested me would mean to start the process almost from scratch. I will do that as soon as i finish studying the nazis for my school report .
And maybe after getting the next answer from you
The boot screen is green text on black backgroud.
Holding audio and power buttons for 10 seconds doesn't prompt me to the red boot screen if it was what you meant and if I read the instructions provided well (witch i didn't as i have no time now)... don't get me wrong. Just trying to provide you as more information as possible.
Click to expand...
Click to collapse
if you still have root, download from market
sgs kernel flasher and the flash the gingerbread kernel to give you RED recovery and flash the rom of your choice after a factory reset and usual wipes
Cool... i'm now running CM7 !
Here is what i missed for anyone who would have the same problem in the future (you can find the download links here: http://forum.xda-developers.com/showthread.php?t=1220090 ):
CWM Installation Instructions:
1) You must be rooted.
2) If you have a /Voodoo folder on your internal SD card, delete it and reboot.
3) If you're already running a custom ROM with Voodoo lagfix FULLY enabled, you can skip to step 7.
4) Download CWM-community-kernel-v8.zip if you're on Froyo or CWM-infused-v2.0.1-kernel.zip if you're on Gingerbread and place it on your internal SD card.
5) Install SGS Kernel Flasher from the Market.
6) Open SGS Kernel Flasher, select choose kernel, select the file you downloaded, and select flash kernel. Your phone will reboot and begin to enable Voodoo lagfix. Let it do that and boot all the way up. It will take a while (5-10 minutes) because it's converting all partitions to ext4.
7) Download update-infused-v2.X.X-full.zip and place it on your internal SD card.
8) Power off your phone.
9) With the phone powered off, hold both volume keys and the power button for about 10 seconds and then release. This should boot you into RED CWM.
10) Select "install zip from sdcard" and select update-infused-v2.X.X-full.zip.
11) Once that finishes, select "wipe data/factory reset".
12) Select "reboot system now".
13) Do NOT restore system data with Titanium Backup. Do NOT restore ALL apps with data. If you absolutely must restore something with Titanium Backup, only restore MISSING apps with data.
Click to expand...
Click to collapse
Now just another question: i noticed different errors when running the market and other old built-in apps... I just need to reinstall gapps right?
yeah, that is why it's stickeyed.
you just had to read/search them.
market wise, there's a market fix
or you can also factory reset and wipe cache and dalvik in cwm
Thanks. You helped me solving this and now anything works fine. Have a good day.
Thread (NOT) SOLVED.
--------
(Edited after realizing gapps still don't show up as installation didn't really worked)
baareem said:
Thanks. You helped me solving this and now anything works fine. Have a good day.
Thread SOLVED.
Click to expand...
Click to collapse
np. take it easy, bro.
I was too quick saying it worked.
The Infuse just booted up but nothing changed. I then tried to do the zip installing through rom manager again but invane.
When trying with the manual install it promts me with this error:
E: Can't open /emmc/gapps-gb-xxxxxxx-signed.zip
(bad)
Installation aborted.
Click to expand...
Click to collapse
I tried different versions of gapps including the one suggested in the CM wiki but with no luck. I guess the problem is somewhere else.
PS: now i see the blue on black bootscreen as in order to install gapps with rom manager i was asked to reinstall CWM trough it...
baareem said:
I was too quick saying it worked.
The Infuse just booted up but nothing changed. I then tried to do the zip installing through rom manager again but invane.
When trying with the manual install it promts me with this error:
I tried different versions of gapps including the one suggested in the CM wiki but with no luck. I guess the problem is somewhere else.
PS: now i see the blue on black bootscreen as in order to install gapps with rom manager i was asked to reinstall CWM trough it...
Click to expand...
Click to collapse
what version of ROM were you running when you tried this?
Stock FRoyo?
Cyanogenmod 7 ... exactly this version : http://forum.xda-developers.com/showthread.php?t=1311960
Kernel version is 2.6.35.7 , android v 2.3.7.
The old, OOB version i had was froyo 2.2.6 if i well remember.
baareem said:
Cyanogenmod 7 ... exactly this version : http://forum.xda-developers.com/showthread.php?t=1311960
Kernel version is 2.6.35.7 , android v 2.3.7.
The old, OOB version i had was froyo 2.2.6 if i well remember.
Click to expand...
Click to collapse
I haven't played with CM7, it's not an infuse based rom.
I recall some installation issues with it.
I remember an unsuccess reboot intially and pull battery thing..not sure.
If you're looking to install another rom, odin back to stock and start over.
check out my sig line for some useful links

[Q] Rooted with SOC without unmounting SD

I performed root of my stock Froyo Infuse using Superoneclick.
I did NOT remove or unmount the SD card prior to doing this (it was not mentioned in the instructions I followed on another site).
The phone was successfully rooted. I see no problems evident in behavior of the phone.
I am contemplating flashing a ROM at some time in the future (after more studying of the qkster's "how-to").
Will this previous error cause me any problems?
Is there anything I should do to fix it before I proceed?
Thanks in advance.
You appear to have done everything correctly so you are safe to continue. When it says not having the sdcard connected it refers to your internal sd card, which cannot be mounted to the pc when running SOC.
What ROM you plan on flashing sir? That way I may be able to make the process simpler for you.
Sent from my sweet & buttery Infuse
Thanks. AEON is my objective.
Very well, then you just only need to install cwm so you can flash the rom.
follow method 1 of this:
http://forum.xda-developers.com/showthread.php?p=14376440
Be sure to first install the 3e modded recovery using an root explorer such as solid explorer or es file explorer, both free.
Sent from my sweet & buttery Infuse
andros11 said:
Very well, then you just only need to install cwm so you can flash the rom.
follow method 1 of this:
http://forum.xda-developers.com/showthread.php?p=14376440
Be sure to first install the 3e modded recovery using an root explorer such as solid explorer or es file explorer, both free.
Sent from my sweet & buttery Infuse
Click to expand...
Click to collapse
Or...since he's rooted download aeon, then download one of entropys DD kernels (any one...its only for cwm and the kernel will be replaced by aeon)
Then go to the playstore and search "sgs kernel flasher"
Flash entropys kernel that you downloaded
After reboot (may boot loop don't worry) boot into recovery by holding both volume keys and power simutaniously until your phone reboots and you see Samsung logo...when you see the Samsung logo release the buttons
Wipe data/factory reset
Wipe cache
Wipe dalvic cache (under advanced)
Install zip from sdcard
Choose aeon
Choose yes
Wait
When done reboot
Sent from my HTC Holiday using Tapatalk 2
promissa reGeneo
mg2195 said:
Or...since he's rooted download aeon, then download one of entropys DD kernels (any one...its only for cwm and the kernel will be replaced by aeon)
Then go to the playstore and search "sgs kernel flasher"
Flash entropys kernel that you downloaded
After reboot (may boot loop don't worry) boot into recovery by holding both volume keys and power simutaniously until your phone reboots and you see Samsung logo...when you see the Samsung logo release the buttons
Wipe data/factory reset
Wipe cache
Wipe dalvic cache (under advanced)
Install zip from sdcard
Choose aeon
Choose yes
Wait
When done reboot
Sent from my HTC Holiday using Tapatalk 2
Click to expand...
Click to collapse
I want to follow roughly mg2195’s path suggested above.
I did download SGS.
As a side-trip, I used SGS to install some Froyo-compatible custom Kernels (Infusion 2.0, Infusion 1.8, Defused 1.4).
I now have Defused 1.4 Kernal along with my stock Froyo ROM
I used Root explorer to put the modified recovery file in.
I rebooted several times and used the three-finger press, and now I reach the RED screen:
ClockwordModRecovery v2.5.1.3. But I didn't do anything at that screen yet other than exit.
I have two questions before I proceed;
QUESTION 1 – Can I skip entropy’s DD kernal since I already have CWM red?
QUESTION 2 – I want to verify the modified recovery file that I used is correct:
I use the one suggested in this Infuse video:
http://www.youtube.com/watch?v=Y09p-J_g_Rg
the video links to file
http://llamalord.com/youtube/downloads/3e_recovery_no_sig_check.zip
When I googled that file name 3e_recovery_no_sig_check.zip to double-check, it lead me to this thread for CAPTIVATE:
http://forum.xda-developers.com/showthread.php?t=909213
GTG has a different thread “100% working ClockworkMod Recovery for Infuse 4G” which has a zip file with a different name (recovery-clockwork-2.5.1.2-infuse.zip)
http://forum.xda-developers.com/showthread.php?t=1107881
That 2.5.1.2 is not quite the same version number that I see on my red screen (my red screen says 2.5.1.3) . And on top of that, GTG made some comments on page 1 and 2 of that thread which I didn’t fully understand but lead me to believe Captivate is not a match (so he used i90000 instead). All of this makes me wonder if I have the right CWM red in there.
QUESTION 2 SUMMARY: Do you think my CWM red is good, or do I need to start all over again with GTG’s file?
Additional info found later;
I did find the same file 3e_recovery_no_sig_check.zip that I installed here on xda forums in an Infuse thread by h8rift: http://forum.xda-developers.com/showthread.php?t=1091465 . I downloaded it and verified the zip filename and size is identical to the one I used. That makes me feel a little better about question 2.
Although I've been studying these things, I'm still confused about the next step (trying to figure Q1 answer myself). Maybe if I can understand better, then I can answer myself. The following questions are an attempt to improve my understanding:
Q3 - Does getting the red CWM menu mean my CWM is successfully installed the way it needs to be ready to flash a rom ? (I’d think it does, but not sure).
Q4 - I see the GTG thread was same one linked by andros11. I am totally confused about that thread. Method 1, Step 1 you take a zip (which zip... your ROM or the one linked on the message?) and you rename it update.zip and put it on your sd card (where on your sd card... surely it makes a difference?). And this accomplishes something different than putting the modified file named recovery file into root/system/bin/recovery using root explorer?
Q5 – the only purpose of mg2195’s recommendation to download entropy’s kernal was to get the modified CWM, right?
Thanks for your patience.
========================
I think I will go ahead and flash Entropy's daily driver, should make all my questions irrelevant.
I'll post results, fingers crossed that it'll be a proclamation of victory.
In the meantime, I'm still curious about above, especially question #4.
==================
Edited again - actually I am going to sleep on it for a few days and make sure this is what I want to do.
electricpete1 said:
Although I've been studying these things, I'm still confused about the next step (trying to figure Q1 answer myself). Maybe if I can understand better, then I can answer myself. The following questions are an attempt to improve my understanding:
Q3 - Does getting the red CWM menu mean my CWM is successfully installed the way it needs to be ready to flash a rom ? (I’d think it does, but not sure).
Q4 - I see the GTG thread was same one linked by andros11. I am totally confused about that thread. Method 1, Step 1 you take a zip (which zip... your ROM or the one linked on the message?) and you rename it update.zip and put it on your sd card (where on your sd card... surely it makes a difference?). And this accomplishes something different than putting the modified file named recovery file into root/system/bin/recovery using root explorer?
Q5 – the only purpose of mg2195’s recommendation to download entropy’s kernal was to get the modified CWM, right?
Thanks for your patience.
========================
I think I will go ahead and flash Entropy's daily driver, should make all my questions irrelevant.
I'll post results, fingers crossed that it'll be a proclamation of victory.
In the meantime, I'm still curious about above, especially question #4.
==================
Edited again - actually I am going to sleep on it for a few days and make sure this is what I want to do.
Click to expand...
Click to collapse
Since you already managed to get Cwm red, you have no need of using the 3e modded recovery. That would only allow you to flash the zip linked in the OP of the gtg thread, which should be placed on the root of your /sdcard.
Entropy's dd mg2195 suggested would replace your kernel with a Gingerbread one that included cwm.
I would say to go ahead and flash Aeon since you already have CWM.
Sent from my sweet & buttery Infuse

HDC Galaxy S3 G9300 - ROOT

Has anyone got a root method that works for the HDC Galaxy S3 G9300?
Have tried Bin4ry v18 and another script but they didn't work.
The phone has JB 4.1.1. The Kernel is 3.4.0 dated Dec 3 2012. The build number is; e1920_v77_zlh_9p017_asx_20121203
Thanks for any help or advice.
Is now rooted, read on..
garyo said:
Has anyone got a root method that works for the HDC Galaxy S3 G9300?
...
Thanks for any help or advice.
Click to expand...
Click to collapse
Me too. I've spent probably 6 hours today messing around with the 1.8 version script, on both windows 7 and Linux. It always fails the same place, with mount permission denied ... are you root?
I have other issues with the G9300 that I'd like to tackle, like WiFi range, but digging in requires root access. Here's hoping somebody smarter than I can find a way to root this thing.
wseverin said:
Me too. I've spent probably 6 hours today messing around with the 1.8 version script, on both windows 7 and Linux. It always fails the same place, with mount permission denied ... are you root?
I have other issues with the G9300 that I'd like to tackle, like WiFi range, but digging in requires root access. Here's hoping somebody smarter than I can find a way to root this thing.
Click to expand...
Click to collapse
Same here. I need root to build a custom CWM recovery.
Anyone has rooted phone that can help rip out the rom?
..
Finally. I've rooted my HDC G9300.
See my post in another thread here:
http://forum.xda-developers.com/showthread.php?t=1886460&page=165
My phone is now nicely rooted with no problems. But it's not an easy process.
wseverin said:
See my post in another thread here:
http://forum.xda-developers.com/showthread.php?t=1886460&page=165
My phone is now nicely rooted with no problems. But it's not an easy process.
The tutorial isn't clear about how to run Android Kitchen. In the Android Kitchen folder is a script called 'menu' that has to be executed by cygwin. Launch cygwin first with the .bat file in its install folder. Then, navigate to the 'menu' script. Hint: '/cygdrive/c/<path to Android Kitchen>/menu'
Nowhere does the tutorial say to copy 'Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip' onto your sd. You will want to do that before beginning the final recovery step.
Click to expand...
Click to collapse
Its great you figured out a root method, and thanks for sharing it :good:
I have just run through it on my phone and all has gone well until I got to where mobileuncle tools flashes the recovery.img. It needs Superuser access to do that and I don't have it. I am thinking it must be something to do with the Menu script you mentioned. How to you run that script? What is the command for it?
Thanks for any help!
Sounds like you're 95% there
garyo said:
I have just run through it on my phone and all has gone well until I got to where mobileuncle tools flashes the recovery.img. It needs Superuser access to do that and I don't have it. I am thinking it must be something to do with the Menu script you mentioned. How to you run that script? What is the command for it?
Thanks for any help!
Click to expand...
Click to collapse
From what you've written I will make a few assumptions. It sounds like you successfully did the rebuild with Android Kitchen, where it created a new recovery.img. And then you used SP Flash Tool to successfully transfer the new image to your phone.
You don't need mobileuncle. It's a great utility to have, but you don't need if for this process. Install it later when this is all done.
If the above assumptions are correct, you already have downloaded the modded recovery to your phone and you're 95% done. It sounds like all you need to do is put the zip install for su, superuser, and busybox onto your sd card, boot into recovery (upvolume+power), navigate to 'install zip from sd card', install the su-superuser-busybox zip, and reboot.
If that doesn't work, I suggest working your way back up the chain – re-downlod the new recovery.img; if that fails, rebuild the new recovery.img; etc.
wseverin said:
From what you've written I will make a few assumptions. It sounds like you successfully did the rebuild with Android Kitchen, where it created a new recovery.img. And then you used SP Flash Tool to successfully transfer the new image to your phone.
You don't need mobileuncle. It's a great utility to have, but you don't need if for this process. Install it later when this is all done.
If the above assumptions are correct, you already have downloaded the modded recovery to your phone and you're 95% done. It sounds like all you need to do is put the zip install for su, superuser, and busybox onto your sd card, boot into recovery (upvolume+power), navigate to 'install zip from sd card', install the su-superuser-busybox zip, and reboot.
If that doesn't work, I suggest working your way back up the chain – re-downlod the new recovery.img; if that fails, rebuild the new recovery.img; etc.
Click to expand...
Click to collapse
Finally, you rooted the phone. Do you think you could upload the rom somewhere? Others can just download it and flash without going through the entire process. Good Job!!
wseverin said:
From what you've written I will make a few assumptions. It sounds like you successfully did the rebuild with Android Kitchen, where it created a new recovery.img. And then you used SP Flash Tool to successfully transfer the new image to your phone.
You don't need mobileuncle. It's a great utility to have, but you don't need if for this process. Install it later when this is all done.
If the above assumptions are correct, you already have downloaded the modded recovery to your phone and you're 95% done. It sounds like all you need to do is put the zip install for su, superuser, and busybox onto your sd card, boot into recovery (upvolume+power), navigate to 'install zip from sd card', install the su-superuser-busybox zip, and reboot.
If that doesn't work, I suggest working your way back up the chain – re-downlod the new recovery.img; if that fails, rebuild the new recovery.img; etc.
Click to expand...
Click to collapse
Hi - Yes you are right, I have created the recovery.img and transferred it to the phone.
Thanks for the tip that I don't need to use mobileuncle.. So I have booted up into CWM and have the su-superuser-busybox zip on my sd card. Trouble is CWM doesn't recognise the sd card and says E: unknown volume. That is strange because android sees it fine when the phone starts.
I am still wondering if my problem is from the the android kitchen part. I wasn't able to run android kitchen. I think I better run through the process again. How did you bring up the 'menu' in kitchen? I ran cygwin first and then navigated to kitchens path and used /menu and also ./menu but just got an error message. Even dumped all of kitchens files into cygwins root directory in case I had messed up the navigation path but still got the same error message whenever I tried to run menu. How did you get it to run please?
Thanks for your help :fingers-crossed:
GT35pro said:
Do you think you could upload the rom somewhere? Others can just download it and flash without going through the entire process.
Click to expand...
Click to collapse
I have uploaded the recovery.img that I created here. Remember, because it works on my phone is no guarantee that it won't break yours. You use it solely at your own risk. Also, you will still need to use CWM to install the su+superuser+busybox zip from your sd.
Next problem - no 3G
Having the phone rooted, I've gone on to the next problem that has no ready solution.
That is, no 3G. I use the AT&T network in the USA. AT&T uses WCDMA on 850MHz and 1900MHz for their 3G service. The HDC G9300+ doesn't support WCDMA at 1900MHz, which is the band that AT&T uses most. Where I am (Phoenix AZ) there is only 1900MHz service, which means that I can't get any 3G. Only 2G "Edge".
The problem *might* be remedied through software - or maybe not. If the MTK6577 radio doesn't support 1900MHz in some hardware sense, then the game is over. But I doubt that for two reasons. First, from a marketing standpoint, the AT&T network is too big to just ignore when designing a generic platform like the MTK6577. Second, from a hardware standpoint, the transceiver frequencies are synthesized from one base oscillator through a set of on-chip frequency multipliers and dividers. If the MTK6577 can generate frequencies in the 2100MHz band it can almost surely generate frequencies in the 1900MHz band. What's required is a software driver that properly sets the multipliers and dividers.
My bet is that somewhere out there in the world there is a software driver for the phone's radio that can set the chip to work in the 1900MHz band.
Can somebody find that driver so that we can bundle it into a ROM for this phone? Or a tool to adjust the driver that's bundled with the phone?
Please tell me
garyo said:
has anyone got a root method that works for the hdc galaxy s3 g9300?
Have tried bin4ry v18 and another script but they didn't work.
The phone has jb 4.1.1. The kernel is 3.4.0 dated dec 3 2012. The build number is; e1920_v77_zlh_9p017_asx_20121203
thanks for any help or advice.
Click to expand...
Click to collapse
brother please tell me
where from you bought this phone "hdc galaxy g9300"???
I also want to buy this phone
wseverin said:
I have uploaded the recovery.img that I created here. Remember, because it works on my phone is no guarantee that it won't break yours. You use it solely at your own risk. Also, you will still need to use CWM to install the su+superuser+busybox zip from your sd.
Click to expand...
Click to collapse
Thanks for uploaded your recovery file. I thought I would try that before going through the process of redoing mine. This time it kicked straight into CWM without any sdcard errors, so was able to install the zip file. It is now nicely rooted and has been running for several hours, and as yet I have found no problems.
Great job and thanks for sharing your knowledge :good:
joneswilson02 said:
brother please tell me
where from you bought this phone "hdc galaxy g9300"???
I also want to buy this phone
Click to expand...
Click to collapse
http://www.fastcardtech.com/goods.php?u=53399&id=8113
First time I purchased from them, found them very good and had no problems. Took about 15 days to get it. Considering there were xmas & new year holidays at the time it was pretty good.
How to root your HDC Galaxy S3 G9300+
For those wanting to root their HDC Galaxy S3 G9300+ phones follow these steps;
Download wseverin's 'recovery.img' from post #10.
Download my 'MT6577_Android_scatter_emmc.txt', 'su+superuser+busybox.zip', 'SP_Flash_Tool_v3.1224.01.rar' and 'MT657x_USB_Win7_Driver.zip' files that I have attached to this post.
Install the USB drivers to your computer if you don't already have them.
Copy the su+superuser+busybox.zip file to your phones SD Card.
Run Flash Tool (Flash_tool.exe) in administrator mode.
Load my scatter file.
Next, backup your original recovery file (This is very important in case something gets messed up) Do this using the 'Read-Back' function. Select Hex and enter 0x1588000 for Start Address and 0x600000 for Length. Before clicking the Read Back button, shutdown your phone and remove the battery and USB cable. Next click Read Back, plug in the USB cable and replace the battery (But do not switch the phone on) The software will backup the file and come up with an OK window if successful.
Next flash your phone with wseverin's recovery.img. Do this from the Download tab in Flash Tool and tick the Recovery option. Before pushing the Download button you will also need to shutdown the phone, remove the battery and USB cable as above.
Next start the phone holding the volume-up + power buttons. This will boot the phone into CWM. Choose 'Install zip from sdcard', then 'choose zip from sdcard', navigate to the su+superuser+busybox.zip file and select yes to install it.
That's it! So easy!!
If you followed the steps correctly, after you reboot the phone it should have root access.. However, be warned that your phone could be bricked if something goes wrong or your phone is a different model, so do this at your own risk and backup your original first!
PS: thanks to wseverin for the modded recovery file and being the 1st to root this phone.
joneswilson02 said:
brother please tell me
where from you bought this phone "hdc galaxy g9300"???
I also want to buy this phone
Click to expand...
Click to collapse
Do I detect a hint of cynicism?
It seems to be a decently built phone. The display is good; actually better resolution than many competing models. Fit and finish are as good as you'll get anywhere. The capacitive touch screen is just fine. GPS, WiFi, and Bluetooth all work well except that the WiFi range is a bit anemic. Software is pretty much standard Android Jelly Bean. I consider it worth what I paid for it, especially since I am not about to spend 3X that for a cell phone. Oh, and it actually makes and receives phone calls!
help me
Help me please, i've bricked my g9300+.
i need a rom.zip to flash with recovery or complete rom to flash with spflashtool.
help me!!!!
bersarak said:
Help me please, i've bricked my g9300+.
i need a rom.zip to flash with recovery or complete rom to flash with spflashtool.
help me!!!!
Click to expand...
Click to collapse
How do you have brick your phone?
With the garyo's guide?
Thanks
I have a G9300+ and I want to root it
root Star G9300+
garyo said:
Has anyone got a root method that works for the HDC Galaxy S3 G9300?
Have tried Bin4ry v18 and another script but they didn't work.
The phone has JB 4.1.1. The Kernel is 3.4.0 dated Dec 3 2012. The build number is; e1920_v77_zlh_9p017_asx_20121203
Thanks for any help or advice.
Is now rooted, read on..
Click to expand...
Click to collapse
Hello,
First of all, please excuse my english...
I have a Star G9300+ smartphone with the same JB 4.1.1, same kernel (3.4.0 dated Dec 3 2012), same build number (e1920_v77_zlh_9p017_asx_20121203) than yours, but 1Gb RAM memory.
Could I use the same method to root my smartphone? How much RAM have yours?
Thanks!
xnicks said:
Hello,
First of all, please excuse my english...
I have a Star G9300+ smartphone with the same JB 4.1.1, same kernel (3.4.0 dated Dec 3 2012), same build number (e1920_v77_zlh_9p017_asx_20121203) than yours, but 1Gb RAM memory.
Could I use the same method to root my smartphone? How much RAM have yours?
Thanks!
Click to expand...
Click to collapse
Yes mine is also 1Gb RAM. I have read that HDC and Star are the same, however I don't know this for sure. This is where I purchased my phone;
http://www.fastcardtech.com/goods.php?u=53399&id=8113
Does yours look the same??
If yours looks the same you could always try it I suppose, but make sure you backup your phones entire ROM first. That way you can reinstate the original in case it doesn't work.

Turbo-X Tablet Hive VI---Google Play Services NEEDED!

Hello guys, I'm looking for Google Play Services for this tablet it's with Intel and Android 4.4.4. Here are some screenshots of all info. I just can't find working Services. I don't need root, but just Services. It was bought without Google Play Store and Services. I hope you can help me. Thanks.
yanis15 said:
Hello guys, I'm looking for Google Play Services for this tablet it's with Intel and Android 4.4.4. Here are some screenshots of all info. I just can't find working Services. I don't need root, but just Services. It was bought without Google Play Store and Services. I hope you can help me. Thanks.
Click to expand...
Click to collapse
How about flashing gapps?
AzrulHisyam said:
How about flashing gapps?
Click to expand...
Click to collapse
Yes i thought about this, but how?? I think i need custom recovery for this, but can't install one. If there is other way of installing I will be happy. Thanks.
I don't know any other way to install gapp except using recovery.
Install recovery and find your phone gapp and flash using recovery
Hello guys, just wanted to let you know that after many hours of hard work I finally managed to get Google Play Services and root working. If anyone ever needs help with this particular model or any x86 based Android tablet/phone with unknown brand you can send me private message or answer in this thread. The problem with this type of devices is that no one makes custom recovery for them that's why I had to load a temporary one. Here is a link. By following the guide there you will get in recovery pretty much 99% of time. From there it's easy just flash SuperSU package and GApps. The best and only working x86 (Intel Processors) GApps with this version of CWM recovery are Franken GApps. You flash them and you are done. You now have working, licensed and usable tablet/phone! Screenshots below! :highfive:
need help plz...
hello my friend, i just bought turbo x hive vi and i would like to help me.. i cant root it alone... from sTART i cant understunt what is the wright trigger... :/
kokkipe said:
hello my friend, i just bought turbo x hive vi and i would like to help me.. i cant root it alone... from sTART i cant understunt what is the wright trigger... :/
Click to expand...
Click to collapse
Hey, I am sorry for the late response. I was away from XDA for a while.
1. To root I can't remember exactly, but there are a few ways I think. First, you can use Framaroot to root it or (recommended) you can directly push SuperSU package from the link I have given.
2. You download this GAPPS package. The download link is in the bottom of the post. You can also download a SuperSU package (ZIP) from here.
3. I see you have followed the instructions to some point. Here let me explain: First you connect your tablet with USB cable to the computer. Second you unzip the downloaded file and run the batch file. You then type "ACCEPT". Then you type "5" to run CWM recovery. Then you type "T4" to chose the forth option to load the recovery. This is basically a program that loads a recovery to your tablet without installing it. Your tablet should now reboot into CWM recovery. Be careful to not disconnect the tablet while you are performing operations since there is almost no way to recover from brick!
4. I guess you are at least a little familiar on how to work with recovery. In case you don't know: First - you very carefully navigate with the volume buttons up and down. You then go to install zip>from sd card>UPDATE-SuperSU-v2.65-20151226141550.zip. You then wait a second for the file to be flashed. You now have root. Second - you again navigate with volume buttons and go to install zip>from sd card>FrankenGApps-x86-20140826.zip. You again wait for a second. Now you will have successfully flashed GAPPS. You then very carefully navigate to reboot command and press the power button.
5. Tips:
- be very careful to not disconnect the tablet while flashing;
- backup any important information;
- ask me before you do anything which I have not described so you can be safe from bricking;
*In case the recovery says something like "Not enough space to install zip" or something similar, please, write in this thread so I can help you.
Good luck!
yanis15 said:
Hey, I am sorry for the late response. I was away from XDA for a while.
1. To root I can't remember exactly, but there are a few ways I think. First, you can use Framaroot to root it or (recommended) you can directly push SuperSU package from the link I have given.
2. You download this GAPPS package. The download link is in the bottom of the post. You can also download a SuperSU package (ZIP) from here.
3. I see you have followed the instructions to some point. Here let me explain: First you connect your tablet with USB cable to the computer. Second you unzip the downloaded file and run the batch file. You then type "ACCEPT". Then you type "5" to run CWM recovery. Then you type "T4" to chose the forth option to load the recovery. This is basically a program that loads a recovery to your tablet without installing it. Your tablet should now reboot into CWM recovery. Be careful to not disconnect the tablet while you are performing operations since there is almost no way to recover from brick!
4. I guess you are at least a little familiar on how to work with recovery. In case you don't know: First - you very carefully navigate with the volume buttons up and down. You then go to install zip>from sd card>UPDATE-SuperSU-v2.65-20151226141550.zip. You then wait a second for the file to be flashed. You now have root. Second - you again navigate with volume buttons and go to install zip>from sd card>FrankenGApps-x86-20140826.zip. You again wait for a second. Now you will have successfully flashed GAPPS. You then very carefully navigate to reboot command and press the power button.
5. Tips:
- be very careful to not disconnect the tablet while flashing;
- backup any important information;
- ask me before you do anything which I have not described so you can be safe from bricking;
*In case the recovery says something like "Not enough space to install zip" or something similar, please, write in this thread so I can help you.
Good luck!
Click to expand...
Click to collapse
Hello there,
Sorry for the off topic.
I also have the same tablet and I managed to do all the things listed above.
I was trying to update the Android on this thing by flashing a ROM of a very similar tablet (hardware-wise) and I semi bricked it but I managed to recover through the ECU shell(!). I have every partition in img using dd.
The thing is. Do you have any resources about a new ROM? I found the anzhen4_mrd7 source files on GitHub and I'm trying to build a CM build. Downloaded the source code etc.
If you want to collaborate send me a PM
ChrisAr said:
Hello there,
Sorry for the off topic.
I also have the same tablet and I managed to do all the things listed above.
I was trying to update the Android on this thing by flashing a ROM of a very similar tablet (hardware-wise) and I semi bricked it but I managed to recover through the ECU shell(!). I have every partition in img using dd.
The thing is. Do you have any resources about a new ROM? I found the anzhen4_mrd7 source files on GitHub and I'm trying to build a CM build. Downloaded the source code etc.
If you want to collaborate send me a PM
Click to expand...
Click to collapse
Hello,
unfortunately I am not that good with Android. I don't know how to build ROMs etc., but I may learn one day. Sorry, but I can't help you.

Categories

Resources