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

Help please create a custom rom for GALAXY Y......that enables flash plugin

rk589769

Newbie
please create a custom rom for galaxy s5360..................anyone with knowledge of modding roms...........please modify custom roms..............:)
 
please create a custom rom for galaxy s5360..................anyone with knowledge of modding roms...........please modify custom roms..............:)


I told all of you I can try but no one is providing the nandroid backup which I need for that.
I don't want Odin flashable firmware.
 
varun bro.........i cant get what is nandroid bacup...if u give me details ill surely help and come to ur use.........
 
yes i too insatlled the rom manager.....but clockwork recovery mode isnt available.....................any other way so that we can provide u with the nandroid backip
 
Ok do this.
Download terminal emulator from market.
Then open it and type 'su' without quotes and press enter. Then it will ask for root rights.
Grant them.
Then type this line and press enter key
tar -c /system/* >> PDA.tar
You will get a file named pda.tar in ur sd card.
Then after that type 'mount'
U will get a big text just long press there and select copy all and then paste that contain in a text file.
Then compress that pda.tar and that text file in a zip and upload it to me.
While getting pda.tar if ur phone hangs wait for sometime if it still doesn't repond then remove battery and start the phone and just post here.
 
Ok do this.
Download terminal emulator from market.
Then open it and type 'su' without quotes and press enter. Then it will ask for root rights.
Grant them.
Then type this line and press enter key
tar -c /system/* >> PDA.tar
You will get a file named pda.tar in ur sd card.
Then after that type 'mount'
U will get a big text just long press there and select copy all and then paste that contain in a text file.
Then compress that pda.tar and that text file in a zip and upload it to me.
While getting pda.tar if ur phone hangs wait for sometime if it still doesn't repond then remove battery and start the phone and just post here.
ok ill try it.............
 
rk589769 , do you've a rooted s5360?

if not,please root if before . I cant create the tar now ,anyway if you've trouble maybe this night i'll try to upload the files for you varun
 
my phone is rooted varun and jhonstone...............and at the beginning in command line i typed su it asked for super user allowance i selected allow.............after that i typed the tar command...........it still is saying that read only file system
 
Try this,

su

mount

And locate the path for /system , in my case is /dev/stl9

And then ,

mount -o remount,rw -t yaffs2 your_system_device /system

EDIT : probably you'll run out of space in /system.

So you'll need to mount the sdcard using the same mount procedure (different dev of course),and then

tar -c /system/* >> /sdcard/PDA.tar

Replace your_system_device with the path you got with mount
 
my phone is rooted varun and jhonstone...............and at the beginning in command line i typed su it asked for super user allowance i selected allow.............after that i typed the tar command...........it still is saying that read only file system


Strange.
Wait.
I will find a soln and update d post
 
Try this,

su

mount

And locate the path for /system , in my case is /dev/stl9

And then ,

mount -o remount,rw -t yaffs2 your_system_device /system

EDIT : probably you'll run out of space in /system.

So you'll need to mount the sdcard using the same mount procedure (different dev of course),and then

tar -c /system/* >> /sdcard/PDA.tar

Replace your_system_device with the path you got with mount
after typing in the mount -o remount,rw -t yaffs2/dev/stl9(mine was the same as yours)
its saying
usage :mount[-r][-w][-o options][-t type] device directry
 
Back
Top Bottom