[JB:CM10:HYBRID][GT-N7000] PARANOIDANDROID 2.57.6 [Utacka] [130422]

sylar666

Senior Member
Dec 4, 2010
82
16
0
Anyone experiencing random soft reboots? I have stock kernel and flashed yesterday. All this morning I had found the phone asking for the SIM code like it had rebooted several times. No OC btw.

Enviado desde mi GT-N7000 usando Tapatalk 2
 

Higgsy

Senior Member
Oct 16, 2009
1,556
650
0
Smethvegas
Just to report.Flashed successfully via GB.Now few question I would like to ask because I'm new to PA:
Sound is terrible for me.Apollo can't even find my music in library and DPSManager doesn't work.How to fix this?I listen to music very often.
Try Jet Audio from the play store, I've been using it daily since moving onto PA 3 weeks ago. Its got great effects/tweaks to play around with, sound quality through there is good, but thats subjective as with most things. I find apollo basic and not user friendly, have never liked DSP manager on any version of Cyanogenmod.

---------- Post added at 11:43 AM ---------- Previous post was at 11:37 AM ----------

Anyone experiencing random soft reboots? I have stock kernel and flashed yesterday. All this morning I had found the phone asking for the SIM code like it had rebooted several times. No OC btw.

Enviado desde mi GT-N7000 usando Tapatalk 2
After I updated to the latest version yesterday, the phone soft rebooted (straight to PA boot animation and no GT-N7000 logo) just after rebuilding the Dalvik Cache, just as the lock screen came up. Has been fine since with no further soft reboots. If I remember correctly, people were getting the PIN code coming up when loosing network a week or 2 ago, could it be that?
 

lefffen1

Member
Sep 16, 2010
17
7
0
Anyone experiencing random soft reboots? I have stock kernel and flashed yesterday. All this morning I had found the phone asking for the SIM code like it had rebooted several times. No OC btw.

Enviado desde mi GT-N7000 usando Tapatalk 2

Yup same here, woke up and had to enter pin code.
 

sylar666

Senior Member
Dec 4, 2010
82
16
0
After I updated to the latest version yesterday, the phone soft rebooted (straight to PA boot animation and no GT-N7000 logo) just after rebuilding the Dalvik Cache, just as the lock screen came up. Has been fine since with no further soft reboots. If I remember correctly, people were getting the PIN code coming up when loosing network a week or 2 ago, could it be that?
You're right, and I'm loosing signal quite often too, maybe it's related. I'll try switching to hydracore

Enviado desde mi GT-N7000 usando Tapatalk 2
 

gorcutt

Senior Member
Dec 22, 2010
271
43
0
Rio de Janeiro
Hi,
After installing nightly 25, I had huge deep sleep problems, so I tried the latest Hydracore. Now my battery drains 10 percent every 20 minutes. Is this suppose to happen? Should I wait to the kernel settle down or maybe try another kernel?

Thanks!

Sent from my GT-N7000 using Tapatalk
 

Higgsy

Senior Member
Oct 16, 2009
1,556
650
0
Smethvegas
You're right, and I'm loosing signal quite often too, maybe it's related. I'll try switching to hydracore

Enviado desde mi GT-N7000 usando Tapatalk 2
Also try different modems out - there are links to a repository in OP. Changing to a different modem has helped some people. I have never had network disconnect issues myself on this ROM, I use LPT, but then some users tried this and still had them. You've really got to try them all .
 
  • Like
Reactions: sylar666

fasolka

Senior Member
Jun 10, 2010
124
18
0
Yalta
Hi,
After installing nightly 25, I had huge deep sleep problems, so I tried the latest Hydracore. Now my battery drains 10 percent every 20 minutes. Is this suppose to happen? Should I wait to the kernel settle down or maybe try another kernel?

Thanks!

Sent from my GT-N7000 using Tapatalk
I had Something like this. You have to do full wipe.
Backup apps by titanium.
Backup settings.

Sent from my GT-N7000 using xda premium
 
Last edited:

Utacka

Inactive Recognized Developer
Apr 19, 2012
1,929
5,342
0
Stockholm
www.utacka.se
ParanoidAndroid 2.15

pa_n7000-2.15-26SEP2012-134343-Utacka.zip uploaded


Changelog since previous nightly - CM10 team changes:

build: Don't build the recovery-from-boot patch on CM
MERGED ON SEP 26TH AT 11:49:11 IN ANDROID_BUILD
Add @hide to MOCK_SMS stuff
MERGED ON SEP 26TH AT 09:32:00 IN ANDROID_FRAMEWORKS_BASE
s5pc110: Add Power HAL (userspace CPU boosting)
MERGED ON SEP 25TH AT 17:08:39 IN ANDROID_HARDWARE_SAMSUNG
Revert "ril: avoid sending null aid string in getIMSI"
MERGED ON SEP 25TH AT 15:36:39 IN ANDROID_FRAMEWORKS_BASE
exynos: Apply format usage flag hack to YUV420P
MERGED ON SEP 25TH AT 14:57:33 IN ANDROID_FRAMEWORKS_NATIVE
$ CM 10 changes
$ PA changes
 

baastien

Senior Member
Dec 21, 2010
99
11
0
Hello everybody there,

What is the stock kernel of Utaka's ROM, because I would like to test Anidroid's one but I want to be sure to revert back without having to flash the ROM again. And as far from now, I do not experience any issues.
Just tell me, I'll go then to kernel repository.
Thanks
 

Utacka

Inactive Recognized Developer
Apr 19, 2012
1,929
5,342
0
Stockholm
www.utacka.se
Hello everybody there,

What is the stock kernel of Utaka's ROM, because I would like to test Anidroid's one but I want to be sure to revert back without having to flash the ROM again. And as far from now, I do not experience any issues.
Just tell me, I'll go then to kernel repository.
Thanks
You could just flash latest cm10 official kernel from chas repository thread.

Skickat från min GT-N7000 via Tapatalk 2
 

baastien

Senior Member
Dec 21, 2010
99
11
0
just flash latest cm10 official kernel
That's it !
Thank you Utaka

---------- Post added at 03:46 PM ---------- Previous post was at 03:43 PM ----------

how can i get camera to save to external sd card. don't seem to have an option ....i've lost some pictures by mistake already :(

Edit /sytem/etc/vold.fstab
• Remplace twice "sdcard0" by "sdcard1" after # internal sdcard
• Remplace twice "sdcard1" by "sdcard0" after # external sdcard
This will invert mounting points


Initial :
Code:
# internal sdcard 
dev_mount sdcard[b]0[/b] /storage/sdcard0 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 nonremovable,encryptable 
 
# external sdcard 
dev_mount sdcard1 /storage/sdcard1 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
Modified :

Code:
# internal sdcard 
dev_mount sdcard1 /storage/sdcard1 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 nonremovable,encryptable 
 
# external sdcard 
dev_mount sdcard0 /storage/sdcard0 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
reboot
 
  • Like
Reactions: alom5