Verizon owners...

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
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 :D

Using Galaxy Tab 7.7 P6800
 

prscott1

Senior Member
Nov 5, 2007
807
23
0
Houston
Here ya go.

Code:
[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
 

prscott1

Senior Member
Nov 5, 2007
807
23
0
Houston
Thanks now I just need to figure out what to change without messing mine up lol

Using Galaxy Tab 7.7 P6800
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.
 

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
So i tried to modify the build.prop by changing GT-P6800 to SCH-I815 to spoof the app into thinking its installed in a Verizon tab but no luck. Any suggestions?

Using Galaxy Tab 7.7 P6800
 

prscott1

Senior Member
Nov 5, 2007
807
23
0
Houston
Installed as user app. How do I check the permissions?

Using Galaxy Tab 7.7 P6800
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 folder
do

ls -l /system/app
 

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
The thing is that I don't know how to use adb, but I have already copied it to the system/app. I don't know what else to do for it to work, that's if it even will work. It shows up as com.Samsung.mediahub.apk

Using Galaxy Tab 7.7 P6800
 
Last edited:

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
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
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 @$$ :eek:

Using Galaxy Tab 7.7 P6800
 

teiglin

Senior Member
Jul 7, 2011
627
134
0
These are the permissions, not sure what that means



Sent from my SCG-I815 using xda premium
The short answer is those permissions are fine.

If you want a bit more detail, unix filesystems have three permissions per file, and each permission assigned to three categories of users. The permissions are read, write, and execute, and the user categories are owner, group, and everyone, respectively. So you have rw-rw-r-- meaning that the owner (usually root for android files) and everyone in the file's group (in android terms, anyone with the permission to read/write the sd card) can read and write but not execute the file, and everyone can read it. The last one is the most important, that everyone have read permission. If you're wondering why an app doesn't need "execute" permission, just remember that permissions are a low-level filesystem construct and apps are actually packages of higher-level stuff. Execute permission is only relevant to native binaries (think .exe files in Windows) and scripts (think .bat files). The latter is relevant if you ever modify your init.d scripts, as they need to be executable.

As for why the app isn't working, I have no idea. You could try to change your build.prop again with SCH-I815 instead of SCG-I815 like you seem to have currently (at least, according to your forum signature thing). I'm not surprised that Samsung would lock down their hub apps per device though. Have you tried media hub apk from SGS2 or something similar?
 

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
You know what I thought I had changed the build.prop back to read gt-p6800 but I guess I didn't, thanks for that. I did make changes to the build.prop to read sch-i815 as per another member that provided their verizon build.prop and i kept getting screen refreshes so i had to restore the system. I don't know what else to try. I am sure it could be done as I was able to do it on my original tab using mediahub and build.prop from att tab and run it on tmobile tab and it worked so i thought this would be the same. If i where to use the mediahub hub from the sg2 I would be stuck in the same predicament. Hopefully someone whit a lot more knowledge can shade some light. Thank you for the info and help.
 
Last edited:

prscott1

Senior Member
Nov 5, 2007
807
23
0
Houston
You 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.
 

adinis78

Senior Member
Sep 29, 2010
1,524
53
0
Harrison, NJ
You 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.
Then loose ability to get Samsung update if i do that

Sent from my GT-P6800 using xda premium