[APP][PORT][GUIDE][ICS/JB/KK] SocialifeNews 4.0.24.2 [2014-02-28]

Kartunkata

Senior Member
Jan 3, 2013
155
10
0
@Rizal Lovins
new sociallife Version 4.0.22.4 (for Smartphone)
”Feed notifications” added. Select feeds and get notified of the latest post every day!
”Start now” mode updated. You can add and remove the desired feeds without signing in.
Performance improvements and bug fixes
 
  • Like
Reactions: brygse

brygse

Senior Member
May 10, 2011
173
43
0
49
@Rizal Lovins
new sociallife Version 4.0.22.4 (for Smartphone)
”Feed notifications” added. Select feeds and get notified of the latest post every day!
”Start now” mode updated. You can add and remove the desired feeds without signing in.
Performance improvements and bug fixes
I can not update to its Xperia P. Where can I get a new version?
 

xtrs84zk

Senior Member
Oct 5, 2013
216
369
63
Saltillo
GUIDE HOW TO PORT SOCIALIFE TO WORK ON ALL DEVICES FOR DEV

Here is guide for you to port Socialife, this guide is for new Socialife, just little different with old Socialife

Step 1 :

- Decompile Socialife using apktool with framework from Xperia 2013 Devices
- Open Android_manifest using notepad++ then remove this line and save
Code:
<uses-library android:name="com.sony.device" android:required="true" />
Step 2 :

- Go to folder smali\com\sony\nfx\app\sfrc\scp
- Open c.smali using notepad++ then find this line

Code:
sget-object v3, Landroid/os/Build;->MODEL:Ljava/lang/String;
Replace with this line and save

Code:
const-string v3, "C6603"
Step 3 :

New Socialife doesn't support ICS ROM so you need to change sdk version from Android_manifest or apktool.yml

Code:
minSdkVersion: '[COLOR="Red"]16[/COLOR]'
targetSdkVersion: '17'
Change to this number

Code:
minSdkVersion: '[COLOR="Red"]14[/COLOR]'
targetSdkVersion: '17'
Save all change, then recompile
Don't forget to sign and zipalign again ;)

That's it, Enjoy!!! :laugh: :victory:

Exelent, works fantastic on my Xperia U running ICS. :good:
But i have a question: Can I follow these steps to port a the latest Walkman to work on ICS? :fingers-crossed: