{Xperia S} iGO maps errors - Sony Xperia S, Acro S, Ion

Hello, does anyone know how properly run on this phone (1280x720) ? I think i need edit some files, but which files ? Error: Uer interface 720x1280 is not supported or compatible skin can not be found.

Read this
http://www.mobilephonetalk.com/show...oid-Final-Edition-2012-All-Resolution-Working
I hope it could help u
Sent from my Xperia S using xda app-developers app

Related

[Q] J2ME Apps: How to install J2ME apps on Defy

Hello World,
This is my first post. I wana know how to install j2me apps on defy as gsm arena says that this phone support MIDP 2.0
I tried to install j2me app through file manager but got the error. Please help me install same
Thanks & Regards
Jagandeep Singh
Theres an app in the Market called J2ME java runner, its pretty good.
Thanks 4 reply i'll try it
Sent from my MB525 using XDA App
If you can nolonger see it in the market go to netmite/android, netmite make the app!
NA in market. Downloading from their site
Sent from my MB525 using XDA App
My purpose is not solved. Actually i have 2 jar files and i want to install them on my defy from my sd card
Any other way out.
Sent from my MB525 using XDA App
You can use one of those possibilities:
http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html
http://www.upontek.com/ or
http://www.netmite.com/android/index.html
or simply look if there is an apk avaliable for those apps...
You can't run .jar files natively as android uses dalvik and not the usual java vm.

[Q] Odin error Microsoft Visual C++ Runtime Lirary

Hello Gio community! I was wondering if some one could help my friend?
Here is the error:
http://postimage.org/image/ora2oub5d/
try to do system restore on w7 to earlier date
Sent from my GT-S5830 using xda premium
Take out the ".md5" of the end of the file and should be work now.
It happened to me the same

Help get AOKP to boot!

DISREGARD THIS FIRST POST, SEE LATER IN THREAD FOR WHAT I REQUIRE HELP WITH - Thanks
Right, I'm doing some work on porting AOKP from the HP Touchpad (why the touchpad? I'll explain later), but I need to mount or extract the ext4 packaged file to place the files in from proxuser's amazing porting guide. Any ideas how I would do this? I run Ubuntu 12.04 64-bit btw
Why the Touchpad?
The touchpad has a 1024*768 resolution, the same as the 80 G9. The TP also has a huge amount of roms to port apps + framework from
Proxuser's guide is over here > http://forum.xda-developers.com/showpost.php?p=24021782&postcount=4 (Yes, I know it's in the Desire S forum and is made for it, but it should work)
(?)
mount imagefilename /yourmountpoint
e.g:
mount ext4img.img /mnt
Thanks, that worked. Now, onto porting
Sent from my ARCHOS 80G9 using XDA Premium HD app
Also, how do I re-make the ext4 file? I cannot copy into it as it is "full"
Sent from my ARCHOS 80G9 using XDA Premium HD app
Search forums, there was a quick how-to for the first rooted firmware
Tapatalked from Xperia Arc S
gen_scheisskopf said:
Search forums, there was a quick how-to for the first rooted firmware
Tapatalked from Xperia Arc S
Click to expand...
Click to collapse
I worked out how to resize it, it's now 536mb.
I used this http://docs.redhat.com/docs/en-US/R...ml/Storage_Administration_Guide/ext4grow.html
And now I'm pushing the ext4 file for a first alpha. Knowing my look, adb will probably fail
Current log of AOKP - Stuck at loading /data/media/aokp.ext4 of Multi Boot Menu:
http://pastebin.com/P52KcpFN
Any help guys?
Ext4 image is mounted and works. BUT gralloc module is not loaded (line 71 and next, basically there is no screen output) so system tries to reboot. Did you copy proper modules to the image?
And maybe remove your product keys from line 55
Tapatalked from Xperia Arc S
gen_scheisskopf said:
Ext4 image is mounted and works. BUT gralloc module is not loaded (line 71 and next, basically there is no screen output) so system tries to reboot. Did you copy proper modules to the image?
And maybe remove your product keys from line 55
Tapatalked from Xperia Arc S
Click to expand...
Click to collapse
All the modules are already there, I copied to the stock file, not out of it. And I will do
Sent from my ARCHOS 80G9 using XDA Premium HD app
Bump
Sent from my ARCHOS 80G9 using XDA Premium HD app
E/JNIHelp ( 615): RegisterNatives failed for 'android/net/NetworkUtils', aborting
=framework.jar
unpack framework (from aokp and from 4.0.6) and replace android/net/networkutils with the 4.0.6 one
Quinny899 said:
All the modules are already there, I copied to the stock file, not out of it. And I will do
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
Do I understand correctly that you work on precompiled AOKP build? If yes- are all modules and libs correctly prelinked? No conflicts?
Tapatalked from Xperia Arc S
gen_scheisskopf said:
Do I understand correctly that you work on precompiled AOKP build? If yes- are all modules and libs correctly prelinked? No conflicts?
Tapatalked from Xperia Arc S
Click to expand...
Click to collapse
I copied framework, app fonts and media over from aokp to the official rooted 4.0.6. No libs changed from 4.0.6. I'll try the framework thing
Sent from my ARCHOS 80G9 using XDA Premium HD app
that won't work!!!
you need to use aokp as base and then replace some libs not all of them...
nickholtus said:
that won't work!!!
you need to use aokp as base and then replace some libs not all of them...
Click to expand...
Click to collapse
damn. My porting guide is bad then
Sent from my ARCHOS 80G9 using XDA Premium HD app
Quinny899 said:
damn. My porting guide is bad then
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
Your porting guide may be good but for porting "something" into the existing system but not for porting a new system to the device
gen_scheisskopf said:
Your porting guide may be good but for porting "something" into the existing system but not for porting a new system to the device
Click to expand...
Click to collapse
OK, I'll take the other way that you suggest then
Sent from my ARCHOS 80G9 using XDA Premium HD app
Maybe this guide can help?
wgspoelstra said:
Maybe this guide can help?
Click to expand...
Click to collapse
Seems good.
However Archos uses not standard system layout, some of binaries/libs may be linked statically.
Tapatalked from Xperia Arc S
The guide posted earlier on this page just gives the same result as my original one.
I've just tried patching the framework.jar and that doesn't get rid of the error? Can someone else do it for me? I attached the framework.jar from the TouchPad ROM
Also, can anyone see why the display doesn't come on? it stays black. Is that the "splash"? I attached the new logcat

[ICS][ApkTool] Is there an ics apktool?

Hello folks,
I have tried to compile a system apk from ics but not working (only errors) then i heard that apktool was not compitable whit ICS.
EDIT:I have also tried this one: forum.xda-developers.com/showthread.php?t=1558171
so i decided to do some source on google and Xda and found this ApkManager for ICS!
http://www.mediafire.com/?a2o4pcoyoz53fyr
but its also not working (the same errors) what a shame!
Does anyone have a ApkManager/ApkTool for ICS???
Greetings Safariking!
I think coolcat did.
Sent from my GT-S5660 using xda premium

installing .apk to cyanogen

Hello,
im trying to install SecMMS.apk from rom stock note 2 to my cyanogenmod.
But its dosent work :
Logcat : D/InstallAppProgress( 4950): Installation error code: -103
i searched, for this error but nothing. .
Looking for help ?
I think it could be because of dependency with Samsung's framework.
Sent from my C6603 using xda app-developers app
Ok i check google , it's probably that.
Thanks

Categories

Resources