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

Root Roms???...

OK... now that rooting is succeeded... Anyone find working ROMs?:)

Sure I will help ;)
Can u plz post the output of this :

command

Code:
adb device

see ur device if preset

then
Code:
adb shell

now u will be greeted with a sign like $

then issue
Code:
su

then
u will get a prompt like to allow or deny permissions

ALLOW the permissions !!

then the $ will change to #

now

Code:
cat /proc/mtd

u will get some output !!
post it here !!
I will tell the further process after it :D

for if u know , I am trying to obtain ur device's mount points :)

then I will obtain the stock dump which will be used for all development releases :p
 
Upvote 0
I tried using the "Terminal Emulator" application to enter the first command in your list and my response was "permission denied" could this be a root isssue?

If after issuing su command , you do not get a prompt asking you for like "allow" or deny its a su issue...

btw if that was the issue, how are other programs working with root ??
try to shift default action from Superuser app from prompt to allow and then try
 
Upvote 0
Here is the results using terminal emulator, please let me know if I messed up which I think i did...

$ export PATH=/data/local/bin:$PATH
$ adb device
adb: permission denied
$ su command
# adb device
adb: not found
# adb shell
adb: not found
# su
# cat /proc/mtd
dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 04100000 00020000 "cache"
mtd2: 00700000 00020000 "recovery"
mtd3: 00140000 00020000 "splash"
mtd4: 00100000 00020000 "FOTA"
mtd5: 00700000 00020000 "FOTA_STO"
mtd6: 0aa00000 00020000 "system"
mtd7: 0d520000 00020000 "userdata"
mtd8: 00080000 00020000 "misc"
mtd9: 00180000 00020000 "persist"
#
 
Upvote 0
Here is the results using terminal emulator, please let me know if I messed up which I think i did...

$ export PATH=/data/local/bin:$PATH
$ adb device
adb: permission denied
$ su command
# adb device
adb: not found
# adb shell
adb: not found
# su
# cat /proc/mtd
dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 04100000 00020000 "cache"
mtd2: 00700000 00020000 "recovery"
mtd3: 00140000 00020000 "splash"
mtd4: 00100000 00020000 "FOTA"
mtd5: 00700000 00020000 "FOTA_STO"
mtd6: 0aa00000 00020000 "system"
mtd7: 0d520000 00020000 "userdata"
mtd8: 00080000 00020000 "misc"
mtd9: 00180000 00020000 "persist"
#

Well that was a awesome job ;)

I got what I wanted and ya the wrong thing you did was :
the command is

Code:
adb devices

Well u have android 2.2 right ?
Ok so now next stuff :

Now what we are doing is , Obtaining a mirror copy of everything on your device ...

It is termed as stock dump :p

Now to ease out the task i have made a .bat file for you ...

* extract the stuff I have sent you in any place
* you will find a folder named "files" and another file called "run_me.bat"

just connect the phone in Debugging mode
make sure you have least 600 Mb of free space on your sd-card ..


* just double click on "run_me.bat"
* it will do its task :)

Now your device will Restart <-- Do not worry i have said him so :p


* this is a very big thing to do hence it will require least 13-14 Mins
* Be patient ..
* Your device is extremely safe :) you have no reason to worry ..

* Now once the software says "Done"
* you will have a folder called "images" in your SD-Card
* Just send me the entire folder.. It will have contents like boot.img system.img etc

NOTE : I have not configured ur phone to provide a copy of data . My intentions are never bad

the images are of the other partitions which have content like system , boot, recovery etc and NOT of your user data !!

always remember never give ANY ONE on with your userdata dump
it may contain your passwords and other stuff ;)


Now you will find a folder inside your sd-card named "device-images"
send me that folder in-fact upload to " mediafire.com " and save for everyones benefit :)

the folder will be huge ...
you can use 7z utility to compress the folder and then upload it ...

The utilities are here :

Dump.zip
 
Upvote 0
Yup go ahead :)

Like i said,
This executive will NOT in any case damage ur phone :)


This will work ! on any device that is 1.6 + [[ except 3.0 + ]] ;)

Btw thanks for the output of the b4 mentioned command ,
I am happy to tell you that u have a amazing thing waiting :p
It is damn amazing :p not possible in many devices !! but yes in urs :D
after rooting ...
 
Upvote 0
I also have a rooted lgl45c (via unlockroot.exe) however I havent been able to find any confirmed working and (or) beta roms. If you need any additional help grabbing any info to start building let me know if I can help get it off the ground. Eager to see some cyanogen stuff first hand.

Hi,
I am aware there is a craving need for your phones !
I have asked one of your members for the Backup from Recovery or the Stock Dump ...

I need stock dump for creating a ROM ,
:)

No one has yet provided me the stock dump for the creation of one ...

I have mentioned the instructions on the same thread but no reply yet ...

Btw if you have a custom recovery, you can simply backup ur current ROM and post the lik here ...
 
Upvote 0
Dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 04100000 00020000 "cache"
mtd2: 00700000 00020000 "recovery"
mtd3: 00140000 00020000 "splash"
mtd4: 00100000 00020000 "FOTA"
mtd5: 00700000 00020000 "FOTA_STO"
mtd6: 00aa00000 00020000 "system"
mtd7: 0d520000 00020000 "userdata"
mtd8: 00080000 00020000 "misc"
mtd9: 00180000 00020000 "persist"
 
Upvote 0
Dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 04100000 00020000 "cache"
mtd2: 00700000 00020000 "recovery"
mtd3: 00140000 00020000 "splash"
mtd4: 00100000 00020000 "FOTA"
mtd5: 00700000 00020000 "FOTA_STO"
mtd6: 00aa00000 00020000 "system"
mtd7: 0d520000 00020000 "userdata"
mtd8: 00080000 00020000 "misc"
mtd9: 00180000 00020000 "persist"

Thanks for the info ;)
But we already have it :)

here is what we need now ...
Now to ease out the task i have made a .bat file for you ...

* extract the stuff I have sent you in any place
* you will find a folder named "files" and another file called "run_me.bat"

just connect the phone in Debugging mode
make sure you have least 600 Mb of free space on your sd-card ..


* just double click on "run_me.bat"
* it will do its task :)

Now your device will Restart <-- Do not worry i have said him so :p


* this is a very big thing to do hence it will require least 13-14 Mins
* Be patient ..
* Your device is extremely safe :) you have no reason to worry ..

* Now once the software says "Done"
* you will have a folder called "images" in your SD-Card
* Just send me the entire folder.. It will have contents like boot.img system.img etc

NOTE : I have not configured ur phone to provide a copy of data . My intentions are never bad

the images are of the other partitions which have content like system , boot, recovery etc and NOT of your user data !!

always remember never give ANY ONE on with your userdata dump
it may contain your passwords and other stuff ;)


Now you will find a folder inside your sd-card named "device-images"
send me that folder in-fact upload to " mediafire.com " and save for everyones benefit :)

the folder will be huge ...
you can use 7z utility to compress the folder and then upload it ...

The utilities are here :

Dump.zip
 
  • Like
Reactions: domonick5150
Upvote 0
Hi Ninadchaudhari,

I got some errors with dump.bat and I it cannot generate the \sdcard\device images
but I got the "dump" file generated in \data\local\tmp (i sent the dump file to your mail please check it)


I have LG Optimus Net Dual - LG P698f
(LG P698f = "f" => European version and LG P698 is the China version)

========================================
Cellular: LG Optimus Net Dual
model: LG P698f
Android: 2.3.4
Rom: V10e-Jan-13-2012
Kernel: 2.6.35.11

Status: Succesfully rooted with unlockroot
========================================

J:\celular\android\firmware\LG Optimus Net Dual (P698f)\Dump\adb shell

* daemon not running. starting it now on port 5037 *
* daemon started successfully *

$ su
su

# cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 0dc00000 00020000 "system"
mtd2: 00500000 00020000 "recovery"
mtd3: 002c0000 00020000 "lgdrm"
mtd4: 00100000 00020000 "splash"
mtd5: 00180000 00020000 "FOTABIN"
mtd6: 005c0000 00020000 "FOTA"
mtd7: 00040000 00020000 "misc"
mtd8: 04000000 00020000 "cache"
mtd9: 0a8c0000 00020000 "userdata"

#
========================================


Could you guide with a updated (dump.bat) to generate the correct files?

I'd like to have a overclocked kernel and CWM working.... but I Can only find this to LG P690 (LG Optimus Net)

but the CWM doesn't work with "Net Dual" and probably the same with happen with + CyanodmodGen 7.2 fixed to LG P690...

Thank your for the help.

BaraoZemo
from Brazil

Thanks for the info ;)
But we already have it :)

here is what we need now ...
Now to ease out the task i have made a .bat file for you ...

* extract the stuff I have sent you in any place
* you will find a folder named "files" and another file called "run_me.bat"

just connect the phone in Debugging mode
make sure you have least 600 Mb of free space on your sd-card ..


* just double click on "run_me.bat"
* it will do its task :)

Now your device will Restart <-- Do not worry i have said him so :p


* this is a very big thing to do hence it will require least 13-14 Mins
* Be patient ..
* Your device is extremely safe :) you have no reason to worry ..

* Now once the software says "Done"
* you will have a folder called "images" in your SD-Card
* Just send me the entire folder.. It will have contents like boot.img system.img etc

NOTE : I have not configured ur phone to provide a copy of data . My intentions are never bad

the images are of the other partitions which have content like system , boot, recovery etc and NOT of your user data !!

always remember never give ANY ONE on with your userdata dump
it may contain your passwords and other stuff ;)


Now you will find a folder inside your sd-card named "device-images"
send me that folder in-fact upload to " mediafire.com " and save for everyones benefit :)

the folder will be huge ...
you can use 7z utility to compress the folder and then upload it ...

The utilities are here :
 
Upvote 0
I sent a email to your hotmail account because I canno't attach files here..
pm to me a email that I can sent the files again to you.

did you received ? (I Sent again )

About the Celullar, is another model,
Called "Lg Optimus Net DUAL"
(model = LG P698f f=European/America Branded Version ==without "f" is China brand)

full specification.
LG P698 Optimus Link Dual Sim, Optimus Net Dual technical specifications :: GSMchoice.com

Look my post on "top" , I described the result of cat/chmd

:thinking:

Is this the same phone ?? (NO)

I did not get a single thing :eek:
Can you plz elaborate ?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones