[Help][Q] IUNI OS Music porting help - General Questions and Answers

I've tried following the OEM app porting guide, but there is nothing in the logcat (i could find) or in the androidmanifest.XML that tells you what lib file is needed. Should it be in the small folder? Or am I just missing something?
If it makes any difference, I have tried porting the xiaomi hongmi 1S version and the Galaxy S5 version.
Any help is appreciated,
Qiangong2

Anyone?
Sent from my SGH-M919 using XDA Free mobile app

If u don't have first two guidelines of OEM porting then u should try the last path which related about java.

fahim4440 said:
If u don't have first two guidelines of OEM porting then u should try the last path which related about java.
Click to expand...
Click to collapse
Okay, thanks for responding. Smali it is
Sent from my SGH-M919 using XDA Free mobile app

Qiangong2 said:
Okay, thanks for responding. Smali it is
Sent from my SGH-M919 using XDA Free mobile app
Click to expand...
Click to collapse
Did it work? Third step?

Related

Creating APKs

I need to create an APK that simply is a web browser that's locked.to just my website anyone have any idea how to do it easily and save it as an APK? Please help thanks
Sent from my Nexus One using XDA
Hello.
First, you must install Eclipse with the ADT plugins, in the latest version, it will install the android SDK for you. So, you will have all you need in order to start.
Next, you will have to code in Java.
You can look at tutorialforandroid.com, there is a tuto for what you want (sorry, I cannot post direct link because I'm a "newbie" here).
Good luck
not a problem thanks ever so much
Sent from my Nexus One using xda premium
You're welcome
You may be particulary interested by this tuto:
http://www.tutorialforandroid.com/2009/02/webview-with-zoomcontrols-in-android.html
(yes, I can post link now )
Otherwise look in google for "android webview".
If you want, I can build it for you, just give me the URL and your icon, it's a 5 minutes job
Wow sure thanks dude! My URL is: www.silverbeanandroid.co.uk
And what format should my icon be? Thanks alot
Sent from my Nexus One using xda premium
This is my icon. If you could take away the white background that would be great (I'm a bit of a noob) but if not its ok. Thanks
Sent from my Nexus One using xda premium
Here it is.
Sources and APK.
The code was inspired by these tutos:
http://developer.android.com/resources/tutorials/views/hello-webview.html
http://www.tutorialforandroid.com/2009/02/webview-with-zoomcontrols-in-android.html
Enjoy
thanks very very very very much mate ill be sure to put your name as the develper on my site! Would u like it to say by tux family or your real name
Sent from my Nexus One using xda premium
oh and do u think u might know where I can find a simple tutorial video on how to do it? I'm a BIG noob
Sent from my Nexus One using xda premium
moose.splash1 said:
Would u like it to say by tux family or your real name
Click to expand...
Click to collapse
You can say "tuxfamily" from xda dev, it's okay
About Eclipse, install Helios
http://www.eclipse.org/helios/
and next, the ADT plugin
http://developer.android.com/sdk/eclipse-adt.html
Once it have installed the latest SDK, create a new Android Project and choose to create project from existing source, and provide the path where you unzip the provided sources.
It's not so hard at it seems, don't worry.
OK thanks how do I create an android project? And if I was to use your source is there a way of putting a navigation bar at the bottom so you can navigate between 3 of my sites? Thanks and sorry for my noobieness
Sent from my Nexus One using xda premium
moose.splash1 said:
OK thanks how do I create an android project? And if I was to use your source is there a way of putting a navigation bar at the bottom so you can navigate between 3 of my sites? Thanks and sorry for my noobieness
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
You can create a new android project in Eclipse like this:
File -> New -> Other ( Or simply press Ctrl + N ), then open the Android map and click Android Project.
If you need more help don't mind asking me and have a good day
First are you a Windows , Linux or Mac user ?
moujibzinc said:
First are you a Windows , Linux or Mac user ?
Click to expand...
Click to collapse
Im using windows and linux..
Sent from a Samsung Galaxy Ace with TapaTalk.
I'm using windows
Sent from my Nexus One using xda premium
How would I create an app that has 3 buttons at the bottom of the app which navigate to 3 different web pages
Sent from my Nexus One using xda premium
moose.splash1 said:
How would I create an app that has 3 buttons at the bottom of the app which navigate to 3 different web pages
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Bit hard to explain here on my phone.. Can you add me on msn? Email is on my profile.. Let me know something.
---------
Using TapaTalk on my SGA.
I don't have msn but I have Gmail...
Sent from my Nexus One using xda premium
moose.splash1 said:
I don't have msn but I have Gmail...
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Gmail will do.. [email protected]
---------
Using TapaTalk on my SGA.
K thanks
Sent from my Nexus One using xda premium

Android Visual Development

Hi All,
Is there any way to develop ROMs using software like VISUAL STUDIO/
Thanks!
I'm asking because I am not so good in Coding
Did you try the currently available tools? I feel that open source tools for development in Linux or cygwin are usually only text based.
Sent from my GT-S5360 using xda app-developers app
cnayan said:
Did you try the currently available tools? I feel that open source tools for development in Linux or cygwin are usually only text based.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Can you please provide me the link which you are talking about?
Thanks!
I am still waiting for someone to help me out ....
you can google for "UOT Kitchen". I haven't tried, but I heard you can make your own ROM online using the tool.
if you want to build from scratch, you need to know a lot about programming. and I don't think there is an integrated visual tools for that.
http://forum.xda-developers.com/showthread.php?t=1661770
Sent from my GT-S5360 using xda app-developers app
cnayan said:
http://forum.xda-developers.com/showthread.php?t=1661770
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Thanks and I will look into it
I got to know that there is some software through which we can modify CUSTOMIZED roms as well. Anyone knows about it?
I will appreciate if someone could help me out in this case!
Thanks!

Help theming instagram app

So I'm just a graphic designer who would love to have a inverted UPDATED instagram app but I know nuthin about code but I do have some images I think would work...can someone help me
Sent from my SGH-I747 using xda premium
If you want to change some pictures, you only need to decompile the app,replace the images you want,compile.
You can do this(decomplile,compile,sign) with many tools,some are:apktool and apk manager.
Bare in mind that you need Java and adb installed
Google will give you many information
stamatis said:
If you want to change some pictures, you only need to decompile the app,replace the images you want,compile.
You can do this(decomplile,compile,sign) with many tools,some are:apktool and apk manager.
Bare in mind that you need Java and adb installed
Google will give you many information
Click to expand...
Click to collapse
Thanks I appreciate it...would making it inverted have to do with code?
Sent from my SGH-I747 using xda premium
Post it in q/a section!!!
caulton said:
Thanks I appreciate it...would making it inverted have to do with code?
Sent from my SGH-I747 using xda premium
Click to expand...
Click to collapse
Not really. Only basic XML

[DEV]Galaxy S II Plus Development Thread

Hi XDA,
I created this thread for people, who want to talk about developing for our device, the GT-I9105(P). There are not many developers, who own our device, so I think this thread is a good start for people, who want to contribute to this community.
In this thread, you should be able to:
share ideas about fixes for issues, which exist one many ROMs
talk about kernel development
ask any development questions(that means NOT to request fixes for problem X)
share guides for building ROMs, modding your device, building kernels
request help for WIP projects
There are already several guides, which may help you with your problems:
[TUTORIAL] Compile rom from source [S2+]
[GUIDE] Deodexing your custom rom the easy way
[GUIDE] [I9105/P] How to deodex your system without using adb shell
[GUIDE][HOW-TO] How to make a Custom ROM based on Stock ROM the easy way
[HOW-TO] Samsung Galaxy S II Plus - Modding Guides
HOW TO... build kernel-unpack-pack-tar .. boot.img
Please don't ask questions, which don't belong here. I will report them as off-topic.
I will try to answer many questions, but this thread is made for everyone, who loves to help speeding up development for this device.
If you want to know something, just ask and if you know the answer, just answer.
I want to know how to decompile apk in linux
Sent from my GT-I9105 using XDA Premium 4 mobile app
khaledgomgoma said:
I want to know how to decompile apk in linux
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2213985
Can somebody help me? I am trying to port beanstalk from sii to sii plus i9105p but I get a bootloop. Any help?
Sent from my GT-I9105P using xda app-developers app
TechNoJerky said:
Can somebody help me? I am trying to port beanstalk from sii to sii plus i9105p but I get a bootloop. Any help?
Sent from my GT-I9105P using xda app-developers app
Click to expand...
Click to collapse
I never ported a rom like you do, I suggest you to compile it from source. Else you should better port it from grand
CoolDevelopment said:
I never proted a rom like you do, I suggest you to compile it from source. Else you should better port it from grand
Click to expand...
Click to collapse
kinda hard for me to compile it from source, but heck, i got the device to show the boot animation! before it would only get stuck on the samsung galaxy sii plus screen..
CoolDevelopment said:
http://forum.xda-developers.com/showthread.php?t=2213985
Click to expand...
Click to collapse
Will it work on linux
Sent from my GT-I9105 using XDA Premium 4 mobile app
khaledgomgoma said:
Will it work on linux
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Check the second message of the link to the thread you were given
when i build rom from working folder in kitchen
it has status 0 in cwm while flashing
Brian_SGW_CM9 said:
when i build rom from working folder in kitchen
it has status 0 in cwm while flashing
Click to expand...
Click to collapse
Can you be more detailed please?
Brian_SGW_CM9 said:
when i build rom from working folder in kitchen
it has status 0 in cwm while flashing
Click to expand...
Click to collapse
Look at your updater scripy maybe there is the problem
Sent from my GT-I9105P using xda app-developers app
Android ART or dalvik run time machine is better
Sent from my GT-I9105 using XDA Premium 4 mobile app
awesome cooldev.
i start adding lines in term (ubuntu)
and it says operation not permitted.
i really want to help community, but i need help
cicibanko101 said:
awesome cooldev.
i start adding lines in term (ubuntu)
and it says operation not permitted.
i really want to help community, but i need help
Click to expand...
Click to collapse
Adding lines to what? You are probably not in your directory
Sent from my GT-I9105P using XDA Premium 4 mobile app
Well i started adding lines in Terminal in Ubuntu.
Like in KINGbabasula's thread.
And when i hit enter it says : "Operation not permitted"
So Im stuck on that..
Sent from my GT-I9105P using XDA Premium 4 mobile app
cicibanko101 said:
Well i started adding lines in Terminal in Ubuntu.
Like in KINGbabasula's thread.
And when i hit enter it says : "Operation not permitted"
So Im stuck on that..
Sent from my GT-I9105P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Then you are in a path outside your home directory or ~/bin/repo is not marked as executable
Thanks, any solution?
Sent from my GT-I9105P using XDA Premium 4 mobile app
cicibanko101 said:
Thanks, any solution?
Sent from my GT-I9105P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
chmod +x ~/bin/repo
CoolDevelopment said:
Can you be more detailed please?
Click to expand...
Click to collapse
i chose some options available in kitchen
build rom from working and made it a zip
but then it says status 0 while i flash it with CWM
i dunno about update binary....
Brian_SGW_CM9 said:
i chose some options available in kitchen
build rom from working and made it a zip
but then it says status 0 while i flash it with CWM
i dunno about update binary....
Click to expand...
Click to collapse
Try to take an update binary from any other rom. And look into the updater script

Quick Connect (xda link inside) (forecloses)

So i found a link to the quick connect apk ported to the Note 2 by Mr.Bola
Link to post http://forum.xda-developers.com/showpost.php?p=51532577&postcount=666
Currently forcecloses. Could someone modify this to work on our s4 i9500/5?
I think it's not very easy to do
Sent from my GT-I9500 using XDA Premium 4 mobile app
randoug said:
So i found a link to the quick connect apk ported to the Note 2 by Mr.Bola
Link to post http://forum.xda-developers.com/showpost.php?p=51532577&postcount=666
Currently forcecloses. Could someone modify this to work on our s4 i9500/5?
Click to expand...
Click to collapse
I saw in other thread that you need to mod some framework files to get QuickConnect working, so, you'll need a developer to make this work.
Sent from my SGH-I337M using XDA Premium 4 mobile app
vicl89 said:
you need to mod some framework files to get QuickConnect working, so, you'll need a developer to make this work.
Sent from my SGH-I337M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What do you think the chances of that are?
oracle01642 said:
What do you think the chances of that are?
Click to expand...
Click to collapse
Maybe the chances are null unfortunately. There're no much developers in the s4 forums, and I'm still a noob. I can edit xml's, decompile, compile and some stuff, but I don't know about editing smali files.
Sent from my SGH-I337M using XDA Premium 4 mobile app
vicl89 said:
Maybe the chances are null unfortunately. There're no much developers in the s4 forums, and I'm still a noob. I can edit xml's, decompile, compile and some stuff, but I don't know about editing smali files.
Sent from my SGH-I337M using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The same here. I can do the basics, such as decompile and recompile apps, and edit apps and replace PNG's etc, but that's about it (for now). Its sad that the international S4 forums has so few devs and themers.

Categories

Resources