Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
marcusmarcus
Old
(Last edited by marcusmarcus; 4th January 2013 at 02:56 PM.) Reason: No longer maintained
#1  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Default Pantech Burst Essentials (Not Maintained)

************************************************** *******
Sorry to all but I just don't have the time to maintain this thread like I used to
You can check out http://forum.gizmolord.com/android-m...-quick-guides/ as that seems to be a pretty nice arrangement of Burst stuff.
If anyone wants to use the guides I wrote up in a different thread, please feel free to do so.
************************************************** *******

I did not develop any of the following root, CWM, or Stock ROMs. I just wrote up the instructions and am using this thread to organize current and hopefully future development to make it easier to locate needed files and instructions to use the files.

No need to thank me. Thank those that really deserve it, the devs
Thanks!: jcase, Attn1, IOMonster, and any others I may have missed

Let me know if there is any suggestions to improve the instructions or if something is not clear, if there is something I may have missed, or especially if there is someone else that should be thanked.

*Note: My computer is Windows 7 64bit, directories will be different on 32bit Windows. I have no idea how to do this on Linux but if someone does know how, please feel free to add instructions to this thread or PM me the instructions and I will edit my post to include them and will acknowledge that you wrote them.

*I am not responsible nor are any of the devs responsible for any lost data or bricked devices. Follow at your own risk and be sure to Back up your data before doing anything.
The Following 10 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
marcusmarcus
Old
(Last edited by marcusmarcus; 3rd October 2012 at 08:39 PM.)
#2  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Default Prep Work

Setup Pantech Burst drivers on Windows computer
1-Download and install Pantech PC Suite
2-Launch Pantech PC Suite and update if it asks. When PC Suite is fully updated, plug phone into computer until device is recognized.

Alternative: Download and Install Drivers with [USB_Driver]PSMN_Install_V1_1_0_0.exe (Mirror)
*Note: I have not used this method so I am not sure if it works

Setup Windows computer so you can send commands to phone
1-Download and install Java Development Kit from http://www.oracle.com/technetwork/ja...ads/index.html
2-Download and install Android SDK from developer.android.com/sdk/index.html
2-Start SDK Manager and check the box next to “Android SDK Platform-tools” and install package.

Setting up Linux for ADB to recognize Pantech Burst *Thanks jackattack79

[HOW-TO] using fastboot on mac os X *Thanks aed0101 for the how to

Setup phone so it can receive commands from computer
Go to settings > Applications > Development > turn on USB Debugging
The Following 7 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
marcusmarcus
Old
(Last edited by marcusmarcus; 4th October 2012 at 01:37 AM.)
#3  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Default Root & CWM

FOR GINGERBREAD
Root phone
1-Download prestoroot.img (mirror) and save it to “C:\Program Files (x86)\Android\android-sdk\platform-tools”
2-Now open your command line and navigate it to “C:\Program Files (x86)\Android\android-sdk\platform-tools” folder
3-Run the following command
Code:
adb reboot bootloader
4-When the bootloader screen shows up on your phone then wait a few seconds to make sure your phone is recognized by the computer then run the following command
Code:
 fastboot boot prestoroot.img
5-After phone reboots itself, shut the phone down and turn it back on again.
6-When the phone boots up this time, download Superuser from Google Play


Install ClockWorkMod
1-Download cwm-5.0.2.7-presto.img (mirror) and save it to “C:\Program Files (x86)\Android\android-sdk\platform-tools”
2-Now open your command line and navigate it to “C:\Program Files (x86)\Android\android-sdk\platform-tools” folder
3-Run the following command
Code:
adb reboot bootloader
4-When the bootloader screen shows up on your phone then wait a few seconds to make sure your phone is recognized by the computer then run the following commands
Code:
fastboot flash recovery cwm-5.0.2.7-presto.img
fastboot reboot
5-To access CWM, hold the volume down button while powering device on
6-To use CWM, Volume up and down will scroll up and down and Power button will select

FOR ICE CREAM SANDWICH
CWM & Root
The Following 13 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
marcusmarcus
Old
(Last edited by marcusmarcus; 4th October 2012 at 01:35 AM.)
#4  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Default UnRoot (Revert back to stock)

FOR GINGERBREAD May not work if you have updated to ICS. I have not tried. Let me know if you do try though
*You will need both Stock ROM and Stock Recovery to apply OTA update when/if they are released
**Restoring these will most likely wipe your data so be sure to backup first!!!

Restore stock ROM with CWM
1-Download one of the following zipped backup:
Presto-GRJ90_11282011.zip (mirror) (original firmware)
JUUS03122012.zip (mirror) (1st stock update)
JUUS06252012.zip (mirror) (2nd stock update, newest)
2-extract zip to the "/sdcard/external_sd/clockworkmod/backup/"*
3-If you have CWM installed on phone, boot into CWM and skip to step 7*
4-If you don't have CWM installed, Download cwm-5.0.2.7-presto.img (mirror) and save it to “C:\Program Files (x86)\Android\android-sdk\platform-tools”
5-open your command line and navigate it to “C:\Program Files (x86)\Android\android-sdk\platform-tools” folder
6-Run the following commands
Code:
adb reboot bootloader
fastboot boot cwm-5.0.2.7-presto.img
7-backup and restore > restore > select backup to restore > Yes – Restore
8-You may need to do a “wipe data/factory reset”, “wipe cache partition”, and Wipe Dalvik Cache” to get OTA updates that AT&T/Pantech push out.
9-reboot system now

Stock recovery
*Recovering to Stock ROM via CWM does not restore Stock recovery. Here is how to restore Stock Recovery.
1-Download recovery.img (mirror) and save it to “C:\Program Files (x86)\Android\android-sdk\platform-tools”
2-Now open your command line and navigate it to “C:\Program Files (x86)\Android\android-sdk\platform-tools” folder
3-Run the following command
Code:
adb reboot bootloader
4-When the bootloader screen shows up on your phone then wait a few seconds to make sure your phone is recognized by the computer then run the following commands
Code:
fastboot flash recovery recovery.img
fastboot reboot
Alternative method for stock JUUS03122012 and Recovery:
1-Download PANTECH_PRESTO_BIN_JUUS03122012.pdl (mirror)
2-Download P9070_Download_Tool_v3.3.zip (mirror) and extract it
3-Boot phone into Emergency Download Mode - With device off, press and hold power + Volume Up + Volume Down
4-Execute P9070_Download.exe
5-Select “Open File” and select the PANTECH_PRESTO_BIN_JUUS03122012.pdl file
6-Select “Reload File”
7-Select Download
8-Just select the default location for the XML log file
*I had to do this twice as it failed the first time and the second time it was successfull

FOR ICE CREAM SANDWICH
Burst's Upgrade to ICS (mirror)
The Following 9 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
marcusmarcus
Old
(Last edited by marcusmarcus; 4th January 2013 at 03:02 PM.)
#5  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Default Customization

Burst's Upgrade to ICS (mirror)

ROMs
Gizmolord
CM9 ROM - Still a lot not working on it but it does boot which is awesome. Looks like we should thank jznomoney for building this ROM and whoever leaked this ROM. *Install via CWM using the "Install zip from storage" option. May want to do a full wipe and a dalvik wipe before booting into it.

MODs
[MOD] HULU Flash Hack - Flashex - Thanks NoSudo
[MOD] Pantech Burst - Native Hotspot/Tethering Enabled (Root) - Thanks lost_
[APK] Seeder entropy generator to provide significant lag reduction

Customizing
UOT Kitchen: You will need framework-res.apk and SystemUI.apk from your phone

Check for Stock Updates more than once a day
Settings > Manage Applications > All > AT&T software update > Clear data > OK
Go back to Settings > AT&T software update > Back > AT&T software update > Check for update
The Following 6 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
kagedws6
Old
(Last edited by kagedws6; 30th August 2012 at 09:14 PM.) Reason: Updating information
#6  
Senior Member
Thanks Meter 239
Posts: 573
Join Date: Nov 2008
Location: Mullica Hill, NJ

 
DONATE TO ME
Partition List for the Burst - Thanks to Davepmer

mmcblk0p1 /firmware
mmcblk0p8 /boot
mmcblk0p13 /system
mmcblk0p14 /data
mmcblk0p15 /persist
mmcblk0p16 /cache
mmcblk0p17 /tombstones
mmcblk0p18 /recovery
mmcblk0p19 /etc/firmware/misc_mdm

mmcblk0p27 /mnt/sdcard

mmcblk1p1 /mnt/sdcard/external_sd


Cool Apps

Sony Panaramic Beta Cam app (verfied works with Pantech Burst because I've been playing with it making cubicle views all day :P)
Holo Launcher (for those who want the ICS launcher now!)

Burst Related Links

Pantech Burst Love, Anyone? Anyone?
Pantech Burst Essentials (You are here now)
Pantech Burst Port in Progress
Cyanogen-presto
The Following 3 Users Say Thank You to kagedws6 For This Useful Post: [ Click to Expand ]
 
tekdemon
Old
#7  
Junior Member
Thanks Meter 2
Posts: 18
Join Date: Oct 2009
FYI guys the JUUS03122012.zip file seems to be corrupt-there's no way to open it as a zip (I tried with 7-zip as well as windows explorer on multiple downloads). Does anybody have a working version of this file since Pantech isn't pushing it out?
The Following 2 Users Say Thank You to tekdemon For This Useful Post: [ Click to Expand ]
 
marcusmarcus
Old
#8  
Senior Member - OP
Thanks Meter 139
Posts: 272
Join Date: Dec 2010
Quote:
Originally Posted by tekdemon View Post
FYI guys the JUUS03122012.zip file seems to be corrupt-there's no way to open it as a zip (I tried with 7-zip as well as windows explorer on multiple downloads). Does anybody have a working version of this file since Pantech isn't pushing it out?
I re-uploaded it. Give it a try now.
The Following 2 Users Say Thank You to marcusmarcus For This Useful Post: [ Click to Expand ]
 
kagedws6
Old
(Last edited by kagedws6; 28th August 2012 at 03:19 PM.)
#9  
Senior Member
Thanks Meter 239
Posts: 573
Join Date: Nov 2008
Location: Mullica Hill, NJ

 
DONATE TO ME
Reserved for marcusmarcus
The Following 2 Users Say Thank You to kagedws6 For This Useful Post: [ Click to Expand ]
 
kagedws6
Old
(Last edited by kagedws6; 28th August 2012 at 03:20 PM.)
#10  
Senior Member
Thanks Meter 239
Posts: 573
Join Date: Nov 2008
Location: Mullica Hill, NJ

 
DONATE TO ME
Reserved for marcusmarcus

The Following 2 Users Say Thank You to kagedws6 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
burst, p9070, pantech burst
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...