[I9003] Developer Help NEEDED - Samsung Galaxy SL i9003

Hey guys,
One of the experienced Devs please tell me whether a .apk pulled through ADB from the /system/app folder of a HTC Incredible be ported/edited to install on our I9003
I've pushed the .apk to the /system/app folder on my I9003 and tried to run the file but it say, Application not installed
If this can be done then I will update the .apk for you to help us with it.
Thank you.

What apk is it? Some widget? Some program? Because HTC widgets and programs require their proprietary HTC sense framework! We have our touch wiz framework!
Sent from my gt-I9003 with A.I. Type

http://forum.xda-developers.com/showthread.php?t=674041
^^its here
there is a tvout.apk and tvout.odex on the 1st page of that thread and libtvout.so on the 3rd page
these are from the htc incredible
is porting to our devices possible for these files ??
HTC Incredible does TV OUT from the micro USB, so I found out the cable for it too
http://cgi.ebay.in/Samsung-MICRO-USB-TV-OUT-CABLE-ECC1TU1-BILL-WARNTY-/130542169772
Thanks Lord

gaurav2912 said:
http://forum.xda-developers.com/showthread.php?t=674041
^^its here
there is a tvout.apk and tvout.odex on the 1st page of that thread and libtvout.so on the 3rd page
these are from the htc incredible
is porting to our devices possible for these files ??
HTC Incredible does TV OUT from the micro USB, so I found out the cable for it too
http://cgi.ebay.in/Samsung-MICRO-USB-TV-OUT-CABLE-ECC1TU1-BILL-WARNTY-/130542169772
Thanks Lord
Click to expand...
Click to collapse
sir is'nt TV-OUT related to kernel ?

gaurav2912 said:
http://forum.xda-developers.com/showthread.php?t=674041
^^its here
there is a tvout.apk and tvout.odex on the 1st page of that thread and libtvout.so on the 3rd page
these are from the htc incredible
is porting to our devices possible for these files ??
HTC Incredible does TV OUT from the micro USB, so I found out the cable for it too
http://cgi.ebay.in/Samsung-MICRO-USB-TV-OUT-CABLE-ECC1TU1-BILL-WARNTY-/130542169772
Thanks Lord
Click to expand...
Click to collapse
tried that but it doesntr work ...
i made my own rom and tried to port it but faild... it doesnt seem to install at all..

thanks bajju
i'm trying to get the /sys folder for you from I9000
i've for the same in the I9000 general forum too
lets hope to get it

gaurav2912 said:
thanks bajju
i'm trying to get the /sys folder for you from I9000
i've for the same in the I9000 general forum too
lets hope to get it
Click to expand...
Click to collapse
hmm lets hope dats wat we can do all for now ..
need some serious help from the serious developers ..

Its a complex thing and I "personally feel" that the source codes are not exactly upto the level required for compiling just the right thing.....
Also apk files won't work that are from HTC's proprietary sense framework ... plus a perfectly working kernel with complete support for TV out!!
I did check out the links that you gave me but nothing worked...
Our only hope is developers and maybe a bit more "fresher" (not sure of this) gingerbread source codes...
Sent from my gt-I9003 with A.I. Type

Firstly, we need to deodex it. Then we can decompile it, edit it to our needs, and recompile it (using apk manager). Still, this needs to have pointers to specific libraries and kernel instructions (such as overlay and display). This is all just theory though, can't test it till I'm back at my computer.
Sent from my GT-I9003 using XDA App

Erahgon said:
Firstly, we need to deodex it. Then we can decompile it, edit it to our needs, and recompile it (using apk manager). Still, this needs to have pointers to specific libraries and kernel instructions (such as overlay and display). This is all just theory though, can't test it till I'm back at my computer.
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
Please do look in to this as soon as convenient and revert, we wud love to know how it turns out and whether the theory can be put in to practice
Thank you.

Related

Arabic support on all Android devices > 2.2

Here is something I put together to enable arabic on any device without changing any linked library in /system/lib which means it'll work cross-devices. This means that your android will be able to connect arabic letters properly to enable read/writing. Note: this will enable shaping for all android menu's and for writing, this will not fix the browser's problem. for that, we need to compile individual libwebcore.so files for each ROM. so we're out of luck there. You can get Persian Browser or the new Firefox browser to fix this problem.
Requirements:
1. your rom has to be deodexed. (if you have /system/framework/framework.odex, this will NOT work).
2. you must be rooted !
3. your android must be version 2.2, 2.2.1 or 2.3 (not tested on 2.3 yet but should work).
Steps:
1. Pull framework.jar from your phone's /system/framework
1. Download the file from the following link:
http://blog.devasque.com/?page_id=11
2. Extract it somewhere
3. Put your phone's framework.jar inside of the extracted folder's framework folder.
4. Click on commands.exe and wait ! eventually you'll get a framework.jar inside subfolder "generated". copy that back to your phone in /system/framework and restart.
Note: if you get a bunch of FCs after restarting, you'll need to factory reset your device.
this should work. It was tested successfully on a bunch of deodexed roms for the samsung galaxy S, and two roms on the G2.
Credits:
I got the script files from iAndroid, a hebrew patching thread that does something very similar to what this does. so hats off to the great minds over there.
The arabic patching files were compiled from source from Y6b's github. So thanks to his great work as well.
Finally arabic is supported across all devices.
hi madmack ! thank a lot
this is a very useful thread.
i test it on deodexed galaxy s (wxJS5 rom) and it worked almost flawlessly.now i have some question. please help me. you are only guy i know to answer these questions.this patch (mod) has some problem to render persian/farsi characters correctly.i am a java programmer and can edit java files and fix this errors.the only problem i face is : how can i apply my modification and (re)compile the source again ? because this files (framework.jar) are in java , can i use eclipse IDE to compile ? i already made and developed some programs and aaps for android os using eclipse . please if you have any ( just any ) information , please help me . again i have no any source and reference to ask these question .this is not a first time for me to ask a guy this question but nobody yet give me useful answer .
hamedpc007 said:
hi madmack ! thank a lot
this is a very useful thread.
i test it on deodexed galaxy s (wxJS5 rom) and it worked almost flawlessly.now i have some question. please help me. you are only guy i know to answer these questions.this patch (mod) has some problem to render persian/farsi characters correctly.i am a java programmer and can edit java files and fix this errors.the only problem i face is : how can i apply my modification and (re)compile the source again ? because this files (framework.jar) are in java , can i use eclipse IDE to compile ? i already made and developed some programs and aaps for android os using eclipse . please if you have any ( just any ) information , please help me . again i have no any source and reference to ask these question .this is not a first time for me to ask a guy this question but nobody yet give me useful answer .
Click to expand...
Click to collapse
hey hamedpc. didn't think i would get any reply anytime soon here, lol.
you'll need to learn how to compile android from source, then apply patches etc.. this is not something i am willing or able to discuss on a reply post here so you got some research to do before you can attempt that.
anyways, if you want to know which files you should look into, simply look at the subfolder "files/froyo" and look at all the .smali files. Then, find the equivalent in the android source but they should be .java. These are the files that are patched.
sorry for not being more helpful
so if i have framework.odex should i just delete it and move on?
jaguar4002 said:
so if i have framework.odex should i just delete it and move on?
Click to expand...
Click to collapse
you can't do that. you'll need to get a deodexed ROM or google around for how to deodex it yourself.
I'm using the leaked 2.2 rom for the epic. Is there any rom. That u recommend?
Sent from my SPH-D700 using XDA App
jaguar4002 said:
I'm using the leaked 2.2 rom for the epic. Is there any rom. That u recommend?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I use an I9000, so not sure what options you guys have for the Epic.
But I'm pretty sure that a lot of custom roms are out there that are (1) Froyo and (2) deodexed. Almost all custom roms are deodexed.
this isnt working on the epic. i did everything was suppose to be done.
i have arabic but the letters are disconnected. which is nothing new from froyo update.
am i doing anything wrong?
jaguar4002 said:
this isnt working on the epic. i did everything was suppose to be done.
i have arabic but the letters are disconnected. which is nothing new from froyo update.
am i doing anything wrong?
Click to expand...
Click to collapse
Yea, most likely you are.
It really should work with all 2.2 and 2.2.1 roms. specially the samsung ones. I tried it on JS3, Darky's, JS5 and Doc's ROM for the I9000 and it works.
Just make sure you got a deodexed rom. (no framework.odex file), and also verify that the generated framework.jar is actually bigger than the original framework.jar by about 1MB. (sometimes the process stalls for some reason, so you'll have to redo it if the size is not bigger by 1MB).
im using this rom . http://forum.xda-developers.com/showthread.php?t=963845
and it is deodexed.
it shows the letters but they arent connected. just like how i was before doing all this.
And yes the size was larger.
i would love if u can pm me ur yahoo or something so we can go over it.. if i get this thing working, my phone would be PERFECT!!
and thanks for ur quick responses!
bro nevermind!
i wasnt enabled root access for my file manager, thats y i wasnt able to paste the net .jar file.
it works great!! i love u to death.. no homo lol
but i noticed FB is kinda laggy when theres arabic letters.
just saying.. dont really care.
ZT-180
I am using the ZT-180 with 2.2 but this didn't work for me do you have any suggestion for me
vitonline said:
I am using the ZT-180 with 2.2 but this didn't work for me do you have any suggestion for me
Click to expand...
Click to collapse
if you know how to use logcat, post it here and I can have a look at it.
I am new at this if you can explean more
Thanks
vitonline said:
I am new at this if you can explean more
Thanks
Click to expand...
Click to collapse
this is probably why you couldn't get it working on your device.
this topic is a little advance, and i really don't recommend applying it if you're not familiar with rooting, replacing system files and recovery.
there are many steps you need to learn to be able to apply this patch, which is beyond the topic of this thread. sorry but I can't help you with that.
madmack said:
this is probably why you couldn't get it working on your device.
this topic is a little advance, and i really don't recommend applying it if you're not familiar with rooting, replacing system files and recovery.
there are many steps you need to learn to be able to apply this patch, which is beyond the topic of this thread. sorry but I can't help you with that.
Click to expand...
Click to collapse
I already rooted my ZT-180 and I apply the steps but still the Arabic
vitonline said:
I already rooted my ZT-180 and I apply the steps but still the Arabic
Click to expand...
Click to collapse
Read around.. its out there.
Its not too difficult.
Sent from my SPH-D700 using XDA App
@madmack
i tried your method on a rom for my htc hero and it worked just like you said, except for the web browser.. is there a way to patch libwebcore.so so that it could also support arabic?!
jaikat said:
@madmack
i tried your method on a rom for my htc hero and it worked just like you said, except for the web browser.. is there a way to patch libwebcore.so so that it could also support arabic?!
Click to expand...
Click to collapse
unfortunately not. these .so libraries require recompiling of the source code.
the patch for libwebcore is up on my github account (same nickname). If you get your hands on your source code for the webcore libraries. Then you can try the patch yourself
I've already patched libwebcore.so for a 2.2.1 ROM for the Galaxy S I9000. It worked pretty well.
that was quick
madmack said:
unfortunately not. these .so libraries require recompiling of the source code.
the patch for libwebcore is up on my github account (same nickname). If you get your hands on your source code for the webcore libraries. Then you can try the patch yourself
I've already patched libwebcore.so for a 2.2.1 ROM for the Galaxy S I9000. It worked pretty well.
Click to expand...
Click to collapse
i'll look into it, although i must say i don't have any experience on compiling from source, but i'm willing to learn...
great work anyway, and thank you.

[APP]Timescape Extentions Development

Hello all. Seeing as timescape is running on a lot of high end devices I and some others believe that Devs should start coding extentions. Anyone willing?
GETTING STARTED
http://blogs.sonyericsson.com/developerworld/2011/02/13/timescape-extensions/
http://developer.sonyericsson.com/w...roid/timescapeextensions/overview?cc=gb&lc=en
TIMESCAPE APP
http://forum.xda-developers.com/showthread.php?t=982051 (post#5)
Hope we can get devs for this!
some ideas so far are:
1. gmail
2. xda
3. weather
+1
since timescape has no reported issues after retail version has been ported (except for silly mistakes during installation) I vouch for this idea.
Sent from my U20i using XDA App
Thanks myth999 for all your hard work! You made this all possible.
Sent from my X10i using XDA Premium App
Have taken a lot from xdda just tryin to give back in some way
Thnx anyways...
Btw I can even provide Java (not smali) sourcecodes for the message, call log, fb and twitter plugins so we can use them as a reference while makin our own plugins.
Sent from my U20i using XDA App
sorry for this question but i'm a bit lost...
can Timescape app work on my T-Mobile Samsung Vibrant?? through arc launcher??
if its android 2.2 or above it wld work
Sent from my U20i using XDA App
Can someone tell how to get it working on CM7 Galaxy S I9000???
myth999 said:
Have taken a lot from xdda just tryin to give back in some way
Thnx anyways...
Btw I can even provide Java (not smali) sourcecodes for the message, call log, fb and twitter plugins so we can use them as a reference while makin our own plugins.
Sent from my U20i using XDA App
Click to expand...
Click to collapse
That's what I was trying....but I have never used Java before so I gave up.
timescape retail thanks to myth999! extentions soon to come
knanda said:
Can someone tell how to get it working on CM7 Galaxy S I9000???
Click to expand...
Click to collapse
In the first post download click link to timescape thread. Go to #5 post and download timescape. I think you need root to put permissions and etc in correct places. Copy the app folder to system/app. Install the apostle from there
If you need more help just ask,
timescape retail thanks to myth999! extentions soon to come
Is it possibly add function for change Timescape wallpaper? Add GMail function will be great.
to change wallpaper, could we decompile the apk, find the image, swap with new picture and resign it? im no dev but it seems logically correct.
Yes, it´s correct thought, but it don´t work (app cannot instal).
i think it's a realy good idea! many extension can be interessent...
I have tried the above procedure in the main thread and it still dont work for me :/ i've tried the apk method. Can you help me set it up for my At&t captivate (its rooted and no roms yet but i can't seem to have non-market app to work). Anyway, i would appreciate if you could help me port Timescape on my device step-by-step. Much appreciated. And please direct me to the libraries and how to install them.
Is there a way to develop a google+ plugin for timescape? this would be great

[I9003][GUIDE]How to Port Miui or some other rom

This is a guide to port rom..........
lots of people ask... how do you port roms... so here you go... I hope now the thread is started the people posting can help each other .
here is all the basics on getting a bootable miui rom for beginners.. first download the formels newest release.
then download a stable gingerbread 2.3.3 version that is compatible with the files. ( I always use the great z and j for sources).
the next step is to get the formels rom ready by deleting the boot image and the data folder. Next step is to go to the etc folder and delete firmware folder... also delete ap2sd init script from the init folder)
then go to lib folder and delete hw and modules.
now it is time to add files. I know the miui files pretty good now so the list has shortened greatly.
now use your stable gb rom source to replace the folders I had you delet above
you may have to change other files depending on the rom i.e. bluetooth/dhcpd and others.
to start in the etc folder you need to add
apns-conf
dbus
dualmic
gps
hosts
hw-config
init.bt
init.gold
init.local
mediaprofiles
mke2fs
profile
resolve
sensors
sysctl
vold
now to the lib folder all files start with lib
cm
dll
dsm
dss
gsl
miscta
oem-rapi
pbmilb
qmi
diag
mmgsdilib
nv
onrpc
queue
ril-qc-1
wms
auth
sdi-exp
wmsts
mmipl
oemcamera
mmjpeg
there are other files but I think that is enough to get bootscreen... if not let me know and I will list the other misc ones.
now the bin files
akmd2
am
bmgr
bmiloader
chargemon
charger
compache
eeprom
fixpermisions
gdbserver
handlecompache
hciqcomminit
ime
input
monkey
pm
port-bridge
qmuxd
recevent
svc
sysinit
updatemiscta
wlanmac
wlantool
wmiconfig
Any dev, or semi-dev can start work this.
This is the source:http://android.modaco.com/content/s...aco-com/341986/how-to-port-miui/#entry1737792
sakindia123 said:
Sry for this thread,it is a guide to port rom..........
Click to expand...
Click to collapse
Thanks for sharing....will definitely like to give it try.........
portig a stable working rom is very difficult...someone a very skilled or group of developer are needed to do this work
vishal24387 said:
portig a stable working rom is very difficult...someone a very skilled or group of developer are needed to do this work
Click to expand...
Click to collapse
yeah but we hardly have any rom devs...so the need arises for such things.......
ya you are right...we all have to take initiative for this...by looking our progress may be some other developers will also take interest in our phone developement...
Great job dude.really caught up with exams.otherwise surely would have given it a try.
Sent from my GT-I9003 using XDA App
What is speciality of MIUI rom????
vishal24387 said:
What is speciality of MIUI rom????
Click to expand...
Click to collapse
dude just see the video....u can apply this guide for (all roms?mayb)
@ sakindia
hey dude what happened??? What did your parents with your phone...???
I guess the Galaxy Ace people have ported the cyanogen to it..!!Should we take there help?
Miui rom is very customize able the best part of miui is ita user interface and music player and gallery
Well.. We can try to port.. or not?
Please provide me some link were i can get more elaborate instructions I really want to try this out....
nitishagar said:
Please provide me some link were i can get more elaborate instructions I really want to try this out....
Click to expand...
Click to collapse
I was looking for that too but no results..
This instruction is so confuse..
:s
Sent from my GT-I9003 using Tapatalk
How to build cyanogen from scratch...have a look at this anyone good at linux or coding
http://forum.xda-developers.com/showthread.php?t=969266
Sent from my GT-I9003 using XDA App
http://forums.miuiandroid.com/showthread.php?7118-MIUI-for-Galaxy-S-I9003
MAybe this can be of any help..contacting the MIUI dev who commented there would work?? That dev said its quite possible..What say guys?
Dude that s a very positive answer man,i think we should ask one of the senior members like skin to contact them,cause i think that ways it ll be easier
Sent from my GT-I9003 using XDA Premium App
Hi guys, our sl and moto defy has same hardware except resolution. Any one know if it is possible to alter the cyanogen mod code of defy to make it work on our device. Clock work mod is already ported to our device. So i think it is possible.
Sent from my GT-I9003 using XDA App
*crossing fingers* it will be very nice having miui on i9003
I want miui too, can I help?

Trying to port htc_ime for galaxy note..

Hie guys..
m not a devloper or something like that OFFICIALLy but i do devloping for my self and never made something more than a theme for nyone in my HTC WILFIRE S forum..
i own a galaxy note .. i was here just to ask the music apk .. but thought of hovering first and then ask for it..
and i bumbed into a post where they wanted htc keyboard..
now i will try porting that and i m 75% sure i will port it.
now to those who have used APKTool .. (if you dont know what it is skip the lines in red)
now to decompile a keyboard , we do need every resources .. ie icons and all
as we have to install them first with
apktool if framework-res.apk and so on..
i dont know which resources are included in which apk..
in htc i would have taken these files..
Framework-res.apk (this might be the same in your /system/framework)
SystemUI.apk (this too might be same in your /system/app)
com.htc.resources.apk (this might be touchviz something something. this is just a guess idk if it is right ... )
and lastly htc_ime.apk (i need your stock keyboard apk {for refrence of the height and width and all} )
so i need four files from you..
3 resources and one keybbooard..
i have a note unrooted as i dont wnt to lose my warranty.
TRIals:
1. http://www.linux-wizard.net/2011/02/...android-phone/
go here you can have htc ime for u..
any doubts feel free to pm me or mail me.. (mailing me will get you my replies faster)
TESTING DONE
Working only on landscape mode..
as it is one year old thread,,
Biggest question right now is if you take files from original samsung firmware it will only work for original roms right?
Sent from my GT-N7000 using Tapatalk 2
Reb0rn said:
Biggest question right now is if you take files from original samsung firmware it will only work for original roms right?
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
See you can really count me into noobs for samsung things.. cuz its hell irritating..
different codes for different countries n all. in htc there is nothing as such ..
its just one rom with different radios (which dont mater even if you use a russian or a europe version staying in india or where ever)
But to my knowledge.. a keyboard has no relation with the rom u use..
it is self made (though there are resources in other apks) but it will work..
and lets just consider its working only for stock.. then i will make a simple tutorial and then each individual can make one for his/her own..
And lemme tell you I WILL TRY .. i m not sure if i will be able to port it..
but its 75% i may port it..
Thing is then that you should make it on aosp or cm9 files... all those apps work on original Samsung roms. Not the other way around thou without Modding.
Sent from my GT-N7000 using Tapatalk 2
Reb0rn said:
Thing is then that you should make it on aosp or cm9 files... all those apps work on original Samsung roms. Not the other way around thou without Modding.
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
i dont mind doing the porting twice or thrice or even for each individual.. but only if i know how..
so can you gimme the stock resources and keyboard and then lets see if i can port or not.. and if i can port then we willl have a talk of which resources to use for a universal port for galaxy note..
Support.
I think HTC Cime is one of the best keyboard in android.
Sent from my GT-N7000 using XDA
VascoChe said:
Support.
I think HTC Cime is one of the best keyboard in android.
Sent from my GT-N7000 using XDA
Click to expand...
Click to collapse
will see to that.. can you or someone else just post the things i asked for? so i can know the structure? once i know that i will be able to port things for you.. jst if i know that.. so plz can you ? regardless of which rom you use.. jst post those things for me.. and mention the rom.. so i can tel others what i ported from htc into WHAt..
VascoChe said:
Support.
I think HTC Cime is one of the best keyboard in android.
Sent from my GT-N7000 using XDA
Click to expand...
Click to collapse
ii guess you guys didnt googled enough for htc ime..
http://www.linux-wizard.net/2011/02...c-ime-keyboard-under-a-non-htc-android-phone/
go here you can have htc ime for u..
any doubts feel free to pm me or mail me.. (mailing me will get you my replies faster)
TESTING DONE
Working only on landscape mode..
i m still waiting guys.. just gimme the resources .. me to eager to make it for you
would you be able to do the same with the galaxy 3? if so i can provide resources
noamaniac said:
would you be able to do the same with the galaxy 3? if so i can provide resources
Click to expand...
Click to collapse
to be frank i dont have ny expirience with development of system apps ny more than porting.. but then lets see.. you just gimme the resources i wil try to port it for you..
you can mail me at
[email protected]
Correct link
http://www.linux-wizard.net/2011/02...c-ime-keyboard-under-a-non-htc-android-phone/
itsme_4ucz said:
Correct link
http://www.linux-wizard.net/2011/02...c-ime-keyboard-under-a-non-htc-android-phone/
Click to expand...
Click to collapse
doesnt work
i have tried it in my galaxy note.

[TOOL] I9300/I9305 Auto Deodex & Zipalign Tool

All the work to make the Deodexed.zip of your rom is done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2.
You have two option's:
1.) Connect your phone to pc and run the Deodexer_from_phone.bat whait ....... and you will see a Deodexed.zip and zipaligned ready to flash zip.
-----------------------------------​
2.) If you have allready dumped odexed rom and you whant to deodex just put all the .apk's and .odex files from your dumped rom system\app to \Deodexer-Tool\Work\app and all the .jar's and the two framework apk's from your dumped rom system\framework to Deodexer-Tool\Work\framework and run the Deodexer_dumped_rom.bat whait ....... and you will see a Deodexed.zip and zipaligned ready to flash zip.
(If you whant an app like SuperSU.apk to be in your rom then add that to Work\app folder before run the Deodexer_dumped_rom.bat).
-----------------------------------​
Click to expand...
Click to collapse
At the option 1 the script will dump and deodex every app you have at that time in your system/app phone folder.
Doesn't matter if is allready deodexed, the script just ignore deodexed .apk's but it will add to the zip at the end.
The option 2 is same but the script doesn't dump anything from your phone. It is only look what you add at the specificate folder's: Deodexer-Tool\Work\app & framework.
Try it and waiting for your news.
Credits to: Amestris
Ok I am alittle confused with this all I want to do is Deodex and zipalign my I9305 rom which i am currently running, I have removed unwanted system apps etc Now where to i put the deodexer_from__phone.bat so i can run it? does it have to be in a special folder or can i just dump it on my ext-sd card and run the bat from windows? What software is being used to deodex the apks, I am new to this developing side of things an explanation for a dummy would be great as i want to learn these things but you dont have to just instruct me and that will do if your busy thanks
btemtd said:
Ok I am alittle confused with this all I want to do is Deodex and zipalign my I9305 rom which i am currently running, I have removed unwanted system apps etc Now where to i put the deodexer_from__phone.bat so i can run it? does it have to be in a special folder or can i just dump it on my ext-sd card and run the bat from windows? What software is being used to deodex the apks, I am new to this developing side of things an explanation for a dummy would be great as i want to learn these things but you dont have to just instruct me and that will do if your busy thanks
Click to expand...
Click to collapse
No need to confuse your self it is really simple work.
All the work done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2 from OP.
ausdim , nice tools... what version of smali are u using ?
prodigiez said:
ausdim , nice tools... what version of smali are u using ?
Click to expand...
Click to collapse
Thank's
Smali & Baksmali is 1.3.4-dev
So is working or not?
Guys sorry to ask but i dont have the device yet.
ausdim said:
No need to confuse your self it is really simple work.
All the work done to your Windows PC.
Open the Deodexer-Tool.zip you have just download.
Extract the Deodexer-Tool folder to your Desktop or anywhere you whant.
Open the folder Deodexer-Tool you just extract and follow option 1 or 2 from OP.
Click to expand...
Click to collapse
Is there a possibility that we can get something to to the zip-align and deodex without having to move files to and from your mobile and windows. Only cause it seems alittle messy for the everyday user loool I mean i would probably be able to do it but i just dont want to miss anything or do something wrong.
Actually I have an Idea I am going to install the Rom you made then just restore my appz what you think that would be the easiest way right?
Thanks Alot.Need this tool very much .
[Deodexed & Zipaligned GT-I9305 XXALI5] for GT-I9305
Will this delete my user apps? Or just replace and add any missing system apps
btemtd said:
Is there a possibility that we can get something to to the zip-align and deodex without having to move files to and from your mobile and windows. Only cause it seems alittle messy for the everyday user loool I mean i would probably be able to do it but i just dont want to miss anything or do something wrong.
Actually I have an Idea I am going to install the Rom you made then just restore my appz what you think that would be the easiest way right?
Click to expand...
Click to collapse
No isn't possible to deodex and zipalign without move the file's to your pc atm.
You dont have to restore any of your app's after install any of this.
btemtd said:
[Deodexed & Zipaligned GT-I9305 XXALI5] for GT-I9305
Will this delete my user apps? Or just replace and add any missing system apps
Click to expand...
Click to collapse
The only think it will be deleted and replaced is the system/app and system/framework.
Non of your app's will be deleted.
Please before do anything make a backup of your rom with CWM so if anything goes wrong you can restore that.
Thank's
Great work ausdim. I've modified your script slightly since I have tools that can extract the .tar.md5 > system.img > system.ext4.img > app/framework folder.
If you need those tools, you can give me a shoutout too - so that you save your time from flashing the device and adb pull it
ausdim said:
Thank's
Smali & Baksmali is 1.3.4-dev
So is working or not?
Guys sorry to ask but i dont have the device yet.
Click to expand...
Click to collapse
i will run my batch and let it deodex and zipalign overnight..i guess zipalign need few hours.. let u know next day
Late reply to you bro, sorry (PM'ed as well) - it works well and fine, tested on my unit.
:good::good::good::good::good::good::good::good:
No go for me... device stuck at "Samsung" boot up screen.. waited 15mins...
Flashed back stock rom...
Sent from my GT-I9305 using Tapatalk 2
can you elaborate steps? as i clicked Deodexer_dumped_rom.bat , it created deodexd.zip but when i am clicking Deodexer_from_phone.bat it just stopped at "Connect your phone to PC" however my phone is connected to pc already
Connecting tablet
Hey there....
Thanks for this post, and file.I'm running CleanROM 2.5 on an Asus 300T tablet. CleanROM is an odex ROM, but theres a script I'd like to run that works on deodexed. My question is, when I connect my tablet, am I going into USB mode, or just connect the tablet as if I'm transferring files, such as music.
Thanks for your help in advance.
blackyz said:
can you elaborate steps? as i clicked Deodexer_dumped_rom.bat , it created deodexd.zip but when i am clicking Deodexer_from_phone.bat it just stopped at "Connect your phone to PC" however my phone is connected to pc already
Click to expand...
Click to collapse
I release a new reworked tool soon.
Sorry but i dont have the phone to test it.
Omega Recon said:
Hey there....
Thanks for this post, and file.I'm running CleanROM 2.5 on an Asus 300T tablet. CleanROM is an odex ROM, but theres a script I'd like to run that works on deodexed. My question is, when I connect my tablet, am I going into USB mode, or just connect the tablet as if I'm transferring files, such as music.
Thanks for your help in advance.
Click to expand...
Click to collapse
You need adb enabled on your phone and the drivers on your pc.
we need our own general and q&a thread. I dont like the fact that we have to post in amongst i9300 threads. Can we all ask the mods this? The more of uz the better.
What we want?
Our own I9305 general thread and q&a thread or atleast our own q&a thread. Lets all msg the mods please
Sent from my GT-I9305 using xda app-developers app
btemtd said:
we need our own general and q&a thread. I dont like the fact that we have to post in amongst i9300 threads. Can we all ask the mods this? The more of uz the better.
What we want?
Our own I9305 general thread and q&a thread or atleast our own q&a thread. Lets all msg the mods please
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
It's a great idea. It'll help to keep the OP leaner. You could also come up w/ a small FAQ that's posted on the OP to help cut down on answering repetitive questions. And if someone does ask a question that's already covered, just point them to the FAQ.
May also want to go into some detail about how to run this on the OP. Not everyone is a developer. You'd be amazed at how many people are mail room clerks, secretaries, managers, work in construction or food service. So, their knowledge is not at all on the same level. They just want to personalize their phone or tablet and be on their way w/o having to get a degree from ITT Tech to do it
Thank you for letting me post. I'm sure I'll have a question or 2 more in the near future. Thank you again.
Sorry, not trying to step on anyones toes here. I just came to look for an answer to a small problem I was having
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Will this work on any device?
Sent from my SHW-M250K using xda app-developers app
Kitschki said:
Will this work on any device?
Sent from my SHW-M250K using xda app-developers app
Click to expand...
Click to collapse
It should work on most samsung devices, provided that it is rooted.
Sent from my GT-I9305

Categories

Resources