Some current Android builds contain HTC keyboard with arrows key, some without. Some build has default android stock keybord which has sound input button.
Can somebody tell mi how to move booth keyboards from one build to another. I can mount system.ext2 under Linux, but I don't found any .apk with keyboard or key in name. Where are hidden?
ATomCZ said:
Some current Android builds contain HTC keyboard with arrows key, some without. Some build has default android stock keybord which has sound input button.
Can somebody tell mi how to move booth keyboards from one build to another. I can mount system.ext2 under Linux, but I don't found any .apk with keyboard or key in name. Where are hidden?
Click to expand...
Click to collapse
Im not suer if you will be able to have both keyboards in one build unless maybe you rename it? You'll find the keyboard with arrows on any EVO build.
But if you just want to install one or another, the easy way would be ADB.
I already have build with booth stock and touch keyboard, but many of builds doesn't have booth and doesn't have touch with keyboard.
And I have ADB, but I don't found keyboard APK in system.ext2, because of this I ask where is or which name have.
And Why someone move my thread to HD2 Q&A to outside of Android development thread. I don't understand this.
I reply myself.
The right keyboard name is "IME", but is not possible directly move keyboard to another build because of ODEX, but for example here is deodexed stock keyboard:
http://forum.xda-developers.com/showpost.php?p=7493528&postcount=18
Hi
Tried to install track id.apk i found here -> http://forum.xda-developers.com/showthread.php?t=739929&page=2
on AOSP 2.1 007a
Butt getting forced closed when trying to launch it.
doing:
Go to Settings -> Applications -> Manage Applications
Select the TrackID app
Tap on "Clear data"
Tap on "Force stop"
dint work either...
Is it possible? or should i just give up
sorry for bad english.
I imagine like all other manufacturers like HTC , Samung , Motorola etc etc core apps which they designed for a specific user experience are all tied in together with there customised Android Framework, meaning to use such an app you would need all of sony ericssons proprietary files also which obviously defeats the object as you may aswell not bother with having an aosp 2.1 rom also with AOSP you will have no drivers for the X10 Specifically which will mean you will more than likely have errors using hardware unless you fish them out from an SE 2.1 rom
Also on a last note, now i have answered your question, in future remember to ask your questions in the correct forum : x10 Q&A forum
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
LouNGeRR said:
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
Click to expand...
Click to collapse
You're screenshot is about the permission it uses. Permissions are built in a system, not in an app. Nonetheless it still can depend on an app, but not in the way you mean.
Please post in the proper thread
Hi
I have Trackid on my SE Xperia X8, Version 3.20.16. It comes with this phone.
Now i want to use a Galaxy Ace. I cannot run the version of the X8 on the Ace, it crashes. I could take the new Version from the market (i.e. 3.60.49)
But then i loose the list of songs already checked, because the database layout is changed (e.g. table track has more entries).
so when i bring the old database file databases/trackid3 to the new version it will crash also.
Can i get a version which will run with the old database of the 3.20.16 ? actually, a new version should be able to update the database format
Hi people,
I hope this can help those who ask some common questions in all threads or just don't read the OP or the OP hasn't Q&A, so let's start.
Q: How to enable the developer options on CM10.1/10.2?
A: Settings>About phone> click 7 times on Build number.
Q: Where can I find gapps?
A: Here.
Q: The call volume is too low, why?
A: This’s a known issue not only in Xperia phones but in the most 4.1.x & 4.2.x roms on other phones. Anyway, check your baseband. If you are not using the newest, update it here: How to Install JB, ICS or GB on Xperia™ Smartphones, as well as root them.
Or/And: Decreases the volume and increase it during a call.( this tip works for me, I'm using BB.77 but should work with other basebands too).
Q: My camera doesn’t work properly, 720p still has low quality, blablabla… why?
A: Because Sony doesn’t release JB camera libs for Sony Xperia 2011 phones, so you can wait till any developer make some kind of magic or sign this petition: "JB Camera libs for all Sony Xperia 2011 Phones".
Q: Why my Wi-Fi doesn't work?
A: Before reporting that it doesn't work, use the kernel (boot.img) inside the rom (.zip).
Q: How to enable the pie controls & navigation bar?
A: First you need a file explorer, then add this line qemu.hw.mainkeys=0 to /system/build.prop & reboot the phone to activate the on screen buttons (Navigation Bar). Then go to Settings>System>Power menu>Expanded desktop & activate it & then you will see pie control in the Settings>System menu.
Q: How to enable lockscreen rotation?
A: First you need a file explorer, then add this line lockscreen.rot_override=true to /system/build.prop & reboot the phone to take effect.
Q: How to disable buttons backlight? (This's only for JB 4.2.2 old releases)
A: First you need a file explorer, then go to /system/etc & edit the hw_config.sh file like that:
# LMU AS3676 Configuration
dev=/sys/devices/i2c-0/0-0040/leds
echo 500 > $dev/button-backlight/max_current
Change the value to:
# LMU AS3676 Configuration
dev=/sys/devices/i2c-0/0-0040/leds
echo 1 > $dev/button-backlight/max_current
After editing, save the file & restart your phone to take effect.
This new method is for Mike's CM10.1 rom (04/06/2013 & 17/06/2013 builds) or other roms based on his rom:
First download this file & then, using a file explorer, copy the file to /system/etc/init.d & set permission to rwxr-xr-x (0755), then restart your phone to take effect.
Thanks to AndyYan
Q: While flashing a rom I get "status 7" error, how to fix it?
A: This happens because you have probably wiped the system. See here how to fix it.
Q: My compass doesn't work correctly with Google Maps, Google Earth, etc. How to fix it?
A: Try this. First you need a file explorer, then go to /system/etc/sensors.conf. If by default is like that:
#Setup AKM897x axis
ak897xorientation_axis_map = 0,1,2
ak897xorientation_axis_sign = 1,1,-1
ak897xmagnetic_axis_map = 1,0,2
ak897xmagnetic_axis_sign = -1,1,1
Then change the values to:
#Setup AKM897x axis
ak897xorientation_axis_map = 0,1,2
ak897xorientation_axis_sign = 1,1,-1
ak897xmagnetic_axis_map = 0,1,2
ak897xmagnetic_axis_sign = -1,-1,1
Caution: Create a backup of your default sensors.conf file & after editing, restart your phone to take effect.
Thanks to mmhasanovee
Q: How can I help the development of any ROM?
A: Not with, "+1", "FC", "me too", "same bug here", blablabla. These comments are useless.
Q: So, how can I really help?
A: Simple. Remember doing this you're helping the developer & yourself, you're intelligent, so you understand what I'm saying, right!?!
Do that in the right ROM thread:
Phone model:
Baseband version:
ROM version:
Did you?
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using?
a task killer:
the kernel (boot.img) in the zip or other:
Settings/Performance settings (other than default):
What steps will reproduce the problem?
But the most important thing is this: attach a LOGCAT of the problem.
Q: Ok nice, but I’m noob & I don’t know how to LOGCAT, where can I learn?
A: Here, here or stop being lazy & search in XDA forums.
Battery Saving Tips Here
Thanks to Rirozizo
CM10.1/10.2 ROMs
★ MDPI DEVICES ★
Xperia Mini (Smultron) - Mini Pro (Mango) - LWW (Coconut) - Active (Satsuma)
SEARCH HERE
★ HDPI DEVICES ★
Xperia Ray (Urushi) - HERE
Xperia Neo (Hallon) - HERE
Xperia Neo V (Haida) - HERE
Xperia Play (GSM-Zeus/CDMA-Zeusc) - Xperia Neo L (Phoenix) - HERE
Xperia Arc (Anzu) - Arc S (Ayame) - Pro (Iyokan) - HERE
Special Thanks to:FXP Teammikeioannina[URL="http://forum.xda-developers.com/member.php?u=788040"]nobodyAtallM66B[/URL]shufukingpcfightercm42semc TeamSteph310XDA Developers
Thanks for reading & hope this helps you in anyway
Bump..
Sent from my GT-S5660 using xda app-developers app
just a suggestion...
i hav a suggestion for adding one more question wich is commonly asked to ur thread...:fingers-crossed:
u could add info about the status 7 error and how to overcome it...as many ppl (including me lol) keep asking this question...
just my suggestion its upto u to add it or not....
Added
Thank u for mentioning my name after the question but pls remove it...cos i only gave a suggestion for the question nd i dint give any solution for that...
OK, thanks to Google and his awesome update of Ingress, we can't use compass fix for it
At least at GMaps still working.
Hey mate
The status 7 error can be solved easily.
U can jst remove device checking lines from updater script of rom . And then flash it. Rom zip wil then flash without issues.
Sent from my Xperia Neo V using Tapatalk 2
battery drains like hell
i m running XS Katana rom with provided mike kernel in the zip on lww....every thing seems to work great ...but battery drains at a rate of 1%/min......please help me ......soon:crying:
@mauam How to make this thread a sticky?
Really need some bad ass appreciation for accumulating all FAQs under one shelter!
Added new method to disable backlight buttons, on Mike's CM10.1 rom or roms based on his rom. Thanks to AndyYan.
big problems
Many peoples said if using jellybean 4.2.2 rom with kernel 2.6.x.x have problems wifi and bluetooth cnt turn on (on mdpi 2011 devices). By the way, on my mini pro with 4.2.2 dark demon rom and 2.6.x.x kernel no problems i found, even wifi adhoc can detected . Maybe im lucky :angel:
Added "How to enable lockscreen rotation".
need walkman mod
Is there any proper working walkman mod for this ROM??
RAM issue
Hi there,
I have SE Neo Mt15i.
I am using this ROM for the last 2 days. No problems at all. Everything is working.
Kernerl from ROM.
Battery - acceptable.
But RAM is awful. In running apps its always jump from 0-50Mb free [email protected]#?
Check the attached screenshots? Why is that?
Thank you.
Sokki
Hi cyberdejy,
Which rom are you using? I'm using Mike's LX rom & I get 140~170 free ram, I use greenify app too.
Lock screen customization not work well.
Can you give me a description of shell.apk, please?
Hi @mauam. A lot of people are asking about wifi not working on mike's LX ROMs, because they don't flash the kernel included in zip. Can you add this question to your FAQ? Something like Q: "Why is my wifi not working?" A: "Flash the kernel(boot.img) included in zip file"
Thanks
Poslano iz mojega Xperia Mini Pro s pomočjo Tapatalk 4 Beta
kv1dr said:
Hi @mauam. A lot of people are asking about wifi not working on mike's LX ROMs, because they don't flash the kernel included in zip. Can you add this question to your FAQ? Something like Q: "Why is my wifi not working?" A: "Flash the kernel(boot.img) included in zip file"
Thanks
Poslano iz mojega Xperia Mini Pro s pomočjo Tapatalk 4 Beta
Click to expand...
Click to collapse
Added
FM Radio
May I know is there any way that FM radio can be use?
I'm using this ROM on Xperia mini(st15i); though there is fm radio app it won't work even I change the kernel to LuPuS. Please tell me a way to fix the radio!!!
chamara1112 said:
May know is there any way that FM radio can be use?
I'm using this ROM on Xperia mini(st15i); though there is fm radio app it won't work even I change the kernel to LuPuS. Please tell me a way to fix the radio!!!
Click to expand...
Click to collapse
I don't own the xperia mini anymore, but try this radio app. Or use the default kernel instead lupus. Happy holidays
Hello,
Any idea on how to develope own clock for Gear Fit (so it can be selected in gear fit manager) ?
There some apks on market provided this functionality, but I can't find any tutorials/docs on how to create one by self.
Any idea ? Thank you.
There is only one app. Just check my app list here - http://forum.xda-developers.com/showthread.php?t=2734334
We can't use classic development because Samsung didn't release libs for development. Actually, they deleted libs from the newest Samsung SDK.
pRo_lama said:
There is only one app. Just check my app list here - http://forum.xda-developers.com/showthread.php?t=2734334
We can't use classic development because Samsung didn't release libs for development. Actually, they deleted libs from the newest Samsung SDK.
Click to expand...
Click to collapse
Does it mean that there is no way to develop own clocks atm ? How does all listed apps were made ?
I didn't write that there is no solution. We can have custom clock, you can find them here - http://forum.xda-developers.com/showthread.php?t=2730633
The problem is that Samsung must publish source code (a.k.a SDK) for Gear Fit. Custom clocks from URL which I post above are from person who works for Samsung (this I only assume). More precisely, Samsung deleted SDK for Gear from the newest Samsung Mobile SDK.