Lenovo IdeaPad System Dump from Iconia Forum with .apk's - Xoom Themes and Apps

Lenovo Ideapad K1 System Dump - All credit to OP of original thread. Make sure to thank him.
As usual - I assume no responsibility if you mess up your device. Im not liable.
http://forum.xda-developers.com/showthread.php?t=1252957
The dump is hosted in that thread in OP. Be advised that it is not a complete dump because the device isnt rooted yet (obviously)
All of the .apks I installed worked without signature verification or anything except for the Notes app.
Edit : After testing the apps they were a bit laggy and uninstalled. I would be more interested in getting the launcher to work.

http://forum.xda-developers.com/showthread.php?t=1252957
Looks like you just copied the abbreviated link from your original post in the other Xoom Section, just dropping this here to be helpful.
Thanks!

@tincbtrar:
you were suppose to post apks what happened?

rohit3192 said:
@tincbtrar:
you were suppose to post apks what happened?
Click to expand...
Click to collapse
Id really rather not post .apks because its not my work. All credit goes to the OP of the original link. Follow the link and download dump. You will be able to pull .apks from the dump and push them to your system.

tincbtrar said:
Id really rather not post .apks because its not my work. All credit goes to the OP of the original link. Follow the link and download dump. You will be able to pull .apks from the dump and push them to your system.
Click to expand...
Click to collapse
will it be just unzipping of dump to extract apks.
now i need to download 300mb just to get few apks.

rohit3192 said:
will it be just unzipping of dump to extract apks.
now i need to download 300mb just to get few apks.
Click to expand...
Click to collapse
You are kidding right? The OP says 'system dump' not 'apks for download'
Do you have a cap on bandwith in your country? If so then I apologize but maybe you can ask another member for individual apps.
The point of a system dump is to provide the community with fun new stuff that may be usable on our tabs.
Sent from my Xoom using xda premium

tincbtrar said:
You are kidding right? The OP says 'system dump' not 'apks for download'
Do you have a cap on bandwith in your country? If so then I apologize but maybe you can ask another member for individual apps.
The point of a system dump is to provide the community with fun new stuff that may be usable on our tabs.
Sent from my Xoom using xda premium
Click to expand...
Click to collapse
Yes the (free) megaupload link breaks again and again.so,I gave up.
Whatever I said is from my requirement point of view.I mean I need to try few apps like may be 20mb now I need to download 320mb for that.

rohit3192 said:
Yes the (free) megaupload link breaks again and again.so,I gave up.
Whatever I said is from my requirement point of view.I mean I need to try few apps like may be 20mb now I need to download 320mb for that.
Click to expand...
Click to collapse
Hmmm...they shouldnt break. If thats the case ill get an upload link for you.
Here is a zip of the Lenovo apps for testing. You may need additional files from the dump - test away.
http://www.megaupload.com/?d=K779XMRU

tincbtrar said:
Hmmm...they shouldnt break. If thats the case ill get an upload link for you.
Here is a zip of the Lenovo apps for testing. You may need additional files from the dump - test away.
http://www.megaupload.com/?d=K779XMRU
Click to expand...
Click to collapse
I already downloaded the dump. Are the apps in this apps-zip that are not in the dump-zip?

They are from the dump.
Sent from my Xoom using xda premium

Okay, got the calendar-widget to work without any lags. Beautiful widget!
The mail-widget doesn't work correctly. I got new mail, but it says I don't got any. The options say that my account is synchronized though.
The bookmarking-widget also works fine and is a nice addition!
The rest I couldn't get to install (except for the launcher which I didn't try yet).
But I thought Lenovo had customized more than only a few widgets and a launcher? (like for example Lenovo Socialtouch)

Vistaus said:
Okay, got the calendar-widget to work without any lags. Beautiful widget!
The mail-widget doesn't work correctly. I got new mail, but it says I don't got any. The options say that my account is synchronized though.
The bookmarking-widget also works fine and is a nice addition!
The rest I couldn't get to install (except for the launcher which I didn't try yet).
But I thought Lenovo had customized more than only a few widgets and a launcher? (like for example Lenovo Socialtouch)
Click to expand...
Click to collapse
You have to install the lenovo mail addon...its in the dump somewhere. I got it to sync but I didn't like the widget.
I would help more but I'm not by my pc at the moment.
Sent from my Xoom using xda premium

Thanks. But still, there are missing apk's. SocialTouch is missing for example.

Social touch is vortexhd.
Sent from my ADR6350 using xda premium

Can someone mirror the app files. Megaupload doesn't download for me.

gqstatus0685 said:
Can someone mirror the app files. Megaupload doesn't download for me.
Click to expand...
Click to collapse
ditto.
If there are more apks in it then it would be nice that someone upload to a mirror.
Already thanked Tincbtrar for sharing apks.
Really nice apks.

gqstatus0685 said:
Can someone mirror the app files. Megaupload doesn't download for me.
Click to expand...
Click to collapse
Where would you like them mirrored with?
LMK. Sometime today ill do it.

4shared may be.

I haven't tried the launcher yet, but I assume it would be just installing and running it, right?

Vistaus said:
I haven't tried the launcher yet, but I assume it would be just installing and running it, right?
Click to expand...
Click to collapse
You know Vista...Im not sure. It should be a simple push via adb. I tried using root explorer to see if it would be easier for noobs but it would break the system.
I really want to try it because I think that launcher has a built in task killer that allows you to kill apps from the app scroller.
Sent from my ADR6350 using xda premium

Related

[CLOSED][APP] Android Image Scaler

Hello everyone!
As promised here is my application that will automatically scan and scale all non-encrypted (aka .9.png) from one DPI to another (e.g. from HDPI to MDPI)!
Use is fairly simple and self-explanatory, but what you should know is that this program only recurses one directory and expects the .png's to be in sub-directories. So, for example, your directory structure that you're working on should look very similar to this:
Code:
res\
drawable\
blah.png
drawable-port\
blah.png
drawable-hdpi\
blah.png
layout\
blah.png
layout-hdpi\
blah.png
And the directory that you will specify in the 'Input' section will be the "res" directory. The only files that will be scaled are the ones in the -hdpi directories (because the others don't need to be scaled, right?). This program does NOT work directly on APKs - that's a lot more work than people realize, however I will be making a console version of this program shortly so it can be used in a script to loop across an entire ROM of APKs.
Lastly, remember folks, this will never make your images look fantastic (as if the author released a natively-scaled version) because it's just NOT possible! The resulting images are going to look especially horrible if you're scaling from LDPI/MDPI to HDPI!
Download WINDOWS version at: {Mod edit: Link removed} (Much smaller download, but requires 7-zip 9.16 BETA or greater - or something that supports LZMA2)
Alternative WINDOWS Download at: {Mod edit: Link removed} (Larger, but plain zip file - requires any standard unzip tool)
Download LINUX *64-bit* (Graphical Interface) at: {Mod edit: Link removed} (NOTE: THIS REQUIRES A 64-BIT CPU *AND* 64-bit Linux install, 32-bit coming soon)
Enjoy! --NB
(P.S. Login to the XDA forums see a screenshot)
Looks great nb!
Thanks for this!
Sent from my T-Mobile myTouch 3G Slide using XDA App
This would rock if 7zip and Winrar would let me run and extract it, but when I try both it says the opperation is not permited... any help would be great.
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Whoareyou said:
This would rock if 7zip and Winrar would let me run and extract it, but when I try both it says the opperation is not permited... any help would be great.
Click to expand...
Click to collapse
It is likely because your 7-zip is an outdated version. 9.16 BETA supports LZMA2, but it is not backwards compatible with LZMA. I have uploaded a plain zip file for you and others: {Mod edit: Link removed}
nbetcher said:
It is likely because your 7-zip is an outdated version. 9.16 BETA supports LZMA2, but it is not backwards compatible with LZMA. I have uploaded a plain zip file for you and others:...
Click to expand...
Click to collapse
Thank You very Much
Ok so not sure about this (wont even pretend) but I have been looking for a froyo rom with sense. From what I have read a port wasnt possible because of the devices that currently have that UI have a higher resolution screen. Would this be the answer to being able to port a froyo sense rom from lets say the Desire Z to the Slide?
boosted22 said:
Ok so not sure about this (wont even pretend) but I have been looking for a froyo rom with sense. From what I have read a port wasnt possible because of the devices that currently have that UI have a higher resolution screen. Would this be the answer to being able to port a froyo sense rom from lets say the Desire Z to the Slide?
Click to expand...
Click to collapse
I agree. I would also like to know if this could work that way.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Well, I have someone who is currently porting Desire Z to Slide, his eta is tomorrow, but that's for an HDPI test build... if it boots, he will make it MDPI and I will post the rom here on the forums,. Sound good??
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
that sounds great, im looking forward to it.
Whoareyou said:
Well, I have someone who is currently porting Desire Z to Slide, his eta is tomorrow, but that's for an HDPI test build... if it boots, he will make it MDPI and I will post the rom here on the forums,. Sound good??
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Click to expand...
Click to collapse
Sounds great cant wait.
Whoareyou said:
Well, I have someone who is currently porting Desire Z to Slide, his eta is tomorrow, but that's for an HDPI test build... if it boots, he will make it MDPI and I will post the rom here on the forums,. Sound good??
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Click to expand...
Click to collapse
is there any update on this?
boosted22 said:
is there any update on this?
Click to expand...
Click to collapse
The update script was screwy so it didn't flash right, were still working on it... no current ETA...
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Whoareyou said:
The update script was screwy so it didn't flash right, were still working on it... no current ETA...
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Click to expand...
Click to collapse
The update script? Really? Damn, that's the easiest part. How can you mess that up?
Oh wait, you're talking about jdkoreclipse, right? I understand now.
Sent from my T-Mobile myTouch 3G Slide using XDA App
migueltherocker said:
The update script? Really? Damn, that's the easiest part. How can you mess that up?
Oh wait, you're talking about jdkoreclipse, right? I understand now.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Well, yeah, hey could you help fix the script??? Here's a link: http://android.grdlock.net/index.ph...y=Multi Device Support/jdkoreclipse/espresso&
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
Changed from port from z to either Buzz or EVO/INC got the buzz to boot...no touch,... wrong kernel on my part,... and all ldpi, working on porting from LDPI to MDPI
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App
migueltherocker said:
Oh wait, you're talking about jdkoreclipse, right? I understand now.
Click to expand...
Click to collapse
Just quoting for sake of agreement.
Anyone waiting on this port is best off looking elsewhere.
How to run this in Ubuntu?
links dead
Link is dead
Please give us new links

[ROM] flyboyovyick Custom Clean 2.1 4/12/10

Hey,
I am in the process of delivering a rom that should be very simple.
Little Apps, Little clutter.
Custom Boot Animation
Based on the 2.1 Open Europe rom.
Rooted with Superuser installed
plain white status bar (until i do a bit more learning)
stock launcher
Better Keyboard
Browser
Calendar
Camera
Clock
Contacts
Email
FM Radio
Gallery
Home Selector
Market (doesn't work)
SlideMe instead of market
Media Player
Messaging
Phone
Root Explorer
SIM Toolkit
Task Manager
Voice Recorder
Settings.
Install from recovery only.
1. Copy "flyboyovyick" folder to your sdcard>clockworkmod>backup
2. Boot your phone into Recovery (Home+Power)
3. Backup & Restore
4. Select the "flyboyovyick" folder
5. After the reboot it should work.
DOWNLOAD LINK:
http://www.multiupload.com/M4W83PAONW
Sounds fine.
Multilanguagesupport or just English?
DonPanda said:
Sounds fine.
Multilanguagesupport or just English?
Click to expand...
Click to collapse
Yes multilang
Ok cool. I'm excited
I wonder why do you think your ROM is better than Quarx's because if it wasn't you wouldn't make it?
Tell us more about the improvements..
TopGunBG said:
I wonder why do you think your ROM is better than Quarx's because if it wasn't you wouldn't make it?
Tell us more about the improvements..
Click to expand...
Click to collapse
I don't think it will be better than his.
So just another alternative perhaps?
Sent from my GT540 using XDA App
flyboyovyick, can i attach your rom to my download base when you publicate it?
(link in my singature)
skribbler86 said:
So just another alternative perhaps?
Sent from my GT540 using XDA App
Click to expand...
Click to collapse
yes but there will be no programs in this one apart from android system apps and file browser and possibly root
kapq said:
flyboyovyick, can i attach your rom to my download base when you publicate it?
(link in my singature)
Click to expand...
Click to collapse
yes ok. As long as the upload and download speeds are fast. And thanks kapq!
And how do i sign up?
flyboyovyick said:
I don't think it will be better than his.
Click to expand...
Click to collapse
Then what is the purpose of making it?
Will it have style improvements? Or any improvements at all comparing to the official ones?
TopGunBG said:
Then what is the purpose of making it?
Will it have style improvements? Or any improvements at all comparing to the official ones?
Click to expand...
Click to collapse
The purpose of making it is to create a clean rom for people that might not want everything customised. eg. having a blank cardboard box. You can do anything with it.
A simple rom for simple people.
The improvements will be that it might be a bit faster and a bit more space.
i will in the future be creating a rom that is customized
Make it root, take away everything except the essentials, use launcherpro as the default launcher and your done!
skribbler86 said:
Make it root, take away everything except the essentials, use launcherpro as the default launcher and your done!
Click to expand...
Click to collapse
And the people who doesn't like LauncherPro got hard luck? Ah, ok.
DonPanda said:
And the people who doesn't like LauncherPro got hard luck? Ah, ok.
Click to expand...
Click to collapse
No launcher pro.
Possible make 3 versions.
LaunchPro
ADWLauncher
Android Launcher
And yes just the essentials and root.
Good luck to you bud, hope it will be soon because would be good to see how it performs over stock and other modified Roms.
And just a little note to everyone moaning about this already. if you don't like what he is doing then you know what to do. don't download it then you won't have lost anything will you. he is doing this in his own time with no funding so maybe not should grateful. why don't you create your own Rom and then we can moan about it!!!!
Good luck to you bud, hope it will be soon because would be good to see how it performs over stock and other modified Roms.
And just a little note to everyone moaning about this already. if you don't like what he is doing then you know what to do. don't download it then you won't have lost anything will you. he is doing this in his own time with no funding so maybe not should grateful. why don't you create your own Rom and then we can moan about it!!!!
Thanks. I have started work now so it might be done in the next few days, if everything goes to plan!
When you got a bit of time mate could do with some help on the kernal update from modaco. can't seem to update it from recovery.
flyboyovyick said:
yes ok. As long as the upload and download speeds are fast. And thanks kapq!
And how do i sign up?
Click to expand...
Click to collapse
For now only I manage this small download base, if you want I can create account for you. For more details PM me.
DonPanda said:
And the people who doesn't like LauncherPro got hard luck? Ah, ok.
Click to expand...
Click to collapse
Although you are correct in some way, that wasn't a very smart question. Not everyone likes one same launcher right? But does that mean every dev and android phone manufacturer should put about ten different launchers in their ROMS to suit everyone's needs? Ah, ok!
Sent from my GT540 using XDA App

[MOD] WORKING Ad Blocking [Latest Update: 7/27/11] Report Any Non-Blocked Ads Here.

A lot of users have reported that the AdBlock & AdFree apps are not successfully blocking ads so I decided to post this thread.
This mod should work on all android versions.
You will find a "hosts" file attached to this post that includes a list of known ad-servers to block. To see more on this list visit: http://forum.xda-developers.com/showthread.php?t=509997
HOW TO INSTALL
1) Download the "hosts.zip" file from here: http://db.tt/u2og5TZ and extract the "hosts" file from the .zip file.
2) With Root Explorer or File Expert navigate to /system/etc/
3) Rename the original "hosts" file to "hosts.bak"
4) Drop in the new "hosts" file that was contained in the .zip attached to this post.
5) Set permissions to rw-r--r--
6) Reboot phone and enjoy no ads!
If you find this post useful please feel free to click that little Thanks button at the bottom of this post.
If you ever need to revert just delete the hosts file and rename hosts.bak to hosts again.
REMEMBER: Some ads support the developers who bring us these amazing roms, mods, hacks and tweaks so please be kind and donate to these wonderful devs who keep us busy flashing & customizing our devices. Without them, NONE of this would be possible.
UPDATE: If you happen to notice an ad not being blocked, please post the domain/url in this post to report it and I will continually update the hosts file.
Thanks man. I can confirm its working on ken's 2.3.4 beta 4.5 with dolphin mini
Sent from my MB860 using XDA Premium App
HoSlayer said:
Thanks man. I can confirm its working on ken's 2.3.4 beta 4.5 with dolphin mini
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
No problem at all!
Bump... any devs interested in adding this to their ROMs?
With so many people having challenges with Ad Block I'm surprised that there isn't any more clamour over this. It's one of the first things I do when I flash a new ROM. Much appreciated, man.
bongd said:
With so many people having challenges with Ad Block I'm surprised that there isn't any more clamour over this. It's one of the first things I do when I flash a new ROM. Much appreciated, man.
Click to expand...
Click to collapse
Well, there's a lot of devs who probably WONT include this in their ROMs, as some ads support the dev's efforts... and that's COMPLETELY understandable.
The issue was that I could not get AdBlock of AdFree (from the Market) to work for me and I noticed a LOT of other users reporting the same on the Atrix so I pulled this host file off of an old ROM and it worked!!
Still confirmed working on 2.3.4, all versions!
What are some good sites to test with before and after applying the hosts file?
Edit: Also, what does it mean that Ad-Free isn't working? Does it modify the hosts file, but doesn't have a good enough list of sites?
feisty_noodle said:
What are some good sites to test with before and after applying the hosts file?
Edit: Also, what does it mean that Ad-Free isn't working? Does it modify the hosts file, but doesn't have a good enough list of sites?
Click to expand...
Click to collapse
Just open up a few apps that have ads running in them. Then install the hosts file and see if the ads still display in those apps.
I didn't necessarily mean that AdFree isn't working... just that it was unsuccessful in blocking ANY ads on the apps I tested it on.
Sent from my MB860 using XDA Premium App
Thanks! I can confirm that Adfree doesn't block Ads on 2.3.4! Will give this a shot as I believe this is indispensable for me at least!
Would be nice to see someone figure out why it doesn't work on a Bell phone. Tried replacing the hosts file as well as keeping Adfree updated and it still doesn't work.
mobileweasel said:
Would be nice to see someone figure out why it doesn't work on a Bell phone. Tried replacing the hosts file as well as keeping Adfree updated and it still doesn't work.
Click to expand...
Click to collapse
I've got a Bell phone and it's working fine. Did it on half a dozen other Bell Atrix devices with various FWs and ROMs too.
Pat123 said:
Thanks! I can confirm that Adfree doesn't block Ads on 2.3.4! Will give this a shot as I believe this is indispensable for me at least!
Click to expand...
Click to collapse
Let me know if you can confirm it working please.
mobileweasel said:
Would be nice to see someone figure out why it doesn't work on a Bell phone. Tried replacing the hosts file as well as keeping Adfree updated and it still doesn't work.
Click to expand...
Click to collapse
Disable AdFree, that is what is causing the hosts file not to work for you because AdFree is trying to override it. Uninstall AdFree and then try the hosts file again.
Sent from my MB860 using XDA Premium App
bongd said:
I've got a Bell phone and it's working fine. Did it on half a dozen other Bell Atrix devices with various FWs and ROMs too.
Click to expand...
Click to collapse
Hmmm. Are you using this with a Bell sim ? For unknown reasons, myself and a few others that have Bell phones and Bell sims are having the issue.
mobileweasel said:
Hmmm. Are you using this with a Bell sim ? For unknown reasons, myself and a few others that have Bell phones and Bell sims are having the issue.
Click to expand...
Click to collapse
Nah, we're all with Rogers. When I was with Bell for a brief period I recall having this challenge. However I never actually did this mod manually. Sorry that I can't help diagnose the challenge!
DJHile said:
Let me know if you can confirm it working please.
Click to expand...
Click to collapse
I can confirm it is working fine for me on 4.5.91!
Tested it using "Spare Parts" and "ESPN Cricinfo" (cricket app)!
I still have a few in some apps but its better than before. Good job!
I would love to see this written into an application. It would make everything a lot easier. I do thank the OP for this quite useful.
Sent from my MB860 using XDA Premium App
Doesn't seem to be working very well on ninja.
Sent from my MB860 using XDA App
I am not sure this is working for me.
I replaced the hosts file in /system/etc as described and rebooted ... NYTimes app and some other still contained adds.
After that I tried replacing the hosts files (hosts and hosts.deny) in /etc as well with same result.
Still plenty of adds. There might be fewer but it's really hard to tell.
I am running unlocked & rooted ATT 2.3.4 (via the sbf Brandon15811 posted)
Thoughts?
It may not block all ads but if you can find the names of the ad servers from the ads in apps that are still showing ads we could get the host file updated to block them.
Also, did you make sure to rename the old one with the .bak extension AND set the new host file permissions to rw-r--r--?
Sent from my MB860 using XDA Premium App

Deodexing the BIONIC

With the release of the restore files I felt comfortable enough to give deodexing a shot. Everything but the BlurCalender deodexed beautifully with xUltimate2.3.1. Now to get an AOSP theme!!
I'm new to all this, what does deodexing do for us? I'm guessing it has something to do with themes since you mentioned that.
mikecheat04 said:
I'm new to all this, what does deodexing do for us? I'm guessing it has something to do with themes since you mentioned that.
Click to expand...
Click to collapse
always wanted to use this: Let Me Google That For You
haha but in all seriousness.. it will help with ROMs and Themes
Ha my NoScript addon blocked your LMGTFY
I almost knew someone was going to do that lol thanks tho man
yea same here, what did you do just remove it or left it odexed?
Using the commands for xUltimate it removes all the odex files so they will probably need to be added. I am having other issues as i did not backup the calender.apk so i need the original before i can experiment.
I ran thru and deodexed everything except the calendar. Was getting a lot of force closures.
I noticed someone else had the same and the he is looking in to it.
Sent from my DROID BIONIC using xda premium
92sho16 said:
Using the commands for xUltimate it removes all the odex files so they will probably need to be added. I am having other issues as i did not backup the calender.apk so i need the original before i can experiment.
Click to expand...
Click to collapse
Are these what you need?
TweakMyDevice said:
Are these what you need?
Click to expand...
Click to collapse
Thanks! I found a sys dump else where but still getting fc's, haven't had a chance to see what wrong.
I am having a wicked time getting past the blur calendar deodex portion using xUltimate 2.3.1. It gets there and hangs. I waited for 32 minutes to let it work it's magic but no results. Did I not wait long enough? Any suggestions?
Are you going to release an Deodexidized Rom? why is this thread in development?
kraamerica said:
I am having a wicked time getting past the blur calendar deodex portion using xUltimate 2.3.1. It gets there and hangs. I waited for 32 minutes to let it work it's magic but no results. Did I not wait long enough? Any suggestions?
Click to expand...
Click to collapse
We are going to have to wait until the xUltimate is fixed for the bionic.
I cant find any info on how to do it manually.
bigfooot said:
We are going to have to wait until the xUltimate is fixed for the bionic.
I cant find any info on how to do it manually.
Click to expand...
Click to collapse
I was able to deodex most of it with xUltimate (I just renamed Calendar to bypass it). Some work, some don't. Hoping the OP makes a deodex ROM as the thread would suggest.
kraamerica said:
I was able to deodex most of it with xUltimate (I just renamed Calendar to bypass it). Some work, some don't. Hoping the OP makes a deodex ROM as the thread would suggest.
Click to expand...
Click to collapse
Thread suggest that we are trying to do it, but we are having issues.
The stuff that did deodex is causing force closures.
Roger that.
Sent from my DROID BIONIC using XDA App
I would love to release a deodex stock rom but my calender is still messed up and i havent been able to figure out what the issue is. To be clear I am an engineer and i know some programming but i am no android expert. If you want i could post the deodexed apps and you can follow the manual steps of coping the apps to system if you want.
92sho16 said:
I would love to release a deodex stock rom but my calender is still messed up and i havent been able to figure out what the issue is. To be clear I am an engineer and i know some programming but i am no android expert. If you want i could post the deodexed apps and you can follow the manual steps of coping the apps to system if you want.
Click to expand...
Click to collapse
If you are referring to my post.
I was referring to a manual way to deodex and not use xUltimate as it is not working for the Bionic.
I was able to deoedex everything except the calendar like you.
But when I applied the files to the phone, I started getting a lot of force closures and had to start over.
I am waiting for xeudoxus to take a look and patch xUltimate to work with the Bionic.
im running a deoxeded rom right now. i manually did the /system/apps and the framework.
running smooth and nice. no fc or anything.
dadsterflip said:
im running a deoxeded rom right now. i manually did the /system/apps and the framework.
running smooth and nice. no fc or anything.
Click to expand...
Click to collapse
what process did you use to deodex?
bigfooot said:
what process did you use to deodex?
Click to expand...
Click to collapse
XUltimate. But I had to manually push the files. Been about 2 days and seems like everything is good so far.
Sent from my DROID BIONIC using Tapatalk

Kids mode apks?

Can anyone pull the kids mode apks from their tab and post them for me? I have a debated Tom that I love but my wife wants those apps back...
The only ports I can find are from the 5th and they don't quite work on this tab.
Probably don't need all the apps within the app but will need the kidsapps, kidshome, installer, landingwidget, and parental control apks...
Any help with this would be awesome.
TroyLeeWells said:
Can anyone pull the kids mode apks from their tab and post them for me?
Click to expand...
Click to collapse
Yes. Here it's:
Thank you so much! That did the trick!
Sent from my SM-T320 using XDA Free mobile app
I tried this apk and it won't install.
Sent from my SM-T320 using Tapatalk
gksmith said:
I tried this apk and it won't install.
Click to expand...
Click to collapse
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system and give rights rw-r--r--):
Click to expand...
Click to collapse
Hi,
Can you be more specific? Where to place both files? I know .apk can go anywhere, but no clue where to place other one. Can't make it work
Thanks!
kstawia said:
Can you be more specific? Where to place both files?
Click to expand...
Click to collapse
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
ViAlexSt said:
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
Click to expand...
Click to collapse
Hi! i did it, but still not working. I´m using CyanogenMod 12.1 im my sm-t320.
canikrause said:
still not working. I´m using CyanogenMod 12.1
Click to expand...
Click to collapse
Well, I would probably be surprised if that Kids Mode began to work. Firstly, it's this version of the apk for Kitkat. Second, it needs Touchwiz. Correct me if I'm wrong.
At least on CM 12.1 I couldn't run a version for Android 5.1.
not working
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
Click to expand...
Click to collapse
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
someone will probably have to have it installed then pull app data for libs folder if there are any. then you would need to flash the /data/app/name of apk folder with libs to the correct area and also the main .apk to /system/app
but then again some manufacturer's apps are not compatible with aosp or cm based roms and need porting to work
(if that is what you are running)
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
Update to latest superusersu, and use root browser or similar app
Sent from my ATRIX HD using XDA Free mobile app
Could U pls put the app link here? This app is 121MB
I tried to downloadt the app by the original installer several times, but it always stops on ~68MB !
Pls don't put the installer file here, my device has it.
note pro 12.2 3g
5.0.2
Having had a crack at this myself... On my newsed SM-T325 I just got myself. I can only suspect that the clue is in the name seckidsmode... Sec here referring to security al-la knox mode perhaps?! no, not so much as full on knox, as such. But is still tied up somehow in as far as once its gone its gone. At least this is what I found when I tried to reinstall it back onto a rooted, but otherwise stock... And 0x0 valid SM-T325.
You might not care to hear it, but the only way I was able to recover (Twice now, as I write this!), was to re-flash the current BOC1 Firmware on top of everything again. Thankfully this hasn't tripped up my Knox... yet though I need to re-install TowelRoot + SuperSU again, unlike Knox however, you can install, and use this Kids Mode while rooted. But, as to reinstall it again after you've yanked it?
Well lets say that I'm kinda interested to know that One too...
ghaith_assaf said:
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Click to expand...
Click to collapse
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Ichijoe said:
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Click to expand...
Click to collapse
Mute point now... But, I was on Stock at the time.
The only way I managed at the time to recover the Kids Mode, was to re-Stock, and to not removing it to begin with.

Categories

Resources