www.chinaphonearena.com

Full Version: Ulefone STAR N9002
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
The news are bad news...
Even a full backup did not fix the touch issue...
I found that the "Format + download" option of SPFlashTools, format the phone and even delete the NVRAM... but even with that option, restoring the backup get did not solve it, so I still have the touch problem - just can't fix it...

So, for me the only way is buy and replace the touch.
Too bad...

PMoto.
Hi I have the same problem with my n9002 and cant find an NVRam backup. Could you be kind enough to send me a link so i can restore my imeis and comms capabilities? Thank you in advance.
Please, tell me:
Your NVRAM is missing AND the touch screen is working wrong?

I can get you a NVRAM without IMEI. I'll post later, i?m not at home...
Anyway, you can use now Droidtools 2.5.3 to restore your IMEIs. It's easy.
I'll get a NVRAM for you.
Now tell me if you get the touch problem too...
Same phone, different problem. I have a corrupt mbr on my phone, or at least wonky. [snip] basically two of my partitions report that they are waaaaaaaaay bigger then the size of the built in flash card. The only thing that has saved me from over writing random spots on my sd card is the weird mediatek 2-mbr system, one on the whole sd card, one for the main extended partition that is divided up into the system, cache, data and storage partitions.

I think I know how to fix it, I just need a good partition table. A dump with Sfdisk will provide this. If anyone has this phone (or from what I can tell, any mediatek device with an mt6582 and an 8Gb flash card), and is willing to get me one, I will be happy to give you instructions.
I can try to help you... post the procedure...
Anyway, the needrom site of Ulefone Star N9002, have a threat with a upgrade ROm for MARCH, that will change thoose values of RAM, internal memory and so on...
But in the same threat, you can find the original ROM, from JAN, and if you flash it it will restore all to real values, RAM, Memory...

PMoto.
(2014-05-06, 21:24)PMoto Wrote: [ -> ]I can try to help you... post the procedure...
Anyway, the needrom site of Ulefone Star N9002, have a threat with a upgrade ROm for MARCH, that will change thoose values of RAM, internal memory and so on...
But in the same threat, you can find the original ROM, from JAN, and if you flash it it will restore all to real values, RAM, Memory...

PMoto.

its pretty simple in my opinion, but that is only the case if you are familiar with using ADB and the shell and whatnot. your device needs busybox installed for the chmod command to work. i am assuming that busybox is installed in /system/xbin. nothing here can really mess up your phone except for the brief moment when you make your /system folder read/write.

first, you need to get a copy of sfdisk and put it on your phone. you can get sfdisk from github.

https://github.com/onyx-intl/platform_prebuilt/blob/master/android-arm/bin/sfdisk

right click on the "view raw" and choose "save link" or how ever to save it to your computer.

got to a command prompt window so you can use adb commands. i use mtkdroid tools to do this. In the bottom right corner, you’ll see ‘ADB Terminal’. Click it. A small black program window will open.

now push sfdisk to your busybox installation folder with adb.

adb push sfdisk /system/xbin/sfdisk (if you saved it somewhere else adb push c:\path\to\save\sfdisk /system/xbin/sfdisk)

now we have to make it executable. type:

adb shell
su
mount -o remount,rw /system
cd /system/xbin
chmod 755 sfdisk
mount -o remount,ro /system

so we should be ready to go at this point

we should put the dump somewhere writable so type (we still haven't exited the adb shell)

cd /storage/sdcard0

to output sfdisk type:

sfdisk -d /dev/block/mmcblk0

it will tell you what i need. now to put it in a handy file that you can attach here for me to download:

sfdisk -d /dev/block/mmcblk0 >pt.out

now you can exit the adb shell

exit
exit

(once to exit the "su" wrapper, once to exit the shell)

now transfer /storage/sdcard0/pt.out to your computer however you usually do it, come back here and post it for me to get, and i will be eternally in your debt!

let me know if you get lost anywhere in here
now we need to make it executable
I'll do my best.
I have problems with my touch, as you know, anyway this problem is in a Portuguese thread for this phone and I'm sure I'll get it for you.
Please be patient.
PMoto.
I don't know if this will fix your touch, but I came across it on dad. It is suppose to be a tool to recalibrate your touchscreen. They say run it, reboot, and it should fix everything. I can't comment because I haven't needed this (yet Smiling
I have tried that already... do nothing.
Thanks anyway.

PMoto.
Hello, I am asking you kindly for help.
I lost NVRAM on my Ulefone N9002 made by ALPS, can you please upload your backup?
The link on the portugal forum is not working anomore.
Thanks.
Pages: 1 2 3 4