Galaxy 3 GT-i5800: root, gps fix, lagfix, upgrading (JPM/JPD fw) - Galaxy 3 Android Development

Hi everybody,
I hope that some admin will open an official section for this Android mobile phone, in the meantime I want to share some informations.
Info for 5801 users at the bottom: read it carefully before do anything
LATEST FIRMWARE:
I5800XXJPD for I5800 EUROPE (February 2011) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
LATEST FIRMWARE:
I5800XXJPM for I5800 EUROPE (February 2011) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
Seems that this firmware doesn't require lagfix and gps fix
Instructions for upgrading: see below
[size=+2]HOW TO ROOT/UNROOT (alternative method):[/size]
Method 1: Simply use z4root. z4root it's an app you install from the market or by side loading, that has a single button that will root your device.
You can find all infos about z4root here: http://forum.xda-developers.com/showthread.php?t=833953 This application is available directly from the market. Search for 'z4root' or click here for .apk
Method 2: Simply use SuperOneClick. More info here http://forum.xda-developers.com/showthread.php?t=803682 Direct Download CLICK HERE,
[size=+2]HOW TO ROOT (old method):[/size]
Actually it's possibile to root I5800 using "One Click Root/UnRoot I9000 (Eclair and Froyo) Mac and PC" that you can find here. I used the OSX version.
WINDOWS VERSION
1. Make sure your phone is on USB Debug mode: (MENU > Settings > Applications > Developement > USB debugging = Checked )
2. For Windows x86 and x64 systems make sure that the Samsung Drivers are installed. You can get them here.
3. Extract the contents of GalaxyS_I9000_One-Click_Root.rar to a folder.
4. Connect your phone to your PC via the USB cable and launch the file "Galaxy S I9000 One-Click Root" file.
5. Based on the version of the Operating System you are running, click the "One-Click Root 2.1" button for Eclair or "One-Click Root 2.2" for Froyo Warning: Not Both!!. This will launch a command prompt follow the instructions in the CMD window.
Click to expand...
Click to collapse
OSX VERSION
0. Copy root.zip to your SD root and rename it as update.zip (you'll find this inside the package)
1. Make sure your phone is on USB Debug mode: (MENU > Settings > Applications > Developement > USB debugging = Checked )
2. Connect the phone to your computer.
3. Eject both the internal and external SD card from your computer and turn off USB storage in the notification area.
4. Click one of the buttons depending on what you want to do
5. After the phone has rebooted into recovery select "apply sdcard:update.zip", use volume buttons and home button to select.
Click to expand...
Click to collapse
Superuser app issue: Found out the issue with Superuser App crash. If you install new superuser 2.3.1 the app will crash if you click on the Info Tab. The first Time you One-Click Root you will need to run something as superuser which will add an item the superuser will track then the Info Tab will not Force Close and will display details of the tracked app requesting root access. New Superuser bug but easily ignored.
[size=+2]HOW TO UNROOT: (old method)[/size]
WINDOWS VERSION
1. Make sure your phone is on USB Debug mode: (MENU > Settings > Applications > Developement > USB debugging = Checked )
2. For Windows x86 and x64 systems make sure that the Samsung Drivers are installed. You can get them here.
3. Extract the contents of GalaxyS_I9000_One-Click_Root.rar to a folder.
4. Connect your phone to your PC via the USB cable and launch the file "Galaxy S I9000 One-Click Root" file.
5. Based on the version of the Operating System you are running, click the "One-Click Root 2.1" button for Eclair or "One-Click Root 2.2" for Froyo Warning: Not Both!!. This will launch a command prompt follow the instructions in the CMD window.
Click to expand...
Click to collapse
OSX VERSION
0. Copy unroot.zip to your SD root and rename it as update.zip (you'll find this inside the package)
1. Make sure your phone is on USB Debug mode: (MENU > Settings > Applications > Developement > USB debugging = Checked )
2. Connect the phone to your computer.
3. Eject both the internal and external SD card from your computer and turn off USB storage in the notification area.
4. Click one of the buttons depending on what you want to do
5. After the phone has rebooted into recovery select "apply sdcard:update.zip", use volume buttons and home button to select.
Click to expand...
Click to collapse
LeshaK at Samdroid: for the original rooted-update.zip.
Dr.Hani Akrim for the original rooted-update.zip for 2.2 Froyo.
gunnarhafdal : for creating the Mac GUI for my app.
TGA_Gunnmann: for the original version
sosotris: check here
DOWNLOAD ONE CLICK ROOT/UNROOT FOR GALAXY I9000/I5800 HERE
------------------------------------------------
[size=+2]GPS FIX (method 01)[/size]
I5800 has many trouble with gps fix. To solve this just change NTP server in gps.conf located in system/etc. The simple way to do this is using FasterFix that you can download here: http://www.bernardbekker.nl/Files/FasterFixv92.apk
Attention Root is required!
Change NTP depending on your location. For a full list of NTP server visit http://www.ntp.org/.
You can create also a gps.conf file like this:
NTP_SERVER=it.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276
Click to expand...
Click to collapse
and change NTP_SERVER with the one of your area.
To push gps_conf in system/etc you can also use ADB (you'll find it into root/unroot package):
From terminal wrote:
Code:
adb shell
and then type:
Code:
su
remount rw
cat /sdcard/gps.conf > /system/etc/gps.conf
reboot
Another suggestion:
octy said:
If I start gpssetup2 and close it immediately then the GPS works perfectly, retreiving up to 9 satellites in a few seconds, and provide localisation on Google Maps immediately
Click to expand...
Click to collapse
You can start it with the following code : *#*#1472365#*#*
------------------------------------------------
[size=+2]GPS FIX By Octy: Fully Automatic (method 02)[/size]
Octy makes an application that fix gps problems on 5800 and works great! You'll find this app for free on the market, just search for any of these keywords: octy, GPS optimisation or GPSopt
Hi,
I've try to find a solution to the GPS issue on my i5800.
To do so I've developped an application that configures the GPS
to make it work correctly (if it is not enabled it request the
activation through the settings before).
The application is still experimental but works very well on
my i5800. The GPS work very well after.
I put it on android market for free. You can search it with one
of the following keywords: octy, GPS optimisation or GPSopt.
If you want you can test it on your i5800/i5801.
I'm interested by your feedbacks.
If the application make GPS work better for a significant
number of people, I will upgrade it to a better one with a
more intuitive and beautiful interface.
Click to expand...
Click to collapse
I personally tested it and IT WORKS! GpsFix in few seconds
Great octy
------------------------------------------------
[size=+2]FasterFix: Fully Automatic (method 03)[/size]
Download from Android Market for free: https://market.android.com/details?id=com.Double.FasterFix
------------------------------------------------
[size=+2]UPGRADING:[/size]
Actually many firmware are available for each area (Europe, Asia and America). Last firmware version are:
Europe: I5800XWJH2
Asia: I5801DDJG6
America: I5800LVIJG8
All roms use OPS 531 and they can be flashed using ODIN for 5800.
Flashing with ODIN it's very simple (sorry for picture):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1) Select "One Package"
2) Select OPS file for I5800
3) In one package select the firmware that you want to flash.
4) Start
In about two minutes your mobile will be upgrade.
DOWNLOAD ODIN AND OPS FOR I5800 HERE --> All necessary files!
DOWNLOAD I5800/5801 Flashing Tutorial (English) HERE --> Courtesy of Samfirmware.com
LATEST FIRMWARE:
I5800XXJPM for I5800 EUROPE (February 2011) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
OLD FIRMWARE:
I5800XXJPF for I5800 EUROPE (December 2010) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
I5800XXJPB for I5800 EUROPE (December 2010) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
I5800XXJPA for I5800 EUROPE (November 2010) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
I5800XXJP9 for I5800 EUROPE (November 2010) - CLICK HERE - Android 2.2 FROYO (pass = samfirmware.com)
I5800XXJP8 for I5800 EUROPE (November 2010) - CLICK HERE - Android 2.2 FROYO
I5800XXJK1 for I5800 EUROPE (November 2010) - CLICK HERE - (password = ssamfirmware.com) - Still Android 2.1
I5800XWJH2 for I5800 EUROPE (August 2010) - CLICK HERE - (password = samsung-firmwares.com)
I5800XXJI2 for I5800 EUROPE (September 2010) - CLICK HERE - (password = samfirmware.com)
I5800XWJI4 for I5800 EUROPE (September 2010) - CLICK HERE - (password = samfirmware.com)
I5801DDJG6 for I5800 ASIA (July 2010) - CLICK HERE - (password = samsung-firmwares.com)
I5800LVIJG8 for I5800 AMERICA (July 2010) - CLICK HERE - (password = samsung-firmwares.com)
I5800BOJH1 for I5801 (August 2010) - CLICK HERE - (password = samfirmware.com)
CUSTOM FIRMWARE:
Fixed I5800XXJI2 Firmware (no memory problems) - Mirror 01 - Mirror 02
* To enable copy protected apps for the new september firmware in market please read this topic
* For I5800 latest firmware (September 2010) read this post: http://forum.xda-developers.com/showpost.php?p=8263762&postcount=166
[size=+2]LAGFIX:[/size]
Simply read this thread http://forum.xda-developers.com/showthread.php?t=892512
------------------------------------------------
[size=+2]I5801 OWNER[/size]
I read that all procedures (root/gps fix/upgrading) was "successfully" tested also on I5801 (orange branded):
- Some people flashed their I5801 with I5800 with success.
- Some people flashed their I5801 with I5800 with success but lost their IMEI
- Some people flashed their I5801 with I5800 with success but mac-address change at reboot
- Please don't PM me about I5801 rooting and upgranding, read the forum. Thanks
- For rooting I5801 use this file: http://forum.xda-developers.com/showpost.php?p=8226981&postcount=128
UPDATE GUIDE FOR I5801: Read this post: http://forum.xda-developers.com/showpost.php?p=8686787&postcount=543
------------------------------------------------
[size=+2]INTERESTING POST INSIDE THIS DICUSSION[/size]
Octy GPS Fix: http://forum.xda-developers.com/showpost.php?p=8175885&postcount=70
Live Wallpapers on i5800: http://forum.xda-developers.com/showpost.php?p=8211216&postcount=103
Alternative method for root/unroot: http://forum.xda-developers.com/showpost.php?p=8215848&postcount=112
Lagfix: http://forum.xda-developers.com/showthread.php?t=892512
[size=+2]DO YOU LIKE THIS POST?[/size]
If you like this post please consider to buy me a beer
Ciao

#
LATEST FIRMWARE:
#
I5800XWJH2 for I5800 EUROPE (August 2010) - CLICK HERE - (password = samsung-firmwares.com)
#
I5800XXJI2 for I5800 EUROPE (September 2010)* - CLICK HERE - (password = samfirmware.com)
#
I5800XWJI4 for I5800 EUROPE (September 2010)* - CLICK HERE - (password = samfirmware.com)
#
I5801DDJG6 for I5800 ASIA (July 2010) - CLICK HERE - (password = samsung-firmwares.com)
#
I5800LVIJG8 for I5800 AMERICA (July 2010) - CLICK HERE - (password = samsung-firmwares.com)
#
I5800BOJH1 for I5801 (August 2010) - CLICK HERE - (password = samfirmware.com)
#
#
#
CUSTOM FIRMWARE:
#
Fixed I5800XXJI2 Firmware (no memory problems) - Mirror 01 - Mirror 02
#
#
* To enable copy protected apps for the new september firmware in market please read this topic
#
* For I5800 latest firmware (September 2010) read this post: http://forum.xda-developers.com/showpost.php?p=8263762&postcount=166

Do you know if this will work with the GT-i5801? Is there any real difference between the i5800 and i5801 apart from the Orange branding?

Hi all.
I have root my Samsung Galaxy 3 i5800 with this method without problems, all ok.
I would like to update with the last firmware available (Europe: I5800XWJH2, in my case).
Could you please tell me how to update the firmware?
I have ODIN program but i don't know how to use it.
I have tried to update firmware with Kies but give me an error "This model can't be upgraded".
Thanks in advance.

I'll update the first post with all infos asap.
Ciao

Thank you for all men, all OK.
I have update to the last firmware.
Thanks

I flashed my i5801 to i5800 and I lost my IMEI.
For Spica there is a sollution to restore it, but I think woth i5800/01 don't work.

im a noob at thisand cant do it. The rar has root 2.2 inside not 2.1 and where is root sd can you help

mekjim said:
im a noob at thisand cant do it. The rar has root 2.2 inside not 2.1 and where is root sd can you help
Click to expand...
Click to collapse
Sorry, I made a mistake. Correct name it's root.zip.
Rename root.zip to update.zip and then copy it to SD in /
Ciao

Szaby59 said:
I flashed my i5801 to i5800 and I lost my IMEI.
For Spica there is a sollution to restore it, but I think woth i5800/01 don't work.
Click to expand...
Click to collapse
Hi
I have a GT-i5801 bought from india. I want to root it but i can't afford to lose my IMEI.
So, is it worth rooting now and risk losing IMEI or shall i wait ?
I'm a noob.... Can anyone tell me what all i'll get through rooting ?
Is there a chance of bricking if i used the method of i5800 on my i5801 ?

Hi!
I've just gotten my GT-i5801 recently, and I was wondering whether the root would work for my phone. I tried multiple times but it gave me a "operation aborted" and I had no choice but to do a system reboot instead of installing the update. Could anyone advise on this? Thanks!

Szaby59 said:
I flashed my i5801 to i5800 and I lost my IMEI.
For Spica there is a sollution to restore it, but I think woth i5800/01 don't work.
Click to expand...
Click to collapse
Any luck restoring your IMEI? How has having an IMEI full of zeros affected your phone?

Working, but the Wifi mac is changing after I reboot the phone.
I don't know how can I restore it, because I tried to copy full /efs folder from another G3, but the phone restored the corrupted files.

pc setup
i m unable to open galaxy i9000 one click root i m getting error message the application failed to initialize properly(0xc000007b).click on ok to terminate the application.i installed dot net framwork 4 n installed all drivers but i m having problem .....plz help me

girishmadas said:
i m unable to open galaxy i9000 one click root i m getting error message the application failed to initialize properly(0xc000007b).click on ok to terminate the application.i installed dot net framwork 4 n installed all drivers but i m having problem .....plz help me
Click to expand...
Click to collapse
Simply use rootme.bat instead the .exe
.exe file just call the . bat file
Ciao

Or put update.zip to sdcard and start the phone in recovery mode.

One question about battery life....
My i5800 runs out of battery in 24h, even with APN off.
With a 1500 battery I think this isn't normal, no?

Hi,
thanks for the tutorial.
But unfortunately, it doesn't work on my i5800
Like girishmadas I've got some troubles to start the application, so I directly use the rootme script. It works fine (all files are copied in phone and symlinks are created ...).
BUT under a shell (though adb shell command), the su command is rejected :
adb shell
$ su
Permission denied
I check, that su application has suid : yes
So there's still something wrong with i5800 and this root kit.

Do you have Superuser app in menu?

error in system recovery
tanx brotther ur quick reply ...i clicked to rootme n everythig went nice.in recovery mode i clicked left volume button as given instruction by rootme.batch but nothing happened.then i tried put tab on sd/update.zip n pressed home botton then i got error message that error in update.zip in sd card.i know u can solve this problem .....but how??i greatly thankful if you give us screen shots......plz help taaanx

Related

[Q] Help with EKEN T01a

I recently purchased an EKEN T01a and i can't get the thing to respond. While i was installing apps i tried to change the dpi settings from 120 to 150 and now the pop up message i receive on the screen says "Unfortunately, the launcher has stopped". I tried looking for firmware on the net to do a wipe but i have found nothing. If anyone can help i would appreciate it thanks.
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
*** UPDATE 09 May 2012 ***
Finally EKEN has added the links for the T01, T02 and T10 firmwares to his website. They're compatible with T01a T02a and T10a too.
EKEN Support Page
***********************
EKEN T01A Stock ICS Firmware 4.0.3 (v0.8.1 - 2012-02-24)
Finally found, after a long ride : I attach the necessary software and instruction found over the net to flash it. In the firmware file there are further instructions and links, but this is the correct procedure from futeko dot com
Firmware details:
File Name: sun4i_crane_t01a_0.8.1_20120224.rar
Type: Firmware
Manufacturer: Eken
Tablet Name: sun4i_crane_t01a_0.8.1_20120224
Model Number: T01A T01
CPU Name & Model: Allwinner A10
Firmware Date: 2012-02-24
OS Name: ICS
OS Version Number: 4.0.3
Firmware Type: Stock
Flashing Instructions:
Q: How to flash firmware (also known as a 'ROM') on the Eken T01 and T10 (and T01A)?
A: This is a fiddly process so some perseverance might be required. It will work in the end. From user reports it seems to work most smoothly on the 32bit version of Windows XP. Instructions:
- Firmware must be flashed using a Windows application called Livesuit. Download it from the link below.
- Once downloaded, and before attaching your tablet to your PC, run the file 'LiveSuitPack_version_1.09_20111101.exe' from within the Livesuit folder. This should install a new device on your system (VID_1f3a_PID_efe8). This device may show with an exclamation mark in Windows Device Manager, this doesn't matter and can be ignored.
- Now download the firmware image you want to install. Firmwares are linked to in the downloads section to the left. After decompressing the archive you will end up with a .img file (e.g. 'sun4i_crane_t01a_0.8.1_20120224.img'). This is the firmware/ROM image that you are going to flash (or copy) to the tablet.
- Without attaching your tablet to your PC run 'LiveSuit.exe' from within the Livesuit folder. You should get an application with 6 icons.
- You will be asked if you want to be guided through the process, select no.
- Click on the leftmost icon (a cube), browse to your downloaded firmware image, and select it.
- Now attach your tablet to your PC by USB cable whilst holding down the volume+ button on the top. Straight after attaching the cable, and whilst still holding down the volume+ button, start pressing the tablet power button repeatedly. This (slightly frenzied) procedure puts the tablet into update mode.
- After a few seconds you will be asked if you want to perform a forced firmware update. Select yes. You will be asked if you're sure. Select yes.
- The update will start. You can release volume+ at this point.
- The update should take approx 3 minutes to complete. You will see a % complete progress bar during the process and will get a dialog saying OK when it's done.
- Turn your tablet on and you will have the new firmware.
Click to expand...
Click to collapse
Live Suit Pack v1.09 Link: Download / Mirror
EKEN T01A Firmware Link: Download
New Firmwares:
EKEN FTP Link: EKEN Public FTP
------------------------------------------------------------------------------------
ROOT Instructions & Script (windows):
PELASE READ CAREFULLY BEFORE PROCEED!!!
DOWNLOAD: Mediafire.com - BalTac-EKEN-RootScript
Instructions and script are fully based on the work of MrTasselhof for Ainol Novo 7 Advanced, from slatedroid forum. My only work was to adapt (I've deleted the uneeded part of the code from the .BAT file) and test the script for EKEN T01a Tablet. Maybe it just work even for other eken devices. Please feedback.
MrTasselhof said:
This is a straightforward script.
It's sole purpose is to get your device rooted and provide the tools to verify it.
------------------------------------------------------------------------------------
**IMPORTANT PRE-CHECK LIST**
Connect your tablet using the OTG port (normal procedure)
- YOU MUST USE THE INCLUDED USB CABLE
Make sure USB Debugging is ENABLED
- Settings --> Applications --> Development --> USB debugging (Green Checkmark)
Make sure to check Device Manager to ensure that there aren't any devices with a yellow exclamation mark.(WARNING: the eken tablet HAVE one of the drivers with an exclamation mark: please, just ignore it )
- Right Click on My Computer --> Manage Device --> Device Manager
Here is a link to a driver package I created... (I didn't need to use them. Drivers suited with LiveSuitPack are enough, but just in case...)
- Download Link: Mediafire.com - Android USB Multiple Driver Pack
-----------------------------------------------------------------------
Instructions:
Extract the folder to ANY location you wish. (it is self contained)
Run !RUN-ME-BalTac-RootScript.bat
You will be given the following prompt:
Make sure to enable USB Debugging on the tablet
- Settings -) Applications -) Development -) USB debugging (green checkmark)
'
1. Check Tablet Connection
2. Verify Tablet is ROOT Capable (with this script)
3. Run ROOT Script
'
4. Quit
'
Choose Option (1 thru 4):
Option 3 Performs the actual ROOT process.
- It also installs the following programs: (don't worry if they are already installed)
* Superuser
* Root Checker
* Root Explorer
* Busybox
Watch the magic happen
Enjoy!
Tasselhof
Click to expand...
Click to collapse
------------------------------------------------------------------------------------
EDIT.:Zero Size Internal Storage Problem and the step taken to fix it.
(source.:http://forum.xda-developers.com/showpost.php?p=29800946&postcount=78 )
Got the same problem. After reset, storage size become Zer0!. Fixed it by doing this:
1. Put a copy of term.apk into my memory card.
2. Run file manager and locate term.afk, run it to install.
3. Open terminal emulator and got nice prompt. Alas don't get the sharp prompt (#)
***ROAD BLOCK*** Need to root the tablet first.
4. Grab Tesselhof script (Tasselhof - Root, Market, Build.Prop, & Tweaks Script - AllWinner A10)
5. Install PdaNetA350.exe just to be sure that the tablet connect....
6. Run Tesselhof. Da*n, did not work 100%. Continue with option 2,3,4,5 in Tesselhof. Reboot the tablet.
7. Rerun Tesselhof. Option 2,3,4,5 again! Success!!
8. Reinstall term.afk and running it...
9. Execute the god command "su" !! Yes.... got the sharp prompt! Hehe (#)
10. Typing this one liner to fix Zero size storage
cp /system/xbin/busybox /system/bin
Pressing enter and rebooting the tablet.
FIXED!!
File location:
Term.apk http://cloud.github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk
Tesselhof script:Tasselhof - Root, Market, Build.Prop, & Tweaks Script - AllWinner A10.rar (Link Broken: use mine above)
PdaNet: http://pdanet.co/bin/PdaNetA350.exe
Did not work on Eken T10
Hi,
I try this procedure on my Eken T10 and did not worked at all....even worst my tablet now boots to a black screen.... bricked !!!
any suggestions or ideas ???
Tried the procedure several times and no luck
freakma said:
Hi,
I try this procedure on my Eken T10 and did not worked at all....even worst my tablet now boots to a black screen.... bricked !!!
any suggestions or ideas ???
Tried the procedure several times and no luck
Click to expand...
Click to collapse
Maybe you are using the wrong firmware. this one is intended for EKEN MID T01A 7". Yours is the 10" tablet EKEN MID T10. But don't worry: There is a link that you can find in the guide that come with the previous firmware. Is an eken FTP space where are stored the latest firmware for T01A, T02A and T10A (and I suppose they are even compatible for T01, T02 and T10). Let's have a try. If this one won't work I'll try to find the specific T10 firm.
EKEN FTP link: CLICK
user: down
pass: down
Site Changed:
EKEN FTP Link: EKEN Public FTP
EDIT.: To download the files I must have to use Filezilla. With the normal browsing I've no success in downloading.
info on t01a
hi big big thnx, im use to flashing as ive done same to my sgs n sgs2 . been looking for info all day on about this n very little or even not cross referenced. i just bought her indoors a 7" android tab mid-t01a and kept getting a ' android.process.acore error ' it ended up being that the contacts apk wasnt installed . so found this link that help me out
pandawillforum.com/showthread.php?10059-i-need-eken-T01-firmwire
also here's the link for contacts apk
mediafire.com/?vhs5o5bigkadsma
anyways i thought i'd share my little bit of know how to everyone else
just in case ...
cheers again n1kman
Hello, just wondering if the 7" you mentioned firmware for in this post is the same as the MID-T01a available at geeks.com, amazon, ect
Here is one picture. I just searched for MID-T01A and found this post.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Trying to figure out if there is any community/manufacturer support for this tablet, and if it is worth purchasing.
Banyon said:
Hello, just wondering if the 7" you mentioned firmware for in this post is the same as the MID-T01a available at geeks.com, amazon
[...]
Trying to figure out if there is any community/manufacturer support for this tablet, and if it is worth purchasing.
Click to expand...
Click to collapse
I think that Is the same device, but for now I haven't find any community that give an exaustive support to the tablet. There is something compatible in communities that develop for Ainol tablets, like slatedroid forum (some app and scripts. but don't use Ainol custom firmwares: they aren't compatible and will brick your device!!!). If you only need to ROOT that tablet you can try this using only the first 3 options (others might cause the tablet stop working or give some error):
Tasselhof ROOT script
If this external link is not allowed, I ask the moderators to warn me and I will report here the entire guide and the necessary files.
Hi,
Would you happen to be able to find T02's firmware? Eken's official FTP is extremely slow and impossible to download from.
T01's firmware doesn't work
mwerkz said:
Hi,
Would you happen to be able to find T02's firmware? Eken's official FTP is extremely slow and impossible to download from.
T01's firmware doesn't work
Click to expand...
Click to collapse
I've found this one (I can't try it so I'm not sure if it's a true T02 Fw): EKEN T02 Firmware 2012/04/07 - DOWNLOAD
But the download manager say to me that is an FTP transaction and the download is extremely slow (ETA: about 2 hours). If you want I can download it and reup in my mediafire account.
baltac said:
I've found this one (I can't try it so I'm not sure if it's a true T02 Fw): EKEN T02 Firmware 2012/04/07 - DOWNLOAD
But the download manager say to me that is an FTP transaction and the download is extremely slow (ETA: about 2 hours). If you want I can download it and reup in my mediafire account.
Click to expand...
Click to collapse
Hi!
Would appreciate if you caould do that, even from the link, the estimated download that's showing is 10days.......
*** UPDATE 09 May 2012 ***
Finally EKEN has added the links for the T01 T02 and T10 firmwares to his website. They're compatible with T01a too.
EKEN Support Page
***********************
mwerkz said:
Hi!
Would appreciate if you caould do that, even from the link, the estimated download that's showing is 10days.......
Click to expand...
Click to collapse
EKEN T02a Original Firmware
Android v4.0
Release Date: 2012/04/07
Mediafire.com - DOWNLOAD
Flasher:
LiveSuitPack v1.09 (USB drivers included)
Mediafire.com - DOWNLOAD
Flashing and ROOTing instructions: HERE
Useful Info:
mwerkz said:
This is the exact firmware I had before the brick. Finally got the device working again after two weeks of searching!
PS: It may be just me but it's good to know that installing the ICS Hide status bar hack (replacing android.policy.jar and Settings.apk) will not let the T02 boot pass the android screen.
Click to expand...
Click to collapse
baltac said:
EKEN T02a Original Firmware
Android v4.0
Release Date: 2012/04/07
DOWNLOAD
Flasher:
LiveSuitPack v1.09 (USB drivers included)
DOWNLOAD
Flashing and ROOTing instructions: HERE
Please, let me know if this is the right fw for you and if the ROOT work even in this tablet.
Click to expand...
Click to collapse
THANK YOU FOR THE LINK!
This is the exact firmware I had before the brick. Finally got the device working again after two weeks of searching!
Really appreciate the time and help you have rendered!
PS: It may be just me but it's good to know that installing the ICS Hide status bar hack (replacing android.policy.jar and Settings.apk) will not let the T02 boot pass the android screen.
has anyone tried this?
Hi, can anyone confirm that this is working?
also has anyone tried the v6 supercharge script on this tablet?
whiz_gadgetz said:
Hi, can anyone confirm that this is working?
Click to expand...
Click to collapse
For T01a I confirm for sure. Tested by myself.
For the T02a read the mwerkz post:
mwerkz said:
THANK YOU FOR THE LINK!
This is the exact firmware I had before the brick. Finally got the device working again after two weeks of searching!
Click to expand...
Click to collapse
whiz_gadgetz said:
also has anyone tried the v6 supercharge script on this tablet?
Click to expand...
Click to collapse
Haven't tried the supercharge script, sorry. If you test it, please report your feedback.
hi baltac..
i got eten t01a tablet. recently i edit the build.prop for the tablet. after reboot my tablet got stuck at android loading page. i push volume + and power button then the tablet loading to android system recovery 3e page. got message reboot system now, apply update from external storage, factory reset, wipe cache partition, apply update from cache. i try to select to factory reset nothing happen. can i use the firmware and steps which you post at first page to recover back my tablet? pls advice. tq
bellow is my previous builb prop before my tablet got stuck at start up screen.
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IML74K
ro.build.display.id=crane_evb-eng 4.0.3 IML74K 20120224 test-keys
ro.build.version.incremental=20120224
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=2012年 02月 24日 星期五 10:20:44 CST
ro.build.date.utc=1330050044
ro.build.type=eng
ro.build.user=pshu
ro.build.host=Ingen-cross
ro.build.tags=test-keys
ro.product.model=T01A
ro.product.brand=softwinners
ro.product.name=crane_evb
ro.product.device=crane-evb
ro.product.board=crane
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=unknown
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=exDroid
# ro.build.product is obsolete; use ro.product.device
ro.build.product=crane-evb
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=crane_evb-eng 4.0.3 IML74K 20120224 test-keys
ro.build.fingerprint=softwinners/crane_evb/crane-evb:4.0.3/IML74K/20120224:eng/test-keys
ro.build.characteristics=tablet
# end build properties
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapsize=48m
ro.kernel.android.checkjni=0
persist.sys.timezone=GMT-8
persist.sys.language=en
persist.sys.country=US
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
debug.egl.hw=1
ro.display.switch=1
ro.opengles.version=131072
persist.sys.strictmode.visual=0
persist.sys.strictmode.disable=1
persist.sys.usb.config=mass_storage,adb
ro.sf.lcd_density=120
ro.product.firmware=0.8.1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
hi.. ialready download the EKEN T01A Firmware but got message the file was corrupt when i try to open the img file. the file size about 105 mb.. pls help.
Thanks Baltac
will do =)
Thanks
Thanks for the files and instructions. They will be a great help.
Manage to boot up my eken after I download latest firmware from eken website. Latest update include the market enablers as well as flash support.

[Cube U9GT2/Window N90/Visture V2/Easypad 970] Guides & Tips

This thread is for guides and tips related to Cube U9GT2, Window N90, Visture V2, and Easypad 970.
Questions: For further questions some very nice threads already exist in: XDA (EN), SlateDroid (EN), Chinamobiles (DE), 4PDA (RU), and Moage (CN).
Everyone is welcome to post here their own guides/tips, even when already similar topics exist. Unfortunately often guides and tips vanish in endless thread pages. Here is a suitable place to bundle all these in one place together and link them in needed user posts.
Guides & Tips - How to:
01. Use the storage of my device (#2)
02. Root (#3)
03. Flash a Firmware (#4)
04. Use Moage's ROMs (#5)
05. Make Gameloft Games visible/installable (#6)
06. Use 3G (#32 by Darkjesus)
07. Stabilize my WiFi (#34)
08. Use Ad-hoc WiFi (extLink.01; extLink.02 + special wpa_supplicant)
09. Customize ROMs (extLink.01 + extLink.02)
10. Use a different charger (extLink)
11. Fix the "Google Play Store" (extLink)
12. Use CIFS (extLink)
13. Improve speaker quality + volume (#35)
14. Install GApps correctly (#36)
15. Do Screenshots in ICS without root (#37)
16. Tweak build.prop (extLink)
17. Unpack an IMG
18. Open the Tablet
19. Make Bluetooth working
(01) How to: Use the storage of my device
1. Turn tablet (on), and switch debugging (off)
-> 2.3.1 Settings/Applications/Development -> USB-debugging
-> 4.0.3 Settings/Developer options -> USB-debugging
2. Connect device with PC (Win7) and use tablet's upper microUSB port (not OTG)
3. Windows will now try to install drivers, this will last ~20sec, mostly Win7 will succeed
-> if not then download "RK2918-USB-Drivers" and direct Win7 to those drivers; sometimes it will happen that windows cannot handle Intel drivers -> then choose AMD drivers
-> the result should be, e.g.:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(2) How to: Root
I. Preparation, "ADB Driver" installation:
1. Turn tablet (on), and switch debugging (on)
-> 2.3.1 Settings/Applications/Development -> USB-debugging
-> 4.0.3 Settings/Developer options -> USB-debugging
2. Connect device with PC (Win7) and use tablet's upper microUSB port (not OTG).
3. Windows will now try to install drivers, but Win7 will not succeed - if already drivers are installed (yellow triangle) remove them completely.
4. Open device manager (start/control panel/device manager) and click on your tablet-device name (e.g. Cube) and choose "update driver".
5. Now select: Browse my Computer -> Let me pick -> All Devices -> Have Disk.
6. Download and unzip "ADB-Drivers" then navigate (see step 5.) to "android_winusb.inf"; next: choose "Android ADB Interface". ADB Drivers will now be installed.
II. Root
1. Download suitable root software:
a) 2.3.1: GingerBreak-v1.20.apk, SuperOneClick 1.7,
b) 4.0.3: SuperOneClick 2.3.1.0 (changed CN), SuperOneClick 2.3.3 (Changed by Verdeler).
2. Start GingerBreak.apk on tablet or SuperOneClick.exe on PC (run as administrator).
3. Click "root" within SuperOneClick -> done.
(03) How to: Flash a Firmware
I. Preparation
1. Choose and download an IMG (Firmware):
a) StockROM: Cube U9GT 2, Window N90, Visture V2, Easypad 970.
b) CustomROM: XDA (wackym), SlateDroid (s1eepy), SlateDroid (db260179), Moage (磨叽哥), FlashMyAndroid (prox32).
2. If necessary download "RKBatchTool".
3. Extra Driver shouldn't be needed, Win7 will recognize the device -> therefore don't install manually ADB-, or USB-Driver.
4. Charge Tablet to >70%
II. Flash
1. Turn tablet (off) and disconnect every cable and charger.
2. Start on PC "RKBatchTool.exe" and choose under the item "FW Path" an IMG (see I. Preparation).
3. Now press Volume (-) on tablet -> keep pressing and connect at the same time the tablet (upper microUSB port, not OTG) with PC -> as soon as you hear the PC is successfully connected or you see in RKBatchTool under "Connected Devices" a green light, then you can stop pressing Volume (-) and the tablet should be recognized from "RKBatchTool".
4. Click in RKBatchTool "Restore" (not Upgrade) and the flash process should begin; the first-time boot will last longer than normally - you can close RKBatchTool and disconnect the USB cable as soon as the tablet is booted.
good luck
(04) How to: Use Moage's ROMs
I. Preparation:
1. Download Moage's ROM and unzip: Link
2. Charge Tablet to >70%
3. Switch tablet (off) and disconnect every cable and charger
II. Flash Moage's ROM:
1. Moage's FlashTools:
a) Moage 4.3.5: Open "MoageRomFlash.exe" and choose how much space for applications you would like to have, don't get confused from chinese you will nevertheless see numbers those are important -> click the number you like most, after this the "MoageRKtool.exe" will start automatically
b) Moage x.x.x: when there is no "MoageRomFlash.exe" then start "MoageRKtool.exe" and go on with step 2.
2. Now press Volume (-) on tablet -> keep pressing and connect at the same time the tablet (upper microUSB port, not OTG) with PC -> as soon as you hear the PC is successfully connected or you see in MoageRKtool "Found RKAndroid...", then you can stop pressing Volume (-) and the tablet should be recognized from "RKBatchTool".
3. In "MoageRKtool" select all items except "Backup" and manually link to those files
=> then click at first "EraseIDB" (red circle), after that: click "Run"(blue circle) -> even when it is in chinese the buttons order will be the same.
4. Wait until the device is booted, then remove USB cable and close FlashTools.
Done.
Extra-Feature:
=> If your tablet wont boot anymore, and you don't want to lose your data and settings, then do this to fix the boot problem:
1. Start "MoageRKtool.exe" and select: "Loader", "Parameter", "Boot" and "System"
2. Click "Run" (don't click EraseIDB). Now it will replace just some important system files and the rest will remain.
(05) How to: Make Gameloft Games visible/installable
Two ways:
1. Modify manually "build.prop" /System (source):
=> you need to change 3 things:
ro.product.model=GT-P1000
ro.product.device=GT-P1000
ro.product.manufacturer=samsung
2. Exchange the build.prop:
=> download an already modified "build.prop", e.g. source; then rename in "build.prop" and exchange the original "build.prop" in "/System" at tablet -> before that it would be wise to backup the original file
Hint: after changing or switching build.prop clear data from "Google Service Framework" and "Google Play Storage" then reboot
The result will be:
Extra Information: Optimizing build.prop
superb!!! Million Thanks..
Now i can try on moage rom now..
Waiting for the next tutorials!!!
Superb!
dozz01 said:
I. Preparation
1. Firmware download:
a) StockROM: Cube U9GT 2, Window N90, Visture V2, Easypad 970,
b) CustomROM: XDA (wackym), SlateDroid (s1eepy), SlateDroid (db260179), Moage (磨叽哥).
2. If necessary download "RKBatchTool".
3. Extra Driver shouldn't be needed, Win7 will recognize the device -> therefore don't install manually ADB-, or USB-Driver.
II. Flash
1. Switch tablet (off) and disconnect every cable and charger.
2. Start on PC "RKBatchTool.exe" and choose under the item "FW Path" an IMG (see I. Preparation).
3. Now press Volume (-) on tablet -> keep pressing and connect at the same time the tablet (upper microUSB port, not OTG) with PC -> as soon as you hear the PC is successfully connected or you see in RKBatchTool under "Connected Devices" a green light, then you can stop pressing Volume (-) and the tablet should be recognized from "RKBatchTool".
4. Click in RKBatchTool "Restore" (not Upgrade) and flashing should start; the first-time boot will last longer than normally - you can close RKBatchTool and disconnect the USB cable as soon as the tablet is booted.
good luck
Click to expand...
Click to collapse
What is the reason for using the restore button rather than the upgrade
Button?
I have used the upgrade on two firmwares
Thank you
dmagee said:
What is the reason for using the restore button rather than the upgrade Button?
I have used the upgrade on two firmwares
Click to expand...
Click to collapse
Me too. Used upgrade button in RKBatchTool v1.3 and v1.4 without any problems.
druelf said:
Me too. Used upgrade button in RKBatchTool v1.3 and v1.4 without any problems.
Click to expand...
Click to collapse
Also in the original firmware install guide for the cube it states to use the upgrade button to flash firmware?
Sent from my SK17i using Tapatalk
dmagee said:
What is the reason for using the restore button rather than the upgrade
Button?
I have used the upgrade on two firmwares
Thank you
Click to expand...
Click to collapse
Upgrade only install the firmware, restore delete the last version and install the new.
Restore is a better option.
Thank you for that
Sent from my SK17i using Tapatalk
This thread is super helpful. I have an oem u9gt2 on the way and was looking for a straightforward guide. Kinda curious what rom everyone is running?
From reading around the net it seems wackym's is popular as well as Visture android 2.3 stock rom.
bytemuncher said:
This thread is super helpful. I have an oem u9gt2 on the way and was looking for a straightforward guide. Kinda curious what rom everyone is running?
From reading around the net it seems wackym's is popular as well as Visture android 2.3 stock rom.
Click to expand...
Click to collapse
I have tried the stock v1.5 gingerbread with the Honeycomb ui from the Cube website and found it very fast and stable, also tried the Wackym v1.08 Ics and found that excellent, not quite as nippy but still excellent, I changed the built in Ics launcher for Apex launcher on the market and this improved the speed of the functionality, really well with tons of options!. Unfortunately on the Wackym firmware the flash is flaky with things like iPlayer etc but that is not down to him, as flash on Ics is not officially supported even if on the market the latest version states support for Android 4 devices. I am sure this will be fixed in the coming months though.
Wackym firmware
http://forum.xda-developers.com/showthread.php?t=1420553
Stock firmware Ics and Gingerbread
http://www.51cube.com/tools.asp
Hope this helps
Sent from my SK17i using Tapatalk
dmagee said:
What is the reason for using the restore button rather than the upgrade Button? I have used the upgrade on two firmwares. Thank You
Click to expand...
Click to collapse
The "upgrade" button works just sometimes, e.g. if you upgrade from one Easypad ROM to another. But if you switch to a different ROM, then the "upgrade" button often doesn't work anymore. With "restore" you have a clean flash procedure. It can also be useful, for new devices or after flashing a new ROM, to do a "factory data reset" (in 2.3.1 under settings/private; 4.0.3 settings/Backup&reset). This will sometimes stabilize the firmware and prevent unexpected failures or bugs.
dmagee said:
I have tried the stock v1.5 gingerbread with the Honeycomb ui from the Cube website and found it very fast and stable, also tried the Wackym v1.08 Ics and found that excellent, not quite as nippy but still excellent, I changed the built in Ics launcher for Apex launcher on the market and this improved the speed of the functionality, really well with tons of options!.
Click to expand...
Click to collapse
Hi, thanks for your reply. I am downloading this one "U9GT 2固件V1.05(安卓2.3系统固件)" from cube's website. I assume this is the gingerbread version you were referring to.
The honeycomb ui is included in the rom or is that something you added? Apologies if it's a stupid question as this will be my first android tablet.
Seems a few people are sticking with gingerbread until the bugs are worked out of ICS. I recall reading that someone thought graphics looked clearer or sharper with ICS on the u9gt2...wondering if this was just the user's imagination or if there is some logic behind this.
Yes that 's the Gingerbread version and the honeycomb ui is built in, however I have installed Go Launcher Ex on the Gingerbread Rom makes it really quick. That replaces the honeycomb launcher but you still get all the other honeycomb parts like the bottom taskbar etc. Try it you won't regret it. As for the graphics looking better under Ics maybe the menus look clearer etc due to the new fonts but that is about it. The excellent IPs screen makes is look superb on Gingerbread and Ics.
Sent from my SK17i using Tapatalk
Hi,
Please provide a link to download MoageRKtool.exe.
Thanks
the Moage tools are included in Moages ROMs - maybe they are also to big for uploading here

ALL in ONE thread for HUAWEI HONOR u8860 a.k.a GLORY

This thread is opened to troubleshoot the HONOR issues and find ROM links at one post because there is no dedicated thread for this great phone
RESPECT THE DEVELOPER AND XDA THEY WILL RESPECT YOU​
HUAWEI HONOR INTRO
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Model U8860
Platform Android 2.3
Band WCDMA/HSPA+ 900/2100 MHz; GSM 850/900/1800/1900 Transfer Rate HSPA+ DL 14Mbps/UL 5.76Mbps
CPU 1.4GHz
Weight 135g
DisplaySize 4.0 inch
Resolution FWVGA( 854x480 pixels)
Camera 8Mega-pixels AF HD camera & 0.3Mega-pixels camera
Memory 512M RAM+ 4G ROM
Extended Up to 32GB micro SD
USB Micro USB 2.0
Wi-Fi 802.11b / 802.11g / 802.11n
Bluetooth Bluetooth 2.1 / Bluetooth stereo (A2DP)
AGPSSensors Accelerometer sensor Proximity sensor Ambient light sensor Gyro Compass Battery*Capacity 1900mAH
VIDEOS
"http://www.youtube.com/watch?v=PAIz7_-Wj1E"
ROMS LINKS​There are CUSTOM' ROM! USE AT YOUR OWN RISK!!!​
OFFICIAL ROMS
ICS V4.0.3
http://www.huaweidevice.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDUwOTg=
GB V2.3.6 OLD(since the the file is not available in Huawei website download in MF)
http://www.mediafire.com/download.php?knktzjxik9y5aot
http://www.mediafire.com/download.php?8u2fjh32ralmcrl
http://www.mediafire.com/download.php?ogb52kgtaj71jdt
GB V2.3.6 updated
http://www.huaweidevice.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDY2NTM=
UNOFFICIAL ROMS
MIUI OFFICIAL CHINA based on V4.0.3
Language Support : ENGLISH/CHINA
"http://bigota.d.miui.com/2.6.29/miui_Honor_2.6.29_8a66d3c1f1_4.0.zip"
MIUI UNOFFICIAL US based on V4.0.3
Language Support : ENGLISH
"http://roms.miui.us/2.7.6/MIUI.us_Honor_v4_2.7.6_Eng_Deo_ZipA_Signed.zip"
SHENDU OFFICIAL V1.0 based on 2.3.7
"http://download.shendu.com/downloads/shenduos/u8860/ShenDu-u8860-v1.0RC-120708.zip"
DEVELOPERS ROMS
MIUI by doc3000 based on 2.3
http://forum.xda-developers.com/showthread.php?t=1596442
CM7 by geno
1, using the latest CM7 source compiler, Chinese missing part finished by the individual, the translation of less than forgive
2, using self-compiled kernel, a number of optimization, turn on more features, the default overclocking (1.4G), can be overclocked to 1.9G
3, adding a personal enhanced script
4, all functions are normal, the FM does not work, front camera upside down (can be placed horizontally normal video)
5, by adding the RE Manager, ING market (do not like to handle)
6, google the addon, add the AGPS server (commonly known as GPS acceleration)
"http://dl.dbank.com/c09vwre63u"
ICS ROM REDUCED-V-4.0.3
This ROM is based on Huawei's official 4.0.3 production, add ROOT permissions, RE File Manager.
ROM does not do the depth changes, but in streamlining procedures.
1, ROM version of the Android ICS 4.0.3;
2, delete the Huawei comes with a lot of applications, leaving only the Huawei input method;
3, comes with the Google calendar, contacts, update plugins;
4, the desktop Google native desktop programs;
5, support the Root;
6 the update RootExplorer to the latest version;
7, add the application market;
8, remove the extra language files;
9, streamline off the excess in other countries TTS voice files;
"http://dl.dbank.com/c0qt17lblh"
U8860 ROM by Geno V3based on 2.3.6
A substantially streamlined, joined boot optimization script
(2) open the HDR camera, Task Manager, use habits
3 Huawei desktop overall official interface can modify the
4 The kernel is the default super-1G, the stand-down back 245m
Off by default keyboard light, you can delete boot script to restore
6.fps not unlock the machine looking for the glory of the final version of the post in July to see how to unlock
Not integrated input method
8.Email does not recommend removing, or point to add new accounts will restart stuck
Support the dual system (not to say that this brush becomes a dual system, you must first have a dual system partition, and then brush this will automatically identify the current partition)
Brushing machine to restart the browser HD support me click on the built-in dolphins can enter the interface do not like to directly deleted.
If you can not, please read the Brush Brush Description:
To the official 2.3 (B522, B518) and successfully ROOT, replace recovery5.0.27,
1 will download the zip Brush package do not extract directly into the SDcard
Hold the volume up + power button is turned on, do not release until well into the recovery mode, enter the advanced mode - reboot to recovery
Recovery, the volume up and down keys / menu Home key to move up and down the power button / Search button to confirm the back key to return to the previous menu level.
Select "Clear all data recovery factory
Select from the SD card, select the Brush package "
6 re-election to select the ZIP file from the SD card "
7 to find just download the zip Brush package confirmed
8 confirmed, Brush, wait about 1 minute to complete.
After brushing, back to the first menu, select "immediately reboot the system restart the phone
"http://dl.dbank.com/c0y9yfx5le"
U8860 ROM by Bones V1 1.4 based on 2.3.6
ROM size: 81.78MB
Android version: 2.3.6
UI type: Android native
Suitable for models: Huawei U8860
Update date :2012-02-23
"http://dl.dbank.com/c06a9zaty3"
INSTALLATION​ HOW TO INSTALL OFFICIAL/STOCK ROM
find the PDF attachment below for step by step procedures
HOW TO ROOT OFFICIAL/STOCK ROM
1. Download the file in the attachment (UPDATE.RAR)
2. Extract u get (update.app)--> Create a folder in SDcard by name "dload" copy update.app in the folder
3. go to Settings --> SDCARD --> SOFTWARE UPDATE --> UPDATE then restart
4. Download SuperOneClick.rar --> extract (below link)
5. start SuperOneClick.exe --> connect the phone to pc via USB cable
6. Click root -- > DONE ENJOY ur device is rooted
http://www.mediafire.com/?8a921g3bvq4uxp9
HOW TO INSTALL CWM V5
1. Download "recovery.img" form attachment
2. Install "Romtoolbox" free version form google market (need root to run)
3. Open the app --> Go to Rootbrowser --> find ".cust_backup" folder --> open "image" folder
4. Rename "recovery.img" to "recovery_backup.img"
5. Copy the downloaded version of "recover.img" and paste in "image" folder (step3)
6. Exit the app --> Switch Off
7. Press "power on" button while holding "volume up"
done u got cwm V5 enjoy
IF U FIND THIS POST HELPFUL CLICK THANKS AND VOTE OR U CAN ALSO DONATE
MORE TO COME ON TROUBLE SHOOTING WILL UPDATE THIS POST FREQUENTLY​
i think there is one similar thread here : http://forum.xda-developers.com/showthread.php?t=1552038
how are the roms made by geno and bones wich one are better?
tropblaster said:
how are the roms made by geno and bones wich one are better?
Click to expand...
Click to collapse
still i am testing will edit the post soon for update,
tri_zet said:
i think there is one similar thread here : http://forum.xda-developers.com/showthread.php?t=1552038
Click to expand...
Click to collapse
Yes and there is already a wealth of information over there. I recommend this thread should be closed instead of having multiple threads acting as a main thread.
trekker99 said:
Yes and there is already a wealth of information over there. I recommend this thread should be closed instead of having multiple threads acting as a main thread.
Click to expand...
Click to collapse
hi everybody, unfortunately i've tried to install CWM5 reading information in this thread but my phone when start up give me image error and dont start.
i have used information point on point but brick my phone, please help me.
thank you
Always "Update failed"
I've tried all the different UPDATE.APP versions. And every one of them starts to unpack, and then, just as it's about to start installing,
I get a yellow warning triangle and an "Update failed" message.
Anyone experienced the same or know what to do with this?
I'd like to root the current 2.3.6 or upgrade to ICS or something, but everything just fails
The phone is totally stock from manufacturer, I haven't flashed or done anything.
System information:
Android version: 2.3.6
Build number: U8860V100R001EURC00B875
Kernel:2.6.35.7-perf, [email protected]#1
Any hints or help will be greatly appreciated!
giovandry said:
hi everybody, unfortunately i've tried to install CWM5 reading information in this thread but my phone when start up give me image error and dont start.
i have used information point on point but brick my phone, please help me.
thank you
Click to expand...
Click to collapse
download stock rom, take out the sd card connect to pc through some card reader create dload folder extract the downloaded stock rom in the dload folder put back the sdcard, start your phone while holding up & down volume button
mlysgaard said:
I've tried all the different UPDATE.APP versions. And every one of them starts to unpack, and then, just as it's about to start installing,
I get a yellow warning triangle and an "Update failed" message.
Anyone experienced the same or know what to do with this?
I'd like to root the current 2.3.6 or upgrade to ICS or something, but everything just fails
The phone is totally stock from manufacturer, I haven't flashed or done anything.
System information:
Android version: 2.3.6
Build number: U8860V100R001EURC00B875
Kernel:2.6.35.7-perf, [email protected]#1
Any hints or help will be greatly appreciated!
Click to expand...
Click to collapse
download stock rom B866 then install and try to root stock rom 2.3.6 or just normally install ics
trekker99 said:
Yes and there is already a wealth of information over there. I recommend this thread should be closed instead of having multiple threads acting as a main thread.
Click to expand...
Click to collapse
if u want to close your most welcome
I'm having issues :/ I can't seem to get my old number off my phone :/ I live in the middle of no where and I can't get my old phone number off my phone. Ideas?
Sent from my Inspire 4G using xda premium
Does the custom recovery.img (in the attachements' section) work for ICS ??
The answer is just yes or no.
THANK YOU!
Please update this thread with newer roms
[email protected] Mod V2 [clear edition]
4.2.2 [ROM+KERNEL 3.0.87][LINARO] SLIMBEAN 8.0 | SALUT HALO! (MAJ)
greatkhali123 said:
HOW TO INSTALL CWM V5
1. Download "recovery.img" form attachment
2. Install "Romtoolbox" free version form google market (need root to run)
3. Open the app --> Go to Rootbrowser --> find ".cust_backup" folder --> open "image" folder
4. Rename "recovery.img" to "recovery_backup.img"
5. Copy the downloaded version of "recover.img" and paste in "image" folder (step3)
6. Exit the app --> Switch Off
7. Press "power on" button while holding "volume up"
done u got cwm V5 enjoy
Click to expand...
Click to collapse
Hi, i manage to change my recovery with this method but do it with TWRP 2.7.1.0, when i reboot i have this message :
Image signature verify fail!
Your boot/recovery image may have an incorrect signature.
Please update your image to a signature official one.
You can remove battery for power down.​
Click to expand...
Click to collapse
i remove the battery put in place and push "Volume - Volume + Power" to have the purple screen but the directory doesn't mount.
I have a backup of original file (amss.mbm, boot.img, cust.img, EMMCBOOT.MBM, recovery.img) but i can't find a way to push into the phone with ADB command or with standard way.
I also try to push the dload directory of different version of official ROM (B866, B926, B924, B927, B919, B932) to an MicroSD card but it always end with an error at Step 2/2 (install) with this message :
Firmware update
Step 2/2
Install
Update failed​
Click to expand...
Click to collapse
when i check my MicroSD card i have a new file in the dload directory called sd_update.log with this text inside :
Failure: OSBL°æ±¾Æ¥Åäʧ°Ü.
dload_sd_ram_data_proc->(retry >= DLOAD_RETRY) failed!
Click to expand...
Click to collapse
I search a long time to find a solution for this but don't find anything.
If somebody have a solution for this i really apreciate your help.
Links removed!
Killerdog said:
Hi, i manage to change my recovery with this method but do it with TWRP 2.7.1.0, when i reboot i have this message :
i remove the battery put in place and push "Volume - Volume + Power" to have the purple screen but the directory doesn't mount.
I have a backup of original file (amss.mbm, boot.img, cust.img, EMMCBOOT.MBM, recovery.img) but i can't find a way to push into the phone with ADB command or with standard way.
I also try to push the dload directory of different version of official ROM (B866, B926, B924, B927, B919, B932) to an MicroSD card but it always end with an error at Step 2/2 (install) with this message :
when i check my MicroSD card i have a new file in the dload directory called sd_update.log with this text inside :
I search a long time to find a solution for this but don't find anything.
If somebody have a solution for this i really apreciate your help.
Click to expand...
Click to collapse
i have the same problem with same result but now i'm looking for latest official firmware
i hear from someone if you have cwm you will be fine case you can reflash rom with it
links expired! hope to find new links.

[ROM] (New: ROMv Droid v2.3.6) CANADIAN LG Eclypse C800G KDZ Stock ROM/Recovery Image

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[ROM] CANADIAN - LG Eclypse - C800G
KDZ Stock ROM/Recovery Image
| Bell Mobility / Virgin Mobile CANADA / Solo Mobile / PC MOBILE / Bell Alliant / Sasktel / MTS | ​
**INSTRUCTIONS ON HOW TO LOAD KDZ TO PHONE IS POSTED BELOW**
You can use the files posted below if you brick your phone and want to unbrick it.
CWM USERS PLEASE TAKE NOTE: this will replace your ClockWorkMod so reinstall it that after flashing to this firmware.
(( :good: Credit and Thanks to "RennyC" for Pointing this out :good)
I have also posted below the T-MOBILE - MyTouch Q C800 Android - v2.3.6 V10v file as the file also works with the Canadian LG Eclypse - C800G.
BELL MOBILITY (CANADA)
Model: LGC800G
Suffix: ABLMDG
Buyer: BLM/BELL MOBILITY (CANADA)
Download Stock Rom (Android v2.3.4 - LGC800G-V10c-DEC-01-2011): V10C_00.kdz
Download Updated Rom (Android v2.3.6 - LGC800G-V10k-AUG-24-2012) V10K_00.kdz
BELL WIRELESS ALLIANCE (CANADA) - (Bell Alliant, Sasktel & MTS)
Model: LGC800G
Suffix: ABWADG
Buyer: BWA/BELL WIRELESS ALLIANCE (CANADA)
Download Stock Rom (Android v2.3.4 - LGC800G-V10c-DEC-01-2011): V10C_00.kdz
Download Updated Rom (Android v2.3.6 - LGC800G-V10k-AUG-24-2012): V10K_00.kdz
PC MOBILE (CANADA)
Model: LGC800G
Suffix: APCCDG
Buyer: PCC/PC MOBILE (CANADA)
Download Stock Rom (Android v2.3.4 - LGC800G-V10c-DEC-01-2011): V10C_00.kdz
Download Updated Rom (Android v2.3.6 - LGC800G-V10k-AUG-24-2012): V10K_00.kdz
SOLO (CANADA)
Model: LGC800G
Suffix: ASOLDG
Buyer: SOL/BELL MOBILITY SOLO (CANADA)
Download Stock Rom (Android v2.3.4 - LGC800G-V10c-DEC-01-2011): V10C_00.kdz
Download Updated Rom (Android v2.3.6 - LGC800G-V10k-AUG-24-2012): V10K_00.kdz
VIRGIN MOBILE (CANADA)
Model: LGC800G
Suffix: AVMBDG
Buyer: VMB/VIRGIN MOBILE (CANADA)
Download Stock Rom (Android v2.3.4 - LGC800G-V10c-DEC-01-2011): V10C_00.kdz
Download Updated Rom (Android v2.3.6 - LGC800G-V10k-AUG-24-2012): V10K_00.kdz
T-MOBILE - MyTouch Q C800 Android - v2.3.6 V10v
Model: LGC800
Suffix: ATMODG
Download Stock Rom (LG SITE): V10V_00.kdz
Download Stock Rom (DropBox): V10V_00.kdz
INSTRUCTIONS ON HOW TO LOAD KDZ TO PHONE​
all you need to download the following files.
1.) KDZ updater:
- http://forum.xda-developers.com/atta...5&d=1287222698
2.) Your Mobile Carrier KDZ File Posted above
Originally Posted by victortangocharlie and edited by nikhil4186
Procedure to install original firmware using KDZ-FW-UPD.exe ( KDZ FIRMWARE UPDATER )
1. Install LG PC Suite IV from SD card which came with phone by connecting the phone to PC through USB cable. This is done to install the drivers for the phone on the PC (the procedure is as follows)
- Enable the 'USB Mass Storage Only' mode in the phone's Settings/SDcard & Phone Storage menu.
- Connect phone to PC with the USB Cable.
- Press the 'Turn on USB Storage' button which appears on phone.
- Browse to the folder containing the 'LG PC Suite IV' on the phone's SD card using Windows Explorer and run the LG Installer file. PC Suite will now install on your system along with the required drivers for your phone.
- Cancel setting up PC Suite or continue setting up PC Suite if you want to Sync or backup the phone data.
- After closing PC Suite, Safely remove the USB device from your system.
- Press the 'Turn off USB Storage' button on phone screen.
- Detach the USB Cable.
- Disable the 'USB Mass Storage Only' mode in the phone's Settings/SDcard &Phone Storage menu.
Quote:
OPTIONAL STEP
Switch off the screensaver and other power saving features on the PC and also set the screen timeout delay on the phone to 30 minutes.(Settings/Display/Screen Timeout)
2. Remove the screen lock
3. Charge the phone to the maximum.
4. Enable USB Debugging on Phone (Settings/Applications/Development).
5. Detach all other peripherals from your PC. Exit all running applications on your PC especially other PC suites if any. Also exit running programs from the notification bar on the desktop. (Also uninstall Nokia or other phone drivers & microsoft visual ++ runtime environments - not an essential step.)
6.[IMPORTANT] Disable 'LGE Virtual Modem' in PC's Device Manager. (In your Windows operating system, go to Control Panel > System > Hardware > Device Manager > Modems > Right click on LGE Virtual Modem and click Disable.)
If this step is not followed the Phone will get bricked!
7. Move all the apps from the SD Card to phone memory and then Unmount the SD card from the phone (Settings/SDcard & Phone Storage) so as to remove it (physically) from the phone.
8. Open the phones back cover and remove the SD Card.
9. Download KDZ_FW_UPD_EN.7z onto your PC and extract it to a folder. Available HERE.Direct Download Link. (MD5 of 7zip file - 813A28BE9182AB604A1D43E745CE7AD7)
10. Run the msxml.msi file and complete the installation.
11. Connect the phone to PC with USB Cable.( If you are using a desktop PC, make sure you use USB ports that are in the back of your PC, avoid the front ports.)
12. Run KDZ_FW_UPD.exe from the extracted folder.
13. Chose TYPE as 3GQCT & Phone Mode as DIAG.
14. In the 'KDZ file' space, browse for the firmware you want to install.
15. Press the 'Launch software update' button.
16. The firmware flashing process is now underway.
If all goes well, in 5-10 minutes the phone will be flashed with the new firmware.
The phone takes about 2 or more whole minutes in that state before booting up fully and entering the home screen. Wait till phone reboots by itself ( which it might not) so wait for a while before manually switching it on.
17. After booting up fully, detach the phone from the pc.
LG has updated the ROM for this phone to Ver: Android v2.3.6 - LGC800G-V10k-AUG-24-2012) V10K_00.kdz. I have posted all the links for all Carriers of this phone.
Thanks. Should mention to others this will replace your ClockWorkMod so reinstall it that after flashing to this firmware.
I learned the hard way
RennyC said:
Thanks. Should mention to others this will replace your ClockWorkMod so reinstall it that after flashing to this firmware.
I learned the hard way
Click to expand...
Click to collapse
:good: Thanks will do so and give you the credit. :good:
droideastcoast said:
:good: Thanks will do so and give you the credit. :good:
Click to expand...
Click to collapse
Thank you.
Anyways, I managed to get my phone working again by flashing it via USB while it was turned off showing the battery charging screen; so if all else fails anyone is able to recover using KDZ on that screen.
RennyC said:
Thank you.
Anyways, I managed to get my phone working again by flashing it via USB while it was turned off showing the battery charging screen; so if all else fails anyone is able to recover using KDZ on that screen.
Click to expand...
Click to collapse
Your welcome. Yes I have. I have also flashed without battery in ((NOT RECOMMENDED)).
So does this essentially unroot your phone or is it basically another ROM?
GeekyKitty said:
So does this essentially unroot your phone or is it basically another ROM?
Click to expand...
Click to collapse
Both roms will Format & rewrite everything so back up everything then root it again.
droideastcoast said:
Both roms will Format & rewrite everything so back up everything then root it again.
Click to expand...
Click to collapse
id like to give a big thanks to all you guys on this one and like to add a note for any won with the same issue i had ... if you use the lg update tool and it crashes it will lock you on the s/w update screen ... if this happens use the instructions above and dont panic ... 15 min i was back up and laphing so major credit to all involved ....can we now get some custome striped down roms for this device so we can run unbuntu as a full replacment for android ..if any one is up to doing that please email me thanks
I had a problem, I had flashed the wrong recovery on my phone, that of the lg optimus 2x, and it had bricked my phone and I was stuck with a paperweight, but then I learned of the S/W button combination-- hold volume up, E on the keyboard and the power button. the phone booted into software upgrade mode, and with this utility I was able to flash a stock rom back into the phone, which also replaced the incorrect recovery.
The only thing that has to be changed is that you need to use the CS_EMERGENCY mode instead of DIAG, or else it won't work.
so if you ever find yourself in that situation, grab your carrier's stock rom and do what I did. I have a working phone after over two months of not being able to use it thanks to that.
Whats up guys
Anyone have a re up of the stock virgin mobile firmware?
Any help would be appreciated. Thanks in advance.
Anyone know where I can get a copy of the ABWADG firmware? Also, how do I confirm that my phone is in fact ABWADG, as far as I know it was bought through Sasktel but I'm not 100% sure.
Found it, enter your IEMI here: http://devtester.ro/projects/lg-firmwares/country.php?country=Canada and you'll get a download link to the .kdz file.

[Q&A] [MOD]/[HOWTO] Unlock your native hotspot app [UPDATE 11/10]

Q&A for [MOD]/[HOWTO] Unlock your native hotspot app [UPDATE 11/10]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [MOD]/[HOWTO] Unlock your native hotspot app [UPDATE 11/10]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
wtb better instructions.
yeah dude. I was thinking the instructions weren't very well explained.
You need to give some indication as to which version is appropriate to download.
Your initial instructions are pretty vague and leave one guessing/assuming to upload the latest version of the update. Which softbricks the CFRooted S5s (sprint).
....
ALso there are issues with both of the ADB downloads you recommend. the SDK has issues with path length on install. The other installs fine but in windows there is no path 'ie e:\'
so .... how to unbrick
Pherox said:
yeah dude. I was thinking the instructions weren't very well explained.
You need to give some indication as to which version is appropriate to download.
Your initial instructions are pretty vague and leave one guessing/assuming to upload the latest version of the update. Which softbricks the CFRooted S5s (sprint).
....
ALso there are issues with both of the ADB downloads you recommend. the SDK has issues with path length on install. The other installs fine but in windows there is no path 'ie e:\'
so .... how to unbrick
Click to expand...
Click to collapse
Unbrick with odin.
The downloads are named after the version of the rom you are on.
I didn't really recommend those adb, other people did so I provided the link.
Theres video tutorials floating around, not done by me. FWIW, I barely have time to make this mod and I don't even use the stock roms anymore, so I dont really have the time to hold peoples hands. You should do research before you flash anything on any phone.
If you wanna write something up that you feel would make it easier for an inexperienced person to understand, feel free to shoot me a link and I will include it in OP. Until then you are the first person I have heard of to softbrick, I am assuming this is because you flashed the wrong version. This which version do I flash question has been asked several times in the thread, so the answer is there, but to recap:
The last three letters of your rom version should match the three letter code on the download file.
Use the version tagged odex for odexed roms, and deodex for deodexed roms.
The first versions modify your APNs, they should work on any version of the stock rom, however it is unreliable and will need to be reflashed after a PRL update.
Flash the zip from recovery.
I will update the OP to have less directions since they seem to have mislead you, my apologies.
Native Hotspot S5 NE5
Hey I just flashed the 1.4 version for NE5 for the Sprint version of the S5.
My issue is that there is no toggle in the notification pull down. Is there anyway I can add it?
Thanks
Yes there is. I don't know how, but search for variations of "how to add toggles"
Please help
I have a Sprint Note 3 running on 4.4.4 with a Build Number ending with NH7. Does anyone know of a way to get the hotspot to work with this build? Any help would GREATLY BE APPRECIATED!
Dw4yne187 said:
I have a Sprint Note 3 running on 4.4.4 with a Build Number ending with NH7. Does anyone know of a way to get the hotspot to work with this build? Any help would GREATLY BE APPRECIATED!
Click to expand...
Click to collapse
Have you tried Galaxy tools? It works on the S5 with 4.4.4. It is not in the play store, search for it on XDA and install.
No, I haven't used galaxy tools yet. I will give it a try now. Thanks for trying to help man, I appreciate it.
Sprint detailed procedure to unlock your native hotspot?
I have a Sprint Galaxy S5 version 4.4.2, NE5 type stock and want to perform the unlock your native hotspot routine by miked63017.
I have completed his step 1 under prerequisites and the root went fine I think. I am a little concerned since I am a first time rooter and pretty much a
Nooby to the process. I am a little concerned about step 2 and beyond:
Can I use the TWRP from the playstore for this custom recovery?
Can i make a backup with TWRP also or Titanium backup?
Would the .zip be unlockHotspot-1.4-NE5-ODEX.zip and would I flash it with ODIN?
Here is the process as best I can tell from the XDA posts. The asterisks are my notes :
NOTE---
This has been tested by a few people in the original thread with success, your mileage may vary. As always, you are responsible for your phone, and it's warranty.
--PREREQUISITES--
1 Your phone must be rooted, I have followed the guide here http://forum.xda-developers.com/show....php?t=2696537
Check your device model ! Settings -> About device -> Model number. See the third post for exact supported model numbers. If your device is a totally different model, it will not work (may even brick) ! NE5***************
CF-Root is the root for "rooting beginners" and those who want to keep as close to stock as possible. CF-Root is meant to be used in combination with stock Samsung firmwares, and be the quickest and easiest way for your first root.
Donate
CF-Root has been available for many devices (Galaxy S1, S2, S3, S4, Galaxy Note, Note2, Note3, dozens of Tab models, etc!) and has clocked over 22.5 million downloads. This is not even counting custom ROMs that already include it. Don't be a leech, buy me a beer (and use the "Thanks" button!). Imagine if every CF-Root user has donated me $1...
What's installed
- SuperSU binary and APK
- Stock recovery
Installation and usage
Flash the CF-Auto-Root package as PDA in ODIN (details on how to do that are in next post), and your device should reboot into a modified recovery (signified by a large red Android logo) and it will install SuperSU for you and restore the stock recovery, and reboot back into Android.
If you don't get to the red Android logo, boot into recovery manually ("adb reboot recovery", or boot while holding Power+VolUp+Home).
Using this root increases your flash counter and trips the KNOX warranty flag!
Did you see the red Android logo during rooting, but SuperSU does not appear? This may sometimes occur due to left-over files and settings, however, you can usually install SuperSU from Google Play at this stage and it'll just work.
CF-Auto-Root homepage
http://autoroot.chainfire.eu/
CF-Auto-Root main thread
[CENTRAL] CF-Auto-Root
ODIN Installation (detailed)
Follow these instructions to the letter. Do not touch any buttons or checkboxes that are not listed below to touch!
- Download and unzip the CF-Auto-Root-....zip file (see posts below this one)
- If you end up with a recovery.img and cache.img file, you've extracted twice. You need to end up with a .tar.md5 file - don't extract that one
- (USB) Disconnect your phone from your computer
- Start Odin3-vX.X.exe
- Click the PDA button, and select CF-Auto-Root-....tar.md5
- Put your phone in download mode (turn off phone, then hold VolDown+Home+Power to boot - if it asks you to press a button to continue, press the listed button, or run adb reboot download command)
- (USB) Connect the phone to your computer
- Make sure Repartition is NOT checked
- Click the Start button
- Wait for Android to boot
- Done (if it took you more than 30 seconds, you need practise!)
NOTE: Sometimes the device does *not* boot into recovery mode and root your device. Just do the entire procedure again if this happens. If it still will not install root and such, make sure that in Odin "Auto Reboot" is not checked. Then after flashing, pull the battery, and boot with VolUp+Home+Power button to boot into recovery manually. This will start the install process.
New to Samsung? Unfamiliar with Odin? Think all the above is a hassle? Get used to it. It's very simple, and us Samsung folk use Odin (or Mobile ODIN ) for everything! It's so very very convenient once you get used to it. Notice the 30 second comment above? For experienced users, the entire process indeed takes only 30 seconds!
Download
SM-G900F (International Qualcomm): CF-Auto-Root-klte-kltexx-smg900f.zip
SM-G900H (International Exynos): CF-Auto-Root-k3g-k3gxx-smg900h.zip
SM-G900I (Oceania?): CF-Auto-Root-klte-kltedv-smg900i.zip
SM-G900L (Korea): CF-Auto-Root-kltelgt-kltelgt-smg900l.zip
SM-G900M (Middle and South America?): CF-Auto-Root-klte-klteub-smg900m.zip
SM-G900R4 (US Cellular): CF-Auto-Root-klteusc-klteusc-smg900r4.zip
SM-G900T (T-Mobile US): CF-Auto-Root-kltetmo-kltetmo-smg900t.zip
********* SM-G900P (Sprint): CF-Auto-Root-kltespr-kltespr-smg900p.zip **************
SM-G900T1 (Metro PCS): CF-Auto-Root-kltemetropcs-kltemetropcs-smg900t1.zip
SM-G900W8 (Canada): CF-Auto-Root-kltecan-kltevl-smg900w8.zip
SM-G900S (Korea?): CF-Auto-Root-klteskt-klteskt-smg900s.zip
SM-G901F: http://download.chainfire.eu/481/CF-...xx-smg901f.zip
SM-G906K: http://download.chainfire.eu/539/CF-...tt-smg906k.zip
SM-G906L: http://download.chainfire.eu/540/CF-...gt-smg906l.zip
SM-G906S: http://download.chainfire.eu/541/CF-...kt-smg906s.zip
Other models
CF-Auto-Root is not yet available for all models - one stock firmwares for these models become available, let me know, and I'll make the corresponding CF-Auto-Roots. Make sure to check the main CF-Auto-Root site as well, as models may be listed there that are not listed here.
2 You must have a custom recovery installed, I have used the one from here http://forum.xda-developers.com/show....php?t=2697762
Quote:
Originally Posted by Dees_Troy
Most devices can be updated quickly and easily with the TWRP Manager app:
Play Store Link
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing
Sprint SM-G900P Samsung Galaxy S5
So here is the step by step:
1. Make a backup------with the above TWRP from play store? *****************
2. Download the appropriate zip for you rom version. The three letter code in the filename should match the last three letters of your rom version. Odex version is for odexed roms, deodex version for deodexed roms.
*********File Type: zip unlockHotspot-1.4-NE5-ODEX.zip ************
3. Flash the zip and reboot. ****** Using ODIN? *****************
Thanks to @Scolias for jumping on the zip creation so fast, and being the first one to test the modification (other than me)
**UPDATE***
For the original mod version:
If you update your PRL you will need to reflash and reboot:
Thanks for the heads up @Y.G.
**UPDATE 2***
Added Icon in Notification panel, Thanks @eyecon82 for providing the SQL data for Notification panel. Also added some SQL to try to enable bluetooth and usb tethering, let me know how they work. Download and flash version 1.2 for these updates.
***Update 3***
Since it has already been pulled into a DeOdex for our phone, and the same modification used on the s3 KitKat I figured I would post the services.jar files here too. You need to be on DeOdex for these to work, and note that the latest DeOdex available for our Sprint S5 from @sleshepic already has this built in. These are mostly just for reference, and so all the hotspot downloads are in one easy to find place.
ND2 Services.jar - http://forum.xda-developers.com/atta...8&d=1398719510
NCB Services.jar - http://forum.xda-developers.com/atta...9&d=1398822075
Rename the file to Services.jar for your baseband version, backup your old copy and put the new one in. Using the Services.jar survives PRL updates and does not require the usage of the previous mods.
If anyone needs it I can post the changes in the smali files here, its pretty simple though using grep in tethering.smali, it involves setting a var to 0x0 from 0x1, in the tethering.smali by the dun_required string.
***Update 4***
Big thanks to @rocket321 for helping me out with odexing. I have made a flashable zip that uses services.jar instead of modifying the APN. Flashing the new version will remove all APN modifications from the previous versions and install the new services,jar for odex or de-odex versions. Currently I have only built for ND2 roms, if there is any need for NCB let me know and I will work on it. New files attached below, just flash from recovery and tether . Enjoy and if this helps you please give thanks, and don't forget to thank @rocket321 as well.
Anybody making ROMs feel free to incorporate the files below, otherwise they should be able to be flashed right on top of the rom, assuming there are no modifications to the services.jar file in the desired ROM..
***Update 5***
Added NCB zips, built jars and odexes using my new tool modStudio
***Update 6***
Added NE5 versions to downloads, big thanks to @crawrj and @townsenk for making them
***Update 7***
Added NI3 versions, need testing the size of the ODEX package has shrunk and I am not sure why. Please let me know if you guys notice anything weird, so far so good for me but YMMV. Added back new dynamic way of adding to the notification panel, again let me know how this works out.
***Update 8***
Added new NI3 versions for testing, make a backup before testing JIC
***Update 9***
Cleaned up OP a little
Attached Files
File Type: zip unlockHotspot.zip - [Click for QR Code] (396.5 KB, 1275 views)
File Type: zip unlockHotspot-1.2.zip - [Click for QR Code] (396.8 KB, 2590 views)
File Type: zip unlockHotspot-1.3-ND2-DEODEX.zip - [Click for QR Code] (3.59 MB, 491 views)
File Type: zip unlockHotspot-1.3-ND2-ODEX.zip - [Click for QR Code] (6.72 MB, 969 views)
File Type: zip unlockHotspot-1.3-NCB-DEODEX.zip - [Click for QR Code] (3.45 MB, 246 views)
File Type: zip unlockHotspot-1.3-NCB-ODEX.zip - [Click for QR Code] (6.47 MB, 551 views)
File Type: zip unlockHotspot-1.4-NE5-DEODEX.zip - [Click for QR Code] (3.71 MB, 807 views)
------------File Type: zip unlockHotspot-1.4-NE5-ODEX.zip - [Click for QR Code] (6.96 MB, 1874 views)----------------
File Type: zip unlockHotspot-1.5-NI3-ODEX.zip - [Click for QR Code] (3.72 MB, 252 views)
File Type: zip unlockHotspot-1.5-NI3-DEODEX.zip - [Click for QR Code] (3.72 MB, 248 views)
File Type: zip unlockHotspot-1.6-NI3-DEODEX.zip - [Click for QR Code] (3.72 MB, 74 views)
File Type: zip unlockHotspot-1.6-NI3-ODEX.zip - [Click for QR Code] (7.02 MB, 190 views)
Last edited by miked63017; 16th November 2014 at 08:32 AM.
flashing NI3 appears to disable private mode
new poster, but def been checking this forum out for a while. ive been doing a fair amount of testing to solve my private mode not working issue. i flashed stock rom NI3 using Odin one-click mentioned in the forum, added philz and CFroot and tested root. all is well and private mode is still working.
after flashing the unlockHotspot-1.6-NI3-ODEX.zip mod, private mode is broken. i ran a nandroid back to before flashing the NI3 zip, and all is well. i then decided to install the unlockHotspot-1.6-NI3-ODEX.zip mod again to test my theory, same results...private mode not functional.
i did a thread search and did not see this mentioned previously. just a warning for all those out there that do use private mode and want wifi tether functionality.
also is anyone aware of a workaround?
Thanks!
Hotspot kikat and Sprint Solved Finally...
HOTSPOT sprint for free!!! SOLVED could be at&t Verizon or another COMPANY but need some support I left you my video and a Description But now those people with kikat that application works fantastic
¡¡¡HOTSPOT¡¡¡ Sprint Free, Solved
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
wifi tethering sprints s5 with 4.4.4
So there is no nk4 builds for wifi tethering on sprints s5 with 4.4.4? Really need access to wifi tethering. Any help is appreciated.
randomh3ro1 said:
So there is no nk4 builds for wifi tethering on sprints s5 with 4.4.4? Really need access to wifi tethering. Any help is appreciated.
Click to expand...
Click to collapse
Download Galaxy Tools and select hotspot. Done.
Sent from my icrap 2 using Tapatalk HD
Anybody available to test my new hotspot project? PM me with your email address if you are interested, let me know what build you are on and what device, this should work for any sprint device but I have only tested on my SM-G900P running the NKD Lollipop build.
Forgot to mention, you must be rooted.
Started thread here http://forum.xda-developers.com/spr...apps/app-gs5-native-hotspot-unlocker-t2980905
Just rooted my s5 the wifi tethering zips you have for it don't have the same build #
My device ends build BOA6 it's a sprint s5. (excuse me, I'm a noob)
E2online said:
My device ends build BOA6 it's a sprint s5. (excuse me, I'm a noob)
Click to expand...
Click to collapse
Install the latest version of the app available via the link one post above yours.
Software Version and build number ends in 0A6
Hi today I Rooted my phone and installed a custom recovery but then I saw that you said in your post that the 3 letters or numbers of the rom determined which file I would download but my galaxy s5 software version and build number (which I dont know if the software version or the build number is the rom) ends in 0A6. What should I do or is this mod not for me? Thanks for your help!
Install zip for G900PVPU2BOD3
Is there an install zip for G900PVPU2BOD3?
Tethering Problem on Samsung GS5 au SCL23
Brought this phone from Japan.....i'm having the same tethering issue....the hotspot turns off instantly the moment i turn it on....my phone is not rooted and the build number of my phone ends with NJ1....please help me to fix it.....thanks in advance
Verizon S5 Hotspot Validation Error Msg
So i have a Verizon S5 whenever i try to turn on my Hotspot Validation Error pops up after configuration. i am not in the USA so i cannot contact Verizon and im using a dofferent sim in my GS5. Any solutions to fix my problem???

Categories

Resources