New update S2+ I9105P (I9105PXWUBML1)

Search This thread

Mikulic1802

Senior Member
Dec 21, 2012
277
158
it may take several days for phone to generate statistics and for this to fully settle in. it may calibrate itself after a rom install, so.. don't be so "lol" :)

I know all that, if you think it could be much better than 5 hours of screen on time, 2 hrs of calls and all that in more than 2,5 days, you are wrong... That is very good as it is, i get 4 hours of sot and 1 hour of calls in one day
 

evgo1977

Senior Member
Jul 17, 2013
52
14
Varna
Nothing Phone 1
i think that can't be better...the phone is 6-7 monts of use...last charge before this screenshots is from 0% to 100% without interupt, some apps that i don't use is disabled...
 

Cooetzee

Senior Member
Jan 9, 2009
86
16
42
Brasov
Take a look at this...:D...if u want i can repost when battery is fully empty...I must say that i use COA firmware, almost no 3G and usuall usage of the phone(calls,sms,and 3-4 times a day on facebook).

Sent from my GT-I9105P using xda app-developers app
 

Attachments

  • uploadfromtaptalk1390480078024.jpg
    uploadfromtaptalk1390480078024.jpg
    55.9 KB · Views: 172

Dr.Slayman

Member
Mar 29, 2013
26
6
Damascus
Hi
Can any one tell me what kernel source version I have to download for this Firmware????
I want to add swap to kernel :D


Sent from my GT-I9105P using XDA Premium 4 mobile app
 

Attachments

  • 1390659533124.jpg
    1390659533124.jpg
    52 KB · Views: 106
  • Like
Reactions: Brian_SGW_CM9

Dr.Slayman

Member
Mar 29, 2013
26
6
Damascus
BTW
I already tried GT-I9105P and GT-I9105P_EUR_JU_XX models
both never passed the samsung galaxy s2 plus logo :(

Sent from my GT-I9105P using XDA Premium 4 mobile app
 

CoolDevelopment

Senior Member
Sep 25, 2013
998
1,715
Cologne
BTW
I already tried GT-I9105P and GT-I9105P_EUR_JU_XX models
both never passed the samsung galaxy s2 plus logo :(

Sent from my GT-I9105P using XDA Premium 4 mobile app

These are the right sources. Are you sure you used right cmdline, pagesize and base with mkbootimg?

BTW: To get swap working you don't need to enable it in defconfig only. You need init.d support(http://xdaforums.com/showthread.php?t=2287540) and put a script to system/etc/init.d/, wich enables swap every boot(i think with mkswap and swapon). Or you can try zram
 
  • Like
Reactions: Dr.Slayman

Dr.Slayman

Member
Mar 29, 2013
26
6
Damascus
These are the right sources. Are you sure you used right cmdline, pagesize and base with mkbootimg?

BTW: To get swap working you don't need to enable it in defconfig only. You need init.d support(http://xdaforums.com/showthread.php?t=2287540) and put a script to system/etc/init.d/, wich enables swap every boot(i think with mkswap and swapon). Or you can try zram

Thanx for ur answer ..
I used the stock boot.img cmdline , pagesize and base generated by umkbootimg .. still stuck on galaxy s2+ screen.
And about the init.d script I tried it .. mkswap works ...swapon gives "function not implanted"
I googled it .. most of the answers were "should be enabled in kernel" .. so I'm trying ..
Thanx

Sent from my GT-I9105P using XDA Premium 4 mobile app

Edit:
Will recompile .. I'm using linaro toolchain ... I'll try google's .. hope it'll work :rolleyes:
 
Last edited:

CoolDevelopment

Senior Member
Sep 25, 2013
998
1,715
Cologne
Thanx for ur answer ..
I used the stock boot.img cmdline , pagesize and base generated by umkbootimg .. still stuck on galaxy s2+ screen.
And about the init.d script I tried it .. mkswap works ...swapon gives "function not implanted"
I googled it .. most of the answers were "should be enabled in kernel" .. so I'm trying ..
Thanx

Sent from my GT-I9105P using XDA Premium 4 mobile app

I don't know, whats wrong with your kernel. I am using
Code:
mkbootimg --kernel boot.img-zImage --ramdisk boot.img-ramdisk.gz --cmdline 'console=ttyS0,115200n8 mem=832M@0xA2000000 androidboot.console=ttyS0 vc-cma-mem=0/176M@0xCB000000' --board capri --base a2000000 --pagesize 4096 --ramdisk_offset 01000000 -o boot.img
and a mkbootimg compiled from latest aosp source. I am not wondering, that swapon does not work, you need to enable swap in defconfig first and it only works with your compiled zImage
 
  • Like
Reactions: Dr.Slayman

Top Liked Posts