Hi Guys,
I have a Chinese Clone for the Samsung Galaxy Note GT-i9220
its specs are Processor : MTK6513, Ram : 265, Rom : 512, Android : 2.3.4, Camera : 3MB
multitouch Screen , dual SIM ..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My problem now that i got boot loops at android logo , and that happened after some play with the screen dbi
I tried to do a factory reset using the default Android Recovery , but the menu appears and no buttons works to Select any item .. no (ok) button you just can scroll up and down!!
so if anyone knows a way to solve this problem please help me..
or if i have to flash a new ROM for it i hope that you can help me find its original ROM ..
Thanks So much.....
So you can change the screen dpi back to the stock setting if you remeber what it was. Are you familiar with how to use adb?
Sent from my PC36100 using xda premium
yeah i remember what it was but i can't go into system to change it back :l is there is another way to do it ??
So with adb you basically need to either push the original build.prop to the phone using the command
adb push build.prop /system
Or create a new one off the one on your phone using command
adb shell cat /system/build.prop > build.prop
Then edit that newly made build.prop on your pc and then push it back with command
adb push build.prop /system
Done. Let me know if you need more help.
All else failed just flash the original Rom again
Sent from my PC36100 using xda premium
but how i'll connect the phone and use adb while its not booting and no debugging mode working?
If its bootlooping then there is a time that it will work just before rebooting. Alternately you can reboot into recovery and mount /system if you haven't changed things besides the dpi since you first flashed, you can attempt to just flash the original Rom you flashed over it. Just wipe dalvik cache.
Sent from my PC36100 using xda premium
i didn't flash anything , its the original ROM came with the phone.. and the problem that i don't have this ROM to flash it , and i hope that someone can help me in that..
anyway thanks so much for helping
Okay, now I understand. Is the phone rooted?
Sent from my PC36100 using xda premium
yes its rooted ..
Do you know how to use adb and how to get into recovery?
Sent from my PC36100 using xda premium
sorry for replying late ..
no i don't know how to us adb i hope you can help me in that, but i can get into recovery, and its the stock recovery for android (3e) btw..
Are you on windows or Linux or Mac?
Sent from my PC36100 using xda premium
i'm now on windows and i have ubuntu also installed
Log into ubuntu. Google how to setup adb on ubuntu. Get it setup and then let me know and I will walk you through the rest.
http://forum.xda-developers.com/showthread.php?p=11823740#post11823740
Sent from my PC36100 using xda premium
okk thanks so much , i'll try now and let you know
Once you get it installed then you can just follow my directions in the previous page. Your gonna want to do the adb shell cat /system/build.prop > build.prop method. Keep me posted.
Edit: more easily you can just do this command
adb pull /system/build.prop
Then make you dpi change to the build.prop file on your computer and then push it back with these commands
adb remount
adb push build.prop /system
Sent from my PC36100 using xda premium
ok i'm on it trying to make it , and i'll follow your steps and let you know the results
thaaaanks so much
No problem man. Hate to see peeps without their phones
Sent from my PC36100 using xda premium
heey.. i installed every thing and did all the steps to setup adb on ubuntu but after hours of work and search and doing all things found on the net about adb, when i type adb devices the terminal says that adb isn't a command , also tried ./adb devices , and i got errors also even eclipse couldn't start adb and gave me error=13 permission denied what can i dooo.. what gave me some hope that when i typed ( lsusb ) i found the phone identified .. but all i need now is adb ..
unfortunately after i have installed Linux Mint because i had problems with Ubuntu and after installing all i need and got adb worked fine ,
it couldn't read the phone at all not while booting or in the factory mode or in the recovery
Related
Guys youtube gingerbread edition for x10 mini/mini pro.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions :
1. Copy Youtube.apk to your sdcard.
2. In command prompt:
a) adb shell
b) su
c) mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
d) busybox cp /sdcard/Youtube.apk /system/app/Youtube.apk
e) chmod 755 /system/app/Youtube.apk
You can also use root explorer:
Instructions:
Here
Thanks alot much much better than the original youtube app
Thanks , work for my U20a ...
I installed the app with adb and root explorer but it seems that even though the first couple of times everything is working properly, then suddenly when I try to launch the app I get a message that an unexpected error has occured and the app shuts down.
Has anyone had the same problem?
The fact that I have app2d installed might have caused this?
Thnx in advance
EDIT I just found out that if I delete the temporary data with titanium backup then the app launches. So I have come to believe that the problem happens if I configure my channel somehow, because now that it isn't configured the app works fine.
Sent from my U20i using Tapatalk
Nice Mate! Works Fine on X10 Mini!
Thanx,its better than the stock one...
Sent from my U20i using XDA App
YouTube gingerbread gd but force closed...why?
Sent from my E10i using XDA App
Yeah same here it keeps force closing, I have to re-install it then it works..
No doubt..youtube gingerbread is awesome..hope someone cn fix the problem force closed..
Please..
Sent from my E10i using XDA App
m nt getting the force close error ..... i dont knw y u getting??
Also not working for me after log-in to account.
Sent from my U20i using Tapatalk
You could try removing the data dir for youtube:
cd /data/data
busybox mv com.google.android.youtube /sdcard/
busybox mkdir com.google.android.youtube
Worked for me.
Can I do this using root explorer..i thnk using root explorer much easy then adb..
Sent from my E10i
Just go to Titanium Backup and delete data of youtube =) And force close gone away )
@ijama yes you can do this with adb root explorer instructions are here
Is there any way to install this without adb shell because i don't understand that...
ThePerfectBitch said:
Is there any way to install this without adb shell because i don't understand that...
Click to expand...
Click to collapse
Try use root explorer..make sure u follow the instruction carefully if u not to bricked ur phone..
Sent from my E10i
ijama said:
Try use root explorer..make sure u follow the instruction carefully if u not to bricked ur phone..
Sent from my E10i
Click to expand...
Click to collapse
How?
The link is for replacing the framework
the installation goes fine and when i open it in the first page it says there is a problem with the network [400]. if i go to search i can find any video i want and see it.
the problem starts when i try to set my channel. i log in to my account and all is well and i close it.
but after that every time i try to open youtube it force closes
so i think it has something to do with the channel subscription
ThePerfectBitch said:
How?
The link is for replacing the framework
Click to expand...
Click to collapse
Refer the first post in this thread..
Sent from my E10i
Good day everybody,
I'm running into a problem, it is killing me and can't solve it, please help me out
I want to root my htc Legend to install a coocked ROM, and as you know I have to prepare a goldCard first.
The problem is with the goldCard where I can't complete the the steps successfuly!
When I open the "Cmd" of (Windows 7 64-bits)
When I write this comand "adb devices" I get the number for the device connected to my PC.
but when I write the comand that should give me the big number that should be used to creat the goldCard
"adb shell cat/sys/class/mmc_host/mmc1/mmc1:*/cid"
I got a message saying that "not found"
this is a print screen of the problem, and please help me out in this.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
try using this
Code:
cat /sys/class/mmc_host/mmc0/mmc0:*/cid
Hitmax117 said:
try using this
Code:
cat /sys/class/mmc_host/mmc0/mmc0:*/cid
Click to expand...
Click to collapse
Also, try running cmd prompt as administrator... right click on cmd shortcut and run as admin... on a side note... i had problems with the procedure on making my gold card o nmy win 7 32 bit... but luckily i had vmware and ran it on my old faithfull winxp and everything when smoothly...
still stuck ,,,, please help me out
post IO of "cat /sys/class/mmc_host/mmc0/mmc0:*/cid"
50-3 said:
post IO of "cat /sys/class/mmc_host/mmc0/mmc0:*/cid"
Click to expand...
Click to collapse
What do you mean ??? I didn't understand!!!
Hitmax117 said:
try using this
Code:
cat /sys/class/mmc_host/mmc0/mmc0:*/cid
Click to expand...
Click to collapse
Wow You made my day, thanks brother it worked fine.
My problem was not leaving a space between cat and /
thanks for your help
still facing a problem in rooting my legend
i'm done with making the gold card but I'm stuck now on the steps where I open the CMD and right the following comandns
step1-windows.bat and step2-windows.bat
attached is the result of writing the codes,
any help please!!!
ZeroNEX said:
still facing a problem in rooting my legend
i'm done with making the gold card but I'm stuck now on the steps where I open the CMD and right the following comandns
step1-windows.bat and step2-windows.bat
attached is the result of writing the codes,
any help please!!!
Click to expand...
Click to collapse
try a few times, the timing of pressing the buttons is important
and did you connect your phone correctly?
I trid so many times, but still the same problem
I think yes, I connect my phone correctly with USB cable...
the first step I did it with the phone connected with usb and it's in boot menu
the second step is with the device in recovery mode and the screen shows a mobile picture with this sign " ! " in red color ..
any help guys
Just to make sure, you have HTC Sync 2.0.33, correct?
At the red !, try vol up + power (should bring you to custom recovery screen, every time I reboot to recovery I need to do that). Select wipe/factory reset, then go to flash zip from sd and rootedupdate.zip. (assuming file name)
Helllloooo, any body help please!!!!
Make sure you have HTC Sync version 2.0.33 installed and any previous versions of HTC Sync are un-installed.
I will check that and start over again
I'm really tired of this, the first legend I did root it and install a new custom rom without any problems
this time with this phone, its is killing me :|
Plz refer to my thread in development forum named rooting made easy
Sent from my HTC Legend using XDA App
aelsharawi said:
Plz refer to my thread in development forum named rooting made easy
Sent from my HTC Legend using XDA App
Click to expand...
Click to collapse
I tried it but I got stuck on "step2-windows.bat"
I even have doubt about succeded at "step1-windows.bat" !!!!
any hints please
ZeroNEX said:
I tried it but I got stuck on "step2-windows.bat"
I even have doubt about succeded at "step1-windows.bat" !!!!
any hints please
Click to expand...
Click to collapse
post your output please.
Maybe step 1 is failed....you see,it said "customer id check fail"(line 15 in the cmd window). Have you make the goldcard ok?Or did your legend run Android 2.2?If it is 2.2,you must downgrade your system first....
you have HTC Sync
There are some tools for that.search google for it!It will do everything automatically without problems do you.
Sent from my Legend using XDA App
Prerequisites:
1. You need an unlocked boot loader.
2. You need root.
3. You need a PC with adb that can see your phone
4. Your phone needs to have USB debug enabled
All of these are well documented here in the forum.
On the PC grab the two apk files that the UOT kitched needs:
Code:
adb pull /system/framework/framework-res.apk
adb pull /system/app/SystemUI.apk
Now go to the UOT kitchen and choose your battery style from the battery tab.
Next click on the "File Upload" tab and upload your two files.
Then submit your work to the kitchen and wait.
When the kitchen is done processing, you have a download called UOT-*.zip. download that. And extract it somewhere on your PC. Now you need to push the files to your phone.
Code:
adb push SystemUI.apk /data/local/SystemUI.apk
adb push framework-res.apk /data/local/framework-res.apk
Next you need to adb shell to the phone to remount the system partition as read-write and copy the files to their correct location. From the PC run "adb shell" Then, on the phone:
Code:
su
mount -o remount,rw /dev/block/mmcblk0p29 /system
cp /data/local/SystemUI.apk /system/app/SystemUI.apk
cp /data/local/framework-res.apk /system/framework/framework-res.apk
cd /data/dalvik-cache
rm *
Then reboot the phone. When it comes back up you should have your customized battery.
NOTE: This is all from memory so there may be some minor inconsistencies but the general concept is sound. The main thing you MUST do is unlock the bootloader and you MUST have root (temp-root should be fine)
NOTE 2: There are a lot more things that you can customize using the UOT Kitchen. I've only changed the battery but you should be able to change icons, taskbar, lockscreen and more. So, if you are comfortable doing so, have at it.
And one final note. This is the brute-force method. Once a CWM recovery is created for the Amaze then most (all?) of this is unnecessary and you can just flash the UOT zip file from recovery.
-xdadevelopers-user
after i do the adb pull, where can i find the files it pulled????
Should be in the same adb folder
Sent from my HTC_Amaze_4G using XDA App
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Enzopreme said:
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Click to expand...
Click to collapse
Is your bootloader unlocked?
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Revolution said:
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Click to expand...
Click to collapse
bricked again huh?? you building a skyscraper with all those bricks??
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
TheSneakerWhore said:
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
I agree 100% with this.
We need to be able to do backups with Clockwork as well as use other scripts such as fix_permissions, clear dalvik-cache, etc to prevent bricks, FC errors, etc.
Let's work on getting a recovery first.
I fixed it last night
Sent from my HTC Ruby using XDA App
Here you go guys.. If you have CWM Recovery installed, just install my zip.
This.is what I've been looking for. Thx man..
Sent from my phone.
by any chance, do you have a screenshot for this battery percentage update?
what rom does this work on? quiksense? bliss sense?
-FuRBz- said:
what rom does this work on? quiksense? bliss sense?
Click to expand...
Click to collapse
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Working on enegrys rom w/o issues.
Sent from my phone.
Wonder if it will work on bliss sense....?
Sent from my HTC Amaze 4G using xda premium
I flashed the stock kernel so that wifi could work on Android revolution rom. Wifi works now, but I'm unable to sync my phone with HTC sync, so that I can use adb. Any suggestions to what I can do to set up adb again? (I'm using a windows 7 laptop btw)
dharvey4651 said:
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
Click to expand...
Click to collapse
holy thread revival...anyone test this out on 1.43 stock?
mrmako777 said:
holy thread revival...anyone test this out on 1.43 stock?
Click to expand...
Click to collapse
you can take Stock statusbar with percentage battery from V2T section in this post, extract framework-res.apk from it and replace battery graphics in it for any you like. You can use a Graphics replace from the same post for that.
I'm trying to unlock my bootloader because I want to try cm7.
I'm following the instructions from here.
I downloaded that downloadinf and placed it in usb_driver folder, i overwrote the old file, but when i go to device manager in windows and try to install the driver by pointing to the usb_driver folder, it gives this error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can someone help me?
U have wrong drivers.Enter in folder with fastboot.exe and here u go driver what U need use
Sent from my MT15i using xda premium
I downloaded them from se website.
Now i tried with drivers i found on this page: http://wiki.cyanogenmod.com/wiki/Howto:_Install_the_Android_SDK.
I can install them and I see Android ADB Interface in my device manager but when i go to cmd and type adb devices it doesnt show any device.
U have to plug in usb to phone with fastboot mode
Sent from my MT15i using xda premium
My phone is plugged in and the phone LED is blue, so I think it's in fastboot mode.
Also in device manager I can see Android Phone > Android ADB Interface.
But when I go to CMD and do adb devices i get:
List of devices attached
But i see no device.
Just go to Device manager, find Android ADB Interface. Click right mouse button and choose to install new driver. You need to pick it manually, so dont point to folder with driver but "choose driver from list" now click from drive(i got in another language so I dont know exactly button name), find that new driver. After that, You need to choose Android Bootloader not ADB.
Now driver should be installed correctly. Try it.
I started completely over again on the notebook from my mother with another tutorial and I think I got it working now.
Thx for trying to help me
quick question: someone know if xperia neo is ldpi mdpi or hdpi?
Hdpi 480x854 resolution
Sent from my MT15i using xda premium
I have the same problem. Tried searching for the driver by selecting the usb_drivers folder. But its not detecting any drivers. Could someone help me with this step please
U have 2 search 'S1Fastboot' not 'adb devices' of manage devices and then apply driver.
Sent from my MT15i using xda premium
The sony ericsson tutorial/drivers didn't work for me.
I started completely over on another computer with this tutorial/ and that worked for me.
Do not searhc for driver in usb:driver folder. You need to choose that driver manualy.
SsneakersS said:
U have wrong drivers.Enter in folder with fastboot.exe and here u go driver what U need use
Sent from my MT15i using xda premium
Click to expand...
Click to collapse
Read!
Sent from my MT15i using xda premium
got it through another method
root access granted..
dint unlock my bootloader thoh..
updated to 2.3.4 after rooting !!
Hy,
I have the same problem now. i want to unlock bootloader, but something is wrong.
Every time i type console:fastboot.exe -i 0x0fce getvar version
it says:
< waiting for device >
plz help.
idk what im doing wrong. I know im a little rusty at this but i did root my nexus 1 couple yrs ago and i dont remember having any problems
i followed the steps in this thread http://forum.xda-developers.com/showthread.php?t=1426377
i unlocked the bootloader but i'm getting stuck at #3. (im on a Mac)
on page 4-5 of that thread some1 else was stating they were getting stuck also. i tried to do what they did but it still not working. they also said something about choosing the option "install from SD card"...but im not seeing that option anywhere (& i do have debugging enabled)
I've put the .zip file on my sd card but when I go to fastboot on my phone, it just says keep saying "no image or wrong image"
this is what it says when i try to fastboot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
any help is greatly appreciated
Try this...
Download this- http://d-h.st/Vsy
then extract the folder within the zip to your home folder.
open a terminal (it should start up in your home folder)
type sudo chmod 777 Recovery_Flasher
then type cd ~/Recovery_Flasher
once there type ./Flash.sh
Let me know if you get errors... i will try to fix them for you. also, this will reboot your phone into recovery mode when its done to test if it worked. if 4ext recovery loads then it worked
thanks!!!
but could u elaborate on what or where exactly this "home" folder is? the android folder? or is it folder on my sd card?
and i tried to enter those commands in terminal and all i got was "no such file or directory'
acjei said:
thanks!!!
but could u elaborate on what or where exactly this "home" folder is? the android folder? or is it folder on my sd card?
and i tried to enter those commands in terminal and all i got was "no such file or directory'
Click to expand...
Click to collapse
Your home directory on your mac
Sent from.... wait! where am I?
oh ok.
the commands still arent working. still says no such file or directory
im about to call it quits
where can i get the HTC drivers that im supposed to install on my mac?
I have one more idea... Will type it when I get home from school
Sent from.... wait! where am I?
acjei said:
where can i get the HTC drivers that im supposed to install on my mac?
Click to expand...
Click to collapse
Shocking I know, but Google and perhaps HTC would solve your question
Sent from my HTC_Amaze_4G using xda app-developers app
Spastic909 said:
Shocking I know, but Google and perhaps HTC would solve your question
Sent from my HTC_Amaze_4G using xda app-developers app
Click to expand...
Click to collapse
already did that..im only seeing .exe files....i have a Mac
where can i get the link for this toolkit?
the link on his site is dead
http://forum.xda-developers.com/showthread.php?t=1493905
You need to find a recovery image. I think the command in fastboot is ./flash recovery.IMG. dont forget commands in mac are ./ then the command.
Sent from my HTC_Amaze_4G using xda app-developers app