Google Play Store v3.8.17★(All Android Version !!) - Streak 5 Themes and Apps

Google Play Store v3.8.17★(All Android Version !!)(Patched to skip self-update & Removed Device restrictions)
INSTRUCTIONS:
1)Plz backup ur existing market application.
2)Plz do a force to stop + clear data + clear cache of you old google play application before installation of this application.
If you are a GB(stock+miui+cm) user then
Download form the link & push into system/app folder set permission as rw-r--r-- & reboot ur phone.
If you are a I C S (asop +pa+cm 9+miui.us v4 +akop) user then
Download the attachment to SD and rename it to phonesky.apk and push it to system/app folder and set permission as rw-r--r-- & reboot ur phone.
If you are using JB ....(oh....still no JB for DS5.... but this supports J B also....)
DONE.....!!!!
http://db.tt/Rl6DKak3
Plz let me know whether it I'd working or not.
Adi.

This is really working on my xolo b700 ICS 4.0.4

Related

[Q] Google play on HCL ME U1

I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps
shimp208 said:
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps
Click to expand...
Click to collapse
Well, the apps now show as compatible, but I get different errors after clicking on download.
droidfan88 said:
Well, the apps now show as compatible, but I get different errors after clicking on download.
Click to expand...
Click to collapse
Try running fix permissions utility.
Sent from my SCH-I535 using xda premium
Do I have to fix permissions for Google Play??
droidfan88 said:
Do I have to fix permissions for Google Play??
Click to expand...
Click to collapse
Yes, the easiest way is to use ROM manager and select the fix permissions option or you can use the fix permissions app you can find in the play store.
Sent from my SCH-I535 using xda premium
Anybody Stock rom?
CAn anyone give me the link to the original .ftf of HCL u1...please i wanna restore my tab to default...
droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
tell me the procedure to root which u used ?
========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================
ansaziz777 said:
========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================
Click to expand...
Click to collapse
Yes, I am able to Root HCL ME u1 table
Try this link to install google play store and root the HCL ME U1:
LINK: http://tabletkinghcl007.blogspot.in/
unlockroot app is not working or able to root HCL ME U 1 tablet so try this link to roo and install google play store in HCL ME U1.
non rooted method is safe....its working in all me tablets....
What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.
electrux.chirag said:
What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.
Click to expand...
Click to collapse
======================================================================================================
No Need to edit Build.prop..............Simply use my download link and run the bat file....no build.prop edit...enjoy...
Attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy.
======================================================================================================
Custom Rom HCL ME U1 Tablet
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/
HELP!!!!
jjv007 said:
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/
Click to expand...
Click to collapse
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!
jashamara said:
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!
Click to expand...
Click to collapse
anyone?!??!?!?!??!?!?!?

(GB Mod) Themed all icon under setting with xperia zu icons

HERE I PRESENT MY 1st MOD GUYS :fingers-crossed::fingers-crossed::fingers-crossed::good::good::good:
HERE IS THE LINK OF THE NEW SYSTEM APK http://www.mediafire.com/download/8e5snv66truvt7m/Settings.apk
THIS IS MY FIRST MOD GUYS SO PLS FORGIVE ME IF I MISSED SOMETHING ND ALWAYS MAKE A BACKUP OF UR ORINGNAL APK BEFORE REPLACING IT ND BEWARE THIS MOD IS FOR MY NEO V SO I DONT KNOW IT WILL WORK ON OTHER DEVICE OR NOT BUT THE SETTING APK TAKEN FROM ARC MOD SO IT WILL BE ............
PLS DONT MIRROR THE DOWNLOAD SITE FIRST MIRROR MY THREAD
METHOD
COPY UR ORIGINAL APK ND MAKE A BACKUP FOR SAFETY
THEN DOWNLOAD MY APK ( PROVIDED IN THE LINK ABOVE DO NOT DOWNLOAD ATTACHED FILE ITS FOR GIN2JELLYBEAN) ND IF U R DOWNLOADED FOR GIN2JELLYBEAN 2.4 THEN DOWNLOAD THE ATTACHED ONE ND RENAME IT TO Setings.apk
MOVE IT TO SYSTEM ND SET PERMISSION AS R W, R, R ( MEANS TICK FIRST TWO BOX IN FIRST ROW ND THEN FIRST ONE IN SECOND AND THIRD ROW)
AFTER THAT MOVE IT TO YOUR SYSTEM/APP ND REBOOT. :good::good::good::good:
IF U R GETTING FORCE CLOSE IN DISPLAY THEn TRY THIS ONE ( GIVEN BY SOME MEMBER)
Ok look how exactly i did it.
1) I backed up my phone via cwm
2) I downloaded the new apk and copied it to my sdcard.
3) Via root explorer i mount it to R/O and copy the new apk to system/app and suddenly my system rebooted.( as i already said dont move it to system/app. First move my apk to ur system folder and set permission then move it to system/app.
4) When opened again i couldn't find the settings icon and i tried to choose settings from my notification toogle but when i did that i had forced close.
5) Then i opened again root explorer and i changed the permissions and rebooted my phone by myself.
6) Now everything is working perfectly and i have no problems to any of the options.Everything is opening normally and it looks really beautiful.
I don't know if it has something to do with but i have locked bootloader.
PRESS THANKS IF U LIKE MY WORK
awesome!
Thanks. ...
sent from my neo v gin2jellybean 2.4
nice!
nice mod, thanks hitted :good:

[ROM]Gravity_X for Xolo Q800,Fly IQ446, Gionee GN708w, AllView P5 Quad and Clones

Features-
1. Based on Android 4.2.1 but modded to look like Android 4.4
2. Android 4.4.1 Google Experience Launcher
3. Android 4.4 icons for phone, calculator, messaging and settings
4. Using Cal as the default calendar instead of stock calendar
5. Ability to use Hangouts as default messaging app.
6. Fast, smooth and beautiful.
7. A 315mb download.
8.Hangouts Video Call Not force closing
9. Camera 4.2.2 with improved auto focus and Photoshpere
10.After Reboot Free ram is 600mb +
11. And Many More
How To Install ( Tested On TWRP and not on CWM ) -
---------------------------------------------------------------------------------------------------------------------------
DISCLAIMER-
1. At times, bad things happen while flashing any ROM. Gravity_X, Me or any Team member will not be held responsible for any mishaps or anything that happens to your device.
---------------------------------------------------------------------------------------------------------------------------
1. Download all the linked files given below
2. Place all of these downloaded files onto your memory card ( internal or external, doesn't matter )
3. Flash sequence as follows -
a) Wipe Cache and Dalvik Cache
b) Factory Reset
c) Flash Gravity_Xfinal1
d) Flash update and then flash 4camnex2 one after the other
e) After Flashing all of the above,wipe cache and dalvik cache , reboot system.
3. CONGRATULATIONS! you now have Gravity_X on your phone.
4. Change wallpaper to the one provided below for the best look ( optional )
Now a fix for known bugs-
1. If Google Search crashes, replace the lib file in system/lib with the one provided below and reboot
Personalization -
1. To get swipe left on homescreen for google now, go to google settings, then search and then switch on Google Now.
Now, go back to home screen and swipe left, you will reach Google Now.
Links -
Since we're new to XDA-Developer, we are not allowed to post links.
for all download links, mail us at [email protected]
Wallpaper( suggested )- attached as an image
Credits-
Back37 for base ROM and first port
Nexus Redefined/ Alternative V4 for Base ROM
Devang K Mistry //UI Developer at Gravity_X
Chirag Jain //UI Developer at Gravity_X
Alabhya Vaibhav //Head Designer at Gravity_X
Yashwin Ghosh //Founder and Developer at Gravity_X
Aditya Garg //Founder and Developer at Gravity_X
CAL for default calendar app
Google
Google Images for Wallpaper XD
//Enjoy your new android//
Download Links -
Main Rom - https://drive.google.com/file/d/0ByT4TtWprOf-b2NPWGdGNkYwU3c/edit?usp=sharing
update - https://drive.google.com/file/d/0ByT4TtWprOf-VjBWMXFITXJyOWRXUll4cE5lVjhFWU5OekVv/edit?usp=sharing
4camnex2.zip - https://drive.google.com/file/d/0ByT4TtWprOf-OEh3a2lZallNRmlERUFfTU0xb0NrYTVHZnpJ/edit?usp=sharing
lib file( DO NOT EVEN TRY TO FLASH! UNZIP USING SOME APP AND THEN PLACE IN system/lib ) - https://drive.google.com/file/d/0ByT4TtWprOf-N2pqQXpfUVZ5REU/edit?usp=sharing
Whoz aksdad ?
aksdad said:
Download Links -
Main Rom - https://drive.google.com/file/d/0ByT4TtWprOf-b2NPWGdGNkYwU3c/edit?usp=sharing
update - https://drive.google.com/file/d/0ByT4TtWprOf-VjBWMXFITXJyOWRXUll4cE5lVjhFWU5OekVv/edit?usp=sharing
4camnex2.zip - https://drive.google.com/file/d/0ByT4TtWprOf-OEh3a2lZallNRmlERUFfTU0xb0NrYTVHZnpJ/edit?usp=sharing
lib file( DO NOT EVEN TRY TO FLASH! UNZIP USING SOME APP AND THEN PLACE IN system/lib ) - https://drive.google.com/file/d/0ByT4TtWprOf-N2pqQXpfUVZ5REU/edit?usp=sharing
Click to expand...
Click to collapse
wait what aksdad O___O
lib file( DO NOT EVEN TRY TO FLASH! UNZIP USING SOME APP AND THEN PLACE IN system/lib ) - https://drive.google.com/file/d/0ByT...it?usp=sharing
Click to expand...
Click to collapse
How do i do this? it says write protected file, cannot overwrite.
Change the permission and make it read and write ( not the lib file )
Sent from my Q800 using xda app-developers app
First of all thx for the good rom.Please tell me why the network tell me that I am in roaming?
Hmm. Others haven't had such a problem till date. Check your location according on your phone.
If that doesn't solve it, contact your network provider about your sim card
Sent from my Q800 using xda app-developers app
Phone is registered to the network correctly,no additional costs but what bothers me is the R that appear beside signal sign and keep noticing me that I am in roaming.I there a glitch that can be solved in the settings ?

[APPS][S7262][ROOT] S5 Themed Apps for Galaxy Star Pro

Here are some S5 themed apps for Star Pro GT-S7262.
Note: They were originally created by @rrgrrg and I have ported the apps on star pro.
Prerequirements:
You must have lucky patcher installed.
If you dont have, download it from attachments and follow the steps:
You must have ROOT.
1. Download and install it.
2. Give it root permission.
3. Open it and go to toolbox>patch to android and check disable signature verification in pakage manager. This will disable signature check. Reboot your device.
4. If you have xposed installed then dont follow the above step and just enable its module from xposed installer
S5 Apps
General Instructions:
1. To install these apps, push them into /system/app otherwise they might not install.
3. Make sure to set the permission rw-r--r--
4. Plese donot rename them they may not install.
5. Download files from attachments.
6. Rate thread 5 stars if you like it and answer the poll
EDIT: SystemUI is present on page 4:
http://forum.xda-developers.com/showpost.php?p=59970895&postcount=36
AROMA INSTALLER FOR SOME S5 THEMED APPS: https://www.androidfilehost.com/?fid=23991606952609936
Accuweather Widget
Download and push into /system/app and give permission rwrr.
WiFi Direct
Again push them into /system/app to send and receive files via WiFi direct.
Clock
Same for them.
WORLD CLOCK doesnot work in clock.
Music Player
Do same for these. Its widget can be resized
Dialer and Contacts
Note: Thes are only for users who use one sim.
If you use both sims then donot install these.
Radio, Samsung Sans amd S Browser
Samsung Sans is a font.
Same way to install these.
Instuctions for S Browser:
Download S Browser.zip from attachments.
Extract it. You will get three apks.
Copy all to /system/app and give permission rw-r--r--.
Important: Look in /system/app for an apk:BrowserProviderProxy.apk
It is present in stock rom along with .odex but in custom roms, .odex is not present.
Delete both BrowserProviderProxy.apk and .odex(if present).
Reboot your device to get S Browser .
Samsung Apps #1
1. Memo
2. My Files
3. Calculator
4. S Planner
Samsung Apps #2
1. Touchwiz launcher
2. Downloads
Samsung Apps #3
1. Voice Recorder
2. S Health
3. S Suggest
If you are installing voice recorder, then you have to install voice search stub to prevent error.
Email and Messages
Note: Messages is only for those users who use one sim and their other sim card slot is empty.
Bluetoth is also present in attachments.
Widgets
1. Active Applications
2. Favourite Apps
3. Program Monitor
4. Alarm Clock
5. S Planner Widget
6. Task Manager Widget
7. Assistive Light Widget
Yahoo
Yahoo and its widgets
Settings and Other Apps
1. Settings
Must install with settings:
1. Settings Provider
2. Ink Effect Settings
3. Applications Provider
Note: Settings is for single sim users.
2. Task Manager
3. Samsung Apps
Must install with it:
1. Samsung Account
2. SamsungAppsUNA
4. Settings like in Android 4.2+ (S4Settings)
5.Live Wallpapers
6. Samsung Push Service
Do they work without getting stopped? automatically?
anilsingh1605 said:
Do they work without getting stopped? automatically?
Click to expand...
Click to collapse
Please make your statement clear. I cant understand what you mean.
Its working too for S5282
Sent from my GT-S5282 using XDA Free mobile app
RendyAK said:
Its working too for S5282
Sent from my GT-S5282 using XDA Free mobile app
Click to expand...
Click to collapse
Please hit the thanks button if you like them.
Removed.

[Q] need help with my theme

I need help witH understanding how to do this it let's me download apk file but it won't let me install I've set the permissions on it. I don't know what it means by pushING to? Does it simply mean moving to? Please help. The e following are the directions can someone dumb them down please like step by step
first install nova incase of anything
To get themes to work for HTC version backup then delete htc blinkfeed from /system/app using root browser
then
intsall apk here apkmirror.com/apk/htc-cor...-apk-download/
by pushing to/system/app using root browser set permissions
next
6. Go to Settings -> Accounts -> Add new account -> HTC Account - > Create or add your account.
7. Start Sense Home Launcher, ignore the error.
8. Uninstall com.htc.launcher-7.0.518379-658052345-minAPI19.apk APK from /system/app.
9. Install HTC Sense Home apk from what you backuped up set permissions.
10. Start the Sense Launcher and download your themes

Categories

Resources