Android mms/sms source code errors? - T-Mobile Samsung Galaxy S II SGH-T989

I want to build the mms source from google but it has alot of errors? why is that?

NightCalyster said:
I want to build the mms source from google but it has alot of errors? why is that?
Click to expand...
Click to collapse
I doubt anyone can answer with the information given.
Things people would need to know
Are you using an IDE?
If you are compiling from command line what files are you compiling?
What libraries and SDKs are you compiling with?
What/Where are the errors reported?
What is your OS?

Related

Cannot get gMTP on Linux?

Im trying to get MTP working on Linux by following this tutorial:
http://forum.xda-developers.com/showthread.php?t=1077377
I've got as far as doing
sudo apt-get install gmtp
however I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gMTP
Click to expand...
Click to collapse
Anyone know how I can sort this. I thought gMTP was on the Universal list...
Im using Ubuntu 10.04 LTS Lucid Lynx
gmtp was apparently added in maverick. Time to compile from source...
gotroot801 said:
gmtp was apparently added in maverick. Time to compile from source...
Click to expand...
Click to collapse
I've been trying that with no luck :-\
Where can I get to source from? I found one but when I ran 'make' it errored out with the error code 1
Sent from my Galaxy Nexus using Tapatalk
Forgive me, I haven't used Ubuntu in a little while now. Have you tried make config?
Also, why not just add the repository with the application in it?
Evostance said:
I've been trying that with no luck :-\
Where can I get to source from? I found one but when I ran 'make' it errored out with the error code 1
Click to expand...
Click to collapse
The source is available at http://gmtp.sourceforge.net, but I'm having the same problems you are. Oh well - if I'm comfortable enough building something from source, I'm comfortable enough to use adb push to move files to my phone.
RMatt1992 said:
Also, why not just add the repository with the application in it?
Click to expand...
Click to collapse
The repository is the Ubuntu repo for a later release. I can't speak for the OP, but I'm still running 10.04 LTS because it's a long-term support version and there will still be updates for it for the next three years. As much as I enjoy crackflashing on my phone, I prefer my desktop to be somewhat stable.
So add the repo, install the program, remove the repo.

SSH client for bada

Hi i've found an OPEN SOURCE SSH client for bada
here's the source
https://github.com/ujifgc/badassh
so someone who has the bada sdk please compile it and send it to samsungapps as it might be a great program
Click "ZIP" to download all files
r_22009 said:
Hi i've found an OPEN SOURCE SSH client for bada
here's the source
https://github.com/ujifgc/badassh
so someone who has the bada sdk please compile it and send it to samsungapps as it might be a great program
Click "ZIP" to download all files
Click to expand...
Click to collapse
yeah,I have sdk,but this time i have no more time,Only night i maybe send it
It's better that you register it with the developers name :"ujifgc"
hmmmmmmm
last commit 11 months ago !
Don't you guys think that it is non-working app ??
Why app developer gave up ?!!!!
Anyway....Please test app first before submitting it to Samsung Apps to avoid bugs
Best Regards
sure we should test it
i've emailed the developers some months ago and he said we're waiting for bada 2.0 to be officially released but now i dont know what are they waiting for!
maybe it's working, testing that is not bad, is it ?
Has anybody done something?
r_22009 said:
Has anybody done something?
Click to expand...
Click to collapse
i tried,But i cannot compile it
hero355 said:
i tried,But i cannot compile it
Click to expand...
Click to collapse
why ? you mean the files are incomplete or something?
r_22009 said:
why ? you mean the files are incomplete or something?
Click to expand...
Click to collapse
Because I Don't know SDK GOOD
And i dont have SDK
Please some one helps and compile it if he has time
thanks to everyone
The source code has a bug in it
I didn't write the app from scratch so i have no idea what is that function meant for
Also manifest file is missing so no idea what privileges the app use
Bottom of the line....The developer need his app and didn't really open source it !
Best Regards
Wow it's new kind of open source sharing i think
Bada sdk 1.2 is needed :/
Hey, it's my repo, and it was frozen until bada 2.0 for my device.
Yes, it's based on PuTTY, and it's working ok on 1.2, but it was refused by samsung apps due to visual glitch I could not fix.
So if you put full source here maybe someone can fix it
the mainfest is missing
i think this project can be completed easily cuz it worked on 1.2
so a small fix can make the problem run on 2.0
so please a specialist come and help this project
I fixed few things that prevented the app from building on sdk 2.0, and added some builder hints in README file (it's in the root of ujifgc/badassh repo on github).
Now it builds and runs fine on my device, but I can't get to debugging because the IDE keeps labeling my breakpoints with 'unresolved breakpoint' complain.
Known bugs with 2.0 are: not saving configuration settings (host, port, username) and not saving RSA2 keys. Something to do with app storage, I think.
If you got putty.ppk file, the app can use it from /Phone/Other/putty.ppk
I installed on phone. But had some problems with usability. How to break command or use editors. There is no ctrl, alt, shift buttons.

Hint: AOSP 4.1.1 source and Toro not showing as a target under 'lunch'

In case anyone is having trouble finding toro as a device target when trying to build from the list of targets from the 'lunch' command... Toro didn't show up in the list but I was able to manually specify it rather than selecting a numeric option.
Devs probably know that works, but amateurs like myself might benefit from that tidbit. Jellybean seems to be building OK for me now.
EDIT: I was asked what I did, more specifically, so I'll put that here in op:
Rather than enter a numeric choice, I entered 'full_toro-userdebug'. Apparently this was a valid response and the build proceeded.
Mind explaining how you manually selected it?
keith.mcintyre26 said:
Mind explaining how you manually selected it?
Click to expand...
Click to collapse
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
spunks3 said:
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
Click to expand...
Click to collapse
It's not as 'polished'. There are no gapps, the dictionary is not complete (need a version from a factory image/rom), there are extra keyboards (Japanese?), maybe a couple other oddities as compared to a stock ROM. It will certainly be more capable that porting a gsm rom to toro, that's for sure .
mmuzzy said:
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
Click to expand...
Click to collapse
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
keith.mcintyre26 said:
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You're very welcome. Happy flashing.
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
mmuzzy said:
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
Click to expand...
Click to collapse
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I was actually trying to pull it before Google was finished so it hasn't been that long.
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
anton2009 said:
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
Click to expand...
Click to collapse
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
cdrshm said:
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
Click to expand...
Click to collapse
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
CPCookieMan said:
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
Click to expand...
Click to collapse
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
mwalt2 said:
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
Click to expand...
Click to collapse
cdrshm said:
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
Click to expand...
Click to collapse
For future reference, what he's referring to is the extract-files.sh script included in the CM source. If you cannot find the proprietary binaries for a certain device you wanna build for, plug in the phone via usb, cd to the directory with the script and execute the command.
anton2009 said:
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Click to expand...
Click to collapse
I also got version 4.0.9.99.999.9999.99999 when I synced to the master branch. Thanks for mentioning the workaround to sync with 4.1.1_r1 .
Did you figure out if it's a problem to sync 4.1.1 into a directory that's already synced with master (4.0.9.99...)?
--------------------------------
Update: I think I can answer this question based on JBQ's response:
https://groups.google.com/d/msg/android-building/rtH5ZbJC7qU/-N1lr9MqexYJ
"You can also switch in place: just run "repo init -b <new_manifest_branch>; repo sync" in your existing client."
Sounds like syncing to a new branch in the same working directory should work just fine.

[Q] Instructions for Compiling Source

I can't figure out what this step means in the LG open source readme:
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
Click to expand...
Click to collapse
Every search just brings me to the same instruction set so it's probably something obvious I'm missing....
Rocket_Science said:
I can't figure out what this step means in the LG open source readme:
Every search just brings me to the same instruction set so it's probably something obvious I'm missing....
Click to expand...
Click to collapse
Only thing worth compiling from lg source is kernel. The rest is fairly useless.
Sent from my LG-LS970 using xda app-developers app

RootPA.apk?

Anyone know what this APK does?
RootPA source code.
LancerV said:
Anyone know what this APK does?
Click to expand...
Click to collapse
Provisioning tool for trusted execution environment. Sorry I am new user so I can not post direct url to the source code:
code.google.com/p/tee-mobicore-driver/source/browse/rootpa/Code/?repo=daemon&r=74024a11c8890f21e6afdc8b89d6b4937b0[/url] 77cd3

Categories

Resources