New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
qipengart
Old
#1  
qipengart's Avatar
Senior Member - OP
Thanks Meter 43
Posts: 1,037
Join Date: Oct 2009
Location: Salt Lake City

 
DONATE TO ME
Default [Request] LG Revolution section?

Verizon's third 4G Android smartphone is out today. I think that it is worth having a separate for development here, eh?
Samsung Infuse with CM9 (ICS); Samsung Galaxy Note 2 on T-Mobile (stock)

Official writer with ReallyBigPeach for Androidgals.com (Android Couple).
The Following User Says Thank You to qipengart For This Useful Post: [ Click to Expand ]
 
navycow
Old
#2  
Member
Thanks Meter 12
Posts: 75
Join Date: Mar 2011
Location: San Francisco
I second this request
 
jxcgunrunna
Old
#3  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2009
I agree. This is a solid phone.
 
ciaphuas
Old
#4  
ciaphuas's Avatar
Senior Member
Thanks Meter 12
Posts: 156
Join Date: Mar 2010
Location: Texas
I also agree to it's own forum
 
stetsonaw
Old
#5  
stetsonaw's Avatar
Senior Member
Thanks Meter 80
Posts: 112
Join Date: May 2011
Location: Omaha

 
DONATE TO ME
agreed, especially with the fact that it's rooted now, def needs an area here!
 
MXFrodo195
Old
#6  
Member
Thanks Meter 2
Posts: 65
Join Date: Feb 2011
Quote:
Originally Posted by stetsonaw View Post
agreed, especially with the fact that it's rooted now, def needs an area here!
How hard was it to root? Was the bootloader unlocked or just an easy unlock?

I was trying to decide between the Thunderbolt and the Revolution(not a samsung fan).
 
qipengart
Old
#7  
qipengart's Avatar
Senior Member - OP
Thanks Meter 43
Posts: 1,037
Join Date: Oct 2009
Location: Salt Lake City

 
DONATE TO ME
LG doesn't seem or want to lock anything down! Hurrah!
Samsung Infuse with CM9 (ICS); Samsung Galaxy Note 2 on T-Mobile (stock)

Official writer with ReallyBigPeach for Androidgals.com (Android Couple).
 
tryceo
Old
#8  
tryceo's Avatar
Member
Thanks Meter 1
Posts: 67
Join Date: May 2011
Location: Columbus
How is the battery life on that phone compared to the thunderbolt? Better, worse, or indistinguishable?
 
qipengart
Old
#9  
qipengart's Avatar
Senior Member - OP
Thanks Meter 43
Posts: 1,037
Join Date: Oct 2009
Location: Salt Lake City

 
DONATE TO ME
This device was so easily rooted. Time for the custom ROM's for this device...

Sent from my Droid using XDA App
Samsung Infuse with CM9 (ICS); Samsung Galaxy Note 2 on T-Mobile (stock)

Official writer with ReallyBigPeach for Androidgals.com (Android Couple).
 
stetsonaw
Old
#10  
stetsonaw's Avatar
Senior Member
Thanks Meter 80
Posts: 112
Join Date: May 2011
Location: Omaha

 
DONATE TO ME
Talking Windows ADB Root Method

Speaking of easily rooted...

Remember, I am not at fault if you brick your phone, now, proceed.

I updated the Rootzwiki page with the same info found below for rooting via Windows... see the rootzwiki for the Linux steps.

Busybox actually comes installed by LG on the Revo, how awesome is that??

Download the rageagainstthecage binary
Download the SU binary
Move these files to the same directory your adb.exe is in.

Open Command prompt (either use the Windows Key+R and type cmd or start/run, then type cmd)
32-bit users: >cd c:\program files\android\android-sdk\platform-tools
64-bit users: >cd c:\program files (x86)\android\android-sdk\platform-tools
Or >cd (whatever directory adb is in)

>adb devices (verifies you are connected)
>adb push rageagainstthecage-arm5.bin /data/local/temp/rage
(if the above command fails due to read-only, type 'adb user' then 'adb root' to validate root status, then 'adb devices' again to verify connection)
>adb push su /data/local/temp/rage
>adb shell chmod 777 /data/local/temp/rage
>adb shell ./data/local/temp/rage
>adb shell
#mount -o remount,rw -t ext3 /dev/mmcblk0p12 /system
#busybox cp /data/local/temp/su /system/bin/su
#chmod 6755 /system/bin/su

Verify the file is in place w/correct permissions

#cd /system/bin
#ls -l *su
-rwsr-sr-x root root 26248 2011-05-29 01:09 su
(permissions name access filesize date time filename)

At this point, you may way to remove the files you put in /data/local/temp (optional):
#rm /data/local/temp/su
#rm /data/local/temp/rage

continue with commands
#reboot

Download and install SuperUser from the Market

Thanks Zennmaster, _mrbirdman_ for finding the linux routes and birdman for helping me out!

One the Revo gets its own section, I'll post this there.


XDA PORTAL POSTS

MicrowaveTimePicker Brings 4.2 TimePicker to 2.1+ Devices

It’s frustrating to see slick new features that you can’t use when … more

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more

Pearl Chen to Talk NFC Development at XDA:DevCon 2013

From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more

Avoid Framework Bootloops on Xperias Running Jelly Bean

If you’re a Sony device owner running a stock Android Jelly Bean firmware and … more