[Q] Removing APKs before install - T-Mobile myTouch 4G Slide

I like to extract the package, see what's in /system/app and get rid of stuff I don't need before installing a ROM. Does doing so affect the integrity of the package, say with update-binary?

I'm pretty sure... I've never made an updater-script for flashing but I'm almost positive it writes every app manually to its location.......
*update
what apps where you trying to remove anyway...Bloatware?

xmc wildchild22 said:
I'm pretty sure... I've never made an updater-script for flashing but I'm almost positive it writes every app manually to its location.......
*update
what apps where you trying to remove anyway...Bloatware?
Click to expand...
Click to collapse
Mostly Bloatware and sometimes custom stuff cooks put in that I have no interest. (i hope it doesn't violate the community code as long as i don't re-distribute it as my own). My question was mostly regarding update-binary as update-script is usually pretty easy to understand but i can't see what's in update-binary and it's usually quite big. Thanks!

Well you can wait for tomorrow when I release my update of my MR Root script on the dev page ( http://forum.xda-developers.com/showthread.php?t=1374297 ) or you can install the ROM, get Root explorer or file expert (I use file expert), goto system/app, then delete to your liking.

xmc wildchild22 said:
Well you can wait for tomorrow when I release my update of my MR Root script on the dev page ( http://forum.xda-developers.com/showthread.php?t=1374297 ) or you can install the ROM, get Root explorer or file expert (I use file expert), goto system/app, then delete to your liking.
Click to expand...
Click to collapse
Yeah...i used to do that but nowadays i like to rid them before they spawn in my device. Kind of just my own thing anyway. The MR Root script seems like a powerful tool, I'll take a closer look at it tomorrow and see what I can get out of.

You can just remove bloatware through either Titanium or Absolute System. First thing I always get rid of is Wifi Calling.
Sent via smoke signal.

Related

Skinning this android!

Un so um jesusfreke if I understand all this and I'm not shure I fully do, but if I take out thr framework-res.apk un pack it edit it pack it all back up and sign it with thr sighnapk.jar utility and throw it back on my phone which has been moded with your boot recovery and update it will work....well at least in theory????? What's the worst that could happen at a failed attemtp do ya think?
worst that could happen?
brick phone. and I dont mean zack morris.
But assuming you know what everything you just typed actually does, should be fine.
VR4Stryph said:
Un so um jesusfreke if I understand all this and I'm not shure I fully do, but if I take out thr framework-res.apk un pack it edit it pack it all back up and sign it with thr sighnapk.jar utility and throw it back on my phone which has been moded with your boot recovery and update it will work....well at least in theory????? What's the worst that could happen at a failed attemtp do ya think?
Click to expand...
Click to collapse
I think you also have to re-sign all the .apk files in the /system/app folder. I just tried this last night and it all worked. I modified the default background in framework-res.apk. So now my phone is using the default background image with ugly black lines that I painted on it in gimp (see screenshot)
The only caveat is that you may have to reset the phone once you re-sign all the apks (alt+w in recovery mode). You will lose all your installed applications and data, and you'll have to re-enter your google account and password when you boot back up.
Try it without reseting, and if your phone acts weird, then try a reset and it should smooth things back out. After that point, you should be able to modify framework-res.apk without having to reset again.
The worst* that will happen is that you can't boot the phone normally. If that happens, put the modified RC30 update back onto your sd card somehow (external reader, another phone that uses miniSD cards, etc), and then boot into recovery mode and re-apply the modified RC30 update.
*I make no guarantees you won't brick your phone of course . But I can't think of anyway you would by doing this.
This isn't exactly skinning but it might help you start:
I modified the Launcher.apk so I could have my own wallpaper in the wallpaper gallery and take out the ugly stuff. Im sure you could change other resources in this and possibly other apk's as well.
I downloaded the android source from here http://source.android.com/download then slightly changed the source for Launcher.apk and recompiled it (make Launcher). My modified Launcher.apk worked fine on the emulator so I remounted my G1's /system partition as rw and replaced /system/app/Launcher.apk with my version and removed Launcher.odex then rebooted (dont forget to save the originals if you try this). So far its been working great in JesusFreke's modified RC30.
A screenshot of the modified wallpaper gallery is here: http://x8x.us/android/device.png
The signed modified Launcher.apk is here: http://x8x.us/android/Launcher_modified_wallpaper.apk
A tarball of the modified source is here: http://x8x.us/android/Launcher_modified_wallpaper.tar.gz
You can browse the modified source directory here: http://x8x.us/android/Launcher_modified_wallpaper/
The only changes I made were to src/com/android/launcher/WallpaperChooser.java and the res/drawable/wallpaper_*.jpg files.
Hopefully this will help you make similar changes on your own, at least until Google comes up with an easier method for changing skins and such. And maybe a wallpaper gallery thats not static!
Being able to do things like this are what I was hoping for when I bought the G1, sucks that they won't allow people to choose to enable root.
I just saw a detailed post from Living_Sword over at modmygphone on how to make the re-signing thing work. Thought y'all might be interested
http://www.modmygphone.com/forums/showthread.php?p=16871#post16871
JesusFreke said:
I just saw a detailed post from Living_Sword over at modmygphone on how to make the re-signing thing work. Thought y'all might be interested
http://www.modmygphone.com/forums/showthread.php?p=16871#post16871
Click to expand...
Click to collapse
Looks alot like the method you described above... umm... there any way to backup text messages yet.. iv'e got a few hundred that i'd like to keep :*(
VR4Stryph said:
Looks alot like the method you described above... umm... there any way to backup text messages yet.. iv'e got a few hundred that i'd like to keep :*(
Click to expand...
Click to collapse
It is. He took my idea and ran with it.
Re: backing up text messages.. not sure. Let me play with it a bit and get back to you
JesusFreke said:
It is. He took my idea and ran with it.
Click to expand...
Click to collapse
lol I never ran away with your idea. I acknowledge it as yours and thanked you for the idea in the original post here.
I know we are all trying to get the best out of our G1 and stealing ideas isn't the right way to go about it. Hope I cleared all misunderstandings
I didn't mean that in a bad way I saw your article and was like "oh cool! He got it to work."
just to clarify...
the default wallpapers you see in the Wallpaper Gallery activity are embedded in Launcher.apk?
i always thought it read some directory of images.
i guess that explains why the process for converting images from the Pictures activity requires crop/resizing and the gallery activity doesn't.
JesusFreke said:
I just saw a detailed post from Living_Sword over at modmygphone on how to make the re-signing thing work. Thought y'all might be interested
http://www.modmygphone.com/forums/showthread.php?p=16871#post16871
Click to expand...
Click to collapse
If i am just modifying a pic (.png) in the apk, does the apk still have to be resigned?
yes, it does need to be resigned.
Modifying Wallpaper Gallery
ive been trying to find a way to add my own wallpapers to the gallery and it seems its no easy task, isnt there a way to redirect the path to make it look in a directory? im a linux noob (especially on devices like this) so if im asking a dumb question i dont know that i am
also.. if the only route is to modify the launcher package, is it possible to add as many as you want? or is there a limit to how many you can put in/replace?
best bet is to modify the apk (i think it's launcher but it may be framework-res) but as far as i know you can only replace the wallpapers there unless you wanna try some hex edits
Apotheo said:
I downloaded the android source from here http://source.android.com/download then slightly changed the source for Launcher.apk and recompiled it (make Launcher).
Click to expand...
Click to collapse
im trying to create my own Launcher.apk so i can include my own wallpapers into the Wallpaper Gallery. Everytime i type "make Launcher" (im in the /packages/apps/ dir) it just says:
make: Nothing to be done for `Launcher'.
so i figured i would try going into the Launcher dir, then trying it... then i get this:
make: *** No rule to make target `Launcher'. Stop.
how do you compile these things? ive also tried opening it in eclipse with the android plugin but when i try to compile it tells me to fix like 300 something errors first.

Working su for all apps on gingerbread leaks

http://www.mediafire.com/?5dxoef8ib247ena
would you mind making a zip for your red theme to work on ef02 instead?
Maybe I'm missing something. A su that works for all apps... for gingerbread...What?
Noting the snippets from your updater-script (you might want to edit this in the future)
Code:
ui_print("Superuser 2.3.4 for Eclair/FroYo");
ui_print("Written by: ChainsDD");
su really hasn't changed much from eclair-gingerbread.. it's nearly the same binary just patched for a few different file system here and there.
Leaves me to ask again, working su? They all work.
If you want to link to anything, don't just link to an arbitrary updated superuser.
There's a huge problem with this as super user is signed by a public key that everyone has access too. Without having a hardcoded pid for the specific service, anyone on the market or any "developer" can grab said key, sign another malicious utility with it and brick nearly every android device.
But that's irrelevant as I don't even see you getting that far. I'm just confused by this post as it has 1) no detail 2) holds no merit.
actually to be fair its chain's from his post.. i snagged it and renamed it su.zip for the nexus s 4g one click. when i was testing rroting ef02 i uploaded just the zip.. its posted in that thread.. so decad3nce please forgive me.. ill try to kang better next time ;P
you guys dont understand, the old su.zip didnt have sh
sh? you mean that file thats on android to begin with? thats how oh.. EVERYTHING runs? trust me ive seen the effects of a phone without sh... there is no reason to add it in... unless its bash sh you're nicely replacing stock sh for everyone?
marcus your website is down
No. I had some problems with root in my rom because of a bad /system/bin/sh/
Sent from my SPH-D700 using XDA App
sounds like an error with the rom. not android
sounds like an error with the rom. not android
Click to expand...
Click to collapse
On this new release some people were complaining about root not working on done apps.same problem with my v6 rom. I applied the same fix.
Sent from my SPH-D700 using XDA App

Hulu Plus not supported on Skyrocket...WAHT!

Not that I would pay for Hulu, but I watch their free content sometimes. This is a travesty.
yea I noticed this yesterday too...disappointing.
HULU works on the skyrocket........
just use one of the deodexed roms(like this one-- http://forum.xda-developers.com/showthread.php?t=1341616), which will let you edit the libs of the Flashplayer. use the Libflashplayer.so hack that is on xda replace it and give it the proper premission and BAM!!!! you got hulu
have been watching hulu on my phone since melvin dropped his first rom.
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
the2rrell said:
HULU works on the skyrocket........
just use one of the deodexed roms(like this one-- http://forum.xda-developers.com/showthread.php?t=1341616), which will let you edit the libs of the Flashplayer. use the Libflashplayer.so hack that is on xda replace it and give it the proper premission and BAM!!!! you got hulu
have been watching hulu on my phone since melvin dropped his first rom.
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
Click to expand...
Click to collapse
Yeah, but.. Would be nice if it worked on Stock Rom.
fonewiz said:
Yeah, but.. Would be nice if it worked on Stock Rom.
Click to expand...
Click to collapse
it IS a stock rom, its just deodexed(allows manipulation) but its str8 stock even has all those crap apps that you might like stock kernel as well.
the2rrell said:
it IS a stock rom, its just deodexed(allows manipulation) but its str8 stock even has all those crap apps that you might like stock kernel as well.
Click to expand...
Click to collapse
I know that but what I consider stock is a ROM that hasn't been messed with at all.
I normally run Cyanogen Mod 7 but it's not available yet.
No, I don't like the crap bloatware apps.
Thing is, I will not die without Hulu and it's not enough reason for me to grab the first thing that comes along and install it.
I am actually enjoying the stock rom on this phone. Can't do everything I am used to but, I have to say that it's been pretty nice.
I will likely consider Cyanogen when it comes out for this phone but I am going to have to think pretty hard at this point. That rom has caused nothing but issues for me on multiple phones in regards to GPS which I rely on quite a bit. I know there are fixes and I got my GPS working after a lot of hassle on my Evo but never had success fixing it on my Inspire. Been nice having my GPS working without an issue on my Skyrocket. So... At this point, I just don't want to mess with the stock rom until I have a chance to evaluate it more.
My phone is rooted and that seemed to be all I needed to edit the needed files in the past but I guess not in this case.
Didn't Hulu come out recently and say they are supporting all Android devices now or was that Netflix?
fonewiz said:
I know that but what I consider stock is a ROM that hasn't been messed with at all.
I normally run Cyanogen Mod 7 but it's not available yet.
No, I don't like the crap bloatware apps.
Thing is, I will not die without Hulu and it's not enough reason for me to grab the first thing that comes along and install it.
I am actually enjoying the stock rom on this phone. Can't do everything I am used to but, I have to say that it's been pretty nice.
I will likely consider Cyanogen when it comes out for this phone but I am going to have to think pretty hard at this point. That rom has caused nothing but issues for me on multiple phones in regards to GPS which I rely on quite a bit. I know there are fixes and I got my GPS working after a lot of hassle on my Evo but never had success fixing it on my Inspire. Been nice having my GPS working without an issue on my Skyrocket. So... At this point, I just don't want to mess with the stock rom until I have a chance to evaluate it more.
My phone is rooted and that seemed to be all I needed to edit the needed files in the past but I guess not in this case.
Didn't Hulu come out recently and say they are supporting all Android devices now or was that Netflix?
Click to expand...
Click to collapse
I agree the Stock rom on the SR is great thats why im not even worried about not having 5 or 6 roms to choose from. i thinks its pretty nice as is. but i like to be able to edit certain files. and i think all you need it root explorer and you CAN edit pretty much everything on the phone.
but i didnt notice that you cant edit the build.prop, or the libs. i had to pull the build prop and edit on my comp and push it back.
and CM7 is a buggy nice little rom one of those things were you deal with the problems cuz its so damn nice. same with miui.
the2rrell said:
I agree the Stock rom on the SR is great thats why im not even worried about not having 5 or 6 roms to choose from. i thinks its pretty nice as is. but i like to be able to edit certain files. and i think all you need it root explorer and you CAN edit pretty much everything on the phone.
but i didnt notice that you cant edit the build.prop, or the libs. i had to pull the build prop and edit on my comp and push it back.
and CM7 is a buggy nice little rom one of those things were you deal with the problems cuz its so damn nice. same with miui.
Click to expand...
Click to collapse
What did you change in the build.prop? The manufacturer, the model screen settings? I have done this on multiple devices including my Honeycomb tablet. My HoneyComb tablet (Acer A100) is running stock rom and I know I was able to edit the build.prop on that just using ES Explorer.
Let me know what to change and I will give it a whack, after backing up the build.prop file and making a nandroid
fonewiz said:
What did you change in the build.prop? The manufacturer, the model screen settings? I have done this on multiple devices including my Honeycomb tablet. My HoneyComb tablet (Acer A100) is running stock rom and I know I was able to edit the build.prop on that just using ES Explorer.
Let me know what to change and I will give it a whack, after backing up the build.prop file and making a nandroid
Click to expand...
Click to collapse
i just wanted to edit the DPI.......but had no luck with RootExplorer. or Prop editor.
i had to use note pad on my PC.
the2rrell said:
if for some reason you just cant manage to find the Hack i will post it up for you and give credit to the Dev.
Click to expand...
Click to collapse
I've been looking all over for the Libflashplayer.so Hack... I can't find one that applies to Flash 11.
Anyone find the link?
jmreed97 said:
I've been looking all over for the Libflashplayer.so Hack... I can't find one that applies to Flash 11.
Anyone find the link?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Slider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
the2rrell said:
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Spider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
Click to expand...
Click to collapse
I did that, no luck. I double and triple checked the instructions. I did not do the stagefright thing or use the APK available.
fonewiz said:
I did that, no luck. I double and triple checked the instructions. I did not do the stagefright thing or use the APK available.
Click to expand...
Click to collapse
what permissions did you give it?
are you on the STOCK rom?? if so thats the problem<<
the2rrell said:
what permissions did you give it?
are you on the STOCK rom?? if so thats the problem<<
Click to expand...
Click to collapse
I have it permissions specified in the post.
Yes, I am on Stock but I didn't see that running a custom ROM was required.
Thanks for the help.
fonewiz said:
I have it permissions specified in the post.
Yes, I am on Stock but I didn't see that running a custom ROM was required.
Thanks for the help.
Click to expand...
Click to collapse
It shouldnt be......
may i ask what files you are seeing in the Lib folder on the com.adaobe.flashplayer.
you shouuld have four files in there already right? i have seen it where it is empty sometimes and that means this wont work. ALSO if you unistall flash and reinstall flash 11 it repopulate the lib folder and i have had luck with this as well. once you get it will stick though. you wont have to this every reboot or anything.
the2rrell said:
http://forum.xda-developers.com/showthread.php?t=1119530 <<<<Thanks Spider
here is a full thread about how to use it......just ignore the apk and stage fight.
all you need to do is grab the .so file and insert into the data/data/com.adobe.flashplayer/lib and change the permissions
and your done
Click to expand...
Click to collapse
Sweet! Thanks!
It's working great for me.
FYI - this is on top of the SkySTOCKeteer rom.
the2rrell said:
It shouldnt be......
may i ask what files you are seeing in the Lib folder on the com.adaobe.flashplayer.
you shouuld have four files in there already right? i have seen it where it is empty sometimes and that means this wont work. ALSO if you unistall flash and reinstall flash 11 it repopulate the lib folder and i have had luck with this as well. once you get it will stick though. you wont have to this every reboot or anything.
Click to expand...
Click to collapse
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
syairahhanis said:
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
Click to expand...
Click to collapse
thats the Internal SD....you have to go through Data/Data/Com.adobeflashplayer.lib/Lib<<<<you will find it in there.
but i believe you have to be on a DEODEXED rom....not the stock unless you know how to pull a lib file from the phone extract and edit. then push it back(this meathod is harder)
syairahhanis said:
On my skyrocket flash 11 is already installed and i ve updated it to 11.1. however i cant seem to find the "com.adobe.flashplayer." folder at all
ive attached a picture of my folders.
Click to expand...
Click to collapse
You also need root access. I used root explorer (from the market) to access the appropriate folder on my phone.
jmreed97 said:
You also need root access. I used root explorer (from the market) to access the appropriate folder on my phone.
Click to expand...
Click to collapse
this is true, but even with root on the stock rom(odexed) i dont think you can edit the lib files.
im pretty sure.

First try at modding.

Ok. I am trying to convert a very nice chinese rom for the samsung captivate, to have english on the ui buttons instead of chinese. I have an idea how to go along with this, and the software, wish me luck and I will keep you updated on my progress with the rom modding. I hope to upload a compleat rom which is satisfactory, soon'er or later. Alot of .apk modding, rom testing, and apk signing will be needed on my part. I'll try to keep it nice like they made it, and the english support is all ready there just not on all the .apk applications included, that's my main goal to get the application buttons 100% ok!.
Frustrating. I just got the rom onto my captivate and the top bar was gone, so that mean's deleteing launguage settings wont take away the chinese interface words on the buttons and also destroy's the top bar. : \ I'm working on it though, I mean it seem's to be an application only issue but I don't want to rid the rom of applications just to get rid of chinese words for english words on some buttons. Any ideas? sry for my spelling. Btw I took those launguages out of SystemUI.apk & GoogleServicesFramework.apk, and i did it with Apk Manager here on windows 7.
Well that project went down the tolit, i'm too new to be trying that just yet, i'm just messing around with adb in cmd on windows for now, it's fun trying to figure things out and mess with my phone remotely! i'll let you guy's know if i find out any thing usful, thank you! : )
Keep at it. A long journey starts with but a single step..:good:
Thank you Grant Barker. I will keep at it, my brother I use his usb cable, he get's annoyed when his hp touchpad is getting low on charge and I got the cable lol, trying to figure out and test stuff with android. I test alot of rom's I find online and a few I really like, i'm more in for flashing a new rom than using one which is strange, also more into screwing around with the files than the normal day to day end user would ever dare doing. I like the stock captivate rom, I see issues though, the old JF6 version (stock) ran smooth as silk with a few audio glitches at boot and a lil lag at first run, but otherwise an ok version even today it still run's well for day to day tasks, the kk4 version (stock) is another story, at boot it has very bad visual lagging, i mean once it get's going it's ok but still there is alot of lagging with tasks, I think the hardware was better off with the intended first rom and JF6 kernel, but then there is the outdated issue with JF6 and i'd like to see a rom made from that version to flash and test, also i want to try and make a rom my self from that JF6 stock version better suited for today's online and offline world. Clean and simple that's how I like it. :fingers-crossed:
you seem young, keep at it...you will be a recognized dev in no time :laugh:
Ok! here is a modded .apk you can install in the system/app directory of you're captivate with kk4 rom, please remember to delete or backup the SystemUI.apk from you're system/app directory before! trying this if you want to test my first fairly simple attempt using android sdk and other tools. :highfive: Hope you like it! might even get a laugh.
I forgot to say thank's 2 up ^ thanks. I have a question. How do I get a rom i've modified with the kernel into a zip ready to be flashed, using cwm or any other custom recovery for installing .zip ready made roms. I just don't know how to intigrate all that data wipe and install stuff into a .zip file, do I just? put the main / directory into the zip and hope cwm does the rest lol, I know adb can push the files and folders but it has issues trying to delete un-empty folders which is a pain in the rear end, it like says file system is read read only or says folder not empty when i try to delete a folder but it docent care if i delete system files. Under c:\adb shell , then $ rmdir /system/app , it babbles on about the folder not being empty, even after installing the latist superuser binaries and superuser.apk and busybox with all its jargon tool addons or whatever there called. I just want any advice where to look or how to try setting up a .zip with a rom i've modified, so it can just be installed through cwm or any others like that. Thanks! : )
I'm messing with this rom at the moment http://www.downloads.bombaymobiles.in/index.php?dir=Samsung%20Flash%20files/I897/&file=I897UCJE5.zip it's the erliest version I could find for captivate that's downloadable. If you can find a download link which works for I897UCJE4.tar or .rar or .zip.. my mind will be blown..
Hmm I wonder what this is :highfive: oh ya! it's the KB1 stock kernel :silly: It was so easy to get I dunno why no one else had it. Oh! and what's this :silly: http://www.mediafire.com/?i47m7nmcnd66zgr Could it really be the I897UCKB1 Rom in .tar format, my captivate say's yes! :highfive: it is!

SM-T116bu Kernel?

I just bought a Samsung tab 3v then I successfully rooted it using this: ( www 4shared com/get/4sFqkNODba/ ) but after I did that I could no longer use the camera (error then force close) so I'm asking if anyone could help me with that please? I did few research they said it's something about the kernel so anyone could provide me with one for my phone?
Someone please help me with this? At least provide me with an already rooted rom.
Stanwar said:
Someone please help me with this? At least provide me with an already rooted rom.
Click to expand...
Click to collapse
have a look through these and see if you can find a kernel :
https://www.google.com/search?q=SM-...es_sm=93&ie=UTF-8#q=SM-T116bu+return+to+stock
i didnt see any promising leads on google for a rom, so your only alternative may be to return to stock. have a look through these for a possible way to do that :
https://www.google.com/search?q=SM-...es_sm=93&ie=UTF-8#q=SM-T116bu+return+to+stock
one small tip for future reference.
you should figure out how to fix your phone and have the tools and files on hand before making any modifications.
personally, i never do anything to my phone before thoroughly learning how to fix it, and if i cant find a way, then i dont mod it.
i see all the time on here, people frantic because they broke their phone and dont have a clue how to fix it.
in some cases there is no way to fix it because the files are not available, its really important to know that before you break it.
bweN diorD said:
one small tip for future reference.
you should figure out how to fix your phone and have the tools and files on hand before making any modifications.
personally, i never do anything to my phone before thoroughly learning how to fix it, and if i cant find a way, then i dont mod it.
i see all the time on here, people frantic because they broke their phone and dont have a clue how to fix it.
in some cases there is no way to fix it because the files are not available, its really important to know that before you break it.
Click to expand...
Click to collapse
Didn't you actually 'think' that I already searched for that on Google? Please try to 'think' that if you don't do mistakes you will never learn so yeah not breaking your phone doesn't mean you're smart OR intelligent.
Stanwar said:
Didn't you actually 'think' that I already searched for that on Google? Please try to 'think' that if you don't do mistakes you will never learn so yeah not breaking your phone doesn't mean you're smart OR intelligent.
Click to expand...
Click to collapse
There's no need to be rude... He was trying to help you
Stanwar said:
Didn't you actually 'think' that I already searched for that on Google? Please try to 'think' that if you don't do mistakes you will never learn so yeah not breaking your phone doesn't mean you're smart OR intelligent.
Click to expand...
Click to collapse
i never implied that you or anyone else wasnt "smart or intelligent"
i have broken my phones many times. the difference between me and a lot of users i see posting here is, i think about what would happen if i do something and it breaks the phone, before i actually do it. then i go and find out how to restore stock, and gather the files and tools first. then i actually restore stock, just so im sure i know how to do it first.
i see and help countless users here on xda, and frequently see people run to flash things they think they have to have right away. frequently that is followed by post pleading for help, because they failed to understand the journey, and chose to jump right to the finish line.
so yes, i agree, not breaking your phone doesnt make you smart or intelligent. knowing how to fix it, and helping others to fix theirs for many years, at minimum should gain those of us who help others a little respect, because we dont get paid to, nor have any obligation to, help anyone.
sdeepb said:
There's no need to be rude... He was trying to help you
Click to expand...
Click to collapse
How come? Posting a Google link is actually helping? Then next time someone asks who's that guy, you tell him Google it. I did come here for a reason, which is finding a developer who can make a prerooted rom for me since it doesn't exist anywhere in the Web.
Anyway I found a solution I will post it here in case someone needed it:
1- Flash the tablet with stock rom (the one of your SM-T116bu) skip to 2 if you already have the stock rom and you only want to root the tablet.
2- Get a file explorer (ES explorer or root explorer).
3- Browse to system/lib and copy the whole lib folder and put it somewhere you can access it later.
4- Flash your tablet using the prerooted SM-T116nu rom (link is above).
5- Using the root explorer replace all files in the system/lib which has a 'camera' word in their name with the same files name from the lib folder of the stock rom, do the same with the files in system/lib/hw6- Reboot your device and the camera should work again.
Stanwar said:
How come? Posting a Google link is actually helping? because believe it or not, some people dont know the best key words to get the results that would actually be helpful, and a lot of times, they dont try at all. so occasionally i try to point them in the right direction, in the hope that they will actually try to help themself, because i cant be of further assistance. Then next time someone asks who's that guy, you tell him Google it. I did come here for a reason, which is finding a developer who can make a prerooted rom for me i can tell you right away, thats not going to happen. this site isnt a place where devs sit waiting for people to make request, so they can make stuff for them. xda is a place where you come to learn how to make it yourself, if you dont already know how, and support the community with it. since it doesn't exist anywhere in the Web.
Anyway I found a solution I will post it here in case someone needed it:
1- Flash the tablet with stock rom (the one of your SM-T116bu) skip to 2 if you already have the stock rom and you only want to root the tablet.
2- Get a file explorer (ES explorer or root explorer).
3- Browse to system/lib and copy the whole lib folder and put it somewhere you can access it later.
4- Flash your tablet using the prerooted SM-T116nu rom (link is above).
5- Using the root explorer replace all files in the system/lib which has a 'camera' word in their name with the same files name from the lib folder of the stock rom, do the same with the files in system/lib/hw6- Reboot your device and the camera should work again.
Click to expand...
Click to collapse
^^^^^
Stanwar said:
How come? Posting a Google link is actually helping? Then next time someone asks who's that guy, you tell him Google it. I did come here for a reason, which is finding a developer who can make a prerooted rom for me since it doesn't exist anywhere in the Web.
Anyway I found a solution I will post it here in case someone needed it:
1- Flash the tablet with stock rom (the one of your SM-T116bu) skip to 2 if you already have the stock rom and you only want to root the tablet.
2- Get a file explorer (ES explorer or root explorer).
3- Browse to system/lib and copy the whole lib folder and put it somewhere you can access it later.
4- Flash your tablet using the prerooted SM-T116nu rom (link is above).
5- Using the root explorer replace all files in the system/lib which has a 'camera' word in their name with the same files name from the lib folder of the stock rom, do the same with the files in system/lib/hw6- Reboot your device and the camera should work again.
Click to expand...
Click to collapse
1. First respect others, no one gets paid or forced to do anything here
2. What kinda help you want ? if you want the most perfect thing all the times than I'm sorry as we only have humans here, not super computers with everything stored on them !
T116BU Tab E Rooted Without Camera or Unrooted? I want neither... Can anybody help?
Stanwar said:
How come? Posting a Google link is actually helping? Then next time someone asks who's that guy, you tell him Google it. I did come here for a reason, which is finding a developer who can make a prerooted rom for me since it doesn't exist anywhere in the Web.
Anyway I found a solution I will post it here in case someone needed it:
1- Flash the tablet with stock rom (the one of your SM-T116bu) skip to 2 if you already have the stock rom and you only want to root the tablet.
2- Get a file explorer (ES explorer or root explorer).
3- Browse to system/lib and copy the whole lib folder and put it somewhere you can access it later.
4- Flash your tablet using the prerooted SM-T116nu rom (link is above).
5- Using the root explorer replace all files in the system/lib which has a 'camera' word in their name with the same files name from the lib folder of the stock rom, do the same with the files in system/lib/hw6- Reboot your device and the camera should work again.
Click to expand...
Click to collapse
Thanks, but your method soft bricks (black screen, can't operate the phone at all after booting) the phone until I flash the rooted or the official ROM again. There's no hw6 folder either, just hw and even changing only the lib files with camera in their names will also soft brick the phone.
I found a solution!!!
Restored my phone to the latest official ROM, then flashed the tiny file from the topic below using ODIN.
http://forum.xda-developers.com/devdb/project/?id=10223#downloads
Worked like a charm!
Fdamaral said:
Thanks, but your method soft bricks (black screen, can't operate the phone at all after booting) the phone until I flash the rooted or the official ROM again. There's no hw6 folder either, just hw and even changing only the lib files with camera in their names will also soft brick the phone.
I found a solution!!!
Restored my phone to the latest official ROM, then flashed the tiny file from the topic below using ODIN.
http://forum.xda-developers.com/devdb/project/?id=10223#downloads
Worked like a charm!
Click to expand...
Click to collapse
The solution was so nice that I even made a short video explaining what I did with my Samsung Galaxy Tab E SM-T116BU from Brazil!!

Categories

Resources