[Q] HELP Need stock build.prop for Samsung Galaxy Xcover 5690 - Android Q&A, Help & Troubleshooting

Hello.
I rooted my Xcover and it worked out just fine,but then i wanted to try out LCD density changer and now i´m stuck in bootloop
I found this at densitychanger.blogspot
"First search the internet (especially forums) for a build.prop file for your particular device/rom/firmware (If you can't find one, ask people on forums with the same device/rom as you to share their build.prop file from the system directory). This build.prop has to be inserted in your own update.zip package. To create a update.zip with the build.prop I have created a template."
I tried the first solution with the "update.zip" fix and that one didn´t work so now i was wondering could someone with Samsung Xcover make a backup of your build.prop and send it to me?
My email: MOD EDIT Do not display email
Big thanx in advance!

Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A

Related

[Q] Decompiling the "classes.dex" file

Hi All,
I'm a noob ROM developer and I want to create a new Rom based on
one of the great Roms here on this forum and add it support for RTL languages so it can support correct display of numbers when displaying an RTL lang.
As I understand I need to somehow decompile the "classes.dex" so I can edit the code in it and compile it again.
How can I achieve this? Maybe I can the original source code of it so I don't need to decompile?
I'm experienced with c++ and Java Android apps development but don't have a clue from where to start roms development.
Appreciated your help,
Thanks,
Oren
Please ask in the Q&A section, its much more suitable for your post.
Moved of: Samsung Vibrant > Vibrant Android Development
To: Samsung Vibrant > Vibrant Q&A
Please put your questions to: Vibrant Q&A
Search for info about Baksmali andor smali. Those are the tools you'll need.

combining two apk's

Hi All,
iam trying to combine two apk's in one... can anyone suggest a simple approach to this.
My use case is
i write scripts using python for android.
i can package those scripts in apk. however apk if installed on a phone which doesn't have python interpreter ask's user's to download interpretor.
what i want is one monolithic apk which contains python interpretor plus my script.
Note : looked through SL4A forum completely and was not able to find any satisfactory answer.
so is this possible or not?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A
This blog post seems to detail the process of packaging a python script along with the interpreter: http://jokar-johnk.blogspot.co.uk/2011/02/how-to-make-android-app-with-sl4a.html
EDIT: At least, I think it does. I haven't fully read it, more skimmed it.

[Q] T9 dialer in onecosmic 4.2 mod

This thread is probably gonna annoy some people, sorry for that.
Okay first of all I used the freaking search. I found that I had to download and install the contacts.apk from TH ICSrom. I did and T9 dialer worked again but after reboot he stopped working. So I went back to the search and after an hour of searching I found that I had to copy the contacts.apk to my system/app folder. So after another hour I found that I had to give my file explorer root acces to copy and override the apk but it still doesn't work after reboot.
I'm stuck, I don't know what I'm doing wrong
Hope somebody can help me.
Tom
Ps I'm on Onecosmic RC4.2 with devil 1.0 BFS VC kernel
edit: Galaxy S phone (i9000)
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Got any Sol?
has anyone got a sol for this..I also trying to get this done..

Modifie keyboard question

So i know how to program for android ( building a application atm ).
I got a samsung galaxy y s5360 and i really like the azerty keyboard ( becaus i live in belgium ).
Only problem is the annoying setting button on the keyboard itself and the toggle XT9 button -.-"
Is there a way to:
1. pull the keyboard apk from the phone ( its a stock app ).
i was looking for it through the folders but couldnt find the apk
2. "Build" the apk so i can modifie it so the button wont do anything anymore
Ofcourse that's possible.
Using adb, pull the app, or copy it from your device using an explorer.
Using APKTOOL, decompile it.
Then look for any logic related to buttons in the smali files. Remove the function added to your XT9 button.
Recompile, adb install.
Should work!
If you don't know wich smali file, just post the APK here.
Sent from my Galaxy Nexus using Tapatalk 2
u know the path to find the apk and how to see if its the keyboard apk?
if i go to /system/data/ i dont rly see which one i need
edit i think it is this apk but im not 100% sure
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A

[Q] Where is "hardware_id" at Android system files? need to change it?

Hello everybody.
I am looking for solution to change hardware_id at rooted Samsung Galaxy Tab 10.1.
Please, dont ask me why do I need this. I really sure to change it for my own reasons.
Only once solutions I found here:
http://forum.xda-developers.com/showthread.php?t=1268872
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
sqlite> select * from secure where name like '%_id' ;
2|hardware_id|XXXXXXXXXXXXXXXX
25|android_id|XXXXXXXXXXXXXXXX
Click to expand...
Click to collapse
Trying to do this at galaxy tab there is no hardware_id in the database, but there is android_id.
Does anyone knows where could I find it and change it?
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A

Categories

Resources