[Q] AOKP Build Errors - HTC One S

Hey All,
I'm trying to build AOKP. After running the command "mka bacon -j5" I am getting the following error.
Code:
build/core/base_rules.mk:133: *** hardware/ril/libril: MODULE.TARGET.SHARED_LIBRARIES.libril already defined by device/htc/msm8960-common/libril. Stop.
I've tried navigating to the base_rules.mk file to see if there was anything in there to edit but could not find anything related to hardware/ril/libril. Did a quick search on google and on XDA for the error but not getting any results back. Thanks for the help.

sryan1983 said:
Hey All,
I'm trying to build AOKP. After running the command "mka bacon -j5" I am getting the following error.
Code:
build/core/base_rules.mk:133: *** hardware/ril/libril: MODULE.TARGET.SHARED_LIBRARIES.libril already defined by device/htc/msm8960-common/libril. Stop.
I've tried navigating to the base_rules.mk file to see if there was anything in there to edit but could not find anything related to hardware/ril/libril. Did a quick search on google and on XDA for the error but not getting any results back. Thanks for the help.
Click to expand...
Click to collapse
Navigate to hardware/ril. And delete the entire libril file... What are you trying to make 4.1 or 4.2?
Base_rules.mk is not the error its a code.. where it failed is after that.. In your case it says you've go two seperate files trying to make one thing.. You need to get rid of one.. Since msm8960 is for the device your building for you need to off the other one.. That won't be your only error building for an in supported device takes a lot of patience.. Good luck..
Sent from my HTC One S using xda app-developers app

$droyd$ said:
Navigate to hardware/ril. And delete the entire libril file... What are you trying to make 4.1 or 4.2?
Base_rules.mk is not the error its a code.. where it failed is after that.. In your case it says you've go two seperate files trying to make one thing.. You need to get rid of one.. Since msm8960 is for the device your building for you need to off the other one.. That won't be your only error building for an in supported device takes a lot of patience.. Good luck..
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
Thanks for the response droyd.
I am trying to build 4.2. I basically used the method that klin posted to build Baked, however, tweaked everything for AOKP instead. (used intervigilium's repository instead of klin's, etc.) Should I have gone about it another way. Do you still recommend deleting the hardware/ril folder?

sryan1983 said:
Thanks for the response droyd.
I am trying to build 4.2. I basically used the method that klin posted to build Baked, however, tweaked everything for AOKP instead. (used intervigilium's repository instead of klin's, etc.) Should I have gone about it another way. Do you still recommend deleting the hardware/ril folder?
Click to expand...
Click to collapse
Yes I had to delete that file...and sounds like your on the rite path. I'll be around if you need Any other help..
Sent from my HTC One S using xda premium

Related

[SEMI-SOLVED]CM6 Source Broken?

I've been trying to get the source for Cyanogenmod 6 but I always get connection errors on downloading kernel source
I thought the servers were back up?
Sent from my HTC Dream using Tapatalk
Edit:
I fixed it by replacing "git://android.git.kernel.org" with "https://android.googlesource.com/" in android/system/.repo/manifest.xml and it seems to be working now! No more errors!
frankdrey said:
I've been trying to get the source for Cyanogenmod 6 but I always get connection errors on downloading kernel source
I thought the servers were back up?
Sent from my HTC Dream using Tapatalk
Click to expand...
Click to collapse
Try changing all the "git://" URLs in .repo/manifest.xml to "http://". Worked for me.
Ok thanks I will try it when I can use the computer
Edit: Now I'm getting a "error: RPC failed; result=22, HTTP code = 405"
We'll see if it finishes.
Edit 2: I replaced "git://android.git.kernel.org/" with "https://android.googlesource.com/" and its flying now It works! Thanks for leading me to replacing the URL though!
Haha no problem.
Ok so I got a buncha errors downloading alsa related stuff so I removed them from the manifest.xml
Hopefully there are more basic sound drivers
At least so I have some sound
Looking on github, it looks like alsa is only available for gingerbread now
Sent from my HTC Dream using Tapatalk
Edit: Forget it. There's too much missing stuff

Mozilla Boot 2 Gecko(B2G)

I'm looking to start a porting team for Mozilla Boot 2 Gecko, is anyone interested in joining?
Sent from my HTC Sensation 4G using xda app-developers app
No one's interested?
i want to be tester, i can help a bit :laugh:
hacklana said:
i want to be tester, i can help a bit :laugh:
Click to expand...
Click to collapse
Alright. I might have it ready tomorrow.
Sent from my HTC Sensation 4G using xda app-developers app
Firefox OS ? Seems to be wonderful for our sensation.
will definitely test it bro
Sent from my HTC Sensation XE with Beats Audio Z715e using xda app-developers app
I'll test for sure
Sent from my HTC Sensation 4G using xda premium
Does anyone know how to help me on this one? When I set up the device configuration tree, it says "No matches for product spec "full_pyramid" Stop."
Hitorijanae said:
Does anyone know how to help me on this one? When I set up the device configuration tree, it says "No matches for product spec "full_pyramid" Stop."
Click to expand...
Click to collapse
it is probably is giving you that message because you need to add product_specs for the pyramid.If you can give me a link to what setup guide you are using i might be able to help you but I have may not have enough free storage to help fully.
https://developer.mozilla.org/en-US/docs/Mozilla/Boot_to_Gecko/Porting
This is the documentation that I used to set up the system.
And in what step you are now? Do you compile kernel?
I couldn't find the init.rc in etc folder of cm9, so I couldn't build the kernel.
Hitorijanae said:
I couldn't find the init.rc in etc folder of cm9, so I couldn't build the kernel.
Click to expand...
Click to collapse
You will have to decompile a kernel to get the init.rc file. I use dixda's Android Kitchen to do this.
I rebuilt the kernel from cm9 kernel's init.rc, but I still get the error.
Hitorijanae said:
I rebuilt the kernel from cm9 kernel's init.rc, but I still get the error.
Click to expand...
Click to collapse
I got all the tools and stuff installed and went through all the other stuff in the Porting guide you posted a link to. But when I run the command, ANDROIDFS_DIR=my_device_backup ./config.sh <device_id> default.xml" I got the following error.
Code:
Get tmp_manifest_repo
error: revision master in manifests not found
Repo sync failed
It is 7:07 in the morning and I have not been to sleep yet so I am going to go to bed and try to figure out what the issue is with the manifest this evening.
Ok the problem is I do not have a tmp_manifest_repo folder in G2B so now I got to figure out Wu I do not have one. Do you have this folder in your build folder?
Also if you need me to I can give you detailed instructions on what I did about the init.rc file.
T-Macgnolia said:
Ok the problem is I do not have a tmp_manifest_repo folder in G2B so now I got to figure out Wu I do not have one. Do you have this folder in your build folder?
Also if you need me to I can give you detailed instructions on what I did about the init.rc file.
Click to expand...
Click to collapse
Usually, that folder is automatically generated, and default.xml is placed in there.
Sent from my HTC Sensation 4G using xda app-developers app
Hitorijanae said:
Usually, that folder is automatically generated, and default.xml is placed in there.
Sent from my HTC Sensation 4G using xda app-developers app
Click to expand...
Click to collapse
Yeah that is what I said when I understood hat the error was. The first thing is suppose to do is generate tmp_manifest_repo Folder and its contents. Maybe it was just a fluke and it will correct itself when I try again in a little bit. I only tried it once this morning and I was to tired to try again after setting up long enough to find the cause of the issue.
Has it built yet?
Sent from my HTC Sensation 4G with Beats Audio using xda app-developers app
tonight i'll try to build )

build.prop edits

I have been trying for the last couple of weeks to port sense ROMs. I did manage to get NRGZ's Energy ROM http://forum.xda-developers.com/showthread.php?t=1290300 to boot with problems using MikRunny as a base but everything else sense then has failed. I've been using this http://forum.xda-developers.com/showthread.php?t=1222746 as my main guide but have also been looking at other sites as well. The problem I'm running into at the moment is error 6 when trying to install via cwr so I've been trying to edit the build.prop with Notepad++ but I guess I just can't get the right edits. if any one can advise me I'd appreciate it.
Is it the build.prop or the updater-script?
Sent from my miTouch-4G-Slide using Tapatalk 2
Chad The Pathfinder said:
I have been trying for the last couple of weeks to port sense ROMs. I did manage to get NRGZ's Energy ROM http://forum.xda-developers.com/showthread.php?t=1290300 to boot with problems using MikRunny as a base but everything else sense then has failed. I've been using this http://forum.xda-developers.com/showthread.php?t=1222746 as my main guide but have also been looking at other sites as well. The problem I'm running into at the moment is error 6 when trying to install via cwr so I've been trying to edit the build.prop with Notepad++ but I guess I just can't get the right edits. if any one can advise me I'd appreciate it.
Click to expand...
Click to collapse
Error 6 in recovery due to script updater. extract the log and check where is the mistake. First could me /system or /data where refferal mount code (dev/block/.....), the other may you don't add free lines @ end of code
Sent from my HTC Desire HD using xda premium
I was thinking build.prop but it's updater script. It lookslike I have 8 errors. Oy!
I'm a padowan with no master.
Chad The Pathfinder said:
I was thinking build.prop but it's updater script. It lookslike I have 8 errors. Oy!
I'm a padowan with no master.
Click to expand...
Click to collapse
If you want or need a bit of help I can offer what I know.
Sent from my myTouch_4G_Slide using Tapatalk 2
Well now I have a status 7 error when attempting to install. I guess my mount points are wrong...
I'm a padowan with no master.
Chad The Pathfinder said:
Well now I have a status 7 error when attempting to install. I guess my mount points are wrong...
I'm a padowan with no master.
Click to expand...
Click to collapse
Send me the updated one, I'm guessing you just removed lines 2,3,4 ect? Or I can send the mounts sorry bout last night I went to bed at like 9
Sent from my myTouch_4G_Slide using Tapatalk 2
Its all good. I was in bed early too but then thought I'd change the boot.img to your supreme sense boot img not really thinking it would make a difference. When I went to install, it started then got stuck at error 7. I was at work when I did this so no logcat. Not sure when I'll be able to get back to it.
I'm a padowan with no master.
Edit: I had tried just deleting the problem lines in the script earlier but that didn't help. I got the same error 6.
I have a line in an updater script "/system/xbin/dropbear" but there is no "dropbear" file in either the port ROM or the base ROM. is it ok to just delete the line of do I need to go in search of?
Chad The Pathfinder said:
I have a line in an updater script "/system/xbin/dropbear" but there is no "dropbear" file in either the port ROM or the base ROM. is it ok to just delete the line of do I need to go in search of?
Click to expand...
Click to collapse
Sure, you should to delete any command for absent files
Sent from my HTC Desire HD using xda premium
Ok thanks. I looked up some information on dropbear but wasn't sure how important it might be to the ROM.

[Q] Herc JB Rom on I727 autorotate issue

Same issue as ICS. Running the Herc t989 rom on the i727. I've tried replacing files and I still cant get it to work (replaced the matching file names from the ICS fix).
The autorotate fix here http://forum.xda-developers.com/showthread.php?t=1592170&highlight=rotation+fix fixed me on ICS. Reading his post again, it sounds like a fix that is more than just a driver change. Anyone have a solution? I tried the search and a flood of nothing for Jellybean.
Also copy over sensor libs and hardware.so and hardware_legacy.so. It works fine that way. I just pull them from our CM10.1.
You rock, I'll try that tonight. I tried pulling from the stock i727 image and it didnt work. Totally didnt think about pulling the drivers from CM10
Tried copying sensorservice libakm and libsensorservice. (used the latest snapshot). Booted to the samsung screen and hangs.
Replaced the files back and it boots.
I re-read your post and forgot to copy libhardware.so. I'll try that again including the libhardware.so and update later.
Which sensor libs should I pull? I pulled the hardware legacy and hardware.so and the sensor.default.so from /hw still sticks at loading screen.
lib/hw/sensors.default.so and sensor.goldfish.so
EDIT: Are you packaging one of our kernels with it? If not that's your issue.
That is probably it.
This is out of curiosity, with 4.0.4 I did not have to flash the matching kernel. (I was running t989 with the t989 kernel with the mod installed). I would think the kernel is just calling the modules... is that not a correct assumption?
Build.prop
Haxel said:
That is probably it.
What line in the build.prop do I edit to get rid of the status 7 if flashing a Herc ROM to a Skyrocket?
Click to expand...
Click to collapse
Smittiegee19 said:
Haxel said:
That is probably it.
What line in the build.prop do I edit to get rid of the status 7 if flashing a Herc ROM to a Skyrocket?
Click to expand...
Click to collapse
Its not in the build prop its in the updater script and its the assert lines normally the first two or so lines.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
mtdew said:
Smittiegee19 said:
Its not in the build prop its in the updater script and its the assert lines normally the first two or so lines.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Now I'm really going to sound like a noob. Which program would you recommend to edit it. I like this new found mt dew BTW. Kinder and gentler
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Smittiegee19 said:
mtdew said:
Now I'm really going to sound like a noob. Which program would you recommend to edit it. I like this new found mt dew BTW. Kinder and gentler
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Don't get used to him lol. Any text editor will handle an updater. Extract a ROM zip go to META-INF/com/Google/android/updater-script. In that script you will see assert get rid of the lines associated with it basically anything referring to the herc.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
mtdew said:
Smittiegee19 said:
Don't get used to him lol. Any text editor will handle an updater. Extract a ROM zip go to META-INF/com/Google/android/updater-script. In that script you will see assert get rid of the lines associated with it basically anything referring to the herc.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Word of warning, use Notepad ++ or another Unix format capable text editor. Windows notepad and similar free text editors wont store the proper carriage returns, and will save the wrong extended ASCII codes for characters that you wont notice.
Click to expand...
Click to collapse
Haxel said:
mtdew said:
Word of warning, use Notepad ++ or another Unix format capable text editor. Windows notepad and similar free text editors wont store the proper carriage returns, and will save the wrong extended ASCII codes for characters that you wont notice.
Click to expand...
Click to collapse
Back when I used windows I used notepad without a hitch but I'm sure it's a risk.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Smittiegee19 said:
I like this new found mt dew BTW. Kinder and gentler
Click to expand...
Click to collapse
That made me laugh.
mtdew said:
Don't get used to him lol.
Click to expand...
Click to collapse
And that assured me everything is right in the world. lol
As far as the editor of choose I use notepad++. Also, remember that playing with build.props and updater-scripts is dangerous kids. Have that backup ready to go just in case.
hechoen said:
That made me laugh.
And that assured me everything is right in the world. lol
As far as the editor of choose I use notepad++. Also, remember that playing with build.props and updater-scripts is dangerous kids. Have that backup ready to go just in case.
Click to expand...
Click to collapse
I use gedit lol.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
hechoen said:
That made me laugh.
And that assured me everything is right in the world. lol
As far as the editor of choose I use notepad++. Also, remember that playing with build.props and updater-scripts is dangerous kids. Have that backup ready to go just in case.
Click to expand...
Click to collapse
Backup phone or nandroid backup. Is wanting to use white hawk s AOKP milestone release, but I think toyes may dropping it soon. Just a hunch! Thanks for the help though for future reference does the edit need to be done on a computer or can it be done on the phone?
Sent from my SGH-I727 using xda app-developers app
Smittiegee19 said:
Backup phone or nandroid backup. Is wanting to use white hawk s AOKP milestone release, but I think toyes may dropping it soon. Just a hunch! Thanks for the help though for future reference does the edit need to be done on a computer or can it be done on the phone?
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Easier on a computer but doable on phone.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Smittiegee19 said:
Backup phone or nandroid backup. Is wanting to use white hawk s AOKP milestone release, but I think toyes may dropping it soon. Just a hunch! Thanks for the help though for future reference does the edit need to be done on a computer or can it be done on the phone?
Click to expand...
Click to collapse
A nand. lol The worse you can do is bootloop. It's pretty easy to do playing with the build.prop though.
So did you get the rotation working using a t989 rom and t989 kernel on JB?
tjsooley said:
So did you get the rotation working using a t989 rom and t989 kernel on JB?
Click to expand...
Click to collapse
Work has kept me from finishing up. So far I replaced all the files from the original mod and the hardware and legacy modules and autorotate still doesnt work.
In the old day the final piece always was flash another kernel, up until I did the mod I originally posted. It didnt require a kernel flash. I'm really trying to figure out the secret to why there is the disconnect between flashing vs not flashing the kernel.
BTW: It makes sense to flash the kernel as well, so no dispute there. I'll download the stock JB Kernel for the 727 and try it to see. I'm just worried about my wificalling. It has a few modules that are loaded in the 989 kernel if I recall correctly.

[Q] Problem with Open PDroid and PDroid Manager installation

Hello there,
I got a problem with installing Open Pdroid on my Galaxy s I9000. Its rooted and running on CM 10.1.0-RC2 and Android 4.2.2.
The thing is, I can't figure out what exactly I am doing wrong.
I used Kobik77's ApG to create the update.zip and restore.zip and had no further issues with it.
On my phone I entered CWM and installed the .zip without any error.
I installed PDroid Manager via Google Play.
So far so good. But now PDroid Manager says: "The PDroid Core has not been detected on your device."
As of now I am not sure whether the patching Process via ApG has been a failure, something went wrong
when installing it via CWM, the PDroid Manager has been buggy, or none of it and I just missed
some detail, like the version I am using is not supported (though I am pretty sure I read somewhere that 4.2.2 and CM 10.1 are supported).
Any help is greatly appreciated.
Edit: my problem has slightly changed. PDroid manager now always asks me to configure it when i install a new app. But when i attempt to do so, it says: "PDroid Manager has been closed."
When i open PDroid manager via the apps icon it still tells me that open pdroid Installation cannot be detected.
- If there is any additional information u need, I'll gladly provide it.
- I hope this is the right place to post it.. I already tried to post in
the dev forum (permission denied) where an information kindly
directed me here .
- And one last thing .. go easy on me I am new to smartphones
in general and have only aquired some basic knowledge through
reading.
chuSmu
An ideas?
Sent from my GT-I9000
puuush .. please
Is there really no one with an idea? Ort am i just posting in the wrong place?
ANY answer is greatly appreciated!!
Sent from my GT-I9000 using xda app-developers app
chuSmu said:
Is there really no one with an idea? Ort am i just posting in the wrong place?
ANY answer is greatly appreciated!!
Click to expand...
Click to collapse
Hadn't seen these posts before, sorry.
You are only flashing the update.zip file, and not the restore.zip as well?
I use ApG to build openDroid for my LG 4X HD and it works fine.
Hello, first of all thanks for the reply! Yes i only flash the update zip. Flashing the the restore zip would defeat the purpose right?
Sent from my GT-I9000 using xda app-developers app
Any other ideas?
Sent from my GT-I9000 using xda app-developers app
chuSmu said:
Hello, first of all thanks for the reply! Yes i only flash the update zip. Flashing the the restore zip would defeat the purpose right?
Click to expand...
Click to collapse
I can't think of anything obvious that would cause this. Are you running the stock Kernel? I would suggest trying a totally clean install of CM with the .zip file you created by ApG. Don't install anything other than the pDroid Manager and test it again. If it's still not working then try with a newer version of CM, possibly the latest nightly for your device.
SimonTS said:
I can't think of anything obvious that would cause this. Are you running the stock Kernel? I would suggest trying a totally clean install of CM with the .zip file you created by ApG. Don't install anything other than the pDroid Manager and test it again. If it's still not working then try with a newer version of CM, possibly the latest nightly for your device.
Click to expand...
Click to collapse
Actually i have no idea if i run the stock kernal, as I said, I am pretty new to smartphones.
"3.0.76-gc0a8d45
[email protected] #1"
..is what it says in the phone's settings. Doesn't sound like a stock to me.
I will install the latest nightly build first and try it again. If possible i want to avoid to go through the trouble
of reinstalling all my apps. Seems like I have to find a good backup solution earlier than expected if I
want to keep as much of my data as possible >.<
Well thanks again for taking the time to deal with my problem!
chuSmu said:
Actually i have no idea if i run the stock kernal, as I said, I am pretty new to smartphones.
"3.0.76-gc0a8d45
[email protected] #1"
..is what it says in the phone's settings. Doesn't sound like a stock to me.
I will install the latest nightly build first and try it again. If possible i want to avoid to go through the trouble
of reinstalling all my apps. Seems like I have to find a good backup solution earlier than expected if I
want to keep as much of my data as possible >.<
Well thanks again for taking the time to deal with my problem!
Click to expand...
Click to collapse
The kernel sounds stock - if you don't remeber flashing a different kernel then you're fine. If you're that worried about losing your apps then just flash the latest nightly and use ApG on that version to try - but do a NanDroid backup of everything first, just in case.
SimonTS said:
The kernel sounds stock - if you don't remeber flashing a different kernel then you're fine. If you're that worried about losing your apps then just flash the latest nightly and use ApG on that version to try - but do a NanDroid backup of everything first, just in case.
Click to expand...
Click to collapse
OK i screwed and bricked my phone Anyway i managed to try a few things:
I flashed latest CM nightly and tried to get Open PDroid via the update zip from ApG --> failed
I did factory reset and wiped the cache / did a clean install of ONLY (I just tried randome stuff here) the update zip --> failed
I did factory reset and wiped cache / did a clean istall of latest CM nightly, rebooted and installed the ApG update zip --> failed
Each time the PDroid Manager wasn't able to detect a, in my case Open PDroid, installation.
I noticed that it took especially long to initiate the download of PDroid Manager, I mean the bar before the actual download starts. It took a few minutes until sth. happened. Though i doubt it has anything to do with, I just wondered if it may be conflicting with anything in the system. But probably just due to the reset.
I am getting desperate here
Well anyway.. I may have done a mistake,but realized it too late: Did u mean to install without the gapps? .. I did install CM with gapps...
If I was meant to install CM without gapps i will try that tomorrow!
If any different ideas come to mind.. I will try anthing else too.
thanks again..
Hey, my phone's fixed and my problem changed a little, but i dont know if i it is any
progress.
PDroid Manager still displays the same message, that Open PDroid core could not be
detected, but whenever i istall a app now, it asks me to configure it.
When i press the button in the status bar, where it appears, it just says: "PDroid Manager has
been closed".
So basically i can't do anything with it, but it sometimes tells me it's there
any suggestions?
Maybe anyone has the same issue?
I'd be happy if you shared your experience.
Sent from my GT-I9000 using xda app-developers app
Anyone pretty pleaaasseee
I really want to get this working.
Sent from my GT-I9000 using xda app-developers app
No further suggestions?...
Sent from my GT-I9000 using xda app-developers app
chuSmu said:
No further suggestions?...
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
If OpenPdroid isn't working, have you tried Pdroid2.0? It's not the best solution, but it is one.
Thanks for your reply. I might actually try that. I'd really like to get open pdroid working though or at least understand why it doesn' t. So if there are some other solutions i'll be happy to hear about them.
Sent from my GT-I9000 using xda app-developers app
chuSmu said:
Thanks for your reply. I might actually try that. I'd really like to get open pdroid working though or at least understand why it doesn' t. So if there are some other solutions i'll be happy to hear about them.
Click to expand...
Click to collapse
I've been offline for a few days so am only just catching up on stuff. Given the problem you are now having, I'd suggest run ApG and copy the entire text output from the log. Post that along with a description of the problem you're having onto the ApG Dev thread, and also a logcat if you can.
Hi SimonTS thanks for directing me to the dev forum. I got my Problem fixed. The reason it didnt work is pretty embarassing though .
I had a old version of apg and/or the open pdroid Version that comes with it. everything works just fine now. Thanks for your efforts.
Sent from my GT-I9000 using xda app-developers app
chuSmu said:
Hi SimonTS thanks for directing me to the dev forum. I got my Problem fixed. The reason it didnt work is pretty embarassing though .
I had a old version of apg and/or the open pdroid Version that comes with it. everything works just fine now. Thanks for your efforts.
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Why don't you post the solution here? It might help someone else.
Edit: Sorry my bad, I just can't read

Categories

Resources