Related
Are there a rom 2.1 or 2.2 with camera?
No, but devs try to make it working
I`m a Java programmer but new in Android development and I want to try to help solve the camera problem. Anyone can give informations of how can I start studing to learn how the kernel and android interface (1.6,2.1,2.2) interact?
filipepferraz said:
I`m a Java programmer but new in Android development and I want to try to help solve the camera problem. Anyone can give informations of how can I start studing to learn how the kernel and android interface (1.6,2.1,2.2) interact?
Click to expand...
Click to collapse
you need C++. Kernel is already ok. Yuo have to compile libcamera.so and libcameraservice.so.
what's C++ ...?
Tattoo629 said:
what's C++ ...?
Click to expand...
Click to collapse
Please, before posting that sort of thing, do a minimum of search !!!!
google is your friend !!! : http://www.google.fr/#hl=fr&source=hp&q=C%2B%2B&aq=f&aqi=g10&aql=&oq=&gs_rfai=&fp=b476aff3ce737bfa
So the second answer : http://fr.wikipedia.org/wiki/C%2B%2B
You've got your response, but it take more time to write than search.
Hello,
I'm trying to build CyanogenMod 7 from scratch for my Galaxy S II(GT-I9100G) following this Wiki
http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II:_Compile_CyanogenMod_(Linux)
Click to expand...
Click to collapse
Does anybody hopefully have an idea, what the problem might be?
Here are the log file;
buildlog_12_03_2012.txt
cyanogen_galaxys2g.mk
Click to expand...
Click to collapse
Also no extract-files.sh script is available for my device. I Need the files for a CM7/CM9 Port.
I have Changed the title of the thread as it was misleading
-sayan- said:
Hello,
a newbie here,
I'm trying to build CyanogenMod 7 from scratch for my Galaxy S II(GT-I9100G) following this Wiki
Does anybody hopefully have an idea, what the problem might be?
Here are the log file;
Click to expand...
Click to collapse
Thank you for trying to dev for our G version!!
The cyanogen source are for the 9100 version, not for our 9100G.
Have you got the proprietary files from your current rom?
There is a script for that but it's made for the 9100 version so the files the script try to get aren't the same in our 9100G.
There is lot of work to do to modify this and I imagine some conf file in the compil routine to modify...
There is a lot of work. If you can make it you will be like a king for us
Anyway, if you need help to test some kind of things, I can try. I've tried to port a rom from a 9100 to a 9100G but stuck on some mistake and didn't find any help
I suggest to wait for ICS version to work on, what do you think of this?
Yup both are different bt procedure is same..
Got propitary files, and yeah I know there is lot of modification.
am working on cm 7.2 if successfull then i can try ICS for sure
lets hope
Pls Devs help mee to find out wheres my fault. and guide me to device and vendor folder.
Some possibles answer
`No rule to make target `xxx', needed by `yyy'.'
This means that make decided it needed to build a target, but then couldn't find any instructions in the makefile on how to do that, either explicit or implicit (including in the default rules database). If you want that file to be built, you will need to add a rule to your makefile describing how that target can be built. Other possible sources of this problem are typos in the makefile (if that filename is wrong) or a corrupted source tree (if that file is not supposed to be built, but rather only a dependency).
For that one I can't remember if this is in the proprietary file (if yes it doesn't have to be build so this is the error)
Edit: it appears we build "libaudio.so" from sources.
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \
vendor/samsung/c1-common/proprietary/libcamera.sobj/lib/libcamera.so \
vendor/samsung/c1-common/proprietary/libril.sobj/lib/libril.so \
vendor/samsung/c1-common/proprietary/libsecril-client.sobj/lib/libsecril-client.so \
vendor/samsung/c1-common/proprietary/audio/libaudio.sobj/lib/libaudio.so \
for antoher one
`warning: overriding commands for target `xxx''
`warning: ignoring old commands for target `xxx''
GNU make allows commands to be specified only once per target (except for double-colon rules). If you give commands for a target which already has been defined to have commands, this warning is issued and the second set of commands will overwrite the first set.
No explanation needeed I think.
Can you share you'r building files? As this I can help you more.
pereira6david said:
Some possibles answer
Edit: it appears we build "libaudio.so" from sources.
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \
vendor/samsung/c1-common/proprietary/libcamera.sobj/lib/libcamera.so \
vendor/samsung/c1-common/proprietary/libril.sobj/lib/libril.so \
vendor/samsung/c1-common/proprietary/libsecril-client.sobj/lib/libsecril-client.so \
vendor/samsung/c1-common/proprietary/audio/libaudio.sobj/lib/libaudio.so \
Click to expand...
Click to collapse
another problem is no "extract-files.sh" file is available for my device.
will actually donate if u get dis **** working
Sent from my GT-I9100G using XDA
-sayan- said:
another problem is no "extract-files.sh" file is available for my device.
Click to expand...
Click to collapse
Yes, the challange is to find all the proprietary files to be extracted, modified the script (the easiest thing) and modify all the build script to replace good file name regarding G version files.
I've modified this extract.sh to extract our files but with non G name to see if it can help me with some error but didn't help me so much. I've got a building error like your's.
I've seen we have different cpu, gpu, audio.
WiFi and Bluetooth chip seems to be the same, mount point are the same except for the external sd card.
After finding how to replace those file in compil, I guess conf file for G chip should be modified.
Correct me if I'm wrong or if you have find other things.
What I didn't understand is the variant of the powervr files with a number at the end, don't know what this mean.
I think there are not huge changes between 4460 & 4430, minor changes.
whats say ?
attachment of half edited extract-files.sh.
Hi,
I have this f**king G version too, and I'm interresed in helping such a CM port to that device.
I'm a developer, but I'm new in the Androïd world. How can I help ?
I can try to build at home, on my Fedora station.
Thanks.
Profitroll said:
Hi,
I have this f**king G version too, and I'm interresed in helping such a CM port to that device.
I'm a developer, but I'm new in the Androïd world. How can I help ?
I can try to build at home, on my Fedora station.
Thanks.
Click to expand...
Click to collapse
follow this wiki or search here in xda.
http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II:_Compile_CyanogenMod_(Linux)
Click to expand...
Click to collapse
use Ubuntu 10.04/11.10.
-sayan- said:
follow this wiki or search here in xda.
use Ubuntu 10.04/11.10.
Click to expand...
Click to collapse
And do not hesitate to ask us.
I'm not a developper, I'm just an "little advance linux user" loving to flash my phone so your help will be helpfull and we can exchange in french in PM for more precise things.
-sayan- said:
I think there are not huge changes between 4460 & 4430, minor changes.
whats say ?
attachment of half edited extract-files.sh.
Click to expand...
Click to collapse
I had a look to your modified extract file.
this file is a little bit different in 9100 than in 9100G /system/bin/BCM4330B1_002.001.003.0221.0264.hcd
The 9100 is 0265...
My modifications are "raw" the destination file is the same as the origin, only the origine file had different name
Trying to execute the original script gave us all the file wich have different name or didn't exist. I think those one had to be changed.
Am I true?
I think nearly all those files need to be changed.
CPU, GPU, audio too, we don't have a yamaha but it seems we had a ducati??
Attached is y extract file wich I had modified few day before, didn't make another try yet.
With this one I didn't have any extraction errors but I guess some file are missing.
yeah
mine was fully edited now. dont know whether it is right or wrong.
pereira6david said:
I had a look to your modified extract file.
this file is a little bit different in 9100 than in 9100G /system/bin/BCM4330B1_002.001.003.0221.0264.hcd
The 9100 is 0265...
Click to expand...
Click to collapse
already changed.
I think nearly all those files need to be changed.
CPU, GPU, audio too, we don't have a yamaha but it seems we had a ducati??
Attached is y extract file wich I had modified few day before, didn't make another try yet.
With this one I didn't have any extraction errors but I guess some file are missing.
Click to expand...
Click to collapse
Thnx for your effort.
Dont know what we had. galaxy nexus and ours both are same right ? may be minor changes.
SayaN said:
already changed.
Thnx for your effort.
Dont know what we had. galaxy nexus and ours both are same right ? may be minor changes.
Click to expand...
Click to collapse
Good, I will hae a look at your file.
Galaxy nexus S had a Samsung exinos.
I've find that we have some similarity with the motorola droid 3.
We really have to find what are the appropriate proprietary files.
pereira6david said:
Good, I will hae a look at your file.
Galaxy nexus S had a Samsung exinos.
I've find that we have some similarity with the motorola droid 3.
We really have to find what are the appropriate proprietary files.
Click to expand...
Click to collapse
one correction this device(I9100G) has ducati.
and yes droid 3, droid bionic, droid razr, droid razr max all are omap4430.
Here is my modified extract file. I've made some correction on your's.
I think I miss ducati libs.. don't know wich it is.
in /system/device/samsung/galaxys2/BoardConfig.mk , we have too find what is the "TARGET_BOARD_PLATFORM" wich is smdkv310 for 9100.
same for BOARD_FM_DEVICE but I guess it could be the same.
We need very detailled informations for our phone.
Do you know where to find it?
I have also building error
make: *** Pas de règle pour fabriquer la cible « out/target/product/galaxys2/system/lib/libaudio.so », nécessaire pour « out/target/product/galaxys2/system/lib/libaudioflinger.so ». Arrêt.
Sorry for the french message, but it says no rules to build libaudio necessary for libaudioflinger...
What I've noticed is that in the folder system/out/target/product/galaxys2/obj/lib/ libaudio.so appear while libaudioflinger not.
So I guess the problem came from here..
See the complet log file.
Hello,
I have got this Call Manager app from DarkforcesTeam website Developed by EB Softwares.
it works well with all the windows phone, I've tested this app on my Mozart, works well, and this app requires Interop unlock,
the only problem with this app is the language, the app developed in Chinese language,
some one translate this app into English and re upload it? it requires only Language Translation from Chinese to English.
Thank you
BUMP !!!
yep...please someone take a look !
Hey bud it's been a few hours, a "BUMP" isn't needed.
This will not even install for me, it gives an exception error, Device Omnia 7 full unlock?
Working XAP's
http://code.google.com/p/btx-wp7/downloads/list
Working but only Chinese.
djtonka said:
Working XAP's
http://code.google.com/p/btx-wp7/downloads/list
Click to expand...
Click to collapse
This is also the Chinese version of the app. Not quite so useful.
I tried to unpack the xap and look into the dlls...I am not sure which file is responsible for the language. If I knew something to give a start it would help for the translation. Anyone willing to help ?
Translate from Polish to see how easy is to set up.
http://windows-phone.pl/2012/06/10/call-manager-blokowanie-niechcianych-polaczen/
Thanks for the info guys. This app looks very interesting. I hope someone could change the language to english though.
backlashsid said:
This is also the Chinese version of the app. Not quite so useful.
I tried to unpack the xap and look into the dlls...I am not sure which file is responsible for the language. If I knew something to give a start it would help for the translation. Anyone willing to help ?
Click to expand...
Click to collapse
hi thr,
pl do take a look in localizing the app in the below link
http://windowsphonegeek.com/articles/Localizing-a-Windows-Phone-app-Step-by-Step
http://msdn.microsoft.com/en-us/lib...calization-supportedcultures(v=msads.20).aspx
http://stackoverflow.com/questions/8788840/change-or-localize-app-name-for-already-published-app
i did try but i couldnt find the file Resources.en.resx in my visual studio 2010 express.
if you can add that file, this file will create the folder named en-US, there you can copy the dll files inside the zh-CN since the language of dll files are neutral
let me know if it helps.
taruian said:
hi thr,
pl do take a look in localizing the app in the below link
http://windowsphonegeek.com/articles/Localizing-a-Windows-Phone-app-Step-by-Step
http://msdn.microsoft.com/en-us/lib...calization-supportedcultures(v=msads.20).aspx
http://stackoverflow.com/questions/8788840/change-or-localize-app-name-for-already-published-app
i did try but i couldnt find the file Resources.en.resx in my visual studio 2010 express.
if you can add that file, this file will create the folder named en-US, there you can copy the dll files inside the zh-CN since the language of dll files are neutral
let me know if it helps.
Click to expand...
Click to collapse
i looked at them. The xap when you unpack has a en-US folder. Not sure what you mean by the zh-CN folder. I would assume thats where the language files are, but I don't see anything like that in the xap file.
any info regarding the language translation from Chinese to English with this app?
It's not as simple as translate Chinese to English,CallManager uses an "Attribution Database", which contains the relationships between phone numbers and attributions.If you want to use this app outside China,you have to make an "Attribution Database" of your own country.
heqiyu34 said:
you have to make an "Attribution Database" of your own country.
Click to expand...
Click to collapse
Surely someone's done that for a country or two. People around here are always hacking things to make them work
No updates
english version would be great :good:
anyone please!
BUMP !! BUMP !!
so anyone translated it?
bumpity bump...bump!
It work but I need some guide xD.
How can I traslate some words?
Hi, I buy some code source on codecanyon, but the tutorial they provide dont work for me... and they dont want to help
so i need someone that will be able to create the APK from the source... with some modification...
android-live-tv/7506537
this is what i buy
I have the code for Eclipse and also for Android studio.... in both i still cant compile the app
so is there a very nice person here who will help me
thx
That's really shady of them not to help you.
If the instructions they provided you are not too long you should probably post them so that it can be easier for someone to help you. I'm sure it can be compiled for you, but it's best to figure out how to get it to build for you since you'll need to figure this out eventually.
You need to make sure that android studio and your sdk are up to date. The instructions they gave you should probably say if there's any libraries you need to have setup as well.
That page says,
Files Included .apk, .db, .java, .xml, JavaScript JS, CSS, PHP, HTML
Are you sure there isn't an APK in the files you have already?
niknak75 said:
That page says,
Files Included .apk, .db, .java, .xml, JavaScript JS, CSS, PHP, HTML
Are you sure there isn't an APK in the files you have already?
Click to expand...
Click to collapse
Well the apk is with the default server URL.... i want to make some change to put my own logo and my own server PHP api to manage channel list
totallyfreak said:
Well the apk is with the default server URL.... i want to make some change to put my own logo and my own server PHP api to manage channel list
Click to expand...
Click to collapse
Oh sorry I misunderstood.
GameTheory. said:
That's really shady of them not to help you.
If the instructions they provided you are not too long you should probably post them so that it can be easier for someone to help you. I'm sure it can be compiled for you, but it's best to figure out how to get it to build for you since you'll need to figure this out eventually.
You need to make sure that android studio and your sdk are up to date. The instructions they gave you should probably say if there's any libraries you need to have setup as well.
Click to expand...
Click to collapse
well now i find an error from me... i forgot to install Android SDK into eclipse
So now the tutorial is more easy to follow... but i still get some error... so i cant export apk... Unexpected cast to ProgressBar: Layout tag was SeekBar
well if there is someone here that is willing to give a try i can send the .zip file with source and instruction.... via email or PM
anyone can help via teamviewer?
If someone here got a couple of minute to give it will be very appreciated.... I have eclipse and all Android sdk installed... so if someone can give me a litte time to take control of my pc with teamviewer to check the app via Eclipse and try to see what's wrong in the config....
please send me PM
thx
totallyfreak said:
If someone here got a couple of minute to give it will be very appreciated.... I have eclipse and all Android sdk installed... so if someone can give me a litte time to take control of my pc with teamviewer to check the app via Eclipse and try to see what's wrong in the config....
please send me PM
thx
Click to expand...
Click to collapse
You can export the apk by going build -> generate apk -> Create new cert -> release process.
Let me know if you have any question. I have android studion configured and succesfully exported apk. I am also new to this. So i can understand your concern. :good:
greentreecoder said:
You can export the apk by going build -> generate apk -> Create new cert -> release process.
Let me know if you have any question. I have android studion configured and succesfully exported apk. I am also new to this. So i can understand your concern. :good:
Click to expand...
Click to collapse
well the problem is that i CANT export APK because there is some error that i dont know how to fix
please someone help me
I still have no solution and i want to work on my project as soon as possible... you can make money because i dont have a Admob account so if you help me you will be able to put your own code to make money with the Lite version of the app....
I have teamviewer so if you want you can work from my own version of eclipse... or android studio.... i got the 2 code...
but for both i got some error that i dont understand so i cant extract APK file
send me PM for more info...
Now I'm learning to develop an OCR app. Based on step that I've followed, it's said
"You can start recognition process by starting ScanCard activity with Intent initialized in the following way:"
Then they provide the code, so I have to copy paste the code or what?
Really need your help, people since I know nothing about android studio and developing the mobile app.
Thanks in advance! :crying::crying:
faizahamnddn said:
Now I'm learning to develop an OCR app. Based on step that I've followed, it's said
"You can start recognition process by starting ScanCard activity with Intent initialized in the following way:"
Then they provide the code, so I have to copy paste the code or what?
Really need your help, people since I know nothing about android studio and developing the mobile app.
Thanks in advance! :crying::crying:
Click to expand...
Click to collapse
Hello, and welcome to XDA!
You have to be a bit of more specific, do you need help with the Android SDK or a part of code that you didn't understand?
Calin