• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Blade 3 GPS Patch

holocen

Lurker
[HIGH]http://www.filefactory.com/file/73e8qbusz6i5/n/agps.adb.builds.v3.1.ZTE.Blade3.zip[/HIGH]

HOW TO INSTALL: (Remember to make a backup, just in case something goes wrong)

1. Download the "agps.adb.builds.v3.1.ZTE.Blade3.zip".
2. Extract the files into a specific folder.
3. Plug your device into the computer and get it ready for adb pushing.
4. Open the batch file called "Windows ADB Installation Script.bat".
5. Select the version you want from the list.
6. Follow the prompts to reboot. You're done.

This patch make duration of GPS positioning 4 seconds instead of 14 seconds with default gps.conf file. Enjoy!
 
Dial Operation
*983*0# Menu(21:Battery/LCD/BackLight/Vibrator/Ringer/LED/Key/LCD off/SD/BT address/Radio Info/Memory/TouchPaint Test/Audio Loop/FM/Camera/GPS Test/IMEI/IMSI/Sensor/Wifi MAC Adress)
*983*3640*01# IMSI
*983*25# Battery Info
*983*31# LCD Test
*983*26# Backlight Test
*983*86# Vibrator & LED Test
*983*84# Ringer Test
*983*07*01# Headset Test
*983*07*02# Key Test
*983*81# SD Test
*#06# IMEI
*983*27274# Reboot
*#08# Test Flag
*#09***# BT Test
*983*1275# Dev Info
*983*7# Menu (4:Version/IMEI/IMSI/BT address)
*983*3640# Phone Info (inc ping test, radio on/off)
*983*636# Memory Test
*983*28# Emode BT Test
*983*477# GPS Test
*983*21# Audio Loop Test
*983*70# Automatic Inspection
*#18# LED Test
*#19# TouchPaint Test
*983*36# FM Test
*983*57# Factory Reset
*983*473# Camera
*#23# Video Camera
*983*10# Delete (Touchscreeen) Calibration File
*#25# FM Test
*983*154# "test" Menu (12:Self-starting/Software Version/Hardware Version/PSN/Test Flag/[Completed]/Board Serial/Bluetooth Address/SMS security/SMS Registration Status/Flash Type/PRL Version/Serial Configuration)
*983*07# Menu (9:LCD/Ringer/Vibrator/Key Test/Audio Loop/Headset Test/FM/Camera/SD)
*983*5182# Dev Info
*983*7469# Automatic Inspection
*#26***# Sensor Test
*983*7936# Save Qxdm in log system
*987*0# Menu (5:Produce Information[->"test" Menu]/Automatic Inspection/Factory data reset/Battery information/Wifi MAC Adress)
*983*87274# USB Switch Test
*983*06# BT Test
*983*564738# LOGSET LOG Set (inc sys_rw)
*983*2377# Call Forwarding Query with PowerOn
*983*24474636# Chiper Test (chip info)
*983*29873283# Touchscreen Updater
*983*73564# SD Log
*987*123456# DM Test
*983*673636# Enable Engineering Mode
*983*2567336# Disable Engineering Mode

Works only with standard dialer and stock firmware and apps, for example, Camera dial code will stop responding if installed any other camera.apk file except original. These codes are for ZTE Blade but I tested them and they works for Blade 3.
 
Installing Lubuntu 12.04 on ZTE Blade 3


The phone must be rooted.

1.
Code:
http://sourceforge.net/projects/linuxonandroid/files/Ubuntu/12.04/small/

From this location download ubuntu1204-v4-small.zip,unpack the archive and rename it to ubuntu ( folder size is 1.91 GB)

2.
Code:
http://sourceforge.net/projects/ubsh/files/

Download ubuntu.sh script and replace line 17 with Notepad++, instead
if [ -b /dev/block/loop255 ]; then
write
if [ -b /dev/block/loop255 ];then
Remove the gap between ; and then, save the file. Copy the script in ubuntu folder . You should have now 3 files: ubuntu.img, ubuntu.img.md5 i ubuntu.sh

3.Copy folder ubuntu to sd card.

4.Turn on USB debugging (Settings->Developer options->USB debugging)

5.Install the following apps via Google Play:

Busybox
Code:
https://play.google.com/store/apps/details?id=stericson.busybox&hl=en

Android VNC Viewer
Code:
https://play.google.com/store/apps/details?id=android.androidVNC&feature=search_result#?t=W251bGwsMSwxLDEsImFuZHJvaWQuYW5kcm9pZFZOQyJd

Android Terminal Emulator
Code:
https://play.google.com/store/apps/details?id=jackpal.androidterm&feature=search_result#?t=W251bGwsMSwxLDEsImphY2twYWwuYW5kcm9pZHRlcm0iXQ..

6.Start the terminal and type:

su
cd /sdcard/ubuntu
sh ubuntu.sh

Password: ubuntu
Accept with y (yes) to enable VNC server and SSH
Screen resolution 800x480
Save the cfg file.

7.When in terminal shows root@localhost:/# press Home and launch Android VNC viewer.

VNC viewer settings:
Nickname: ubuntu
Password: ubuntu
Address: localhost
Port: 5900
Color format: 24-bit
Mark Keep and Local mouse pointer
Press Connect.

8.To shutdown Lubuntu turn off the phone.
To boot Lubuntu repeat steps 6 and 7.

device-2012-12-23-171846.png

device-2012-12-23-172443.png

device-2012-12-23-172501.png

device-2012-12-23-172605.png

device-2012-12-23-172634.png

device-2012-12-23-172650.png

device-2012-12-23-172728.png

device-2012-12-23-174006.png

device-2012-12-23-175239.png

device-2012-12-23-175302.png


Enjoy!​
 
Back
Top Bottom