Help - Galaxy S II General

Can someone upload for me a file named "logs.db" in "data/data/ com.sec.android.provider.logsprovider/databases"
I m working on porting sgs2 files on sgs. So l need this file to get "contactsprovider.apk" working.
Thanks
Sent from my GT-I9000 using xda premium

Anybody ?
Sent from my GT-I9000 using xda premium

You want someone to upload a database file called logs.db??
Sent from my Galaxy Tab using XDA Premium App

Yes....thanks
Sent from my GT-I9000 using xda premium

No one !!!!
Sent from my GT-I9000 using xda premium

zohawkish said:
No one !!!!
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
lol sir do you need a social security number as well?

No sure if I would comfortable with uploading a file called logs.db. does anyone know what it actually is and what info it logs?
Maybe someone with some knowledge with the file in question will be happy to upload it.

Sorry does not want to extract for some reason.
jje

It contains all SMS and call log history, inc names and numbers! This is the history you see when viewing a contact. Definitely not something most people would be willing to give a stranger on the forum!
Sent from my GT-I9100 using XDA App

It contains all SMS and call log history, inc names and numbers!
Mine would be empty then as flashing roms wipes phone .
jje

avetny said:
lol sir do you need a social security number as well?
Click to expand...
Click to collapse
Lol...this file contains call history u need to clear cache only ! This file is created by sqlite and l got an error "
E/Database( 5316): sqlite3_open_v2("/data/data/com.sec.android.provider.logsprovider/databases/logs.db", &handle, 2, NULL) "
" sqlite returned: error code = 14, msg = cannot open file at source line 25467"
Sent from my GT-I9000 using XDA Premium App

JJEgan said:
It contains all SMS and call log history, inc names and numbers!
Mine would be empty then as flashing roms wipes phone .
jje
Click to expand...
Click to collapse
Can u share it ? thanks
Sent from my GT-I9000 using XDA Premium App

As i said for some reason it wont extract and its now not empty .
jje

Related

Request: KP9XX setting.apk

Pls help I deleted my setings accidentally...
Sent from my GT-I9003 using XDA App
terry1997526 said:
Pls help I deleted my setings accidentally...
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Here You Go
Thank you very mouch
Sent from my GT-I9003 using XDA App
Guys... why are you panic when you delete some apk? You have the whole FW, so why don't you extract it from the systemfs.rfs? I am not criticizing here but just trying to give you solution, just dont be panic and instead of asking here and waiting someone to respond, you can just extract systemfs.rfs from the PDA.tar file. This systemfs.rfs can be mounted using Software like MagicISo or UltraIso and extract the contents from respective folder or whole set for future use, incase you delete some file by mistake.
Hope this will help ppl with such problems...

[Tweak] |Best Battery Life|

All u have to do is rename it to batterytweak || copy it to system/init.d folder .
Tab and hold the file, tab permission and set permission to rwxr-xr-x || then reboot
Give a thanks if it helped you
Any proof that this really works?
Spevky said:
Any proof that this really works?
Click to expand...
Click to collapse
Just test it
vanillaLVL said:
All u have to do is rename it to batterytweak || copy it to system/init.d folder .
Tab and hold the file, tab permission and set permission to rwxr-xr-x || then reboot
Give a thanks if it helped you
Click to expand...
Click to collapse
No credit to the first person that found it?
Shame on you...
twismo1 said:
No credit to the first person that found it?
Shame on you...
Click to expand...
Click to collapse
Its my work. Okey its eazy script but it work
I just study android stock and figure out to make
Does this only work x8? Can u make for other xperia phones?
Sent from my LT18i using xda premium
maliceomalice said:
Does this only work x8? Can u make for other xperia phones?
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
Wow, maliceomalice! Long time no see! How are you?
Sent from my W8 using xda premium
maliceomalice said:
Does this only work x8? Can u make for other xperia phones?
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
Well i followed another tutorial on the same thing which was clearer and following that tutorial you could also see if it works.
It rewinds back to the default value, 200 and 500 even after the tweak and after editting files manually.
This tweak is from knzo..
Sent from my LG-P500 using xda premium
lucastan96 said:
Wow, maliceomalice! Long time no see! How are you?
Sent from my W8 using xda premium
Click to expand...
Click to collapse
Yeah...sorry for being away too long. Its hard to get on9, but now im using a data plan,u might see me around although not too frequent. =)
Im doing fine,just bought an arc s for a month now but still cant let go of my x8.
Sent from my LT18i using xda premium
Does this real work?
Sorry for being noob,but could you provide a screenshot for the permission because i dont know how to set...Thanks in advance...
I can't find system/init.d
Sent from my HTC Desire using Tapatalk
yreham said:
I can't find system/init.d
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
System / etc / unit.d.
Try again.
Message sent by ([email protected]) using xda-premium apps.
-S t e v e N - h O e -

adding author's name in about phone

Guys i want to add author's name in Settings>about phone because i have made my ROM and would like to add my name in it just like Creed's...soo plz can anyone help me
humaid.locastic said:
Guys i want to add author's name in Settings>about phone because i have made my ROM and would like to add my name in it just like Creed's...soo plz can anyone help me
Click to expand...
Click to collapse
Decompile Settings.apk. Go to res/layouts/. Here, one of the XMLs represent the 'about phone' screen. Open it. One of the "TextViews" will be the author's name and you can edit it.
Sent from my GT-S5360 using xda premium
anasdcool71 said:
Decompile Settings.apk. Go to res/layouts/. Here, one of the XMLs represent the 'about phone' screen. Open it. One of the "TextViews" will be the author's name and you can edit it.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
its in res-values-strings.xml
explodeaamir said:
its in res-values-strings.xml
Click to expand...
Click to collapse
In the XML file, it's like this under a particular TextView:-
android:text="@string/xxx"
Click to expand...
Click to collapse
So you can either find the string in strings.xml knowing its name and edit it (your way) or you can directly write the desired text between the ".."
Sent from my GT-S5360 using xda premium
We can also edit it in build.prop...????
Sent from my GT-S5360 using xda premium
zeetwo-raj said:
We can also edit it in build.prop...????
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
no u cant

[Q] Theme Incoming call screen on Galaxy Y?

Is there a way to choose/make/browse themes [FULL] only for incoming call screens? Especially for Samsung Galaxy Y, the stock answering call is really bad.
Is it possible to download / theme the incoming call screen via Metamorph? And where to find such themes for Samsung Galaxy Y?
I already know about some third-party apps on Play store such as Ultimate Call Screen HD, but they don't do what I need.
p.s. I'm NOT looking either for ROMs with different incoming call screens (I'm here for a simple way to theme the incoming call screens for android)
Mine
Sent from my GT-S5360 using xda premium
Baskhara said:
Mine
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Alright, yours look cool.
I would like to know how did u get this incoming call screen. P.S. I prefer themed slide answering not a slider that looks like stock Samsung
I got that on any thread I am forgot the thread name. I didn't modified it coz I like to modify framework-res.apk
Sent from my GT-S5360 using xda premium
Baskhara said:
I got that on any thread I am forgot the thread name. I didn't modified it coz I like to modify framework-res.apk
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Alright, can you please tell me where to find the items inside (framework-res.apk) to edit the incoming call screen?
cat_Thirst said:
Alright, can you please tell me where to find the items inside (framework-res.apk) to edit the incoming call screen?
Click to expand...
Click to collapse
The incoming call screen is in Phone.apk not in framework-res.apk.. if u want I can give u the .apk?
Sent from my GT-S5360 using xda premium
Baskhara said:
The incoming call screen is in Phone.apk not in framework-res.apk.. if u want I can give u the .apk?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Yes please
Can you tell me which tool you use to decompile/extract the Phone.apk to edit files?
cat_Thirst said:
Yes please
Can you tell me which tool you use to decompile/extract the Phone.apk to edit files?
Click to expand...
Click to collapse
As I said, I took it from other thread so I don't know how to edit it. But you can use APKTool to decompile the .apk..
Sent from my GT-S5360 using xda premium
HMMMM....
ill try to decompile mine and study it...theme it...then give it to you...if i succeed xD
Btw is there a guide on how to modify phone.apk?
Sent from my GT-S5360 using xda premium
-12.0 kphudes
Baskhara said:
As I said, I took it from other thread so I don't know how to edit it. But you can use APKTool to decompile the .apk..
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
I decompiled Phone.apk
there are many xml files and png images, I'm looking for the images that targets "specifically" the incoming call screen items such as the background, frames, sliders. What are the png/xml file names to tweak those specific things
cat_Thirst said:
I decompiled Phone.apk
there are many xml files and png images, I'm looking for the images that targets "specifically" the incoming call screen items such as the background, frames, sliders. What are the png/xml file names to tweak those specific things
Click to expand...
Click to collapse
If only want to edit the image just change the .png file but for location of the image I think it on xml file n I don't know about xml it make me confused ..
Check ur pm ..
Sent from my GT-S5360 using xda premium
Well plz discuss here whatever u are discussing right now..
It will be helpfull for me and other noobs out there..
Sent from my GT-S5360 using xda premium
Wow... I couldn't find the background image for the incoming call screen, neither the answering sliders.
Anyway, I found many Phone.apk online for different ROMs and different Android devices. Is it OK if I used any for my Galaxy Y?
I think ya, coz some of my system app is from custom rom n I am using stock rom just give it a try, is it work or not. N do a backup before changing the app
Sent from my GT-S5360 using xda premium
I downloaded several Phone.apk(s) from the net, but every time I try to install one it asks me that "this is a system app, do you want to replace" and say yes but then it says (Application not installed)
What could be wrong? and how to fix it?
I think you should flash via cwm. Well, i am a beginner but even i changed my default one. But pls confirm with senior members. I think you have to flash it
Sent from my MT11i using xda premium
koradiavatsal said:
I think you should flash via cwm. Well, i am a beginner but even i changed my default one. But pls confirm with senior members. I think you have to flash it
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
I tried flashing the flashable APK but with no success, it displayed "installation aborted" at the end.
Yes I agree with koradiavatsal, u should flash through cwm, or try this, copy the file (Phone.apk) to /system n set permission to rw-r--r-- n then move n replace it to /system/app, then reboot. If this not succesfull the one way is flash it through cwm
Sent from my GT-S5360 using xda premium
Baskhara said:
Yes I agree with koradiavatsal, u should flash through cwm, or try this, copy the file (Phone.apk) to /system n set permission to rw-r--r-- n then move n replace it to /system/app, then reboot. If this not succesfull the one way is flash it through cwm
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Before I continue to to the replacement inside the system/app directory...
Is it ok to replace even if the Phone.apk is made for ICS or JB? I of course use GB.

official 4.2.2 ser and india update today 17/09/2013

finally india version release 5/9/3013 grab it
link
http://samsung-updates.com/device/?id=GT-I9082
kenxda33 said:
hope india version release soon
Click to expand...
Click to collapse
Hope for the best.... :thumbup:
Sent from my GT-I9082 using Tapatalk 2
Source..?
Sent from my GT-I9082 using xda premium
Any changes from leaked version? Can anybody post the screen shots? If possible, please post the mirror download links
Sent from my GT-I9082 using xda premium
vinay_kumar said:
Source..?
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
http://samsung-updates.com/device/?id=GT-I9082
Has anybody flashed it?
Do he bugs in leaked version(contacts,sensors etc) corrected?
Sent from my GT-I9082 using xda app-developers app
androidbaba said:
Has anybody flashed it?
Do he bugs in leaked version(contacts,sensors etc) corrected?
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
hi there! i've downloaded and installed firmware version 4.2.2 from sammobile well...it pretty impressed me cuz it is more smooth and has kinda new features....well i've just installed it so i'm checking it out and its kinda awesome!! hope this supports ur answer..
dont forget to hit thanks
What are the new features... so happy.. can u pls upload it on mirrors..
Sent from my GT-I9082 using xda premium
franksmj said:
What are the new features... so happy.. can u pls upload it on mirrors..
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
new features...uhhh...its kinda hard to explain u can download it here!
http://www.sammobile.com/firmwares/3/?download=17879 ( u need to register and log in! only then the link will open!)
when u've downloaded it don't be smart and install it by yourself!!!
for proper installation go here!! ------> http://www.youtube.com/watch?v=8DZcKqPptxw
don't forget to hit thanks!!
working for india too just tested
only problem is weak signal
Sent from my GT-I9082 using xda premium
BEingNiCK said:
working for india too just tested
only problem is weak signal
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
woahh!! dude what kind of weak signal???well my phone signal's strong!
does this fw have network setting "wcdma only" option ? or just "use 2G only" option ?
Awesome_Star said:
woahh!! dude what kind of weak signal???well my phone signal's strong!
Click to expand...
Click to collapse
for 1st sim signal bars are 1 or 2 all time
reflashing will check if this resolves
Sent from my GT-I9082 using xda premium
BEingNiCK said:
for 1st sim signal bars are 1 or 2 all time
reflashing will check if this resolves
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
alright
hi,after i flash this room it seems that my gallery now force close...anyone know how to help me with this?
Yellow Monkey said:
hi,after i flash this room it seems that my gallery now force close...anyone know how to help me with this?
Click to expand...
Click to collapse
well....maybe u need to reflash it...did u flashed ur rom correctly???
go here and install your rom correctly! --------------->http://www.youtube.com/watch?v=8DZcKqPptxw
Is their any modification in camera?
Gintu said:
Is their any modification in camera?
Click to expand...
Click to collapse
nope but it has some features!
Awesome_Star said:
nope but it has some features!
Click to expand...
Click to collapse
is story album and samsung hub present...what else is new than leaked 4.2.2
there is somthing wrong,
in the dialer app I can't find Add call button to make a conference cal, also the mute button gone.
in the contact app there is no favorite list, and also you can't customize the contact list to show or hide specific group from accounts.
also the gallery I can't hide online galleries
any one have the same problem?

Categories

Resources