(i9003)For bsnl/mtnl user having airplane bug (cm7) - Samsung Galaxy SL i9003

for al of you stuck on airplane mode while using bsnl/mtnl sim here is the solution:
(1st method )-
first download teminal from android market
than open terminal and type :
su
su
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
delete from system where name = 'airplane_mode_on';
.exit
exit
reboot
(2 method) -
download sqlite manager , root explorer
using root explorer goto /data/data/com.android.providers.settings/databases and copy settings.db , paste in sdcard root.
now open this settings.db file in sqlite editor and delete this row :- 'airplane_mode_on'
now copy this file from sdcard root and paste it in
/data/data/com.android.providers.settings/databases
now set appropriate permissions on the file file settings.db otherwise you will be boot loop struck
now reboot .....
(method 3)-
copy attached settings.db file below to goto /data/data/com.android.providers.settings/databases
set appropriate permisions
& reboot
well u r done
hope this fixes ur problem.......
required files are attached below......

to set permisions long press the file for options click on permission n set appropriate permissions

thats good buddy.

This sounds similar to http://forum.xda-developers.com/showthread.php?t=1408472#post20910541

sorry bro i din saw it!!!!!

vishal24387 said:
thats good buddy.
Click to expand...
Click to collapse
thanks dude....

Awesome Thread !!!!!
Would this also work on ICS ROMs for I9000 ?
Been facing the same issue on every other custom ICS ROMs..
Would appreciate any help ......

Why dont you do a nandroid backup and give it a try?

Related

*How to get Remove Sprint BootLogo*

Well guys I've been tweaking with this a lot and I've finally got it working. Here are the steps to do so:
First of all you must be ROOTED!
-Open Root Explorer and Mount R/W
-Go to System/Media
-Delete Bootani.qmg
-Reboot (You will hear the sound but will not be able to see the bootlogo. )
-Go to Root Explorer
-Go to System/ etc
-Delete "Power On"
*Big thanks for Austin420 for the help on removing the sound.
-Next Step (Flashing a Bootanimation.zip)
the sound is under system > etc
file is called "Power On". its the only audio file type in this folder.
austin420 said:
the sound is under system > etc
file is called "Power On". its the only audio file type in this folder.
Click to expand...
Click to collapse
Thank you for the contribution.
Edit: Apparently the file cannot be deleted.
Now, to delete the shutdown will be a little harder.
ive got a blank .wav file (10 seconds of silence) that can be renamed PowerOn.wav . do you think replacing the original file with the silent one will do anything, i.e. overwriting the old file instead if deleting it since the system wont let you?
I don't think so. Apparrently permission requierments aren't as easy to aquire as I thought. To remove this files is gonna be a PITA and also I don't think we have aquire 100% root. And that's our main problem.
Sent from my SPH-D700 using XDA App
Through adb?
Sent from my SPH-D700 using XDA App
Doesn't work. Says we don't have sufficient privilages. And that is a read-only file. I've tried every method I know and nothing seems to be working.
herbthehammer said:
Through adb?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
root explorer...did you try mounting the /system folder in root explorer with r/w
bubby323 said:
root explorer...did you try mounting the /system folder in root explorer with r/w
Click to expand...
Click to collapse
When I enter the System Folder, root explorer automatically enters RW.
Not sure the issue but this seems to not be working for me.
Root explorer will delete the file but it comes back on reboot.
Root explorer not currently working w epic. Its not mounting properly.
Sent from my PC36100 using XDA App
same issue here root explorer is already showing R/W and sound and animation comes back on boot
has anyone tried to replace this file with a GIF or ZIP image file?
I want the Bootani.qmg from the unlocked Galaxy S
STEP-BY-STEP instruction
Fixter said:
Well guys I've been tweaking with this a lot and I've finally got it working. Here are the steps to do so:
First of all you must be ROOTED!
-Open Root Explorer and Mount R/W
-Go to System/Media
-Delete Bootani.qmg
-Reboot (You will hear the sound but will not be able to see the bootlogo. )
-Go to Root Explorer
-Go to System/ etc
-Delete "Power On"
*Big thanks for Austin420 for the help on removing the sound.
-Next Step (Flashing a Bootanimation.zip)
Click to expand...
Click to collapse
These instructions were kind of vague. Actually, VERY vague, haha. So here are the steps that I did to make it work:
(I'm assuming you have ADB and know how to use it, and you're in your operating system's terminal or DOS window)
1. Make sure you're connected.
Code:
adb devices
2. Connect to your Epic through SHELL.
Code:
adb shell
3. Connect as root.
Code:
su root
4. Remount /system with read/write ability.
Code:
remount rw
6. Go to /system/media folder.
Code:
cd /system/media
7. Change the security settings of the video file so that you can rename it or delete it (I renamed it). This video file is the boot up video (Sprint + Galaxy S).
Code:
chmod 777 bootani.qmg
8. Rename or delete bootani.qmg
To rename, type:
Code:
mv bootani.qmg bootani.qmg.bak
to delete, type:
Code:
rm bootani.qmg
9. Now to do the sound. go to /system/etc directory.
Code:
cd /system/etc
10. Change the security settings of the audio file.
Code:
chmod 777 PowerOn.wav
11. Rename or delete PowerOn.wav.
To rename, type:
Code:
mv PowerOn.wav PowerOn.wav.bak
to delete, type:
Code:
rm PowerOn.wav
12. Exit SU mode.
Code:
exit
13. Exit ADB.
Code:
exit
Now reboot your phone, and the video that plays will be gone!
I HAVE CONFIRMED that this does NOT make your device boot faster! Side by side with another Epic 4G, on boot, He has the nice Sprint + Galaxy S video, and mine just stays BLACK and both login screens show up exactly at the same time.
BOOOOOOOOOOOOOO
Thanks QuietFreak, your method did work, although on my Epic it took down the Galaxy S animation too, which seems strage as there's that SamsungBootLogo.qmg or whatever. Maybe the first one calls the second or something. Either way, cheers.
Maybe it's one long boot animation?
Here's what I did:
I wanted to silence the boot sound before I flashed a ROM, so...
1. Open ROM with 7zip (DON'T EXTRACT IT!)
2. rename /system/etc/PowerOn.wav to PowerOn.wav.bak
3. close 7zip and transfer zip to your SD card.
4. Flash and have fun! No sound, even on the first boot.
Perfect! Now where is the power off sound at?
Edit: found it.
Use root manager to mount as rw then use root explorer then mount that as rw then delete bootani.qmg and playlogo and power.wav this will remove sprint and samsung galaxy boot screens and boot sound. but i heard that the root method uses the boot sequence to start the script so i dont know if it is wise to remove the boot with root or if it starts even before the sprint screen.

Stock ICS Boot Animation!!

Here's the Stock Ice Cream Sandwich Boot Animation for our G2x.
The resolution is a little messed up IMO but it's smooth and works well.
HOW TO GET IT WORKING:
Method 1) via Root Explorer
Step 1) Buy Root Explorer or any other file manager that allows you to mount you /system partition as R/W
Step 2) Download the attached "bootanimation.zip" to your phones sdcard. You will find it in your "Download" folder.
Step 3) Go to /system/media via root explorer and copy your current "bootanimation.zip" to the root of your SD card (this steps for a backup incase you want to revert"
Step 4) Copy the newly downloaded bootanimation.zip from your downloads folder to /system/media (don't forget to remount /system as R/W) Say "yes" to the over write prompt that root explorer shows you.
Step 5) This steps for making sure your permissions are correct. Long press the bootanimation.zip file in /system/media (the one you copied over in the previous step) and select the "permissions" option.
They should be
Owner: Read and Write shoould be checked
The others must only have "read" checked
Reboot and you should be done!!
Method 2) via ADB
Step 1) (not going into the installation of ADB) Open a terminal window and "cd" your way to your SDK directory.
Step 2) Type in "adb root or on a mac ./adb root" this should restart the ADB daemon as root.
Step 3) type in ./adb remount (this remounts /sytem as R/W"
Step 4) This is the step where you push your new bootanimation.zip to /system/media
Make sure you know which directory on your computer the new bootanimation.zip is in
run this command ./adb push /THE PATH TO THE DIRECTORY/bootanimation.zip /system/media
Step 5) Now that the file has been pushed to the correct directory, the permissions need to be changed again.
run ./adb shell
then type su
then cd /system/media
then, this is the command to change the perms chmod 755 bootanimation.zip (the permissions required are 644 but to be safe change it to 755)
Thats it!! YOur DONE!! now just reboot and you will see your shiny new Animation!!
Put the boot animation in /data/local/ so it doesn't get re-written when you flash a new rom, nightly, release, whatever.
No need for permissions editing if you use adb to push the animation, it is only required b/c the sd card file partition is unable to keep the permission information. When using adb, it all works automagically.
There are plenty of free file manager apps that can use root functionality. Also, it is the stock ICS animation that has been out for a while now, http://www.youtube.com/watch?v=ceBI5RJjScQ
thanks it looksvokay
Sent from my LG-P999 using xda premium
Don't forget about the easy method from your phone terminal
Cp /sdcard/bootanimation.zip /data/local
But you have to do it every time you flash a new rom
Sent from my LG-P999 using XDA
i edited the desc.txt to match my screen's resolution and place it under my roms bootanimation directory because default media didnt work but worked out in the end for my htc amaze 4g. thanks!
jerrypcon said:
Method 1) via Root Explorer
Step 1) Buy Root Explorer or any other file manager that allows you to mount you /system partition as R/W
Click to expand...
Click to collapse
Root Browser Lite gets the job done for free. Thanks for the info.

[HOWTO] Backup your PowerAMP's EQ setting easily

Closed before found a new tip.
For Unroot User
Original Post : Here
Use adb and pull this to your pc.
Code:
/data/data/com.maxmpz.audioplayer/databases/folders.db
And then, after finish flash rom. Use adb push back to that folder
Click to expand...
Click to collapse
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Root User
Use File Explorer and head to (I'm use Solid Explorer)
Code:
/data/data/com.maxmpz.audioplayer/databases/
Copy "folders.db" to your safe place and then, flash your rom. Finally, open File Explorer and pull this file back to
Code:
/data/data/com.maxmpz.audioplayer/databases/
Set permission to -rw-r--r-- and REBOOT your phone.
#How to Set Permission for files : Here
Click to expand...
Click to collapse
#Thanks maxmp for this knowledge

[guide]startup sound

Hi...can anyone tell me how i can add startup sound to cm10.1 rom?I want after restart or poweron my phone I hear startup sound like stock rom jpkpe or other rom!
Hello I need this too THANKS in advance.
hi frindes , you can try this may it help you
1. Download the "bootsnd.sh" file and put it on the root of your sd card. ( It is the file right below step 3)
2. Download the "android_audio.mp3"(or you can get a .MP3 and rename it) file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
http://www.mediafire.com/?1y2x0cyn6rw6myc
It works! :victory: thank you
resetez said:
It works! :victory: thank you
Click to expand...
Click to collapse
You are welcome!
and can i ask you if the sound work on every reboot Even if you do not the cood , ( i dont talk about the first one )
hi
abderrezak said:
hi frindes , you can try this may it help you
1. Download the "bootsnd.sh" file and put it on the root of your sd card. ( It is the file right below step 3)
2. Download the "android_audio.mp3"(or you can get a .MP3 and rename it) file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
http://www.mediafire.com/?1y2x0cyn6rw6myc
Click to expand...
Click to collapse
hi friend it's not work for me I'm in jellymystery rom please help
abderrezak said:
hi frindes , you can try this may it help you
1. Download the "bootsnd.sh" file and put it on the root of your sd card. ( It is the file right below step 3)
2. Download the "android_audio.mp3"(or you can get a .MP3 and rename it) file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
Click to expand...
Click to collapse
Does not work. CM10.1 A5
And apparently did not find a solution....
will this work on 10.2???

Please help

Jokesy said:
Solution: there are two ways of solving it. Pick the one you find easier.
Root access needed
Option 1.
Download from Market "Terminal Emulator"
Open it and type this commands:
su
echo -n ON > /efs/imei/keystr
sync
reboot
Option 2.
You need a root capable explorer. I recommend Root explorer, solid explorer or Es file explorer.
- Using root explorer locate the /efs/imei/ folder.
In that folder there should be a file called "keystr", but will most likely be missing in your case
- using root explorer create a new file called "keystr"
- also in root explorer open the file keystr in text editor and type "ON"
- make sure you save the file.
-reboot.
Click to expand...
Click to collapse
I tried both methods but still that nagging screen comes. What I am missing, please advice. With second method I couldn't edit file so I set permission as 7777 to open and write Capital ON.
Please help if possible. I got P5110 (Tab 2)

Categories

Resources