Could any of the verizon owners please provide a copy of the MediaHub.apk app as well as a copy of their build.prop just to verify the setup to use the apk on non verizon tabs. Thanks 
Using Galaxy Tab 7.7 P6800
Using Galaxy Tab 7.7 P6800
ThanksI had removed that app from my pad, but made a backup.
Anyway you can share your build.prop or take a screen shot of it. I installed the app changed my build.prop to show as verizon tab but app won't open. If anyone else can share your thoughts, thanks.I had removed that app from my pad, but made a backup.
[email protected]:~$ adb kill-server
[email protected]:~$ adb connect 10.83.94.242:8000
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to 10.83.94.242:8000
[email protected]:~$ adb shell
$ cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=HTJ85B
ro.build.display.id=HTJ85B.I815FA02
ro.build.version.incremental=I815FA02
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2
ro.build.date=Thu Jan 19 15:19:14 KST 2012
ro.build.date.utc=1326953954
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-79
ro.build.tags=release-keys
ro.product.model=SCH-I815
ro.product.brand=Verizon
ro.product.name=SCH-I815
ro.product.device=SCH-I815
ro.product.board=SCH-I815
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=s5pc210
# ro.build.product is obsolete; use ro.product.device
ro.build.product=SCH-I815
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=SCH-I815-user 3.2 HTJ85B I815FA02 release-keys
ro.build.fingerprint=Verizon/SCH-I815/SCH-I815:3.2/HTJ85B/I815FA02:user/release-keys
ro.build.characteristics=tablet
ro.flash.resolution=1080
# Samsung Specific Properties
ro.build.PDA=I815FA02
ro.build.hidden_ver=I815FA02
ro.build.changelist=619502
# end build properties
#
# system.prop for smdkc210
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
wifi.interface=wlan0
wlan.driver.apmode "unloaded"
#
# system prop for Keyguard
#
keyguard.no_require_sim=yes
ro.setupwizard.prepay_setup_url=http://quickaccess.verizonwireless.com/bbportal/oem/start.do?imsi=^1
ro.setupwizard.prepay_redir_url=quickaccess.verizonwireless.com
ro.setupwizard.timeout=60000
ro.setupwizard.host.url=http://www.google.com
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.google.clientidbase=android-samsung
ro.com.google.locationfeatures=1
ro.opengles.version=131072
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-verizon
ro.com.google.clientidbase.am=android-verizon
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.clientidbase.yt=android-verizon
ro.csc.sales_code=VZW
ro.secdevenc=true
ro.secdirenc=true
ro.secfulldirenc=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=288m
drm.service.enabled=true
ro.setupwizard.mode=OPTIONAL
ro.setupwizard.enterprise_mode=1
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.error.receiver.system.apps=com.google.android.feedback
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=3.2_r6
ro.error.receiver.default=com.samsung.receiver.error
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Good_Morning.ogg
dev.sfbootcomplete=0
dev.powersave_fps=0
ro.ril.hsxpa=1
ro.ril.gprsclass=10
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Did you install it by copying it to system/app and then rebooting or did you install it as a user app? If you copied it to the system/app directory, did you check the permissions of the file first?Thanks now I just need to figure out what to change without messing mine up lol
Using Galaxy Tab 7.7 P6800
Installed as user app. How do I check the permissions?Did you install it by copying it to system/app and then rebooting or did you install it as a user app? If you copied it to the system/app directory, did you check the permissions of the file first?
HTH.
You should uninstall it as a user app and use adb to push it to /system/app/ directory.Installed as user app. How do I check the permissions?
Using Galaxy Tab 7.7 P6800
So i used the ls -l /system/app on terminal emulator and noticed that all the apps contain a .apk and .odex extention, I also noticed that mediahub does not show up even though its in the system/app. If i click on com.Samsung.madiahub.apk I can select to install it but it says its already installed. Anyone with more knowledge if they can help me sort this out. Sorry for being such a pain in the @$$You should uninstall it as a user app and use adb to push it to /system/app/ directory.
to check permissions:
adb shell
ls -l /system/app/filename.ext
where filename.ext is the name of the apk.
Compare it to any of the other files in the /system/app fold
ls -l /system/app
The short answer is those permissions are fine.These are the permissions, not sure what that means
Sent from my SCG-I815 using xda premium
Then loose ability to get Samsung update if i do thatYou might want to just flash the rooted, deodexed stock rom found in the development section rather than try to piece together stock again. The apk I posted earlier was from my own debloated, deodexed rom.