SamsungChineseIME.apk from LPF - Galaxy Note GT-N7000 General

I get it from LPF, enjoy!

samcp16 said:
I get it from LPF, enjoy!
Click to expand...
Click to collapse
Thanks. But it does not work. pasted it into the /system/app but keep crashing.

U are missing the library files. Samsung IEM doesn't work as a stand alone apk. Can't think of the names of the files you need right now but dig around there should be a post some where have those files included.
Sent from my GT-N7000 using Tapatalk 2

tg9413 said:
U are missing the library files. Samsung IEM doesn't work as a stand alone apk. Can't think of the names of the files you need right now but dig around there should be a post some where have those files included.
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
I've searched around using those words I quote in the title but it came back as nothing useful.

samsung chinese ime
darkmax1974 said:
I've searched around using those words I quote in the title but it came back as nothing useful.
Click to expand...
Click to collapse
Under LRK try libjni_latinime.so and libjni_secime.so
may be it's the same under LRF too

Thanks for sharing the app with us. To understand the purpose of the app. You can use it to restore your IMEI in case you missed it or lost. Am I correct. In that case. does anyone used it .. and give us a demonstration how to use it without damaging anything.
Thanks

Nope, AFAIK this has no relation to IMEI, this one is for chinese input for keyboard.

darkmax1974 said:
Thanks. But it does not work. pasted it into the /system/app but keep crashing.
Click to expand...
Click to collapse
You need this file in the library folder, libjni_secime .so.
Sent from my GT-N7000 using Tapatalk 2

Those who want samsung chinese ime for n7000 - this is the one working i tested on stock ics
http://forum.xda-developers.com/showthread.php?p=27167287
Sent from my alps android

Related

Deodexing S2 XWKDD

Can someone Deodex the firmware, i've tried but I failed miserably
These are the ones i couldnt deodex
/system/framework/
android.policy
ext
framework
services
/system/app/
email
fts
gallery 3d
imeitracker
kieswifi
mediaprovider
mms
mobileprint
motionsettings
mtpapplication
packageinstaller
phone
samsungwidget_weatherclock
secdownloadprovider
settings
socialhub
stk
tasks
tasksprovider
touchwiz30launcher
touchwizcalendar
trimapp
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
madmack said:
I don't have the device yet but I actually managed to deodex kdd as a whole. the only exceptions were Email and MobilePrint. I just ignored these errors but yea, I have these two folders sitting on my desktop waiting for my phone to arrive
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Could you upload the files please
Sent from my GT-I9100 using XDA App
soyef said:
Could you upload the files please
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Yes please upload!
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
troed said:
Plz help a poor WinMo-refugee waiting for his first droid-device:
WTF is deodexing ?
Click to expand...
Click to collapse
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
I'll upload what I have after elclassico
Sent from my GT-I9000 using XDA App
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
madmack said:
and here it is:
http://www.multiupload.com/MW71E1DAHV
you might want to delete Email.apk and MobilePrint.apk first because these two were the ones that I deodexed ignoring the errors. (lotsa errors with Email.apk. be wary of that one )
most of the errors in these two files were related to some awt libraries that are missing. I think (or hope) that they used these libraries only for debugging, so it shouldn't crash theoretically.
lemme know if it works guys ! can't wait for my phone to arrive
Click to expand...
Click to collapse
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
soyef said:
seems to be working fine, even the email.apk works fine!
thanks for the deodexing!!
Click to expand...
Click to collapse
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
madmack said:
awesome !! I know what I'm gonna do when I receive this phone
thanks for letting me know
Click to expand...
Click to collapse
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
soyef said:
Oh and btw I also tried your Arabic patch and it worked fine too, just waiting for the libwebcore now
Thanks!!
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
madmack said:
oh, "so" from the comments
I've replied to your comment with a libwebcore to test. let me know if it works.
Click to expand...
Click to collapse
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
soyef said:
This is what I got from the logcat, and by the way I'm willing to test more if you need me to
Click to expand...
Click to collapse
oops. thanks for testing
the logcat doesn't look good at all. I think I'll wait until samsung releases the proper sources for our phone before I make another attempt. This was all built with the korean sources and the error it throws now doesn't help much.
thanks again
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
GlossGhost said:
Apk files have respective odexes that devs use to supposedly save space.
Deodexing means you convert it back to a .dex file and put it back inside the apk.
This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.
Click to expand...
Click to collapse
Tx a LOT ! Now I got it ..........
madmack said:
ok, I'm a little restless and tenacious... i was able through some hoops and jumps to get a libwebcore with samsung's korean sources that matches the size of the one in your phone exactly (basically the build config of crespo.. should match the sII's except for the target_board_platform). I've not applied any arabic patches to it yet. just please try it and see if it at least runs ? (if it does, we have a winner !! )
http://www.multiupload.com/GK89VBFET9
Click to expand...
Click to collapse
I think you have a winner then!
it seems to be running fine
i'm not sure, but I think that the camera isn't working
soyef said:
I think you have a winner then!
it seems to be running fine
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1063205
by the way, camera.apk from the deodexed files gives force close

[Request] Ebook apk from touchiz rom

Hi can someone pls extract the myfiles and ebook apk from the touchwiz rom and post it here?
Thanks
Sent from my GT-P7510 using XDA Premium App
The ebook.apk is too large to upload here. You probably should try these apps from the touchwiz rom for the transformer since it has been deodexed. Search google for touchwiz on the transformer-should be the first link. Or look in this Galaxy tab 10.1 general for TouchWiz on the galaxy tab 10.1 and there is a link there for the transformer rom. You can open the file in winrar/winzip and extract the two apps from the system/app directory. I dont think they are signed and you will need to copy them to the system/app directory on your device via root explorer or use adb push.
I have ebook running on the bonsai rom. The only issue I have is that you can only import one epub at a time.
Sent from my GT-P7510 using Tapatalk
I am looking for this too. Just went from Touchwiz ROM to Bonzai and I am missing the Ebook app as it had a great, fast interface and fast upload. I hate the Nook app. How can we get the Ebook app for deodexed Bonzai??
here ripped straight from my gt10.1
(not allowed to post true links yet)
lbp2blog.com/random-crap-i-upload/Ebook.apk
Gonna try that asap..if it works, thanks!!
One more request, can someone post the apk for the Touchwiz Clock widget? It's that one with white and green text in a square box. Also the weather widget while were at it?
Thanks!!
EDIT: Every time I try to import books it force closes, any way to make this work? I just installed the apk like normal from Astro... that's disappointing..
Actually now I can't even open the app without it force closing..
Heres the 2 you requested, no guarantees though.
lbp2blog.com/random-crap-i-upload/SamsungWidget_WeatherClock.apk
lbp2blog.com/random-crap-i-upload/SamsungWidget_WeatherClock.odex
lbp2blog.com/random-crap-i-upload/DigitalClock.apk
just4747 said:
Gonna try that asap..if it works, thanks!!
One more request, can someone post the apk for the Touchwiz Clock widget? It's that one with white and green text in a square box. Also the weather widget while were at it?
Thanks!!
EDIT: Every time I try to import books it force closes, any way to make this work? I just installed the apk like normal from Astro... that's disappointing..
Actually now I can't even open the app without it force closing..
Click to expand...
Click to collapse
Actually the ebook apk needs the my files apk
Sent from my SGH-I897 using XDA Premium App
anilkuj said:
Actually the ebook napkin needs the my files apk
Sent from my SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
What?
Does anyone know how to make the eBook app work on Bonsai? It either FCes at start or FCes when you try to import books.
And thanks for the other files fodawim.
here you go
ebook apk
https://dl-web.dropbox.com/get/Ebook.apk?w=f2b03c2e
MyFiles apk
https://dl-web.dropbox.com/get/MyFiles.apk?w=45c92e6b
you need both of them for ebook app to work.
myfiles needs to installed as a system app, so just move it /system/app
and change permissions to 644
ebook apk can be installed normally
as for importing multiple files can be selected , it just cant scan through sub folders
i have it working on my bonsai rom.
Fixed the links
anilkuj said:
here you go
ebook apk
https://dl-web.dropbox.com/get/Ebook.apk?w=f2b03c2e&dl=1
MyFiles apk
https://dl-web.dropbox.com/get/MyFiles.apk?w=45c92e6b&dl=1
you need both of them for ebook app to work.
myfiles needs to installed as a system app, so just move it /system/app
and change permissions to 644
ebook apk can be installed normally
as for importing multiple files can be selected , it just cant scan through sub folders
i have it working on my bonsai rom.
Click to expand...
Click to collapse
Thanks man, can you reupload MyFiles? The dropbox link doesnt work.
Neither of those links work for me
anilkuj said:
i have it working on my bonsai rom.
Fixed the links
Click to expand...
Click to collapse
Nope ... neither link works.
MisterEdF said:
Nope ... neither link works.
Click to expand...
Click to collapse
this time i have fixed it for sure sorry about that
ebook apk
http://dl.dropbox.com/u/31923631/Ebook.apk
Myfiles apk
http://dl.dropbox.com/u/31923631/MyFiles.apk
Thanks
Anil
anilkuj said:
this time i have fixed it for sure sorry about that
ebook apk
http://dl.dropbox.com/u/31923631/Ebook.apk
Myfiles apk
http://dl.dropbox.com/u/31923631/MyFiles.apk
Thanks
Anil
Click to expand...
Click to collapse
Awesome thanks. Works really well. Wish you could turn the sound off though lol
kauka187 said:
Awesome thanks. Works really well. Wish you could turn the sound off though lol
Click to expand...
Click to collapse
you can, click on the text icon in the book and on the bottom it says page turn sound.
ygrazi said:
you can, click on the text icon in the book and on the bottom it says page turn sound.
Click to expand...
Click to collapse
Didn't notice that, cheers
Hi guys, how do I get these files to work on my rooted TF? Do I need to do anything else other than what was mentioned in the above comments. System app, changing permissions etc. I have done all these things but have not been able to get my files to install. Thank you
Those links are no longer working for me. I'd love to be able to get these two apps on my stock tab
Links work now but myfiles.apk won't install
Sent from my GT-P7510 using XDA Premium App
kh0annguyen said:
Links work now but myfiles.apk won't install
Sent from my GT-P7510 using XDA Premium App
Click to expand...
Click to collapse
You cannot install it directly, you need to have root to move these apk to /system/app folder and reboot
Sent from my GT-P7510 using XDA Premium App

Nexus Live wallpaper from Stock Froyo

Hi guys,
Can anybody provide the Nexus one live wallpaper(Neural networks) which comes along with the stock froyo on our device?
I dont like the nexus rip offs that are available on the market and looking for some old school stuff.
Thanks in advance.
gkarthik16 said:
Hi guys,
Can anybody provide the Nexus one live wallpaper(Neural networks) which comes along with the stock froyo on our device?
I dont like the nexus rip offs that are available on the market and looking for some old school stuff.
Thanks in advance.
Click to expand...
Click to collapse
Should be from one of these attachments. I have not tried it so let me know what it is.
sweetbinodray said:
Should be from one of these attachments. I have not tried it so let me know what it is.
Click to expand...
Click to collapse
Sure dude. Thanks for the prompt reply. Will try these out once I'm out of office
Not sure what I'm missing here. I copied the files to the system/app folder and rebooted. But still I see my old wallpapers.
Sent from my LG-P500 using XDA App
gkarthik16 said:
Not sure what I'm missing here. I copied the files to the system/app folder and rebooted. But still I see my old wallpapers.
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
Simply install Apk using your file explorer..
Sent from my LG-P500 using XDA Premium App
sweetbinodray said:
Simply install Apk using your file explorer..
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
That is the first thing I did. It first asked confirmation for replacing a system app. When I gave 'Ok' it says 'Application not installed'. Because of this only I tried copying the files to system/app folder.
You must be looking for this....
sweetbinodray said:
You must be looking for this....
Click to expand...
Click to collapse
This is not the one. I'm talking about the Nexus One's default wallpaper, which will be available in LG P500's stock froyo ROM also. I think it will be available in the first set of apks you provided. But I'm facing the issue of installing.
Anyway thanks for your help mate. I'll try to install those apks somehow.
Try Nexus Revamped Pro on Market.
And what about Microbes live wallpaper from Nexus? It has been ported to SGS, so is it possible to have this in OO?
gkarthik16 said:
That is the first thing I did. It first asked confirmation for replacing a system app. When I gave 'Ok' it says 'Application not installed'. Because of this only I tried copying the files to system/app folder.
Click to expand...
Click to collapse
try renaming the name or extension (so that you still have the file there in case anything goes wrong) and then try installing the apk. i had to do that for one of my system apps
sweetnsour said:
try renaming the name or extension (so that you still have the file there in case anything goes wrong) and then try installing the apk. i had to do that for one of my system apps
Click to expand...
Click to collapse
Will try out today and let you know
Apk's giving parsing error
sweetbinodray said:
Should be from one of these attachments. I have not tried it so let me know what it is.
Click to expand...
Click to collapse
Hey buddy,
these attachments giving parsing error, could you please post another version.
Please kinda urgent.
Thanks in advance

[Req] LPF Chinese Keyboard with handwriting IME

Could someone be so kind as to upload the Samsung Chinese Keyboard + Handwriting IME here?
Thanks in advance.
+ 1
Sent from my GT-N7000 using Tapatalk 2
darkmax1974 said:
Could someone be so kind as to upload the Samsung Chinese Keyboard + Handwriting IME here?
Thanks in advance.
Click to expand...
Click to collapse
These are ripped from the /system/app folder.
Let me know if you need more files from the LPF ROM.
AxT9IME.apk
http://www.mediafire.com/?uyz2bzxx0ss7h5a
SamsungChineseIME.apk
http://www.mediafire.com/?crhz90kn9cgl2gd
http://forum.xda-developers.com/showthread.php?t=1664735
Is the Swype same version as that in LPY ?
The swype in LPY is irritating ! The "suggestion" bar, constantly disappears and reappears ! Causing lots of screen refresh !
BTW. SamsungChineseIE.apk causes FC !
Thanks. I copied into system / app but it doesn't show up as an input that can be selected. I'm using Swiftkey X default on LiquidSmooth V1 rom.
Sent from my GT-I9300 using Tapatalk 2
sutekidane said:
These are ripped from the /system/app folder.
Let me know if you need more files from the LPF ROM.
AxT9IME.apk
http://www.mediafire.com/?uyz2bzxx0ss7h5a
SamsungChineseIME.apk
http://www.mediafire.com/?crhz90kn9cgl2gd
Click to expand...
Click to collapse
Links doesn't work.
Sent from my GT-I9300 using Tapatalk 2
samcp16 said:
http://forum.xda-developers.com/showthread.php?t=1664735
Click to expand...
Click to collapse
Thanks.
But when I pasted and installed it from the /system/app, it keeps crashing.

SEC Email FC's after removing bloat

Can anyone please upload My Magazine 1.0.0" & "My Magazine - Here and now 1.1.0" apk files? with the help of some others here I have narrowed my problems with the stock email app force closing upon clearing a notification or attempting to open the app, down to being caused by my having removed these apps thinking they were just bloat. However, it seems they are being called by the email app and are the source of my problem. Thanks to whomever comes to the rescue!
looking at mine i see Magazines.apk, MagazinesHome.apk but not what you listed.
i was looking in system/app
I think that's them, since I deleted them I don't have anything to reference so I could have the name off a bit. If you don't mind please upload?
Thanks
Sent from my SM-N900V using Tapatalk
here are the 2 apks from system/app
hope that helps
fletch33 said:
here are the 2 apks from system/app
hope that helps
Click to expand...
Click to collapse
Mind uploading the odex file also?
Sent from my SM-N900V using Tapatalk
760hacker said:
Mind uploading the odex file also?
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
there was only was only 1 odex here it it is
hope it helps. let me know
760hacker said:
Mind uploading the odex file also?
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
sorry odex file had to be zipped to upload here so just unzip it first.
fletch33 said:
there was only was only 1 odex here it it is
hope it helps. let me know
Click to expand...
Click to collapse
Thanks but I don't see the file?
Sent from my SM-N900V using Tapatalk
760hacker said:
Thanks but I don't see the file?
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
see my next post
fletch33 said:
see my next post
Click to expand...
Click to collapse
Much appreciated!
Sent from my SM-N900V using Tapatalk
760hacker said:
Much appreciated!
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
do it worked?
fletch33 said:
do it worked?
Click to expand...
Click to collapse
So far so good!
Sent from my SM-N900V using Tapatalk
I need help, too!
760hacker said:
Can anyone please upload My Magazine 1.0.0" & "My Magazine - Here and now 1.1.0" apk files? with the help of some others here I have narrowed my problems with the stock email app force closing upon clearing a notification or attempting to open the app, down to being caused by my having removed these apps thinking they were just bloat. However, it seems they are being called by the email app and are the source of my problem. Thanks to whomever comes to the rescue!
Click to expand...
Click to collapse
lol, I just did the same thing. I accidently removed mymagazine stuff and getting stock email app FC. So, I had to remove both email and exchange app, too. However, I know what was the problem now, can you upload secemail.apk and exchange.apk (I can't remember the name exactly) from Note 3 for me?
I will really appreciate.
RedMaru said:
lol, I just did the same thing. I accidently removed mymagazine stuff and getting stock email app FC. So, I had to remove both email and exchange app, too. However, I know what was the problem now, can you upload secemail.apk and exchange.apk (I can't remember the name exactly) from Note 3 for me?
I will really appreciate.
Click to expand...
Click to collapse
https://db.tt/LWdM5eJf
Sent from my GlaDos Baked Potato
love you guys!
Legato Bluesummers said:
Sent from my GlaDos Baked Potato
Click to expand...
Click to collapse
So far, it is working like a charm. Thank you so much for you guys help!!
Follow up
Hi Folks:
Grateful return to Android OS....I like to tinker and had a tablet I learn some skills on. Got rid of APPLE GARBAGE never again.
Re-learning Android skills.
So, I like some others removed MyMagazine and that POS Flipboard among **many** items...
All is very well on my sleek and clean Note 3...love it!
BUT I have the same email notification crash as everyone here
2 questions:
1) How do I load these files again? I forgot!! (embarassing!!). Odin?
2) If I load the 2 securemail and 2 exchange files, do I have to re-load the MYMagazine file again as well? I would really prefer NOT TO if I don't have to. I really detest and resent manufacturers putting their junk onto phones in the first place...
Hell, I remove most Google Garbage as well...and Verizon's stuff too.
Never had a problem until now.
Thanks for your time and assistance!
2 questions:
1) How do I load these files again? I forgot!! (embarassing!!). Odin?
2) If I load the 2 securemail and 2 exchange files, do I have to re-load the MYMagazine file again as well? I would really prefer NOT TO if I don't have to. I really detest and resent manufacturers putting their junk onto phones in the first place...
Hell, I remove most Google Garbage as well...and Verizon's stuff too.
Never had a problem until now.
Thanks for your time and assistance!
Click to expand...
Click to collapse
edit: this would be the best? :
http://forum.xda-developers.com/showthread.php?t=551240
Firstly, sorry for not being able to link yet. Which is why copy paste:
"Installing apps on Android is relatively straightforward with the Android Market. You search for an app, select it and click install. However, there are often times when you may want to install a newly released app or an app that is not available in the Android Market. In these cases you will usually have to manually download and install an .apk file. An .apk file behaves in a similar manner to a “.exe” file on Windows, you need to copy it to your device and run it. Here are some ways that you can manually install an application without going through the market."
(-source: maketecheasier.com/install-applications-without-the-market/)
"WHAT IS AN ODEX FILE?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These ‘odex’ files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applications difficult because a part of the coding has already been extracted to another location before execution."
(-source: addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide/)

Categories

Resources