Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
please create a custom rom for galaxy s5360..................anyone with knowledge of modding roms...........please modify custom roms..............![]()
varun bro.........i cant get what is nandroid bacup...if u give me details ill surely help and come to ur use.........
ok ill try it.............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.
after typing the command
tar -c /system/* >> PDA.tar
its saying that cannot create PDA.tar read-only file system
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
ok thanks.............Strange.
Wait.
I will find a soln and update d post
after typing in the mount -o remount,rw -t yaffs2/dev/stl9(mine was the same as yours)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
okk ill try wait....Just do this then
mount -o remount,rw -t yaffs2 /dev/block/stl9 /system
And then the PDA tar