Welcome Guest ( Log In | Register )

101 Pages « < 52 53 54 55 56 > » Bottom

Outline · [ Standard ] · Linear+

 LG OPTIMUS ONE P500 Official Thread, Affordable with unprecedented values =)

views
     
susuquan
post May 23 2011, 10:34 AM

New Member
*
Junior Member
10 posts

Joined: Mar 2011
do anyone noe how to download apps tat nd to pay for free?
XeactorZ
post May 23 2011, 05:38 PM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
Hi all,can someone teach me how to overclock my phone processor with using stock rom v10f ??
which is default processor speed in 600mhz to higher clock speed ??
because i found i play some game will lag,example angry birds
*i don't want to use custom rom,because last time fail to flash it and send to service centre due to can't turn on phone
so,i hope all of you can teach me step-by-step guide to overclock my processor speed with using stock rom v10f
Regards
lwk523
post May 23 2011, 11:43 PM

Premium Q Trader
******
Senior Member
1,040 posts

Joined: Mar 2006


QUOTE(XeactorZ @ May 23 2011, 05:38 PM)
Hi all,can someone teach me how to overclock my phone processor with using stock rom v10f ??
which is default processor speed in 600mhz to higher clock speed ??
because i found i play some game will lag,example angry birds
*i don't want to use custom rom,because last time fail to flash it and send to service centre due to can't turn on phone
so,i hope all of you can teach me step-by-step guide to overclock my processor speed with using stock rom v10f
Regards
*
Do you do why it cant turn on ? cause by rom or ur step problems? Cos I gonna try it flash custom rom sooner. need advice here . sweat.gif

This post has been edited by lwk523: May 23 2011, 11:55 PM
XeactorZ
post May 24 2011, 12:04 PM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
QUOTE(lwk523 @ May 23 2011, 11:43 PM)
Do you do why it cant turn on ? cause by rom or ur step problems? Cos I gonna try it flash custom rom sooner. need advice here . sweat.gif
*
ermm not sure
coz got ppl teaching me,so i dunno is it i do wrong or he teach wrong ~
wohoo
post May 24 2011, 04:12 PM

Getting Started
**
Junior Member
250 posts

Joined: Mar 2011



where can i found silicon case for this phone model? i mean in Shop...Lowyat? or somewhere else?

lwk523
post May 24 2011, 06:16 PM

Premium Q Trader
******
Senior Member
1,040 posts

Joined: Mar 2006


QUOTE(wohoo @ May 24 2011, 04:12 PM)
where can i found silicon case for this phone model? i mean in Shop...Lowyat? or somewhere else?
*
Try purchase from ebay.. It's really cheap wink.gif
ax_crewz
post May 24 2011, 08:57 PM

New Member
*
Newbie
0 posts

Joined: Apr 2011


QUOTE(lwk523 @ May 23 2011, 11:43 PM)
Do you do why it cant turn on ? cause by rom or ur step problems? Cos I gonna try it flash custom rom sooner. need advice here . sweat.gif
*
i juz root my o1 n its working perfecetly!!!!
u juz follow dis step..
» Click to show Spoiler - click again to hide... «

» Click to show Spoiler - click again to hide... «


*i just edit a little bit from post on de first page,,,
yeah..u can use z4root but trust me,,dis way is easier..

and one more things..
I will not be held responsible should anything undesirable happen to your phone. shakehead.gif shakehead.gif

thumbup.gif thumbup.gif and remember to BACKUP all your contact..apk file in your PC FIRST

leeyc_sy
post May 24 2011, 09:29 PM

New Member
*
Junior Member
23 posts

Joined: Oct 2006
From: Blue sea
QUOTE(XeactorZ @ May 23 2011, 05:38 PM)
Hi all,can someone teach me how to overclock my phone processor with using stock rom v10f ??
which is default processor speed in 600mhz to higher clock speed ??
because i found i play some game will lag,example angry birds
*i don't want to use custom rom,because last time fail to flash it and send to service centre due to can't turn on phone
so,i hope all of you can teach me step-by-step guide to overclock my processor speed with using stock rom v10f
Regards
*
1st need to root your v10f rom as below.
here are the procedure to install gingerbread root.
-copy all files from sd card to pc(backup)
-now format sd card fat32
-place the gingerbread apk 1.20 in sd card.
-now enable usb debugging settings-application-development -usb debugging (check the box)
-install gingerbread apk using file manger .
-press root and wait .the phone will reboot if it doesnt wait fr some time and see -if it works if not remove ur battery and reinsert ,switch on check if u have superuser icon in application.

2nd INSTALLING ANDROID SDK IN ORDER TO USE ADB

First install JDK and JRE from here http://www.oracle.com/technetwork/ja...ads/index.html (choose your appropriate os)
ANDROID SDK LINK:http://developer.android.com/sdk/index.html (LATEST VERSION r10)
Install ANDROID SDK
Click next
Now it wont show next option to proceed just hit back once and click next again (you will be able to proceed with installation now)
Run android sdk manager(note :Run as Administrator orelse it wont download the packages) it will show various packages available just click cancel.
Click on available packages-android repository-uncheck SDK PLATFORM ANDROID ALL VERSION EXCEPT 2.2(U CAN LATER INSTALL THE VERSION U REQUIRE LATER WHEN U NEED IT)
Click install selected
Click select all and proceed with the installation.(this might take a long time depending on your connectivity)

NOTE:IF YOU DONT RUN AS ADMIN THEN THE INSTALLATION WILL FAIL

3th INSTALLING CUSTOM RECOVERY

DOWNLOAD THUNDERG CUSTOM RECOVERY AND FLASH IMAGE FROM HERE http://www.multiupload.com/2XXSX4X2PX
PROCEDURE TO INSTALL RECOVERY
MOUNT SD CARD
EXTRACT OR UNZIP THE FLASH IMAGE DIRECTLY TO YOUR SD CARD (ROOT OF SD CARD)
EXTRACT OR UNZIP THE RECOVERY IN YOUR PC ITSELF AND COPY IT TO YOUR SD CARD (ROOT OF SD CARD)
UNMOUNT SD CARD AND MAKE SURE USB DEBUGGING IS ENABLED
NOW OPEN COMMAND PROMPT AND RUN AS ADMINISTRATOR (START- ALL PROGRAMS-ACCESORIES-COMMAND PROMPT-RIGHT CLICK AND RUN AS ADMIN)
NOW TYPE IN THE COMMAND PROMT(PRESS ENTER AFTER EACH COMMAND)(JUST COPY AND PASTE,KEYBOARD SHORTCUT WONT WORK)

cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)

adb shell

su (it will ask for root permission in your phone screen just allow)

mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system

cat /sdcard/flash_image > /system/bin/flash_image

chmod 755 /system/bin/flash_image

mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)

mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)

reboot recovery

WAIT FOR SOMETIME AND IT WILL BE DONE AND AUTOMATICALLY BOOT INTO RECOVERY.

then for overclock
download http://www.mediafire.com/?li7aviy6awdebs5
then copy to sdcard.
boot to recovery mode by press home+vol down+power.
from recovery mode, choose flash from sdcard then choose signed kernel v1.1.zip.

lwk523
post May 24 2011, 09:42 PM

Premium Q Trader
******
Senior Member
1,040 posts

Joined: Mar 2006


" Solved " sweat.gif

This post has been edited by lwk523: May 24 2011, 10:03 PM
XeactorZ
post May 24 2011, 10:27 PM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
QUOTE(wohoo @ May 24 2011, 04:12 PM)
where can i found silicon case for this phone model? i mean in Shop...Lowyat? or somewhere else?
*
so far i just epikcase oni wor

QUOTE(leeyc_sy @ May 24 2011, 09:29 PM)
1st need to root your v10f rom as below.
here are the procedure to install gingerbread root.
-copy all files from sd card to pc(backup)
-now format sd card fat32
-place the gingerbread apk 1.20 in sd card.
-now enable usb debugging settings-application-development -usb debugging (check the box)
-install gingerbread apk using file manger .
-press root and wait .the phone will reboot if it doesnt wait fr some time and see -if it works if not remove ur battery and reinsert ,switch on check if u have superuser icon in application.

2nd INSTALLING ANDROID SDK IN ORDER TO USE ADB

First install JDK and JRE from here http://www.oracle.com/technetwork/ja...ads/index.html (choose your appropriate os)
ANDROID SDK LINK:http://developer.android.com/sdk/index.html (LATEST VERSION r10)
Install ANDROID SDK
Click next
Now it wont show next option to proceed just hit back once and click next again (you will be able to proceed with installation now)
Run android sdk manager(note :Run as Administrator orelse it wont download the packages) it will show various packages available just click cancel.
Click on available packages-android repository-uncheck SDK PLATFORM ANDROID ALL VERSION EXCEPT 2.2(U CAN LATER INSTALL THE VERSION U REQUIRE LATER WHEN U NEED IT)
Click install selected
Click select all and proceed with the installation.(this might take a long time depending on your connectivity)

NOTE:IF YOU DONT RUN AS ADMIN THEN THE INSTALLATION WILL FAIL

3th INSTALLING CUSTOM RECOVERY

DOWNLOAD THUNDERG CUSTOM RECOVERY AND FLASH IMAGE FROM HERE http://www.multiupload.com/2XXSX4X2PX
PROCEDURE TO INSTALL RECOVERY
MOUNT SD CARD
EXTRACT OR UNZIP THE FLASH IMAGE DIRECTLY TO YOUR SD CARD (ROOT OF SD CARD)
EXTRACT OR UNZIP THE RECOVERY IN YOUR PC ITSELF AND COPY IT TO YOUR SD CARD (ROOT OF SD CARD)
UNMOUNT SD CARD AND MAKE SURE USB DEBUGGING IS ENABLED
NOW OPEN COMMAND PROMPT AND RUN AS ADMINISTRATOR (START- ALL PROGRAMS-ACCESORIES-COMMAND PROMPT-RIGHT CLICK AND RUN AS ADMIN)
NOW TYPE IN THE COMMAND PROMT(PRESS ENTER AFTER EACH COMMAND)(JUST COPY AND PASTE,KEYBOARD SHORTCUT WONT WORK)

cd c:\Program Files\Android\android-sdk\platform-tools (by default it should be this only where the sdk is installed)

adb shell

su (it will ask for root permission in your phone screen just allow)

mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system

cat /sdcard/flash_image > /system/bin/flash_image

chmod 755 /system/bin/flash_image

mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (you will get an error just proceed)

mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

flash_image recovery /sdcard/LGp500-recovery-v12.img (note just name the blue marked as the same as your custom recovery name and should end with .img)

reboot recovery

WAIT FOR SOMETIME AND IT WILL BE DONE AND AUTOMATICALLY BOOT INTO RECOVERY.

then for overclock
download http://www.mediafire.com/?li7aviy6awdebs5
then copy to sdcard.
boot to recovery mode by press home+vol down+power.
from recovery mode, choose flash from sdcard then choose signed kernel v1.1.zip.
*
wah thanks for ur teaching
but,i ask the same question at xda,got some1 teach me like this
see below quote

QUOTE
1. root your phone
2. install a custom recovery (the easiest way is to install ROM Manager from Market and select "flash cwm recovery"
3. download a custom kernel (I'm using franco's) and copy it on your sdcard
4. boot into custom recovery: turn off your phone and then press vol down + home + power and release at lg logo
5. make a nand backup
6. wipe dalvik cache (in cwm recovery it's in advanced menu)
7. select install zip from sdcard, select your kernel from the sdcard and flash it.
8. start your phone and install setcpu; use max 729mhz


got any difference between the method u teach and the method teach me xda forumer o.O ?
wohoo
post May 24 2011, 11:17 PM

Getting Started
**
Junior Member
250 posts

Joined: Mar 2011



QUOTE(XeactorZ @ May 24 2011, 10:27 PM)
so far i just epikcase oni wor
oh ya..i saw it in the front front post..thanks for the info..that is the case im looking for

leeyc_sy
post May 25 2011, 06:57 AM

New Member
*
Junior Member
23 posts

Joined: Oct 2006
From: Blue sea
QUOTE(XeactorZ @ May 24 2011, 10:27 PM)
so far i just epikcase oni wor
wah thanks for ur teaching
but,i ask the same question at xda,got some1 teach me like this
see below quote
got any difference between the method u teach and the method teach me xda forumer o.O ?
*
i never do wipe dalvik cache.
i believe both method can be use.
i have overclock via v10f rom.
kernel is different, install recovery mode is different.
my is use pc to install recovery mode.
mrlrie
post May 25 2011, 11:00 AM

New Member
*
Newbie
2 posts

Joined: Jan 2007
hey guys...

please recommend, apps for best movie player for O1? also can play .flv ...

thanks
mcfurby
post May 25 2011, 09:29 PM

Getting Started
**
Junior Member
59 posts

Joined: Feb 2007


have anyone changed to andriod 2.3? does anyone provide the service? any prob?
XeactorZ
post May 25 2011, 10:03 PM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
QUOTE(wohoo @ May 24 2011, 11:17 PM)
oh ya..i saw it in the front front post..thanks for the info..that is the case im looking for
*
o.O,garage sales is selling it

QUOTE(leeyc_sy @ May 25 2011, 06:57 AM)
i never do wipe dalvik cache.
i believe both method can be use.
i have overclock via v10f rom.
kernel is different, install recovery mode is different.
my is use pc to install recovery mode.
*
okay,thanks for ur explanation

QUOTE(mcfurby @ May 25 2011, 09:29 PM)
have anyone changed to andriod 2.3? does anyone provide the service? any prob?
*
official rom don't have yet,oni custom rom got

i got another problem,as i lazy to type again
so i copy and paste here
click the spoiler pls,thanks

» Click to show Spoiler - click again to hide... «



mcfurby
post May 25 2011, 11:15 PM

Getting Started
**
Junior Member
59 posts

Joined: Feb 2007


ok thanks bro. but whr to check wen they annouce official?

IzhamHasan
post May 26 2011, 04:03 AM

New Member
*
Newbie
1 posts

Joined: Feb 2011
QUOTE(mrlrie @ May 25 2011, 11:00 AM)
hey guys...

please recommend, apps for best movie player for O1? also can play .flv ...

thanks
*
try find on market Mobo player or Vital player .. thumbup.gif
wohoo
post May 26 2011, 11:13 AM

Getting Started
**
Junior Member
250 posts

Joined: Mar 2011



QUOTE(mcfurby @ May 25 2011, 11:15 PM)
ok thanks bro. but whr to check wen they annouce official?
*
haha..dun worry..u can always get back to here..once the official is out..there will b member announce at here..if not mistaken the they say is around july lah..

i also cant wait for it..
aweeff
post May 26 2011, 02:23 PM

Getting Started
**
Junior Member
51 posts

Joined: Aug 2010
From: Shah Alam, Selangor


Guys!! I'm new here, can add me on the list.. Used to be a symbian user.. so not used to android phone before...
I just bought this simple and nice phone a week ago.. I want to ask simple question, sound like stupid question.. I don't know how to copy all my contact numbers from my simcard to the phone.. How..?? I tried many ways but I failed...
matt_rix
post May 26 2011, 04:26 PM

Regular
******
Senior Member
1,680 posts

Joined: Nov 2004

hye, anyone interested to buy cheap uk set optimus one? might be selling the new unit for RM699 with 2 years UK warranty.

101 Pages « < 52 53 54 55 56 > » Top
 

Change to:
| Lo-Fi Version
0.0297sec    0.62    6 queries    GZIP Disabled
Time is now: 26th November 2025 - 11:58 AM